#loading {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -105vh;
  left: 0;
  z-index: 999999;
  background: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  #loading > div > div:nth-child(2) img {
    width: 52.0833333333vw;
  }
}
@media (min-width: 992px) {
  #loading > div > div:nth-child(2) img {
    width: 15.625vw;
  }
}

body.loading {
  overflow: hidden;
}
body.loading #loading {
  top: 0;
  left: 0;
  opacity: 1;
}

.part {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.parts {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

body {
  overflow-x: hidden;
  background: #000000;
}

.wrapper {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

section,
.sec {
  position: relative;
}

.secAnchor {
  position: absolute;
  width: 50vw;
  height: 1px;
  left: 0;
  z-index: 999999;
}
@media (max-width: 991px) {
  .secAnchor {
    top: -15vw;
  }
}
@media (min-width: 992px) {
  .secAnchor {
    top: -4.7916666667vw;
  }
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99;
}
@media (max-width: 991px) {
  .header {
    height: 15vw;
  }
}
@media (min-width: 992px) {
  .header {
    height: 4.7916666667vw;
  }
}
.header .header-inner {
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
@media (max-width: 991px) {
  .header .header-inner {
    height: 15vw;
  }
}
@media (min-width: 992px) {
  .header .header-inner {
    height: 4.7916666667vw;
  }
}
.header .header-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 0;
}
.header .logos {
  position: relative;
}
.header .logo {
  position: relative;
}
@media (max-width: 991px) {
  .header .logo {
    margin-left: 5.8333333333vw;
    margin-top: 0vw;
  }
}
@media (min-width: 992px) {
  .header .logo {
    margin-left: 2.8645833333vw;
    margin-top: 3.8541666667vw;
  }
}
.header .logo a {
  display: block;
}
@media (max-width: 991px) {
  .header .logo a img {
    width: 23.75vw;
  }
}
@media (min-width: 992px) {
  .header .logo a img {
    width: 13.4895833333vw;
  }
}
.header ul,
.header li {
  padding: 0;
  margin: 0;
  list-style: none;
}
@media (max-width: 991px) {
  .header .menu {
    position: fixed;
    display: none;
    z-index: 90;
    left: 0;
    top: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, 0.8);
    width: 100vw;
    height: 100vh;
    padding-top: 13.125vw;
  }
  .header .menu ul {
    position: relative;
    width: 80.4166666667%;
    margin-left: auto;
    margin-right: auto;
  }
  .header .menu ul li {
    margin-bottom: 0;
    overflow: hidden;
  }
  .header .menu ul li a {
    text-decoration: none;
    display: block;
    height: 12.5vw;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .header .menu ul li a span {
    font-weight: bold;
    font-size: 4.7916666667vw;
    color: #ffffff;
  }
  .header .btn-menu {
    position: relative;
    z-index: 92;
    display: block;
    right: 3.6458333333vw;
    width: 9.375vw;
    height: 9.375vw;
  }
  .header .btn-menu:hover, .header .btn-menu:active, .header .btn-menu:focus {
    outline: none !important;
    border: none !important;
  }
  .header .btn-menu > img:nth-child(2) {
    display: none;
  }
}
@media (min-width: 992px) {
  .header .menu {
    position: fixed;
    display: none;
    z-index: 90;
    background-color: rgba(0, 0, 0, 0.8);
    width: 25vw;
    height: 100vh;
    right: 0;
    top: 0;
    padding-top: 7.7083333333vw;
  }
  .header .menu ul {
    position: relative;
    width: 80.4166666667%;
    left: -1.0416666667vw;
    margin-left: auto;
    margin-right: auto;
  }
  .header .menu ul li {
    position: relative;
    padding: 1.0416666667vw 0;
  }
  .header .menu ul li a {
    text-decoration: none;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .header .menu ul li a span {
    font-size: 2.0833333333vw;
    color: #ffffff;
  }
  .header .btn-menu {
    position: relative;
    z-index: 92;
    display: block;
    right: 2.34375vw;
    width: 3.9583333333vw;
    height: 3.9583333333vw;
  }
  .header .btn-menu:hover, .header .btn-menu:active, .header .btn-menu:focus {
    outline: none !important;
    border: none !important;
  }
  .header .btn-menu > img:nth-child(2) {
    display: none;
  }
}

body.scrolled .header {
  background-color: rgb(0, 0, 0);
}
body.scrolled .header .logo {
  position: relative;
}
@media (max-width: 991px) {
  body.scrolled .header .logo {
    margin-top: 0vw;
  }
}
@media (min-width: 992px) {
  body.scrolled .header .logo {
    margin-top: 0vw;
  }
}

#kv {
  position: relative;
}
@media (max-width: 991px) {
  #kv {
    margin-top: -10.4166666667vw;
    background: url("../images/kv/bg_m.jpg") center bottom no-repeat;
    background-size: 100% auto;
  }
}
@media (min-width: 992px) {
  #kv {
    background: url("../images/kv/bg900.jpg") center bottom no-repeat;
    background-size: 100% auto;
  }
}
#kv .yt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0 !important;
}
#kv .img {
  position: relative;
  z-index: 1 !important;
}
#kv .img img {
  opacity: 0;
}

