#header {
  width: 100%;
  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;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 7px rgba(100, 100, 100, 0.2);
          box-shadow: 0 0 7px rgba(100, 100, 100, 0.2);
  background-color: #fff;
  z-index: 10;
}

#header .logo {
  padding-left: 30px;
}

#header .con_set {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#header .top_tag {
  padding: 15px 35px;
  position: relative;
  cursor: default;
}

#header .top_tag.active ul {
  display: block;
}

#header .top_tag ul {
  width: auto;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-box-shadow: 2px 2px 5px rgba(100, 100, 100, 0.2);
          box-shadow: 2px 2px 5px rgba(100, 100, 100, 0.2);
  display: none;
}

#header .top_tag ul a {
  width: 100%;
}

#header .top_tag ul li {
  width: 100%;
  min-width: 150px;
  padding: 15px 35px;
  background-color: #fff;
  cursor: pointer;
  white-space: nowrap;
}

#header .top_tag ul li img {
  margin-left: 10px;
}

#header .top_download {
  padding: 15px 35px;
  background-color: #19A9DD;
  color: #fff;
}

@media screen and (max-width: 600px) {
  #header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #header .logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 10px 0;
    text-align: center;
  }
  #header .con_set {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #header .top_tag {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: center;
  }
  #header .top_download {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  #header .top_tag {
    padding: 10px 35px;
  }
  #header .top_download {
    padding: 10px 35px;
  }
}

#top_outer {
  width: 100%;
  overflow: hidden;
  position: relative;
}

#top_outer::before {
  content: '';
  width: 100%;
  height: 50px;
  display: block;
}

@media screen and (max-width: 620px) {
  #top_outer::before {
    height: 90px;
  }
}

#top {
  width: 100%;
  position: relative;
}

#top .inner {
  min-height: 750px;
  position: relative;
}

#top .text {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

#top .text h3, #top .text > h6 {
  margin-bottom: 30px;
}

#top .pic {
  margin-right: -10%;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(10%);
          transform: translateY(-50%) translateX(10%);
  z-index: 1;
}

#top .pic h6 {
  max-width: 58vw;
}

#top .circle {
  width: 40%;
  padding-bottom: 40%;
  border-radius: 2000px;
  position: absolute;
  top: 0;
  right: 0;
}

#top .circle.blue {
  background-color: #19A9DD;
  opacity: .1;
  -webkit-transform: translateX(-18%) translateY(-12%);
          transform: translateX(-18%) translateY(-12%);
  -webkit-animation: bc 12s infinite;
          animation: bc 12s infinite;
}

#top .circle.green {
  background-color: #19C98E;
  opacity: .1;
  -webkit-transform: translateX(16%) translateY(19%);
          transform: translateX(16%) translateY(19%);
  -webkit-animation: gc 17s infinite;
          animation: gc 17s infinite;
}

@-webkit-keyframes bc {
  0% {
    -webkit-transform: translateX(-18%) translateY(-12%);
            transform: translateX(-18%) translateY(-12%);
  }
  50% {
    -webkit-transform: translateX(-10%) translateY(-9%);
            transform: translateX(-10%) translateY(-9%);
  }
  100% {
    -webkit-transform: translateX(-18%) translateY(-12%);
            transform: translateX(-18%) translateY(-12%);
  }
}

@keyframes bc {
  0% {
    -webkit-transform: translateX(-18%) translateY(-12%);
            transform: translateX(-18%) translateY(-12%);
  }
  50% {
    -webkit-transform: translateX(-10%) translateY(-9%);
            transform: translateX(-10%) translateY(-9%);
  }
  100% {
    -webkit-transform: translateX(-18%) translateY(-12%);
            transform: translateX(-18%) translateY(-12%);
  }
}

