
/*css、圖片位置*/
/*

/NewWeb/action/TEST/bwt_re/homepage/layout/v1/office

*/

/*-----------------------------------------------
    grid-10 文章10
-----------------------------------------------*/




.grid-10 article {
    border-radius: 10px;

    overflow: hidden;
    max-height: 45rem;
    width: 93%;
}

.grid-10 .title-eng {
    position: absolute;
    bottom: 0;
    left: 0;
    color: var(--bg-color);
    z-index: 5;
    line-height: var(--fs-5xl);
    max-height: 7rem;
    /*! line-height: 1; */
}

.grid-10 .photo_ {
    aspect-ratio: 5/3;
}



.grid-10  .ticket-cover {
    position: absolute;
    width: 14.5rem;
    height: 100%;
    right: 0%;
    top: 0;
    background-image: url(../images/ticket2.png);
    background-color: rgba(0, 0, 0, 0.4);
    background-position: 100% 0%;
    background-repeat: no-repeat;
    background-size: 208px;
    z-index: 1;

}
.grid-10 .ticket-cover.show {
  animation: ticket-cover .5s ease-out forwards;
}

@keyframes ticket-cover {
    0% {
         width: 0;
    }

    100% {
       width: 14.5rem;
    }
}

@keyframes ticket-cover-m {
    0% {
         height: 0%;
    }

    100% {
       height: 20%;
    }
}
.grid-10 .dash-line {
    position: absolute;
    right: 14.5rem;
    top: 0;
    width: 1px;
    height: 100%;
    border-left: 1px dashed var(--black09);
    z-index: 2;
}


/*標*/
.grid-10 .article-title.article-title {
    position: absolute;
    right: 7rem;
    top: 7%;


    color: #fff;
    /*flex: 9;*/

    padding: 0;
    font-size: var(--fs-h1);
    z-index: 5;
    writing-mode: vertical-rl;
    left: initial;
}

.grid-10 .city {
    color: #fff;
    line-height: 2;
}

.grid-10 p {
    color: #fff;
    /*! margin: 40% 0 0 0; */
    height: 50%;
    writing-mode: vertical-rl;
    /*! background: red; */
    /*! flex: 5; */
    max-width: 6rem;
    margin-left: auto;
}

/*文*/

.grid-10 .text-group {
    padding: 2.2rem;
    height: 100%;
}


/*btn*/
.grid-10 .btn-more{
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    margin: auto;
    padding: 1rem 0;
    border-radius: 20px;
    border: 0px solid var(--orange);
    font-size: var(--fs-s1);

    width: 2rem;
    text-align: center;
    writing-mode: vertical-rl;
    line-height: 2rem;
    letter-spacing: 0.1rem;

      color: var(--black02);
    background: var(--white02);
}

.grid-10 .btn-more:hover {

      color: var(--white02);
    background: var(--orange);

}


.grid-10 .end_ {
  position: absolute;
  right: initial;
  transform: translate(70%,-35%);
  width: 1rem;
  height: 1rem;
}




.grid-10 .ticket-cover::before {
  display: none;
}



@media screen and (max-width: 768px) {
.grid-10 article {
  overflow: hidden;
  max-height: 55rem;
  width: 93%;
}


.grid-10 small {
  font-size: var(--fs-df);
}


.grid-10 .photo_ {
  aspect-ratio: 3/5.5;
}
.grid-10 .ticket-cover {
  width: 100%;
  height: 20%;
  right: 0%;
  top: initial;
  background-image: url(../images/ticket-m.png);
  background-color: rgba(0, 0, 0, 0.5);
  background-position: 95% 47%;
  background-repeat: no-repeat;
  background-size: 102px;
  z-index: 1;
  bottom: 0;
}
 .grid-10 .ticket-cover.show {
    animation: ticket-cover-m .5s ease-out forwards;
  }

.grid-10 .title-eng {
  position: absolute;
  bottom: initial;
  left: 0;
  color: var(--bg-color);
  z-index: 5;
  line-height: var(--fs-4xl);
  transform:rotate(90deg) translate(36%,153%);
  top: 0;
  right: initial;
  font-size: var(--fs-4xl);
}

.grid-10 .btn-more{
    position: absolute;
    bottom: 9rem;
    left: inherit;
    margin: auto;
    padding: 0rem 1rem;
    border-radius: 20px;
    border: 0px solid var(--orange);
    font-size: var(--fs-s1);

    width: 6rem;
    text-align: center;
    writing-mode: initial;
    line-height: 2rem;
    letter-spacing: 0.1rem;


      color: var(--black02);
    background: var(--white02);
    right: 2rem;
}


.grid-10 p {
    color: #fff;
    flex: 10;
    margin: 0;
    writing-mode: initial;
    width: 54%;
    /*! display: flex; */
    /*! align-items: center; */
    max-width: initial;
}


.grid-10 .article-title.article-title {
  /*! color: #fff; */
  /*! flex: 9; */
  padding: 0;
  /*! font-size: var(--fs-h1); */
  position: absolute;
  left: 19%;
  top: 3%;
  right: initial;
}
.grid-10 .text-group {
  padding:1.5rem 0rem 1.5rem 1.5rem;
  height: auto;
}
.grid-10 .text-group span{
  display: none;
}

.grid-10 .dash-line {
  right: 0;
  top: initial;
  bottom: 20%;
  width:100%;
  height: 1px;
}
.grid-10 .article-title.article-title {
    /*! right: 5rem; */

}

}



/*-----------------------------------------------
    grid-09 文章09
-----------------------------------------------*/


.grid-09 article ul {
    --height: 49rem;
    display: flex;
    height: var(--height);
    margin: 5rem 12% 0 0;
    /*! overflow: hidden; */

}

.grid-09 article ul li {
    height: var(--height);

    position: relative;

}

.grid-09 article ul li:nth-child(1) {
    flex: 5;
    z-index: 5;
}


.img-circle {
    /*! position: absolute; */
    /*! right: 0; */
    /*! top: 0; */
    border-radius: 0 27rem 27rem 0;
    width: 100%;
    z-index: 5;

    overflow: hidden;

    /*! aspect-ratio: 5/4; */

    /*! display: none; */
}



.grid-09 .photo_,
.img-circle {
    height: var(--height);
}


.grid-09 .photo_:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 40%;
    background: var(--bg-color);
    z-index: 3;
    height: 100%;
}


/*邊框*/
.grid-09 article ul li:nth-child(1):before {
    content: '';
    top: 0px;
    right: 0;
    width: 16%;
    height: 1px;
    background: var(--black09);
    z-index: 5;
    position: absolute;
}

.grid-09 article ul li:nth-child(1):after {
    content: '';
    bottom: 0px;
    right: 0;
    width: 18%;
    height: 1px;
    background: var(--black09);
    z-index: 5;
    position: absolute;
}

