@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes bounce {
  0%,
  to {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes translate {
  0%,
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}

@-webkit-keyframes move-right {
  0% {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

@-webkit-keyframes square-fill {
  0%,
  25%,
  to {
    height: 0;
  }

  50%,
  75% {
    height: 100%;
  }
}

@-webkit-keyframes square-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25%,
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75%,
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
}

[class^="ui-"],
[class^="ui-"]:after,
[class^="ui-"]:before {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  color: #333;
  font-weight: 600;
  background: #e9e9e9;
}

.ui-widget-header a {
  color: #333;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  color: #454545;
  font-weight: 400;
}

.ui-state-default,
.ui-state-default:active,
.ui-state-default:focus,
.ui-state-default:hover,
.ui-state-default a,
.ui-state-default a:active,
.ui-state-default a:focus,
.ui-state-default a:hover,
.ui-widget-content .ui-state-default,
.ui-widget-content .ui-state-default:active,
.ui-widget-content .ui-state-default:focus,
.ui-widget-content .ui-state-default:hover,
.ui-widget-content .ui-state-default a,
.ui-widget-content .ui-state-default a:active,
.ui-widget-content .ui-state-default a:focus,
.ui-widget-content .ui-state-default a:hover,
.ui-widget-header .ui-state-default,
.ui-widget-header .ui-state-default:active,
.ui-widget-header .ui-state-default:focus,
.ui-widget-header .ui-state-default:hover,
.ui-widget-header .ui-state-default a,
.ui-widget-header .ui-state-default a:active,
.ui-widget-header .ui-state-default a:focus,
.ui-widget-header .ui-state-default a:hover {
  color: #454545;
  text-decoration: none;
}

.ui-state-default-text,
.ui-widget-content .ui-state-default-text,
.ui-widget-header .ui-state-default-text {
  color: #454545;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
  border: 1px solid #ccc;
  background: #ededed;
  color: #2b2b2b;
  font-weight: 400;
}

.ui-state-hover,
.ui-state-hover:active,
.ui-state-hover:focus,
.ui-state-hover:hover,
.ui-state-hover a,
.ui-state-hover a:active,
.ui-state-hover a:focus,
.ui-state-hover a:hover,
.ui-widget-content .ui-state-hover,
.ui-widget-content .ui-state-hover:active,
.ui-widget-content .ui-state-hover:focus,
.ui-widget-content .ui-state-hover:hover,
.ui-widget-content .ui-state-hover a,
.ui-widget-content .ui-state-hover a:active,
.ui-widget-content .ui-state-hover a:focus,
.ui-widget-content .ui-state-hover a:hover,
.ui-widget-header .ui-state-hover,
.ui-widget-header .ui-state-hover:active,
.ui-widget-header .ui-state-hover:focus,
.ui-widget-header .ui-state-hover:hover,
.ui-widget-header .ui-state-hover a,
.ui-widget-header .ui-state-hover a:active,
.ui-widget-header .ui-state-hover a:focus,
.ui-widget-header .ui-state-hover a:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-hover-text,
.ui-widget-content .ui-state-hover-text,
.ui-widget-header .ui-state-hover-text {
  color: #2b2b2b;
}

.ui-state-focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  color: #2b2b2b;
  font-weight: 400;
}

.ui-state-focus,
.ui-state-focus:active,
.ui-state-focus:focus,
.ui-state-focus:hover,
.ui-state-focus a,
.ui-state-focus a:active,
.ui-state-focus a:focus,
.ui-state-focus a:hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-focus:active,
.ui-widget-content .ui-state-focus:focus,
.ui-widget-content .ui-state-focus:hover,
.ui-widget-content .ui-state-focus a,
.ui-widget-content .ui-state-focus a:active,
.ui-widget-content .ui-state-focus a:focus,
.ui-widget-content .ui-state-focus a:hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-focus:active,
.ui-widget-header .ui-state-focus:focus,
.ui-widget-header .ui-state-focus:hover,
.ui-widget-header .ui-state-focus a,
.ui-widget-header .ui-state-focus a:active,
.ui-widget-header .ui-state-focus a:focus,
.ui-widget-header .ui-state-focus a:hover {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-focus-text,
.ui-widget-content .ui-state-focus-text,
.ui-widget-header .ui-state-focus-text {
  color: #2b2b2b;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
  font-weight: 400;
}

.ui-state-highlight,
.ui-state-highlight:active,
.ui-state-highlight:focus,
.ui-state-highlight:hover,
.ui-state-highlight a,
.ui-state-highlight a:active,
.ui-state-highlight a:focus,
.ui-state-highlight a:hover,
.ui-widget-content .ui-state-highlight,
.ui-widget-content .ui-state-highlight:active,
.ui-widget-content .ui-state-highlight:focus,
.ui-widget-content .ui-state-highlight:hover,
.ui-widget-content .ui-state-highlight a,
.ui-widget-content .ui-state-highlight a:active,
.ui-widget-content .ui-state-highlight a:focus,
.ui-widget-content .ui-state-highlight a:hover,
.ui-widget-header .ui-state-highlight,
.ui-widget-header .ui-state-highlight:active,
.ui-widget-header .ui-state-highlight:focus,
.ui-widget-header .ui-state-highlight:hover,
.ui-widget-header .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a:active,
.ui-widget-header .ui-state-highlight a:focus,
.ui-widget-header .ui-state-highlight a:hover {
  color: #777620;
  text-decoration: none;
}

.ui-state-highlight-text,
.ui-widget-content .ui-state-highlight-text,
.ui-widget-header .ui-state-highlight-text {
  color: #777620;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  color: #fff;
  font-weight: 400;
}

.ui-state-active,
.ui-state-active:active,
.ui-state-active:focus,
.ui-state-active:hover,
.ui-state-active a,
.ui-state-active a:active,
.ui-state-active a:focus,
.ui-state-active a:hover,
.ui-widget-content .ui-state-active,
.ui-widget-content .ui-state-active:active,
.ui-widget-content .ui-state-active:focus,
.ui-widget-content .ui-state-active:hover,
.ui-widget-content .ui-state-active a,
.ui-widget-content .ui-state-active a:active,
.ui-widget-content .ui-state-active a:focus,
.ui-widget-content .ui-state-active a:hover,
.ui-widget-header .ui-state-active,
.ui-widget-header .ui-state-active:active,
.ui-widget-header .ui-state-active:focus,
.ui-widget-header .ui-state-active:hover,
.ui-widget-header .ui-state-active a,
.ui-widget-header .ui-state-active a:active,
.ui-widget-header .ui-state-active a:focus,
.ui-widget-header .ui-state-active a:hover {
  color: #fff;
  text-decoration: none;
}

.ui-state-active-text,
.ui-widget-content .ui-state-active-text,
.ui-widget-header .ui-state-active-text {
  color: #fff;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
  font-weight: 400;
}

.ui-state-error,
.ui-state-error:active,
.ui-state-error:focus,
.ui-state-error:hover,
.ui-state-error a,
.ui-state-error a:active,
.ui-state-error a:focus,
.ui-state-error a:hover,
.ui-widget-content .ui-state-error,
.ui-widget-content .ui-state-error:active,
.ui-widget-content .ui-state-error:focus,
.ui-widget-content .ui-state-error:hover,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error a:active,
.ui-widget-content .ui-state-error a:focus,
.ui-widget-content .ui-state-error a:hover,
.ui-widget-header .ui-state-error,
.ui-widget-header .ui-state-error:active,
.ui-widget-header .ui-state-error:focus,
.ui-widget-header .ui-state-error:hover,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error a:active,
.ui-widget-header .ui-state-error a:focus,
.ui-widget-header .ui-state-error a:hover {
  color: #5f3f3f;
  text-decoration: none;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  background-image: none;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.5;
  font-weight: 400;
}

@font-face {
  font-family: jquery-ui;
  src: url(../fonts/jquery-ui.eot?jquf1.4.1);
  src:
    url(../fonts/jquery-ui.eot?#iefixjquf1.4.1) format("embedded-opentype"),
    url(../fonts/jquery-ui.woff?jquf1.4.1) format("woff"),
    url(../fonts/jquery-ui.ttf?jquf1.4.1) format("truetype"),
    url(../fonts/jquery-ui.svg?jquf1.4.1#jquery-ui) format("svg");
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
}

.ui-busy-icon,
.ui-icon {
  display: inline;
  background: transparent none no-repeat scroll 0 0 !important;
  font:
    normal normal normal 14px/16px jquery-ui,
    sans-serif;
  overflow: hidden;
  padding: 0;
  margin: 0;
  position: relative;
  line-height: inherit;
  text-transform: none;
  -webkit-transform: translate(0);
  transform: translate(0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 0;
}

.ui-busy-icon:before,
.ui-icon:before {
  display: inline;
  content: "";
  font-size: 16px;
}

.ui-icon-arrow-1-n:before,
.ui-icon-arrow-u:before {
  content: "\e600";
}

.ui-icon-arrow-1-ne:before,
.ui-icon-arrow-u-r:before {
  content: "\e601";
}

.ui-icon-arrow-1-e:before,
.ui-icon-arrow-r:before {
  content: "\e602";
}

.ui-icon-arrow-1-se:before,
.ui-icon-arrow-d-r:before {
  content: "\e603";
}

.ui-icon-arrow-1-s:before,
.ui-icon-arrow-d:before {
  content: "\e604";
}

.ui-icon-arrow-1-sw:before,
.ui-icon-arrow-d-l:before {
  content: "\e605";
}

.ui-icon-arrow-1-w:before,
.ui-icon-arrow-l:before {
  content: "\e606";
}

.ui-icon-arrow-1-nw:before,
.ui-icon-arrow-u-l:before {
  content: "\e607";
}

.ui-icon-arrowstop-1-n:before {
  content: "\e608";
}

.ui-icon-arrowstop-1-e:before {
  content: "\e609";
}

.ui-icon-arrowstop-1-s:before {
  content: "\e60a";
}

.ui-icon-arrowstop-1-w:before {
  content: "\e60b";
}

.ui-icon-arrowreturn-1-n:before {
  content: "\e60c";
}

.ui-icon-arrowreturn-1-e:before,
.ui-icon-forward:before {
  content: "\e60d";
}

.ui-icon-arrowreturn-1-s:before {
  content: "\e60e";
}

.ui-icon-arrowreturn-1-w:before,
.ui-icon-back:before {
  content: "\e60f";
}

.ui-icon-arrowrefresh-1-n:before {
  content: "\e610";
}

.ui-icon-arrowrefresh-1-e:before {
  content: "\e611";
}

.ui-icon-arrowrefresh-1-s:before {
  content: "\e612";
}

.ui-icon-arrowrefresh-1-w:before {
  content: "\e613";
}

.ui-icon-arrow-2-n-s:before {
  content: "\e614";
}

.ui-icon-arrow-2-ne-sw:before {
  content: "\e615";
}

.ui-icon-arrow-2-e-w:before {
  content: "\e616";
}

.ui-icon-arrow-2-se-nw:before {
  content: "\e617";
}

.ui-icon-arrow-4:before,
.ui-icon-move:before {
  content: "\e618";
}

.ui-icon-arrow-4-diag:before,
.ui-icon-fullscreen:before {
  content: "\e619";
}

.ui-icon-arrowthick-1-n:before {
  content: "\e61a";
}

.ui-icon-arrowthick-1-ne:before {
  content: "\e61b";
}

.ui-icon-arrowthick-1-e:before {
  content: "\e61c";
}

.ui-icon-arrowthick-1-se:before {
  content: "\e61d";
}

.ui-icon-arrowthick-1-s:before {
  content: "\e61e";
}

.ui-icon-arrowthick-1-sw:before {
  content: "\e61f";
}

.ui-icon-arrowthick-1-w:before {
  content: "\e620";
}

.ui-icon-arrowthick-1-nw:before {
  content: "\e621";
}

.ui-icon-arrowthickstop-1-n:before {
  content: "\e622";
}

.ui-icon-arrowthickstop-1-e:before {
  content: "\e623";
}

.ui-icon-arrowthickstop-1-s:before {
  content: "\e624";
}

.ui-icon-arrowthickstop-1-w:before {
  content: "\e625";
}

.ui-icon-arrowreturnthick-1-n:before {
  content: "\e626";
}

.ui-icon-arrowreturnthick-1-e:before {
  content: "\e627";
}

.ui-icon-arrowreturnthick-1-s:before {
  content: "\e628";
}

.ui-icon-arrowreturnthick-1-w:before {
  content: "\e629";
}

.ui-icon-arrowthick-2-n-s:before {
  content: "\e62a";
}

.ui-icon-arrowthick-2-ne-sw:before {
  content: "\e62b";
}

.ui-icon-arrowthick-2-e-w:before {
  content: "\e62c";
}

.ui-icon-arrowthick-2-se-nw:before {
  content: "\e62d";
}

.ui-icon-circle-arrow-n:before {
  content: "\e62e";
}

.ui-icon-circle-arrow-e:before {
  content: "\e62f";
}

.ui-icon-circle-arrow-s:before {
  content: "\e630";
}

.ui-icon-circle-arrow-w:before {
  content: "\e631";
}

.ui-icon-circle-b-arrow-n:before {
  content: "\e632";
}

.ui-icon-circle-b-arrow-e:before {
  content: "\e633";
}

.ui-icon-circle-b-arrow-s:before {
  content: "\e634";
}

.ui-icon-circle-b-arrow-w:before {
  content: "\e635";
}

.ui-icon-carat-1-n:before,
.ui-icon-caret-u:before {
  content: "\e636";
}

.ui-icon-carat-1-ne:before {
  content: "\e637";
}

.ui-icon-carat-1-e:before,
.ui-icon-caret-r:before {
  content: "\e638";
}

.ui-icon-carat-1-se:before {
  content: "\e639";
}

.ui-icon-carat-1-s:before,
.ui-icon-caret-d:before {
  content: "\e63a";
}

.ui-icon-carat-1-sw:before {
  content: "\e63b";
}

.ui-icon-carat-1-w:before,
.ui-icon-caret-l:before {
  content: "\e63c";
}

.ui-icon-carat-1-nw:before {
  content: "\e63d";
}

.ui-icon-carat-2-n:before {
  content: "\e63e";
}

.ui-icon-carat-2-e:before {
  content: "\e63f";
}

.ui-icon-carat-2-s:before {
  content: "\e640";
}

.ui-icon-carat-2-w:before {
  content: "\e641";
}

.ui-icon-carat-2-n-s:before {
  content: "\e642";
}

.ui-icon-carat-2-e-w:before {
  content: "\e643";
}

.ui-icon-triangle-1-n:before {
  content: "\e644";
}

.ui-icon-triangle-1-ne:before {
  content: "\e645";
}

.ui-icon-triangle-1-e:before {
  content: "\e646";
}

.ui-icon-triangle-1-se:before {
  content: "\e647";
}

.ui-icon-triangle-1-s:before {
  content: "\e648";
}

.ui-icon-triangle-1-sw:before {
  content: "\e649";
}

.ui-icon-triangle-1-w:before {
  content: "\e64a";
}

.ui-icon-triangle-1-nw:before {
  content: "\e64b";
}

.ui-icon-triangle-1-n-stop:before {
  content: "\e64c";
}

.ui-icon-seek-end:before,
.ui-icon-triangle-1-e-stop:before {
  content: "\e64d";
}

.ui-icon-triangle-1-s-stop:before {
  content: "\e64e";
}

.ui-icon-seek-first:before,
.ui-icon-triangle-1-w-stop:before {
  content: "\e64f";
}

.ui-icon-seek-next:before,
.ui-icon-triangle-2-e:before {
  content: "\e650";
}

.ui-icon-seek-prev:before,
.ui-icon-triangle-2-w:before {
  content: "\e651";
}

.ui-icon-triangle-2-n-s:before {
  content: "\e652";
}

.ui-icon-triangle-2-e-w:before {
  content: "\e653";
}

.ui-icon-circle-triangle-n:before {
  content: "\e654";
}

.ui-icon-circle-triangle-e:before {
  content: "\e655";
}

.ui-icon-circle-triangle-s:before {
  content: "\e656";
}

.ui-icon-circle-triangle-w:before {
  content: "\e657";
}

.ui-icon-circle-b-triangle-n:before {
  content: "\e658";
}

.ui-icon-circle-b-triangle-e:before {
  content: "\e659";
}

.ui-icon-circle-b-triangle-s:before {
  content: "\e65a";
}

.ui-icon-circle-b-triangle-w:before {
  content: "\e65b";
}

.ui-icon-bullet:before {
  content: "\e65c";
}

.ui-icon-circle:before,
.ui-icon-radio-off:before {
  content: "\e65d";
}

.ui-icon-alert:before {
  content: "\e65e";
}

.ui-icon-alert-b:before {
  content: "\e65f";
}

.ui-icon-help-plain:before {
  content: "\e660";
}

.ui-icon-circle-help:before,
.ui-icon-help:before {
  content: "\e661";
}

.ui-icon-circle-b-help:before {
  content: "\e662";
}

.ui-icon-info-plain:before {
  content: "\e663";
}

.ui-icon-circle-info:before,
.ui-icon-info:before {
  content: "\e664";
}

.ui-icon-circle-b-info:before {
  content: "\e665";
}

.ui-icon-notice-plain:before {
  content: "\e666";
}

.ui-icon-circle-notice:before,
.ui-icon-notice:before {
  content: "\e667";
}

.ui-icon-circle-b-notice:before {
  content: "\e668";
}

.ui-icon-grip-diagonal-se:before {
  content: "\e669";
}

.ui-icon-gripsmall-diagonal-se:before {
  content: "\e66a";
}

.ui-icon-grip-solid-horizontal:before {
  content: "\e66b";
}

.ui-icon-grip-dotted-horizontal:before {
  content: "\e66c";
}

.ui-icon-grip-solid-vertical:before {
  content: "\e66d";
}

.ui-icon-grip-dotted-vertical:before {
  content: "\e66e";
}

.ui-icon-check:before {
  content: "\e66f";
}

.ui-icon-circle-check:before {
  content: "\e670";
}

.ui-icon-circle-b-check:before {
  content: "\e671";
}

.ui-icon-check-off:before {
  content: "\e672";
}

.ui-icon-check-on:before {
  content: "\e673";
}

.ui-icon-cancel:before,
.ui-icon-forbidden:before {
  content: "\e674";
}

.ui-icon-close:before,
.ui-icon-delete:before {
  content: "\e675";
}

.ui-icon-circle-close:before {
  content: "\e676";
}

.ui-icon-circle-b-close:before {
  content: "\e677";
}

.ui-icon-closethick:before {
  content: "\e678";
}

.ui-icon-squaresmall-close:before {
  content: "\e679";
}

.ui-icon-circlesmall-close:before {
  content: "\e67a";
}

.ui-icon-minus:before {
  content: "\e67b";
}

.ui-icon-circle-minus:before {
  content: "\e67c";
}

.ui-icon-circle-b-minus:before {
  content: "\e67d";
}

.ui-icon-minusthick:before {
  content: "\e67e";
}

.ui-icon-squaresmall-minus:before {
  content: "\e67f";
}

.ui-icon-circlesmall-minus:before {
  content: "\e680";
}

.ui-icon-plus:before {
  content: "\e681";
}

.ui-icon-circle-plus:before {
  content: "\e682";
}

.ui-icon-circle-b-plus:before {
  content: "\e683";
}

.ui-icon-plusthick:before {
  content: "\e684";
}

.ui-icon-squaresmall-plus:before {
  content: "\e685";
}

.ui-icon-circlesmall-plus:before {
  content: "\e686";
}

.ui-icon-edit:before,
.ui-icon-pencil:before {
  content: "\e687";
}

.ui-icon-copy:before,
.ui-icon-files:before {
  content: "\e688";
}

.ui-icon-cut:before,
.ui-icon-scissors:before {
  content: "\e689";
}

.ui-icon-clipboard:before,
.ui-icon-paste:before {
  content: "\e68a";
}

.ui-icon-disk:before,
.ui-icon-save:before {
  content: "\e68b";
}

.ui-icon-undo:before {
  content: "\e68c";
}

.ui-icon-redo:before {
  content: "\e68d";
}

.ui-icon-rename:before {
  content: "\e68e";
}

.ui-icon-recycle:before,
.ui-icon-trash:before {
  content: "\e68f";
}

.ui-icon-print:before {
  content: "\e690";
}

.ui-icon-print-b:before {
  content: "\e691";
}

.ui-icon-note:before {
  content: "\e692";
}

.ui-icon-table:before {
  content: "\e693";
}

.ui-icon-tag:before {
  content: "\e694";
}

.ui-icon-ticket:before {
  content: "\e695";
}

.ui-icon-folder-collapsed:before,
.ui-icon-folder:before {
  content: "\e696";
}

.ui-icon-folder-expanded:before,
.ui-icon-folder-open:before {
  content: "\e697";
}

.ui-icon-document:before,
.ui-icon-file:before {
  content: "\e698";
}

.ui-icon-document-b:before,
.ui-icon-file-b:before {
  content: "\e699";
}

.ui-icon-audio:before,
.ui-icon-music:before {
  content: "\e69a";
}

.ui-icon-film:before,
.ui-icon-movie:before {
  content: "\e69b";
}

.ui-icon-video:before {
  content: "\e69c";
}

.ui-icon-image:before,
.ui-icon-picture:before {
  content: "\e69d";
}

.ui-icon-script:before {
  content: "\e69e";
}

.ui-icon-file-pdf:before {
  content: "\e69f";
}

.ui-icon-file-rtf:before {
  content: "\e6a0";
}

.ui-icon-file-spreadsheet:before,
.ui-icon-file-xls:before {
  content: "\e6a1";
}

.ui-icon-file-text:before,
.ui-icon-file-txt:before {
  content: "\e6a2";
}

.ui-icon-file-word:before {
  content: "\e6a3";
}

.ui-icon-file-zip:before {
  content: "\e6a4";
}

.ui-icon-play:before {
  content: "\e6a5";
}

.ui-icon-pause:before {
  content: "\e6a6";
}

.ui-icon-stop:before {
  content: "\e6a7";
}

.ui-icon-mute:before,
.ui-icon-volume-mute:before,
.ui-icon-volume-off:before {
  content: "\e6a8";
}

.ui-icon-volume-high:before,
.ui-icon-volume-on:before {
  content: "\e6a9";
}

.ui-icon-volume-low:before,
.ui-icon-volume-on-b:before {
  content: "\e6aa";
}

.ui-icon-shuffle:before {
  content: "\e6ab";
}

.ui-icon-retweet:before {
  content: "\e6ac";
}

.ui-icon-eject:before {
  content: "\e6ad";
}

.ui-icon-link:before {
  content: "\e6ae";
}

.ui-icon-action:before,
.ui-icon-extlink:before,
.ui-icon-linkext:before {
  content: "\e6af";
}

.ui-icon-link-broken:before {
  content: "\e6b0";
}

.ui-icon-locked:before {
  content: "\e6b1";
}

.ui-icon-unlocked:before {
  content: "\e6b2";
}

.ui-icon-window:before {
  content: "\e6b3";
}

.ui-icon-dialog:before,
.ui-icon-newwin:before,
.ui-icon-popup:before {
  content: "\e6b4";
}

.ui-icon-window-sidebar:before {
  content: "\e6b5";
}

.ui-icon-bars:before,
.ui-icon-menu:before {
  content: "\e6b6";
}

.ui-icon-home:before {
  content: "\e6b7";
}

.ui-icon-bookmark:before {
  content: "\e6b8";
}

.ui-icon-bookmark-b:before {
  content: "\e6b9";
}

.ui-icon-star:before {
  content: "\e6ba";
}

.ui-icon-star-b:before {
  content: "\e6bb";
}

.ui-icon-addon:before,
.ui-icon-puzzle:before {
  content: "\e6bc";
}

.ui-icon-plugin:before {
  content: "\e6bd";
}

.ui-icon-package:before {
  content: "\e6be";
}

.ui-icon-power:before,
.ui-icon-switch:before {
  content: "\e6bf";
}

.ui-icon-refresh:before {
  content: "\e6c0";
}

.ui-icon-group:before,
.ui-icon-users:before {
  content: "\e6c1";
}

.ui-icon-person:before,
.ui-icon-user:before {
  content: "\e6c2";
}

.ui-icon-heart:before {
  content: "\e6c3";
}

.ui-icon-heart-b:before {
  content: "\e6c4";
}

.ui-icon-heart-beat:before {
  content: "\e6c5";
}

.ui-icon-key:before {
  content: "\e6c6";
}

.ui-icon-lightbulb:before {
  content: "\e6c7";
}

.ui-icon-cart:before,
.ui-icon-shop:before {
  content: "\e6c8";
}

.ui-icon-cart-b:before {
  content: "\e6c9";
}

.ui-icon-clock:before {
  content: "\e6ca";
}

.ui-icon-clock-b:before {
  content: "\e6cb";
}

.ui-icon-cloud:before {
  content: "\e6cc";
}

.ui-icon-cloud-b:before {
  content: "\e6cd";
}

.ui-icon-cloud-download:before {
  content: "\e6ce";
}

.ui-icon-cloud-upload:before {
  content: "\e6cf";
}

.ui-icon-comment:before {
  content: "\e6d0";
}

.ui-icon-comments:before {
  content: "\e6d1";
}

.ui-icon-globe:before {
  content: "\e6d2";
}

.ui-icon-globe-b:before {
  content: "\e6d3";
}

.ui-icon-location:before {
  content: "\e6d4";
}

.ui-icon-navigation:before {
  content: "\e6d5";
}

.ui-icon-gear:before {
  content: "\e6d6";
}

.ui-icon-gears:before {
  content: "\e6d7";
}

.ui-icon-camera:before {
  content: "\e6d8";
}

.ui-icon-flag:before {
  content: "\e6d9";
}

.ui-icon-eye:before {
  content: "\e6da";
}

.ui-icon-box:before {
  content: "\e6db";
}

.ui-icon-transfer-e-w:before {
  content: "\e6dc";
}

.ui-icon-transferthick-e-w:before {
  content: "\e6dd";
}

.ui-icon-login:before,
.ui-icon-sign-in:before {
  content: "\e6de";
}

.ui-icon-logoff:before,
.ui-icon-logout:before,
.ui-icon-sign-out:before {
  content: "\e6df";
}

.ui-icon-toggle-off:before {
  content: "\e6e0";
}

.ui-icon-toggle-on:before {
  content: "\e6e1";
}

.ui-icon-search:before {
  content: "\e6e2";
}

.ui-icon-wrench:before {
  content: "\e6e3";
}

.ui-icon-settings:before {
  content: "\e6e4";
}

.ui-icon-radio-on:before {
  content: "\e6e5";
}

.ui-icon-selectbox:before {
  content: "\e6e6";
}

.ui-icon-suitcase:before {
  content: "\e6e7";
}

.ui-icon-truck:before {
  content: "\e6e8";
}

.ui-icon-database:before {
  content: "\e6e9";
}

.ui-icon-databases:before {
  content: "\e6ea";
}

.ui-icon-book:before {
  content: "\e6eb";
}

.ui-icon-book-b:before {
  content: "\e6ec";
}

.ui-icon-calculator:before {
  content: "\e6ed";
}

.ui-icon-calculator-b:before {
  content: "\e6ee";
}

.ui-icon-calendar:before {
  content: "\e6ef";
}

.ui-icon-calendar-b:before {
  content: "\e6f0";
}

.ui-icon-calendar-day:before {
  content: "\e6f1";
}

.ui-icon-address:before {
  content: "\e6f2";
}

.ui-icon-contact:before {
  content: "\e6f3";
}

.ui-icon-phone:before {
  content: "\e6f4";
}

.ui-icon-circle-phone:before {
  content: "\e6f5";
}

.ui-icon-mail-closed:before,
.ui-icon-mail:before {
  content: "\e6f6";
}

.ui-icon-mail-open:before {
  content: "\e6f7";
}

.ui-icon-mail-reply:before {
  content: "\e6f8";
}

.ui-icon-mail-replyall:before {
  content: "\e6f9";
}

.ui-icon-mail-forward:before {
  content: "\e6fa";
}

.ui-icon-mail-send:before {
  content: "\e6fb";
}

.ui-icon-newsletter:before,
.ui-icon-newspaper:before {
  content: "\e6fc";
}

.ui-icon-pin-s:before {
  content: "\e6fd";
}

.ui-icon-pin-w:before {
  content: "\e6fe";
}

.ui-icon-zoomin:before {
  content: "\e6ff";
}

.ui-icon-circle-zoomin:before {
  content: "\e700";
}

.ui-icon-zoomout:before {
  content: "\e701";
}

.ui-icon-circle-zoomout:before {
  content: "\e702";
}

.ui-icon-desktop:before,
.ui-icon-screen-display:before {
  content: "\e703";
}

.ui-icon-screen-laptop:before {
  content: "\e704";
}

.ui-icon-mobile:before,
.ui-icon-screen-mobile:before {
  content: "\e705";
}

.ui-icon-view-icons:before {
  content: "\e706";
}

.ui-icon-grid:before,
.ui-icon-view-icons-b:before {
  content: "\e707";
}

.ui-icon-list:before,
.ui-icon-view-list:before {
  content: "\e708";
}

.ui-icon-sorting:before {
  content: "\e709";
}

.ui-icon-sorting-asc:before {
  content: "\e70a";
}

.ui-icon-sorting-desc:before {
  content: "\e70b";
}

.ui-icon-battery-0:before {
  content: "\e70c";
}

.ui-icon-battery-1:before {
  content: "\e70d";
}

.ui-icon-battery-2:before {
  content: "\e70e";
}

.ui-icon-battery-3:before {
  content: "\e70f";
}

.ui-icon-signal:before {
  content: "\e710";
}

.ui-icon-signal-diag:before {
  content: "\e711";
}

.ui-icon-window-minimize:before {
  content: "\e717";
}

.ui-loading-icon.ui-icon-balls:before {
  content: "\e712";
}

.ui-loading-icon.ui-icon-circle:before {
  content: "\e713";
}

.ui-loading-icon.ui-icon-comet:before {
  content: "\e714";
}

.ui-loading-icon.ui-icon-lines:before {
  content: "\e715";
}

.ui-loading-icon.ui-icon-planet:before {
  content: "\e716";
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes bounce {
  0%,
  to {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }

  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes translate {
  0%,
  to {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  50% {
    -webkit-transform: translate(100%);
    transform: translate(100%);
  }
}

@keyframes move-right {
  0% {
    left: -100%;
  }

  to {
    left: 100%;
  }
}

@keyframes square-fill {
  0%,
  25%,
  to {
    height: 0;
  }

  50%,
  75% {
    height: 100%;
  }
}

@keyframes square-clockwise {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  25%,
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  75%,
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.ui-animate.anti-clockwise .ui-icon,
.ui-animate.clockwise .ui-icon {
  -webkit-animation: clockwise 1s linear infinite;
  animation: clockwise 1s linear infinite;
}

.ui-animate.anti-clockwise .ui-icon {
  animation-direction: reverse;
}

.ui-animate.bounce .ui-icon:before {
  -webkit-animation: bounce 1s ease-in-out infinite;
  animation: bounce 1s ease-in-out infinite;
}

.ui-loading-icon.ui-icon-circle,
.ui-loading-icon.ui-icon-comet,
.ui-loading-icon.ui-icon-planet {
  -webkit-animation: clockwise 1s linear infinite;
  animation: clockwise 1s linear infinite;
}

.ui-loading-icon.ui-icon-balls,
.ui-loading-icon.ui-icon-lines {
  -webkit-animation: clockwise 1s ease-in-out infinite;
  animation: clockwise 1s ease-in-out infinite;
}

.ui-corner-all {
  border-radius: 4px;
}

.ui-corner-top {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.ui-corner-right {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-corner-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.ui-corner-left {
  border-bottom-left-radius: 4px;
}

.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-br {
  border-bottom-right-radius: 4px;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 16px;
  height: 20px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted #333;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion {
  margin-bottom: 20px;
}

.ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.ui-accordion-content {
  padding: 15px;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 700 !important;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 6px 12px;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.ui-button,
.ui-button:active,
.ui-button:hover,
.ui-button:link,
.ui-button:visited {
  text-decoration: none;
}

.ui-button-icon-only .ui-button-text {
  display: none;
}

.ui-buttonset:after,
.ui-buttonset:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-buttonset:after {
  clear: both;
}

.ui-buttonset .ui-button {
  float: left;
  margin-right: -1px;
}

.ui-buttonset .ui-button.ui-state-active,
.ui-buttonset .ui-button.ui-state-focus,
.ui-buttonset .ui-button.ui-state-hover {
  z-index: 100;
}

.ui-datepicker {
  width: 300px;
  padding: 6px;
  display: none;
  z-index: 500 !important;
  overflow: visible;
  margin-bottom: 20px;
}

.ui-datepicker-header {
  position: relative;
  padding: 6px;
  margin: 0;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 4px;
  background: #e9e9e9;
  color: #333;
}

.ui-datepicker-next,
.ui-datepicker-prev {
  position: absolute;
  border: 1px solid transparent;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  line-height: 24px;
  cursor: pointer;
}

.ui-datepicker-next span,
.ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: #333;
  top: calc(50% - 12px);
}

.ui-datepicker-prev {
  left: 3px;
}

.ui-datepicker-next {
  right: 3px;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.ui-datepicker-title select {
  font-size: 16px;
  margin: 1px 0;
  color: #333;
}

.ui-datepicker-month,
.ui-datepicker-year {
  width: calc(50% - 42px);
  font-weight: 400;
}

.ui-datepicker-month + .ui-datepicker-year {
  margin-left: 6px;
}

.ui-datepicker table {
  width: 100%;
  font-size: 14px;
  margin: 0 0 6px;
  border-collapse: collapse;
  table-layout: fixed;
}

.ui-datepicker th {
  padding: 12px 5px;
  text-align: center;
  font-weight: 700;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
  text-align: center;
}

.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 6px 2px;
  text-decoration: none;
}

.ui-datepicker-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  padding: 6px 0 0;
  margin: 0;
}

.ui-datepicker-buttonpane:after,
.ui-datepicker-buttonpane:before {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-datepicker-buttonpane:after {
  clear: both;
}

.ui-datepicker-buttonpane button {
  float: right;
  cursor: pointer;
  padding: 6px 12px;
}

.ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker > :last-child {
  margin-bottom: 0;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.ui-datepicker-multi .ui-datepicker-group .ui-datepicker-header {
  border-radius: 0;
}

.ui-datepicker-multi .ui-datepicker-group:first-child .ui-datepicker-header {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.ui-datepicker-multi .ui-datepicker-group:nth-last-child(3) .ui-datepicker-header {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 6px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 6px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 6px;
  outline: 0;
  z-index: 800 !important;
}

.ui-dialog-titlebar {
  padding: 6px 12px;
  position: relative;
  border-radius: 4px;
  border-width: 1px;
  background: #e9e9e9;
  margin: 0;
  color: #333;
  border-color: #ddd;
}

.ui-dialog-titlebar-close {
  position: absolute;
  right: 6px;
  top: calc(50% - 11px);
  width: 20px;
  height: 20px;
  padding: 1px;
}

.ui-dialog-title {
  float: left;
  width: calc(100% - 32px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ui-dialog-content {
  position: relative;
  border: 0;
  padding: 15px;
  background: none;
  overflow: auto;
}

.ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0;
  background-image: none;
  padding: 6px 0 0;
}

.ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog-buttonpane button {
  cursor: pointer;
}

.ui-dialog-buttonpane button:not(:last-child) {
  margin-right: 10px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  margin: 0 0 20px;
  display: block;
  outline: none;
  min-width: 150px;
  padding: 0;
  border-radius: 0;
  border-color: #ddd;
  border-width: 1px;
}

.ui-menu .ui-menu {
  position: absolute;
  z-index: 700;
}

.ui-menu-item {
  margin: 0;
  cursor: pointer;
  position: relative;
  padding: 6px 12px;
  border: 1px solid transparent;
}

.ui-menu-item.ui-state-active,
.ui-menu-item.ui-state-focus {
  border-color: transparent;
  background: #007fff;
  outline: none;
}

.ui-menu-item.ui-state-active,
.ui-menu-item.ui-state-active:active,
.ui-menu-item.ui-state-active:focus,
.ui-menu-item.ui-state-active:hover,
.ui-menu-item.ui-state-active a,
.ui-menu-item.ui-state-active a:active,
.ui-menu-item.ui-state-active a:focus,
.ui-menu-item.ui-state-active a:hover,
.ui-menu-item.ui-state-focus,
.ui-menu-item.ui-state-focus:active,
.ui-menu-item.ui-state-focus:focus,
.ui-menu-item.ui-state-focus:hover,
.ui-menu-item.ui-state-focus a,
.ui-menu-item.ui-state-focus a:active,
.ui-menu-item.ui-state-focus a:focus,
.ui-menu-item.ui-state-focus a:hover {
  color: #fff;
  text-decoration: none;
}

.ui-menu-divider {
  margin: 10px 0;
  border: 0;
  border-bottom: 1px solid #ddd;
}

.ui-menu-icon {
  float: right;
}

.ui-progressbar {
  height: 20px;
  text-align: left;
  overflow: hidden;
  margin-bottom: 20px;
  background: #fff;
  border: 1px solid #ddd;
}

.ui-progressbar-value {
  margin: -1px;
  background: #e9e9e9;
  border: 1px solid #ddd;
  height: 100%;
}

.ui-progressbar-overlay {
  height: 100%;
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  display: none;
  position: absolute;
  z-index: 700 !important;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  margin: 0;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  padding: 6px 12px;
  height: auto;
  margin: -2px 0 10px;
  color: #333;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  padding: 6px 12px;
  line-height: 1.5;
}

.ui-selectmenu-button span.ui-icon {
  float: right;
}

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-slider {
  position: relative;
  text-align: left;
  background: #fff;
  border: 1px solid #ddd;
}

.ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 14px;
  display: block;
  background: #e9e9e9;
  border: 1px solid #ddd;
}

.ui-slider-horizontal {
  height: 20px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: calc(50% - 13px);
  margin-left: -12px;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 20px;
  height: 200px;
}

.ui-slider-vertical .ui-slider-handle {
  left: calc(50% - 13px);
  margin-left: 0;
  margin-bottom: -12px;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  display: inline-block;
  padding: 0;
  border: none;
}

.ui-spinner,
.ui-spinner-input {
  position: relative;
  vertical-align: middle;
}

.ui-spinner-input {
  background: #fff;
  height: auto;
  color: inherit;
  margin: 0;
  padding: 6px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 20px);
  z-index: 20;
  border: 1px solid #ddd;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.ui-spinner-input:focus {
  outline: 0;
  border-color: #0038e6;
}

.ui-spinner-button {
  width: 20px;
  height: calc(50% - 2px);
  font-size: 6px;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: pointer;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner .ui-icon {
  position: absolute;
  left: 0;
  right: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-up .ui-icon {
  top: -3px;
}

.ui-spinner-down {
  bottom: 0;
  border-top: 0;
  padding-top: 1px;
}

.ui-spinner-down .ui-icon {
  top: -3px;
}

.ui-tabs {
  position: relative;
  padding: 6px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.ui-tabs-nav {
  margin: 0;
  padding: 6px 6px 0;
  border-color: #ddd;
  border-width: 1px;
  border-radius: 4px;
  background: #e9e9e9;
}

.ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 6px 12px;
  text-decoration: none;
}

.ui-tabs-nav > li {
  list-style: none;
  float: left;
  display: block;
  position: relative;
  top: 0;
  margin: 1px 6px -1px 0;
  padding: 0;
}

.ui-tabs-nav > li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs-nav > li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs-nav > li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 6px 12px;
  background: none;
}

.ui-tooltip {
  padding: 10px;
  position: absolute;
  z-index: 600 !important;
  max-width: 300px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
}

.webstore {
  display: none !important;
}

@media (max-width: 768px) {
  .np-keyword-suggest.np-keyword-suggest_overlay {
    position: relative;
  }

  .np-keyword-suggest.np-keyword-suggest_overlay button.submitButton {
    position: absolute;
    top: 50%;
    right: 20px;
    bottom: auto;
    height: 41.7px;
    width: 41.7px;
    border-radius: 41.7px;
    border: none;
    background-image: none;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  .np-keyword-suggest.np-keyword-suggest_overlay button.submitButton:before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 100%;
    background: #000;
  }

  .np-keyword-suggest.np-keyword-suggest_overlay button.submitButton:after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background-image: url(/ec/images_common/search.svg);
    background-size: 21.7px;
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .np-keyword-suggest.np-keyword-suggest_overlay button.cancelButton {
    position: absolute;
    top: 50%;
    left: 20px;
    border: none;
    background-color: initial;
    background-size: 15px;
    background-position: 50%;
    z-index: 1;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  .np-keyword-suggest.np-keyword-suggest_overlay .inputArea {
    position: relative;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #898f9a;
  }

  .np-keyword-suggest.np-keyword-suggest_overlay .inputArea span {
    padding: 0 0 0 50px;
    margin: 0 82px 0 0;
    height: 80px;
  }

  .np-keyword-suggest.np-keyword-suggest_overlay .inputArea span input[type="text"] {
    height: 100%;
    font-size: 16px;
  }

  .np-keyword-suggest.np-keyword-suggest_overlay .inputArea span input[type="text"]:focus {
    outline: none;
  }

  .np-keyword-suggest.np-keyword-suggest_overlay .inputArea span input[type="text"] + a {
    top: 50% !important;
    height: 17.7px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    font-size: 0 !important;
  }

  .np-keyword-suggest.np-keyword-suggest_overlay .inputArea span input[type="text"] + a:after,
  .np-keyword-suggest.np-keyword-suggest_overlay .inputArea span input[type="text"] + a:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    height: 17.7px;
    width: 2px;
    background-color: #000;
  }

  .np-keyword-suggest.np-keyword-suggest_overlay .inputArea span input[type="text"] + a:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .np-keyword-suggest.np-keyword-suggest_overlay .inputArea span input[type="text"] + a:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  #appBody .header-wrap {
    height: 75px !important;
  }

  #appBody .header-wrap.fixed {
    height: auto !important;
  }

  #appBody .header-wrap.fixed .header-sp-fixed {
    height: 50px;
  }

  #appBody .header-wrap,
  #appBody .header-wrap.fixed,
  header.header-wrap,
  header.header-wrap.fixed {
    width: 100%;
    min-width: 100%;
  }

  #appBody .header-wrap.fixed .inner,
  #appBody .header-wrap .inner,
  header.header-wrap.fixed .inner,
  header.header-wrap .inner {
    width: 100%;
  }

  #appBody .header-wrap.fixed .headerSearchArea,
  #appBody .header-wrap .headerSearchArea,
  header.header-wrap.fixed .headerSearchArea,
  header.header-wrap .headerSearchArea {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 114px;
    height: 20.7px;
    width: 20.7px;
    margin: auto;
  }

  #appBody .header-wrap.fixed .headerSearchArea input,
  #appBody .header-wrap .headerSearchArea input,
  header.header-wrap.fixed .headerSearchArea input,
  header.header-wrap .headerSearchArea input {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
  }

  #appBody .header-wrap.fixed .headerSearchArea input.hidden,
  #appBody .header-wrap .headerSearchArea input.hidden,
  header.header-wrap.fixed .headerSearchArea input.hidden,
  header.header-wrap .headerSearchArea input.hidden {
    display: none;
  }

  #appBody .header-wrap.fixed .headerSearchArea svg,
  #appBody .header-wrap .headerSearchArea svg,
  header.header-wrap.fixed .headerSearchArea svg,
  header.header-wrap .headerSearchArea svg {
    height: 20.7px;
    width: 100%;
  }

  #appBody .header-wrap.fixed .headerSearchArea svg path,
  #appBody .header-wrap .headerSearchArea svg path,
  header.header-wrap.fixed .headerSearchArea svg path,
  header.header-wrap .headerSearchArea svg path {
    fill: #000;
  }

  #appBody .header-wrap.fixed .header-cart,
  #appBody .header-wrap .header-cart,
  header.header-wrap.fixed .header-cart,
  header.header-wrap .header-cart {
    right: 67px !important;
    height: 22.3px !important;
    width: 24.3px;
  }

  #appBody .header-wrap.fixed .header-cart svg,
  #appBody .header-wrap .header-cart svg,
  header.header-wrap.fixed .header-cart svg,
  header.header-wrap .header-cart svg {
    height: 22.3px;
    width: 100%;
  }

  #appBody .header-wrap.fixed .nav-bar span,
  #appBody .header-wrap .nav-bar span,
  header.header-wrap.fixed .nav-bar span,
  header.header-wrap .nav-bar span {
    background-color: #898f9a;
  }

  #appBody .header-wrap.fixed .header-nav-wrap,
  #appBody .header-wrap .header-nav-wrap,
  header.header-wrap.fixed .header-nav-wrap,
  header.header-wrap .header-nav-wrap {
    top: 100px;
    margin-top: -25px;
    padding: 0;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  #appBody .header-wrap.fixed .header-nav-wrap .header-inner-block,
  #appBody .header-wrap .header-nav-wrap .header-inner-block,
  header.header-wrap.fixed .header-nav-wrap .header-inner-block,
  header.header-wrap .header-nav-wrap .header-inner-block {
    padding: 20px 0 70px;
    width: 100%;
  }

  #appBody .header-wrap.fixed .header-nav-wrap .header-inner-block .header-user-info,
  #appBody .header-wrap .header-nav-wrap .header-inner-block .header-user-info,
  header.header-wrap.fixed .header-nav-wrap .header-inner-block .header-user-info,
  header.header-wrap .header-nav-wrap .header-inner-block .header-user-info {
    display: block;
    padding: 0 20px;
  }

  #appBody .header-wrap.fixed .header-nav-wrap .header-inner-block .header-user-info .header-point,
  #appBody .header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-point,
  header.header-wrap.fixed .header-nav-wrap .header-inner-block .header-user-info .header-point,
  header.header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-point {
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #898f9a;
  }

  #appBody .header-wrap.fixed .header-nav-wrap .header-inner-block .header-user-info .header-point span,
  #appBody .header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-point span,
  header.header-wrap.fixed .header-nav-wrap .header-inner-block .header-user-info .header-point span,
  header.header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-point span {
    font-size: 16px;
    font-weight: 700;
  }

  #appBody .header-wrap.fixed .header-nav-wrap .header-inner-block .header-user-info .header-user-list,
  #appBody .header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-user-list,
  header.header-wrap.fixed .header-nav-wrap .header-inner-block .header-user-info .header-user-list,
  header.header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-user-list {
    margin-top: 0;
  }

  #appBody
    .header-wrap.fixed
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item,
  #appBody .header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-user-list .header-user-list-item,
  header.header-wrap.fixed
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item,
  header.header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-user-list .header-user-list-item {
    position: relative;
    display: block;
    top: auto;
    right: auto;
    color: #000;
    border-bottom: 1px solid #898f9a;
  }

  #appBody
    .header-wrap.fixed
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item
    a,
  #appBody
    .header-wrap
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item
    a,
  header.header-wrap.fixed
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item
    a,
  header.header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-user-list .header-user-list-item a {
    position: relative;
    padding: 0;
    font-size: 12px;
    color: #000;
    line-height: 40px;
    text-align: left;
    text-decoration: none;
  }

  #appBody
    .header-wrap.fixed
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item
    a:after,
  #appBody
    .header-wrap
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item
    a:after,
  header.header-wrap.fixed
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item
    a:after,
  header.header-wrap
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item
    a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15.7px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
  }

  #appBody
    .header-wrap.fixed
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item.my-page,
  #appBody
    .header-wrap
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item.my-page,
  header.header-wrap.fixed
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item.my-page,
  header.header-wrap
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item.my-page {
    bottom: auto;
    left: auto;
    height: 100%;
    width: 100%;
    background: initial;
    border-radius: 0;
  }

  #appBody .header-wrap.fixed .header-nav-wrap .header-inner-block .header-btn-block,
  #appBody .header-wrap .header-nav-wrap .header-inner-block .header-btn-block,
  header.header-wrap.fixed .header-nav-wrap .header-inner-block .header-btn-block,
  header.header-wrap .header-nav-wrap .header-inner-block .header-btn-block {
    margin-top: 45px;
  }

  #appBody .header-wrap.fixed .header-nav,
  #appBody .header-wrap .header-nav,
  header.header-wrap.fixed .header-nav,
  header.header-wrap .header-nav {
    padding: 0 20px;
  }

  #appBody .header-wrap.fixed .header-nav .header-nav-list .header-nav-list-item,
  #appBody .header-wrap .header-nav .header-nav-list .header-nav-list-item,
  header.header-wrap.fixed .header-nav .header-nav-list .header-nav-list-item,
  header.header-wrap .header-nav .header-nav-list .header-nav-list-item {
    padding: 25px 0 12.5px;
    border-bottom: 1px solid #898f9a;
  }

  #appBody .header-wrap.fixed .header-nav .header-nav-list .header-nav-list-item a,
  #appBody .header-wrap .header-nav .header-nav-list .header-nav-list-item a,
  header.header-wrap.fixed .header-nav .header-nav-list .header-nav-list-item a,
  header.header-wrap .header-nav .header-nav-list .header-nav-list-item a {
    padding: 0;
    color: #000;
  }

  #appBody .header-wrap.fixed .header-nav .header-nav-list .header-nav-list-item .header-nav-list-title,
  #appBody .header-wrap .header-nav .header-nav-list .header-nav-list-item .header-nav-list-title,
  header.header-wrap.fixed .header-nav .header-nav-list .header-nav-list-item .header-nav-list-title,
  header.header-wrap .header-nav .header-nav-list .header-nav-list-item .header-nav-list-title {
    margin-bottom: 20px;
    font-size: 12px;
    color: #000;
  }

  #appBody .header-wrap.fixed .header-nav .header-nav-list .header-nav-list-item .header-nav-list-title strong,
  #appBody .header-wrap .header-nav .header-nav-list .header-nav-list-item .header-nav-list-title strong,
  header.header-wrap.fixed .header-nav .header-nav-list .header-nav-list-item .header-nav-list-title strong,
  header.header-wrap .header-nav .header-nav-list .header-nav-list-item .header-nav-list-title strong {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
  }

  #appBody
    .header-wrap.fixed
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li,
  #appBody .header-wrap .header-nav .header-nav-list .header-nav-list-item .header-nav-contents-list .nav-inner-menu li,
  header.header-wrap.fixed
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li,
  header.header-wrap .header-nav .header-nav-list .header-nav-list-item .header-nav-contents-list .nav-inner-menu li {
    height: 40px;
    line-height: 40px;
    border-bottom: none;
  }

  #appBody
    .header-wrap.fixed
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more,
  #appBody
    .header-wrap
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more,
  header.header-wrap.fixed
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more,
  header.header-wrap
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more {
    position: relative;
    height: 53px;
    line-height: 53px;
    font-weight: 700;
  }

  #appBody
    .header-wrap.fixed
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more
    a,
  #appBody
    .header-wrap
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more
    a,
  header.header-wrap.fixed
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more
    a,
  header.header-wrap
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more
    a {
    line-height: 53px;
  }

  #appBody
    .header-wrap.fixed
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more
    .icon,
  #appBody
    .header-wrap
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more
    .icon,
  header.header-wrap.fixed
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more
    .icon,
  header.header-wrap
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more
    .icon {
    position: absolute;
    top: 50%;
    right: 15.7px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 12.3px;
  }

  #appBody
    .header-wrap.fixed
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more
    .icon
    svg,
  #appBody
    .header-wrap
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more
    .icon
    svg,
  header.header-wrap.fixed
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more
    .icon
    svg,
  header.header-wrap
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li.show-more
    .icon
    svg {
    width: 100%;
  }

  #appBody
    .header-wrap.fixed
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li
    a,
  #appBody
    .header-wrap
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li
    a,
  header.header-wrap.fixed
    .header-nav
    .header-nav-list
    .header-nav-list-item
    .header-nav-contents-list
    .nav-inner-menu
    li
    a,
  header.header-wrap .header-nav .header-nav-list .header-nav-list-item .header-nav-contents-list .nav-inner-menu li a {
    height: 40px;
    line-height: 40px;
    background: none;
  }

  #footer .footer,
  footer.footer {
    min-width: 0;
    background: #f0f3f5;
    color: #000;
    z-index: 0;
  }

  #footer .footer .footer-inner,
  footer.footer .footer-inner {
    padding: 50px 0 30px;
    width: 100%;
    max-width: none;
  }

  #footer .footer .footer-title,
  footer.footer .footer-title {
    margin-bottom: 40px;
    font-size: 20px;
    padding: 0 20px;
  }

  #footer .footer .footer-btn-block,
  footer.footer .footer-btn-block {
    padding-bottom: 50px;
    margin-bottom: 40px;
    border-bottom: 1px solid #898f9a;
  }

  #footer .footer .footer-btn-list-item-title,
  footer.footer .footer-btn-list-item-title {
    color: rgba(0, 0, 0, 0.6);
  }

  #footer .footer .footer-btn-list-item-title strong,
  footer.footer .footer-btn-list-item-title strong {
    color: #000;
  }

  #footer .footer .footer-brand-info,
  footer.footer .footer-brand-info {
    margin: 0 0 35px;
  }

  #footer .footer .footer-brand-info > div,
  footer.footer .footer-brand-info > div {
    border-color: #000;
  }

  #footer .footer .footer-brand-info .footer-brand-info-btn,
  footer.footer .footer-brand-info .footer-brand-info-btn {
    height: 40px;
    width: 285px;
  }

  #footer .footer .footer-brand-info .footer-brand-info-btn a,
  footer.footer .footer-brand-info .footer-brand-info-btn a {
    height: 40px;
    line-height: 40px;
    border: 1px solid #1f2736;
    border-radius: 4px;
    font-size: 15px;
    color: #1f2736;
  }

  #footer .footer .footer-brand-info .more-txt a,
  footer.footer .footer-brand-info .more-txt a {
    color: #000;
  }

  #footer .footer .footer-brand-info .more-txt a:after,
  footer.footer .footer-brand-info .more-txt a:after {
    background: #413b39;
  }

  #footer .footer .footer-sitemap nav,
  footer.footer .footer-sitemap nav {
    margin-bottom: 60px;
  }

  #footer .footer .footer-sitemap nav .footer-nav-list li,
  footer.footer .footer-sitemap nav .footer-nav-list li {
    margin: 0;
    height: 40px;
    line-height: 40px;
  }

  #footer .footer .footer-sitemap nav .footer-nav-list li a,
  footer.footer .footer-sitemap nav .footer-nav-list li a {
    line-height: 40px;
    font-size: 16px;
    color: #000;
  }

  #footer .footer .footer-info .footer-info-inner,
  footer.footer .footer-info .footer-info-inner {
    padding: 0;
    height: auto;
    font-size: 16px;
    color: #898f9a;
  }

  #footer .footer .footer-btn-list,
  footer.footer .footer-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #footer .footer .footer-btn-list .footer-btn-list-item,
  footer.footer .footer-btn-list .footer-btn-list-item {
    margin: 0 0 50px;
    width: 50%;
  }

  #footer .footer .footer-btn-list .footer-btn-list-item:last-child,
  #footer .footer .footer-btn-list .footer-btn-list-item:nth-last-child(2),
  footer.footer .footer-btn-list .footer-btn-list-item:last-child,
  footer.footer .footer-btn-list .footer-btn-list-item:nth-last-child(2) {
    margin-bottom: 0;
  }

  #footer .footer .footer-btn-list .footer-btn-list-item .nav-contents-list,
  footer.footer .footer-btn-list .footer-btn-list-item .nav-contents-list {
    background: none;
    text-indent: 0;
  }

  #footer .footer .footer-btn-list .footer-btn-list-item .footer-btn-list-item-title,
  footer.footer .footer-btn-list .footer-btn-list-item .footer-btn-list-item-title {
    margin-bottom: 10px;
    font-size: 12px;
  }

  #footer .footer .footer-btn-list .footer-btn-list-item .footer-btn-list-item-title strong,
  footer.footer .footer-btn-list .footer-btn-list-item .footer-btn-list-item-title strong {
    margin-bottom: 10px;
    display: block;
    font-size: 18px;
  }

  #footer .footer .footer-btn-list .footer-btn-list-item .nav-inner-menu li,
  footer.footer .footer-btn-list .footer-btn-list-item .nav-inner-menu li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    padding-right: 1em;
    border: none;
  }

  #footer .footer .footer-btn-list .footer-btn-list-item .nav-inner-menu li.show-more .text,
  footer.footer .footer-btn-list .footer-btn-list-item .nav-inner-menu li.show-more .text {
    text-decoration: underline;
  }

  #footer .footer .footer-btn-list .footer-btn-list-item .nav-inner-menu li.show-more a:after,
  footer.footer .footer-btn-list .footer-btn-list-item .nav-inner-menu li.show-more a:after {
    display: none;
  }

  #footer .footer .footer-btn-list .footer-btn-list-item .nav-inner-menu a,
  footer.footer .footer-btn-list .footer-btn-list-item .nav-inner-menu a {
    position: relative;
    display: block;
    padding: 0;
    height: auto;
    font-size: 14px;
    line-height: 1.2em;
    background: none;
    color: #1f2736;
  }

  #appBody .breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #appBody .breadcrumb a {
    font-size: 10.7px;
    color: #1f2736;
  }

  #appBody .breadcrumb a:before {
    top: 50%;
    height: 6px;
    width: 6px;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
  }

  #appBody .breadcrumb strong {
    line-height: auto;
  }

  #itemArea form[name="sort_limit"] {
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f5f7;
  }

  #itemArea .h-style-3 {
    margin-bottom: 13.333px;
  }

  #itemArea .category-nav-wrapper {
    position: relative;
    margin-bottom: 16.666px;
    color: #1f2736;
  }

  #itemArea .category-nav-wrapper .category-nav-cur {
    position: relative;
    padding-left: 16.666px;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.6px;
    border-radius: 4px;
    border: 1px solid #cbd2de;
    background: #fff;
    text-align: left;
  }

  #itemArea .category-nav-wrapper .category-nav-cur:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15.7px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1px solid #1f2736;
    border-right: 1px solid #1f2736;
    -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
    transform: translate3d(0, -50%, 0) rotate(135deg);
  }

  #itemArea .category-nav-wrapper .category-nav {
    position: absolute;
    padding: 0 20px 50px;
    top: 50px;
    left: 0;
    width: 100%;
    height: 60vh;
    background: #fff;
    -webkit-box-shadow: 0 3.3px 11.7px rgba(65, 100, 147, 0.4);
    box-shadow: 0 3.3px 11.7px rgba(65, 100, 147, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
  }

  #itemArea .category-nav-wrapper .category-nav.active {
    z-index: 1;
    visibility: visible;
    opacity: 1;
  }

  #itemArea .category-nav-wrapper .category-nav.pd-open > ul {
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto;
  }

  #itemArea .category-nav-wrapper .category-nav.pd-open .pd {
    display: none;
  }

  #itemArea .category-nav-wrapper .category-nav.pd-open .pd.parent,
  #itemArea .category-nav-wrapper .category-nav.pd-open .pd.parent .pd {
    display: block;
  }

  #itemArea .category-nav-wrapper .category-nav .category-nav-title {
    position: relative;
    padding-left: 25px;
    height: 53px;
    width: 100%;
    line-height: 53px;
    font-size: 14.7px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
  }

  #itemArea .category-nav-wrapper .category-nav .category-nav-title:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1px solid #1f2736;
    border-right: 1px solid #1f2736;
    -webkit-transform: translate3d(0, -50%, 0) rotate(-135deg);
    transform: translate3d(0, -50%, 0) rotate(-135deg);
  }

  #itemArea .category-nav-wrapper .category-nav > .category-nav-title:before {
    left: 5px;
  }

  #itemArea .category-nav-wrapper .category-nav > .category-nav-title:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: -2px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1px solid #1f2736;
    border-right: 1px solid #1f2736;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
  }

  #itemArea .category-nav-wrapper .category-nav ul {
    height: calc(100% - 10px);
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }

  #itemArea .category-nav-wrapper .category-nav ul li {
    padding-left: 13.3px;
    height: 53px;
    line-height: 53px;
    font-size: 14.7px;
    border-bottom: 1px solid #cbd2de;
  }

  #itemArea .category-nav-wrapper .category-nav ul li.active {
    padding-left: 0;
    color: #000;
    font-weight: 700;
  }

  #itemArea .category-nav-wrapper .category-nav ul li.pd.active {
    padding-left: 13.3px;
  }

  #itemArea .category-nav-wrapper .category-nav ul li.pd.title {
    height: auto;
    padding: 10px 0;
  }

  #itemArea .category-nav-wrapper .category-nav ul li.pd.title:not(:first-child) {
    margin-top: 15px;
  }

  #itemArea .category-nav-wrapper .category-nav ul li.pd.title h4 {
    font-weight: 700;
  }

  #itemArea .category-nav-wrapper .category-nav ul li.parent .pd a:after {
    display: none;
  }

  #itemArea .category-nav-wrapper .category-nav ul li.parent .parent a:after {
    display: block;
  }

  #itemArea .category-nav-wrapper .category-nav ul li.parent .parent .pd a:after {
    display: none;
  }

  #itemArea .category-nav-wrapper .category-nav ul li.parent a {
    display: block;
    position: relative;
    font-weight: 400;
  }

  #itemArea .category-nav-wrapper .category-nav ul li.parent a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1px solid #1f2736;
    border-right: 1px solid #1f2736;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
  }

  #itemArea .category-nav-wrapper .category-nav ul li a {
    color: #1f2736;
  }

  #itemArea .category-nav-wrapper .category-nav ul li .child-ul {
    position: absolute;
    padding: 0 20px 50px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
  }

  #itemArea .category-nav-wrapper .category-nav ul li .child-ul.active {
    z-index: 1;
    visibility: visible;
    opacity: 1;
  }

  #itemArea .category-nav-wrapper .category-nav ul li .child-ul.pd-open > ul {
    overflow-y: hidden;
    -webkit-overflow-scrolling: auto;
  }

  #itemArea .category-wrapper {
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #itemArea .category-wrapper .category {
    height: 34px;
    width: 25%;
    line-height: 34px;
    font-size: 12px;
    letter-spacing: 1.33px;
    text-align: center;
    border-radius: 34px;
  }

  #itemArea .category-wrapper .category.active {
    color: #fff;
    background-color: #000;
  }

  #itemArea .tab-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #itemArea .tab-wrapper .tab {
    position: relative;
    height: 34px;
    width: 48.725%;
    line-height: 34px;
    border-radius: 34px;
    background-color: #f1f5f7;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    text-align: center;
  }

  #itemArea .tab-wrapper .tab.active {
    background-color: #000;
    color: #fff;
  }

  #itemArea .tab-wrapper .tab.active:after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
    transform: translate3d(0, -50%, 0) rotate(-45deg);
  }

  #itemArea .tab-wrapper .tab:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15.7px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
    transform: translate3d(0, -50%, 0) rotate(135deg);
  }

  #itemArea .tab-wrapper .change-view-area,
  #itemArea .tab-wrapper .filter-area {
    position: absolute;
    padding: 0 20px 37.7px;
    top: 34px;
    left: 0;
    width: 100%;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3.3px 11.7px rgba(65, 100, 147, 0.4);
    box-shadow: 0 3.3px 11.7px rgba(65, 100, 147, 0.4);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 0;
    visibility: hidden;
    pointer-events: none;
  }

  #itemArea .tab-wrapper .change-view-area.active,
  #itemArea .tab-wrapper .filter-area.active {
    opacity: 1;
    z-index: 1;
    pointer-events: all;
  }

  #itemArea .tab-wrapper .change-view-area .input,
  #itemArea .tab-wrapper .filter-area .input {
    position: relative;
  }

  #itemArea .tab-wrapper .change-view-area .input .free,
  #itemArea .tab-wrapper .filter-area .input .free {
    padding-left: 55px;
    height: 41.3px;
    width: 100%;
    line-height: 40.5px;
    border-radius: 4px;
    border: 1px solid #cbd2de;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }

  #itemArea .tab-wrapper .change-view-area .input .free::-webkit-search-decoration,
  #itemArea .tab-wrapper .filter-area .input .free::-webkit-search-decoration {
    display: none;
  }

  #itemArea .tab-wrapper .change-view-area .input .free::focus,
  #itemArea .tab-wrapper .filter-area .input .free::focus {
    outline-offset: -2px;
  }

  #itemArea .tab-wrapper .change-view-area .input svg,
  #itemArea .tab-wrapper .filter-area .input svg {
    position: absolute;
    top: 50%;
    left: 12.7px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 20.7px;
  }

  #itemArea .tab-wrapper .change-view-area .filter,
  #itemArea .tab-wrapper .filter-area .filter {
    padding: 25px 0 30px;
    border-bottom: 1px solid #f1f5f7;
  }

  #itemArea .tab-wrapper .change-view-area .filter.price,
  #itemArea .tab-wrapper .filter-area .filter.price {
    margin-bottom: 26px;
  }

  #itemArea .tab-wrapper .change-view-area .filter .filter-title,
  #itemArea .tab-wrapper .filter-area .filter .filter-title {
    margin-bottom: 20px;
    font-size: 14.7px;
  }

  #itemArea .tab-wrapper .change-view-area .filter .radio-wrapper,
  #itemArea .tab-wrapper .filter-area .filter .radio-wrapper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #itemArea .tab-wrapper .change-view-area .filter .radio-box,
  #itemArea .tab-wrapper .filter-area .filter .radio-box {
    width: 50%;
  }

  #itemArea .tab-wrapper .change-view-area .filter .radio-input,
  #itemArea .tab-wrapper .filter-area .filter .radio-input {
    display: none;
  }

  #itemArea .tab-wrapper .change-view-area .filter .radio-input + label,
  #itemArea .tab-wrapper .filter-area .filter .radio-input + label {
    position: relative;
    display: block;
    padding-left: 37.3px;
    height: 24px;
    line-height: 24px;
    font-size: 14.7px;
    color: #1f2736;
  }

  #itemArea .tab-wrapper .change-view-area .filter .radio-input + label[for="product-state-outlet"],
  #itemArea .tab-wrapper .filter-area .filter .radio-input + label[for="product-state-outlet"] {
    display: none;
  }

  #itemArea .tab-wrapper .change-view-area .filter .radio-input + label:last-child,
  #itemArea .tab-wrapper .filter-area .filter .radio-input + label:last-child {
    margin-right: 0;
  }

  #itemArea .tab-wrapper .change-view-area .filter .radio-input + label:before,
  #itemArea .tab-wrapper .filter-area .filter .radio-input + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #898f9a;
    border-radius: 50%;
  }

  #itemArea .tab-wrapper .change-view-area .filter .radio-input:checked + label:before,
  #itemArea .tab-wrapper .filter-area .filter .radio-input:checked + label:before {
    border: 1px solid #1f2736;
  }

  #itemArea .tab-wrapper .change-view-area .filter .radio-input:checked + label:after,
  #itemArea .tab-wrapper .filter-area .filter .radio-input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 12px;
    height: 12px;
    border: 1px solid #1f2736;
    background: #1f2736;
    border-radius: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
  }

  #itemArea .tab-wrapper .change-view-area .filter #range-slider,
  #itemArea .tab-wrapper .filter-area .filter #range-slider {
    margin: 0 auto 26px;
    height: 1px;
    width: calc(100% - 25px);
    border: none;
    background-color: #898f9a;
  }

  #itemArea .tab-wrapper .change-view-area .filter #range-slider .ui-slider-handle,
  #itemArea .tab-wrapper .filter-area .filter #range-slider .ui-slider-handle {
    top: 50%;
    width: 23.3px;
    height: 23.3px;
    border: 1px solid #000;
    background-color: #eff3f5;
    border-radius: 100%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  #itemArea .tab-wrapper .change-view-area .filter #range-slider .ui-slider-handle:focus,
  #itemArea .tab-wrapper .filter-area .filter #range-slider .ui-slider-handle:focus {
    outline: none;
  }

  #itemArea .tab-wrapper .change-view-area .filter #range-slider .ui-slider-range,
  #itemArea .tab-wrapper .filter-area .filter #range-slider .ui-slider-range {
    background-color: transparent;
    border: none;
  }

  #itemArea .tab-wrapper .change-view-area .filter .checkbox-input,
  #itemArea .tab-wrapper .filter-area .filter .checkbox-input {
    display: none;
  }

  #itemArea .tab-wrapper .change-view-area .filter .checkbox-parts,
  #itemArea .tab-wrapper .filter-area .filter .checkbox-parts {
    padding-left: 37.3px;
    position: relative;
    font-size: 14.7px;
    color: #1f2736;
  }

  #itemArea .tab-wrapper .change-view-area .filter .checkbox-parts:before,
  #itemArea .tab-wrapper .filter-area .filter .checkbox-parts:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 24px;
    border: 1px solid #898f9a;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  #itemArea .tab-wrapper .change-view-area .filter .checkbox-input:checked + .checkbox-parts:after,
  #itemArea .tab-wrapper .filter-area .filter .checkbox-input:checked + .checkbox-parts:after {
    content: "";
    display: block;
    position: absolute;
    top: -2px;
    left: 8px;
    width: 8px;
    height: 16px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 2px solid #1f2736;
    border-right: 2px solid #1f2736;
  }

  #itemArea .tab-wrapper .change-view-area .filter .sort-wrapper,
  #itemArea .tab-wrapper .filter-area .filter .sort-wrapper {
    position: relative;
    padding-left: 13.3px;
    height: 41.7px;
    width: 100%;
    border: 1px solid #f1f5f7;
    border-radius: 4px;
    -webkit-box-sizing: box-sizing;
    box-sizing: box-sizing;
  }

  #itemArea .tab-wrapper .change-view-area .filter .sort-wrapper:after,
  #itemArea .tab-wrapper .filter-area .filter .sort-wrapper:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 15.7px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
    transform: translate3d(0, -50%, 0) rotate(135deg);
  }

  #itemArea .tab-wrapper .change-view-area .filter .sort-wrapper select,
  #itemArea .tab-wrapper .filter-area .filter .sort-wrapper select {
    height: 100%;
    width: 100%;
    border: none;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
  }

  #itemArea .tab-wrapper .change-view-area .filter .rowIcn-wrapper,
  #itemArea .tab-wrapper .filter-area .filter .rowIcn-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #itemArea .tab-wrapper .change-view-area .filter .rowIcn-wrapper .rowIcn,
  #itemArea .tab-wrapper .filter-area .filter .rowIcn-wrapper .rowIcn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
    width: 48.725%;
    border-radius: 50px;
    background-color: #f1f5f7;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #itemArea .tab-wrapper .change-view-area .filter .rowIcn-wrapper .rowIcn.active,
  #itemArea .tab-wrapper .filter-area .filter .rowIcn-wrapper .rowIcn.active {
    background-color: #000;
  }

  #itemArea .tab-wrapper .change-view-area .filter .rowIcn-wrapper .rowIcn.active a,
  #itemArea .tab-wrapper .filter-area .filter .rowIcn-wrapper .rowIcn.active a {
    color: #fff;
  }

  #itemArea .tab-wrapper .change-view-area .filter .rowIcn-wrapper .rowIcn.active .img img:first-child,
  #itemArea .tab-wrapper .filter-area .filter .rowIcn-wrapper .rowIcn.active .img img:first-child {
    opacity: 0;
  }

  #itemArea .tab-wrapper .change-view-area .filter .rowIcn-wrapper .rowIcn.active .img img:nth-child(2),
  #itemArea .tab-wrapper .filter-area .filter .rowIcn-wrapper .rowIcn.active .img img:nth-child(2) {
    opacity: 1;
  }

  #itemArea .tab-wrapper .change-view-area .filter .rowIcn-wrapper .rowIcn a,
  #itemArea .tab-wrapper .filter-area .filter .rowIcn-wrapper .rowIcn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14.7px;
    color: #1f2736;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #itemArea .tab-wrapper .change-view-area .filter .rowIcn-wrapper .rowIcn a .img,
  #itemArea .tab-wrapper .filter-area .filter .rowIcn-wrapper .rowIcn a .img {
    position: relative;
  }

  #itemArea .tab-wrapper .change-view-area .filter .rowIcn-wrapper .rowIcn a .img img,
  #itemArea .tab-wrapper .filter-area .filter .rowIcn-wrapper .rowIcn a .img img {
    margin-right: 13.3px;
    width: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #itemArea .tab-wrapper .change-view-area .filter .rowIcn-wrapper .rowIcn a .img img:nth-child(2),
  #itemArea .tab-wrapper .filter-area .filter .rowIcn-wrapper .rowIcn a .img img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }

  #itemArea .tab-wrapper .change-view-area .filter #amount,
  #itemArea .tab-wrapper .filter-area .filter #amount {
    font-size: 14.7px;
  }

  #itemArea .tab-wrapper .change-view-area .btn-wrapper,
  #itemArea .tab-wrapper .filter-area .btn-wrapper {
    padding-top: 33px;
  }

  #itemArea .tab-wrapper .change-view-area .btn-wrapper .btn,
  #itemArea .tab-wrapper .filter-area .btn-wrapper .btn {
    margin: 0 0 20px;
    padding: 0;
    height: 50px;
    width: 100%;
    line-height: 50px;
    border-radius: 50px;
    font-size: 14.7px;
    text-align: center;
    background-color: #f1f5f7;
    border: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
  }

  #itemArea .tab-wrapper .change-view-area .btn-wrapper .btn.btn-submit,
  #itemArea .tab-wrapper .filter-area .btn-wrapper .btn.btn-submit {
    color: #000;
    border: 1px solid #000;
    background: transparent;
  }

  #itemArea .tab-wrapper .change-view-area .btn-wrapper .btn:last-child,
  #itemArea .tab-wrapper .filter-area .btn-wrapper .btn:last-child {
    margin-bottom: 0;
  }

  div#topicpath_style {
    padding-top: 20px;
  }
}