@-webkit-keyframes gc {
  0% {
    -webkit-transform: translateX(16%) translateY(19%);
            transform: translateX(16%) translateY(19%);
  }
  50% {
    -webkit-transform: translateX(8%) translateY(11%);
            transform: translateX(8%) translateY(11%);
  }
  100% {
    -webkit-transform: translateX(16%) translateY(19%);
            transform: translateX(16%) translateY(19%);
  }
}

@keyframes gc {
  0% {
    -webkit-transform: translateX(16%) translateY(19%);
            transform: translateX(16%) translateY(19%);
  }
  50% {
    -webkit-transform: translateX(8%) translateY(11%);
            transform: translateX(8%) translateY(11%);
  }
  100% {
    -webkit-transform: translateX(16%) translateY(19%);
            transform: translateX(16%) translateY(19%);
  }
}

@media screen and (max-width: 1280px) {
  #top .inner {
    width: 80%;
  }
}

@media screen and (max-width: 1023px) {
  #top .inner {
    width: 90%;
    min-height: auto;
  }
  #top .text {
    width: 100%;
    padding: 50px 0 20px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    text-align: center;
  }
  #top .pic {
    margin-right: 0;
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
  }
  #top .pic h6 {
    max-width: none;
  }
}

#why {
  padding: 40px 0 100px;
  text-align: center;
}

#why .w1200 > h4,
#why .w1200 > p {
  margin-bottom: 40px;
}

#why .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

#why .list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  min-width: 100px;
  max-width: 300px;
  margin: 0 15px;
  position: relative;
  cursor: pointer;
}

#why .list li p, #why .list li h6 {
  -webkit-transition: .3s;
  transition: .3s;
}

#why .list li:hover p, #why .list li:hover h6 {
  opacity: .7;
}

#why .list li .epmnum.numani, #why .list li .treenum.numani {
  -webkit-animation: 1.5s numani both;
          animation: 1.5s numani both;
}

#why .list .decoration {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-20px);
          transform: translateX(-50%) translateY(-20px);
}

#why .list .imp {
  font-size: 6em;
  line-height: 1.2;
}

#why .list .imp span.txt-green {
  font-size: 1rem;
}

#why .list .imp sup.txt-green {
  font-size: .5em;
}

#why .list .imp span.epmnum, #why .list .imp span.treenum {
  font-size: inherit !important;
  line-height: inherit;
}

@-webkit-keyframes numani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    text-shadow: 0px 0px 15px transparent;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    text-shadow: 0px 0px 15px rgba(244, 181, 23, 0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    text-shadow: 0px 0px 15px transparent;
  }
}

@keyframes numani {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    text-shadow: 0px 0px 15px transparent;
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    text-shadow: 0px 0px 15px rgba(244, 181, 23, 0.8);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    text-shadow: 0px 0px 15px transparent;
  }
}

@media screen and (max-width: 768px) {
  #why .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #why .list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 600px) {
  #why .list .imp {
    font-size: 4em;
  }
}

#floor {
  background-color: #F4FAFD;
  padding: 120px 0;
}

#floor .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#floor .inner.it {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#floor .inner > h4 {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}

#floor .video_set {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  padding-right: 50px;
}

#floor .video_outer {
  width: 100%;
  padding-bottom: 62.8%;
  position: relative;
}

#floor .video_outer .pd {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}

#floor .video_outer video {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-58%) scale(0.81);
          transform: translateX(-50%) translateY(-58%) scale(0.81);
  display: none;
}

#floor .video_outer video.active {
  display: block;
}

#floor .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

#floor .text > div h4,
#floor .text > div h5,
#floor .text > div p {
  margin-bottom: 30px;
}

#floor .text .content {
  display: none;
}

#floor .text .content.active {
  display: block;
}

#floor .list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%;
  min-width: 170px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

#floor .list li {
  padding: 10px 20px;
  margin: 0 20px 10px;
  border-radius: 7px;
  vertical-align: middle;
  cursor: pointer;
}

#floor .list li:hover, #floor .list li.active {
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 7px;
          box-shadow: rgba(0, 0, 0, 0.1) 3px 3px 7px;
}

