@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
}

ol, ul, li {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 600;
}

dfn {
  font-style: italic;
}

hr {
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  max-width: 100%;
  height: auto;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: "PingFang TC", Helvetica, "\5FAE\8EDF\6B63\9ED1\9AD4", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
  padding: 0;
  cursor: pointer;
  background: none;
}

button, select {
  text-transform: none;
  background: none;
}
button:focus, select:focus {
  outline: none;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
input:focus {
  outline: none;
}
input[type=radio] {
  margin: 3px 3px 0 5px;
  -webkit-appearance: radio;
  width: auto;
  box-sizing: border-box;
  background-color: initial;
  padding: initial;
  border: initial;
}
input[type=radio]:checked {
  background-color: #333;
}
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=radio][disabled], input [type=checkbox][disabled], input [type=radio][readonly], input [type=checkbox][readonly] {
  background-color: transparent;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-family: "PingFang TC", Helvetica, "\5FAE\8EDF\6B63\9ED1\9AD4", "Microsoft JhengHei", Arial, sans-serif;
  font-size: 5.2vw;
}

a {
  text-decoration: none;
  color: black;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

@media only screen and (min-width: 320px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 16px;
  }
}
.popTitle {
  font-weight: 600;
  color: #454A54;
  border-left: 4px solid #6690FF;
  padding-left: 8px;
}

body {
  font-size: 14px;
}

a {
  outline: none;
  cursor: pointer;
  color: #454A54;
}

.underlineLink {
  position: relative;
  outline: none;
}
.underlineLink::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FF7E33;
  position: absolute;
  left: 0;
  bottom: -3px;
  transform-origin: left;
  transform: scale(0);
  transition: 0.1s linear;
}
.underlineLink:hover:before, .underlineLink.on:before {
  transform: scale(1);
}

.cd-hov-ef img {
  transition: all 0.4s ease-in-out;
}
.cd-hov-ef:hover img {
  transform: scale(1.2);
}

.img-front-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 20px;
  box-sizing: border-box;
  z-index: 5;
  word-break: keep-all;
}
.img-front-text h2 {
  margin: 10px 0;
  max-width: 560px;
  max-height: 88px;
  overflow: hidden;
  word-break: break-all;
}

.img-front-linear {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  width: 100%;
  height: 30%;
  z-index: 2;
}

.hl-H1, .hl-H2, .hl-H3, .hl-H5, .hl-H6, .subTit1, .subTit2 {
  font-weight: bold;
  color: #454A54;
}

.hl-H1 {
  font-size: 2.5em;
}

.hl-H2 {
  font-size: 2em;
  letter-spacing: 0.2px;
}

.hl-H3 {
  font-size: 1.5em;
}

.hl-H5 {
  font-size: 1.25em;
  letter-spacing: 0.15px;
}

.hl-H6 {
  font-size: 1.125em;
  letter-spacing: 0.125px;
}

.subTit1 {
  font-size: 1em;
}

.subTit2 {
  font-size: 0.875em;
}

.body1 {
  font-size: 1em;
}

.body2 {
  font-size: 0.875em;
}

.caption {
  font-size: 0.75em;
  letter-spacing: 0.4px;
}

.textCenter {
  text-align: center;
}

.marginLeftSmall {
  margin-left: 10px;
}

.marginBottom {
  margin-bottom: 20px;
}

.grayText10 {
  color: #F9FAFA;
}

.grayText40 {
  color: #BBBFC8;
}

.grayText60, .grayText {
  color: #848B9A;
}

.whiteText {
  color: #ffffff;
}

.whiteText50 {
  color: rgba(255, 255, 255, 0.5);
}

.linkText {
  color: #6690FF;
}

.blueLink {
  color: #044FA4;
  text-decoration: underline;
  cursor: pointer;
}

.container {
  margin: 0 auto;
  width: calc(100% - 30px);
}

.columnRow {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
}

.leftColumn {
  flex: 3;
}

.rightColumn {
  flex: 1;
}

.flex {
  display: flex;
}

.flexAlignCenter {
  align-items: center;
}

.cosItem {
  position: relative;
  width: 100%;
  height: 290px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}
.cosItem .hl-H2 {
  font-size: 1.425em;
}
.cosItem img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.cosItem-tag {
  padding: 8px;
  background-color: #3366FF;
}

.cosItem-flag {
  position: absolute;
  display: block;
  top: -4px;
  right: 8px;
  background: url("../img/icon/flag_t.svg") top no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.articleCardList {
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.articleCardList .eachCard-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 5px;
  width: 100%;
  border-bottom: dotted 1px rgba(0, 0, 0, 0.1);
}

.eachCard-cnt > li {
  margin-bottom: 10px;
}
.eachCard-cnt li:first-child {
  margin-bottom: 5px;
}
.eachCard-cnt li:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eachCard-cnt .eachCard-cnt-des {
  height: 44px;
  overflow: hidden;
}
.eachCard-cnt .eachCard-cnt-tit {
  height: 56px;
  overflow: hidden;
}

.eachCard-cnt-img {
  position: relative;
  margin-bottom: 15px;
  height: 180px;
  border-radius: 4px;
  overflow: hidden;
}
.eachCard-cnt-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}