#sec_menu ul,
#sec_menu li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
}
#sec_menu ul {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
@media (min-width: 992px) {
  #sec_menu ul {
    margin-top: 2.8645833333vw;
  }
}
@media (max-width: 991px) {
  #sec_menu ul {
    margin-top: 5.7291666667vw;
  }
}
#sec_menu li:hover {
  opacity: 0.8;
}
@media (min-width: 992px) {
  #sec_menu li img {
    width: 13.8020833333vw;
  }
}
@media (max-width: 991px) {
  #sec_menu li img {
    width: 27.6041666667vw;
  }
}

@media (min-width: 992px) {
  #sec1 a:hover {
    transform: translatey(-4px);
  }
}
#sec1 .sec-inner {
  position: relative;
}
#sec1 .sec-inner .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  #sec1 .sec-inner .title {
    left: 1.0416666667vw;
    margin-top: -4.6875vw;
  }
}
@media (min-width: 992px) {
  #sec1 .sec-inner .title {
    left: 0.78125vw;
    margin-top: -1.5625vw;
  }
}
@media (max-width: 991px) {
  #sec1 .sec-inner .title img {
    width: 97.2916666667vw;
  }
}
@media (min-width: 992px) {
  #sec1 .sec-inner .title img {
    width: 48.6458333333vw;
  }
}
#sec1 .sec-inner .short {
  position: relative;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 991px) {
  #sec1 .sec-inner .short {
    margin-top: -6.7708333333vw;
    font-size: 3.75vw;
  }
}
@media (min-width: 992px) {
  #sec1 .sec-inner .short {
    margin-top: -3.125vw;
    font-size: 1.4583333333vw;
  }
}
#sec1 .sec-inner .info {
  position: relative;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 991px) {
  #sec1 .sec-inner .info {
    line-height: 1.75;
    padding-top: 3.125vw;
    font-size: 3.75vw;
  }
}
@media (min-width: 992px) {
  #sec1 .sec-inner .info {
    line-height: 1.96;
    padding-top: 1.5625vw;
    font-size: 1.4583333333vw;
  }
}
#sec1 .sec-inner .btn-more {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  #sec1 .sec-inner .btn-more {
    padding-top: 5.2083333333vw;
  }
}
@media (min-width: 992px) {
  #sec1 .sec-inner .btn-more {
    padding-top: 1.0416666667vw;
  }
}
@media (max-width: 991px) {
  #sec1 .sec-inner .btn-more img {
    width: 93.75vw;
  }
}
@media (min-width: 992px) {
  #sec1 .sec-inner .btn-more img {
    width: 50.7291666667vw;
  }
}
#sec1 .sec-inner .subtitle {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  #sec1 .sec-inner .subtitle {
    padding-top: 1.0416666667vw;
  }
}
@media (min-width: 992px) {
  #sec1 .sec-inner .subtitle {
    padding-top: 1.25vw;
  }
}
@media (max-width: 991px) {
  #sec1 .sec-inner .subtitle img {
    width: 53.125vw;
  }
}
@media (min-width: 992px) {
  #sec1 .sec-inner .subtitle img {
    width: 20.2083333333vw;
  }
}
#sec1 .sec-inner .ls {
  position: relative;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  #sec1 .sec-inner .ls {
    width: 100%;
    margin-top: -1.5625vw;
    padding-bottom: 2.6041666667vw;
  }
}
@media (min-width: 992px) {
  #sec1 .sec-inner .ls {
    width: 88.5416666667vw;
    margin-top: -0.78125vw;
    padding-bottom: 0.78125vw;
  }
}
@media (max-width: 991px) {
  #sec1 .sec-inner .ls a {
    margin-left: -0.8333333333vw;
    margin-right: -0.8333333333vw;
    width: 43.2291666667vw;
  }
}
@media (min-width: 992px) {
  #sec1 .sec-inner .ls a {
    margin-left: -0.4166666667vw;
    margin-right: -0.4166666667vw;
    width: 16.1979166667vw;
  }
}