#floor .list li:hover svg rect, #floor .list li:hover svg line, #floor .list li:hover svg circle, #floor .list li.active svg rect, #floor .list li.active svg line, #floor .list li.active svg circle {
  stroke: #19c98e;
}

#floor .list li:hover svg path, #floor .list li.active svg path {
  fill: #19c98e;
}

#floor .list svg {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

#floor .list svg rect, #floor .list svg line, #floor .list svg circle {
  stroke: #909090;
}

#floor .list svg path {
  fill: #909090;
}

@media screen and (max-width: 1024px) {
  #floor .video_set {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60%;
            flex: 0 0 60%;
  }
  #floor .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }
}

@media screen and (max-width: 1023px) {
  #floor .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #floor .video_set {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #floor .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px;
  }
  #floor .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #floor .list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 768px) {
  #floor {
    padding: 50px 0;
  }
}

@media screen and (max-width: 600px) {
  #floor .list {
    width: 100%;
  }
}

#mon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mon .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: -10%;
  position: relative;
  z-index: 2;
}

#mon .text > h4 {
  margin-bottom: 30px;
}

#mon .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#mon .list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  min-width: 120px;
  padding: 0 30px 0 0;
  text-align: center;
}

#mon .list img {
  width: 90%;
  margin-bottom: 10px;
}

#mon .bg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

#mon img {
  display: inline-block;
  vertical-align: top;
}

#mon .wi {
  display: block;
}

#mon .wi1366 {
  display: none;
}

@media screen and (max-width: 1366px) {
  #mon .wi {
    display: none;
  }
  #mon .wi1366 {
    display: block;
  }
}

@media screen and (max-width: 1280px) {
  #mon {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #mon .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-left: 0;
    padding: 30px 10%;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #mon .list {
    max-width: 600px;
    margin: auto;
  }
  #mon .list li {
    padding: 0 2%;
  }
  #mon .bg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #mon .wi {
    display: block;
  }
  #mon .wi1366 {
    display: none;
  }
}

@media screen and (max-width: 620px) {
  #mon .text {
    padding: 30px 5%;
  }
}

@media screen and (max-width: 500px) {
  #mon .list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 370px;
  }
  #mon .list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 2% 20px;
  }
}

#asset {
  padding: 130px 0;
  text-align: center;
}

#asset .w1200 > h4,
#asset .w1200 > p {
  margin-bottom: 40px;
}

#asset .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#asset .list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  position: relative;
}

#asset .list li img {
  width: 60%;
  min-width: 120px;
  margin-bottom: 10px;
}

#asset .list li h6 {
  text-align: center;
}

@media screen and (max-width: 1280px) {
  #asset .list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #asset .list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  #asset {
    padding: 50px 0;
  }
  #asset .list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #asset .list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
  #asset .list h6 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 375px) {
  #asset .list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

#security {
  background-color: #0B93C4;
  position: relative;
  overflow: hidden;
}

#security .inner {
  min-height: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#security .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

#security .text > h4 {
  margin-bottom: 30px;
}

#security .pic_set {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  text-align: center;
  position: relative;
  min-width: 500px;
}

#security .pic_set .t01 {
  width: 100%;
  margin: 0 0 0 auto;
  padding-bottom: 100%;
  background-image: url(../img/06-set.svg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-animation: bs 5s infinite;
          animation: bs 5s infinite;
}

#security .pic_set .t02 {
  width: 100%;
  margin: 0 0 0 auto;
  padding-bottom: 100%;
  background-image: url(../img/06-security.svg);
  background-size: 25%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
}

#security .circle {
  width: 80%;
  padding-bottom: 80%;
  border-radius: 2000px;
  position: absolute;
  top: 0;
  left: 50%;
}

#security .circle.bg {
  background-color: #fff;
  opacity: .1;
  -webkit-transform: translateX(-10%) translateY(-7%);
          transform: translateX(-10%) translateY(-7%);
  -webkit-animation: bg 7s infinite;
          animation: bg 7s infinite;
}

