.relative {
  position: relative; }

.mobile {
  display: none; }

.ic {
  display: inline-block;
  vertical-align: middle; }

.focus-effect:focus {
  color: #F68B1F !important;
  border: 1px solid #F68B1F !important; }

.sectionLine {
  height: 10px;
  width: 100%;
  background-color: #ededed; }

label {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.bg-gray {
  background: #f5f5f5; }

.clearfix:after {
  content: "";
  display: block;
  position: absolute; }

.ml5 {
  margin-left: 5px; }

.ml10 {
  margin-left: 10px; }

.mt10 {
  margin-top: 10px; }

.mt30 {
  margin-top: 20px; }

.mt40 {
  margin-top: 40px; }

.pt10 {
  padding-top: 10px; }

.pt40 {
  padding-top: 40px; }

.ic {
  display: inline-block;
  vertical-align: middle;
  font-size: 0; }

.overlay:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 500; }

.overlay2:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 550; }

.sbox {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  position: relative;
  text-align: left;
  border: none; }
  .sbox.on {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
    background-color: #fff; }
    .sbox.on.type-border {
      border: 1px solid #707070;
      border-bottom: none; }
    .sbox.on article.sub-select-menu {
      display: block; }
    .sbox.on .set {
      background: url("/images/template9/renew/img_select_arrow_hide.svg") no-repeat center right 10px; }
  .sbox .set {
    text-align: left;
    color: #000;
    display: block;
    line-height: 40px;
    cursor: pointer;
    outline: none;
    padding: 0 30px 0 10px;
    font-size: 14px;
    font-weight: 400;
    background: url("/images/template9/renew/img_select_arrow_show.svg") no-repeat top 19px right 10px; }
    .sbox .set .txt {
      display: inline-block;
      vertical-align: middle;
      line-height: 20px;
      font-size: 14px;
      text-overflow: ellipsis;
      white-space: nowrap;
      word-wrap: normal;
      width: 100%;
      max-width: 100%;
      overflow: hidden;
      max-width: 190px; }
  .sbox article.sub-select-menu {
    display: none;
    position: absolute;
    left: -1px;
    top: 39px;
    right: -1px;
    padding-bottom: 12px;
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
    background-color: #fff;
    z-index: 10;
    padding-top: 5px;
    border: 1px solid #707070;
    border-top: none; }
    .sbox article.sub-select-menu ul li + li {
      margin-top: 11px; }
    .sbox article.sub-select-menu ul li a {
      display: flex;
      height: 19px;
      align-items: center;
      padding: 0 10px;
      font-size: 14px;
      color: #000;
      font-weight: 400; }
      .sbox article.sub-select-menu ul li a:hover, .sbox article.sub-select-menu ul li a.on {
        color: #F68B1F; }
      .sbox article.sub-select-menu ul li a .txt {
        text-overflow: ellipsis;
        white-space: nowrap;
        word-wrap: normal;
        width: 100%;
        max-width: 100%;
        overflow: hidden; }
  .sbox select {
    width: 100%;
    display: inline-flex;
    height: 30px;
    /* you should keep these firsts rules in place to maintain cross-browser behaviour */
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background: #fff url("/images/template9/renew/ic_select_arrow.svg") no-repeat top 12px right 10px;
    outline: none;
    padding: 0 30px 0 5px;
    font-size: 14px;
    font-weight: 300; }
  .sbox.smaller {
    width: 60px; }
  .sbox.big {
    width: 180px;
    height: 34px;
    font-size: 15px; }
    .sbox.big select {
      background: url("../images/ic_select_arrow.png") no-repeat center right 9px; }

.rbox {
  position: relative;
  display: inline-block;
  font-size: 0; }
  .rbox label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 24px; }
    .rbox label input[type=radio] {
      position: absolute;
      left: -9999px; }
      .rbox label input[type=radio]:checked ~ i {
        background: #fff url("../images/ic_rbox_on.png") no-repeat center/cover; }
      .rbox label input[type=radio]:checked ~ .txt {
        color: #111; }
    .rbox label i {
      position: relative;
      width: 24px;
      height: 24px;
      line-height: 24px;
      display: inline-block;
      vertical-align: middle;
      background: #fff url("../images/ic_rbox_off.png") no-repeat center/cover; }
    .rbox label .txt {
      padding-left: 9px;
      font-size: 18px; }

.cbox {
  position: relative;
  display: inline-block;
  font-size: 0;
  text-align: left; }
  .cbox label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: flex-start; }
    .cbox label input[type=checkbox] {
      position: absolute;
      left: -9999px; }
      .cbox label input[type=checkbox]:checked ~ i {
        background: #fff url("/images/template9/renew/ic_chk_on.svg") no-repeat center/20px 20px; }
    .cbox label i {
      position: absolute;
      width: 20px;
      height: 20px;
      line-height: 20px;
      display: inline-flex;
      align-items: center;
      display: inline-block;
      vertical-align: middle;
      background: #fff url("/images/template9/renew/ic_chk_off.svg") no-repeat center/20px 20px; }
    .cbox label .txt {
      display: inline-block;
      vertical-align: middle;
      color: #555;
      padding-left: 30px;
      font-size: 24px;
      line-height: 20px;
      letter-spacing: -0.3px; }

/*# sourceMappingURL=ui.css.map */