/* line 1, ../sass/input.scss */
label.cus-checkbox-type1 {
  margin-bottom: 0;
  cursor: pointer;
}
/* line 4, ../sass/input.scss */
label.cus-checkbox-type1 input {
  display: none;
}
/* line 10, ../sass/input.scss */
label.cus-checkbox-type1 input:checked + div:after {
  display: block;
  content: "";
  left: 3px;
  top: 0px;
  width: 5px;
  height: 9px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* line 25, ../sass/input.scss */
label.cus-checkbox-type1 div {
  display: inline-block;
  position: relative;
  margin-bottom: -2px;
  width: 13px;
  height: 13px;
  border: 1px solid #cccccc;
  margin-right: 3px;
}
/* line 34, ../sass/input.scss */
label.cus-checkbox-type1 div:after {
  content: "";
  position: absolute;
  display: none;
}
/* line 44, ../sass/input.scss */
label.cus-checkbox-type1.middle-size input:checked + div:after {
  left: 5px;
  top: 0px;
  width: 7px;
  height: 13px;
}
/* line 52, ../sass/input.scss */
label.cus-checkbox-type1.middle-size div {
  width: 18px;
  height: 18px;
}
/* line 56, ../sass/input.scss */
label.cus-checkbox-type1.middle-size div.white {
  background-color: #fff;
}

/* line 64, ../sass/input.scss */
label.cus-radio-type1 {
  margin-bottom: 0;
  cursor: pointer;
}
/* line 67, ../sass/input.scss */
label.cus-radio-type1 input {
  display: none;
}
/* line 73, ../sass/input.scss */
label.cus-radio-type1 input:checked + div:after {
  display: block;
  content: "";
  left: 3px;
  top: 3px;
  width: 7px;
  height: 7px;
  background-color: #666;
  border-radius: 100%;
}
/* line 86, ../sass/input.scss */
label.cus-radio-type1 div {
  display: inline-block;
  position: relative;
  margin-bottom: -2px;
  width: 15px;
  height: 15px;
  border: 1px solid #cccccc;
  margin-right: 3px;
  border-radius: 100%;
}
/* line 96, ../sass/input.scss */
label.cus-radio-type1 div:after {
  content: "";
  position: absolute;
  display: none;
}

/* line 107, ../sass/input.scss */
label.cus-radio-type2-category-select {
  margin-bottom: 0;
  cursor: pointer;
}
/* line 110, ../sass/input.scss */
label.cus-radio-type2-category-select input {
  display: none;
}
/* line 116, ../sass/input.scss */
label.cus-radio-type2-category-select input:checked + div:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: calc( 100% + 2px );
  border-bottom: 2px solid #0095be;
}
/* line 130, ../sass/input.scss */
label.cus-radio-type2-category-select.pink-b-b input:checked + div:after {
  border-bottom: 2px solid #ef83ae;
}
/* line 136, ../sass/input.scss */
label.cus-radio-type2-category-select div {
  display: inline-block;
  position: relative;
  border: 1px solid #cccccc;
  padding: 0 5px;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  line-height: 27px;
}

/* line 152, ../sass/input.scss */
label.cus-modal-class-discuss-unit-radio {
  margin-bottom: 0;
  cursor: pointer;
}
/* line 155, ../sass/input.scss */
label.cus-modal-class-discuss-unit-radio input {
  display: none;
}
/* line 159, ../sass/input.scss */
label.cus-modal-class-discuss-unit-radio input:checked + div {
  background-color: #00acf3;
}
/* line 161, ../sass/input.scss */
label.cus-modal-class-discuss-unit-radio input:checked + div:after {
  border-color: transparent transparent transparent #00aaf3;
}
/* line 166, ../sass/input.scss */
label.cus-modal-class-discuss-unit-radio div {
  display: inline-block;
  background-color: #999;
  color: #fff;
  padding: 0px 5px;
  font-weight: bold;
  position: relative;
  font-size: 0.9375rem;
  line-height: 24px;
  margin-right: 20px;
  margin-bottom: 5px;
}
/* line 177, ../sass/input.scss */
label.cus-modal-class-discuss-unit-radio div:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 10px;
  border-color: transparent transparent transparent #999;
  position: absolute;
  right: -10px;
  top: 0;
}