@-webkit-keyframes bg {
  0% {
    -webkit-transform: translateX(-10%) translateY(-7%);
            transform: translateX(-10%) translateY(-7%);
  }
  50% {
    -webkit-transform: translateX(-10%) translateY(-7%) scale(1.1);
            transform: translateX(-10%) translateY(-7%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-10%) translateY(-7%);
            transform: translateX(-10%) translateY(-7%);
  }
}

@keyframes bg {
  0% {
    -webkit-transform: translateX(-10%) translateY(-7%);
            transform: translateX(-10%) translateY(-7%);
  }
  50% {
    -webkit-transform: translateX(-10%) translateY(-7%) scale(1.1);
            transform: translateX(-10%) translateY(-7%) scale(1.1);
  }
  100% {
    -webkit-transform: translateX(-10%) translateY(-7%);
            transform: translateX(-10%) translateY(-7%);
  }
}

@-webkit-keyframes bs {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bs {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media screen and (max-width: 1023px) {
  #security .inner {
    min-height: 650px;
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #security .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #security .pic_set {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    min-width: auto;
    max-width: 400px;
  }
  #security .pic_set .t01 {
    margin: 0 auto;
    background-size: cover;
  }
  #security .pic_set .t02 {
    margin: 0 auto;
    background-size: 25%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

#setting {
  padding: 10% 0 40px;
  background-color: #EFF6FA;
  margin-bottom: 22%;
}

#setting .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: calc(-10% - 200px);
}

#setting .img_set {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
}

#setting .img_set .f {
  width: 3.4%;
  position: absolute;
  top: 0%;
  left: 32%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-animation: file 10s infinite linear;
          animation: file 10s infinite linear;
}

#setting .img_set .f.f2 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

#setting .img_set .f.f3 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

#setting .img_set .f.f4 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

#setting .img_set .f.f5 {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

#setting .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding: 70px 8%;
}

#setting .text > h4 {
  margin-bottom: 30px;
}

@-webkit-keyframes file {
  0% {
    top: 0%;
    left: 32%;
  }
  25% {
    top: -20%;
    left: 41%;
  }
  50% {
    top: -25%;
    left: 50%;
  }
  75% {
    top: -20%;
    left: 59%;
  }
  100% {
    top: 0%;
    left: 68%;
  }
}

@keyframes file {
  0% {
    top: 0%;
    left: 32%;
  }
  25% {
    top: -20%;
    left: 41%;
  }
  50% {
    top: -25%;
    left: 50%;
  }
  75% {
    top: -20%;
    left: 59%;
  }
  100% {
    top: 0%;
    left: 68%;
  }
}

@media screen and (max-width: 1024px) {
  #setting {
    padding: 10% 0 40px;
    background-color: #EFF6FA;
    margin-bottom: 0;
  }
  #setting .inner {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 620px) {
  #setting {
    padding: 15% 0 40px;
  }
  #setting .text {
    padding: 50px 0 20px;
  }
}

#tag2 {
  padding: 50px 0 40px;
}

#tag2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#tag2 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 60px);
          flex: 0 0 calc(50% - 60px);
  margin: 30px;
  padding: 120px 70px;
  background-color: #E7F4FA;
  text-align: center;
}

#tag2 li > img {
  margin-bottom: 20px;
  width: 90%;
  max-width: 150px;
}

#tag2 li > h6 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  #tag2 li {
    padding: 60px;
  }
}

@media screen and (max-width: 1024px) {
  #tag2 {
    padding: 40px 0;
  }
}

@media screen and (max-width: 1023px) {
  #tag2 .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #tag2 li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 30px 0;
    padding: 60px;
  }
}

#cmc {
  background-color: #3D9EC9;
  padding: 70px 0;
}

#cmc .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cmc .text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70%;
          flex: 0 0 70%;
  padding: 30px;
}

#cmc .text h4 {
  margin-bottom: 50px;
}

