#search_app .search-app {
  position: relative;
}

#search_app .app-toast {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: opacity 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#search_app .app-toast__txt {
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
  padding: 30px;
  background: rgba(0, 0, 0, 0.6);
  text-shadow: 0 0 1px #000;
}

@media (max-width: 640px) {
  #search_app .app-toast__txt {
    font-size: 13px;
    padding: 15px;
  }
}

#search_app .app-toast--show {
  z-index: 100;
  opacity: 1;
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 640px) {
  #search_app .app-header-space.show {
    height: 0 !important;
  }
}

#search_app .app-header-space.show.cc {
  height: 70px;
}

#search_app .app-header-space.show.pm {
  height: 90px;
}

#search_app .app-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ddd;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 640px) {
  #search_app .app-header {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0;
    background: rgba(174, 174, 174, 0.75);
    z-index: 100;
  }
}

#search_app .app-header .selected-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 20px 0 0;
  overflow: hidden;
}

@media (max-width: 640px) {
  #search_app .app-header .selected-area {
    margin: 0;
    -webkit-box-shadow: 0 -1px 0 #9e9e9e inset;
            box-shadow: 0 -1px 0 #9e9e9e inset;
    border-bottom: solid 1px #c4c4c4;
  }
}

#search_app .app-header .selected-area__grad {
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}

#search_app .app-header .selected-area__grad--left {
  display: none;
  left: 0;
}

#search_app .app-header .selected-area__grad--left::before {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  background: #ddd;
  background: -webkit-gradient(linear, left top, right top, from(#ddd), to(transparent));
  background: linear-gradient(to right, #ddd 0%, transparent 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

@media (max-width: 640px) {
  #search_app .app-header .selected-area__grad--left::before {
    width: 40px;
    background: #fff;
    opacity: 0;
  }
}

#search_app .app-header .selected-area__grad--right {
  width: 40px;
  right: 0;
  background: #ddd;
}

@media (max-width: 640px) {
  #search_app .app-header .selected-area__grad--right {
    width: 10px;
    background: #fff;
    opacity: 0;
  }
}

#search_app .app-header .selected-area__grad--right::before {
  content: "";
  display: block;
  position: absolute;
  width: 37px;
  height: 100%;
  right: 100%;
  background: transparent;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(#ddd));
  background: linear-gradient(to right, transparent 0%, #ddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
}

@media (max-width: 640px) {
  #search_app .app-header .selected-area__grad--right::before {
    width: 30px;
  }
}

#search_app .app-header .selected-area__arw {
  display: none;
  width: 20px;
  height: 20px;
  background: url(../img/search/icon_arw.png) no-repeat 0 0 #90c31f;
  background-size: 100%;
  position: absolute;
  z-index: 3;
  border-radius: 50%;
  -webkit-transition: background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background-color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  cursor: pointer;
}

#search_app .app-header .selected-area__arw--left {
  left: 0;
}

@media (max-width: 640px) {
  #search_app .app-header .selected-area__arw--left {
    left: 5px;
  }
}

#search_app .app-header .selected-area__arw--right {
  right: 0;
  -webkit-transform: scale(-1);
          transform: scale(-1);
}

@media (max-width: 640px) {
  #search_app .app-header .selected-area__arw--right {
    right: 5px;
  }
}

#search_app .app-header .selected-area__arw:hover {
  background-color: #aadf36;
}

#search_app .app-header .selected-area .selected-slide {
  font-size: 0;
  white-space: nowrap;
  overflow: hidden;
  padding: 15px 40px;
}

@media (max-width: 640px) {
  #search_app .app-header .selected-area .selected-slide {
    padding: 0 10px;
  }
}

#search_app .app-header .selected-area .selected-slide__list {
  position: relative;
}

#search_app .app-header .selected-area .selected-slide__item {
  display: inline-block;
  border-radius: 5px;
  background: #fff;
  position: relative;
}

@media (max-width: 640px) {
  #search_app .app-header .selected-area .selected-slide__item {
    width: 90px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    border-radius: 2.5px;
    margin: 10px 15px 10px 0;
  }
}

