@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500&family=Poppins:wght@400;500&display=swap");
.galleryList .Txt, .galleryList li {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.fliterArea .textEditor p, .galleryList .Txt .title {
  color: #616161;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.8px;
}

@-webkit-keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

@keyframes logoMove {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
            transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
            transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
            animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@-webkit-keyframes logoBounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes logoBounce {
  0%, 20%, 40%, 60%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
            transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
            transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
            transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
            transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes dot-move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes dot-move {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes gradient-fade {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#f4f4f4));
    background: linear-gradient(to right, #f4f4f4, #f4f4f4);
  }
  100% {
    background: #eb4e4e;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #eb4e4e), color-stop(100%, #ff8b8b));
    background: -webkit-gradient(linear, left top, left bottom, from(#eb4e4e), to(#ff8b8b));
    background: linear-gradient(to bottom, #eb4e4e 0%, #ff8b8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eb4e4e", endColorstr="#ff8b8b", GradientType=0 );
  }
}
@keyframes gradient-fade {
  0% {
    background: -webkit-gradient(linear, left top, right top, from(#f4f4f4), to(#f4f4f4));
    background: linear-gradient(to right, #f4f4f4, #f4f4f4);
  }
  100% {
    background: #eb4e4e;
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #eb4e4e), color-stop(100%, #ff8b8b));
    background: -webkit-gradient(linear, left top, left bottom, from(#eb4e4e), to(#ff8b8b));
    background: linear-gradient(to bottom, #eb4e4e 0%, #ff8b8b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#eb4e4e", endColorstr="#ff8b8b", GradientType=0 );
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rerotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@keyframes dotAni {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    opacity: 0.3;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.45);
            transform: scale(1.45);
  }
}
@-webkit-keyframes dotMoveAni {
  0%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
@keyframes dotMoveAni {
  0%, 40% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  10%, 30% {
    -webkit-transform: rotateZ(-5deg);
            transform: rotateZ(-5deg);
  }
  20% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
.classNote {
  padding-bottom: 10px;
  line-height: 1.8;
  font-size: 15px;
  color: #222;
  text-align: center;
}
.classNote img {
  max-width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.galleryBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.galleryBox .leftBox {
  width: 307px;
  padding-right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
.galleryBox .leftBox .btnBox {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.galleryBox .leftBox .btnBox.mb {
  display: none;
}
@media (max-width: 992px) {
  .galleryBox .leftBox .btnBox {
    display: none;
  }
}
.galleryBox .rightBox {
  width: calc(100% - 307px);
  padding-left: 30px;
}
.galleryBox .rightBox .btnBox {
  display: none;
}
@media (max-width: 992px) {
  .galleryBox .rightBox .btnBox {
    display: block;
    text-align: center;
  }
}
.galleryBox.galleryBox_mb {
  display: none;
}
.galleryBox.galleryBox_mb .btnBox {
  text-align: center;
}
.galleryBox.galleryBox_mb .fliterArea, .galleryBox.galleryBox_pc .fliterArea {
  display: none;
  opacity: 0 !important;
  visibility: hidden !important;
}
.galleryBox.galleryBox_mb .fliterArea .innerBox, .galleryBox.galleryBox_pc .fliterArea .innerBox {
  display: none;
  opacity: 0 !important;
}
.galleryBox.galleryBox_mb .galleryList, .galleryBox.galleryBox_pc .galleryList {
  height: 545px;
  overflow-y: auto;
  padding-right: 10px;
}
@media (max-width: 1180px) {
  .galleryBox.galleryBox_mb .galleryList, .galleryBox.galleryBox_pc .galleryList {
    height: 395px;
  }
}
@media (max-width: 992px) {
  .galleryBox.galleryBox_mb .galleryList, .galleryBox.galleryBox_pc .galleryList {
    height: auto;
    overflow-y: hidden;
    padding-right: 0;
  }
}
.galleryBox.galleryBox_mb .galleryList::-webkit-scrollbar, .galleryBox.galleryBox_pc .galleryList::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.galleryBox.galleryBox_mb .galleryList::-webkit-scrollbar-button, .galleryBox.galleryBox_pc .galleryList::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
.galleryBox.galleryBox_mb .galleryList::-webkit-scrollbar-thumb, .galleryBox.galleryBox_pc .galleryList::-webkit-scrollbar-thumb {
  background: #ff6d6d;
  border: 0px none #ff6d6d;
  border-radius: 0px;
}
.galleryBox.galleryBox_mb .galleryList::-webkit-scrollbar-thumb:hover, .galleryBox.galleryBox_pc .galleryList::-webkit-scrollbar-thumb:hover {
  background: #ff6d6d;
}
.galleryBox.galleryBox_mb .galleryList::-webkit-scrollbar-thumb:active, .galleryBox.galleryBox_pc .galleryList::-webkit-scrollbar-thumb:active {
  background: #ff6d6d;
}
.galleryBox.galleryBox_mb .galleryList::-webkit-scrollbar-track, .galleryBox.galleryBox_pc .galleryList::-webkit-scrollbar-track {
  background: #e6e6e6;
  border: 0px none #ffffff;
  border-radius: 0px;
}
.galleryBox.galleryBox_mb .galleryList::-webkit-scrollbar-track:hover, .galleryBox.galleryBox_pc .galleryList::-webkit-scrollbar-track:hover {
  background: #e6e6e6;
}
.galleryBox.galleryBox_mb .galleryList::-webkit-scrollbar-track:active, .galleryBox.galleryBox_pc .galleryList::-webkit-scrollbar-track:active {
  background: #e6e6e6;
}
.galleryBox.galleryBox_mb .galleryList::-webkit-scrollbar-corner, .galleryBox.galleryBox_pc .galleryList::-webkit-scrollbar-corner {
  background: transparent;
}
@media (max-width: 1180px) {
  .galleryBox .leftBox {
    width: 30%;
    padding-right: 30px;
  }
  .galleryBox .rightBox {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .galleryBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .galleryBox .leftBox,
.galleryBox .rightBox {
    width: 100%;
  }
  .galleryBox .leftBox {
    padding-right: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .galleryBox .rightBox {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .galleryBox.galleryBox_pc {
    display: none;
  }
  .galleryBox.galleryBox_mb {
    display: block;
  }
}

.galleryList {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
}
.galleryList li {
  margin-bottom: 15px;
  overflow: hidden;
}
@media (max-width: 992px) {
  .galleryList {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -10px;
  }
  .galleryList li {
    width: 33.33%;
    padding: 0 10px;
  }
}
@media (max-width: 640px) {
  .galleryList li {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .galleryList {
    margin: 0;
  }
  .galleryList li {
    width: 100%;
    padding: 0;
  }
}
.galleryList .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #eeeeee;
}
.galleryList .item a:hover, .galleryList .item a.current {
  border-color: #ff6d6d;
  cursor: pointer;
}
.galleryList .item a:hover .Txt, .galleryList .item a.current .Txt {
  background-color: #ff6d6d;
}
.galleryList .item a:hover .Txt .title, .galleryList .item a.current .Txt .title {
  color: #ffffff;
}
.galleryList .Img {
  width: 95px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.galleryList .Img img {
  display: block;
  width: 100%;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.galleryList .Txt {
  width: calc(100% - 95px);
  padding: 15px;
  text-align: left;
  background-color: #eeeeee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.galleryList .Txt .title {
  display: block;
  color: #4c4c4c;
  font-weight: 400;
}
@media (max-width: 1180px) {
  .galleryList .Img {
    width: 65px;
  }
  .galleryList .Txt {
    width: calc(100% - 65px);
    font-size: 14px;
    padding: 10px;
  }
  .galleryList .Txt .title {
    font-size: 14px;
  }
}

.mapBg {
  position: relative;
  display: none;
}
.mapBg.current {
  display: block;
}

.mapDot {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mapDot.current .bigDot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mapDot.current .smallDot {
  display: none;
}
.mapDot .bigDot {
  width: 142px;
  height: 142px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  -webkit-animation: dotMoveAni both 3s 1.5s ease-in-out infinite;
          animation: dotMoveAni both 3s 1.5s ease-in-out infinite;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  z-index: 4;
  display: none;
}
.mapDot .bigDot:before, .mapDot .bigDot:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.mapDot .bigDot:before {
  width: calc(100% - 28px);
  height: calc(100% - 28px);
  -webkit-animation: dotAni 1.2s infinite ease-out;
          animation: dotAni 1.2s infinite ease-out;
}
.mapDot .bigDot:after {
  -webkit-animation: dotAni 1.2s 1s infinite ease-out;
          animation: dotAni 1.2s 1s infinite ease-out;
}
.mapDot .bigDot a {
  display: block;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}
.mapDot .bigDot .Img {
  width: 102px;
  height: 102px;
  line-height: 0;
  border-radius: 50%;
  padding: 6px;
  background-color: rgba(255, 255, 255, 0.5);
}
.mapDot .bigDot .Img img {
  display: block;
  border-radius: 50%;
  background-color: #1c4a90;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.mapDot .bigDot .site {
  width: 14px;
  height: 24px;
  position: relative;
  margin: 6px auto 0;
}
.mapDot .bigDot .site:before, .mapDot .bigDot .site:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  margin: auto;
}
.mapDot .bigDot .site:before {
  top: 0;
  left: -0.5px;
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.5);
}
.mapDot .bigDot .site:after {
  bottom: 0;
  width: 14px;
  height: 5px;
  border-radius: 50%;
  background-color: rgba(27, 119, 145, 0.51);
  z-index: 1;
}
@media (max-width: 992px) {
  .mapDot .bigDot {
    width: 120px;
    height: 120px;
  }
  .mapDot .bigDot .Img {
    width: 80px;
    height: 80px;
  }
}
.mapDot .smallDot {
  width: 28px;
  height: 28px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  position: absolute;
  z-index: 3;
  bottom: -14px;
}
.mapDot .smallDot:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-animation: dotAni 1.2s 0.5s infinite ease-out;
          animation: dotAni 1.2s 0.5s infinite ease-out;
}
.mapDot .smallDot span {
  width: 100%;
  height: 100%;
  position: relative;
}
.mapDot .smallDot span:before, .mapDot .smallDot span:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.mapDot .smallDot span:before {
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  -webkit-animation: dotAni 1.2s infinite ease-out;
          animation: dotAni 1.2s infinite ease-out;
}
.mapDot .smallDot span:after {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .mapDot .smallDot {
    width: 20px;
    height: 20px;
    bottom: -10px;
    padding: 4px;
  }
  .mapDot .smallDot span:after {
    width: calc(100% - 6px);
    height: calc(100% - 6px);
  }
}

.gallery_lightBox {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 960px;
  background-color: #ffffff;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 1005;
}
.gallery_lightBox.show {
  opacity: 1;
}
.gallery_lightBox .fliterArea.show {
  pointer-events: auto;
}

.fliterArea {
  max-width: 960px;
  min-height: 100vh;
  left: auto;
  right: 0;
  top: 0;
  padding: 0;
}
.fliterArea .innerBox {
  position: relative;
  padding: 40px 50px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
@media (max-width: 768px) {
  .fliterArea .innerBox {
    padding: 25px 35px;
  }
}
.fliterArea .moduleClose.outside {
  position: absolute;
  left: -100px;
  top: 35%;
  -webkit-transform: translate(0, -35%);
          transform: translate(0, -35%);
}
.fliterArea .moduleClose.inside {
  top: 15px;
  right: 15px;
  width: 44px;
  height: 44px;
  display: none;
}
.fliterArea .textEditor .title {
  color: #ff6d6d;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.9px;
}
.fliterArea .textEditor .video-container {
  margin-top: 15px;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.fliterArea .textEditor .video-container iframe,
.fliterArea .textEditor .video-container object,
.fliterArea .textEditor .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1180px) {
  .fliterArea .innerBox {
    padding-top: 84px;
  }
  .fliterArea .moduleClose.outside {
    display: none;
  }
  .fliterArea .moduleClose.inside {
    display: block;
  }
}

.galleryAbumBox img {
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (min-width: 769px) {
  .galleryAbumBox .slick-dots {
    line-height: 0;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .galleryAbumBox .slick-dots li {
    margin: 7px 0;
  }
}
.galleryAbumBox .slick-dots {
  padding-top: 10px;
}

.gallery_album {
  margin: 0 -10px 30px;
}
.gallery_album > li:not(:first-child) {
  display: none;
  opacity: 0;
}
.gallery_album > li img {
  width: 100%;
}
.gallery_album li {
  padding: 0 10px;
}
.gallery_album img {
  border-radius: 10px;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.gallery_album a {
  display: block;
  line-height: 0;
}
/*# sourceMappingURL=gallery.css.map */