@charset "utf-8";

/* -------------字體樣式-------------- */
.font-Oswald-Light {
  font-family: "Oswald-Light", "Microsoft JhengHei", sans-serif;
}

@font-face {
  font-family: 'arial-medium';
  src: url(../../fonts/arial/ARIALNB.TTF) format('TrueType');
}

@font-face {
  font-family: 'Oswald-Medium';
  src: url(../../fonts/Oswald/Oswald-Light.ttf) format('TrueType');
}

@font-face {
  font-family: 'Oswald-Bold';
  src: url(../../fonts/Oswald/Oswald-Medium.ttf) format('TrueType');
}

/* @font-face {
  font-family: 'noto-SemiBold';
  src: url('../../fonts/noto/NotoSansTC-Medium.ttf') format('truetype');
} */

/* -------------字體設定-------------- */
/*正黑*/
.font-JH {
  font-family: "Microsoft JhengHei", sans-serif;
}

.font-arial-medium {
  font-family: "arial-medium", sans-serif;
}

.font-Calibri-L {
  font-family: "calibril", sans-serif;
}

.font-Oswald-Medium {
  font-family: "Oswald-Medium", sans-serif;
}

.font-Oswald-Bold {
  font-family: "Oswald-Bold", sans-serif;
}

.font-Inconsolata {
  font-family: "Inconsolata", Consolas, monospace;
}



.font-noto-SemiBold {
  /* font-family: 'Noto Serif TC', serif; */
  font-weight: 700;
}


.font-noto {
  /* font-family: 'Noto Serif TC', serif; */
}

.font-noto-normal {
  /* font-family: 'Noto Serif TC', serif; */
  font-weight: 700;
}

.font-noto-SemiBold {
  /* font-family: 'Noto Serif TC', serif; */
  font-weight: 900;
}

/* 字體大小 */
.fsize-12 {
  font-size: 12px;
}

.fsize-13 {
  font-size: 13px;
}

.fsize-14 {
  font-size: 14px;
}

.fsize-15 {
  font-size: 15px;
}

.fsize-16 {
  font-size: 16px;
}

.fsize-17 {
  font-size: 17px;
}

.fsize-18 {
  font-size: 18px;
}

.fsize-20 {
  font-size: 20px;
}

.fsize-22 {
  font-size: 22px;
}

.fsize-24 {
  font-size: 24px;
}

.fsize-26 {
  font-size: 26px;
}

.fsize-30 {
  font-size: 30px;
}

.fsize-36 {
  font-size: 36px;
}

.fsize-40 {
  font-size: 40px;
}

/* -------------字體顏色-------------- */
.font-white-1 {
  color: #ffffff;
}

.font-gray-1 {
  color: #555;
}

.font-gray-2 {
  color: #999;
}

.font-gray-3 {
  color: #dfdfdf;
}

.font-og-1 {
  color: #e07d19;
}

.font-pink-1 {
  color: #fb836d;
}

.font-red-1 {
  color: #ac250d;
}

.font-red-2 {
  color: #d35f45;
}

.font-red-3 {
  color: #bc342a;
}

.font-gold-1 {
  color: #ffd797;
}

.font-coffee-1 {
  color: #534741;
}

.font-coffee-2 {
  color: #4f312b;
}

.font-black-1 {
  color: #111;
}

.font-black-2 {
  color: #000;
}

.font-black-3 {
  color: #25292d;
}

.font-black-2 {
  color: #444;
}

.font-gold-2 {
  color: #ffca37;
}

.font-gold-3 {
  color: #bd974e;
}

.font-purple-1 {
  color: #560c81;
}

.font-blue-1 {
  color: #0077bc;
}

.lh-1-5 {
  line-height: 1.5;
}

.lh-1-7 {
  line-height: 1.7;
}

.lh-2 {
  line-height: 2;
}

.ls-1 {
  letter-spacing: 1px;
}

.ls-2 {
  letter-spacing: 2px;
}

.ls-5 {
  letter-spacing: 5px;
}

.ls-8 {
  letter-spacing: 8px;
}

/* seo隱藏專用 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}