@media (min-width: 992px) {
  #sec2 a:hover {
    transform: translatey(-4px);
  }
}
#sec2 .sec-inner {
  position: relative;
}
#sec2 .sec-inner .title {
  position: absolute;
}
@media (max-width: 991px) {
  #sec2 .sec-inner .title {
    left: 4.4791666667vw;
    top: 3.9583333333vw;
    width: 91.875vw;
    height: 50.2083333333vw;
  }
}
@media (min-width: 992px) {
  #sec2 .sec-inner .title {
    left: 8.4375vw;
    top: 5.2604166667vw;
    width: 69.53125vw;
    height: 38.1770833333vw;
  }
}
#sec2 .sec-inner .p1 {
  position: absolute;
}
@media (max-width: 991px) {
  #sec2 .sec-inner .p1 {
    left: 62.5vw;
    top: -40.625vw;
    width: 39.5833333333vw;
  }
}
@media (min-width: 992px) {
  #sec2 .sec-inner .p1 {
    left: 72.3958333333vw;
    top: 4.375vw;
    width: 33.75vw;
  }
}
#sec2 .sec-inner .p2 {
  position: absolute;
}
@media (max-width: 991px) {
  #sec2 .sec-inner .p2 {
    left: 78.3333333333vw;
    top: 35.7291666667vw;
    width: 13.4375vw;
    height: 11.0416666667vw;
  }
}
@media (min-width: 992px) {
  #sec2 .sec-inner .p2 {
    left: 64.3229166667vw;
    top: 29.53125vw;
    width: 10.15625vw;
    height: 8.3333333333vw;
  }
}
#sec2 .sec-inner .info {
  position: absolute;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 991px) {
  #sec2 .sec-inner .info {
    line-height: 1.75;
    left: 5.8333333333vw;
    top: 56.4583333333vw;
    font-size: 3.75vw;
  }
}
@media (min-width: 992px) {
  #sec2 .sec-inner .info {
    line-height: 1.96;
    left: 51.0416666667vw;
    top: 38.0208333333vw;
    font-size: 1.3541666667vw;
  }
}
#sec2 .sec-inner .ls {
  position: absolute;
}
@media (max-width: 991px) {
  #sec2 .sec-inner .ls {
    left: 0.8333333333vw;
    top: 67.1875vw;
    width: 98.9583333333vw;
  }
}
@media (min-width: 992px) {
  #sec2 .sec-inner .ls {
    left: 9.7395833333vw;
    top: 41.40625vw;
    width: 81.5104166667vw;
  }
}
#sec2 .sec-inner .note {
  position: absolute;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 991px) {
  #sec2 .sec-inner .note {
    left: 39.5833333333vw;
    top: 163.75vw;
    font-size: 3.3333333333vw;
  }
}
@media (min-width: 992px) {
  #sec2 .sec-inner .note {
    left: 45.8333333333vw;
    top: 63.0208333333vw;
    font-size: 1.1458333333vw;
  }
}
#sec2 .sec-inner .btn-more {
  position: absolute;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  #sec2 .sec-inner .btn-more {
    left: 0;
    top: 169.2708333333vw;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #sec2 .sec-inner .btn-more {
    left: 0;
    top: 66.1458333333vw;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #sec2 .sec-inner .btn-more img {
    width: 79.1666666667vw;
  }
}
@media (min-width: 992px) {
  #sec2 .sec-inner .btn-more img {
    width: 33.6979166667vw;
  }
}