/* line 196, ../sass/input.scss */
.cus-checkbox-type2-group {
  display: inline-block;
}

/* line 200, ../sass/input.scss */
label.cus-checkbox-type2 {
  margin-bottom: 5px;
  color: #666;
  cursor: pointer;
}
/* line 204, ../sass/input.scss */
label.cus-checkbox-type2 input {
  display: none;
}
/* line 208, ../sass/input.scss */
label.cus-checkbox-type2 input:checked + div {
  background-color: #cceef2;
}
/* line 210, ../sass/input.scss */
label.cus-checkbox-type2 input:checked + div:after {
  /*
  right: 0;
  left: auto;
  */
  left: 49%;
  background-color: #00acbe;
  transition: left 0.25s;
}
/* line 221, ../sass/input.scss */
label.cus-checkbox-type2 div {
  display: inline-block;
  width: 30px;
  height: 12px;
  border-radius: 120px;
  background-color: #ddd;
  position: relative;
  margin-right: 10px;
}
/* line 230, ../sass/input.scss */
label.cus-checkbox-type2 div:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: #999;
  position: absolute;
  left: 0;
  top: -2px;
  transition: left 0.25s;
}

/* line 246, ../sass/input.scss */
.type1-form-group {
  margin-bottom: 40px;
  position: relative;
}
/* line 250, ../sass/input.scss */
.type1-form-group textarea {
  min-height: 175px;
  padding: 10px 10px;
}
/* line 255, ../sass/input.scss */
.type1-form-group .font-text-unit-block {
  position: relative;
}
/* line 257, ../sass/input.scss */
.type1-form-group .font-text-unit-block > input[type="text"], .type1-form-group .font-text-unit-block input[type="password"], .type1-form-group .font-text-unit-block input[type="email"], .type1-form-group .font-text-unit-block input[type="number"] {
  padding-left: 52px;
}
/* line 260, ../sass/input.scss */
.type1-form-group .font-text-unit-block .font-text-unit {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 5px 0 15px;
  color: #666;
}
/* line 272, ../sass/input.scss */
.type1-form-group .text-unit-block {
  position: relative;
}
/* line 274, ../sass/input.scss */
.type1-form-group .text-unit-block > input[type="text"], .type1-form-group .text-unit-block input[type="password"], .type1-form-group .text-unit-block input[type="email"], .type1-form-group .text-unit-block input[type="number"] {
  padding-right: 52px;
}
/* line 277, ../sass/input.scss */
.type1-form-group .text-unit-block .text-unit {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  line-height: 48px;
  padding: 0 15px 0 5px;
  color: #666;
}
/* line 289, ../sass/input.scss */
.type1-form-group .text-prompt-block {
  position: relative;
}
/* line 292, ../sass/input.scss */
.type1-form-group .text-prompt-block .text-prompt {
  position: absolute;
  right: -40px;
  top: 9px;
  cursor: pointer;
}
/* line 297, ../sass/input.scss */
.type1-form-group .text-prompt-block .text-prompt img {
  width: 30px;
}
/* line 303, ../sass/input.scss */
.type1-form-group .text-list-block {
  position: relative;
}
/* line 305, ../sass/input.scss */
.type1-form-group .text-list-block > input[type="text"], .type1-form-group .text-list-block input[type="password"], .type1-form-group .text-list-block input[type="email"], .type1-form-group .text-list-block input[type="number"] {
  padding-left: 58px;
}
/* line 308, ../sass/input.scss */
.type1-form-group .text-list-block .text-list-number {
  display: inline-block;
  line-height: 48px;
  position: absolute;
  top: 0;
  left: 0;
  width: 48px;
  text-align: center;
  color: #333;
  border-right: 1px solid #999;
}
/* line 322, ../sass/input.scss */
.type1-form-group .text-list-block-add img {
  width: 14px;
  margin-top: -4px;
  margin-left: 2px;
}

