.serviceArea .leftBox, .serviceArea .rightBox, .serviceIconList .item::before, .newsArea .leftBox, .newsArea .rightBox, .newsList .Img, .newsList .Txt, .imageArea .Txt, .fisherBox, .linkDataBox, .linkList .Txt {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.scrollObj::before, .bannerText img, .bannerText h1, .bannerText h2, .bannerText em, .bannerText p, .bannerText .btnBox, .arrowBox, .serviceList .Img > img, .serviceList .frontImg, .serviceList .frontImg::before, .serviceTextList .textEditor, .serviceTextList .btnBox, .serviceIconList .Img, .serviceIconList .Txt, .serviceIconList svg, .newsArea .leftBox, .newsArea .leftBox::before, .newsList, .imageArea .Txt, .aboutArea p, .aboutList, .aboutList .item::before, .aboutList .item::after, .linkArea::before, .linkArea::after, .linkArea .wrap::before, .linkArea .wrap::after, .linkList, .linkList .Img::before {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out; }

.serviceList .Img > img, .newsArea .leftBox, .imageArea .Txt, .bannerText img, .bannerText h1, .bannerText h2, .bannerText em, .bannerText p, .bannerText .btnBox, .serviceTextList .textEditor, .serviceTextList .btnBox, .serviceIconList .Txt, .newsList, .aboutArea p, .aboutList, .linkList, .arrowBox {
  opacity: 0; }

.serviceList .Img > img {
  -webkit-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  transform: translateX(-20px); }

.newsArea .leftBox, .imageArea .Txt {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px); }

.bannerText img, .bannerText h1, .bannerText h2, .bannerText em, .bannerText p, .bannerText .btnBox, .serviceTextList .textEditor, .serviceTextList .btnBox, .serviceIconList .Txt, .newsList, .aboutArea p, .aboutList, .linkList {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px); }

#banner .current .bannerText img, #banner .current .bannerText h1, #banner .current .bannerText h2, #banner .current .bannerText em, #banner .current .bannerText p, #banner .current .bannerText .btnBox, .serviceList .current .Img > img, .serviceTextList .current .textEditor, .serviceTextList .current .btnBox, .serviceIconList .run .Txt, .newsArea.show .leftBox, .newsArea.show .arrowBox, .newsArea.show .newsList, .imageArea.show .Txt, .aboutArea.show p, .aboutArea.show .aboutList, .linkArea.show .arrowBox, .linkArea.show .linkList {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1; }

