@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Playfair+Display:700");
.aboutList, .aboutList li > p, .albumContent .yearClass, .albumListTxt, .businessList li {
  box-sizing: border-box;
}

.albumListImg a::before, .albumListImg a::after {
  transition: all .5s ease-in-out;
}

/****分享*****/
.contentBox {
  position: relative;
}

.contentBox .leftBox {
  padding: 0 50px 0 0;
}

.contentBox .rightBox {
  padding: 0;
}

.shareBox {
  float: right;
}

.shareBox .btn-fb {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.winningMainArea, .historyMainArea {
  padding-bottom: 150px;
}

.winningMainArea .titleBox, .historyMainArea .titleBox {
  margin-bottom: 80px;
}

.titleDescription {
  line-height: 1.8;
  text-align: center;
  opacity: 0;
}

.titleDescription.show {
  -webkit-animation: fsDown 1s ease-out both;
          animation: fsDown 1s ease-out both;
}

.aboutTextEditor {
  padding: 70px 15px;
  opacity: 0;
}

.aboutTextEditor.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.aboutTextEditor .aboutList, .aboutTextEditor .businessItemList, .aboutTextEditor .businessList {
  list-style: none;
  padding-left: 0;
}

.hrPoint {
  position: relative;
  padding-top: 125px;
  margin-top: 125px;
  border-top: 1px solid #ecf2f6;
}

.hrPoint::before {
  content: '';
  position: absolute;
  display: block;
  width: 14px;
  height: 14px;
  top: -9px;
  left: 50%;
  margin-left: -7px;
  border-radius: 50%;
  border: 1px dashed #14375b;
  background: radial-gradient(#14375b 30%, transparent 0);
  -webkit-animation: rotateForever 5s linear infinite;
          animation: rotateForever 5s linear infinite;
}

.aboutList {
  position: relative;
  margin-top: 80px;
  padding-top: 50px;
  height: 470px;
  background: url("../images/about/dacinRound.png") 50% 0 no-repeat;
}

.aboutList li {
  position: absolute;
  width: 320px;
}

.aboutList li:nth-child(-n+3) {
  text-align: right;
}

.aboutList li:nth-child(-n+3) h2::before {
  left: auto;
  right: 15px;
}

.aboutList li:nth-child(-n+3) p {
  padding-left: 0;
  padding-right: 30px;
}

.aboutList li:first-child {
  top: 50px;
  left: 45px;
}

.aboutList li:first-child h2 {
  background-image: linear-gradient(45deg, #53aaf1 0%, #1dccea 100%);
}

.aboutList li:first-child h2::before, .aboutList li:first-child h2::after {
  background-color: #63b3f4;
}

.aboutList li:first-child h2::after {
  width: 70px;
  right: -61px;
}

.aboutList li:nth-child(2) {
  top: 200px;
  left: 0;
}

.aboutList li:nth-child(2) h2 {
  background-image: linear-gradient(45deg, #ff98a8 0%, #ffb38b 100%);
}

.aboutList li:nth-child(2) h2::before, .aboutList li:nth-child(2) h2::after {
  background-color: #ffa8b5;
}

.aboutList li:nth-child(2) h2::after {
  width: 110px;
  right: -101px;
}

.aboutList li:nth-child(3) {
  top: 357px;
  left: 60px;
}

.aboutList li:nth-child(3)::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 1px;
  top: 39px;
  right: -139px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fcc328;
}

.aboutList li:nth-child(3) h2 {
  background-image: linear-gradient(45deg, #ffcb3b 0%, #ffd564 100%);
}

.aboutList li:nth-child(3) h2::before, .aboutList li:nth-child(3) h2::after {
  background-color: #fcc328;
}

.aboutList li:nth-child(3) h2::after {
  width: 80px;
  right: -71px;
}

.aboutList li:nth-child(4) {
  top: 50px;
  right: 45px;
}

.aboutList li:nth-child(4) h2 {
  background-image: linear-gradient(45deg, #ff9676 0%, #ffb85a 100%);
}

.aboutList li:nth-child(4) h2::before, .aboutList li:nth-child(4) h2::after {
  background-color: #ffa88f;
}

.aboutList li:nth-child(4) h2::after {
  width: 70px;
  left: -61px;
}

.aboutList li:nth-child(5) {
  top: 200px;
  right: 0;
}

.aboutList li:nth-child(5) h2 {
  background-image: linear-gradient(45deg, #55ceb3 0%, #8ae37c 100%);
}

.aboutList li:nth-child(5) h2::before, .aboutList li:nth-child(5) h2::after {
  background-color: #5ed3b9;
}

.aboutList li:nth-child(5) h2::after {
  width: 110px;
  left: -101px;
}

.aboutList li:nth-child(6) {
  top: 357px;
  right: 60px;
}

.aboutList li:nth-child(6)::before {
  content: '';
  position: absolute;
  width: 80px;
  height: 1px;
  top: 39px;
  left: -139px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  background-color: #b8b1e7;
}

.aboutList li:nth-child(6) h2 {
  background-image: linear-gradient(45deg, #7e9fdd 0%, #b281d9 100%);
}

.aboutList li:nth-child(6) h2::before, .aboutList li:nth-child(6) h2::after {
  background-color: #b8b1e7;
}

.aboutList li:nth-child(6) h2::after {
  width: 80px;
  left: -71px;
}

.aboutList li > p {
  padding-left: 30px;
}

.aboutList h2 {
  position: relative;
  display: inline-block;
  padding: 9px 28px;
  margin-bottom: 10px;
  line-height: 1.3;
  letter-spacing: 2px;
  font-size: 20px;
  color: #fff;
  border-radius: 30px;
  background-repeat: no-repeat;
}

.aboutList h2::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  top: 65px;
  left: 15px;
  border-radius: 50%;
}

.aboutList h2::after {
  content: '';
  position: absolute;
  height: 1px;
  top: 67px;
}

.businessItemList {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  margin: 0 -10px;
  opacity: 0;
}

.businessItemList.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.businessItemList li {
  width: calc(100% / 4);
  padding: 10px;
}

.businessItemList .Img {
  max-width: 280px;
  line-height: 0;
  margin: auto;
}

.businessItemList .Img img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.businessItemList .Txt {
  max-width: 280px;
  margin: 25px auto 0;
}

.albumDataBox + .albumDataBox .albumContent {
  padding-top: 100px;
}

.albumDataBox:nth-last-of-type(1) .albumContent {
  padding-bottom: 100px;
}

.albumContent {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 40px;
}

.albumContent::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 299px;
  z-index: 1;
  background-color: #e6e6e6;
}

.albumContent .yearClass {
  -webkit-flex: 0 0 354px;
      -ms-flex: 0 0 354px;
          flex: 0 0 354px;
  position: relative;
  padding-right: 110px;
  text-align: right;
  font-style: italic;
  font-size: 50px;
  color: #212129;
  font-family: 'Playfair Display', serif;
  z-index: 2;
  opacity: 0;
}

.albumContent .yearClass.show {
  -webkit-animation: fsUp 1s ease-out both;
          animation: fsUp 1s ease-out both;
}

.albumContent .yearClass::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  top: 35px;
  right: 45px;
  border-radius: 50%;
  border: 4px solid #14375b;
  background-color: #fff;
}

.albumContent .yearClass span {
  font-size: 30px;
}

.albumNav {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.albumNav > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.albumNav > li + li {
  margin-top: 100px;
}

.albumListImg {
  -webkit-flex: 0 0 150px;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  line-height: 0;
  opacity: 0;
}

.albumListImg.show {
  -webkit-animation: fsDown 1s ease-out .3s both;
          animation: fsDown 1s ease-out .3s both;
}

.albumListImg a {
  display: block;
  position: relative;
}

.albumListImg a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(20, 55, 91, 0.3);
  opacity: 0;
  pointer-events: none;
}

.albumListImg a::after {
  content: '\f00e';
  position: absolute;
  top: 60%;
  left: 50%;
  margin-left: -13px;
  font-family: FontAwesome;
  font-size: 30px;
  color: #fff;
  opacity: 0;
  pointer-events: none;
}

.albumListImg a:hover::before, .albumListImg a:hover::after {
  opacity: 1;
}

.albumListImg a:hover::after {
  top: 50%;
}

.albumListTxt {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 45px;
  opacity: 0;
}

.albumListTxt.show {
  -webkit-animation: fsRight 1s ease-out both .5s;
          animation: fsRight 1s ease-out both .5s;
}

.albumListTxt h2 {
  margin-bottom: 25px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #161616;
}

.albumListTxt p {
  line-height: 1.8;
  letter-spacing: 1px;
}

.albumBox {
  display: none;
}

.winningMoreBtn, .historyMoreBtn {
  margin-right: 0;
  margin-left: 225px;
  background-color: #fff;
  box-shadow: 0 5px 15px rgba(6, 10, 27, 0.2);
}

.hrPoint {
  margin-top: 80px;
  padding-top: 50px;
}

.businessList {
  max-width: 800px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
}

.businessList li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  margin-bottom: 50px;
}

.businessList li {
  width: calc(100% / 2);
  /*width: 50%;*/
}

.businessList .item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 330px;
  margin: 0 auto;
}

.businessList .Img {
  line-height: 0;
  text-align: center;
}

.businessList .Img img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.businessList .Txt {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  padding: 20px 0 100px;
  text-align: center;
  letter-spacing: 1px;
}

.businessList .Txt h2 {
  padding: 5px 0;
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 28px;
  color: #161616;
  font-family: 'Lato', 'Noto Sans TC', '微軟正黑體', sans-serif;
}

.businessList .Txt h2::after {
  content: '';
  display: block;
  width: 25px;
  height: 2px;
  background-color: #c1a367;
  margin: 10px auto;
}

.businessList .Txt .data {
  color: #4f4f4f;
  font-weight: 700;
}

.businessList .Txt .data span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid currentColor;
}

.businessList .Txt p {
  color: #717171;
  line-height: 2.2;
}

.businessList .moreBtn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin: auto;
  background-color: #fff;
}

