/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass. Use this file to define print styles.
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/print.css" media="print" rel="stylesheet" type="text/css" /> */
@import url(header.css);
@import url(style2.css);
@import url(style1.css);
@font-face {
  font-family: NotoSans-Black;
  src: url(../font/NotoSansCJKtc-Black.otf);
}
@font-face {
  font-family: Ming1;
  src: url(../font/DFMing-W7-WIN-BF-01.ttf);
}
@font-face {
  font-family: NotoSans-Light;
  src: url(../font/NotoSansCJKtc-Light.otf);
}
@font-face {
  font-family: NotoSans-normal;
  src: url(../font/NotoSansCJKtc-DemiLight.otf);
}
input[type="button"], input[type="submit"] {
  cursor: pointer;
}

/*--------------------------------------*/
html {
  font-size: 62.5% !important;
}
@media screen and (max-width: 980px) {
  html {
    font-size: 58% !important;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 61% !important;
  }
}

body {
  background-image: url(../images/comon/d2.jpg);
  margin: 0;
  padding: 0;
  -webkit-appearance: none !important;
  outline: none !important;
  overflow-x: hidden;
   font-family:"微軟正黑體";
   letter-spacing:1px;
   text-align:justify;
   text-justify: distribute;
}

.pc {
  display: block !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.mobile {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .mobile {
    display: block !important;
  }
}

h1, h2, h3, h4, h5, h6, ul, ol, li, form {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-weight: normal;
  font-family:"微軟正黑體";
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

/*--------------------------------------*/
#main {
  min-height: 100vh;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main.inpage {
  padding-bottom: 0px;
}
#main.inpage > .sq {
  padding-top: 0px;
}
@media screen and (max-width: 767px) {
  #main.inpage {
    padding-bottom: 0px;
  }
}
#main > .sq {
  width: 100%;
  max-width: 94%;
  width: 94%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 70px;
  padding-right: 70px;
  position: relative;
  max-width: 1440px;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 1440px) {
  #main > .sq {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 767px) {
  #main > .sq {
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

/*--------------------------------------*/
#piclist {
  width: 100%;
}
#piclist ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#piclist ul li {
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  position: relative;
}
#piclist ul li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 12;
  font-size: 0;
  outline: none;
}
#piclist ul li:nth-child(3n) {
  margin-right: 0%;
}
@media screen and (max-width: 1200px) {
  #piclist ul li {
    width: 49%;
    margin-right: 2%;
  }
  #piclist ul li:nth-child(3n) {
    margin-right: 2%;
  }
  #piclist ul li:nth-child(2n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 767px) {
  #piclist ul li {
    margin-bottom: 5px;
    width: 100%;
    margin-right: 0%;
  }
  #piclist ul li:nth-child(3n) {
    margin-right: 0%;
  }
  #piclist ul li:nth-child(2n) {
    margin-right: 0%;
  }
}
#piclist ul li .picp {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  display: inline-grid;
}
#piclist ul li .picp > img {
  width: 100%;
  height: auto;
}
#piclist ul li .picp > .picimg {
  position: absolute;
  left: 25%;
  top: 25%;
  width: 50%;
  height: 50%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
#piclist ul li .picp > .picimg > div {
  height: 100%;
  width: 97%;
  background: url(../images/index/pic16.png) repeat center center;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-size:cover;   
   margin-left:1.5%
}
#piclist ul li .picp > .picimg > div > div {
  padding-bottom: 15px;
  position: relative;
}
#piclist ul li .picp > .picimg > div > div:after {
/*  background: url(../images/arrow.png) no-repeat center bottom;*/
  width: 100%;
  height: 20px;
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
}
#piclist ul li .picp > .picimg > div > div > h3 {
  font-size: 1.7rem;
  line-height: 28px;
  color: #fff;
  text-align: center;
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
}
#piclist ul li .picp > .picimg > div > div > .text {
  font-size: 1.5rem;
  line-height: 24px;
  color: #fff;
  text-align: center;
  display: block;
  padding:10px;
}
#piclist ul li:hover .picp > .picimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/*------------------------------------------------------*/
#piclist ul .ccom .picp div.drws {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
#piclist ul .ccom .picp div.drws > div {
  width: 100%;
}
#piclist ul .ccom .picp div.drws > div .iconline {
  width: 100%;
  display: table;
  border-bottom: solid 1px #fff;
  padding-top: 5px;
  padding-bottom: 10px;
}
#piclist ul .ccom .picp div.drws > div .iconline div {
  float: left;
  width: 33.33333%;
  text-align: center;
}
#piclist ul .ccom .picp div.drws > div .iconline div a {
  padding-top: 30px;
  background-repeat: no-repeat;
  background-position: center 5px;
  font-size: 1.5rem;
  line-height: 24px;
  color: #fff;
  text-align: center;
  display: block;
}
#piclist ul .ccom .picp div.drws > div .iconline div a:hover {
  color: #ffe202;
}
#piclist ul .ccom .picp div.drws > div .iconline div:first-child a {
  background-image: url(../images/comon/icon2.png);
  border-right: solid 1px #fff;
}
#piclist ul .ccom .picp div.drws > div .iconline div:nth-child(2) a {
  background-image: url(../images/comon/icon3.png);
  border-right: solid 1px #fff;
}
#piclist ul .ccom .picp div.drws > div .iconline div:nth-child(3) a {
  background-image: url(../images/comon/icon4.png);
}
#piclist ul .ccom .picp div.drws > div .hashtag {
  width: 100%;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#piclist ul .ccom .picp div.drws > div .hashtag a {
  color: #fff;
  padding: 10px;
  font-size: 1.5rem;
  line-height: 24px;
}
#piclist ul .ccom .picp div.drws > div .hashtag a:hover {
  color: #ffe202;
}