.grid-09 article ul li:nth-child(2) {
    flex: 2;
    border-radius: 0 10px 10px 0;
    border-top: 1px solid var(--black09);
    border-right: 1px solid var(--black09);
    border-bottom: 1px solid var(--black09);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(180, 180, 180, 0.15) 100%);

}

/*hover*/
.grid-09 .img-circle:hover img {
    width: 100%;
    height: 100%;
    right: 0;

    transition: all 0.5s ease;
    object-position: right;
    object-fit: cover;
    transform: scale(1.07);
}



.grid-09 .img-circle img{
    width: 100%;
    height: 100%;
    right: 0;

    transition: all 0.5s ease;
    object-position: right;
    object-fit: cover;
    transform: scale(1) translateX(0);
    aspect-ratio: 5/3;
}


.grid-09 .photo_ {
    aspect-ratio: 4/3;
}

/*文*/

.grid-09 .text-group {
    margin: 30% 0 0 10%;
    padding: 2rem;
}

.grid-09 .text-group p {
    margin: 30% 5% 0 5%;
}

.grid-09 .text-group .article-title {
    /*! margin: 0 0 0 1%; */
    line-height: 1.8;
    font-size: var(--fs-h1);
}


.grid-09 .eng_ {

    margin: 1.1em -0.5em -2.3rem 14px;
}

.grid-9 .end_ {
  position: absolute;
  right: initial;
  transform: translate(60%,-20%);
  width: 1rem;
  height: 1rem;
}



/*btn*/
.grid-09 .btn-more {
    position: absolute;

    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: var(--bg-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    outline: none;
    z-index: 10;
    border: 0.115rem solid var(--black04);
    box-shadow: 0 0 0 0.5rem var(--bg-color);
    overflow: hidden;
}

.grid-09 .btn-more.df-btn2 {
    right: -2%;
    top: 70%;
}


.grid-09 .btn-more a:hover {
    color: inherit;
    background: inherit;
}


.grid-09 .btn-more a {
    text-decoration: none;
    color: var(--black02);
    font-size: var(--fs-s3);
    letter-spacing: 2px;
    position: absolute;
    top: 75%;
    width: 100%;
    height: 100%;
    border: 0;
}



.grid-09 .btn-more.df-btn2::before {
    content: "";
    width: 31%;
    height: 31%;
    border-right: 0.15rem solid var(--black05);
    border-bottom: 0.15rem solid var(--black05);

    transform: rotate(-45deg);
    position: absolute;
    top: 30%;
    pointer-events: none;
    left: 25%;


}




.grid-09 .btn-more.df-btn2:hover::before {
    transform: translateX(200%) rotate(-45deg);


}


@media screen and (min-width: 1921px) {



.grid-09 article ul {
  margin: 5rem 0% 0 0;
  overflow: hidden;
  max-width: 1700px;
  margin: auto;
}

}


@media screen and (max-width: 1600px) {
.grid-09 article ul {
    --height: 45rem;

}

}

@media screen and (max-width: 1440px) {
.grid-09 article ul {
    --height: 40rem;

}
.grid-09 .btn-more.df-btn2 {
  right: 3%;
  top: 75%;
}
}
@media screen and (max-width: 1280px) {
.grid-09 article ul {
    --height: 38rem;

}

}

@media screen and (max-width: 768px) {
 .grid-09 article ul {
    --height: 31rem;
  }
.grid-09 article ul {
  display: flex;
  height: auto;
  margin: 0rem 5% 0 5%;
  flex-direction: column;
}


.img-circle {
    border-radius: 0 0 27rem 27rem;
    width: 100%;
    z-index: 5;
    overflow: hidden;

}








.grid-09 article ul li:nth-child(2) {
  flex: 2;
  border-radius: 0 0 10px 10px;
  border-top: 0px solid var(--black09);
  border-right: 1px solid var(--black09);
  border-left: 1px solid var(--black09);
  border-bottom: 1px solid var(--black09);
  height: 70vw;
  background: linear-gradient( to top, rgba(180, 180, 180, 0.15) 0%, rgba(255, 255, 255, 0) 100% );
}
}



/*-----------------------------------------------
    grid-08 文章08
-----------------------------------------------*/


.grid-08 article ul {
    display: flex;
    height: auto;
    /*! max-height: 60rem; */
    /*! margin: 5rem auto 0; */
}

.grid-08 article ul li:nth-child(1) {
    width: 15%;
}

.grid-08 article ul li:nth-child(2) {
    width: 85%;
    border: 1.1rem solid var(--bg-color);
}

/*標*/

.grid-08 .heading-title {
    font-family: var(--font-family2);
    font-size: var(--fs-3xl);
    text-align: right;
    font-weight: 500;
    overflow: hidden;
    line-height: 230px;
    position: relative;
    margin: -2rem 0 0rem 0;
    letter-spacing: 0.05rem;
    width: 12rem;
}

.grid-08 .heading-title .eng-vertical {
    top: initial;
    left: 10%;
    font-weight: 600;
    bottom: 40%;
}

.grid-08 .heading-title:before {
    content: '';
    position: absolute;
    right: -1rem;
    bottom: -9rem;
    z-index: 5;
    background: var(--bg-color);
    border-top: 1px solid #555;
    /*clip-path: polygon(100% 100%, 410% 0, 0 100%);*/
    width: 11rem;
    height: 11rem;
    transform: rotate(-40deg);
    /*! background: #555; */
}



/*次標*/
.grid-08 .title-sub {
    position: absolute;
    text-align: right;
    right: 1.5rem;
    bottom: 3rem;
    z-index: 6;
    /*! background: url(../images/index_01.jpg) center 0 /100% no-repeat; */
    /*! background: url(../images/index_01.png) center 0 /100% no-repeat; */
    padding: 0 5px;
    background: var(--bg-color);
}

.grid-08 .title-sub::before {
    content: '';
    position: absolute;
    left: 0;
    background: url(../images/icon-location.png) 0% 100% /1rem no-repeat;
    width: 1rem;
    height: 1rem;
    top: -1.2rem;
    right: 0;
    text-align: center;
    margin: auto;
}



/*文*/

.grid-08 .text-group {
    border-radius: 0;
    padding: 0;
    text-align: left;
    background: var(--bg-color);
    height: 100%;
    gap: 1.5rem;
    padding: 1.5rem;
}

.grid-08 .text-group .heading-title {
    flex: 7;
    line-height: 2.4;
    writing-mode: vertical-rl;
    height: 100%;
    width: 11rem;
}

.grid-08 .heading-title .heading-title:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5;
    background: var(--bg-color);
    clip-path: polygon(100% 100%, 100% 0, 0 100%);
}

.grid-08 .text-group p {
    /*! flex: 3.1; */

    /*! line-height: 210px; */
    /*! width: 210px; */
    /*! text-align: center; */
    /*! justify-content: center; */
    /*! display: flex; */
    /*! align-items: ; */
    writing-mode: vertical-rl;
    height: 40%;
    padding: 0 6% 0 0;
    width: 6rem;
    margin-left: auto;
}