#cmc .cmc_num {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
  text-align: center;
}

#cmc .cmc_num .cmc_100 {
  font-size: 100px;
  line-height: 1;
}

#cmc .cmc_num .cmc_100 sup {
  font-size: .7em;
}

@media screen and (max-width: 1023px) {
  #cmc .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #cmc .text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
  #cmc .cmc_num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media screen and (max-width: 768px) {
  #cmc {
    padding: 30px 0;
  }
  #cmc .cmc_num {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  #cmc .cmc_num .cmc_100 {
    font-size: 70px;
  }
}

@media screen and (max-width: 620px) {
  #cmc .text {
    padding: 30px 0;
  }
  #cmc .text h4 {
    margin-bottom: 30px;
  }
}

footer {
  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;
  background-color: #325383;
}

footer nav a, footer nav p {
  display: inline-block;
  padding: 5px 10px;
  opacity: .8;
}

footer nav a {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer nav {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

#to_top {
  position: fixed;
  cursor: pointer;
  z-index: 10;
  bottom: 50px;
  right: 50px;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 620px) {
  #to_top {
    width: 30px;
    height: 30px;
    bottom: 20px;
    right: 20px;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

#faq,
#manual {
  background-color: #fafafa;
  min-height: calc(100vh - 40px);
}

#faq h4,
#manual h4 {
  padding: 50px 0 0;
}

#faq .list,
#manual .list {
  padding: 40px 0 50px;
}

#faq .item,
#manual .item {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 7px rgba(100, 100, 100, 0.2);
          box-shadow: 2px 2px 7px rgba(100, 100, 100, 0.2);
  margin: 20px 0;
  display: block;
}

#faq .item:hover .title, #faq .item.active .title,
#manual .item:hover .title,
#manual .item.active .title {
  background-color: #F4FAFD;
}

#faq .item.active .info,
#manual .item.active .info {
  display: block;
}

#faq .title,
#manual .title {
  padding: 15px 15px 15px 30px;
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
}

#faq .title::before,
#manual .title::before {
  content: '';
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #19A9DD;
}

#faq .info,
#manual .info {
  padding: 30px;
  display: none;
}

#faq::before,
#manual::before {
  content: '';
  width: 100%;
  height: 50px;
  display: block;
}

@media screen and (max-width: 620px) {
  #faq h6,
  #manual h6 {
    font-size: 1.1rem;
  }
  #faq::before,
  #manual::before {
    height: 90px;
  }
}

#video {
  min-height: calc(100vh - 34px);
  padding: 50px 0;
}

#video h4 {
  padding: 50px 0 0;
  margin-bottom: 4%;
}

#video .videobox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  box-shadow: 0px 0px 10px #00000020;
  -webkit-box-shadow: 0px 0px 10px #00000020;
  -moz-box-shadow: 0px 0px 10px #00000020;
}

#video .videobox .videofield {
  width: 70%;
}

#video .videobox .videofield video {
  display: none;
  width: 100%;
}

#video .videobox .videofield video.active {
  display: block;
}

#video .videobox .videofield .yt-container {
  position: relative;
  width: 100%;
  padding-bottom: 56%;
}

#video .videobox .videofield .yt-container #yt-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video .videobox .navfield {
  position: absolute;
  left: 69%;
  width: 28%;
  height: calc(100% - 44px);
  margin-left: 2%;
  overflow-y: scroll;
}

#video .videobox .navfield .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  cursor: pointer;
  padding-left: 10px;
}

#video .videobox .navfield .box .left {
  padding: 10px 0;
  width: 100px;
  min-width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
}

#video .videobox .navfield .box .left .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#video .videobox .navfield .box .right {
  padding: 10px 0;
}

#video .videobox .navfield .box.active {
  background-color: #00000010;
}

#video .videobox .navfield .box:hover {
  background-color: #dceef8;
}

@media screen and (max-width: 1366px) {
  #video .videobox .videofield {
    width: 65%;
  }
  #video .videobox .videofield video {
    width: 100%;
  }
  #video .videobox .navfield {
    width: 33%;
    left: 64%;
  }
}