#search_app .app-header .selected-area .selected-slide__item .selected-delete {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../img/search/icon_close.png) no-repeat center center #000;
  background-size: 100%;
  cursor: pointer;
}

@media (max-width: 640px) {
  #search_app .app-header .selected-area .selected-slide__item .selected-delete {
    top: -4px;
    right: -4px;
    width: 15px;
    height: 15px;
  }
}

#search_app .app-header .selected-area--moved .selected-area__grad--left {
  display: block;
}

#search_app .app-header .search-btn {
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #c31f1f;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 7px rgba(102, 102, 102, 0.35);
          box-shadow: 0 3px 7px rgba(102, 102, 102, 0.35);
  -webkit-transition: background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 640px) {
  #search_app .app-header .search-btn {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
    font-size: 10.5px;
    border-radius: 15px;
    -webkit-box-shadow: 0 1.3px 3.5px rgba(102, 102, 102, 0.35);
            box-shadow: 0 1.3px 3.5px rgba(102, 102, 102, 0.35);
    margin: 10px auto;
  }
}

#search_app .app-header .search-btn:hover {
  background: #df3636;
}

@media (max-width: 640px) {
  #search_app .app-header .search-btn:hover {
    background: #c31f1f;
  }
}

#search_app .app-header--cc {
  height: 70px;
}

@media (max-width: 640px) {
  #search_app .app-header--cc {
    height: auto;
  }
}

#search_app .app-header--cc .selected-area__arw {
  top: 25px;
}

@media (max-width: 640px) {
  #search_app .app-header--cc .selected-area__arw {
    top: 12px;
  }
}

#search_app .app-header--cc .selected-area .selected-slide__item {
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  margin: 0 10px 0 0;
}

@media (max-width: 640px) {
  #search_app .app-header--cc .selected-area .selected-slide__item {
    width: 90px;
    height: 25px;
    line-height: 25px;
    font-size: 10px;
    margin: 10px 15px 10px 0;
  }
}

#search_app .app-header--cc .search-btn {
  margin: 15px 0;
}

@media (max-width: 640px) {
  #search_app .app-header--cc .search-btn {
    margin: 10px auto;
  }
}

#search_app .app-header--pm {
  height: 90px;
}

@media (max-width: 640px) {
  #search_app .app-header--pm {
    height: auto;
  }
}

#search_app .app-header--pm .selected-area__arw {
  top: 35px;
}

@media (max-width: 640px) {
  #search_app .app-header--pm .selected-area__arw {
    top: 22px;
  }
}

#search_app .app-header--pm .selected-area .selected-slide__item {
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0;
  text-align: center;
  font-size: 0;
  white-space: nowrap;
}

#search_app .app-header--pm .selected-area .selected-slide__item::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

@media (max-width: 640px) {
  #search_app .app-header--pm .selected-area .selected-slide__item {
    width: 45px;
    height: 45px;
    margin: 10px 15px 10px 0;
  }
}

#search_app .app-header--pm .selected-area .selected-slide__item .selected-img {
  display: inline-block;
  width: auto;
  height: 40px;
  vertical-align: middle;
}

@media (max-width: 640px) {
  #search_app .app-header--pm .selected-area .selected-slide__item .selected-img {
    height: 30px;
  }
}

#search_app .app-header--pm .search-btn {
  margin: 25px 0;
}

@media (max-width: 640px) {
  #search_app .app-header--pm .search-btn {
    margin: 10px auto;
  }
}

@media (max-width: 640px) {
  #search_app .app-header--sp-bottom {
    position: absolute !important;
    bottom: -25px;
  }
}

#search_app .app-header--fix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
}

@media (max-width: 640px) {
  #search_app .app-header--fix {
    top: auto;
  }
}

#search_app .app-search-form {
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#search_app.cc #search_app .app-search-form {
  display: block;
}

@media screen and (min-width: 640px) and (max-width: 1130px) {
  #search_app .app-search-form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 640px) {
  #search_app .app-search-form {
    padding: 15px 10px;
    display: block;
  }
}