/*圖*/
.grid-08 .photo_ {
    aspect-ratio: 3 / 2;
    border: 1.1rem solid transparent;
}
.grid-08 .photo_ img{
    height: 100%;
    width: auto;
}


/*圖上小折角*/
.grid-08 .photo_:before {
    content: '';
    position: absolute;
    top: -0.1rem;
    left: 26.7%;
    width: 11%;
    height: 1.5rem;
    background: var(--bg-color);
    clip-path: polygon(100% 0, 0 0, 57% 70%);
    z-index: 10;

     opacity: 1;
      transition: all .8s ease;
}

.grid-08 .photo_:after {
    content: '';
    position: absolute;
    bottom: -0.1em;
    right: 23.8%;
    width: 18%;
    height: 3.5rem;
    background: var(--bg-color);
    clip-path: polygon(100% 100%, 51% 74%, 0 100%);
    z-index: 10;
     opacity: 1;
      transition: all .8s ease;
}

/*.grid-08 .photo_:hover:before{
    content: '';

    opacity: 0;
    transition: all .2s ease;
}

.grid-08 .photo_:hover:after {
    content: '';

     opacity: 0;
    transition: all .2s ease;
}
*/


.grid-08 .photo_:hover img {
    transform: scale(1);
    transition: all 0.8s ease;
}

.shake {
    -webkit-animation: scaleA 1.3s ease 0s both;
    z-index: 5;
}

.single-img {
    position: relative;
}

@-webkit-keyframes scaleA {
    0% {
        transform: rotateY(0deg) skewY(0deg) scaleX(1) scaleY(1);
        transform-origin: top;
        pointer-events: auto;
    }

    20% {
        transform: rotateY(-20deg) skewY(0deg) skewX(0deg) scaleX(0.95) scaleY(1.02);
        transform-origin: top;
    }

    50% {
        /*filter: blur(1px);*/

        transform: rotateY(5deg) skewY(0deg) skewX(0deg) scaleY(1);
        transform-origin: top;

    }

    70%,
    100% {
        filter: blur(0px);
        opacity: 1;
        transform: rotateY(0deg) skewY(0deg) scaleX(1) scaleY(1);
        transform-origin: top;
        pointer-events: none;


    }
}



/*虛線*/
.dash-01,
.dash-02 {
    position: absolute;
    top: 0;
    left: 33%;
    width: 1px;
    height: 100%;
    border-right: 1px dashed var(--bg-color);
    ;
    z-index: 6;
}

.dash-02 {

    left: 67%;

}

.grid-08 .title-eng {
    font-family: var(--font-family-eng2);
    font-size: var(--fs-5xl);
    line-height: 110px;
    color: var(--bg-color);
    font-weight: 600;
    overflow: hidden;
    transition: all .3s ease;
    position: absolute;
    left: 0;
    top: -0.5rem;
    z-index: 5;
    white-space: nowrap;
    max-height: initial;
}


/*格線*/
.img-line-01 {
    position: absolute;
    top: 0;
    left: -3%;
    width: 107%;
    height: 1px;
    background: var(--black09);
    z-index: 5;
}

.img-line-01:before {
    position: absolute;
    content: '';
    top: 0;
    left: 20%;
    width: 60%;
    height: 1px;
    background: var(--bg-color);
    z-index: 6;
}

.img-line-02 {
    position: absolute;
    top: -10%;
    left: 0;
    height: 115%;
    width: 1px;
    background: var(--black09);
    z-index: 5;
}

.img-line-02:before {
    position: absolute;
    content: '';
    top: 25%;
    left: 20%;
    height: 60%;
    width: 1px;
    background: var(--bg-color);
    z-index: 6;
}


.img-line-03 {
    position: absolute;
    bottom: 0;
    left: -3%;
    width: 25%;
    height: 1px;
    background: var(--black09);
    z-index: 5;
}

.img-line-04 {
    position: absolute;
    top: -4%;
    right: 0;
    height: 34%;
    width: 1px;
    background: var(--black09);
    z-index: 5;
}




/*btn*/
.grid-08 .btn-more {
    position: absolute;

    width: 12rem;
    height: 12rem;
    border-radius: 50%;
    background: var(--bg-color);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    outline: none;
    z-index: 10;
    border: 0.115rem solid var(--black04);
    box-shadow: 0 0 0 0.5rem var(--bg-color);
    overflow: hidden;
}

.grid-08 .btn-more.df-btn2 {
    right: -3%;
    top: 85%;
}


.grid-08 .btn-more a:hover {
    color: inherit;
    background: inherit;
}


.grid-08 .btn-more a {
    text-decoration: none;
    color: var(--black02);
    font-size: var(--fs-s3);
    letter-spacing: 2px;
    position: absolute;
    top: 75%;
    width: 100%;
    height: 100%;
    border: 0;
}



.grid-08 .btn-more.df-btn2::before {
    content: "";
    width: 31%;
    height: 31%;
    border-right: 0.15rem solid var(--black05);
    border-bottom: 0.15rem solid var(--black05);

    transform: rotate(-45deg);
    position: absolute;
    top: 30%;
    pointer-events: none;
    left: 25%;


}







.grid-08 .btn-more.df-btn2:hover::before {
    transform: translateX(200%) rotate(-45deg);


}


@media screen and (max-width: 1440px) {

.grid-08 .text-group .heading-title {
font-size: var(--fs-2xl);
  width: 10rem;
}

.grid-08 .title-eng {
  font-size: var(--fs-5xl);
  line-height: 110px;
  left: 0;
  top: -1rem;
  z-index: 5;
}
}
@media screen and (max-width: 1280px) {

.grid-08 .text-group .heading-title {
line-height: 4;
}
}


