
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

@font-face {
    font-family: IntroRegular;
    font-weight: 400;
    src: url("../fonts/Intro-Regular-37J6R2Q7.otf") format("opentype")
}

@font-face {
    font-family: IntroRegularCaps;
    font-weight: 400;
    src: url("../fonts/Intro-Regular-Caps-2M6FY3MM.otf") format("opentype")
}

@font-face {
    font-family: IntroRegularItalic;
    font-weight: 400;
    font-style: italic;
    src: url("../fonts/Intro-Regular-Italic-FVRWWIO6.otf") format("opentype")
}

@font-face {
    font-family: PTSansBold;
    font-weight: 700;
    letter-spacing:-.5px;src: url("../fonts/PT_Sans-Web-Bold-2DCS4X24.ttf") format("opentype")
}
@font-face {
    font-family: PTSansRegular;
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/PT_Sans-Web-Regular-F5L3Q5ZZ.ttf") format("opentype")
}
body {
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
          height: 100%;
          font-family: IntroRegular;
          font-weight: 400;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article>*+* {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


body{
  background: #eef3f8;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container{

  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  flex: 1;
   display: flex;
  flex-direction: column;
}

.title{
  font-size: 1.5rem ;
  font-weight: 700;
  padding: 16px 0;
      font-family: PTSansBold;
}

.main{
  flex: 1;

  display: flex;
  justify-content: center;
  align-items: center;
}

.content{
  max-width: 644px;
  width: 100%;
  margin: 0 auto;
}

h1{
  font-size: 2.5rem;
  color: #103856;
  margin-bottom: 48px;
  text-align: center;
  font-weight: 400;
}

.alert{
  border-radius: 1rem;
  background-color: #0b7f99 ;
  color: #ffffff ;
  padding: 1.5rem ;
  margin-bottom: 2rem ;
  font-size: .875rem
}

h6{
      margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1rem;
    font-weight: 400;
}

.alert_box{
  position: relative;
}

.alert_box img{

  position: absolute;
  top: 0;
  z-index: -1;
  left: -110px;
}

.sub_title{
  position: relative;
}

.sub_title img{
  position: absolute;
  right: -90%;
  top: 0;
    width: 16rem;
    height: 8.375rem;
    transform: scaleX(-1);
}

.btn{

    display: inline-block;
    font-family: PTSansRegular;
    font-weight: 400;
    line-height: 1.5;
    color: var(--font-color-main);
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    font-size: 1rem;
    padding: .375rem .75rem;
    background-color: transparent;
    border: .0625rem solid transparent;
    border-radius: .25rem;

      border-radius: 1.375rem;

    font-size: .875rem;

    cursor: pointer;
    background-color: #0b7f99;
    border-color: #0b7f99;
    color: #ffffff;
}

.box{
  background: #fff;
  padding: 32px;
  border-radius: 6px;
}

.box h4{
  padding: 0 12px;
  margin-bottom: 32px;
      font-size: 1.25rem ;
      font-weight: 400;
}

.ma_nboc{
  display: flex;
}

.qr_box .btn{
  margin: 0 auto;
}

.qr_box{

  width: 41.66666667%;
}

.ma_nboc{
  display: flex;
}

.text{
 width: 50%;
 margin: 0 auto;

}

.qr_box{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.qr_box .btn{
  position: absolute;
}

.text .div{
  display: flex;
  align-items: center;
      position: relative;
    margin: .5em 0;
    gap: 20px;
}

.text .num{
      font-size: .875rem;
    border-radius: 50%;
    background: #0b7f99;
    width: 30px;
    height: 30px;
    display: flex;
    text-align: center;
    color: #fff;
    justify-content: center;
    align-items: center;
}

.text .div p{
      width: 210px;
      color: #507182;
          font-size: .875rem

}

.tab{
  background: #fff;
  border-radius: 6px;
  margin-top: 10px;
  padding: 16px;
}

h4{
  font-weight: 400;

}

.pc{
  display: block;
}
@media (max-width: 1050px) {
  .sub_title img{
    display: none;
  }
  .title {
    width: 90%;
    margin: 0 auto;
    font-size: 32px;
    font-weight: 700;
    padding: 16px 0;
    font-family: PTSansBold;
    text-align: center;
  }

}

.mob{
  display: none;
  padding: 16px;
  padding-top: 0;
}

.shield_box{
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  width: 50%;
  margin: 0 auto;
  margin-top: 30px;
      border: 1px solid #0b7f994d;
    padding: 6px;
    background: #0b7f9914;
    font-size: 12px;
    color:  #0b7f99;
    gap: 6px ;
    align-items: center;
}

.shield_box img{
  width: 20px;
  fill: #0b7f99;
}

.mob h1{
  font-size: 30px;
  margin: 20px auto;
}

.sub_title{
  font-weight: 400;
  font-family: PTSansRegular;
  width: 100%;
  text-align: center;
      line-height: 28px;
}
.mob .inst{
  background: #fff; 
  border-radius: 6px;
  padding: 24px;
  margin: 30px auto;
  box-shadow: 1px 3px 38px 0px rgba(0,0,0,0.05);
-webkit-box-shadow: 1px 3px 38px 0px rgba(0,0,0,0.05);
-moz-box-shadow: 1px 3px 38px 0px rgba(0,0,0,0.05);
}
.mob .inst div{
  display: flex;
  align-items: center;
}

.mob .inst div img{
  width: 20px;
  margin-right: 6px;
}

.mob .inst div h4{
  font-size: 18px;
}

.mob .inst p{
  font-weight: 400;
  font-family: PTSansRegular;
  margin-top: 10px;
      color: #507182
}

.mob .btn{
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  padding: 16px;
  margin: 0 auto;
  border-radius: 6px;
  max-width: 300px;
}

.mob .btn img {
  width: 15px;
}


.llo svg{
  fill: #0b7f99;
  width: 60px;
}

.llo {
  border-radius: 100%;
  width: 160px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
  position: relative;
  z-index: 1;
}

.llo::before {
  transform: rotate(-180deg);
  content: "";
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  z-index: 2;
  box-sizing: border-box;
  background: conic-gradient(from 180deg, transparent calc(100% - var(--p, 0%)), #0b7f99 calc(100% - var(--p, 0%)));
  -webkit-mask: radial-gradient(circle, transparent 76px, black 76px);
  mask: radial-gradient(circle, transparent 76px, black 76px);
}

.llo::after {
  content: "";
  border-radius: 100%;
  border: 3px solid #dddbdb;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0; left: 0;
  z-index: 1;
  box-sizing: border-box;
}

.dot {
  width: 12px;
  height: 12px;
  background: #0b7f99;
  border-radius: 50%;
  position: absolute;
  z-index: 4;
  border: 2px solid white;
  pointer-events: none;
}

.label {
  font-size: 22px;
  font-weight: 500;
  position: relative;
  z-index: 5;
}

.loader {
   position: relative;
   margin: 0 auto;
   width: 30px;
}
 .loader:before {
   content: "";
   display: block;
   padding-top: 100%;
}
 .circular {
   animation: rotate 2s linear infinite;
   height: 100%;
   transform-origin: center center;
   width: 100%;
   position: absolute;
   top: 0;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
}
 .path {
   stroke-dasharray: 1, 200;
   stroke-dashoffset: 0;
   animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
   stroke-linecap: round;
}
 @keyframes rotate {
   100% {
     transform: rotate(360deg);
  }
}
 @keyframes dash {
   0% {
     stroke-dasharray: 1, 200;
     stroke-dashoffset: 0;
  }
   50% {
     stroke-dasharray: 89, 200;
     stroke-dashoffset: -35px;
  }
   100% {
     stroke-dasharray: 89, 200;
     stroke-dashoffset: -124px;
  }
}
 @keyframes color {
   100%, 0% {
     stroke: #fff;
  }
   40% {
     stroke: #fff;
  }
   66% {
     stroke: #fff;
  }
   80%, 90% {
     stroke: #fff;
  }
}

.loading_box{
  position: fixed;
  top: 0;
  left: 0;
  background: #ffff;
  z-index: 1;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading_box svg{
  width: 160px;
  height: 160px;
}

  
      .lasp{
    
    max-width: 480px;
    width: 100%;
    
}

.lasp svg{
    
        width: 98px;
    height: 134px;
}

@media (max-width: 700px) {

     .lasp{
         
         width:96%;
     }
  .pc{
    display: none;
  }

  .mob{
    display: block;
  }

  .mob .box h4{

    text-align: center;
  }

  .mob .ma_nboc{

    flex-direction: column;
    justify-content: center;
  }
  .mob .qr_box{
    width: 100%;
  }

  .mob .text{
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}