#search_app .app-search-form .btn-method {
  display: block;
  width: 9.87%;
  height: 36px;
  min-width: 120px;
  background: #fff;
  color: #333;
  border-radius: 18px;
  -webkit-box-shadow: 0 2px 2px rgba(204, 204, 204, 0.35);
          box-shadow: 0 2px 2px rgba(204, 204, 204, 0.35);
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  font-size: 0;
  white-space: nowrap;
}

#search_app .app-search-form .btn-method::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

@media (max-width: 640px) {
  #search_app .app-search-form .btn-method {
    border-radius: 11px;
    width: 160px;
    height: 36px;
    padding: 0 5px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
    border-radius: 50px;
  }
}

#search_app .app-search-form .btn-method .btn-txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-weight: 500;
  font-weight: bold;
  white-space: normal;
}

@media (max-width: 640px) {
  #search_app .app-search-form .btn-method .btn-txt {
    font-size: 10px;
  }
}

#search_app .app-search-form .btn-method:hover {
  -webkit-box-shadow: 0 3px 3px rgba(187, 187, 187, 0.6), 0 5px 5px rgba(204, 204, 204, 0.5);
          box-shadow: 0 3px 3px rgba(187, 187, 187, 0.6), 0 5px 5px rgba(204, 204, 204, 0.5);
}

@media (max-width: 640px) {
  #search_app .app-search-form .btn-method:hover {
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
  }
}

#search_app .app-search-form .search-type {
  width: 28.7%;
  height: 38px;
}

@media screen and (min-width: 640px) and (max-width: 1130px) {
  #search_app .app-search-form .search-type {
    width: 70%;
  }
}

@media (max-width: 640px) {
  #search_app .app-search-form .search-type {
    width: 100%;
    height: 28px;
    margin-bottom: 10px;
  }
}

#search_app .app-search-form .cp_ipselect {
  overflow: hidden;
  text-align: center;
}

#search_app .app-search-form .cp_ipselect select {
  width: 100%;
  height: 38px;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

@media (max-width: 640px) {
  #search_app .app-search-form .cp_ipselect select {
    height: auto;
  }
}

#search_app .app-search-form .cp_ipselect select::-ms-expand {
  display: none;
}

#search_app .app-search-form .cp_ipselect.cp_sl01 {
  position: relative;
  border: solid 1px #dedede;
  border-radius: 5px;
  background: #ffffff;
}

#search_app .app-search-form .cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #90c31f;
  pointer-events: none;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#search_app .app-search-form .cp_ipselect.cp_sl01 select {
  padding: 5px 38px 5px 8px;
  color: #ccc;
  font-size: 12px;
}

@media (max-width: 640px) {
  #search_app .app-search-form .cp_ipselect.cp_sl01 select {
    font-size: 11px;
  }
}

#search_app .app-search-form .search-container {
  position: relative;
  width: 58.95%;
}

@media screen and (min-width: 640px) and (max-width: 1130px) {
  #search_app .app-search-form .search-container {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media (max-width: 640px) {
  #search_app .app-search-form .search-container {
    width: 100%;
    margin-bottom: 10px;
  }
}

#search_app .app-search-form .search-container__icon {
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 1;
  height: 100%;
}

#search_app .app-search-form .search-container__icon--search {
  width: 44px;
  background: url(../img/search/icon_search.png) no-repeat center center;
  background-size: 20px;
  left: 0;
}

@media (max-width: 640px) {
  #search_app .app-search-form .search-container__icon--search {
    width: 33px;
    background-size: 15px;
  }
}

#search_app .app-search-form .search-container__icon--close {
  width: 56px;
  background: url(../img/search/icon_close_gray.png) no-repeat center center;
  background-size: 16px;
  cursor: pointer;
  right: 0;
}

@media (max-width: 640px) {
  #search_app .app-search-form .search-container__icon--close {
    display: none;
  }
}

#search_app .app-search-form .search-container__input {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 38px;
  height: 40px;
  width: 100%;
  border: solid 1px #dedede;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  padding: 0 56px 0 44px;
  color: #333;
}

#search_app .app-search-form .search-container__input:placeholder-shown {
  color: #ccc;
  opacity: 1;
}

