* {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body, html {
  margin: 0px;
  padding: 0px;
  font-weight: 200;
  color: #2B2B2B;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.row {
  margin: 0px; }

h1, h2, h3, h4, h5, h6 {
  margin: 0px; }

.wrapper {
  width: 100%;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden; }

.logo_block {
  width: 100%; }
  .logo_block .logo {
    width: 150px;
    height: 72px;
    margin: 70px 0 0 50px; }
  .logo_block .work_title {
    margin: 120px 50px 50px 50px; }
    .logo_block .work_title h2 {
      pointer-events: none;
      font-weight: 200;
      font-size: 40px; }

.policy_txt {
  padding: 30px 50px; }
  .policy_txt h2 {
    pointer-events: none;
    font-weight: 200;
    font-size: 24px; }

.policy_title_block {
  padding: 30px 50px; }
  .policy_title_block h2 {
    pointer-events: none;
    font-weight: 200;
    font-size: 40px; }

.w_list {
  width: 45%; }
  .w_list h2 {
    pointer-events: none;
    font-weight: 200;
    font-size: 30px;
    margin-bottom: 10px; }
  .w_list h2:nth-Child(2) {
    height: 40px; }

.vdo {
  margin-top: 50px;
  width: 60px;
  height: 30px;
  margin-left: 8px;
  background-image: url(../images/arrow_btn.svg);
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  cursor: pointer; }
  .vdo:hover {
    margin-left: 18px; }

.vdo_disable {
  margin-top: 50px;
  width: 60px;
  height: 30px;
  margin-left: 8px;
  background-image: url(../images/arrow_disable_btn.svg);
  background-repeat: no-repeat;
  background-color: #fff;
  cursor: pointer; }

.app_banner {
  width: 100%;
  height: 600px;
  background-image: url(../images/inside_websitebanner.png);
  background-size: cover;
  background-position: center; }

.app_product {
  width: 100%;
  height: 750px;
  margin-top: 150px; }
  .app_product .app_block {
    position: relative;
    background-size: cover;
    background-position: center;
    width: 45%;
    height: 480px;
    -webkit-box-shadow: 20px 20px 40px -20px rgba(0, 0, 0, 0.3);
    box-shadow: 20px 20px 40px -20px rgba(0, 0, 0, 0.3); }
  .app_product .appimg_l {
    position: absolute;
    left: 50px; }
  .app_product .appimg_r {
    position: absolute;
    right: 50px; }
  .app_product .app_list_l {
    position: absolute;
    width: 45%;
    top: 550px;
    left: 50px; }
  .app_product .app_list_r {
    position: absolute;
    width: 45%;
    top: 550px;
    right: 50px; }

.close_block {
  width: 100%;
  height: 200px; }
  .close_block .btn_block {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    margin-top: 200px;
    overflow: hidden;
    cursor: pointer; }
    .close_block .btn_block:hover .closex {
      -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
      transform: translateY(-80px); }
    .close_block .btn_block:hover .home {
      -webkit-transform: translateY(-80px);
      -ms-transform: translateY(-80px);
      transform: translateY(-80px); }
    .close_block .btn_block .home {
      width: 80px;
      height: 80px;
      background-image: url(../images/home.svg);
      background-color: #fff;
      -webkit-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s; }
    .close_block .btn_block .closex {
      width: 70px;
      height: 70px;
      margin: 5px;
      background-image: url(../images/close.svg);
      background-color: #fff;
      -webkit-transition-duration: 0.2s;
      -o-transition-duration: 0.2s;
      transition-duration: 0.2s; }

@media screen and (max-width: 1024px) {
  .app_banner {
    width: 100%;
    height: 500px; }
  .app_product {
    height: 650px; }
    .app_product .app_block {
      width: 44%;
      height: 350px; }
    .app_product .app_list_l {
      width: 44%;
      top: 400px; }
    .app_product .app_list_r {
      width: 44%;
      top: 400px; }
  .w_list h2 {
    font-size: 26px; } }

@media screen and (max-width: 768px) {
  .w_list {
    width: 80%; }
  .app_banner {
    width: 100%;
    height: 350px; }
  .app_product {
    height: 550px; }
    .app_product .app_block {
      width: 43%;
      height: 280px; }
    .app_product .app_list_l {
      width: 43%;
      top: 350px; }
    .app_product .app_list_r {
      width: 43%;
      top: 350px; } }

@media screen and (max-width: 767px) {
  .logo_block {
    width: 100%; }
    .logo_block .logo {
      margin: 50px 0 0 20px; }
    .logo_block .work_title {
      margin: 60px 20px 20px 20px; }
  .w_list h2 {
    font-size: 26px; }
  .app_banner {
    width: 100%;
    height: 250px;
    margin-bottom: 100px; }
  .app_product {
    margin-top: 0px;
    height: 1200px; }
    .app_product .app_block {
      width: 100%;
      height: 300px; }
    .app_product .appimg_l {
      left: 0px; }
    .app_product .appimg_r {
      right: 0px;
      top: 600px; }
    .app_product .app_list_l {
      width: 80%;
      top: 350px;
      left: 20px; }
    .app_product .app_list_r {
      width: 80%;
      top: 950px;
      left: 20px; }
  .close_block {
    width: 100%;
    height: 150px; } }

@media screen and (max-width: 360px) {
  .app_banner {
    width: 100%;
    height: 200px; }
  .app_product {
    height: 1000px; }
    .app_product .app_block {
      width: 100%;
      height: 200px; }
    .app_product .appimg_l {
      left: 0px; }
    .app_product .appimg_r {
      right: 0px;
      top: 500px; }
    .app_product .app_list_l {
      width: 80%;
      top: 250px;
      left: 20px; }
    .app_product .app_list_r {
      width: 80%;
      top: 750px;
      left: 20px; }
  .vdo {
    margin-top: 50px;
    width: 50px;
    height: 30px; } }