#sec3 .sec-inner {
  position: relative;
}
#sec3 .sec-inner .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  #sec3 .sec-inner .title {
    margin-top: 3.125vw;
  }
}
@media (min-width: 992px) {
  #sec3 .sec-inner .title {
    margin-top: 1.9270833333vw;
  }
}
@media (max-width: 991px) {
  #sec3 .sec-inner .title img {
    width: 80.3125vw;
  }
}
@media (min-width: 992px) {
  #sec3 .sec-inner .title img {
    width: 40.15625vw;
  }
}
#sec3 .sec-inner .short {
  position: relative;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 991px) {
  #sec3 .sec-inner .short {
    margin-top: -3.125vw;
    font-size: 3.75vw;
  }
}
@media (min-width: 992px) {
  #sec3 .sec-inner .short {
    margin-top: -1.0416666667vw;
    font-size: 1.4583333333vw;
  }
}
#sec3 .sec-inner .slide {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  #sec3 .sec-inner .slide {
    margin-top: 4.1666666667vw;
    width: 212.5vw;
    left: -55.7291666667vw;
  }
}
@media (min-width: 992px) {
  #sec3 .sec-inner .slide {
    margin-top: 0.8854166667vw;
    width: 82.2916666667vw;
  }
}
#sec3 .sec-inner .slide .item {
  position: relative;
}
@media (max-width: 992px) {
  #sec3 .sec-inner .slide .item {
    width: 58.8541666667vw;
    margin-left: 5.7291666667vw;
    margin-right: 5.7291666667vw;
  }
}
@media (min-width: 992px) {
  #sec3 .sec-inner .slide .item {
    width: 24.6354166667vw;
    margin-left: 1.3958333333vw;
    margin-right: 1.3958333333vw;
  }
}
#sec3 .slick-prev,
#sec3 .slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  color: transparent;
}
@media (max-width: 991px) {
  #sec3 .slick-prev,
#sec3 .slick-next {
    width: 5.7291666667vw;
    height: 10.7291666667vw;
    top: 22.9166666667vw;
  }
}
@media (min-width: 992px) {
  #sec3 .slick-prev,
#sec3 .slick-next {
    width: 2.2916666667vw;
    height: 4.3229166667vw;
    top: 9.7916666667vw;
  }
}
#sec3 .slick-prev {
  background: url("../images/sec3/btn-prev.png") center center no-repeat;
  background-size: 99% 99%;
}
@media (max-width: 991px) {
  #sec3 .slick-prev {
    left: 67.7083333333vw;
  }
}
@media (min-width: 992px) {
  #sec3 .slick-prev {
    left: -2.0833333333vw;
  }
}
#sec3 .slick-next {
  background: url("../images/sec3/btn-next.png") center center no-repeat;
  background-size: 99% 99%;
}
@media (max-width: 991px) {
  #sec3 .slick-next {
    right: 67.7083333333vw;
  }
}
@media (min-width: 992px) {
  #sec3 .slick-next {
    right: -2.0833333333vw;
  }
}

