@import "https://fonts.googleapis.com/css?family=Noto+Sans+TC:300,400,500,700&display=swap";
@import "https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap";
html {
  font-size: 15px; }
  @media (min-width: 992px) {
    html {
      font-size: 16px; } }

body {
  color: #58595B;
  font-family: "Roboto", "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  /* ios5+ */ }

a {
  color: #8AA6D6;
  -webkit-transition: color .15s, border .15s;
  -o-transition: color .15s, border .15s;
  transition: color .15s, border .15s; }
  a:hover {
    color: #6489c9;
    text-decoration: none; }

button:focus {
  outline: 0; }

ul, li {
  margin: 0;
  padding: 0; }

hr {
  border-top: 1px solid #e6e6e6; }

.small, small {
  font-size: 90%; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.container {
  max-width: 960px; }

@font-face {
  font-family: 'ElegantIcons';
  src: url("../fonts/ElegantIcons.eot");
  src: url("../fonts/ElegantIcons.eot?#iefix") format("embedded-opentype"), url("../fonts/ElegantIcons.woff") format("woff"), url("../fonts/ElegantIcons.ttf") format("truetype"), url("../fonts/ElegantIcons.svg#ElegantIcons") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon] {
  position: relative;
  top: 1px;
  font-style: normal; }
  [data-icon]:before {
    font-family: 'ElegantIcons';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased; }

.feather {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none; }

.text-primary {
  color: #FFC0C8 !important; }

.text-light {
  color: #e6e6e6 !important; }

.text-gray,
.text-muted {
  color: #808183 !important; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem; }

.lead {
  font-weight: 400 !important; }

.badge-primary {
  background-color: #FFC0C8; }

.badge-secondary {
  background-color: #8AA6D6; }

.btn {
  padding: .5rem 1rem;
  border-radius: 50rem;
  background-color: #e6e6e6; }
  .btn:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn:hover {
    background-color: #cdcdcd; }

.list-group-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: .75rem 0;
  border: 1px solid #e6e6e6; }
  @media (min-width: 992px) {
    .list-group-item {
      padding: .75rem 1.25rem; } }
  .list-group-item .list-title {
    margin-bottom: 0;
    letter-spacing: 1px; }
  .list-group-item .list-label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    font-size: 0.9375rem;
    font-weight: 500; }
  .list-group-item .list-text {
    font-size: 0.9375rem; }

a.media:hover {
  color: #3f4041;
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175) !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.175) !important; }

.media {
  margin-bottom: 1rem;
  padding-top: .5rem;
  border-top: 2px solid #58595B;
  color: #58595B;
  -webkit-transition: -webkit-box-shadow .15s;
  transition: -webkit-box-shadow .15s;
  -o-transition: box-shadow .15s;
  transition: box-shadow .15s;
  transition: box-shadow .15s, -webkit-box-shadow .15s; }
  .media-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    margin-right: 1rem; }
  .media-body {
    margin-right: 1rem;
    padding: .75rem 0;
    overflow: hidden; }
  .media h5 {
    max-width: 100%;
    display: block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: .5rem;
    font-size: 1.125rem; }
    .media h5 .badge {
      position: relative;
      top: -1px;
      margin-left: 2px;
      font-size: 0.8125rem; }
  .media p {
    margin-bottom: 0;
    font-size: 0.875rem; }

.media-job {
  height: 100px;
  padding: .5rem 1.5rem; }
  .media-job .media-body {
    padding: .3rem 0; }
  .media-job .media-action {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-right: -.25rem;
    margin-bottom: .5rem; }

.nav {
  margin-top: -.5rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto; }
  .nav .nav-link {
    color: #58595B;
    white-space: nowrap; }
    .nav .nav-link:hover {
      color: #FFC0C8; }
    .nav .nav-link.active {
      font-weight: 500;
      border-bottom: 3px solid #FFC0C8; }
      .nav .nav-link.active:hover {
        color: #58595B; }

.nav-top {
  margin-bottom: 1rem; }

.header {
  background-color: #FFC0C8;
  background-image: url(../img/pattern.png);
  background-position: 50% 50%; }

.navbar .navbar-brand {
  margin-left: auto;
  margin-right: auto; }
  .navbar .navbar-brand img {
    max-width: 100px; }
    @media (min-width: 992px) {
      .navbar .navbar-brand img {
        max-width: 160px; } }

.page-header .page-title {
  margin-bottom: 1.5rem; }

main.main {
  min-height: 80vh;
  padding: 2rem 0; }
  @media (min-width: 992px) {
    main.main {
      padding: 3rem 0; } }

.title-bar {
  padding: .5rem 1rem;
  font-size: 1.125rem;
  background-color: #e6e6e6; }

.footer {
  padding: 1.5rem 0;
  font-size: 0.875rem;
  text-align: center; }

.job-image {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 56%;
  height: 100%; }

.job-detail-title {
  margin-bottom: 2rem; }

.job-label {
  margin-bottom: .5rem; }

.job-intro {
  font-size: 0.9375rem;
  line-height: 2; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  -o-transition: transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #808183;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #8AA6D6;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #808183;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #8AA6D6; }

/*# sourceMappingURL=merchant.css.map */