.loadingArea {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  z-index: 902;
  background-color: #fff;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out; }
  .loadingArea.hide {
    opacity: 0;
    pointer-events: none; }
  .loadingArea svg {
    -webkit-transition: .7s ease-out;
    -o-transition: .7s ease-out;
    transition: .7s ease-out; }
    .loadingArea svg:first-child {
      width: 84px;
      height: 65px; }
    .loadingArea svg:last-child {
      width: 122px;
      height: 45px; }
  .loadingArea img {
    display: block;
    margin-top: 30px;
    width: 40px; }

.outerWrap {
  padding-top: 0; }
  @media (max-width: 1180px) {
    .outerWrap {
      padding-top: 60px; } }

header.isTop .wrap::before {
  background-color: rgba(241, 248, 252, 0.5); }

.scrollDown {
  position: absolute;
  top: 50%;
  left: 24px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 11px;
  padding-right: 11px;
  color: #fff;
  font-size: 16px;
  font-family: Arial, Helvetica, "Noto Sans TC", sans-serif;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr; }
  @media (max-width: 1180px) {
    .scrollDown {
      display: none; } }
  .scrollDown:hover {
    color: #fff; }
    .scrollDown:hover .scrollObj::before {
      height: 43px; }

.scrollObj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 7px;
  height: 100px;
  margin-top: 20px; }
  .scrollObj::before, .scrollObj::after {
    content: '';
    width: 1px;
    background-color: #fff; }
  .scrollObj::before {
    height: 14px; }
  .scrollObj::after {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .scrollObj span {
    width: 100%;
    height: 14px;
    border: 1px solid #fff;
    border-radius: 7px; }

.bannerArea .languageBox {
  display: none; }

#banner .current .bannerText h1, #banner .current .bannerText h2 {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s; }

#banner .current .bannerText em {
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

#banner .current .bannerText p {
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

#banner .current .bannerText .btnBox {
  -webkit-transition-delay: .8s;
  -o-transition-delay: .8s;
  transition-delay: .8s; }

.bannerText {
  padding-top: 0; }
  @media (max-width: 480px) {
    .bannerText {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .bannerText img {
    width: 150px;
    height: 60px; }
    @media (max-width: 1180px) {
      .bannerText img {
        width: 49px;
        height: 40px; } }
  .bannerText h1, .bannerText h2 {
    margin-top: 10px;
    font-size: 80px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
    @media (min-width: 769px) and (max-width: 1400px) {
      .bannerText h1, .bannerText h2 {
        font-size: 45px; } }
    @media (min-width: 481px) and (max-width: 768px) {
      .bannerText h1, .bannerText h2 {
        font-size: 30px; } }
    @media (max-width: 480px) {
      .bannerText h1, .bannerText h2 {
        font-size: 26px; } }
  .bannerText em {
    margin-top: 20px;
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff; }
    @media (max-width: 1400px) {
      .bannerText em {
        font-size: 25px; } }
    @media (max-width: 1180px) {
      .bannerText em {
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .bannerText em {
	  font-size:16px;
	  color: #f7b70b;} }
  .bannerText p {
    margin-top: 30px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 18px;
    text-align: center; }
    @media (min-width: 1181px) {
      .bannerText p {
        max-width: 50%; } }
    @media (max-width: 1180px) {
      .bannerText p {
        margin-top: 10px; } }
    @media (max-width: 767px) {
      .bannerText p {
        display: none; } }
  .bannerText .cross {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin-left: 20px;
    margin-right: 20px; }
    @media (max-width: 1400px) {
      .bannerText .cross {
        margin-left: 5px;
        margin-right: 5px; } }
    .bannerText .cross::before, .bannerText .cross::after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      width: 28px;
      height: 1px;
      margin-top: -.5px;
      margin-left: -14px;
      background-color: #6a8eb0; }
    .bannerText .cross::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .bannerText .cross::after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .bannerText .btnBox {
    margin-top: 50px; }
    @media (max-width: 1180px) {
      .bannerText .btnBox {
        margin-top: 20px; } }
    @media (max-width: 480px) {
      .bannerText .btnBox {
        display: none; } }

.mainArea {
  padding-bottom: 0; }
  @media (min-width: 1181px) {
    .mainArea {
      padding-top: 120px; } }

.arrowBox {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: -25px; }

.serviceArea {
  position: relative; }
  .serviceArea::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 58px;
    width: 100%;
    height: 1px;
    background-color: #d1e6f3; }
  .serviceArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1570px; }
    @media (max-width: 1600px) {
      .serviceArea .wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
    @media (max-width: 1180px) {
      .serviceArea .wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  @media (min-width: 1181px) {
    .serviceArea .leftBox {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      width: calc(50% + 30px);
      padding-top: 15px; } }
  @media (max-width: 1180px) {
    .serviceArea .leftBox {
      width: 100%;
      max-width: 1180px; } }
  .serviceArea .rightBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 1521px) {
      .serviceArea .rightBox {
        width: calc(50% - 30px);
        padding-left: 180px; } }
    @media (min-width: 1181px) and (max-width: 1520px) {
      .serviceArea .rightBox {
        padding-left: 60px; } }
    @media (min-width: 1181px) {
      .serviceArea .rightBox {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; } }
    @media (max-width: 1180px) {
      .serviceArea .rightBox {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 1180px;
        margin-top: 20px; } }
  .serviceArea .moreBtn {
    width: 123px;
    height: 34px;
    font-size: 14px; }
    @media (min-width: 1181px) {
      .serviceArea .moreBtn:hover {
        color: #1884c4;
        background-color: transparent; } }

.serviceList .current .frontImg {
  opacity: 1;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s; }
  .serviceList .current .frontImg::before {
    top: -7px;
    right: -7px;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }

.serviceList .Img {
  position: relative; }
  .serviceList .Img > img {
    margin-left: auto; }

.serviceList img {
  display: block;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media (min-width: 1181px) {
    .serviceList img {
      margin-left: auto; } }

.serviceList .frontImg {
  position: absolute;
  right: 145px;
  z-index: 1;
  opacity: 0; }
  @media (max-width: 1480px) {
    .serviceList .frontImg {
      right: 50px; } }
  @media (min-width: 1181px) {
    .serviceList .frontImg {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  @media (max-width: 1180px) {
    .serviceList .frontImg {
      top: 20px;
      right: auto;
      left: 0;
      width: calc(100% - 20px); } }
  .serviceList .frontImg::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: calc(100% - 110px);
    height: calc(100% - 110px);
    background-color: #f7b70b; }
    @media (max-width: 1180px) {
      .serviceList .frontImg::before {
        display: none; } }

.serviceTextList {
  width: 100%; }
  .serviceTextList .current .textEditor {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
  .serviceTextList .current .btnBox {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  @media (min-width: 1181px) {
    .serviceTextList {
      max-width: 365px; } }
  @media (max-width: 1180px) {
    .serviceTextList {
      max-width: 1180px; } }

.serviceIconList {
  max-width: 480px;
  width: 100%;
  margin-bottom: 2px; }
  @media (max-width: 1180px) {
    .serviceIconList {
      margin-top: 20px; } }
  @media (max-width: 480px) {
    .serviceIconList {
      max-width: 480px; } }
  .serviceIconList .run .item::before {
    background-color: #02498e; }
  .serviceIconList .run .Img {
    opacity: 0; }
  .serviceIconList .run svg {
    opacity: 1; }
  .serviceIconList .item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 116px;
    height: 116px;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px;
    letter-spacing: 1px;
    cursor: pointer; }
    @media (max-width: 480px) {
      .serviceIconList .item {
        width: auto; } }
    .serviceIconList .item::before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 1;
      width: 96px;
      height: 96px;
      margin-top: -48px;
      margin-left: -48px;
      border-radius: 50%;
      border: 1px solid #02498e;
      background-color: #fff; }
  .serviceIconList .Img, .serviceIconList .Txt {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff; }
  .serviceIconList svg {
    width: 116px;
    height: 116px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    pointer-events: none; }
  .serviceIconList .prevArrow {
    left: -50px; }
  .serviceIconList .nextArrow {
    right: -50px; }

.newsArea {
  margin-top: 120px; }
  .newsArea.show .leftBox {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
    .newsArea.show .leftBox::before {
      top: 0;
      left: -7px;
      -webkit-transition-delay: .7s;
      -o-transition-delay: .7s;
      transition-delay: .7s; }
  .newsArea.show .arrowBox {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .newsArea.show .newsList {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
  @media (max-width: 1180px) {
    .newsArea {
      margin-top: 50px; } }
  .newsArea > .arrowBox {
    position: relative;
    top: auto;
    right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  .newsArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 1241px) {
      .newsArea .wrap {
        width: 1200px; } }
  .newsArea .leftBox {
    position: relative;
    z-index: 1;
    width: 50%;
    max-height: 675px;
    padding-top: 7px; }
    @media (max-width: 1180px) {
      .newsArea .leftBox {
        display: none; } }
    .newsArea .leftBox::before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      z-index: -1;
      width: 71%;
      height: 83%;
      background-color: #02498e; }
  .newsArea .rightBox {
    width: 50%; }
    @media (max-width: 1180px) {
      .newsArea .rightBox {
        width: 100%;
        max-width: 1180px; } }
  @media (max-width: 1180px) {
    .newsArea .titleBox {
      text-align: center; }
      .newsArea .titleBox::after {
        margin-left: auto;
        margin-right: auto; } }
  .newsArea img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

.newsList .slick-slide > div + div {
  margin-top: 46px; }
  @media (max-width: 1180px) {
    .newsList .slick-slide > div + div {
      margin-top: 20px; } }

.newsList .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 1181px) {
    .newsList .item:hover .arrowRight svg {
      -webkit-animation: 2s arrowRight ease-out infinite;
      animation: 2s arrowRight ease-out infinite; } }
  @media (max-width: 600px) {
    .newsList .item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.newsList .Img {
  width: 230px; }
  @media (min-width: 601px) and (max-width: 768px) {
    .newsList .Img {
      width: 200px; } }
  @media (min-width: 601px) {
    .newsList .Img {
      margin-right: 20px; } }
  @media (max-width: 600px) {
    .newsList .Img {
      width: 100%; } }

.newsList .Txt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }
  @media (min-width: 1181px) {
    .newsList .Txt {
      max-width: 350px; } }
  @media (min-width: 769px) and (max-width: 1180px) {
    .newsList .Txt {
      width: calc(100% - 250px); } }
  @media (min-width: 641px) and (max-width: 768px) {
    .newsList .Txt {
      width: calc(100% - 220px); } }
  @media (max-width: 640px) {
    .newsList .Txt {
      width: 100%;
      max-width: 640px;
      padding-top: 10px; } }

.newsList .topBox {
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc; }

.newsList .arrowRight {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 34px;
  height: 30px; }
  .newsList .arrowRight svg {
    width: 34px;
    height: 7px;
    color: #009bb3; }

.newsList h3 a {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
  font-weight: 400;
  color: #009bb3;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

@media (min-width: 601px) {
  .newsList p {
    height: 45px; } }

.imageArea {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 65px; }
  @media (min-width: 769px) {
    .imageArea {
      height: 700px; } }
  @media (max-width: 768px) {
    .imageArea {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 1241px) {
    .imageArea .wrap {
      width: 1200px; } }
  .imageArea .Txt {
    background-color: rgba(255, 255, 255, 0.8); }
    @media (min-width: 769px) {
      .imageArea .Txt {
        max-width: 435px;
        padding: 55px 75px; } }
    @media (min-width: 401px) and (max-width: 768px) {
      .imageArea .Txt {
        padding: 25px 40px; } }
    @media (max-width: 400px) {
      .imageArea .Txt {
        padding: 15px 25px; } }
  .imageArea em {
    font-size: 12px;
    color: #222; }
  .imageArea h2 {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    color: #222; }
    @media (max-width: 768px) {
      .imageArea h2 {
        font-size: 24px;
        margin-bottom: 10px; } }
  .imageArea p {
    height: 140px;
    line-height: 1.8; }
    @media (max-width: 768px) {
      .imageArea p {
        height: auto;
        max-height: 140px; } }
  .imageArea .moreBtn {
    width: 123px;
    height: 34px;
    font-size: 14px; }
  .imageArea .parallaxImg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.aboutArea {
  margin-top: 100px; }
  .aboutArea.show p {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
  .aboutArea.show .aboutList {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  @media (max-width: 1180px) {
    .aboutArea {
      margin-top: 40px; } }
  .aboutArea .wrap {
    width: 1400px; }
    @media (max-width: 1440px) {
      .aboutArea .wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; } }
  .aboutArea p {
    line-height: 2;
    text-align: center; }
    @media (max-width: 1180px) {
      .aboutArea p br {
        display: none; } }

.aboutList {
  margin-top: 85px; }
  @media (max-width: 1180px) {
    .aboutList {
      margin-top: 40px; }
      .aboutList .current::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
  .aboutList .item {
    position: relative;
    z-index: 1;
    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; }
    @media (min-width: 1181px) {
      .aboutList .item:hover::after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
    @media (min-width: 681px) {
      .aboutList .item {
        width: 152px;
        height: 148px; } }
    @media (max-width: 680px) {
      .aboutList .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: auto;
        margin-right: auto; } }
    .aboutList .item::before, .aboutList .item::after {
      content: '';
      position: absolute;
      z-index: -1;
      pointer-events: none; }
    .aboutList .item::before {
      top: 0;
      left: 0;
      z-index: -1;
      width: 100%;
      height: 100%;
      background: url("../images/border.png") 0 50%/contain no-repeat; }
      @media (max-width: 680px) {
        .aboutList .item::before {
          display: none; } }
    .aboutList .item::after {
      top: 35px;
      left: 30px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      background-color: #f7b70b;
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0); }
  @media (max-width: 680px) {
    .aboutList .Img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100px;
      height: 100px;
      border: 2px solid;
      -webkit-border-image: 1 -webkit-gradient(linear, left top, right top, color-stop(0, #1884c4), to(#009bb3));
      -webkit-border-image: 1 -webkit-linear-gradient(left, #1884c4 0, #009bb3 100%);
      -o-border-image: 1 -o-linear-gradient(left, #1884c4 0, #009bb3 100%);
      border-image: 1 -webkit-gradient(linear, left top, right top, color-stop(0, #1884c4), to(#009bb3));
      border-image: 1 linear-gradient(to right, #1884c4 0, #009bb3 100%); } }
  .aboutList .Txt {
    letter-spacing: .5px; }
    @media (min-width: 681px) {
      .aboutList .Txt {
        position: absolute;
        top: 50%;
        left: calc(50% + 40px);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        white-space: nowrap; } }
    @media (max-width: 680px) {
      .aboutList .Txt {
        margin-top: 20px;
        text-align: center; } }
  .aboutList em {
    font-size: 14px;
    text-transform: uppercase; }
  .aboutList h3 a {
    display: block;
    font-weight: 400;
    font-size: 15px; }

.linkArea {
  position: relative;
  z-index: 1;
  margin-top: 100px;
  padding-top: 45px; }
  .linkArea.show::before {
    width: 620px;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
    @media (max-width: 1440px) {
      .linkArea.show::before {
        width: 250px; } }
  .linkArea.show::after {
    width: 300px;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s; }
  .linkArea.show .wrap::before {
    width: 50px;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s; }
  .linkArea.show .wrap::after {
    width: 150px;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
  .linkArea.show .arrowBox {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }
  .linkArea.show .linkList {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s; }
  @media (max-width: 640px) {
    .linkArea {
      margin-top: 0;
      padding-bottom: 20px; } }
  .linkArea::before, .linkArea::after, .linkArea .wrap::before, .linkArea .wrap::after {
    content: '';
    position: absolute;
    z-index: -1; }
    @media (max-width: 640px) {
      .linkArea::before, .linkArea::after, .linkArea .wrap::before, .linkArea .wrap::after {
        display: none; } }
  .linkArea::before {
    top: 0;
    left: 0;
    width: 0;
    height: 530px;
    background-color: #02498e; }
  .linkArea::after {
    left: 250px;
    bottom: 0;
    width: 0;
    height: 210px;
    background-color: rgba(36, 187, 157, 0.5); }
  .linkArea > .arrowBox {
    position: relative;
    top: auto;
    right: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px; }
  .linkArea .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (min-width: 1241px) {
      .linkArea .wrap {
        width: 1200px; } }
    .linkArea .wrap::before {
      top: 160px;
      left: 165px;
      width: 0;
      height: 50px;
      background-color: #1c64aa; }
    .linkArea .wrap::after {
      bottom: 125px;
      left: 210px;
      width: 0;
      height: 150px;
      background: -webkit-linear-gradient(45deg, #f7b70b 3px, transparent 0, transparent 25%, #f7b70b 0, #f7b70b calc(25% + 3px), transparent 0, transparent 50%, #f7b70b 0, #f7b70b calc(50% + 3px), transparent 0, transparent 75%, #f7b70b 0, #f7b70b calc(75% + 3px), transparent 0) 0 0/30px 30px;
      background: -o-linear-gradient(45deg, #f7b70b 3px, transparent 0, transparent 25%, #f7b70b 0, #f7b70b calc(25% + 3px), transparent 0, transparent 50%, #f7b70b 0, #f7b70b calc(50% + 3px), transparent 0, transparent 75%, #f7b70b 0, #f7b70b calc(75% + 3px), transparent 0) 0 0/30px 30px;
      background: linear-gradient(45deg, #f7b70b 3px, transparent 0, transparent 25%, #f7b70b 0, #f7b70b calc(25% + 3px), transparent 0, transparent 50%, #f7b70b 0, #f7b70b calc(50% + 3px), transparent 0, transparent 75%, #f7b70b 0, #f7b70b calc(75% + 3px), transparent 0) 0 0/30px 30px; }

.fisherBox {
  width: calc(50% - 75px);
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-right: 10px; }
  .fisherBox img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  @media (max-width: 640px) {
    .fisherBox {
      display: none; } }

.linkDataBox {
  width: calc(50% + 75px);
  padding-bottom: 70px; }
  @media (max-width: 640px) {
    .linkDataBox {
      width: 100%;
      padding-bottom: 20px; }
      .linkDataBox .titleBox {
        text-align: center; }
        .linkDataBox .titleBox::after {
          margin-left: auto;
          margin-right: auto; } }

.linkList {
  margin-left: -4px;
  margin-right: -4px; }
  .linkList .slick-slide {
    padding-left: 4px;
    padding-right: 4px; }
  @media (max-width: 1180px) {
    .linkList .current .Img::before {
      opacity: 0; } }
  .linkList .item {
    position: relative; }
    @media (min-width: 1181px) {
      .linkList .item:hover .Img::before {
        opacity: 0; } }
  .linkList .Img {
    position: relative;
    overflow: hidden; }
    .linkList .Img::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-color: #72c6e5;
      opacity: .7;
      pointer-events: none; }
    .linkList .Img img {
      -webkit-filter: blur(3px);
      filter: blur(3px);
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
  .linkList img {
    display: block;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  .linkList .Txt {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    border: 1px solid #fff;
    pointer-events: none; }
    @media (max-width: 480px) {
      .linkList .Txt {
        top: 7px;
        left: 7px;
        width: calc(100% - 14px);
        height: calc(100% - 14px); } }
  .linkList h3 {
    margin: 15px 15px 0 15px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px; }