.businessList .moreBtn:hover {
  background-color: #14375b;
}

.businessImgBox {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  padding: 120px 0 50px;
  border-top: 2px solid #ecf2f6;
}

.businessImgBox::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  top: -9px;
  left: 50%;
  margin-left: -7px;
  border-radius: 50%;
  border: 1px dashed #14375b;
  background: radial-gradient(#14375b 30%, transparent 0);
  -webkit-animation: rotateForever 5s linear infinite;
          animation: rotateForever 5s linear infinite;
}

.businessImgBox .rectMoreBtn {
  margin-top: 130px;
  color: #717171;
}

.businessImgBox .rectMoreBtn:hover {
  color: #fff;
}

.businessImgBox img {
  width: 100%;
  object-fit: cover;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.managementGroup {
  margin-bottom: 50px;
}

.ssBox {
  float: left;
  width: 45%;
}

.ssBox + .ssBox {
  margin-left: 4%;
}

.ssBox h3 {
  color: #14375b;
  font-size: 20px;
}

@media screen and (min-width:0\0) {
  .albumNav {
    width: calc(100% - 464px);
  }
}
@media screen and (min-width:0\0) and (max-width: 768px) {
  .albumNav {
    width: 100%;
  }
}
@media screen and (min-width:0\0) and (max-width: 768px) {
  .albumListTxt {
    width: 100%;
  }
}

@media (max-width: 1260px) {
  .businessList {
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .businessList li {
    padding: 10px;
  }
}

@media (max-width: 1240px) {
  .businessItemList {
    margin: 0;
    padding-top: 20px;
  }
}

@media (max-width: 1200px) {
  .albumContent::before {
    left: 185px;
  }
  .albumContent .yearClass {
    -webkit-flex-basis: 240px;
        -ms-flex-preferred-size: 240px;
            flex-basis: 240px;
    font-size: 30px;
  }
  .albumContent .yearClass::after {
    top: 17px;
  }
  .winningMoreBtn, .historyMoreBtn {
    margin-left: 112px;
  }
  .businessList .Txt p br {
    display: none;
  }
}

@media (max-width: 1120px) {
  .aboutTextEditor .aboutList {
    padding-left: 430px;
  }
  .aboutList {
    max-width: 750px;
    height: auto;
    margin: 0 auto;
    padding-top: 0;
    background-position: 0 50%;
  }
  .aboutList li {
    position: static;
    width: auto;
    text-align: left !important;
  }
  .aboutList li::before {
    display: none;
  }
  .aboutList li:nth-child(-n+3) h2::before {
    right: auto;
    left: 15px;
  }
  .aboutList li:nth-child(-n+3) p {
    padding-left: 30px;
    padding-right: 0;
  }
  .aboutList li:not(:first-child) {
    margin-top: 10px;
  }
  .aboutList h2::after {
    display: none;
  }
  .aboutList p br {
    display: none;
  }
}

@media (max-width: 1023px) {
  .contentBox .leftBox {
    padding: 0 0 30px 0;
  }
}

@media (max-width: 960px) {
  .bannerText h1, .bannerText h2 {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  .winningMainArea, .historyMainArea {
    padding-bottom: 80px;
  }
  .winningMainArea .titleBox, .historyMainArea .titleBox {
    margin-bottom: 20px;
  }
  .albumDataBox:nth-last-of-type(1) .albumContent {
    padding-bottom: 50px;
  }
  .albumDataBox + .albumDataBox .albumContent {
    padding-top: 50px;
  }
  .albumContent {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .albumContent::before {
    display: none;
  }
  .albumContent .yearClass {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto;
    padding-bottom: 10px;
    padding-right: 0;
    margin-bottom: 25px;
    font-size: 50px;
    text-align: left;
    border-bottom: 1px solid #c1a367;
  }
  .albumContent .yearClass::after {
    display: none;
  }
  .albumListTxt {
    padding-left: 20px;
  }
  .winningMoreBtn, .historyMoreBtn {
    margin-left: auto;
    margin-right: auto;
  }
  .albumNav > li + li {
    margin-top: 30px;
  }
  .aboutTextEditor .aboutList {
    padding-left: 0;
  }
  .aboutList {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-image: none;
  }
  .aboutList li {
    width: 50%;
  }
  .businessItemList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-bottom: 0;
  }
  .businessItemList li {
    width: calc(100% / 2 - 20px);
  }
  .businessList li {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .businessImgBox {
    padding-bottom: 0;
  }
  .businessImgBox .rectMoreBtn {
    margin-top: 50px;
  }
  .managementGroup th:nth-child(2), .managementGroup td:nth-child(2) {
    width: 30% !important;
  }
  .managementGroup th:nth-child(3), .managementGroup td:nth-child(3) {
    display: none;
  }
  .managementGroup th:last-child, .managementGroup td:last-child {
    width: 40%;
  }
  .managementGroup th, .managementGroup td {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

@media (max-width: 640px) {
  .titleDescription br {
    display: none;
  }
  .aboutTextEditor {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 480px) {
  .albumContent .yearClass {
    text-align: center;
  }
  .albumNav > li {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .albumListTxt {
    padding-top: 20px;
    padding-left: 0;
  }
  .albumListTxt h2 {
    margin-bottom: 10px;
  }
  .aboutList li {
    width: 100%;
  }
  .businessItemList li {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .businessItemList .Img, .businessItemList .Txt {
    max-width: none;
  }
  .businessItemList .Img img {
    width: 100%;
  }
  .ssBox {
    float: none;
    width: 100%;
  }
  .ssBox + .ssBox {
    margin-top: 50px;
    margin-left: 0;
  }
}
