@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;
  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%;
  }
}
.main {
  width: 100%;
  margin-top: 50px;
}
.main .main_pc {
  display: block;
}
.main .main_mobile {
  display: none;
}

.container .dataone {
  background: #FFF;
  width: 85%;
  padding: 1.5rem 7.5%;
}
.container .dataone p {
  color: #787878;
  margin-bottom: 1rem;
  text-align: center;
}
.container .dataone p span {
  font-size: 1.05rem;
  font-weight: 700;
}
.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;
  display: flex;
  flex-direction: row;
}
.container article .news .news_box {
  width: 49%;
}
.container article .news .news_box .news_pic {
  width: 100%;
  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;
  padding-bottom: 100px;
}
.container article .news .news_box p:hover {
  color: #004c28;
}
.container article .news .news_gap1 {
  margin: 0 1% 0 0;
}
.container article .news .news_gap2 {
  margin: 0 0 0 1%;
}
.container article .share {
  width: 100%;
  height: 20vw;
  padding-bottom: 5rem;
}
.container article .share a {
  color: #000000;
}
.container article .share .box {
  width: 100%;
}
.container article .share .box .pic {
  width: 100%;
  height: 15vw;
  overflow: hidden;
}
.container article .share .box .pic img {
  height: 100%;
}
.container article .share .box .text {
  width: 100%;
  text-align: left;
}
.container article .share .box .text h3 {
  font-size: 1.2rem;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /*超過n行文字消失*/
}
.container .reply {
  width: 85%;
  background: #efefef;
  text-align: center;
  padding: 5rem 0;
}
.container .reply h2 {
  padding: 0 0 1rem 0;
}
.container .reply .netizens {
  width: 100%;
  padding-bottom: 30px;
}
.container .reply .netizens .container {
  width: 100%;
}
.container .reply .netizens .container iframe {
  width: 100%;
}

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: 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;
  }
  .main {
    width: 100%;
    margin-top: 12vw;
  }
  .main .main_pc {
    display: none;
  }
  .main .main_mobile {
    display: block;
  }
  .container {
    margin-top: 0;
  }
  .container .dataone p {
    margin-bottom: 3rem;
  }
  .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 {
    display: flex;
    flex-direction: column;
  }
  .container article .news .news_box {
    width: 100%;
  }
  .container article .news .news_box h3 {
    font-size: 1.2rem;
    line-height: 1.6rem;
    color: #000000;
  }
  .container article .news .news_box h3:hover {
    color: #004c28;
  }
  .container article .news .news_box p {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-bottom: 30px;
  }
  .container article .news .news_gap1 {
    margin: 0;
  }
  .container article .news .news_gap2 {
    margin: 0;
  }
  .container article .share {
    width: 100%;
    height: 80vw;
  }
  .container article .share a {
    color: #000000;
  }
  .container article .share .box {
    width: 100%;
  }
  .container article .share .box .pic {
    width: 100%;
    height: 60vw;
    overflow: hidden;
  }
  .container article .share .box .pic img {
    height: 100%;
  }
  .container article .share .box .text {
    width: 100%;
    text-align: left;
  }
  .container article .share .box .text h3 {
    font-size: 1.2rem;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /*超過n行文字消失*/
  }
  .container .reply {
    width: 100%;
    padding: 0 0;
  }
  .container .reply h2 {
    padding: 2rem 0 1rem 0;
  }
  .container .reply .netizens {
    width: 100%;
    height: auto;
  }
  .container .reply .netizens .container {
    width: 100%;
  }
  .container .reply .netizens .container iframe {
    width: 100%;
  }
  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 */