@media screen and (max-width: 1366px) {
  #video .videobox .videofield {
    width: 65%;
  }
  #video .videobox .videofield video {
    width: 100%;
  }
  #video .videobox .navfield {
    width: 33%;
    left: 64%;
  }
}

@media screen and (max-width: 1023px) {
  #video .videobox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #video .videobox .videofield {
    width: 100%;
    margin-bottom: 10px;
  }
  #video .videobox .navfield {
    position: static;
    width: 100%;
    height: 400px;
  }
}

@media screen and (max-width: 480px) {
  #video .videobox .navfield {
    height: 300px;
  }
}

#hd-key {
  background-color: #fafafa;
  min-height: calc(100vh - 40px);
}

#hd-key .mobile_show {
  display: none !important;
}

#hd-key h4 {
  padding: 50px 0 20px;
}

#hd-key::before {
  content: '';
  width: 100%;
  height: 50px;
  display: block;
}

#key_table_outer .select_bar {
  margin-top: 70px;
  margin-bottom: 20px;
}

#key_table_outer .select_bar select {
  width: auto;
  display: inline-block;
  margin-right: 20px;
}

#key_table_outer .select_bar button svg,
#key_table_outer .select_bar button p {
  display: inline-block;
  vertical-align: middle;
}

#key_table_outer .select_bar button svg .a {
  fill: none;
  stroke: #909090;
  stroke-linecap: round;
  stroke-linejoin: round;
}

#key_table_outer .select_bar button:hover svg .a {
  stroke: #19A9DD;
}

#key_table_outer .select_bar button:hover p {
  color: #19A9DD;
}

#main_table {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px;
          box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px;
}

#main_table .table_outer {
  max-height: 400px;
  overflow: auto;
}

#main_table table {
  width: 100%;
}

#main_table td {
  padding: 10px 0;
  text-align: center;
}

#main_table td.editable {
  cursor: pointer;
}

#main_table td.editable input {
  max-width: 300px;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}

#main_table td.editable:hover p::after {
  opacity: 1;
}

#main_table td.editable p {
  position: relative;
  display: inline-block;
}

#main_table td.editable p::after {
  content: url(../img/key/edit.svg);
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(calc(100% + 10px));
          transform: translateY(-50%) translateX(calc(100% + 10px));
}

#main_table td.editable p.hide {
  display: none;
}

#main_table td.editable input.hide {
  display: none;
}

#main_table .add_new_key_td {
  width: 38%;
}

#main_table thead {
  background-color: #fff;
}

#main_table tbody td {
  position: relative;
}

#main_table tbody tr .status {
  position: relative;
}

#main_table tbody tr:nth-child(odd) {
  background-color: #F7F7F7;
}

#main_table tbody tr:nth-child(even) {
  background-color: #FFFFFF;
}

#main_table tbody tr.success .status {
  color: #19C98E;
}

#main_table tbody tr.success .status::before {
  content: url(../img/key/success.svg);
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

#main_table tbody tr.error {
  background-color: #FCEDEF;
}

#main_table tbody tr.error .status {
  color: #E74659;
}

#main_table tbody tr.error .status::before {
  content: url(../img/key/x.svg);
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

#main_table tbody .add_new_key {
  width: 80%;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px;
          box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px;
}

#main_table tbody .add_new_key input {
  margin: 0;
  width: calc(100% - 50px);
  display: inline-block;
  border: none;
}

#main_table tbody .add_new_key button {
  width: 50px;
  margin-left: -5px;
  padding: 7px 10px;
  background-color: #19A9DD;
  display: inline-block;
}

#main_table .control {
  padding: 50px 0;
  text-align: center;
}

#main_table .control button, #main_table .control a {
  width: 202px;
  margin: 0 5px;
}

#main_table .control button img, #main_table .control a img {
  margin-right: 5px;
  vertical-align: middle;
}