@media screen and (max-width: 768px) {

.grid-08 article ul {
  margin: 5rem auto 0;
  flex-direction: column;
  width: 110%;
  margin: 0 0 0 -5%;
}

.grid-08 article ul li:nth-child(1) {
    width: 90%;
    margin: auto;
}

.grid-08 article ul li:nth-child(2) {
    width: 100%;
    border: 1.1rem solid var(--bg-color);
}

.grid-08 .photo_ {
  aspect-ratio: 3.7 / 4.5;
  border: 0.9rem solid transparent;
}
.grid-08 .title-eng {
  font-size: var(--fs-4xl);
  line-height: 1;
  right: -56%;
  top: 39%;
  z-index: 5;
  white-space: nowrap;
  transform: rotate(90deg);
  max-width: 126%;
  left: initial;
  max-height: 100%;
}

.grid-08 .photo_::before {
  content: '';
  position: absolute;
  top: -0.1rem;
  left: 72%;
  width: 16%;
  height: .8rem;
  background: var(--bg-color);
  clip-path: polygon(100% 0, 0 0, 57% 70%);
  z-index: 10;
  opacity: 1;
  transition: all .8s ease;
}
.grid-08 .photo_::after {
  content: '';
    display: none;

}
.dash-01 {
  display: none;
}
.dash-02 {
  left: 81%;
}
.grid-08 .btn-more.df-btn2 {
  right: initial;
  top: 79%;
  left: -10%;
}

.grid-08 .text-group {
  border-radius: 0 0 10px 10px;
  padding: 0rem 0.5rem 0rem 1rem;
  text-align: left;
  background: var(--bg-color);
  height: 47vw;
  gap: 1.5rem;
  flex-direction: row;
  align-items: flex-end;
}

.grid-08 .text-group p {

  writing-mode: initial;
  /*! height: initial; */
  /*! padding: 0 0 0 0; */
  width: 65%;
  text-align: right;
  align-items: flex-end;
  /*! display: flex; */
  height: 5.5rem;
}


.grid-08 .text-group .heading-title {
  /*! flex: 7; */
  line-height: 3.5;
  writing-mode: vertical-rl;
  height: 125%;
  font-size:var(--fs-2xl);
  margin: 0 -4% 0 -2%;
  letter-spacing: -0.1rem;
  text-align: left;
}
.grid-08 .heading-title:before {
    content: '';
    right: -3.5rem;
    bottom: -5.5rem;
    width: 10rem;
    height: 10rem;
    transform: rotate(-40deg);
}
.grid-08 .title-sub {
  right: 1.5rem;
  bottom: 1rem;
  z-index: 6;
  padding: 0 5px;
  font-size:var(--fs-h3);
}


.grid-08  article {
    margin: -2rem auto 9rem;
  }

.shake {
    -webkit-animation: scaleA 0s ease 0s both;
}
.img-line-04 {
  top: -4%;
  right: 0;
  height: 109%;
  width: 1px;
  z-index: 5;
}
.img-line-03 {
  bottom: 0;
  left: 78%;
  width: 25%;
  height: 1px;
}

.grid-09 .text-group {
  margin: 0% 0 0 10%;
  padding: 2rem;
}

.grid-09 .text-group p {
  margin: 10% 5% 0 5%;
}

.grid-09 article ul li:nth-child(1)::after {
  content: '';
  bottom: 0px;
  right: 0;
  width: 1px;
  height: 29%;
}

.grid-09 article ul li:nth-child(1)::before {
  content: '';
  top: initial;
  right: initial;
  width: 1px;
  height: 22%;
  left: 0;
  bottom: 0;
}

.grid-08 .heading-title .eng-vertical {
  top: initial;
  left: 12%;
  font-weight: 600;
  bottom: 25%;
}
}



/*-----------------------------------------------
    grid-07 文章07
-----------------------------------------------*/



.grid-07 article ul {
    display: flex;
    gap: 2rem;
    margin: 6rem auto 0;
}


.grid-07 article ul li {
    flex: 1;
    /*! height: 55rem; */
    border-radius: 10px;
    position: relative;
}

.grid-07 article ul li a{
    display: flex;
    flex-direction: column;
}


.grid-07 article ul li:nth-child(1) {
    z-index: 5;
}

.grid-07 article ul li:nth-child(2) {
    z-index: 4;
}

.grid-07 article ul li:nth-child(3) {
    z-index: 3;
}

/*文*/
.grid-07 .article-title  {
    position: absolute;
    left: 0;
    top: -3rem;
    z-index: 5;
    background: var(--bg-color);
    padding: 1rem 1rem;
    border-radius: 0 0 10px 0;
    height: 16.5rem;
    text-align: center;

}


.grid-07 .article-title-effect {
    line-height: 1.3;

    left: -5rem;

    overflow: hidden;
}

.grid-07 .article-title-effect.show {
    line-height: 1.3;
    left: 0;

    transition: all .5s ease .15s;
}


/*只改2跟4的位置*/

.grid-07 li:nth-child(even) .article-title,
.grid-07 li:nth-child(even).article-title-effect {
    top: 17.1rem;
    padding: 2rem 1rem;

}

.grid-07 li:nth-child(even) .article-title-effect.show {
    line-height: 1.3;
    top: 17rem;
    transition: all .5s ease .15s;
    padding: 2rem 1rem;
}



/*弧角*/
.grid-07 .article-title::before {
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    left: 0rem;
    bottom: -0.4rem;
    background: url(../images/radius.png) center 0 /100% no-repeat;
    transform: scale(-1);
}


.grid-07 .article-title::after {
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    left: 4rem;
    top: 3rem;
    background: url(../images/radius.png) center 0 /100% no-repeat;
    transform: scale(-1);
}

.grid-07 li:nth-child(even) .article-title::after {
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    left: 3.9rem;
    top: 5.9rem;
    background: url(../images/radius.png) center 0 /100% no-repeat;
    transform: scale(-1);
}



.grid-07 .eng-vertical {

    left: 1rem;
    line-height: 1;
    top: 1rem;
}

.grid-07 li:nth-child(even) .article-title .eng-vertical {
    top: 1rem;
}

.grid-07  article p {

  text-align: justify;
  text-orientation: inherit;
}

/*
.grid-07 .eng-effect {
    letter-spacing: 0.2rem;
    line-height: 1;
    transition: all .3s ease;

}

.grid-07 .eng-effect.show {
    letter-spacing: 0.1rem;
    line-height: 1;
    transition: all .5s ease .3s;
}


*/


.grid-07 .article-title-effect {
    overflow: initial;
}

/*圖*/
.grid-07 .photo_.photo_v {
    aspect-ratio: 2 / 3.1;
    border-radius: 10px 10px 0 0;
}


.grid-07 li:nth-child(even) .photo_.photo_v {
    aspect-ratio: 2 / 3.1;
    border-radius: 0 0 10px 10px;
}


/*btn*/
.grid-07 .text-group .btn-more{
    background: var(--bg-color);
    border-radius: 10px 0 0 0;
    width: 3.5rem;
    height: 3.5rem;
    top: -3.5rem;

    right: 0;
    transform: translateX(0.04rem);
    position: absolute;
    border: 0;
    border-right: 1px solid var(--black08);
    min-width: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


/*2跟4的btn*/
.grid-07 li a>.btn-more {

    position: absolute;
    bottom: -0.5rem;
    z-index: 10;
    top: initial;
    width: 3.5rem;
    height: 3.5rem;
    right: 0;
    min-width: auto;
}



.grid-07 li a>.btn-more{
    background: var(--bg-color);
    border-radius: 10px 0 0 0;
    border: 0;

    margin: 0;
}

.grid-07 li a>.btn-more::before {
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    right: 0rem;
    top: -0.5rem;
    background: url(../images/radius.png) center 0 /100% no-repeat;
}

.grid-07 li a>.btn-more span {
    content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    left: -0.5rem;
    bottom: 0.5rem;
    background: url(../images/radius.png) center 0 /100% no-repeat;
}


.grid-07 .text-group .btn-more:before {
content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    left: 0;
    bottom: 0.5rem;
    background: url(../images/radius.png) center 0 / 100% no-repeat;
    transform: translate(-0.5rem, 0);
}


.grid-07 li .text-group {
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--black08);
    border-top: 1px solid var(--bg-color);
    padding: 1.7rem;
    text-align: left;
    background: var(--bg-color);
    height: 23rem;
    justify-content: center;
    width: 100%;
    /*! align-items: center; */
}