#search_app .app-search-form .search-container__input::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}

#search_app .app-search-form .search-container__input:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

#search_app .app-search-form .search-container__input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

#search_app .app-search-form .search-container__input:-ms-input-placeholder {
  color: #ccc !important;
  opacity: 1;
}

@media (max-width: 640px) {
  #search_app .app-search-form .search-container__input {
    font-size: 11px;
    line-height: 28px;
    height: 30px;
    padding: 0 10px 0 33px;
  }
}

#search_app .app-search-form .search-container__input::-ms-clear {
  visibility: hidden;
}

#search_app .app-search-form .search-ini-selected {
  margin: 15px 0 0;
  height: 30px;
  line-height: 30px;
  position: relative;
  padding: 0 10px 0 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#search_app .app-search-form .search-ini-selected::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #dbdbdb;
}

#search_app .app-search-form .search-ini-selected::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #90c31f transparent transparent transparent;
  position: absolute;
  top: 13px;
  right: 7px;
}

@media (max-width: 640px) {
  #search_app .app-search-form .search-ini-wrap {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
}

#search_app .app-search-form .search-ini-wrap .search-ini-num {
  margin: 20px auto 0;
  font-size: 0;
  white-space: nowrap;
  white-space: normal;
}

#search_app .app-search-form .search-ini-wrap .search-ini-num::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

@media (min-width: 641px) {
  #search_app .app-search-form .search-ini-wrap .search-ini-num {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0) !important;
            transform: matrix(1, 0, 0, 1, 0, 0) !important;
  }
}

@media (max-width: 640px) {
  #search_app .app-search-form .search-ini-wrap .search-ini-num {
    margin: 0 10px;
    background: #fff;
    border-radius: 2.5px 2.5px 0 0;
    padding: 25px 15px 4px;
  }
}

#search_app .app-search-form .search-ini-wrap .search-ini-num .search-ini {
  display: inline;
}

@media (max-width: 640px) {
  #search_app .app-search-form .search-ini-wrap .search-ini-num .search-ini {
    text-align: center;
  }
}

#search_app .app-search-form .search-ini-wrap .search-ini-num .search-ini__item {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 30px;
  height: 30px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 640px) {
  #search_app .app-search-form .search-ini-wrap .search-ini-num .search-ini__item {
    margin: 0 3px 16px 0;
  }
}

#search_app .app-search-form .search-ini-wrap .search-ini-num .search-ini__item--current {
  color: #90c31f;
  background: #ddd;
}

#search_app .app-search-form .search-ini-wrap .search-ini-num .search-ini__item:hover {
  background: #ddd;
}

#search_app .app-search-form .search-ini-wrap .search-ini-num .search-ini__item:nth-last-child(1) {
  margin-right: 0;
}

@media (max-width: 640px) {
  #search_app .app-search-form .search-ini-wrap .search-ini-num .search-ini__item:nth-last-child(1) {
    margin-right: 7px;
  }
}

#search_app .app-search-form .search-ini-wrap .search-ini-num .search-num {
  display: inline-block;
  margin: 0 0 0 10px;
}

@media (max-width: 640px) {
  #search_app .app-search-form .search-ini-wrap .search-ini-num .search-num {
    margin: 0 0 16px;
  }
}

#search_app .app-search-form .search-ini-wrap .search-ini-num .search-num__txt {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  padding: 0 6px;
  cursor: pointer;
  -webkit-transition: color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#search_app .app-search-form .search-ini-wrap .search-ini-num .search-num__txt--current {
  color: #90c31f;
  background: #ddd;
}

#search_app .app-search-form .search-ini-wrap .search-ini-num .search-num__txt:hover {
  background: #ddd;
}

#search_app .app-search-form .search-ini-wrap .search-ini-num .search-alphabet {
  display: inline-block;
  margin: 0 0 0 10px;
}

@media (max-width: 640px) {
  #search_app .app-search-form .search-ini-wrap .search-ini-num .search-alphabet {
    margin: 0 0 16px 5px;
  }
}