.categoryTag-s {
  color: #3366FF;
}

.categoryTit {
  margin-bottom: 15px;
  padding-left: 8px;
  box-shadow: -4px 0 0 #3366FF;
}

.breadcrumb {
  margin: 20px 0;
  letter-spacing: 0.04em;
}
.breadcrumb .prevPage {
  position: relative;
}
.breadcrumb .prevPage::after {
  content: "";
  display: inline-block;
  margin-left: 2px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-image: url("/img/icon/go.svg");
  background-size: cover;
  opacity: 0.4;
  transform: translateY(2px);
}

.authorRow {
  align-items: center;
}
.authorRow .authorRow-avatar {
  margin-right: 8px;
  width: 30px;
  height: 30px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.authorRow .authorRow-avatar.img-sm {
  width: 16px;
  height: 16px;
}

.authorInfo {
  margin-bottom: 40px;
  border: solid 1px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 4px;
}
.authorInfo .col-left {
  margin-right: 16px;
  width: 100%;
  height: 100%;
  max-width: 40px;
}
.authorInfo .authorInfo-avatar {
  margin-right: 20px;
  width: 100%;
  height: 0px;
  padding-bottom: 100%;
  border: solid 1px rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  overflow: hidden;
}
.authorInfo .col-right {
  float: right;
  width: 100%;
}
.authorInfo .authorInfo-name {
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
.authorInfo .authorInfo-type, .authorInfo .authorInfo-detail {
  margin-bottom: 10px;
}
.authorInfo .authorInfo-link {
  flex-wrap: wrap;
}
.authorInfo .authorInfo-link label {
  margin-right: 8px;
}
.authorInfo .authorInfo-link a {
  position: relative;
  margin-right: 8px;
}
.authorInfo.listPg {
  border: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}

.pagination {
  margin-bottom: 60px;
  justify-content: flex-end;
  align-items: center;
}
.pagination .pageSum {
  margin: 0 4px;
}
.pagination .pgNum {
  margin: 0 4px;
  padding: 0 6px;
  color: #454A54;
  width: 32px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 4px;
  border: solid 1px #E3E5E9;
  transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms, background-color 250ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.pagination .pgNum.on, .pagination .pgNum:hover {
  color: #3366FF;
  background-color: rgba(214, 228, 255, 0.5);
  border: none;
}
.pagination .pgNum.abb {
  cursor: default;
  background-color: transparent;
}
.pagination .pgNum.abb.on, .pagination .pgNum.abb:hover {
  color: #3366FF;
  background-color: rgba(214, 228, 255, 0.5);
  border: none;
}
.pagination .prevPg, .pagination .nextPg {
  margin: 0 8px;
  border: solid 1px #E3E5E9;
  width: 32px;
  height: 32px;
  border-radius: 4px;
}
.pagination .prevPg:hover, .pagination .nextPg:hover {
  border-color: #BBBFC8;
}
.pagination .prevPg::before, .pagination .nextPg::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-posiiton: center;
  opacity: 0.6;
  transform: translateY(2px);
}
.pagination .nextPg::before {
  background-image: url("https://s1.945.com.tw/img/icon/go.svg");
}
.pagination .prevPg::before {
  background-image: url("https://s1.945.com.tw/img/icon/back.svg");
}

.masNtfy {
  display: block;
  margin: 10px auto;
  text-align: center;
}

.noResult {
  display: block;
  width: 200px;
  height: 200px;
  background: url("/img/illustrate/mascot/nofind.svg") center no-repeat;
  background-size: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.3;
}

.bn-set img {
  border-radius: 4px;
}

.m-hide {
  display: none;
}

.floatSide {
  position: fixed;
  bottom: 20vh;
  right: 10px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.eventFixedIcon {
  position: relative;
  margin-bottom: 20px;
  float: right;
}
.eventFixedIcon .eventCloseBtn {
  position: absolute;
  top: 0;
  left: -25px;
  z-index: 1;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: url("../img/icon/close_circle.svg") center no-repeat;
  background-size: 100%;
  opacity: 0.6;
}
.eventFixedIcon .floatImg {
  display: flex;
}
.eventFixedIcon input[type=checkbox]:checked ~ .floatImg, .eventFixedIcon input[type=checkbox]:checked ~ .eventCloseBtn {
  display: none;
}

.popWindow {
  display: none;
}
.popWindow.popWinLifePost {
  z-index: 12;
  display: none;
  position: fixed;
  top: calc(10vh - 45px);
  left: 50%;
  width: calc(100% - 20px);
  max-width: 400px;
  max-height: 90vh;
  transform: translateX(-50%);
  padding: 20px;
  border-radius: 5px;
  box-sizing: border-box;
  background: #ffffff;
}
.popWindow.popWinLifePost .recTag {
  margin-right: 4px;
  font-size: 13px;
  color: white;
  padding: 1px 16px;
  background: linear-gradient(95deg, #26e1aa 0%, #94e677 100%);
  border-radius: 100px;
}
.popWindow.popBanner {
  position: fixed;
  top: calc(10vh - 45px);
  left: 50%;
  width: calc(100% - 20px);
  max-width: 520px;
  transform: translateX(-50%);
}
.popWindow.popBanner > img {
  border-radius: 5px;
}
.popWindow.popBanner .popContent {
  max-height: none;
  aspect-ratio: 1/1;
  overflow-y: hidden;
  border-radius: 10px;
}
.popWindow.on {
  display: block;
  z-index: 1001;
}
.popWindow.on ~ .maskdiv {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.popTitle {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}

.popContent {
  max-height: calc(80vh - 40px);
  margin-top: 20px;
  line-height: 2;
  overflow-y: auto;
  overflow-x: hidden;
}

.popClose {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/icon/close_sec.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
}
.popClose.bnClose {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/icon/close_circle_white.png") no-repeat center;
  background-size: 100%;
  display: inline-block;
  top: -10px;
  right: 0;
}

.maskdiv {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  display: none;
}

.lineBtn {
  background: #00C300;
  max-width: 155px;
  line-height: 2.5;
  border: 2px solid #00C300;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  cursor: pointer;
  width: 36%;
  color: #ffffff;
  transition: 0.1s;
}
.lineBtn:hover {
  background-color: #00E000;
  border-color: #00E000;
}
.lineBtn::before {
  content: "";
  display: inline-block;
  background: url(https://s1.945.com.tw/img/icon/line_id_green.svg) no-repeat 50%;
  width: 20px;
  height: 20px;
  padding-left: 0;
  margin-right: 5px;
  background-size: 100%;
  font-weight: 400;
  border: none;
  transform: translateY(4px);
}

.floatNav {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 500px;
}
.floatNav .navBar {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 0;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.floatNav .navClose {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/icon/close_circle.svg") no-repeat center;
  background-size: 100%;
  display: inline-block;
  opacity: 0.4;
  position: absolute;
  top: -30px;
  right: 0;
}

.redBtn {
  background: #e1264a;
  max-width: 155px;
  line-height: 2.5;
  border: 2px solid #e1264a;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  cursor: pointer;
  color: #ffffff;
}
.redBtn:hover {
  background: #ba1134;
  border-color: #ba1134;
}
.redBtn.sizeM {
  width: 120px;
}

.accentBtn {
  background: #FF7E33;
  max-width: 155px;
  line-height: 2.5;
  border: 2px solid #FF7E33;
  border-radius: 5px;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
  cursor: pointer;
  color: #ffffff;
}
.accentBtn:hover {
  background: #F5530B;
  border-color: #F5530B;
}
.accentBtn.sizeM {
  width: 120px;
}

@media only screen and (min-width: 414px) {
  body {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .popWindow .popBanner {
    width: 600px;
    max-width: initial;
  }

  .floatSide {
    bottom: 10vh;
  }

  .columnRow {
    flex-direction: row;
  }

  .articleCardList {
    justify-content: space-between;
  }
  .articleCardList .eachCard-column {
    margin-right: 40px;
    max-width: 320px;
    width: calc(100% / 2 - 20px);
  }
  .articleCardList .eachCard-column:nth-child(even) {
    margin-right: 0;
  }

  .leftColumn {
    max-width: 720px;
    margin-right: 40px;
  }
  .leftColumn.detailPage {
    max-width: 640px;
  }

  .rightColumn {
    max-width: 264px;
  }

  .authorInfo .col-left {
    max-width: 80px;
  }

  .m-hide {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .popWinLifePost {
    max-height: none;
  }

  .popWindow, .autoClose {
    width: 400px;
    left: calc(50% - 200px);
  }
  .popWindow.fullPage, .autoClose.fullPage {
    width: 630px;
    height: 630px;
    max-height: none;
    left: calc(50vw - 335px);
    top: calc(50vh - 335px);
  }
  .popWindow.fullPage .popFixedBtn, .autoClose.fullPage .popFixedBtn {
    bottom: calc(50vh - 300px);
  }
  .popWindow.popWinLifePost, .autoClose.popWinLifePost {
    left: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }

  .leftColumn {
    margin-right: 64px;
  }

  .cosItem {
    height: 405px;
  }

  .articleCardList .eachCard-column {
    margin-right: 56px;
  }
}