/* line 332, ../sass/input.scss */
.type1-form-btn {
  background-color: #00a0c8;
  min-width: 160px;
  padding: 5px;
  margin: 0 5px;
}

@media (max-width: 991px) {
  /* line 340, ../sass/input.scss */
  .type1-form-btn {
    margin: 0;
    margin-bottom: 10px;
  }
}
/* line 346, ../sass/input.scss */
.type1-form-label-control {
  width: 100%;
  font-weight: 500;
  color: #333;
}

/* line 352, ../sass/input.scss */
input[type="text"].type1-form-input-control, input[type="password"].type1-form-input-control, input[type="email"].type1-form-input-control, input[type="number"].type1-form-input-control {
  width: 100%;
  padding: 10px 10px;
}

/* line 365, ../sass/input.scss */
.type1-custom-select {
  position: relative;
}

/* line 369, ../sass/input.scss */
.type1-custom-select.no-border .type1-select-selected {
  border: 0;
}

/* line 373, ../sass/input.scss */
.type1-custom-select.no-background-color .type1-select-selected {
  background-color: inherit;
}

/* line 377, ../sass/input.scss */
.type1-custom-select select {
  display: none;
}

/* line 383, ../sass/input.scss */
.type1-select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #666 transparent transparent transparent;
}

/* line 394, ../sass/input.scss */
.type1-select-selected.type1-select-arrow-active:after {
  /*border-color: transparent transparent #666 transparent;*/
  /*top: 7px;*/
}

/* line 399, ../sass/input.scss */
.type1-select-items div, .type1-select-selected {
  color: #666;
  padding: 0px 16px;
  border: 1px solid #999;
  cursor: pointer;
  user-select: none;
  min-height: 48px;
  line-height: 46px;
}

/* line 409, ../sass/input.scss */
.type1-select-selected {
  background-color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}

/* line 417, ../sass/input.scss */
.input-control-group .type1-custom-select .type1-select-selected, .input-control-group-full .type1-custom-select .type1-select-selected {
  min-height: 28px;
  line-height: 28px;
  padding-left: 0;
}

/* line 423, ../sass/input.scss */
.input-control-group .type1-custom-select .type1-select-items div, .input-control-group-full .type1-custom-select .type1-select-items div {
  min-height: 28px;
  line-height: 28px;
  padding-left: 5px;
}

/* line 429, ../sass/input.scss */
.input-control-group .type1-custom-select .type1-select-selected:after, .input-control-group-full .type1-custom-select .type1-select-selected:after {
  top: 13px;
}

/* line 433, ../sass/input.scss */
.type1-select-items {
  position: absolute;
  background-color: #fff;
  top: calc( 100% + 2px );
  left: 0;
  /*right: 0;*/
  z-index: 99;
  box-shadow: 2px 2px 6px #666666;
  max-height: 240px;
  overflow-y: auto;
  min-width: 100%;
}

/* line 446, ../sass/input.scss */
.type1-select-items > div {
  border: 0;
  white-space: nowrap;
}

/* line 451, ../sass/input.scss */
.type1-select-hide {
  display: none;
}

/* line 455, ../sass/input.scss */
.type1-select-items div:hover, .type1-same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 464, ../sass/input.scss */
.type1-select-selected.select-question-type-1-show:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511170525/https://www.smelearning.org.tw/images/enterprise-zone/test_icon_01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 3px;
}

/* line 474, ../sass/input.scss */
.type1-select-selected.select-question-type-2-show:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511170525/https://www.smelearning.org.tw/images/enterprise-zone/test_icon_02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 3px;
}

/* line 484, ../sass/input.scss */
.type1-custom-select-class-test .select-question-type-1:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511170525/https://www.smelearning.org.tw/images/enterprise-zone/test_icon_01.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 3px;
}