#search_app .app-search-form .search-ini-wrap .search-ini-num .search-alphabet__txt {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  padding: 0 6px;
  cursor: pointer;
  -webkit-transition: color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: color 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#search_app .app-search-form .search-ini-wrap .search-ini-num .search-alphabet__txt--current {
  color: #90c31f;
  background: #ddd;
}

#search_app .app-search-form .search-ini-wrap .search-ini-num .search-alphabet__txt:hover {
  background: #ddd;
}

#search_app .app-search-form .search-ini-wrap .search-close {
  margin: 0 10px;
  background: #fff;
  border-radius: 0 0 2.5px 2.5px;
  border-top: solid 1px #eee;
  height: 35px;
  line-height: 35px;
  text-align: right;
}

#search_app .app-search-form .search-ini-wrap .search-close__txt {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 0 25px;
  cursor: pointer;
  color: #90c31f;
}

@media (max-width: 640px) {
  #search_app .app-search-form .search-ini-wrap--show {
    display: block;
  }
}

#search_app .search-app.search-app--cc .app-search-form {
  display: block;
}

#search_app .app-container {
  margin: 50px auto 0;
  padding: 0 30px;
}

@media (max-width: 640px) {
  #search_app .app-container {
    margin: 0 auto;
    padding: 0;
  }
}

#search_app .app-container__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  #search_app .app-container__tab {
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    position: relative;
  }
}

#search_app .app-container__tab .tab-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: block;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(204, 204, 204, 0.35);
          box-shadow: 0 2px 2px rgba(204, 204, 204, 0.35);
  height: 60px;
  position: relative;
  top: -20px;
  -webkit-transition: -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 640px) {
  #search_app .app-container__tab .tab-btn {
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
    height: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 22px 0 0;
    top: auto;
  }
}

@media (max-width: 640px) {
  #search_app .app-container__tab .tab-btn::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #90c31f;
  }
}

#search_app .app-container__tab .tab-btn:hover {
  -webkit-box-shadow: 0 3px 3px rgba(187, 187, 187, 0.6), 0 5px 5px rgba(204, 204, 204, 0.5);
          box-shadow: 0 3px 3px rgba(187, 187, 187, 0.6), 0 5px 5px rgba(204, 204, 204, 0.5);
}

@media (max-width: 640px) {
  #search_app .app-container__tab .tab-btn:hover {
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
  }
}

#search_app .app-container__tab .tab-btn .tab-txt {
  text-align: center;
  height: 100%;
  font-size: 0;
  white-space: nowrap;
}

#search_app .app-container__tab .tab-btn .tab-txt::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

#search_app .app-container__tab .tab-btn .tab-txt__sub, #search_app .app-container__tab .tab-btn .tab-txt__main {
  display: inline-block;
  font-size: 22px;
  font-weight: 500;
  color: #90c31f;
  vertical-align: middle;
  line-height: 1.2;
}

@media (max-width: 1200px) {
  #search_app .app-container__tab .tab-btn .tab-txt__sub, #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  #search_app .app-container__tab .tab-btn .tab-txt__sub, #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 18px;
  }
}

@media (max-width: 900px) {
  #search_app .app-container__tab .tab-btn .tab-txt__sub, #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  #search_app .app-container__tab .tab-btn .tab-txt__sub, #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 12px;
    line-height: 1.166;
  }
}

#search_app .app-container__tab .tab-btn .tab-txt__sub {
  font-size: 16px;
  color: #999;
  margin: 0 15px 0 0;
}

@media (max-width: 1200px) {
  #search_app .app-container__tab .tab-btn .tab-txt__sub {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  #search_app .app-container__tab .tab-btn .tab-txt__sub {
    font-size: 12px;
    margin-right: 10px;
  }
}

@media (max-width: 900px) {
  #search_app .app-container__tab .tab-btn .tab-txt__sub {
    font-size: 10px;
    margin-right: 5px;
  }
}

@media (max-width: 800px) {
  #search_app .app-container__tab .tab-btn .tab-txt__sub {
    display: none;
  }
}