#sec4 .sec-inner {
  position: relative;
}
#sec4 .sec-inner .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  #sec4 .sec-inner .title {
    margin-top: 7.2916666667vw;
  }
}
@media (min-width: 992px) {
  #sec4 .sec-inner .title {
    margin-top: 3.6458333333vw;
  }
}
@media (max-width: 991px) {
  #sec4 .sec-inner .title img {
    width: 92.7083333333vw;
  }
}
@media (min-width: 992px) {
  #sec4 .sec-inner .title img {
    width: 47.4479166667vw;
  }
}
#sec4 .sec-inner .short {
  position: relative;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 991px) {
  #sec4 .sec-inner .short {
    margin-top: 0.8333333333vw;
    font-size: 3.75vw;
  }
}
@media (min-width: 992px) {
  #sec4 .sec-inner .short {
    margin-top: 0.78125vw;
    font-size: 1.4583333333vw;
  }
}
#sec4 .sec-inner .ls {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  #sec4 .sec-inner .ls {
    margin-top: 9.375vw;
  }
}
@media (min-width: 992px) {
  #sec4 .sec-inner .ls {
    margin-top: 2.34375vw;
  }
}
#sec4 .sec-inner .ls .item {
  position: relative;
}
@media (max-width: 992px) {
  #sec4 .sec-inner .ls .item {
    width: 43.2291666667vw;
    margin-left: 1.6666666667vw;
    margin-right: 1.6666666667vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media (min-width: 992px) {
  #sec4 .sec-inner .ls .item {
    width: 19.0625vw;
    margin-left: 0.78125vw;
    margin-right: 0.78125vw;
  }
}
#sec4 .sec-inner .ls .item .part {
  text-align: justify;
  color: #ffffff;
}
@media (max-width: 992px) {
  #sec4 .sec-inner .ls .item .part {
    padding-top: 34.8958333333vw;
    padding-left: 2.6041666667vw;
    padding-right: 2.6041666667vw;
    font-size: 3.3333333333vw;
    line-height: 1.7;
  }
}
@media (min-width: 992px) {
  #sec4 .sec-inner .ls .item .part {
    padding-top: 15.1041666667vw;
    padding-left: 1.3020833333vw;
    padding-right: 1.3020833333vw;
    font-size: 1.3541666667vw;
    line-height: 1.7;
  }
}
@media (max-width: 992px) {
  #sec4 .sec-inner .ls .item.item4 .part {
    line-height: 1.4;
  }
}
#sec5 .sec-inner {
  position: relative;
}
#sec5 .sec-inner .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  #sec5 .sec-inner .title {
    left: 2.6041666667vw;
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 992px) {
  #sec5 .sec-inner .title {
    left: 1.3020833333vw;
    margin-top: 0.5208333333vw;
  }
}
@media (max-width: 991px) {
  #sec5 .sec-inner .title img {
    width: 95.8333333333vw;
  }
}
@media (min-width: 992px) {
  #sec5 .sec-inner .title img {
    width: 60.1041666667vw;
  }
}
#sec5 .sec-inner .short {
  position: relative;
  text-align: center;
  color: #ffffff;
  line-height: 1.5;
  font-weight: bold;
}
@media (max-width: 991px) {
  #sec5 .sec-inner .short {
    margin-top: -1.5625vw;
    font-size: 3.75vw;
  }
}
@media (min-width: 992px) {
  #sec5 .sec-inner .short {
    margin-top: -0.5208333333vw;
    font-size: 1.4583333333vw;
  }
}
#sec5 .sec-inner .slide {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991px) {
  #sec5 .sec-inner .slide {
    margin-top: 6.25vw;
    width: 89.5833333333vw;
  }
}
@media (min-width: 992px) {
  #sec5 .sec-inner .slide {
    margin-top: 2.34375vw;
    width: 73.9583333333vw;
  }
}
#sec5 .sec-inner .slide .item {
  position: relative;
}
#sec6 a {
  display: block;
}
@media (min-width: 992px) {
  #sec6 a:hover {
    transform: translatey(-4px);
  }
}
#sec6 .sec-inner {
  position: relative;
}
#sec6 .sec-inner .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  #sec6 .sec-inner .title {
    left: 2.8125vw;
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 992px) {
  #sec6 .sec-inner .title {
    left: 1.8229166667vw;
  }
}
@media (max-width: 991px) {
  #sec6 .sec-inner .title img {
    width: 96.875vw;
  }
}
@media (min-width: 992px) {
  #sec6 .sec-inner .title img {
    width: 53.0729166667vw;
  }
}
#sec6 .sec-inner .ls {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  #sec6 .sec-inner .ls {
    margin-top: 1.0416666667vw;
  }
}
@media (min-width: 992px) {
  #sec6 .sec-inner .ls {
    margin-top: 2.8125vw;
  }
}
#sec6 .sec-inner .ls .item {
  position: relative;
}
@media (max-width: 992px) {
  #sec6 .sec-inner .ls .item {
    width: 46.875vw;
    margin-left: 0vw;
    margin-right: 0vw;
  }
}
@media (min-width: 992px) {
  #sec6 .sec-inner .ls .item {
    width: 20.4166666667vw;
    margin-left: 1.8229166667vw;
    margin-right: 1.8229166667vw;
  }
}
#sec6 .sec-inner .btn-act {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  #sec6 .sec-inner .btn-act {
    padding-top: 3.125vw;
  }
}
@media (min-width: 992px) {
  #sec6 .sec-inner .btn-act {
    padding-top: 2.6041666667vw;
    margin-left: -0.5208333333vw;
  }
}
@media (max-width: 991px) {
  #sec6 .sec-inner .btn-act img {
    width: 68.75vw;
  }
}
@media (min-width: 992px) {
  #sec6 .sec-inner .btn-act img {
    width: 29.4791666667vw;
  }
}
#sec6 .sec-inner .p1 {
  position: absolute;
}
@media (max-width: 991px) {
  #sec6 .sec-inner .p1 {
    left: -5.7291666667vw;
    top: 92.7083333333vw;
    width: 18.2291666667vw;
  }
}
@media (min-width: 992px) {
  #sec6 .sec-inner .p1 {
    left: 6.1979166667vw;
    top: 13.75vw;
    width: 13.1770833333vw;
  }
}
#sec6 .sec-inner .p2 {
  position: absolute;
}
@media (max-width: 991px) {
  #sec6 .sec-inner .p2 {
    left: 86.3541666667vw;
    top: 84.375vw;
    width: 15.4166666667vw;
    height: 20.8333333333vw;
  }
}
@media (min-width: 992px) {
  #sec6 .sec-inner .p2 {
    left: 81.5104166667vw;
    top: 20.0520833333vw;
    width: 10.7291666667vw;
    height: 14.6354166667vw;
  }
}
#sec6 .sec-inner .p3 {
  position: absolute;
}
@media (max-width: 991px) {
  #sec6 .sec-inner .p3 {
    left: 12.1875vw;
    top: 114.5833333333vw;
    width: 16.6666666667vw;
    height: 19.4791666667vw;
  }
}
@media (min-width: 992px) {
  #sec6 .sec-inner .p3 {
    left: 11.8229166667vw;
    top: 43.75vw;
    width: 12.03125vw;
    height: 14.1145833333vw;
  }
}
#sec6 .sec-inner .p4 {
  position: absolute;
}
@media (max-width: 991px) {
  #sec6 .sec-inner .p4 {
    left: 53.3333333333vw;
    top: 117.3958333333vw;
    width: 21.7708333333vw;
    height: 15.9375vw;
  }
}
@media (min-width: 992px) {
  #sec6 .sec-inner .p4 {
    left: 72.8645833333vw;
    top: 45.46875vw;
    width: 15.8333333333vw;
    height: 11.5625vw;
  }
}