.grid-07 li:nth-child(even) .text-group {
    border-radius: 10px 10px 0 0;
    border: 1px solid var(--black08);
    border-bottom: 1px solid var(--bg-color);

}




/*箭頭*/
.grid-07 .btn-more::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-right: 0.15rem solid var(--black05);
    border-bottom: 0.15rem solid var(--black05);
    transform: rotate(-45deg);
    position: absolute;
    pointer-events: none;

}






.grid-07 li:hover .btn-more::after {
    animation: arrow-move 1s ease-in infinite;


}



@media screen and (max-width: 768px) {

.grid-07 .eng-vertical {

    left: 0.7rem;
    top: 1rem;
}
.grid-07 article ul {
  display: flex;
  gap: 3.5rem 1rem;
  margin: 6rem auto 0;
  flex-wrap:wrap;
}
.grid-07 .photo_.photo_v,.grid-07 li:nth-child(2n) .photo_.photo_v {
aspect-ratio: 2/4.1;
}


.grid-07 li .text-group {

  height: 15rem;
}

.grid-07 li:nth-child(2n) .article-title::after {
content: '';
    width: 0.5rem;
    height: 0.5rem;
    left: 3.0rem;
    top: 2.9rem;
}
.grid-07 article ul li {

  min-width: 45%;
}
.grid-07 li .text-group {
  padding: 1.5rem 1rem 1.5rem 1rem;
  height: 16rem;
  justify-content: end;
}
.grid-07 li:nth-child(2n) .article-title,
 .grid-07 li:nth-child(2n).article-title-effect {
  top: 13.1rem;
  padding: 1rem 0.5rem;
}

.grid-07 .article-title {

  height: 14rem;

  padding: 1rem 0.5rem;
}

.grid-07 .text-group .btn-more {
  width: 3rem;
  height: 3rem;
  right: -0.4px;
  top: -3rem;

}

.grid-07 li a > .btn-more {
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: -0.8rem;
}

.grid-07 .article-title::after {
    content: '';

    left: 3rem;

}
}


/*-----------------------------------------------
    grid-06 文章06
-----------------------------------------------*/


.grid-06 .eng-s {

    right: 5%;
    bottom: -80%;
}

.grid-06 article ul {
    display: flex;
    gap: 2rem;
    margin: 7rem auto 0;
}


.grid-06 article ul li {
    flex: 1;
    /*! height: 45rem; */
    border-radius: 10px;
    position: relative;
}

.grid-06 article ul li:after {
    content: '';
    position: absolute;
    z-index: -1;
    background: var(--dark09);
    width: 100%;
    height: 100%;
    left: 1rem;
    top: -1rem;
    border-radius: 10px;
    transition: all .5s ease;
}

.grid-06 article ul li:hover:after {
    content: '';

    left: 0.5rem;
    top: 1rem;
    transition: all .5s ease;
}

.grid-06 article ul li:nth-child(1) {
    z-index: 5;
}

.grid-06 article ul li:nth-child(2) {
    z-index: 4;
}

.grid-06 article ul li:nth-child(3) {
    z-index: 3;
}

.grid-06 article ul li:nth-child(even):after {
    content: '';
    left: 1rem;
    top: 1rem;
    height: 100%;
}

.grid-06 article ul li:nth-child(even):hover:after {
    content: '';
    left: 1rem;
    top: -1rem;
}


/*.grid-06 .add_end{
    position: relative;
    letter-spacing: 0.3rem;
}

*/
/*圖*/
.grid-06 .photo_ {
    position: relative;
    cursor: grab;
    border-radius: 10px 10px 0 0;

}



.grid-06 .photo_.photo_v {
    aspect-ratio: 2 / 4;
}

.grid-06 .text-group {
    border-radius: 0 0 10px 10px;
    border: 1px solid var(--black08);
    border-top: 1px solid var(--bg-color);
    padding: 3rem 1.7rem 2rem;
    text-align: left;
    background: var(--bg-color);
}

.grid-06 article ul li:nth-child(even) .text-group {
    text-align: right;
}

/*btn*/
.grid-06 .text-group .btn-more  {
    background: var(--bg-color);
    border-radius: 10px 0 0 0;
    width: 3.5rem;
    height: 3.5rem;
    /*right: -0.05em;*/
    right: 0;
    transform: translateX(0.06rem);
    top: -3.5rem;
    position: absolute;
    border: 0;
    /*! overflow:hidden; */



    border-right: 1px solid var(--black08);
    min-width: auto;
}

.grid-06 .text-group .btn-more:before {
content: '';
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    left: 0;
    bottom: 0.5rem;
    background: url(../images/radius.png) center 0 / 100% no-repeat;
    transform: translate(-87%, 0%);
}

/*箭頭*/
.grid-06 .btn-more::after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-right: 0.15rem solid var(--black05);
    border-bottom: 0.15rem solid var(--black05);
    transform: rotate(-45deg);
    position: absolute;
    /*! top: 30%; */
    pointer-events: none;
    /*! left: 25%; */



}

/* 循環動畫定義 */
@keyframes arrow-move {
    0% {
        transform: translateX(-90%) rotate(-45deg);
    }

    100% {
        transform: translateX(90%) rotate(-45deg);
    }

}

.grid-06  .eng_ {
  margin: 0.1rem 0 -0.1rem 0;
}


.grid-06 li:hover .btn-more::after {
    animation: arrow-move 1s ease-in infinite;


}


/*側寫-垂直英文-裝飾*/
.grid-06 .eng-left {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    font-size: var(--fs-4xl);
    font-family: "Permanent Marker", cursive;
    font-family: "Damion", cursive;
    color: var(--bg-color);
    letter-spacing: 0.2rem;
    pointer-events: none;
    transform: translate(-36%,-2%);
    width: 14rem;
}


.grid-06 .article-title {

    letter-spacing: 0.15rem;
}


@media screen and (max-width: 1280px) {

.grid-06 .eng-left {

    width: 12rem;
}
}



@media screen and (max-width: 768px) {
.grid-06 article ul {
    gap: 12vw 4%;
display: flex; margin: 6rem auto 0;
  flex-wrap: wrap;
    /*! height: 260vw; */
}
.grid-06 article ul li {
    flex: initial;
  width: 48%;
  height: 134vw;
  border-radius: 10px;
  position: relative;
}

.grid-06 article ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  background: var(--dark09);
  width: 100%;
  height: 96%;
  left: -3%;
  top: -2%;
  border-radius: 10px;
  transition: all .5s ease;
}
.grid-06 article ul li:nth-child(even)::after {
  content: '';
  left: 0.5rem;
  top: 0.5rem;
  height: 111vw;
}
.grid-06 .text-group {

  padding: 3.5rem 0.5rem 2rem;

  /*! letter-spacing: -0.1rem; */
}