@media (max-width: 640px) {
  #search_app .app-container__tab .tab-btn .tab-txt__sub {
    margin: 0;
    position: absolute;
    top: 12.5px;
    left: 0;
    z-index: 1;
    width: 100%;
  }
}

#search_app .app-container__tab .tab-btn--left {
  margin: 0 15px 0 0;
}

@media (max-width: 900px) {
  #search_app .app-container__tab .tab-btn--left {
    margin-right: 5px;
  }
}

@media (max-width: 640px) {
  #search_app .app-container__tab .tab-btn--left {
    margin: 0;
  }
}

#search_app .app-container__tab .tab-btn--right {
  margin: 0 0 0 15px;
}

@media (max-width: 900px) {
  #search_app .app-container__tab .tab-btn--right {
    margin-left: 5px;
  }
}

@media (max-width: 640px) {
  #search_app .app-container__tab .tab-btn--right {
    margin: 0;
  }
}

#search_app .app-container__tab .tab-btn--current {
  border-radius: 5px 5px 0 0;
  background: #eee;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  padding-top: 10px;
  top: auto;
  cursor: default;
}

@media (max-width: 640px) {
  #search_app .app-container__tab .tab-btn--current {
    border-radius: 0;
    padding: 22px 0 0;
    background: transparent;
    position: static;
  }
}

@media (max-width: 640px) {
  #search_app .app-container__tab .tab-btn--current::after {
    display: none;
  }
}

#search_app .app-container__tab .tab-btn--current .tab-txt__sub, #search_app .app-container__tab .tab-btn--current .tab-txt__main {
  color: #000;
}

@media (max-width: 640px) {
  #search_app .app-container__tab .tab-btn--current .tab-txt__sub, #search_app .app-container__tab .tab-btn--current .tab-txt__main {
    color: #999;
  }
}

@media (max-width: 640px) {
  #search_app .app-container__tab .tab-btn--current .tab-txt__sub {
    display: block;
  }
}

#search_app .app-container__tab .tab-btn--current:hover {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

#search_app .app-container__main {
  padding: 30px 15px 35px;
  background: #eee;
  border-radius: 0 10px 10px 10px;
}

@media (max-width: 800px) {
  #search_app .app-container__main {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (max-width: 640px) {
  #search_app .app-container__main {
    padding: 25px 20px 70px;
    border-radius: 0;
  }
}

#search_app .app-container__main .app-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list {
    display: block;
  }
}

#search_app .app-container__main .app-list .app-item {
  padding: 15px;
  cursor: pointer;
}

@media (max-width: 800px) {
  #search_app .app-container__main .app-list .app-item {
    padding: 10px;
  }
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item {
    margin-bottom: 15px;
    padding: 0;
  }
}

#search_app .app-container__main .app-list .app-item__inr {
  background: #fff;
  border-radius: 10px;
  border: solid 1px #dedede;
  -webkit-box-shadow: 0 2px 2px rgba(204, 204, 204, 0.35);
          box-shadow: 0 2px 2px rgba(204, 204, 204, 0.35);
  -webkit-transition: background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: background 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 288px;
  height: 100%;
}

@media (max-width: 800px) {
  #search_app .app-container__main .app-list .app-item__inr {
    width: 250px;
  }
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item__inr {
    width: 100%;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 1px rgba(204, 204, 204, 0.35);
            box-shadow: 0 1px 1px rgba(204, 204, 204, 0.35);
  }
}

#search_app .app-container__main .app-list .app-item:hover .app-item__inr {
  -webkit-box-shadow: 0 3px 3px rgba(187, 187, 187, 0.6), 0 5px 5px rgba(204, 204, 204, 0.5);
          box-shadow: 0 3px 3px rgba(187, 187, 187, 0.6), 0 5px 5px rgba(204, 204, 204, 0.5);
}

#search_app .app-container__main .app-list .app-item--cc .app-item__inr {
  padding: 20px 24px;
}

@media (max-width: 800px) {
  #search_app .app-container__main .app-list .app-item--cc .app-item__inr {
    padding: 15px 10px;
  }
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item--cc .app-item__inr {
    padding: 20px 23px;
  }
}