.right-nav {
  position: fixed;
  z-index: 80;
  right: 0;
  display: none;
}
@media (max-width: 991px) {
  .right-nav {
    width: 14.2708333333vw;
    bottom: 12.2916666667vw;
  }
}
@media (min-width: 992px) {
  .right-nav {
    width: 7.6041666667vw;
    bottom: 2.65625vw;
  }
}

.btn-scrolltop {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .btn-scrolltop {
    width: 3.9583333333vw;
  }
}
@media (max-width: 991px) {
  .btn-scrolltop {
    width: 8.0208333333vw;
  }
}
.btn-scrolltop:hover {
  opacity: 0.8;
}

body.popuping {
  overflow: hidden;
}

.pop {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow-y: auto;
  background-color: rgba(255, 255, 255, 0.6);
  display: none;
  z-index: 999;
}
@media (min-width: 768px) {
  .pop {
    padding-top: 10.4166666667vw;
    padding-bottom: 5.2083333333vw;
  }
}
@media (max-width: 767px) {
  .pop {
    padding-top: 20.8333333333vw;
    padding-bottom: 10.4166666667vw;
  }
}
.pop .inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.pop .btn-pop-close {
  position: absolute;
  z-index: 9;
}
@media (min-width: 992px) {
  .pop .btn-pop-close {
    right: 0.625vw;
    top: -4.9479166667vw;
    width: 3.28125vw;
    height: 3.28125vw;
  }
}
@media (max-width: 991px) {
  .pop .btn-pop-close {
    right: 1.25vw;
    top: -9.8958333333vw;
    width: 6.5625vw;
    height: 6.5625vw;
  }
}
.pop .btn-pop-close img {
  display: block;
}
.pop .btn-pop-close img:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media (min-width: 992px) {
  #sec2-pop .inner {
    background: -ms-linear-gradient(0deg, rgb(55, 11, 84) 0%, rgb(2, 7, 39) 55.31%, rgb(84, 27, 97) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#370B54', endColorstr='#541B61' ,GradientType=0)";
    background: linear-gradient(90deg, rgb(55, 11, 84) 0%, rgb(2, 7, 39) 55.31%, rgb(84, 27, 97) 100%);
    width: 71.875vw;
    height: 31.25vw;
    border-radius: 2.0833333333vw;
    -moz-border-radius: 2.0833333333vw;
    -webkit-border-radius: 2.0833333333vw;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#370B54",endColorstr="#541B61" , GradientType=1);
  }
}
@media (max-width: 991px) {
  #sec2-pop .inner {
    background: -ms-linear-gradient(0deg, rgb(55, 11, 84) 0%, rgb(2, 7, 39) 55.31%, rgb(84, 27, 97) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#370B54', endColorstr='#541B61' ,GradientType=0)";
    background: linear-gradient(90deg, rgb(55, 11, 84) 0%, rgb(2, 7, 39) 55.31%, rgb(84, 27, 97) 100%);
    width: 89.5833333333vw;
    height: 125.7291666667vw;
    border-radius: 4.1666666667vw;
    -moz-border-radius: 4.1666666667vw;
    -webkit-border-radius: 4.1666666667vw;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#370B54",endColorstr="#541B61" , GradientType=1);
  }
}
#sec2-pop .ls {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
}
@media (min-width: 992px) {
  #sec2-pop .ls {
    padding-top: 3.6458333333vw;
  }
}
@media (max-width: 991px) {
  #sec2-pop .ls {
    padding-top: 7.2916666667vw;
  }
}
#sec2-pop .ls a:hover {
  opacity: 0.9;
  transform: translatey(-4px);
}
@media (min-width: 992px) {
  #sec2-pop .ls a {
    margin-left: 0.5208333333vw;
    margin-right: 0.5208333333vw;
    margin-bottom: 0.8854166667vw;
    width: 15.15625vw;
  }
}
@media (max-width: 991px) {
  #sec2-pop .ls a {
    margin-left: 1.0416666667vw;
    margin-right: 1.0416666667vw;
    margin-bottom: 1.4583333333vw;
    width: 36.4583333333vw;
  }
}