#mobile_itembox {
  margin-bottom: 20px;
  width: 100%;
  display: none;
}

#mobile_itembox .mobile_item {
  margin: 10px 0;
  padding-left: 5px;
  position: relative;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px;
          box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px;
  border-radius: 10px;
  overflow: hidden;
}

#mobile_itembox .mobile_item::before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #19A9DD;
}

#mobile_itembox table {
  width: 100%;
}

#mobile_itembox td {
  padding: 10px 5px 10px 10px;
}

#mobile_itembox td.mobile_editable input {
  max-width: 300px;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px;
}

#mobile_itembox td.mobile_editable p.hide {
  display: none;
}

#mobile_itembox td.mobile_editable input.hide {
  display: none;
}

#mobile_itembox tr .status {
  position: relative;
}

#mobile_itembox tr:nth-child(even) {
  background-color: #F7F7F7;
}

#mobile_itembox tr:nth-child(odd) {
  background-color: #FFFFFF;
}

#mobile_itembox tr.success .status {
  color: #19C98E;
}

#mobile_itembox tr.success .status::before {
  content: url(../img/key/success.svg);
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

#mobile_itembox tr.error {
  background-color: #FCEDEF;
}

#mobile_itembox tr.error .status {
  color: #E74659;
}

#loading {
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#loading.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#loading .inner {
  text-align: center;
}

#loading .cricle {
  width: 80px;
  height: 80px;
  border: 5px #fff solid;
  border-bottom: 5px transparent solid;
  border-radius: 80px;
  -webkit-animation: cr 3s both linear infinite;
          animation: cr 3s both linear infinite;
  display: inline-block;
}

@-webkit-keyframes cr {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes cr {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.key_lightbox_text {
  margin: 20px 0 0;
  display: inline-block;
  text-align: left;
}

.key_lightbox_text img {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 850px) {
  #key .mobile_none {
    display: none !important;
  }
  #key .mobile_show {
    display: block !important;
  }
  #main_table {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #main_table tbody tr {
    width: calc(100% - 5px);
    margin: 10px 0;
    display: block;
    -webkit-box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px;
            box-shadow: rgba(0, 0, 0, 0.05) 0 0 15px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
  }
  #main_table tbody tr::before {
    content: '';
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #19A9DD;
    z-index: 1;
  }
  #main_table tbody tr:nth-child(odd), #main_table tbody tr:nth-child(even), #main_table tbody tr.error {
    background-color: #FFFFFF;
  }
  #main_table tbody tr.error .rwd-status-bg {
    background-color: #FCEDEF;
  }
  #main_table tbody td {
    padding: 5px 10px;
    width: 100%;
    display: block;
    text-align: left;
  }
  #main_table tbody td:nth-child(odd) {
    background-color: #F7F7F7;
  }
  #main_table tbody td:nth-child(even) {
    background-color: #FFFFFF;
  }
  #main_table tbody td.editable p::after {
    display: none;
  }
  #main_table tbody .rwd-editouter .mobile_edit {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #main_table tbody .rwd-title:before {
    content: attr(data-label);
    width: 15%;
    min-width: 95px;
    display: inline-block;
    color: #0B3870;
    vertical-align: middle;
  }
  #main_table tbody .rwd-title p,
  #main_table tbody .rwd-title input {
    width: calc(100% - 100px);
    display: inline-block;
    vertical-align: middle;
  }
  #main_table tbody .add_new_key {
    width: 100%;
    font-size: .9em;
  }
  #main_table .add_new_key_td {
    width: 100%;
  }
  #main_table .control {
    padding: 30px 0;
    background-color: #fff;
  }
  #main_table .control button, #main_table .control a {
    display: block;
    margin: 5px auto;
  }
  #mobile_itembox {
    display: block;
  }
}

@media screen and (max-width: 620px) {
  #key h6 {
    font-size: 1.1rem;
  }
  #key::before {
    height: 90px;
  }
}