.webstore {
  display: none;
}

.webstore-dn {
  display: block;
}

@media (min-width: 769px) {
  footer.footer {
    background: #f0f3f5;
    color: #000;
  }

  footer.footer .footer-inner {
    max-width: 940px;
    width: 100%;
  }

  footer.footer .footer-inner .footer-above {
    margin-bottom: 30px;
  }

  footer.footer .footer-inner .footer-title {
    margin: 0 40px 10px 0;
    font-size: 16px;
  }

  footer.footer .footer-inner .footer-btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  footer.footer .footer-inner .footer-btn-list .footer-btn-list-item {
    margin-right: 90px;
  }

  footer.footer .footer-inner .footer-btn-list .footer-btn-list-item:last-child {
    margin-right: 0;
  }

  footer.footer .footer-inner .footer-btn-list .footer-btn-list-item .footer-btn-list-item-title {
    margin-bottom: 10px;
    font-size: 10px;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.6) !important;
  }

  footer.footer .footer-inner .footer-btn-list .footer-btn-list-item .footer-btn-list-item-title strong {
    display: block;
    color: #000 !important;
    font-weight: 700;
    font-size: 12px;
  }

  footer.footer .footer-inner .footer-btn-list .footer-btn-list-item ul li {
    padding-left: 0;
    margin-bottom: 5px;
  }

  footer.footer .footer-inner .footer-btn-list .footer-btn-list-item ul li:last-child {
    margin-bottom: 0;
  }

  footer.footer .footer-inner .footer-btn-list .footer-btn-list-item ul li.show-more a {
    font-size: 10px;
  }

  footer.footer .footer-inner .footer-btn-list .footer-btn-list-item ul li.show-more a:after {
    display: block;
    content: "";
    position: absolute;
    top: 43%;
    right: -15px;
    width: 6px;
    height: 6px;
    margin: auto;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: translate3d(0, -50%, 0) rotate(135deg);
    transform: translate3d(0, -50%, 0) rotate(135deg);
  }

  footer.footer .footer-inner .footer-btn-list .footer-btn-list-item ul li a {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #000 !important;
  }

  footer.footer .footer-inner .footer-btn-list .footer-btn-list-item ul li a:hover {
    text-decoration: none;
    color: #d91327 !important;
  }

  footer.footer .footer-inner .footer-brand-info {
    /* margin-top: 100px; */
  }

  footer.footer .footer-inner .footer-brand-info > div {
    border-bottom: 1px solid #000;
    padding: 0 8% 40px;
  }

  footer.footer .footer-inner .footer-brand-info .footer-brand-info-btn a {
    font-size: 10px;
    color: #1f2736 !important;
    border: 1px solid #58606e;
  }

  footer.footer .footer-inner .footer-brand-info .brand-open ul li a img {
    opacity: 1;
  }

  footer.footer .footer-inner .footer-brand-info .brand-open .more-txt a {
    /* color: #fff !important; */
    text-decoration: none;
  }

  footer.footer .footer-inner .footer-brand-info .brand-open .more-txt a:after {
    /* background: #fff; */
  }

  footer.footer .footer-inner .footer-brand-info .brand-open .more-txt a:hover {
    color: #d91327;
  }

  footer.footer .footer-inner .footer-sitemap .footer-nav-list li a {
    font-size: 10px;
    color: #000 !important;
  }

  footer.footer .footer-inner .footer-sitemap .footer-nav-list li + li:before {
    content: "|";
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    color: #000;
  }

  footer.footer .footer-inner .footer-info p {
    color: #898f9a;
  }

  #BrandMainContentsArea .BrandLeftArea,
  #MainContentsArea .LeftArea {
    position: relative;
    width: 236px;
    z-index: 1;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi a,
  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi dd .heading2 a,
  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul.innerList li.pd a,
  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li a,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi a,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi dd .heading2 a,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul.innerList li.pd a,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li a {
    padding: 15px 0 14px 10px;
    font-size: 11px;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li {
    border-bottom: 1px solid #b4b9bb;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi:nth-child(2) ul li:first-child,
  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li:first-child,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi:nth-child(2) ul li:first-child,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li:first-child,
  .LeftCategoryNavi .heading2 {
    border-top: 1px solid #b4b9bb;
  }

  .LeftCategoryNavi .open.heading2 a {
    color: #000;
    background: rgba(203, 210, 222, 0.2);
  }

  .LeftCategoryNavi .heading2:hover a {
    color: #d91327;
    background: rgba(203, 210, 222, 0.2);
  }

  .LeftCategoryNavi .heading {
    font-size: 14px;
  }

  .LeftCategoryNavi .heading .bold {
    font-size: 19px;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi .naviInner .heading2.open,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi .naviInner .heading2.open {
    border-bottom: 1px solid #b4b9bb;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi .naviInner .pd,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi .naviInner .pd {
    margin-left: 2em;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi .naviInner .pd:first-child,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi .naviInner .pd:first-child {
    border-top: none;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi .naviInner .pd a,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi .naviInner .pd a {
    padding-left: 0.5em;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi .naviInner .pd a.active:not(.open),
  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi .naviInner .pd a.open,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi .naviInner .pd a.active:not(.open),
  #MainContentsArea .LeftArea dl.LeftCategoryNavi .naviInner .pd a.open {
    border-bottom: 1px solid #b4b9bb;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi .naviInner .pd a.active,
  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi .naviInner .pd a.open,
  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi .naviInner .pd a:hover,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi .naviInner .pd a.active,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi .naviInner .pd a.open,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi .naviInner .pd a:hover {
    color: #d91327;
    background: rgba(203, 210, 222, 0.2);
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li a:after,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li a:after {
    display: none;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd {
    position: relative;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd:hover > a,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd:hover > a {
    color: #d91327;
    background: rgba(203, 210, 222, 0.2);
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd.active,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd.active {
    background: rgba(203, 210, 222, 0.2);
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd.parent a:after,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd.parent a:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    width: 5px;
    height: 5px;
    border-top: 1px solid #1f2736;
    border-right: 1px solid #1f2736;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul {
    position: absolute;
    top: 0;
    left: 100%;
    padding: 20px 0;
    width: 230px;
    opacity: 0;
    background-color: #fff;
    pointer-events: none;
    -webkit-box-shadow: 0 10px 35px rgba(65, 100, 147, 0.4);
    box-shadow: 0 10px 35px rgba(65, 100, 147, 0.4);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul a:after,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul a:after {
    display: none;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul li,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul li {
    padding: 0 20px;
    border: none !important;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul li a,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul li a {
    border-bottom: 1px solid #b4b9bb;
    background-color: transparent;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul li.parent a:after,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul li.parent a:after {
    display: block;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul li:hover a,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul li:hover a {
    background-color: rgba(203, 210, 222, 0.2);
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul li:hover a + ul a,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul li:hover a + ul a {
    background-color: transparent;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul li.pd.active,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul li.pd.active {
    background: transparent;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul li.pd.active > a,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul li.pd.active > a {
    background: rgba(203, 210, 222, 0.2);
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul li:first-child > a,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul li:first-child > a {
    border-top: 1px solid #b4b9bb;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul li:last-child > a,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul li:last-child > a {
    border-bottom: none;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul li .child-ul a:after,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul li .child-ul a:after {
    display: none;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul .child-ul,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul .child-ul {
    top: 0;
    left: 230px;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul .child-ul .pd:hover a,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul .child-ul .pd:hover a {
    background-color: rgba(203, 210, 222, 0.2);
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul.active,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul.active {
    opacity: 1;
    pointer-events: auto;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul li,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul li {
    border-bottom: 1px solid #b4b9bb;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul li:first-child,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul li:first-child {
    border-top: 1px solid #b4b9bb;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul li:last-child,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul li:last-child {
    border-bottom: none;
  }

  #BrandMainContentsArea .BrandLeftArea dl.LeftCategoryNavi ul li.pd .child-ul li a,
  #MainContentsArea .LeftArea dl.LeftCategoryNavi ul li.pd .child-ul li a {
    padding: 10px 0 9px 10px;
  }

  #appBody {
    position: relative;
  }

  #appBody .srDispCategoryTreeForm {
    position: relative;
    z-index: 1;
  }

  #itemArea .rowArea {
    display: none;
  }

  #itemArea .h-style-3 {
    margin: 0 0 20px;
    max-width: 100%;
    font-size: 30px;
  }

  #itemArea .h-style-3 small {
    font-size: 12px;
    color: #898f9a;
  }

  #itemArea .searchArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #c5c5c5;
  }

  #itemArea .searchArea.above {
    padding-bottom: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #itemArea .searchArea.bottom {
    padding: 15px 0 30px;
  }

  #itemArea .searchArea .rowArea {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  #itemArea .searchArea .checkbox-input {
    display: none;
  }

  #itemArea .searchArea .checkbox-parts {
    padding-left: 20px;
    position: relative;
    margin-right: 15px;
    font-size: 10px;
    color: #1f2736;
    cursor: pointer;
  }

  #itemArea .searchArea .checkbox-parts:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  #itemArea .searchArea .checkbox-input:checked + .checkbox-parts:after {
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 4px;
    width: 4px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
  }

  #itemArea .searchArea .sortBtn {
    width: 90px;
  }

  #itemArea .searchArea .sortBtn .label {
    font-size: 10px;
    z-index: 0;
  }

  #itemArea .searchArea .sortBtn .label .arrow:after {
    width: 5px;
    height: 5px;
    right: 7px;
  }

  #itemArea .searchArea .sortBtn .select {
    width: 90px;
    height: 100%;
    border-radius: 3px;
    border: 1px solid #1f2736;
  }

  #itemArea .searchArea .rowIcn-wrapper .rowIcn {
    margin: 0;
  }

  #itemArea .searchArea .rowIcn-wrapper .rowIcn.active svg path {
    fill: #1f2736;
  }

  #itemArea .searchArea .rowIcn-wrapper .rowIcn a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 4.5px;
  }

  #itemArea .searchArea .rowIcn-wrapper .rowIcn a svg path {
    fill: #898f9a;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  #itemArea .searchArea .left,
  #itemArea .searchArea .right {
    width: 50%;
  }

  #itemArea .searchArea .bottom {
    width: 100%;
  }

  #itemArea .searchArea .bottom .btn-wrapper {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #itemArea .searchArea .bottom .btn-wrapper .btn {
    margin: 0;
    padding: 0;
    width: 330px;
    height: 30px;
    line-height: 30px;
    border-radius: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none;
  }

  #itemArea .searchArea .bottom .btn-wrapper .btn.btn-submit {
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
  }

  #itemArea .searchArea .bottom .btn-wrapper .btn.btn-clear {
    background-color: #f1f5f7;
    border: none;
  }

  #itemArea .searchArea .bottom .btn-wrapper .btn:hover {
    opacity: 0.7;
  }

  #itemArea .searchArea .left {
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #itemArea .searchArea .searchArea-label {
    margin-bottom: 2.5px;
    font-size: 10px;
    color: #818181;
  }

  #itemArea .searchArea .category-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #itemArea .searchArea .category-wrapper .category {
    height: 25px;
    width: 70px;
    border-radius: 50px;
    line-height: 25px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 10px;
    text-align: center;
  }

  #itemArea .searchArea .category-wrapper .category.active {
    background-color: #000;
    color: #fff;
  }

  #itemArea .searchArea .category-wrapper .category:hover,
  #itemArea .searchArea .category-wrapper .category:hover p {
    text-decoration: none;
  }

  #itemArea .searchBox {
    position: relative;
  }

  #itemArea .searchBox.keywords {
    margin: 0;
  }

  #itemArea .searchBox.keywords input[type="text"] {
    padding-left: 10px;
    height: 25px;
    width: 220px;
    border-radius: 3px;
    border: 1px solid #cbd2de;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #itemArea .searchBox.keywords .button {
    margin: 0;
  }

  #itemArea .searchBox.keywords input[type="button"],
  #itemArea .searchBox.keywords svg {
    position: absolute;
    top: 50%;
    right: 3.75px;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  #itemArea .searchBox.keywords input[type="button"] {
    height: 12.5px;
    width: 12.5px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1;
  }

  #itemArea .searchBox.keywords svg {
    height: 12.5px;
    width: 12.5px;
  }

  #itemArea .searchBox.brand,
  #itemArea .searchBox.price,
  #itemArea .searchBox.status {
    margin: 0 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: flex;
    flex-wrap: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #itemArea .searchBox label[for="product-state-outlet"] {
    display: none;
  }

  #itemArea .searchBox #range-slider {
    height: 1px;
    width: 245px;
    border: none;
    background-color: #898f9a;
  }

  #itemArea .searchBox #range-slider .ui-slider-handle {
    top: 50%;
    width: 12px;
    height: 12px;
    border: 1px solid #000;
    background-color: #eff3f5;
    border-radius: 100%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 0;
  }

  #itemArea .searchBox #range-slider .ui-slider-handle:focus {
    outline: none;
  }

  #itemArea .searchBox #range-slider .ui-slider-range {
    background-color: transparent;
    border: none;
  }

  #itemArea .searchBox.brand .sortBtn {
    width: 257px;
  }

  #itemArea .searchBox.brand .sortBtn select {
    width: 100%;
  }

  #itemArea .searchBox .ttl {
    margin: 0;
    font-size: 10px;
    color: #1f2736;
  }

  #itemArea .searchBox .radio {
    width: 257px;
  }

  #itemArea .searchBox .radio-input {
    display: none;
  }

  #itemArea .searchBox .radio-input + label {
    position: relative;
    padding-left: 17px;
    margin-right: 8.5px;
    color: #1f2736;
    cursor: pointer;
  }

  #itemArea .searchBox .radio-input + label:last-child {
    margin-right: 0;
  }

  #itemArea .searchBox .radio-input + label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #898f9a;
    border-radius: 50%;
  }

  #itemArea .searchBox .radio-input:checked + label:before {
    border: 1px solid #000;
  }

  #itemArea .searchBox .radio-input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border: 1px solid #000;
    background: #000;
    border-radius: 50%;
  }

  #itemArea #amount {
    padding-left: 68px;
    font-size: 10px;
    color: #1f2736;
  }

  #itemArea #amount + .searchBox {
    margin: 5px 0 0;
  }

  .np-item-suggest-v2,
  .np-keyword-suggest {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  #appBody .header-wrap.fixed .headerSearchArea svg path,
  #appBody .header-wrap .headerSearchArea svg path,
  header.header-wrap.fixed .headerSearchArea svg path,
  header.header-wrap .headerSearchArea svg path {
    fill: #fff;
  }

  #appBody .header-wrap.fixed .header-nav-wrap .header-inner-block .header-user-info .header-point,
  #appBody .header-wrap.fixed .header-nav-wrap .header-inner-block .header-user-info .header-point span,
  #appBody .header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-point,
  #appBody .header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-point span,
  header.header-wrap.fixed .header-nav-wrap .header-inner-block .header-user-info .header-point,
  header.header-wrap.fixed .header-nav-wrap .header-inner-block .header-user-info .header-point span,
  header.header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-point,
  header.header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-point span {
    color: #fff;
  }

  #appBody .header-wrap.fixed .header-nav-wrap .header-inner-block .header-user-info .header-user-list,
  #appBody .header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-user-list,
  header.header-wrap.fixed .header-nav-wrap .header-inner-block .header-user-info .header-user-list,
  header.header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-user-list {
    display: block;
  }

  #appBody
    .header-wrap.fixed
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item
    a,
  #appBody
    .header-wrap
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item
    a,
  header.header-wrap.fixed
    .header-nav-wrap
    .header-inner-block
    .header-user-info
    .header-user-list
    .header-user-list-item
    a,
  header.header-wrap .header-nav-wrap .header-inner-block .header-user-info .header-user-list .header-user-list-item a {
    color: #fff;
  }

  footer.footer .footer-brand-info .footer-brand-info-btn span {
    height: 40px;
    line-height: 40px;
  }
}

footer.footer .footer-inner .footer-sitemap .footer-nav-list li + li:before {
  top: 50%;
}

footer.footer .footer-brand-info-btn a.arrow:after {
  display: none;
}

.page footer.footer {
  color: #000000;
  background: #EBEBEB;
}

.page footer.footer .footer-inner .footer-brand-info > div {
  border-bottom: none;
}

.category-wrapper .category.category-kids {
  display: none;
}