/* line 494, ../sass/input.scss */
.type1-custom-select-class-test .select-question-type-2:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511170525/https://www.smelearning.org.tw/images/enterprise-zone/test_icon_02.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 3px;
}

/* line 515, ../sass/input.scss */
.type2-custom-select {
  position: relative;
}

/* line 519, ../sass/input.scss */
.type2-custom-select.no-border .type2-select-selected {
  border: 0;
}

/* line 523, ../sass/input.scss */
.type2-custom-select.no-background-color .type2-select-selected {
  background-color: inherit;
}

/* line 527, ../sass/input.scss */
.type2-custom-select select {
  display: none;
}

/* line 533, ../sass/input.scss */
.type2-select-selected:after {
  position: absolute;
  content: "";
  top: 15px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #666 transparent transparent transparent;
}

/* line 544, ../sass/input.scss */
.type2-select-selected.type2-select-arrow-active:after {
  /*border-color: transparent transparent #666 transparent;*/
  /*top: 7px;*/
}

/* line 549, ../sass/input.scss */
.type2-select-items div, .type2-select-selected {
  color: #666;
  padding: 0px 16px;
  border: 1px solid #00acbe;
  cursor: pointer;
  user-select: none;
  min-height: 32px;
  line-height: 30px;
}

/* line 559, ../sass/input.scss */
.type2-select-selected {
  background-color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}

/* line 567, ../sass/input.scss */
.type2-select-items {
  position: absolute;
  background-color: #fff;
  top: calc( 100% + 2px );
  left: 0;
  /*right: 0;*/
  z-index: 99;
  box-shadow: 2px 2px 6px #666666;
  max-height: 240px;
  overflow-y: auto;
  min-width: 100%;
}

/* line 580, ../sass/input.scss */
.type2-select-items > div {
  border: 0;
  white-space: nowrap;
}

/* line 585, ../sass/input.scss */
.type2-select-hide {
  display: none;
}

/* line 589, ../sass/input.scss */
.type2-select-items div:hover, .type2-same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 601, ../sass/input.scss */
.type3-custom-select {
  position: relative;
}

/* line 605, ../sass/input.scss */
.type3-custom-select.no-border .type3-select-selected {
  border: 0;
}

/* line 609, ../sass/input.scss */
.type3-custom-select.no-background-color .type3-select-selected {
  background-color: inherit;
}

/* line 613, ../sass/input.scss */
.type3-custom-select select {
  display: none;
}

/* line 619, ../sass/input.scss */
.type3-select-selected:after {
  position: absolute;
  content: "";
  top: 10px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #666 transparent transparent transparent;
}

/* line 630, ../sass/input.scss */
.type3-select-items div, .type3-select-selected {
  color: #666;
  padding: 0px 16px;
  border: 1px solid #999;
  cursor: pointer;
  user-select: none;
  min-height: 24px;
  line-height: 22px;
  font-size: 0.875rem;
}