@media (min-width: 992px) {
  #sec6-pop .inner {
    background: -ms-linear-gradient(0deg, rgb(55, 11, 84) 0%, rgb(2, 7, 39) 55.31%, rgb(84, 27, 97) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#370B54', endColorstr='#541B61' ,GradientType=0)";
    background: linear-gradient(90deg, rgb(55, 11, 84) 0%, rgb(2, 7, 39) 55.31%, rgb(84, 27, 97) 100%);
    padding-top: 1.6666666667vw;
    padding-bottom: 3.3333333333vw;
    width: 71.875vw;
    border-radius: 2.0833333333vw;
    -moz-border-radius: 2.0833333333vw;
    -webkit-border-radius: 2.0833333333vw;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#370B54",endColorstr="#541B61" , GradientType=1);
  }
}
@media (max-width: 991px) {
  #sec6-pop .inner {
    background: -ms-linear-gradient(0deg, rgb(55, 11, 84) 0%, rgb(2, 7, 39) 55.31%, rgb(84, 27, 97) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#370B54', endColorstr='#541B61' ,GradientType=0)";
    background: linear-gradient(90deg, rgb(55, 11, 84) 0%, rgb(2, 7, 39) 55.31%, rgb(84, 27, 97) 100%);
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
    width: 93.75vw;
    border-radius: 4.1666666667vw;
    -moz-border-radius: 4.1666666667vw;
    -webkit-border-radius: 4.1666666667vw;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#370B54",endColorstr="#541B61" , GradientType=1);
  }
}
#sec6-pop .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  #sec6-pop .title img {
    width: 93.3333333333vw;
  }
}
@media (min-width: 992px) {
  #sec6-pop .title img {
    width: 46.6666666667vw;
  }
}