#search_app .app-container__main .app-list .app-item--cc .app-item__name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #90c31f;
  word-break: break-word;
  word-wrap: break-word;
}

@media (max-width: 800px) {
  #search_app .app-container__main .app-list .app-item--cc .app-item__name {
    font-size: 21px;
  }
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item--cc .app-item__name {
    font-size: 23px;
  }
}

#search_app .app-container__main .app-list .app-item--cc .app-item__num {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  margin: 16px auto 0;
}

@media (max-width: 800px) {
  #search_app .app-container__main .app-list .app-item--cc .app-item__num {
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item--cc .app-item__num {
    font-size: 17.5px;
  }
}

#search_app .app-container__main .app-list .app-item--pm {
  color: #333;
}

#search_app .app-container__main .app-list .app-item--pm .app-item__inr {
  position: relative;
  padding: 10px 24px 15px;
}

#search_app .app-container__main .app-list .app-item--pm .app-item__inr::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item--pm .app-item__inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 13px 24px 20px 0;
  }
}

#search_app .app-container__main .app-list .app-item--pm .app-item__top {
  height: 159px;
  padding: 0 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item--pm .app-item__top {
    width: 140px;
    height: auto;
    padding: 0 0 0 35px;
  }
}

#search_app .app-container__main .app-list .app-item--pm .app-item__top__img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item--pm .app-item__top__img {
    max-height: 150px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item--pm .app-item__bottom {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    word-break: break-all;
  }
}

#search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__name {
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__name {
    font-size: 12px;
  }
}

#search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__number {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  margin: 6px 0;
  color: #90c31f;
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__number {
    font-size: 30px;
    margin-bottom: 10px;
  }
}

#search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__prop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 6px;
  font-size: 11px;
  line-height: 1;
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__prop {
    display: block;
  }
}

#search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__prop__key {
  display: inline-block;
  vertical-align: middle;
  width: 65px;
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__prop__key {
    display: block;
    width: auto;
  }
}

#search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__prop__val {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #90c31f;
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__prop__val {
    display: block;
    line-height: 1.363;
    margin: 3px 0 0;
  }
}

#search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__prop:nth-last-child(1) {
  margin: 0;
}

#search_app .app-container__main .app-list .app-item--selected .app-item__inr {
  background: #ddd;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

#search_app .app-container__main .app-list .app-item--selected:hover .app-item__inr {
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
}

#search_app .app-container__main .app-list .app-item--space {
  padding-top: 0;
  padding-bottom: 0;
  cursor: default;
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item--space {
    display: none;
  }
}

#search_app .app-container__main .app-list .app-item--space .app-item__inr {
  padding-top: 0;
  padding-bottom: 0;
  height: 0;
  -webkit-box-shadow: 0 0 0 transparent;
          box-shadow: 0 0 0 transparent;
  border: none;
}

#search_app .app-container__main .app-list .app-item__type {
  position: absolute;
  width: 60px;
  top: 15px;
  right: 15px;
}

@media (max-width: 640px) {
  #search_app .app-container__main .app-list .app-item__type {
    width: 45px;
    right: auto;
    left: 10px;
    top: 10px;
  }
}

#search_app .app-container__main .app-list .app-item__type .app-item__type--img {
  width: 100%;
}

#search_app .app-container__main .app-list .app-item__type .on-type {
  display: block;
}

#search_app .app-container__main .app-list .app-item__type .off-type {
  display: none;
}

#search_app .app-container__main .app-list .app-item--selected .app-item__type .on-type {
  display: none;
}

#search_app .app-container__main .app-list .app-item--selected .app-item__type .off-type {
  display: block;
}

@media (max-width: 1380px) {
  .lang-it #search_app .app-container__tab .tab-btn .tab-txt__sub {
    font-size: 12px;
    margin-right: 10px;
  }
}

@media (max-width: 1180px) {
  .lang-it #search_app .app-container__tab .tab-btn .tab-txt__sub {
    font-size: 10px;
    margin-right: 5px;
  }
}

@media (max-width: 800px) {
  .lang-it #search_app .app-container__tab .tab-btn .tab-txt__sub {
    display: none;
  }
}