.grid-06 article ul li:nth-child(even):after{
    content: '';
    left: 4%;
bottom: 0;
    top: initial;
    top: 9%;
}

.grid-06 article ul li:nth-child(even):hover:after {
    content: '';
bottom: initial;
    top: 11%;
    left: 2%;
}

.grid-06 article ul li:nth-child(even) {
  z-index: 4;
  padding: 2rem 0 0 0;
}
.grid-06 article ul li:nth-child(3) {
    margin: -3rem 0 0 0;
}
.grid-06 article ul li:nth-child(4) {
  margin: -3rem 0 0 0;
}




.grid-06 .eng-s {

    right: 27%;
    bottom: -64%;
    width: 68%;
}
.grid-06 .article-title {
  font-size: var(--fs-h3);
}

.grid-06 .article-title {

    letter-spacing: 0.05rem;
}
.grid-06 article ul li:hover::after {
  content: '';
  top: 2%;
}
}




/*-----------------------------------------------
    grid-05 文章05
-----------------------------------------------*/
.grid-05.df-width
{
    overflow: inherit;
}
.grid-05 article {
    position: relative;
    height: 40rem;
}

/*文章框*/
.grid-05 article>.swiper-father {
    width: 123%;
    height: 45rem;
    position: absolute;
    right: 0rem;

}

.grid-05 .swiper-slide a{
    display: flex;
    flex-direction: column;
}

.grid-05-swiper {
    overflow: hidden;
}

/*圖*/
.grid-05 .photo_ {cursor: grab; border-radius: 10px;  }


.swiper-slide.order-01 { order: 1; }

.swiper-slide.order-02 { order: 2; }

.swiper-slide.order-03 { order: 3; }

.swiper-slide.order-04 { order: 4; }

.swiper-slide.order-05 { order: 5; }

.swiper-slide.order-06 { order: 6; }

.swiper-slide.order-07 { order: 7; }

.swiper-slide.order-08 { order: 8; }

.swiper-slide.order-09 { order: 9; }



.grid-05 .btn-more {
    margin: 0.5rem 0 0.7rem;
    padding: 0 1rem;
    border-radius: 5px;
    border: 0px solid var(--orange);
    font-size: var(--fs-s3);
    color: var(--black04);
    background: var(--white04);
    line-height: 1.5rem;
    height: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.1rem;
}

/*文*/

.grid-05 p {

    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    border-top: 1px dashed var(--black05);
    padding: .2rem 0 0 0;
    margin: 0.3em 0 0 0;
}



.grid-05 .eng_ {

    margin: 0 0 -0.1rem 0;
}

/*btn-next*/


.grid-05 .swiper-button-prev {
    width: 5rem;
    height: 5rem;
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    z-index: 10;
    cursor: pointer;
    background: url(../images/icon-add.png) center 0 /100% no-repeat;
    left: initial;
    margin: 0;
    bottom: initial;
    display: flex;
    justify-content: center;
    align-items: center;
}

.grid-05 .swiper-button-prev::after {

    content: '+';
    color: var(--bg-color);
    position: absolute;
    right: 15%;
    top: 8%;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: var(--fs-h1);
    transform-origin: center center;

    /*! transform: translate(-60%,20%); */
}

.grid-05 .swiper-father:hover .swiper-button-prev::after {
    animation: turn 1.5s ease-out 0s 10 both;
}

.grid-05 .swiper-button-prev:hover::after {
    animation: turn 0s ease-out 0s infinite both;
}



.grid-05  a:hover .btn-more {
    color: #fff;
    background: var(--orange);
}




@keyframes turn {

    0%,
    100% {
        transform: rotateZ(0deg);
    }

    25% {
        transform: rotateZ(-50deg);
    }

    50% {
        transform: rotateZ(0deg);
    }

    75% {
        transform: rotateZ(50deg);
    }
}

.turn {
    animation: turn 1s ease-out 0s 1 both;
}


@media screen and (max-width: 1600px) {

.grid-05 article {
    height: 43rem;
}

}
@media screen and (max-width: 1440px) {

.grid-05 article {
    height: 46rem;
}

}


@media screen and (max-width: 768px) {
.grid-05 article > .swiper-father {
  width: 180%;
  height: 140vw;
  right: 0rem;
}
.grid-05-swiper .swiper-slide {
  width: 74%;
  height: 100%;
  margin: 0;
  transform: scale(1);
}


.grid-05  .swiper-button-prev.swiper-button-disabled,
 .grid-05  .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}
  .grid-05 article {
    height: 135vw;
  }

  .grid-05 small {
  font-size: 0.95em;
}
}

/*-----------------------------------------------
    grid-04 文章04
-----------------------------------------------*/

.grid-04 article>ul {
    display: flex;
    gap: 2rem;
}

/* 左欄 li */
.grid-04 article>ul>li {
    flex: 0 0 45%;
    /* 左邊寬度 */
    display: flex;
    flex-direction: column;
    gap: 2rem;
    flex: 1.5;
}

/* 右欄 */
.grid-04 article>ul>li.form-03 {
    flex: 3;
    gap: 0rem;
}

/* 每塊內容 */
.grid-04 .form-01,
.grid-04 .form-02,
.grid-04 .form-03 {
    position: relative;
    border-radius: 10px;
    background: var(--white02);
    /*min-height: 20rem;*/
    overflow: hidden;
}


/*圖*/

.grid-04 .photo_ {
    /*aspect-ratio: 1024 / 512;*/
    aspect-ratio: 2 / 1.2;
}

.text-img-cover {
    position: absolute;
    z-index: 1;
    width: 100%;
    /*! height: 100%; */
    left: 0;
    top: 0;
    pointer-events: none;
    aspect-ratio: 2/1.2;
    overflow: hidden;
}