#sec6-pop .ls {
  position: relative;
}
@media (max-width: 991px) {
  #sec6-pop .ls {
    padding-left: 2.0833333333vw;
    padding-right: 6.25vw;
  }
}
@media (min-width: 992px) {
  #sec6-pop .ls {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
  }
}
#sec6-pop ol {
  color: #ffffff;
  line-height: 1.75;
}
@media (max-width: 991px) {
  #sec6-pop ol {
    font-size: 3.75vw;
  }
}
@media (min-width: 992px) {
  #sec6-pop ol {
    font-size: 1.6666666667vw;
  }
}
#sec6-pop ol li a {
  color: #00ff24;
}

@media (min-width: 992px) {
  #sec6-pop2 .inner {
    background: -ms-linear-gradient(0deg, rgb(55, 11, 84) 0%, rgb(2, 7, 39) 55.31%, rgb(84, 27, 97) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#370B54', endColorstr='#541B61' ,GradientType=0)";
    background: linear-gradient(90deg, rgb(55, 11, 84) 0%, rgb(2, 7, 39) 55.31%, rgb(84, 27, 97) 100%);
    padding-top: 1.6666666667vw;
    padding-bottom: 3.3333333333vw;
    width: 71.875vw;
    border-radius: 2.0833333333vw;
    -moz-border-radius: 2.0833333333vw;
    -webkit-border-radius: 2.0833333333vw;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#370B54",endColorstr="#541B61" , GradientType=1);
  }
}
@media (max-width: 991px) {
  #sec6-pop2 .inner {
    background: -ms-linear-gradient(0deg, rgb(55, 11, 84) 0%, rgb(2, 7, 39) 55.31%, rgb(84, 27, 97) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#370B54', endColorstr='#541B61' ,GradientType=0)";
    background: linear-gradient(90deg, rgb(55, 11, 84) 0%, rgb(2, 7, 39) 55.31%, rgb(84, 27, 97) 100%);
    padding-top: 3.3333333333vw;
    padding-bottom: 3.3333333333vw;
    width: 93.75vw;
    border-radius: 4.1666666667vw;
    -moz-border-radius: 4.1666666667vw;
    -webkit-border-radius: 4.1666666667vw;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#370B54",endColorstr="#541B61" , GradientType=1);
  }
}
#sec6-pop2 .title {
  position: relative;
  display: flex !important;
  justify-content: center !important;
}
@media (max-width: 991px) {
  #sec6-pop2 .title img {
    width: 93.3333333333vw;
  }
}
@media (min-width: 992px) {
  #sec6-pop2 .title img {
    width: 46.6666666667vw;
  }
}
#sec6-pop2 .subtitle {
  position: relative;
  color: #ffff00;
  text-align: center;
  font-weight: bold;
}
@media (max-width: 991px) {
  #sec6-pop2 .subtitle {
    font-size: 4.7916666667vw;
    padding-bottom: 2.0833333333vw;
  }
}
@media (min-width: 992px) {
  #sec6-pop2 .subtitle {
    font-size: 2.1875vw;
    padding-bottom: 1.0416666667vw;
  }
}
#sec6-pop2 .content {
  position: relative;
  color: #ffffff;
}
@media (max-width: 991px) {
  #sec6-pop2 .content {
    padding-left: 2.0833333333vw;
    padding-right: 6.25vw;
    font-size: 3.75vw;
    padding-bottom: 3.75vw;
  }
}
@media (min-width: 992px) {
  #sec6-pop2 .content {
    padding-left: 4.1666666667vw;
    padding-right: 4.1666666667vw;
    font-size: 1.6666666667vw;
    padding-bottom: 1.6666666667vw;
  }
}
#sec6-pop2 .content li {
  text-align: justify;
}
#sec6-pop2 .content a {
  color: #00ff24;
}

@media (min-width: 992px) {
  #sec_menu, #sec1, #sec2, #sec3, #sec4, #sec5, #sec6 {
    margin-top: -1px;
  }
}
@media (max-width: 991px) {
  #sec_menu, #sec1, #sec2, #sec3, #sec4, #sec5, #sec6 {
    margin-top: -1px;
  }
}