@media (max-width: 640px) {
  .lang-it #search_app .app-container__tab .tab-btn .tab-txt__sub {
    margin: 0;
  }
}

@media (max-width: 1380px) {
  .lang-it #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 18px;
  }
}

@media (max-width: 1180px) {
  .lang-it #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .lang-it #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .lang-it #search_app .app-container__tab .tab-btn--current .tab-txt__sub {
    display: block;
  }
}

.lang-it #search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__prop__key {
  width: 75px;
}

@media (max-width: 640px) {
  .lang-it #search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__prop__key {
    width: auto;
  }
}

@media (max-width: 1380px) {
  .lang-fr #search_app .app-container__tab .tab-btn .tab-txt__sub {
    font-size: 12px;
    margin-right: 10px;
  }
}

@media (max-width: 1180px) {
  .lang-fr #search_app .app-container__tab .tab-btn .tab-txt__sub {
    font-size: 10px;
    margin-right: 5px;
  }
}

@media (max-width: 800px) {
  .lang-fr #search_app .app-container__tab .tab-btn .tab-txt__sub {
    display: none;
  }
}

@media (max-width: 640px) {
  .lang-fr #search_app .app-container__tab .tab-btn .tab-txt__sub {
    margin: 0;
  }
}

@media (max-width: 1380px) {
  .lang-fr #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 18px;
  }
}

@media (max-width: 1180px) {
  .lang-fr #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .lang-fr #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .lang-fr #search_app .app-container__tab .tab-btn--current .tab-txt__sub {
    display: block;
  }
}

.lang-fr #search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__prop__key {
  width: 85px;
}

@media (max-width: 640px) {
  .lang-fr #search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__prop__key {
    width: auto;
  }
}

.lang-es #search_app .app-container__tab .tab-btn .tab-txt__sub {
  font-size: 12px;
  margin-right: 10px;
}

@media (max-width: 1360px) {
  .lang-es #search_app .app-container__tab .tab-btn .tab-txt__sub {
    font-size: 10px;
    margin-right: 5px;
  }
}

@media (max-width: 1080px) {
  .lang-es #search_app .app-container__tab .tab-btn .tab-txt__sub {
    display: none;
  }
}

@media (max-width: 640px) {
  .lang-es #search_app .app-container__tab .tab-btn .tab-txt__sub {
    margin: 0;
  }
}

.lang-es #search_app .app-container__tab .tab-btn .tab-txt__main {
  font-size: 18px;
}

@media (max-width: 1360px) {
  .lang-es #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 14px;
  }
}

@media (max-width: 1080px) {
  .lang-es #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 12px;
  }
}

@media (max-width: 800px) {
  .lang-es #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 10px;
  }
}

@media (max-width: 640px) {
  .lang-es #search_app .app-container__tab .tab-btn--current .tab-txt__sub {
    display: block;
  }
}

.lang-nl #search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__prop__key {
  width: 70px;
}

@media (max-width: 640px) {
  .lang-nl #search_app .app-container__main .app-list .app-item--pm .app-item__bottom .app-item__prop__key {
    width: auto;
  }
}

@media (max-width: 1380px) {
  .lang-de #search_app .app-container__tab .tab-btn .tab-txt__sub {
    font-size: 12px;
    margin-right: 10px;
  }
}

@media (max-width: 1180px) {
  .lang-de #search_app .app-container__tab .tab-btn .tab-txt__sub {
    font-size: 10px;
    margin-right: 5px;
  }
}

@media (max-width: 800px) {
  .lang-de #search_app .app-container__tab .tab-btn .tab-txt__sub {
    display: none;
  }
}

@media (max-width: 640px) {
  .lang-de #search_app .app-container__tab .tab-btn .tab-txt__sub {
    margin: 0;
  }
}

@media (max-width: 1380px) {
  .lang-de #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 18px;
  }
}

@media (max-width: 1180px) {
  .lang-de #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .lang-de #search_app .app-container__tab .tab-btn .tab-txt__main {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .lang-de #search_app .app-container__tab .tab-btn--current .tab-txt__sub {
    display: block;
  }
}
