@charset "UTF-8";
html, body {
  font-family: "Noto Sans CJK TC",Arial,sans-serif;
  box-sizing: border-box;
  background: #efefef; }

html {
  scroll-behavior: smooth; }

.full-page {
  height: 100vh; }

:target {
  padding-top: 100px;
  margin-top: -100px; }

.gotop {
  width: 50px;
  position: fixed;
  bottom: 100px;
  right: 20px;
  cursor: pointer;
  z-index: 99999; }
  .gotop img {
    width: 100%; }

.bar_m {
  display: none; }

.bar {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.8);
  color: #adadad;
  position: fixed;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 99; }
  .bar .gohome {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: 3%; }
    .bar .gohome .mobile01_logo {
      display: block;
      width: 120px;
      height: 50px;
      background: url("../images/logo_mobile01.png") no-repeat center center/100%;
      transition: 0.3s; }
    .bar .gohome .mobile01_logo:hover {
      transform: scale(0.95); }
    .bar .gohome .LG_logo {
      display: block;
      width: 58px;
      height: 50px;
      background: url("../images/LG_logo@2x.png") no-repeat center center/100%;
      margin-left: 20px;
      transition: 0.3s; }
    .bar .gohome .LG_logo:hover {
      transform: scale(0.95); }
  .bar .topmenu {
    width: auto;
    margin-left: 2rem;
    text-align: center;
    background: linear-gradient(45deg, #787878 0%, #adadad 39%, #FFFFFF 50%, #adadad 61%, #787878 100%);
    background-size: 200% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: move 4s ease infinite; }
    .bar .topmenu a {
      font-size: 1.3rem;
      line-height: 50px;
      color: #adadad;
      margin: 1.5rem 0 1.5rem 1.5rem; }

@keyframes move {
  0% {
    background-position: 100% 0%; }
  100% {
    background-position: -100% 0%; } }
.container {
  margin-top: 50px; }
  .container .main_img {
    display: block;
    width: 100%;
    height: 38.7vw;
    background: url("../images/main.jpg") no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    background-position: 0 50px; }
  .container .dataone {
    background: #FFF;
    width: 85%;
    padding: 1.5rem 7.5%; }
  .container article {
    width: 85%;
    height: auto;
    background: #FFFFFF;
    margin: 0 auto; }
    .container article p {
      font-size: 1rem;
      line-height: 1.5rem;
      color: #333333;
      margin: 0.5rem 0; }
    .container article hr {
      width: 100%;
      color: #adadad;
      margin-bottom: 3rem; }
    .container article h2 {
      font-size: 2em;
      font-weight: bolder;
      margin-bottom: 1rem; }
    .container article .news {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-bottom: 1rem; }
      .container article .news .news_box {
        width: 23.5%; }
        .container article .news .news_box .news_pic {
          width: 100%;
          height: 13vw;
          overflow: hidden; }
          .container article .news .news_box .news_pic img {
            width: 100%;
            transition: transform 0.5s ease; }
          .container article .news .news_box .news_pic img:hover {
            transform: scale(1.2);
            -ms-transform: scale(1.2);
            -webkit-transform: scale(1.2); }
        .container article .news .news_box h3 {
          font-size: 1.4rem;
          font-weight: 600;
          line-height: 2rem;
          color: #000000;
          margin: 0.5rem 0 0 0;
          transition: 0.2s; }
        .container article .news .news_box h3:hover {
          color: #004c28; }
        .container article .news .news_box p {
          font-size: 1rem;
          line-height: 1.5rem;
          color: #787878;
          margin: 0.5rem 0;
          transition: 0.2s; }
        .container article .news .news_box p:hover {
          color: #004c28; }
      .container article .news .news_gap1 {
        margin: 0 1% 0 2%; }
      .container article .news .news_gap2 {
        margin: 0 2% 0 1%; }
    .container article .news_slider {
      width: 100%;
      height: auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-bottom: 3rem;
      position: relative; }
      .container article .news_slider .news_box {
        width: 100%;
        text-align: left;
        display: table-cell; }
        .container article .news_slider .news_box .news_pic {
          height: 22vw;
          overflow: hidden;
          background: #555222; }
          .container article .news_slider .news_box .news_pic img {
            height: 100%;
            transition: transform 0.5s ease; }
          .container article .news_slider .news_box .news_pic img:hover {
            transform: scale(1.2);
            -ms-transform: scale(1.2);
            -webkit-transform: scale(1.2); }
        .container article .news_slider .news_box h3 {
          font-size: 1.4rem;
          font-weight: 600;
          line-height: 2rem;
          color: #000000;
          margin: 0.5rem 0 0 0;
          transition: 0.2s; }
        .container article .news_slider .news_box h3:hover {
          color: #004c28; }
        .container article .news_slider .news_box p {
          font-size: 1rem;
          line-height: 1.5rem;
          color: #787878;
          margin: 0.5rem 0;
          transition: 0.2s;
          display: block; }
        .container article .news_slider .news_box p:hover {
          color: #004c28; }
    .container article .news_box {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center; }
      .container article .news_box .temporary_box {
        width: 50%;
        margin-bottom: 3rem; }
        .container article .news_box .temporary_box p {
          font-size: 1rem;
          line-height: 1.2rem;
          color: #333333;
          margin: 0.5rem 0; }
        .container article .news_box .temporary_box p:hover {
          color: #004c28; }
        .container article .news_box .temporary_box .news_pic {
          overflow: hidden; }
          .container article .news_box .temporary_box .news_pic img {
            width: 100%;
            transition: transform 0.5s ease; }
          .container article .news_box .temporary_box .news_pic img:hover {
            transform: scale(1.2);
            -ms-transform: scale(1.2);
            -webkit-transform: scale(1.2); }
        .container article .news_box .temporary_box .box_L {
          margin-right: 1rem; }
        .container article .news_box .temporary_box .box_R {
          margin-left: 1rem; }
    .container article .video_box {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: center;
      margin-bottom: 7rem; }
      .container article .video_box .film_1 {
        margin-right: 1%; }
      .container article .video_box .film_2 {
        margin-left: 1%; }
      .container article .video_box div {
        width: 50%; }
        .container article .video_box div iframe {
          width: 100%;
          height: 23vw; }
        .container article .video_box div h3 {
          font-size: 1.4rem;
          font-weight: 600;
          line-height: 2rem;
          color: #000000;
          margin: 0;
          transition: 0.2s; }
  .container .reply {
    width: 85%;
    background: #efefef;
    text-align: center;
    padding: 5rem 0; }
    .container .reply h2 {
      padding: 0 0 1rem 0; }
    .container .reply .fans {
      width: 100%;
      margin: 0 auto;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      flex-wrap: wrap; }
      .container .reply .fans .fans_box {
        width: 31.33%;
        height: auto;
        box-sizing: border-box;
        border: #AFAFAF 1px solid;
        background: #FFFFFF;
        margin: 1%;
        padding: 1%;
        overflow: hidden; }
        .container .reply .fans .fans_box .fans_pic {
          width: 100%;
          height: 15.2vw;
          display: flex;
          align-items: center;
          justify-content: center;
          overflow: hidden; }
          .container .reply .fans .fans_box .fans_pic img {
            width: 100%; }
          .container .reply .fans .fans_box .fans_pic img:hover {
            -webkit-filter: brightness(115%);
            /* Safari */
            filter: brightness(115%);
            transition: 0.2s; }
        .container .reply .fans .fans_box .fans_text {
          width: 100%;
          display: flex;
          flex-direction: row;
          padding: 10px 0;
          position: relative; }
          .container .reply .fans .fans_box .fans_text .floor {
            display: block;
            width: auto;
            padding: 4px 10px;
            background: #787878;
            color: #FFFFFF;
            font-size: small;
            font-weight: lighter;
            position: absolute;
            right: 0;
            border-radius: 10px; }
          .container .reply .fans .fans_box .fans_text .avatar {
            width: 5vw;
            height: 5vw;
            border-radius: 10px;
            margin-right: 1rem;
            overflow: hidden; }
            .container .reply .fans .fans_box .fans_text .avatar img {
              width: 100%; }
          .container .reply .fans .fans_box .fans_text .data {
            text-align: left; }
            .container .reply .fans .fans_box .fans_text .data h3 {
              font-size: 1.4rem;
              font-weight: 600;
              line-height: 2rem;
              color: #004c28; }
            .container .reply .fans .fans_box .fans_text .data p {
              font-size: 0.9rem;
              color: #787878;
              text-align: left;
              margin: 0; }
        .container .reply .fans .fans_box p {
          font-size: 1rem;
          line-height: 1.5rem;
          color: #787878;
          margin: 0;
          text-align: left;
          text-overflow: ellipsis;
          overflow: hidden;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          /*超過n行文字消失*/ }
        .container .reply .fans .fans_box .more {
          padding: 4px 8px;
          font-size: small;
          margin-top: 10px;
          float: right;
          border-radius: 5px;
          border: none;
          background: #000000;
          color: #FFFFFF;
          cursor: pointer;
          transition: 0.2s; }
        .container .reply .fans .fans_box .more:hover {
          background: #004c28; }

footer {
  background: #000000;
  width: 100%;
  height: 80px; }
  footer ul {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; }
    footer ul li {
      font-size: x-small;
      letter-spacing: 1px;
      color: #FFFFFF;
      width: auto;
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
    footer ul .bottom_logo {
      width: 200px;
      height: 80px; }
      footer ul .bottom_logo img {
        width: 75%;
        margin: 0 auto; }

@media screen and (max-width: 1200px) {
  .gotop {
    width: 38px; }

  .bar .topmenu a {
    font-size: 1.2rem;
    margin: 1.4rem; }

  .container .bg_img {
    height: 60vw; }
    .container .bg_img .activity .btn_join {
      margin: 2.5vw auto; }
    .container .bg_img .activity .eventTEXT {
      width: 60%;
      padding: 1.8rem 2rem;
      margin: 2.5vw auto; }
  .container article .news .news_box p {
    line-height: 1.5rem; }
  .container .reply .fans .fans_box {
    width: 32.3333%;
    margin: 0.5%; }
    .container .reply .fans .fans_box .fans_text .floor {
      padding: 4px 8px; }
    .container .reply .fans .fans_box .fans_text .data h3 {
      font-size: 1.25rem;
      line-height: 1.8rem; }
    .container .reply .fans .fans_box p {
      line-height: 1.5rem; }

  footer {
    height: 60px; }
    footer ul .bottom_logo {
      height: 60px; } }
@media screen and (max-width: 960px) {
  .bar .topmenu {
    margin-left: 4%; }

  .container {
    /*.reply{
    	
    	.fans{
    		width: 85%;
    		
    		.fans_box{
    			width: 32.3333%;
    			margin: 0.5%;
    			
    			.fans_text{
    				.floor{ padding: 4px 8px;}
    				.data{ h3{ @include title_h3;}}
    			}
    			
    			p{ @include text_p;}
    		}
    	}
    }*/ }
    .container .bg_img {
      height: 80vw; }
    .container article .news_slider {
      height: auto;
      margin-bottom: 1rem; }
      .container article .news_slider .news_box {
        width: 100%; }
        .container article .news_slider .news_box .news_pic {
          height: 30vw; }
        .container article .news_slider .news_box h3 {
          font-size: 1.4rem;
          font-weight: 600;
          line-height: 2rem;
          margin: 0.5rem 0 0 0; } }
@media screen and (max-width: 768px) {
  :target {
    padding-top: 18vw;
    margin-top: -18vw; }

  .gotop {
    width: 35px;
    bottom: 20vw;
    right: 10px; }

  .bar_m {
    display: block;
    width: 100%;
    height: 12vw;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    top: 0;
    z-index: 999; }

  .bar {
    display: none;
    width: 98%;
    height: 12vw;
    padding-left: 2%; }
    .bar .gohome {
      right: 4%; }
      .bar .gohome .mobile01_logo {
        width: 30px;
        background: url("../images/mobile01_iocn_m.png") no-repeat center center/100%; }
      .bar .gohome .LG_logo {
        margin-left: 10px; }
    .bar .topmenu {
      display: none;
      text-align: left;
      margin-left: 0; }
      .bar .topmenu a {
        font-size: 3.7vw;
        line-height: 12vw;
        margin: 0 0.5rem; }

  .container {
    margin-top: 0; }
    .container .main_img {
      width: 100%;
      height: 144vw;
      background: url("../images/main_m.jpg") no-repeat;
      background-size: 100%;
      background-attachment: fixed;
      background-position: 0 12vw; }
    .container .bg_img {
      height: 225vw; }
      .container .bg_img .activity {
        width: 90%; }
        .container .bg_img .activity h2 {
          font-size: 1.8rem;
          margin-bottom: 2rem; }
        .container .bg_img .activity h3 {
          font-size: 1.2rem;
          line-height: 1.6rem; }
        .container .bg_img .activity ul {
          margin-top: 0.5rem; }
          .container .bg_img .activity ul li {
            width: 100%; }
            .container .bg_img .activity ul li .more {
              float: right;
              font-size: 1.2rem;
              font-weight: 300; }
        .container .bg_img .activity .btn_join {
          font-size: 1.8rem;
          padding: 10px 40px;
          margin: 1.5rem auto 1rem auto; }
        .container .bg_img .activity .eventTEXT {
          width: 90%;
          padding: 1rem 1rem;
          margin: 1.5rem auto; }
          .container .bg_img .activity .eventTEXT p {
            text-align: center; }
    .container article {
      width: 90%;
      margin: 0 auto; }
      .container article p {
        font-size: 1rem;
        line-height: 1.5rem;
        text-align: justify;
        margin: 3rem 0; }
      .container article hr {
        width: 100%;
        margin-bottom: 2rem; }
      .container article h2 {
        font-size: 1.8rem;
        margin-bottom: 0.3rem; }
      .container article .news {
        flex-wrap: wrap;
        margin-bottom: 3rem; }
        .container article .news .news_box {
          width: 100%; }
          .container article .news .news_box .news_pic {
            width: 100%;
            height: 55vw; }
          .container article .news .news_box h3 {
            font-size: 1.2rem;
            line-height: 1.6rem;
            margin: 0.5rem 0 0 0; }
          .container article .news .news_box p {
            font-size: 1rem;
            line-height: 1.5rem;
            margin: 0 0 1.5rem 0; }
        .container article .news .news_gap1 {
          margin: 0; }
        .container article .news .news_gap2 {
          margin: 0; }
      .container article .news_slider {
        height: auto;
        margin-bottom: 1rem;
        /*background: #ABC031;*/ }
        .container article .news_slider .news_box {
          width: 100%; }
          .container article .news_slider .news_box .news_pic {
            height: 55vw; }
          .container article .news_slider .news_box h3 {
            font-size: 1.2rem;
            line-height: 1.6rem;
            margin: 0.5rem 0 0 0; }
          .container article .news_slider .news_box p {
            font-size: 1rem;
            line-height: 1.5rem;
            margin: 0.5rem 0; }
      .container article .news_box {
        /*width: 100%;*/
        /*@include centered;*/
        flex-direction: column; }
        .container article .news_box .temporary_box {
          width: 100%;
          margin-bottom: 1rem;
          /*p{
          	font-size: 1rem;
          	line-height: 1.2rem;
          	color: $color_dg;
          	margin: 0.5rem 0;
          }
          
          p:hover{color: $color_main;}*/ }
          .container article .news_box .temporary_box .news_pic {
            overflow: hidden;
            margin-bottom: 0.5rem; }
            .container article .news_box .temporary_box .news_pic img {
              width: 100%;
              transition: transform 0.5s ease; }
            .container article .news_box .temporary_box .news_pic img:hover {
              transform: scale(1.2);
              -ms-transform: scale(1.2);
              -webkit-transform: scale(1.2); }
          .container article .news_box .temporary_box .box_L {
            margin-right: 0rem; }
          .container article .news_box .temporary_box .box_R {
            margin-left: 0rem; }
      .container article .video_box {
        flex-wrap: wrap;
        margin-bottom: 2rem; }
        .container article .video_box .film_1 {
          margin-right: 0; }
        .container article .video_box .film_2 {
          margin-left: 0; }
        .container article .video_box div {
          width: 100%; }
          .container article .video_box div iframe {
            height: 55vw; }
          .container article .video_box div h3 {
            font-size: 1.2rem;
            line-height: 1.6rem;
            margin: 0 0 1rem 0; }
    .container .reply {
      width: 100%;
      padding: 0 0; }
      .container .reply h2 {
        padding: 2rem 0 1rem 0; }
      .container .reply .fans {
        width: 100%;
        /*height: 120vw;*/
        flex-direction: column;
        flex-wrap: nowrap;
        overflow: hidden; }
        .container .reply .fans .fans_box {
          width: 90%;
          margin: 5%;
          padding: 10px; }
          .container .reply .fans .fans_box .fans_pic {
            height: 55vw; }
          .container .reply .fans .fans_box .fans_text .floor {
            padding: 4px 10px; }
          .container .reply .fans .fans_box .fans_text .avatar {
            width: 15vw;
            height: 15vw; }
          .container .reply .fans .fans_box .fans_text .data h3 {
            font-size: 1.2rem;
            line-height: 1.6rem; }
          .container .reply .fans .fans_box p {
            font-size: 1rem;
            line-height: 1.5rem; }

  footer {
    height: auto;
    margin-top: 2rem; }
    footer ul {
      flex-direction: column;
      align-items: center;
      padding-bottom: 1rem;
      margin: 0 1rem;
      text-align: center; }
      footer ul .bottom_logo {
        width: 200px;
        height: 60px; }
        footer ul .bottom_logo img {
          width: 75%;
          margin: 0 auto; } }

/*# sourceMappingURL=layout.css.map */