/* line 641, ../sass/input.scss */
.type3-select-selected {
  background-color: #ffffff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}

/* line 649, ../sass/input.scss */
.type3-select-items {
  position: absolute;
  background-color: #fff;
  top: calc( 100% + 2px );
  left: 0;
  /*right: 0;*/
  z-index: 99;
  box-shadow: 2px 2px 6px #666666;
  max-height: 240px;
  overflow-y: auto;
  min-width: 100%;
}

/* line 662, ../sass/input.scss */
.type3-select-items > div {
  border: 0;
  padding: 1px 16px;
  white-space: nowrap;
}

/* line 668, ../sass/input.scss */
.type3-select-hide {
  display: none;
}

/* line 672, ../sass/input.scss */
.type3-select-items div:hover, .type3-same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 694, ../sass/input.scss */
.type3-btn-form-file-block {
  font-size: 1rem;
}
/* line 696, ../sass/input.scss */
.type3-btn-form-file-block label {
  cursor: pointer;
  color: #fff;
  font-weight: bold;
  background-color: #00acbe;
  display: inline-block;
  padding: 5px 10px;
  white-space: nowrap;
  margin-bottom: 0px;
}
/* line 708, ../sass/input.scss */
.type3-btn-form-file-block label img {
  height: 24px;
  vertical-align: middle;
}
/* line 713, ../sass/input.scss */
.type3-btn-form-file-block label span {
  vertical-align: middle;
}
/* line 718, ../sass/input.scss */
.type3-btn-form-file-block input[type="file"] {
  display: none;
}

/* line 725, ../sass/input.scss */
.type4-form-file-block .type4-form-file-control {
  position: relative;
}
/* line 727, ../sass/input.scss */
.type4-form-file-block .type4-form-file-control label {
  position: absolute;
  right: 15px;
  top: 7px;
  background-color: #00acbe;
  color: #fff;
  cursor: pointer;
  padding: 3px 20px;
  min-width: 120px;
  text-align: center;
  margin-bottom: 0;
}
/* line 740, ../sass/input.scss */
.type4-form-file-block .type4-form-file-control .upload-file-text-style {
  width: 100%;
  border: 0;
  color: #666;
  background-color: #ebebeb;
  padding: 10px 15px;
  padding-right: 150px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
/* line 757, ../sass/input.scss */
.type4-form-file-block .type4-form-file-control input[type="file"] {
  display: none;
}

/* line 765, ../sass/input.scss */
.type5-form-file-block .type5-form-file-control {
  position: relative;
}
/* line 767, ../sass/input.scss */
.type5-form-file-block .type5-form-file-control label {
  position: absolute;
  right: 5px;
  top: 4px;
  background-color: #00acbe;
  color: #fff;
  cursor: pointer;
  padding: 0px 5px;
  min-width: 60px;
  text-align: center;
  margin-bottom: 0;
  line-height: 21px;
  font-size: 0.9375rem;
}
/* line 782, ../sass/input.scss */
.type5-form-file-block .type5-form-file-control .upload-file-text-style {
  width: 100%;
  color: #999;
  border: 1px solid #ccc;
  padding: 2px 5px;
  padding-right: 70px;
  font-size: 0.9375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  hyphens: none;
}
/* line 799, ../sass/input.scss */
.type5-form-file-block .type5-form-file-control input[type="file"] {
  display: none;
}

@media (max-width: 510px) {
  /* line 807, ../sass/input.scss */
  .type4-form-file-block .type4-form-file-control label {
    padding: 3px 0;
    min-width: 70px;
  }

  /* line 811, ../sass/input.scss */
  .type4-form-file-block .type4-form-file-control .upload-file-text-style {
    padding-right: 100px;
  }
}
/* line 819, ../sass/input.scss */
.slide-range-want-learn-new-block {
  padding: 0 15px;
  background-color: #ebebeb;
  height: 44px;
}
/* line 824, ../sass/input.scss */
.slide-range-want-learn-new-block .customer-slide-pips {
  position: relative;
  height: 20px;
  line-height: 16px;
}
/* line 828, ../sass/input.scss */
.slide-range-want-learn-new-block .customer-slide-pips span {
  color: #777;
  font-size: 0.625rem;
  font-weight: bold;
  position: absolute;
  top: 2px;
}
/* line 835, ../sass/input.scss */
.slide-range-want-learn-new-block .customer-slide-pips span:first-child {
  left: 0;
}
/* line 840, ../sass/input.scss */
.slide-range-want-learn-new-block .customer-slide-pips span:nth-child(2) {
  left: 21.052631%;
  transform: translateX(-38%);
}
/* line 845, ../sass/input.scss */
.slide-range-want-learn-new-block .customer-slide-pips span:nth-child(3) {
  left: 47.368421%;
  transform: translateX(-50%);
}
/* line 851, ../sass/input.scss */
.slide-range-want-learn-new-block .customer-slide-pips span:nth-child(4) {
  left: 73.68421%;
  transform: translateX(-68%);
}
/* line 856, ../sass/input.scss */
.slide-range-want-learn-new-block .customer-slide-pips span:last-child {
  right: 0;
}
/* line 861, ../sass/input.scss */
.slide-range-want-learn-new-block .ui-widget.ui-widget-content {
  border: 2px solid #00acbe;
  border-right: 8px solid #00acbe;
  border-left: 8px solid #00acbe;
}
/* line 866, ../sass/input.scss */
.slide-range-want-learn-new-block .ui-slider-horizontal {
  height: 6px;
}
/* line 870, ../sass/input.scss */
.slide-range-want-learn-new-block .ui-slider .ui-slider-range {
  border-top: 1px solid #00acbe;
  border-bottom: 1px solid #00acbe;
}
/* line 875, ../sass/input.scss */
.slide-range-want-learn-new-block .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 11px;
  height: 11px;
  /*cursor: default;*/
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 100%;
  cursor: pointer;
  /*box-shadow: 1px 1px 0px rgba(0,0,0,0.3);*/
  transform: translateX(35%);
}
/* line 889, ../sass/input.scss */
.slide-range-want-learn-new-block .ui-state-default, .slide-range-want-learn-new-block .ui-button {
  border: 1px solid #00acbe;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  background: #00acbe;
}
/* line 897, ../sass/input.scss */
.slide-range-want-learn-new-block .ui-state-hover, .slide-range-want-learn-new-block .ui-state-focus, .slide-range-want-learn-new-block .ui-button:hover, .slide-range-want-learn-new-block .ui-button:focus {
  border: 1px solid #00acbe;
  background: #00acbe;
  font-weight: normal;
  color: #2b2b2b;
}
/* line 904, ../sass/input.scss */
.slide-range-want-learn-new-block .ui-slider .ui-slider-handle span.min, .slide-range-want-learn-new-block .ui-slider .ui-slider-handle span.max {
  position: absolute;
  top: 120%;
  left: 50%;
  text-decoration: none;
  transform: translateX(-50%);
  color: #9fa0a0;
  font-size: 0.625rem;
  font-weight: bold;
}

/* line 918, ../sass/input.scss */
.slide-range-want-teach-new-block {
  padding: 0 15px;
  background-color: #ebebeb;
  height: 44px;
}
/* line 923, ../sass/input.scss */
.slide-range-want-teach-new-block .customer-slide-pips {
  position: relative;
  height: 20px;
  line-height: 16px;
}
/* line 927, ../sass/input.scss */
.slide-range-want-teach-new-block .customer-slide-pips span {
  color: #777;
  font-size: 0.625rem;
  font-weight: bold;
  position: absolute;
  top: 2px;
}
/* line 934, ../sass/input.scss */
.slide-range-want-teach-new-block .customer-slide-pips span:first-child {
  left: 0;
}
/* line 939, ../sass/input.scss */
.slide-range-want-teach-new-block .customer-slide-pips span:nth-child(2) {
  left: 25%;
  transform: translateX(-20%);
}
/* line 944, ../sass/input.scss */
.slide-range-want-teach-new-block .customer-slide-pips span:nth-child(3) {
  left: 50%;
  transform: translateX(-50%);
}
/* line 950, ../sass/input.scss */
.slide-range-want-teach-new-block .customer-slide-pips span:nth-child(4) {
  left: 75%;
  transform: translateX(-80%);
}
/* line 955, ../sass/input.scss */
.slide-range-want-teach-new-block .customer-slide-pips span:last-child {
  right: 0;
}
/* line 960, ../sass/input.scss */
.slide-range-want-teach-new-block .ui-widget.ui-widget-content {
  border: 2px solid #ef83ae;
  border-right: 8px solid #ef83ae;
  border-left: 8px solid #ef83ae;
}
/* line 965, ../sass/input.scss */
.slide-range-want-teach-new-block .ui-slider-horizontal {
  height: 6px;
}
/* line 969, ../sass/input.scss */
.slide-range-want-teach-new-block .ui-slider .ui-slider-range {
  border-top: 1px solid #ef83ae;
  border-bottom: 1px solid #ef83ae;
}
/* line 974, ../sass/input.scss */
.slide-range-want-teach-new-block .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 11px;
  height: 11px;
  /*cursor: default;*/
  -ms-touch-action: none;
  touch-action: none;
  border-radius: 100%;
  cursor: pointer;
  /*box-shadow: 1px 1px 0px rgba(0,0,0,0.3);*/
  transform: translateX(35%);
}
/* line 988, ../sass/input.scss */
.slide-range-want-teach-new-block .ui-state-default, .slide-range-want-teach-new-block .ui-button {
  border: 1px solid #ef83ae;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
  background: #ef83ae;
}
/* line 996, ../sass/input.scss */
.slide-range-want-teach-new-block .ui-state-hover, .slide-range-want-teach-new-block .ui-state-focus, .slide-range-want-teach-new-block .ui-button:hover, .slide-range-want-teach-new-block .ui-button:focus {
  border: 1px solid #ef83ae;
  background: #ef83ae;
  font-weight: normal;
  color: #2b2b2b;
}
/* line 1003, ../sass/input.scss */
.slide-range-want-teach-new-block .ui-slider .ui-slider-handle span.min, .slide-range-want-teach-new-block .ui-slider .ui-slider-handle span.max {
  position: absolute;
  top: 120%;
  left: 50%;
  text-decoration: none;
  transform: translateX(-50%);
  color: #9fa0a0;
  font-size: 0.625rem;
  font-weight: bold;
}

