.wrap {
    text-align: center;
    padding-top: 20%;
}

/* imglist */
#imglist a img{height: 100%;object-fit: contain;width: 360px;}

#facList_area li{
  position: relative;
  margin: 20px;
  width: calc((100% / 3) - 40px);
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-image: linear-gradient(to bottom, #9d9d9d 0%, #9d9d9d 100%), linear-gradient(to bottom, #9d9d9d 0%, #9d9d9d 100%), linear-gradient(to bottom, #9d9d9d 0%, #9d9d9d 100%), linear-gradient(to bottom, #9d9d9d 0%, #9d9d9d 100%), linear-gradient(to bottom, #9d9d9d 0%, #9d9d9d 100%), linear-gradient(to bottom, #cacaca 0%, #cacaca 100%), linear-gradient(to bottom, #cacaca 0%, #cacaca 100%), linear-gradient(to bottom, #cacaca 0%, #cacaca 100%), linear-gradient(to bottom, #cacaca 0%, #cacaca 100%), linear-gradient(to bottom, #cacaca 0%, #cacaca 100%);
  background-size: 0% 1px, 1px 0%, 1px 0%, 0% 1px, 0% 1px, 100% 1px, 1px 100%, 1px 100%, 8% 1px, 59% 1px;
  background-position: 50% 0, 100% 50%, 0 50%, 0% 100%, 100% 100%, 50% 0, 100% 50%, 0 50%, 0% 100%, 100% 100%;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

#facList_area li:hover {
  background-size: 100% 1px, 1px 100%, 1px 100%, 8% 1px, 59% 1px, 100% 1px, 1px 100%, 1px 100%, 8% 1px, 59% 1px;
}


#facList_area .date {
  position: absolute;
  bottom: -8px;
  left: 37px;
  font-size: 13px;
  font-weight: 300;
  color: #000000;
  letter-spacing: 0.5px;
  font-family: "Noto Sans TC", 'sans-serif';
}

#facList_area .Txt{
      padding: 30px 20px;
}
.btn {
    text-decoration: none;
    color: #1e1e1e;
    padding: 16px;
    border-radius: 5px;
}

.popup-wrap {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
	z-index: 999;
}

.popup-box {
    padding: 50px 45px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    background: #fff;
    text-align: center;
    z-index: 1013;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 700px;
    max-width: 90%;
    max-height: 85vh;
    opacity: 0;
    background-color: #fff;
    transition: all 0.7s;
}



.close-btn {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 15px;
    right: 15px;
    border-radius: 160%;
    background: #818181;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    line-height: 0px;
    font-size: 32px;
    font-weight: 300;
    position: absolute;
    right: -23px;
    top: -23px;
    z-index: 1;
    width: 46px;
    height: 46px;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
}

.close-btn:after,.close-btn:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -12.5px;
    margin-top: -1px;
    width: 25px;
    height: 1px;
    background-color: #fff
}

.close-btn:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.close-btn:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.transform-in,
.transform-out {
    display: block;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.transform-in {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
}

.transform-out {
    opacity: 1;
}
.transform-out h2, .transform-out h3,.close-btn{font-family: "Noto Sans TC", 'sans-serif';}
.transform-out h2{
      background-color: #fff;
      padding: 20px 20px 30px;
      font-size: 26px;
      color: #1a1a1a;
}
.transform-out h3{
    font-size: 18px;
    color: #888;
    font-weight: 400;
    background-color: #f6f6f6;
    padding: 35px 30px 50px;
    position: relative;
}
.btn2{
    text-align: center;
    margin-top: 30px;
}
.btn2 a {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  height: 45px;
  text-align: center;
  border: 1px solid #656565;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #656565;
  overflow: hidden;
}
.btn2 a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-image: linear-gradient(to right, rgb(190 190 190 / 30%) 0%, rgb(196 196 196 / 30%) 100%), linear-gradient(to right, rgb(187 187 187 / 30%) 0%, rgb(190 190 190 / 30%) 100%);
  background-repeat: no-repeat;
  background-size: 100% 1px, 100% 1px;
  background-position: left top 5px, left bottom 5px;
  transition: all 0.5s cubic-bezier(0.9, 0, 0.1, 1);
}
.btn2 a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  width: 100%;
  height: 0;
  background-color: #3f3f3f;
  transition: all 0.5s;
}
.btn2 a span {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.btn2 a span::before, .btn2 a span::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  width: 4px;
  height: 1px;
  background-color: #ac8a5e;
  transition: all 0.5s;
}
.btn2 a span::before {
  left: 0;
}
.btn2 a span::after {
  right: 0;
}
.btn2 a:hover {
  color: #fff;
}
.btn2 a:hover::after {
  bottom: auto;
  top: 0;
  height: 100%;
}
.btn2 a:hover span::before, .btn2 a:hover span::after {
  background-color: #fff;
}
.btn2 a:hover span{
    color: #fff;
}

.moduleMask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.7);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
	z-index: 999;
}

.popWin.show .moduleMask {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

#content_wrap .facListintroBox{
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#imglist{
      max-width: 350px;
      width: 100%;
      position: relative;
}
#facListTabs{
      padding-left: 75px;
}
#facListTabs .articleTitle{
  font-size: 30px;
  color: #3a3a3a;
  border-bottom: 1px solid #c3c3c3;
  position: relative;
  padding: 40px 0px 20px 0;
  margin-bottom: 25px;
}

@media screen and (max-width: 1024px){
  #facList_area li{
    width: calc((100% / 2) - 20px);
    margin: 30px 10px;
    height: 440px;
}
  #facList_area ul {
    display: flex;
    flex-wrap: wrap;
}
#content_wrap .facListintroBox{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
  #imglist{
    max-width: 100%;
}
  #imglist .slick-slide{
    text-align: center;
}
  #imglist a img{
    width: 100%;
}
  #facListTabs{
    padding-left: 0;
}
}
@media screen and (max-width: 768px){

  #facList_area li{
    width: calc((100% / 2) - 40px);
    margin: 20px;
    height: 310px;
}
  .close-btn {
    right: 0;
    top: 0;
    border-radius: 0;
}
}
@media screen and (max-width: 560px){

  #facList_area li{
    width: calc((100% / 1) - 40px);
    margin: 20px;
    height: 100%;
}
}