.grid-04 .text-group {
    padding: 1rem 2.2rem;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


/*btn*/
.grid-04 .btn-more {
    border: 0px solid var(--orange);
    color: var(--text-color);
    background: var(--white04);
    font-weight: 500;
}

@media screen and (max-width: 1440px) {
.grid-04 .text-group {
  padding: 1rem 1rem 1.5rem 2.5rem;
  position: relative;
}

}


@media screen and (max-width: 768px) {

.grid-04 article>ul {
    gap: 2rem;
    flex-direction: column;
}

/* 左欄 li */
.grid-04 article>ul>li {
     order: 2;
    flex: 0 0 45%;
    /* 左邊寬度 */
    display: flex;
    flex-direction: row;
    gap: 1rem;
    flex: 1.5;
}

/* 右欄 */
.grid-04 article>ul>li.form-03 {
    order: 1;
    flex: 3;
    gap: 0rem;
    flex-direction: column;
}

.grid-04 .text-group {
  padding: 1.5rem 1rem 1rem 1.5rem;
   flex-direction: column;
}

.grid-04 .form-01 .text-group,.grid-04 .form-02 .text-group {
  padding: 1rem 1rem 0rem 1rem;
}

.grid-04 .form-01 .eng_,.grid-04 .form-02 .eng_ {

  margin: 0rem 0 -0.8rem 0;

  line-height: 1.5;
}


}



/*-----------------------------------------------
    grid-03 文章03
-----------------------------------------------*/

.grid-03 article p {

  -webkit-line-clamp: 3;

  text-align: justify;
}

/*標題黑底*/
.black-bg:before {
    content: '';
    position: absolute;
    background: var(--black02);
    width: 0%;
    height: 81%;
    border-radius: 5px;
    z-index: -1;
    bottom: 10%;
    right: 0%;
}

.black-bg.show:before {
    content: '';
    width: 100%;
    transition: all .5s ease .1s;

}


.black-bg {
    color: #fff;
}


/*次標*/
/*.title-sub,
.title-sub.sl-effect.show {
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;

    padding: 0 .4em 0.4em 0;
    text-align: right;
}
*/

/*文章框*/
.grid-03 .swiper-father {
    width: 92%;
    height: 52rem;
    position: relative;
    margin: 5rem auto 0;
    /*! overflow: hidden; */
}


.grid-03-swiper .swiper-slide {
    padding: 0;
    margin: 0 0;
    position: relative;
    border-radius: 10px;
    height: 100%;
    min-width: 30%;

}

.grid-03-swiper .swiper-slide a{
    width: 100%;
}

.grid-03-swiper .slide-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /*! border: 1px solid var(--black08); */
}


/*圖*/



.grid-03-swiper .photo_ {
    overflow: hidden;
    width: 100%;
    height: 65%;
    bottom: 0;
}

.grid-03-swiper .photo_.top_ {

    bottom: initial;
    top: 0;
}

/*文*/

.grid-03-swiper .slide-wrap .text-group {

    max-height: 17rem;
    border: 1px solid var(--black08);
    border-radius: 10px 10px 0 0;
    border-bottom: var(--bg-color);
}

.grid-03-swiper .slide-wrap .text-group.text-align-bottom {

    border-radius: 0 0 10px 10px;
    border-bottom: 1px solid var(--black08);
}

.grid-03 .article-title.article-title  {
    background: var(--bg-color);
    position: absolute;
    top: -3rem;
    left: 25%;
    padding: 1rem;
    width: 3rem;
    letter-spacing: 0.2rem;
    min-height: 15rem;
    z-index: 10;
}

.grid-03 .eng-vertical {
    font-size: var(--fs-s3);
    left: 2.2rem;
}

.grid-03 .article-title.bottom {
    top: initial;
    bottom: -7rem;
    z-index: 10;
}



/*btn*/

.grid-03 .btn-more  {
    padding: 1rem 0.3rem;
    border-radius: 7px;
    border: 1px solid var(--black08);
    font-size: var(--fs-p);
    font-family: var(--font-family2);
    max-height: 5.5rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
    color: var(--text-color);
    margin: 1rem 0;
    min-width: 1rem;
    transition: all .3s ease;
    cursor: pointer;
}

.grid-03 a:hover .btn-more {
    /*letter-spacing: 0.3rem;*/
    margin: 2.5rem 0 2.5rem;
    /*letter-spacing: 0.2rem;*/
    /*padding: 0 1.2rem;*/
    color: var(--text-color);
    background: transparent;
}


.grid-03 .swiper-button-next,
.grid-03 .swiper-button-prev {
    display: none;
}

@media screen and (min-width: 1921px) {
    .grid-03 .article-title {
        top: -2rem;
        left: 25%;
        padding: 1rem;
        width: 3rem;
        min-height: 12rem;
    }

    .grid-03 .eng-vertical {
        top: 0rem;
        left: 2rem;
    }

    .grid-03 .article-title.bottom {
        top: initial;
        bottom: -7rem;
    }
}
@media screen and (max-width: 1440px) {

.black-bg:before {
    content: '';
    height: 73%;
}
}


@media screen and (max-width: 768px) {

    .grid-03 .swiper-button-next,
    .grid-03 .swiper-button-prev {
        display: block;
        position: absolute;
        width: 3rem;
        height: 3rem;
        top: -40%;
        opacity: 0.9;
        left: -1rem;
    }
.grid-03 .swiper-button-next{
     left: inherit;
     right: -1rem;
}



  .black-bg::before {
    content: '';
    height: 49%;
    bottom: 5%;

  }
.grid-03 .swiper-father {
  width: 92%;
  height: 47rem;
      margin: 5rem auto 0;
}

.grid-03-swiper .swiper-slide {
    padding: 0;
    margin: 0 4%;
    height: 100%;
overflow: inherit;
    width: 91%;
}

.grid-03 .swiper-button-next::after, .swiper-rtl .swiper-button-prev::after {
content: '';
    width: 100%;
    height: 100%;
    background: url(../images/icon-arrow.png) center 0 /100% no-repeat;
    position: absolute;
}
.grid-03 .swiper-button-prev::after, .swiper-rtl .swiper-button-next::after {
content: '';
    width: 100%;
    height: 100%;
    background: url(../images/icon-arrow.png) center 0 /100% no-repeat;
    transform:scale(-1);
    position: absolute;
}

}



/*-----------------------------------------------
    grid-02 文章02
-----------------------------------------------*/




/*標*/


.grid-02 .eng-vertical {

  left: 1.5rem;
}

.grid-02 .text-group-row{
    padding: 1rem 0.5rem;
}

/*文章*/
.grid-02 .text-group {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.grid-02 article ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    width: 108%;
    margin: 0 0% 0 -7%;
}

.grid-02 article ul li {
    height: 45rem;
    overflow: hidden;
}

.grid-02 .form-01 {
    padding: 1% 0% 0 10%;
    width: 50%;
}

.grid-02 .form-04 {
    padding: 2% 10% 0 2%;
    width: 50%;
}


.grid-02 .form-01 .text-group,
.grid-02 .form-04 .text-group {
    border: 1px solid var(--black09);
    /*! padding: 1.2rem; */
    /*! position: relative; */
    border-radius: 5px;
    height: 100%;
}

.grid-02 .form-02 {
    padding: 9% 0% 0 2%;
    width: 50%;
}

.grid-02 .form-03 {
    padding: 2% 0% 6% 2%;
    width: 50%;
}


.grid-02 .form-02 .text-group,
.grid-02 .form-03 .text-group {
    border: 1px solid var(--black09);
    padding: 1.2rem 1.2rem 0rem 1.2rem;
    position: relative;
    border-radius: 5px;
    height: 100%;
}


.grid-02 .article-title {
    padding: 0 0 0 1.5rem;
    max-height: 3.9rem;
    min-width: 41%;
    margin: 0 0 0 -0.7rem;
}



/*btn*/

.grid-02 .btn-more  {
    margin: 0.7rem 0 1.5rem;
    padding: 0 1rem;
    border-radius: 20px;
    border: 1px solid var(--orange);
    font-size: var(--fs-s1);
    color: var(--orange);
    background: var(--bg-color);
}