/* line 1018, ../sass/input.scss */
.rate-select-block-type1 {
  padding: 0 10px;
  display: inline-block;
}
/* line 1023, ../sass/input.scss */
.rate-select-block-type1:not(:checked) > input {
  display: none;
}
/* line 1026, ../sass/input.scss */
.rate-select-block-type1:not(:checked) > label {
  float: right;
  width: 24px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  color: #ccc;
  margin-bottom: 0;
  margin: 0 2px;
}
/* line 1036, ../sass/input.scss */
.rate-select-block-type1:not(:checked) > label:before {
  content: "";
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511170525/https://www.smelearning.org.tw/images/modal2_class_star_line.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
/* line 1049, ../sass/input.scss */
.rate-select-block-type1 > input:checked ~ label:before {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511170525/https://www.smelearning.org.tw/images/modal2_class_star.png);
}
/* line 1052, ../sass/input.scss */
.rate-select-block-type1:not(:checked) > label:hover:before, .rate-select-block-type1:not(:checked) > label:hover ~ label:before {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511170525/https://www.smelearning.org.tw/images/modal2_class_star.png);
}

/* line 1059, ../sass/input.scss */
.rate-select-block-type2 {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
/* line 1065, ../sass/input.scss */
.rate-select-block-type2:not(:checked) > input {
  display: none;
}
/* line 1068, ../sass/input.scss */
.rate-select-block-type2:not(:checked) > label {
  float: right;
  width: 23px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  color: #ccc;
  margin-bottom: 0;
  margin-right: 2px;
}
/* line 1078, ../sass/input.scss */
.rate-select-block-type2:not(:checked) > label:before {
  content: "";
  width: 23px;
  height: 23px;
  display: block;
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511170525/https://www.smelearning.org.tw/images/star_gray.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
/* line 1091, ../sass/input.scss */
.rate-select-block-type2 > input:checked ~ label:before {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511170525/https://www.smelearning.org.tw/images/star_gold.png);
}
/* line 1094, ../sass/input.scss */
.rate-select-block-type2:not(:checked) > label:hover:before, .rate-select-block-type2:not(:checked) > label:hover ~ label:before {
  background-image: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20170511170525/https://www.smelearning.org.tw/images/star_gold.png);
}






/*
     FILE ARCHIVED ON 17:05:25 五月 11, 2017 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 13:57:13 五月 23, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
