@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  text-decoration: none;
  vertical-align: baseline
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block}
ol, ul {list-style: none}
blockquote, q {quotes: none}
iframe{border: none; border-width: 0}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
.img-fluid{max-width:100%;height:auto}
body {
  font-family: 'Roboto', 'Helvetica', 'Microsoft JhengHei', 'sans-serif';
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  background: #212d61 url(../img/bg-middle.svg) no-repeat center/100%;
}
.aspect-ratio {
  position: relative;
  height: 0;
}
#virusfly, header {width: 100%}
.header,
section.section-murmur, .section-video, .section-expert-opinion {
  position: relative;
  width: 100%;
  padding: 3.5rem 0;
}
.wrapper {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-end;
  background: url(../img/bg-top.svg)no-repeat top/100%;
}
.wrapper .social-link {
  display: inline-flex;
  justify-content: flex-end;
  margin: 0.938rem 1.5rem;
}
.wrapper .social-link a {
  position: relative;
  width: 30px;
  height: 30px;
}
.wrapper .social-link a:first-child {
  background: url(../img/icon-fb.svg) no-repeat center/50%;
  margin-right: 1.75rem;
}
.wrapper .social-link a:last-child {
  background: url(../img/icon-ig.svg) no-repeat center/100%;
}
.wrapper h1.logo {
  width: 450px;
  /* height: 160px; */
  padding-top: 26%;
  background: url(../img/logo.svg) no-repeat center/100%;
  margin: 0 auto;
  /* margin: 4.5rem auto; */
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  webkit-animation: revolving 5s 2s infinite;
  animation: revolving 5s 2s infinite;
  -webkit-animation: revolving 5s 2s infinite;
}
@-webkit-keyframes revolving {
  5%,40% {
    -webkit-transform: translate3d(-1px, 0, 0);
  }
  10%,30% {
    -webkit-transform: translate3d(1px, 0, 0);
  }
  21%,31% {
    transform: scale(0.99);
    -webkit-transform: scale(0.99);
    -moz-transform: scale(0.99);
    -ms-transform: scale(0.99);
    -o-transform: scale(0.99);
  }
  15%,20%,25% {
    -webkit-transform: translate3d(-2px, 0, 0);
  }
  18%,23% {
    -webkit-transform: translate3d(4px, 0, 0);
  }
}
.wrapper .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 auto 2rem;
}
.wrapper .text .text-sm {display: none}
.wrapper .text .text-lg {
  width: 100%;
}
.wrapper .text-lg.ar-text img {
  width: 100%;
}
.wrapper .text-lg.ar-text {
  padding-bottom: 23.47%;
}
.text a {
  margin-top: 3rem;
}

.ppl-wrap {
  position: relative;
  width: 100%;
  max-width: 360px;
  margin: auto;
  overflow: hidden;
}
.ppl-wrap .ppl-overlay {
  position: absolute;
  background: rgba(0,0,0,0.6);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  z-index: 2;
}
.ppl-wrap:hover .ppl-overlay{
  opacity: 1;
}
.ppl-overlay a {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  color:#fc0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1;
  padding: 0.875rem 2.5rem;
  background:rgba(0,0,0,0.5);
  transition: .2s;
  -webkit-transition: .2s;
  -ms-transition: .2s;
  -moz-transition: .2s;
}
.ppl-overlay a:hover {
  color:#333;
  background:rgba(201, 255, 8, 0.7);
}
.ppl-image{
  width: 100%;
  vertical-align: bottom;
}
.ppl-wrap img.ppl-image {
  -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  z-index: 1;
}
.ppl-wrap:hover img.ppl-image {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	/*-webkit-filter: blur(3px);
	filter: blur(3px);
	 */:;
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}
.ppl-mrmr, .ppl-mrmr img { width: 100%;}
.ppl-mrmr {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.ppl-wrap:hover .ppl-mrmr{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.fadeIn-bottom{
  top: 80%;
  z-index: 3;
}

.hr {
  max-width: 175px;
  margin: 4rem auto 0;
}
.hr img{
  width: 100%;
}
.video {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  margin: auto;
}
.embed-resp {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-resp.ar-embed-resp {
  padding-bottom: 56.25%;
}
.embed-resp-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.txt-center {text-align: center;}

.section-expert-opinion {
  background: url(../img/bg-bottom.png)no-repeat bottom/100%;
}
.eo-title {
  max-width: 300px;
  width: 100%;
}
.footer-copyright {
  width: 100%;
  padding: 30rem 1rem 0;
}
.footer-copyright p {
  font-size: 1rem;
  line-height: 1.5;
  opacity: .75;
}

#top{
  display: block;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
}
#top:hover{
  opacity: .7;
}

@media (max-width: 425px) {
  .wrapper .social-link {
    margin: 0.875rem 1.25rem;
  }
  .wrapper .social-link a:first-child {
    margin-right: 0.875rem;
  }
  .wrapper h1.logo {
    width: 75%;
    margin: 0 auto;
  }
  .footer-copyright {
    padding: 2.5rem 1rem 4rem;
  }
}
@media (min-width: 426px) and (max-width: 575px) {
  .footer-copyright {
    padding: 3rem 1rem 3.6rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .footer-copyright {
    padding: 3.5rem 1rem 4.5rem;
  }
}
@media (max-width: 767px) {
  .header, section.section-murmur, .section-video, .section-expert-opinion {padding: 2.5rem 0}
  .flex-sm {
    display: -ms-flexbox;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
  }
  .flex-sm header .wrapper {order:1}
  .flex-sm .section-video {order:2}
  .flex-sm .section-murmur {order:3}
  .flex-sm .section-expert-opinion {order:4}
  .img-fluid {width: 100%}
  .wrapper .text .text-lg {display: none}
  .wrapper .text .text-sm {
    display: block;
    width: 100%;
    height: auto;
  }
  .wrapper .social-link a {width: 27px; height: 27px}
  .wrapper .social-link a:first-child {margin-right: 1rem}
  .ppl-wrap {
    max-width: 100%;
  }
  #virusfly {
    width: 95%;
    margin: auto;
    overflow: hidden;
  }
  .wrapper h1.logo {
    width: 75%;
    padding-top: 35%;
    margin: 0 auto;
  }
  .text a {
    max-width: 130px;
    margin-top: 1rem;
  }
  .hr {
    max-width: 150px;
    margin: 3.5rem auto 0;
  }
  .footer-copyright p {
    font-size: 0.9375rem;
  }
  .mb-br::before {
    content:'';
    display: block;
  }
  #top{
    right: 0;
    bottom: 20px;
    width: 50px;
    height: 45px;
  }
  #top img{
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wrapper h1.logo {
    width: 65%;
    margin: 0 auto;
  }
  .footer-copyright {
    padding: 5rem 1rem 6rem;
  }
}