.grid-02 .btn-more:hover {
    /*letter-spacing: 0.2rem;*/
    /*padding: 0 1.2rem;*/
    color: #fff;
    background: var(--orange);
}


/*推薦*/
.grid-02 .flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    padding: 1rem 0 1.2rem;
    background: var(--black02);
    color: #fff;
    font-size: var(--fs-s1);
    letter-spacing: 0.1rem;
    font-weight: 600;
    writing-mode: vertical-rl;
    text-orientation: upright;
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 50% 80%, 0% 100%);
    position: absolute;
    right: 1rem;
    top: -0.5rem;
}

/*顯示隱藏*/
.grid-02 .btn-line {
    /*  */
    width: 85%;
    border-bottom: 1px solid var(--black09);
    margin: 3rem auto 0;
    left: 0;
    right: 0;
    position: relative;
    display: block;
}

.grid-02 .btn-add {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
    background: url(../images/icon-plus.png) center/100% no-repeat;
    border: none;
    position: absolute;
    display: block;
    border: 10px solid #fff;
    top: -2rem;
    left: -3%;
    right: 0;
    margin: auto;
    cursor: pointer;
}


.grid-02 .btn-add {
    background: url(../images/icon-plus.png) center/100% no-repeat;
}

.grid-02 .btn-add.open {
    background: url(../images/icon-remove.png) center/100% no-repeat;
}

/*圖*/
.grid-02  .photo_ img {
  width: 100%;

}

/*英文裝飾字*/
.grid-02  .eng-s-01 {
      top: 3rem;
    right: 0;

}

.grid-02 .eng-s-02 {
    bottom: 3rem;
    left: 32%;

    text-align: right;
}


@media screen and (min-width: 1921px) {

.grid-02 article ul li {
  height: 55rem;
}

.grid-02 article ul {
  width: 100%;
  margin: 0 0% 0 -7%;
}
}




@media screen and (max-width: 1440px) {

.grid-02 article ul li {
  height: 37rem;
}

}

@media screen and (max-width: 768px) {
.grid-02   .title_ {
    margin: 10% auto 3rem;
  }
.grid-02  .eng-s-01 {
      top: 25rem;
    left: 64%;

      transform: rotate(90deg);
      width: 12rem;
}

.grid-02 .eng-s-02 {
bottom: 6%;
  left: 64%;
  text-align: right;

      transform: rotate(90deg);
      width: 12rem;

}
.heading-title .eng-vertical {
  top: 30%;
  left: 1rem;
}

.grid-02 article ul {
  width: 100%;
  flex-direction: column;
  margin: auto;
}
.grid-02 .form-01 {
  padding: 0 0 0 1%;
  width: 78%;
}

.grid-02 .form-02 {
  padding: 5% 1% 0 1%;
  width: 100%;
  height: 31rem;
}
.grid-02 .form-03 {
  padding: 5% 1% 0 1%;
  width: 100%;
  height: 32rem;
}
.grid-02 .form-04 {
  padding: 5% 0 0 1%;
  width: 79%;
}
.grid-02 .form-02 .text-group-row,.grid-02 .form-03 .text-group-row,.grid-02 {
    flex-direction: column;
}
  .grid-02 article ul li {
    height: 33rem;
  }

}



/*-----------------------------------------------
    grid-01 文章01
-----------------------------------------------*/

.grid-01.df-width
{
    overflow: inherit;
}
.p-sp{
    font-size:var(--fs-s3);
    color: var(--black08);
    -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
.grid-01 .title_ {
    margin: 14rem auto 1rem;
  }

.grid-01 .title_ ul {
    border-bottom: 1px solid var(--line-color);
    padding: 0 1rem;
    justify-content: end;
    /*! max-height: ; */
}

/*大標*/
.grid-01 .heading-title {

    padding: 0.5rem 1rem 0 0;

    /*! line-height: initial; */
}



/*大標-次標*/
.grid-01 .title-sub {
    text-align: left;
    margin: 0.5rem 0 0 1rem;
}



/*大標英文*/
.grid-01 .title-eng {
    flex: 1;
    line-height: 140px;
    max-height: 7.5rem;
}




/*上下2篇*/
.grid-01 article {}

.grid-01 article>ul {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.grid-01 article>ul>li {
    flex: 1;
}

/*左右均分*/
.grid-01 .form-01 a,
.grid-01 .form-02 a{
    display: flex;
}
.grid-01 .form-02 p,.grid-01 .form-02 .article-title{
   text-align: right;
}
.grid-01 .form-01 a>div,
.grid-01 .form-02 a>div {
    height: 30rem;
    width: 50%;
}

.grid-01 .form-01 .text-group,
.grid-01 .form-02 .text-group {
    background: var(--white03);
    padding: 2.5rem;
    /*! position: relative; */
}






/*捲角*/
.grid-01 .form-01 .photo_:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 13%;
    height: 25%;
    background: url(../images/atricle/dog-ear.png) 0 0 /100% no-repeat;
    opacity: 1;

    max-width: 100px;
    transition: all 0.2s ease;
}

/* 捲角特效 */
.form-01:hover .photo_:before,
.form-02:hover .photo_:before {
    opacity: 0;
    transition: all 0.2s ease;
}

.grid-01 .form-02 .photo_:before {
    content: '';
    position: absolute;
    top: 0;
    right: -0.1em;
    z-index: 10;
    width: 13%;
    height: 25%;
    background: url(../images/atricle/dog-ear.png) 0 0 /100% no-repeat;

    max-width: 100px;
    transform: scaleX(-1);
}





.grid-01 .article-title {
    padding: 0 0 0 1.5rem;
    max-height: 3.9rem;
}


@media screen and (max-width: 768px) {

  .grid-01   .title_ {
    margin: 5rem auto 1rem;
  }

.grid-01 .form-01 a, .grid-01 .form-02 a{
  flex-direction: column;
}
.grid-01 .form-01 a > div, .grid-01 .form-02 a > div {
  width: 100%;
  height: 19rem;
}



.grid-01 .title_ ul li:nth-child(1) {
    display: none;
}
.grid-01 .heading-title {
  padding: 0;
  max-height: 3.6rem;
  line-height: 1;
}

.grid-01 .title-sub {
    text-align: right;
}


.grid-01 .form-02 a> .photo_{
    order: 1;
}
.grid-01 .form-02 a > .text-group{
    order: 2;
    text-align: right;
}
.grid-01 .form-01 .text-group, .grid-01 .form-02 .text-group {
  padding: 2rem 1.7rem;
}

.grid-01 .article-title {
  padding: 0 0 0 0.5rem;
}

.grid-01 .form-02 p{
   text-align: initial;
}

/*.grid-01   .sl-effect.show {
    line-height: 35px;
  }*/

.grid-01   .eng_ {
    margin: 0rem 0 0.1rem 0;
  }

}