.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.top {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.logoicon {
  width: 190px;
}

.loginoutbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 40px;
  margin-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #20b2c7;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
}

.loginoutbtn:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #20b2c7;
  background-color: #fff;
  color: #20b2c7;
}


.myinfobtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 160px;
    height: 40px;
    margin-left: 25px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    background-color: #f8e39e;
    -webkit-transition: background-color 400ms ease;
    transition: background-color 400ms ease;
    color: black;
  }
  
  .myinfobtn:hover {
    border-style: solid;
    border-width: 1px;
    border-color: #f8e39e;
    background-color: black;
    ;
    color: #f8e39e;
  }

  
.left-arrow {
  display: none;
}

.right-arrow {
  display: none;
}

.slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 620px;
  margin-top: 63px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.banner_continer {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 65%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
  text-align: center;
}

.btxt.main {
  position: relative;
  z-index: 2;
}

.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 15px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  font-size: 55px;
  line-height: 62px;
  text-align: left;
}

.heading.main {
  position: relative;
  z-index: 2;
  line-height: 56px;
}

.body {
  font-family: Nanumsquare, sans-serif;
  font-size: 15px;
  letter-spacing: -0.5px;
}

.servicebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 48px;
  margin-right: 12px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #1d6ae5;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-weight: 700;
}

.servicebtn:hover {
  background-color: #3978dd;
}

.m_btnwrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.image {
  height: 318px;
}

.footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #191919;
}

.section0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin: 96px auto 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mtxt {
  font-family: Roboto;
  color: #1d6ae5;
  font-size: 12.8px;
  font-weight: 700;
}

.txtwrap {
  width: 320.734375px;
}

.mtxt2 {
  margin-top: 12.8px;
  margin-bottom: 12.8px;
  font-size: 27px;
  line-height: 36px;
  font-weight: 700;
}

.text-block {
  color: rgba(0, 0, 0, 0.6);
  line-height: 23px;
}

.joinbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 37px;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #1d6ae5;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 13px;
}

.joinbtn:hover {
  background-color: #3978dd;
}

.txtwrap2 {
  width: 320.015625px;
  margin-right: auto;
  margin-left: 40px;
}

.section5 {
  margin-bottom: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2feff), to(#fff));
  background-image: linear-gradient(180deg, #f2feff, #fff);
}

.section2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.heading-2 {
  margin-top: 10px;
  margin-bottom: 50px;
  font-size: 28.8px;
}

.item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
  font-size: 16px;
}

.item_contain {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 22.4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.itxt {
  margin-bottom: 8px;
  line-height: 25px;
  font-weight: 500;
}

.ititle {
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 700;
}

.m_itemwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.m_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 180px;
  margin-bottom: 33px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ititle2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}

.itxt2 {
  width: 266.3125px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  line-height: 23px;
}

.section4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 315px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/1nexus_02.html');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.btxt2 {
  font-size: 28px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.btxt3 {
  margin-top: 5px;
  margin-bottom: 18px;
  color: #50b9bf;
}

.fwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.ftxt {
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
}

.ftxt2 {
  margin-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: hsla(0, 0%, 100%, 0.61);
  font-size: 12px;
  font-weight: 100;
  cursor: pointer;
}

.ftxt2:hover {
  color: #fff;
}

.dea_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 174px;
  height: 49px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #20b2c7;
  font-size: 14.4px;
  font-weight: 700;
  cursor: pointer;
}

.dea_btn:hover {
  background-color: #20b2c7;
  color: #fff;
}

.item_img2 {
  height: 60px;
}

.mtxt3 {
  font-family: Roboto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 13px;
  font-weight: 700;
}

.item_frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ititle3 {
  margin-bottom: 6px;
  font-size: 24px;
  line-height: 25px;
  font-weight: 700;
}

.section3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 160px;
  padding-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(transparent));
  background-image: linear-gradient(180deg, #fff, transparent);
  line-height: 19px;
}

.dealbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 48px;
  margin-right: 12px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #1c1c1c;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-weight: 700;
}

.dealbtn:hover {
  background-color: #2b2b2b;
}

.fbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 639px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.email {
  margin-bottom: 16px;
  color: #fff;
  font-size: 12px;
}

.text-block-5 {
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 12px;
}

.b_korboticon {
  width: 270px;
  margin-bottom: 11.2px;
  cursor: pointer;
}

.eximg {
  height: 28px;
}

.exchanginfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  --background-color: #1c1c1c;
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 108px;
  height: 34px;
  padding-right: 44px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.22);
  color: #fff;
  font-size: 12.8px;
  line-height: 17px;
}

.logo_btn {
  position: relative;
  z-index: 5;
}

.logo_btn.w--current {
  padding-bottom: 10px;
}

.topmeuwrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.topmenubtn {
  position: relative;
  z-index: 130;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.topmenu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.menubox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 320px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: none solid solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
}

.menubox:hover {
  background-color: #feffff;
  color: #20b2c7;
}

.menubox._2 {
  width: 240px;
}

.m_txt {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 18px;
  font-weight: 700;
}

.m_txt2 {
  margin-top: 8px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-size: 12.8px;
  line-height: 24px;
}

.m_txt2:hover {
  color: #50b9bf;
}

.menuboxwrap {
  position: absolute;
  left: 0%;
  top: 80%;
  right: auto;
  bottom: auto;
  z-index: 2;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  background-color: #fff;
}

.menuboxwrap:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.fwrap2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-top: 64px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.twitter {
  height: 20px;
  margin-left: 0px;
  cursor: pointer;
}

.in {
  height: 20px;
  margin-left: 0px;
  cursor: pointer;
}

.image-3 {
  position: absolute;
}

.service_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 50px;
  margin-top: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 100px;
  background-color: transparent;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.service_btn:hover {
  border-color: #20b2c7;
  background-color: #fff;
  color: #20b2c7;
}

.topmenuframe {
  z-index: 130;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 650px;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.globe {
  height: 22px;
}

.languageselect {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 162px;
  height: 38px;
  margin-right: 50px;
  padding-left: 14px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.38);
  border-radius: 4px;
  cursor: pointer;
}

.language {
  width: 96px;
  padding-left: 11px;
  color: #fff;
}

.blog {
  height: 20px;
  cursor: pointer;
}

.comunity {
  width: 90px;
  border-right: 1px solid hsla(0, 0%, 100%, 0.38);
  color: rgba(255, 255, 255, 0.86);
  font-weight: 700;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.arrow {
  height: 9px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  color: #ced4da;
}

.lbox {
  position: absolute;
  left: 0%;
  top: 98%;
  right: auto;
  bottom: auto;
  display: none;
  width: 100%;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}

.kr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #d9d9d9;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #b5b5b5;
  font-weight: 500;
}

.kr:hover {
  color: #1d6ae5;
}

.en {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #b5b5b5;
  font-weight: 500;
}

.en:hover {
  color: #1d6ae5;
}

.banner {
  position: relative;
  background-image: url('top-bgc4ca.png?1');
  background-position: 50% 0%;
  background-size: cover;
}

.banner_continer2 {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1040px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: border 500ms ease;
  transition: border 500ms ease;
}

.aimg {
  height: 64px;
}

.atxt {
  margin-top: 25px;
  margin-bottom: 5px;
  font-size: 17.6px;
  font-weight: 500;
}

.atxt2 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12.8px;
}

.a_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  height: 201px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
  margin-bottom: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.atitle {
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12.8px;
  font-weight: 500;
}

.text-field {
  width: 460px;
  height: 45px;
  margin-bottom: 0px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: #495057;
  font-size: 16px;
}

.text-field::-webkit-input-placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.text-field:-ms-input-placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.text-field::-ms-input-placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.text-field::placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.awrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tablewrap {
  margin-bottom: 24px;
}

.textarea {
  width: 100%;
  height: 300px;
  max-height: 300px;
  min-height: 300px;
  margin-bottom: 0px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: #495057;
  font-size: 16px;
}

.tablewrap2 {
  width: 100%;
  margin-bottom: 24px;
}

.submit0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 48px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(32, 178, 199, 0.6);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 14.4px;
  font-weight: 700;
}

.submit0:hover {
  background-color: #20b2c7;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 460px;
  height: 45px;
  padding: 0px 0px 0px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 16px;
}

.sarrow {
  position: absolute;
  left: auto;
  top: 38%;
  right: 3%;
  bottom: auto;
  height: 11px;
}

.icon {
  display: none;
}

.text-block-7 {
  color: rgba(73, 80, 87, 0.27);
}

.dropdown-list.w--open {
  overflow: auto;
  height: 242px;
  border: 1px solid #ced4da;
  background-color: #fff;
}

.dropdown-link {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.dropdown-link:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.banner2 {
  background-image: url('../images/IMAGE-2022-08-08-14_54_45.html');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.ctitle {
  margin-top: 20px;
  margin-bottom: 50px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.itxt_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row3 {
  margin-top: 96px;
}

.ctxt {
  width: 351.90625px;
  margin-bottom: 24px;
  padding-right: 9px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 22px;
}

.row4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  height: 539px;
  margin: 96px auto 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 25px;
  line-height: 40px;
}

.iimg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 187px;
  border-radius: 8px;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: box-shadow 200ms ease, top 400ms ease;
  transition: box-shadow 200ms ease, top 400ms ease;
}

.iimg:hover {
  top: -3%;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.33);
}

.iimg2 {
  position: absolute;
  left: 20%;
  top: 12%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 364px;
  border-radius: 8px;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: top 400ms ease, box-shadow 400ms ease;
  transition: top 400ms ease, box-shadow 400ms ease;
}

.iimg2:hover {
  top: 9%;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.35);
}

.historyimg {
  width: 893px;
  margin-right: auto;
  margin-left: auto;
}

.iimg3 {
  position: absolute;
  left: 0%;
  top: 47%;
  right: auto;
  bottom: auto;
  width: 322px;
  border-radius: 8px;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: box-shadow 400ms ease, top 400ms ease;
  transition: box-shadow 400ms ease, top 400ms ease;
}

.iimg3:hover {
  top: 44%;
  box-shadow: 1px 1px 16px 0 rgba(0, 0, 0, 0.1);
}

.iimgwrap {
  position: relative;
  width: 480px;
  height: 100%;
}

.itxt_wrap2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 438px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ctitle2 {
  margin-bottom: 6.4px;
  font-size: 14.4px;
  font-weight: 700;
}

.ctxt2 {
  width: 219px;
  padding-right: 45px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 22px;
}

.cinfo {
  width: 50%;
  height: 102px;
  margin-bottom: 16px;
}

.cinfobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.iimg4 {
  position: absolute;
  left: 3%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 276px;
  border-radius: 8px;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: box-shadow 400ms ease, top 400ms ease;
  transition: box-shadow 400ms ease, top 400ms ease;
}

.iimg4:hover {
  top: -3%;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.19);
}

.iimg5 {
  position: absolute;
  left: 24%;
  top: 13%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 318px;
  border-radius: 8px;
  box-shadow: 1px 1px 13px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: box-shadow 400ms ease, top 400ms ease;
  transition: box-shadow 400ms ease, top 400ms ease;
}

.iimg5:hover {
  top: 10%;
  box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.18);
}

.ctitle3 {
  margin-top: 0px;
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
}

.section7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  margin: 100px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.ititle4 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.menuline {
  height: 60px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.menucontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.menucontain._2 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.menu_btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 3px solid #fff;
  -webkit-transition: color 400ms ease;
  transition: color 400ms ease;
  color: #666;
  font-size: 12.8px;
  font-weight: 700;
}

.menu:hover {
  color: #50b9bf;
}

.div-block-3 {
  width: 200px;
  height: 5px;
  background-color: red;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.anotice {
  color: #50b9bf;
  font-size: 14px;
  font-weight: 700;
}

.pbtnwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 37px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #50b9bf;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 12px;
}

.pbtn:hover {
  background-color: rgba(80, 185, 191, 0.72);
}

.div-block-4 {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.textarea2 {
  width: 100%;
  height: 100px;
  max-height: 100px;
  min-height: 100px;
  margin-bottom: 0px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: #495057;
  font-size: 16px;
}

.textarea2::-webkit-input-placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.textarea2:-ms-input-placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.textarea2::-ms-input-placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.textarea2::placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.anotice2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  line-height: 31px;
  font-weight: 500;
  text-align: left;
}

.btnwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 50px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accountaskbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(80, 185, 191, 0.75);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 14.4px;
  font-weight: 700;
}

.accountaskbtn:hover {
  background-color: #50b9bf;
}

.banner3 {
  height: 400px;
  background-image: url('../images/IMAGE-2022-08-08-14_54_45.html');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.row5 {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 96px;
  padding-bottom: 80px;
}

.stitle {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 32px;
  font-weight: 700;
}

.stxt {
  width: 404.234375px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  line-height: 24px;
}

.swrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.simg {
  width: 380px;
  border-radius: 4px;
  box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 600ms ease, margin 600ms ease;
  transition: box-shadow 600ms ease, margin 600ms ease;
}

.simg:hover {
  margin-top: -10px;
  box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.26);
}

.section8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  height: 566px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 112px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.s_title {
  width: 100%;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 24px;
  font-weight: 700;
}

.simgwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ttxt {
  width: 155px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 11px;
}

.ttxt2 {
  color: rgba(0, 0, 0, 0.6);
  font-size: 11.2px;
  font-weight: 700;
}

.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.scontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 340.640625px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tablebox {
  width: 56%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.snotice {
  margin-top: 24px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
}

.section9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 112px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bold-text {
  font-weight: 900;
}

.simg2 {
  width: 380px;
  margin-left: auto;
  border-radius: 4px;
  box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 600ms ease, margin 600ms ease;
  transition: box-shadow 600ms ease, margin 600ms ease;
}

.simg2:hover {
  margin-top: -10px;
  box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.26);
}

.tablebox2 {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tablewrap3 {
  width: 56%;
}

.text-block-9 {
  height: 125px;
  margin-bottom: 32px;
  padding-right: 343px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  font-size: 12.8px;
  line-height: 26px;
}

.sdtxt {
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  line-height: 21px;
}

.detailcontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 29%;
  height: 85px;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sdtitle {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 900;
}

.bold-text-2 {
  font-size: 18px;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.snotice2 {
  width: 176.921875px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 11px;
  line-height: 23px;
}

.section10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 112px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.typebox {
  position: relative;
  width: 300px;
  margin-bottom: 20px;
  padding: 24px;
  box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.09);
  -webkit-transition: margin 600ms ease, box-shadow 600ms ease;
  transition: margin 600ms ease, box-shadow 600ms ease;
}

.typebox:hover {
  margin-top: -8px;
  box-shadow: 0 1px 18px 0 rgba(0, 0, 0, 0.2);
}

.typeicon {
  height: 56px;
}

.ttitle {
  margin-top: 24px;
  margin-bottom: 4.8px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 17.6px;
  font-weight: 900;
}

.ttxt3 {
  width: 252px;
  padding-right: 12px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12.8px;
  line-height: 24px;
}

.newtabicon {
  position: absolute;
  left: auto;
  top: 24px;
  right: 24px;
  bottom: auto;
  width: 16px;
  height: 16px;
}

.div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 513.59375px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-10 {
  width: 220px;
  margin-top: 25px;
  padding-right: 80px;
  color: rgba(0, 0, 0, 0.8);
  font-size: 22.4px;
  line-height: 31px;
  font-weight: 900;
}

.qna {
  width: 700px;
  border-bottom: 1px solid #d3d3d3;
}

.q {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 83px;
  padding-right: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.qtxt {
  font-size: 17.6px;
}

.a {
  display: none;
  padding-top: 16px;
  padding-bottom: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.a_txt {
  width: 100%;
  margin-bottom: 24px;
  padding-right: 25px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14.4px;
  line-height: 26px;
  font-weight: 400;
}

.dwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 550px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dtitle {
  width: 100%;
  margin-bottom: 8px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12.8px;
}

.text-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.03);
  color: #50b9bf;
}

.tablewrap4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.text-field2 {
  width: 100%;
  height: 45px;
  margin-bottom: 0px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-family: 'Noto Sans KR', sans-serif;
  color: #495057;
  font-size: 16px;
}

.text-field2::-webkit-input-placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.text-field2:-ms-input-placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.text-field2::-ms-input-placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.text-field2::placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-10 {
  width: 100%;
}

.div-block-11 {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 126px;
}

.text-block-12 {
  margin-top: 100px;
  margin-bottom: 48px;
  font-size: 44.8px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
}

.qnabox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 120px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.qnawrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.plus {
  height: 16px;
}

.depositbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 48px;
  margin-right: 0px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(80, 185, 191, 0.75);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 14.4px;
  font-weight: 700;
}

.depositbtn:hover {
  background-color: #50b9bf;
}

.withdrawlbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 48px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(80, 185, 191, 0.6);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 14.4px;
  font-weight: 700;
}

.withdrawlbtn:hover {
  background-color: #50b9bf;
}

.section11 {
  position: relative;
}

.jwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 96px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.joindropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding: 0px 0px 0px 12px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 16px;
}

.dropdown {
  width: 100%;
}

.join_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 48px;
  margin-right: 8px;
  margin-left: 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #50b9bf;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 14.4px;
  font-weight: 700;
}

.join_btn:hover {
  background-color: rgba(80, 185, 191, 0.75);
}

.deal_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 189px;
  height: 48px;
  margin-top: 24px;
  margin-right: 12px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #50b9bf;
  font-weight: 700;
}

.deal_btn:hover {
  background-color: #50b9bf;
  color: #fff;
}

.text-block-13 {
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 27px;
  font-weight: 400;
}

.text-span {
  font-family: Roboto;
  font-size: 23px;
  font-weight: 400;
}

.text-block-14 {
  position: absolute;
  left: auto;
  top: 10%;
  right: 3%;
  bottom: auto;
  color: rgba(0, 0, 0, 0.4);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -1px;
}

.text-span-2 {
  font-size: 25px;
}

.text-span-3 {
  font-size: 25px;
}

.div-block-12 {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  padding: 20px 25px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #50b9bf;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.03);
  color: #50b9bf;
}

.text-span-4 {
  color: rgba(0, 0, 0, 0.4);
  font-size: 11.2px;
}

.empty {
  position: relative;
  width: 300px;
  height: 227px;
  margin-bottom: 20px;
  padding: 24px;
}

.section12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 940px;
  height: 780px;
  margin-top: 96px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 206px;
  padding-bottom: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: url('../images/world.html');
  background-position: 0px 0px;
  background-size: auto 335px;
  background-repeat: no-repeat;
}

.text-span-5 {
  margin-right: -8px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-field3 {
  width: 78%;
  height: 45px;
  margin-bottom: 0px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: #495057;
  font-size: 16px;
}

.text-field3::-webkit-input-placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.text-field3:-ms-input-placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.text-field3::-ms-input-placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.text-field3::placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.certificationbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #50b9bf;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 13px;
}

.certificationbtn:hover {
  background-color: rgba(80, 185, 191, 0.75);
}

.text-block-15 {
  margin-top: 5px;
  color: red;
  font-size: 12px;
}

.clause {
  overflow: auto;
  width: 100%;
  height: 200px;
  padding: 15px;
  border: 1px solid #3978dd;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.03);
  color: #949191;
  font-size: 12.8px;
}

.checkbox-field {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
}

.checkbox {
  width: 15px;
  height: 15px;
  margin-left: -23px;
  border-color: #3978dd;
}

.checkbox-label {
  -webkit-transition: font-size 200ms ease;
  transition: font-size 200ms ease;
  font-family: 'Noto Sans KR', sans-serif;
  color: #50b9bf;
  font-size: 14px;
  font-weight: 400;
}

.body2 {
  background-color: #f2f2f2;
  font-family: Nanumsquare, sans-serif;
  color: #1c1c1c;
  letter-spacing: 0px;
}

.top2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 63px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.1);
}

.tcontain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1110px;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dframe {
  width: 1110px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 150px;
}

.total {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  color: #50b9bf;
  font-size: 32px;
  line-height: 40px;
}

.text-span-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.dinfo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-7 {
  font-size: 27px;
}

.dinfotxt {
  margin-bottom: -3px;
  margin-left: 12px;
  font-size: 15px;
  line-height: 27px;
}

.dnotice {
  margin-top: 0px;
  margin-bottom: 10px;
}

.text-span-8 {
  color: #76e84c;
}

.text-span-9 {
  font-size: 12px;
}

.progressbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(28, 28, 28, 0.1);
}

.percent {
  position: absolute;
  left: auto;
  top: 0%;
  right: 2%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  line-height: 28px;
}

.text-span-10 {
  margin-left: 5px;
  font-size: 14px;
}

.text-span-11 {
  width: 12px;
  height: 12px;
  min-height: 12px;
  min-width: 12px;
  font-family: Roboto;
}

.i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13px;
  height: 13px;
  margin-bottom: 4px;
  margin-left: 6px;
  padding-top: 1px;
  padding-right: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: hsla(0, 0%, 100%, 0.41);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-family: 'IBM Plex Mono';
  color: #0178fc;
  font-size: 8px;
  font-weight: 500;
  cursor: pointer;
}

.i:hover {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.entry {
  line-height: 18px;
}

.entry2 {
  color: hsla(0, 0%, 100%, 0.51);
  font-size: 8px;
  line-height: 10px;
}

.pbar {
  width: 77%;
  height: 100%;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  background-color: #6cd3d9;
}

.pbar._2 {
  width: 66%;
}

.pbar._3 {
  width: 30%;
}

.div-block-15 {
  position: absolute;
  left: 2%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.leftbox {
  width: 743px;
}

.dtablebox {
  min-height: 50px;
  margin-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #fff;
}

.logitlte {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 26px;
  margin-top: 10px;
  margin-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.logtxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.logtxt._2 {
  width: 15%;
}

.logtxt._3 {
  width: 15%;
}

.logtxt._4 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logtxt._5 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logtxt._6 {
  width: 20%;
}

.logtable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 46px;
  margin-bottom: 10px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.logtable:hover {
  background-color: #edf7f7;
}

.sell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #50b9bf;
  font-size: 16px;
}

.sell._2 {
  width: 15%;
}

.sell._3 {
  width: 15%;
}

.sell._4 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sell._5 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sell._6 {
  width: 20%;
}

.deal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.deal._2 {
  width: 15%;
}

.deal._3 {
  width: 15%;
}

.deal._4 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.deal._5 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.deal._6 {
  width: 20%;
}

.market {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.market._2 {
  width: 15%;
}

.market._3 {
  width: 15%;
}

.market._4 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.market._5 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.market._6 {
  width: 20%;
}

.market.disable {
  color: hsla(0, 0%, 100%, 0.4);
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.price._2 {
  width: 15%;
}

.price._3 {
  width: 15%;
}

.price._4 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.price._5 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.price._6 {
  width: 20%;
}

.amout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.amout._2 {
  width: 15%;
}

.amout._3 {
  width: 15%;
}

.amout._4 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.amout._5 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.amout._6 {
  width: 20%;
}

.ddate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

.ddate._2 {
  width: 15%;
}

.ddate._3 {
  width: 15%;
}

.ddate._4 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ddate._5 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ddate._6 {
  width: 20%;
}

.ranking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #76e84c;
  font-size: 16px;
}

.ranking._2 {
  width: 15%;
}

.ranking._3 {
  width: 15%;
}

.ranking._4 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ranking._5 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ranking._6 {
  width: 20%;
}

.rightbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dicon {
  width: 25px;
  margin-right: 9px;
}

.tab {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.darrow {
  position: absolute;
  left: auto;
  top: 41%;
  right: 20px;
  bottom: auto;
  width: 15px;
}

.tabtxt {
  color: #1c1c1c;
  font-size: 16px;
}

.tabcontent {
  display: none;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.tabcontent._2 {
  display: none;
}

.dtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-left: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 21px;
}

.text-span-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 6px;
}

.callbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 36px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #1457d7;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 16px;
}

.callbtn:hover {
  background-color: #2870fb;
}

.dtab_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.dtbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #000;
}

.logtitle {
  font-size: 16px;
  line-height: 20px;
}

.datainfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 157px;
  height: 100%;
  padding-left: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid hsla(0, 0%, 100%, 0.09);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.datatable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  margin-bottom: 5px;
  padding-right: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: rgba(80, 185, 191, 0.15);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.datatable:hover {
  background-color: #edf7f7;
}

.data_title2 {
  font-size: 8px;
  line-height: 10px;
}

.dpercent {
  margin-left: auto;
  font-size: 20px;
}

.text-span-13 {
  font-size: 10px;
}

.exchange {
  margin-right: 30px;
}

.tabbox {
  width: 100%;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: #fff;
}

.tabbox.click {
  background-color: rgba(0, 0, 0, 0.03);
}

.cancel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: hsla(0, 0%, 100%, 0.4);
  font-size: 16px;
}

.cancel._2 {
  width: 15%;
}

.cancel._3 {
  width: 15%;
}

.cancel._4 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cancel._5 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cancel._6 {
  width: 20%;
}

.dbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  height: 60px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.userinfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.userid {
  font-size: 12px;
}

.usericon {
  height: 15px;
  margin-right: 5px;
}

.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #f8614e;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 17px;
}

.start:hover {
  background-color: #fa7160;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #6d9fee;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 17px;
}

.stop:hover {
  background-color: #7fa8e9;
}

.dropdown-toggle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90px;
  height: 38px;
  padding: 0px 0px 0px 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #343a40;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
}

.dropdown-toggle-2:hover {
  background-color: #23272b;
}

.dropdown-toggle-2.w--open:hover {
  background-color: #23272b;
}

.text-block-18 {
  width: 45px;
  color: #fff;
}

.icon-2 {
  margin-right: 10px;
}

.section13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2feff), to(#fff));
  background-image: linear-gradient(180deg, #f2feff, #fff);
}

.dbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sell-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #007bff;
  font-size: 16px;
}

.sell-copy._2 {
  width: 15%;
}

.sell-copy._3 {
  width: 15%;
}

.sell-copy._4 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sell-copy._5 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sell-copy._6 {
  width: 20%;
}

.footer-2 {
  margin-top: 120px;
  padding-top: 30px;
  padding-bottom: 45px;
  border-top: 1px solid hsla(0, 0%, 100%, 0.05);
}

.f_wrap2 {
  width: 1110px;
  margin-right: auto;
  margin-left: auto;
}

.followus {
  margin-right: 40px;
  font-size: 24px;
}

.facebookicon {
  height: 16px;
  margin-right: 20px;
  cursor: pointer;
}

.div-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.f_txt {
  margin-top: 25px;
  color: rgba(28, 28, 28, 0.4);
  font-size: 12px;
}

.link {
  color: #1c1c1c;
  text-decoration: none;
}

.link-2 {
  color: #1c1c1c;
  text-decoration: none;
}

.link-3 {
  color: #1c1c1c;
  text-decoration: none;
}

.link-4 {
  color: #1c1c1c;
  text-decoration: none;
}

.link-5 {
  color: #1c1c1c;
  text-decoration: none;
}

.refresh {
  height: 38px;
}

.dropdown-list-2 {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #1c1c1c;
  color: #1c1c1c;
}

.dropdown-list-2.w--open {
  left: 0%;
  top: 106%;
  width: 160px;
  border-radius: 4px;
  background-color: #343a40;
}

.dropdown-link-2 {
  color: #f8f9fa;
  font-size: 15px;
}

.dropdown-link-2:hover {
  background-color: #1d2124;
}

.dropdown-link-3 {
  color: #f8f9fa;
  font-size: 15px;
}

.dropdown-link-3:hover {
  background-color: #1d2124;
}

.dropdown-link-4 {
  color: #f8f9fa;
  font-size: 15px;
}

.dropdown-link-4:hover {
  background-color: #1d2124;
}

.datainfobox {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  background-color: #fff;
}

.dtxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(28, 28, 28, 0.5);
  font-size: 12px;
}

.dtxt._2 {
  width: 15%;
}

.dtxt._3 {
  width: 15%;
}

.dtxt._4 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dtxt._5 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.dtxt._6 {
  width: 20%;
}

.logitlte2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 27px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid hsla(0, 0%, 100%, 0.1);
}

.ddate2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(28, 28, 28, 0.5);
  font-size: 12px;
}

.ddate2._2 {
  width: 15%;
}

.ddate2._3 {
  width: 15%;
}

.ddate2._4 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ddate2._5 {
  width: 20%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ddate2._6 {
  width: 20%;
}

.iwrap {
  position: relative;
}

.explanation {
  position: absolute;
  left: -62%;
  top: 167%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: none;
  width: 298px;
  padding: 13px;
  background-color: rgba(0, 0, 0, 0.79);
}

.explanation._2 {
  top: 157%;
  width: 301px;
}

.earrow {
  position: absolute;
  left: 4%;
  top: -15%;
  right: auto;
  bottom: auto;
  color: rgba(0, 0, 0, 0.79);
  font-size: 23px;
}

.earrow._2 {
  top: -26%;
}

.extxt {
  font-size: 13.5px;
  line-height: 19px;
}

.menubtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #333;
  text-decoration: none;
}

.text-span-14 {
  margin-bottom: 4px;
  margin-left: 5px;
  font-family: Barlow;
  color: #fff;
  font-size: 9px;
}

.dicon2 {
  height: 17px;
  margin-right: 9px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.upbit {
  height: 21px;
}

.bitnumb {
  height: 23px;
}

.coinbase {
  height: 15px;
}

.binance {
  height: 19px;
}

.div-block-20 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}

.krw {
  font-size: 15px;
}

.btc {
  font-size: 15px;
}

.dtext2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 21px;
}

.dtext3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-left: 10px;
}

.dtext4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 21px;
}

.text-block-19 {
  margin-left: 6px;
  font-family: Varela, sans-serif;
  color: #fff;
  font-size: 10px;
}

.twittericon {
  height: 16px;
  margin-right: 20px;
  cursor: pointer;
}

.mediumicon {
  height: 16px;
  margin-right: 20px;
  cursor: pointer;
}

.idinput {
  width: 350px;
  height: 50px;
  border-style: solid;
  border-width: 1px;
  border-color: #eee;
  border-radius: 4px;
  box-shadow: inset 1px 1px 6px 0 rgba(0, 0, 0, 0.03);
  font-family: 'Noto Sans KR', sans-serif;
}

.idinput::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.18);
}

.idinput:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.18);
}

.idinput::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.18);
}

.idinput::placeholder {
  color: rgba(0, 0, 0, 0.18);
}

.image-6 {
  margin-right: auto;
  margin-left: auto;
}

.loginbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 200px auto 310px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.loginbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 54px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #50b9bf;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.loginbutton:hover {
  background-color: rgba(80, 185, 191, 0.6);
}

.body3 {
  font-family: Nanumsquare, sans-serif;
  letter-spacing: -0.5px;
}

.user_id {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.userinfobox {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.userkrw {
  margin-left: 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.text-span-15 {
  color: #20b2c7;
}

.text-span-16 {
  color: #20b2c7;
  font-weight: 700;
}

.logo {
  height: 100px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}

.atable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.a_txt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  min-width: 350px;
  padding-right: 12px;
  padding-left: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  font-size: 14.4px;
  line-height: 26px;
  font-weight: 400;
}

.text-span-17 {
  margin-right: 15px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-size: 4px;
}

.link-6 {
  color: #50b9bf;
  text-decoration: none;
}

.link-7 {
  color: #50b9bf;
  text-decoration: none;
}

.link-8 {
  color: #50b9bf;
  text-decoration: none;
}

.link-9 {
  color: #50b9bf;
  text-decoration: none;
}

.link-10 {
  color: #50b9bf;
  text-decoration: none;
}

.link-11 {
  color: #007bff;
  text-decoration: none;
}

.link-12 {
  color: #007bff;
  text-decoration: none;
}

.link-13 {
  color: #50b9bf;
  text-decoration: none;
}

.jointxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12px;
  font-weight: 500;
}

.jointxt:hover {
  color: #1d6ae5;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.idlink {
  text-decoration: none;
}

.div-block-22 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.idpwsearch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 1px;
  margin-left: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: rgba(0, 0, 0, 0.6);
  font-size: 12.8px;
  font-weight: 500;
}

.idpwsearch:hover {
  color: #20b2c7;
}

.loginwrap {
  position: relative;
}

.dlogoicon {
  height: 38px;
  margin-top: 10px;
}

.d_btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #50b9bf;
  font-size: 19px;
}

.d_btn.start {
  background-color: #f8614e;
  -webkit-transition-duration: 200ms;
  transition-duration: 200ms;
}

.d_btn.start:hover {
  background-color: #ff7e6e;
}

.d_btn.stop:hover {
  background-color: #7ed4d9;
}

.profile {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-3 {
  display: none;
}

.icon-4 {
  display: none;
}

.dropdown-2 {
  margin-right: 15px;
  margin-left: 10px;
}

.listtop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #50b9bf;
  border-bottom: 1px none #50b9bf;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgba(0, 0, 0, 0.01);
}

.ltxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12.8px;
  font-weight: 700;
}

.ltxt._2 {
  width: 20%;
}

.ltxt._3 {
  width: 26%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ltxt._4 {
  width: 12%;
}

.ltxt._5 {
  width: 13%;
}

.ltxt._6 {
  width: 16%;
}

.listtable {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-width: 2px;
  border-top-color: #1d6ae5;
  border-radius: 3px;
  background-color: rgba(80, 185, 191, 0);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  cursor: pointer;
}

.listtable:hover {
  background-color: rgba(80, 185, 191, 0.1);
}

.ltxt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 500;
}

.ltxt2._2 {
  width: 20%;
  font-size: 14px;
  text-align: center;
}

.ltxt2._3 {
  width: 26%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ltxt2._4 {
  width: 17%;
  color: #3978dd;
  font-size: 12px;
  font-weight: 700;
}

.ltxt2._5 {
  width: 17%;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}

.list {
  width: 960px;
  margin-top: 48px;
  margin-right: auto;
  margin-left: auto;
  border-bottom: 1px solid #50b9bf;
}

.p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 500;
}

.p.present {
  color: #50b9bf;
}

.paging {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.pbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dwrap2 {
  margin-top: 100px;
  margin-bottom: 100px;
}

.menubtnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 16.7%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.underline {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 3px;
  background-color: #50b9bf;
  -webkit-perspective-origin: 0% 50%;
  perspective-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.menubtnbox2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobilemenuframe {
  display: none;
}

.mobilemenubox {
  -o-object-fit: none;
  object-fit: none;
}

.askbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 37px;
  margin-left: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #1d6ae5;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
}

.askbtn:hover {
  background-color: #3978dd;
}

.bimg {
  width: 100%;
  height: 100%;
  background-image: url('../images/A1.html');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bimg2 {
  width: 100%;
  height: 100%;
  background-image: url('../images/A2.html');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bimg3 {
  height: 100%;
  background-image: url('../images/A3.html');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.mask {
  width: 100%;
}

.eximgwrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 784px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-field4 {
  width: 100%;
  height: 45px;
  margin-bottom: 0px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  color: #495057;
  font-size: 16px;
}

.text-field4::-webkit-input-placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.text-field4:-ms-input-placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.text-field4::-ms-input-placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.text-field4::placeholder {
  color: rgba(73, 80, 87, 0.27);
}

.text-span-18 {
  font-family: 'Noto Sans KR', sans-serif;
}

.wait {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

.wait._2 {
  width: 31%;
  font-size: 14px;
  text-align: center;
}

.wait._3 {
  width: 27%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wait._4 {
  width: 17%;
  color: #3978dd;
  font-size: 12px;
  font-weight: 700;
}

.wait._5 {
  color: #3978dd;
  font-size: 12px;
  font-weight: 700;
}

.deposit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f8614e;
  font-size: 12px;
  font-weight: 700;
}

.deposit._2 {
  width: 31%;
  font-size: 14px;
  text-align: center;
}

.deposit._3 {
  width: 27%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.deposit._4 {
  width: 17%;
  color: #3978dd;
  font-size: 12px;
  font-weight: 700;
}

.deposit._5 {
  color: #3978dd;
  font-size: 12px;
  font-weight: 700;
}

.withdrawal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 13%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #50b9bf;
  font-size: 12px;
  font-weight: 700;
}

.withdrawal._2 {
  width: 31%;
  font-size: 14px;
  text-align: center;
}

.withdrawal._3 {
  width: 27%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.withdrawal._4 {
  width: 17%;
  color: #3978dd;
  font-size: 12px;
  font-weight: 700;
}

.withdrawal._5 {
  color: #3978dd;
  font-size: 12px;
  font-weight: 700;
}

.unapproved {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f8614e;
  font-size: 12px;
  font-weight: 700;
}

.unapproved._2 {
  width: 31%;
  font-size: 14px;
  text-align: center;
}

.unapproved._3 {
  width: 27%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.unapproved._4 {
  width: 17%;
  color: #3978dd;
  font-size: 12px;
  font-weight: 700;
}

.unapproved._5 {
  color: #3978dd;
  font-size: 12px;
  font-weight: 700;
}

.approval {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 12%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #50b9bf;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}

.approval._2 {
  width: 31%;
  font-size: 14px;
  text-align: center;
}

.approval._3 {
  width: 27%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.approval._4 {
  width: 17%;
  color: #3978dd;
  font-size: 12px;
  font-weight: 700;
}

.approval._5 {
  color: #3978dd;
  font-size: 12px;
  font-weight: 700;
}

.mhistoryimg {
  display: none;
}

.flink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 10%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #f8614e;
  font-size: 16px;
}

.dloginoutbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 37px;
  margin-right: 15px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #50b9bf;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 12px;
}

.dloginoutbtn:hover {
  background-color: rgba(80, 185, 191, 0.75);
}

.txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12.8px;
  font-weight: 700;
}

.txt._2 {
  width: 13%;
}

.txt._3 {
  width: 39%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.txt._4 {
  width: 12%;
}

.txt._5 {
  width: 14%;
}

.txt._6 {
  width: 12%;
}

.txt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 9%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 500;
}

.txt2._2 {
  width: 13%;
  font-size: 12px;
  font-weight: 700;
}

.txt2._3 {
  width: 39%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 12px;
  font-weight: 700;
}

.txt2._4 {
  width: 12%;
  font-size: 12px;
  font-weight: 700;
}

.txt2._5 {
  width: 14%;
  font-size: 14px;
  font-weight: 500;
}

.txt2._6 {
  width: 12%;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: 700;
}

.txt2._6.complete {
  color: #50b9bf;
}

.listtop2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #50b9bf;
  border-bottom: 1px none #50b9bf;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: rgba(0, 0, 0, 0.01);
}

.listtable2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top-width: 2px;
  border-top-color: #1d6ae5;
  border-radius: 3px;
  background-color: rgba(80, 185, 191, 0.07);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  cursor: pointer;
}

.listtable2:hover {
  background-color: rgba(80, 185, 191, 0.1);
}

.writebtn {
  position: absolute;
  left: auto;
  top: -257%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 48px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(80, 185, 191, 0.2);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #50b9bf;
  font-size: 14.4px;
  font-weight: 700;
}

.writebtn:hover {
  background-color: rgba(80, 185, 191, 0.1);
}

.writebtn._22 {
  position: relative;
}

.listbtn {
  position: absolute;
  left: auto;
  top: -272%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #1d6ae5;
  font-size: 12px;
  font-weight: 700;
}

.listbtn.w--current {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.listbtn-copy {
  position: absolute;
  left: auto;
  top: -272%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #1d6ae5;
  font-size: 12px;
  font-weight: 700;
}

.listbtn-copy.w--current {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.listbutton {
  position: absolute;
  left: auto;
  top: -2743%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(57, 120, 221, 0.07);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #1d6ae5;
  font-size: 12px;
  font-weight: 700;
}

.listbutton:hover {
  background-color: #d4dbec;
}

.listbutton.w--current {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 48px;
  font-size: 14.4px;
}

.listtable2 {
  background-color: rgba(80, 185, 191, 0.02);
}

.listbutton2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(80, 185, 191, 0.1);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #50b9bf;
  font-size: 14.4px;
  font-weight: 700;
}

.listbutton2:hover {
  background-color: #d4dbec;
}

.listbutton2.w--current {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 48px;
  font-size: 14.4px;
}

.listbutton3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 48px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: rgba(32, 178, 199, 0.2);
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #20b2c7;
  font-size: 14.4px;
  font-weight: 700;
}

.listbutton3:hover {
  background-color: #20b2c7;
  color: #fff;
}

.listbutton3.w--current {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 48px;
  font-size: 14.4px;
}

.div-block-24 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 24px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 700;
}

.title {
  padding-left: 20px;
  border-left: 2px solid #50b9bf;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-weight: 500;
}

.date {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 500;
}

.text-span-19 {
  margin-right: 10px;
  font-weight: 700;
}

.clink {
  margin-left: 25px;
}

.popupframe {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 3;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.idpopup {
  position: relative;
  display: none;
  width: 400px;
  padding: 50px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 8px 0 rgba(0, 0, 0, 0.11);
}

.idtxt {
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12.8px;
}

.sinput {
  height: 45px;
  margin-bottom: 0px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.wrap {
  margin-bottom: 12px;
}

.certificationbtn2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  height: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #3978dd;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 13px;
}

.certificationbtn2:hover {
  background-color: rgba(57, 120, 221, 0.75);
}

.sinput2 {
  width: 74%;
  height: 45px;
  margin-bottom: 0px;
  border: 1px solid #ced4da;
  border-radius: 5px;
}

.div-block-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.usersearchid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 2px solid #50b9bf;
  font-size: 13px;
}

.logoimg {
  height: 50px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
}

.searchbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 48px;
  margin-top: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #50b9bf;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  font-size: 14.4px;
}

.searchbtn:hover {
  background-color: rgba(80, 185, 191, 0.75);
}

.pwpopup {
  position: relative;
  display: none;
  width: 400px;
  padding: 50px 30px 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0 1px 9px 0 rgba(0, 0, 0, 0.08);
}

.pwlink {
  text-decoration: none;
}

.box {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 102;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.commission {
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}

.text-span-20 {
  font-size: 12px;
}

.text-block-20 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 22px;
}

.x {
  width: 13px;
}

.xbtn {
  position: absolute;
  left: auto;
  top: 10px;
  right: 10px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  padding-top: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.18);
  text-decoration: none;
}

.text-block-21 {
  font-family: Flamenco;
  font-weight: 400;
}

.bold-text-3 {
  color: rgba(0, 0, 0, 0.28);
  font-size: 17px;
}

.menuboxwrap2 {
  position: absolute;
  left: 0%;
  top: 80%;
  right: auto;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.menuboxwrap2:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.topmenubtn2 {
  position: relative;
  z-index: 130;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.menuboxwrap3 {
  position: absolute;
  left: 0%;
  top: 80%;
  right: auto;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.menuboxwrap3:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.join {
  text-decoration: none;
}

.joinbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 54px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #50b9bf;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #50b9bf;
  font-size: 16px;
}

.joinbutton:hover {
  background-color: rgba(80, 185, 191, 0.2);
}

.text-block-22 {
  width: 50%;
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.61);
  font-size: 12px;
  text-align: right;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 425px;
  margin-right: 5px;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.fimg {
  height: 32px;
}

.div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-top: 40px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fimg2 {
  height: 38px;
}

.fimg3 {
  height: 38px;
}

.fimg4 {
  height: 37px;
}

.background-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 620px;
  margin-top: 63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.27);
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.dinput {
  width: 140px;
  height: 35px;
  margin-bottom: 0px;
  padding-right: 10px;
  padding-left: 10px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 13px;
  text-align: left;
}

.searchbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.datesearchbtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 35px;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #50b9bf;
  -webkit-transition: background-color 400ms ease;
  transition: background-color 400ms ease;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}

.datesearchbtn:hover {
  background-color: rgba(80, 185, 191, 0.7);
}

.bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.mainpop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
}

.mainpop_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  background-color: #efefef;
}

.cancleblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 43px;
  margin-top: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: rgba(0, 0, 0, 0.5);
}

.canclebtn {
  position: relative;
  margin-left: auto;
}

.image-7 {
  width: 20px;
  height: 20px;
}

.mainpop_warp {
  overflow: auto;
  width: 100%;
  height: 520px;
  margin-bottom: 5px;
  padding: 10px 15px;
}

.checkbox-field-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: auto;
  margin-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-8 {
  width: 100%;
}

.checkbox-2 {
  margin-top: 0px;
  margin-right: 10px;
}

.mainpop_title {
  margin-right: 20px;
  margin-left: 20px;
  font-size: 25px;
  line-height: 50px;
  font-weight: 500;
}

.text-span-21 {
  margin-left: 10px;
  color: #1d6ae5;
  font-size: 15px;
}

.div-block-28 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 620px;
  margin-top: 63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
}

.bannerwarp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-29 {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.div-block-30 {
  width: 85%;
  color: #fff;
}

.bannerbtn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 100%;
  margin-left: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  color: hsla(0, 0%, 100%, 0.5);
  text-align: center;
}

.bannerbtn:hover {
  border-bottom-color: #fff;
  color: #fff;
}

.bannerbtn:active {
  border-bottom-color: #fff;
  color: #fff;
}

.bannerbtn.on {
  border-bottom-color: #fff;
  color: #fff;
}

.urlbox {
  position: absolute;
  top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 45px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3px;
  background-color: #1d6ae5;
  opacity: 1;
}

.urlbox.on {
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.urlbox.off {
  display: none;
  opacity: 0;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block {
  color: #fff;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.text-block-22-copy {
  width: 50%;
  margin-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.61);
  font-size: 12px;
  text-align: right;
}

.text-block-22-copy {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 5px;
  padding-top: 5px;
  color: hsla(0, 0%, 100%, 0.61);
  font-size: 12px;
  text-align: left;
}

.current_visitor {
  margin-right: auto;
  margin-left: 30px;
  color: rgba(28, 28, 28, 0.5);
  font-size: 15px;
}

.image-9 {
  width: 100px;
  margin-top: 10px;
}

.image-10 {
  width: 1807px;
  margin: auto;
}

.main_frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main_listwarp {
  width: 100%;
}

.main_boxwarp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 250px;
  margin-top: 50px;
}

.m_listtop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(28, 28, 28, 0.08);
}

.m_listbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  padding-right: 16px;
  padding-left: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid rgba(28, 28, 28, 0.08);
}

.listwarp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  text-align: center;
}

.listwarp.listtop {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top-style: none;
  border-bottom-style: none;
  font-size: 16px;
  font-weight: 700;
}

.main_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  height: 100%;
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 18px;
  padding-left: 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
  color: #203a4e;
  text-align: center;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.div-block-34 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  height: 600px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom-right-radius: 100px;
  background-color: #50b9bf;
}

.heading-3 {
  width: 1000px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-left: 30px;
  font-size: 38px;
  line-height: 40px;
  text-align: left;
}

.image-11 {
  position: absolute;
  top: -5%;
  right: -25%;
  width: 30%;
}

.div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-width: 900px;
  margin-right: 10%;
  margin-left: auto;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  color: #50b9bf;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.div-block-37 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  font-size: 18px;
  line-height: 20px;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main_boxtitle {
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
}

.heading-4 {
  margin-bottom: 50px;
  text-align: center;
}

.top_containner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  padding: 8px 30px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #212631;/*rgb(7 122 85 / 40%);*/
  
}

.image-12 {
  height: 60px;
  margin-bottom: 10px;
}

.m_bannertitle {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}

.list_coin {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}

.topmenubtn_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-13 {
  height: 30px;
}

.listscroll {
  overflow: auto;
}

.intro_containner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-41 {
  width: 10px;
  height: 100%;
  background-color: rgba(28, 28, 28, 0.2);
}

.circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 140px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px 3px rgba(32, 178, 199, 0.5);
  color: #20b2c7;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}

.circle._1 {
  top: 25%;
}

.circle._2 {
  top: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.circle._3 {
  top: 75%;
}

.circle._4 {
  top: 98%;
}

.circle._0 {
  top: -10%;
  width: 200px;
  height: 200px;
}

.text-block-23 {
  font-weight: 400;
}

.div-block-42 {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.div-block-43 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  background-color: #fff;
}

.chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 400px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.div-block-44 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.image-14 {
  width: 40px;
  height: 40px;
  padding: 5px;
}

.krw {
  margin-left: 5px;
}

.text-block-24 {
  font-size: 20px;
  line-height: 23px;
}

.text-block-25 {
  margin-right: 5px;
  color: rgba(28, 28, 28, 0.5);
}

.div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-26.up {
  color: #50b9bf;
}

.text-block-26.down {
  color: #f8614e;
}

.history_title {
  font-size: 18px;
  line-height: 26px;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin: 50px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-47 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.historybox {
  width: 250px;
  min-height: 150px;
  margin-right: 8px;
  margin-left: 8px;
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: #fff;
  color: #1c1c1c;
  text-align: left;
}

.historybox._1 {
  left: 140px;
  top: 0%;
}

.historybox._2 {
  left: auto;
  top: 30%;
  right: 140px;
}

.historybox._4 {
  left: auto;
  top: 80%;
  right: 140px;
}

.historybox._3 {
  top: 55%;
}

.trade_droppop {
  position: absolute;
  z-index: 20;
  display: none;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #fff;
}

.div-block-49 {
  position: relative;
}

.div-block-50 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.price2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  font-size: 16px;
}

.deal_percent {
  margin-left: 10px;
}

.deal_percent.up {
  color: #50b9bf;
}

.deal_percent.down {
  color: #f8614e;
}

.deal_price {
  margin-left: 10px;
}

.deal_price.long {
  color: #50b9bf;
}

.deal_price.short {
  color: #f8614e;
}

.dbox2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15%;
  margin-right: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2 {
  position: absolute;
  left: auto;
  top: 19%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #20b2c7;
  font-size: 17px;
  text-decoration: none;
}

.image-15 {
  width: 30px;
  height: 30px;
  margin-left: 10px;
}

.form-block {
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
}

.link-block-3 {
  margin-right: 20px;
}

.image-16 {
  width: 23px;
}

.checkbox-label-2 {
  margin-bottom: 0px;
}

.div-block-51 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.intro_imgbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 300px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-filter: hue-rotate(0deg);
  filter: hue-rotate(0deg);
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(80, 185, 191, 0.5);
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 10px 1px rgba(80, 185, 191, 0.5);
}

.image-17 {
  width: 60px;
}

.intro_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 48px;
  line-height: 55px;
}

.text-span-22 {
  margin-top: 10px;
  color: #20b2c7;
  font-size: 40px;
  line-height: 45px;
}

.div-block-53 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #1c1c1c;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
}

.text-span-23 {
  margin-right: 10px;
  color: #50b9bf;
  font-size: 30px;
}

.text-span-24 {
  color: #50b9bf;
  font-size: 25px;
  line-height: 39px;
}

.row6 {
  width: 960px;
  margin-right: auto;
  margin-bottom: 100px;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.intro_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.5);
  border-radius: 100px;
  font-size: 28px;
  line-height: 35px;
}

.intro_boxtitle {
  margin-right: 50px;
  font-size: 25px;
  font-weight: 700;
}

.text-span-25 {
  margin-right: 20px;
  color: #50b9bf;
  font-size: 30px;
}

.div-block-54 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-55 {
  margin-left: 10px;
}

.image-18 {
  display: none;
  width: 500px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.main_secion1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-56 {
  width: 50%;
}

.main_warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-19 {
  width: 50%;
  margin-left: 50px;
}

.main_secion2 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f8e39e;/*rgba(32, 178, 199, 0.15);*/
}

.main_warp2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1040px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-weight: 400;
}

.main_box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  height: 200px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
}

.heading-6 {
  font-weight: 500;
}

.image-20 {
  width: 52px;
  margin-right: 20px;
}

.main_box2warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 20px;
}

.main_itemtitle {
  margin-bottom: 5px;
  font-size: 25px;
  line-height: 26px;
  font-weight: 500;
}

.image-21 {
  width: 90px;
  margin-right: 20px;
}

.heading-7 {
  font-weight: 500;
}

.introwarp {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.intro_circlebox {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 180px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(32, 178, 199, 0.05);
  border-radius: 100%;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff 42%, #cae4e8);
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  text-align: center;
}

.intro_horizonbar {
  width: 80%;
  height: 5px;
  background-color: #d9d9d9;
}

.introbar {
  position: absolute;
  width: 5px;
  height: 70%;
  background-color: #d9d9d9;
}

.introbar._2 {
  top: 260px;
  right: 10%;
  height: 50%;
}

.introbar._3 {
  top: 260px;
  right: 30%;
  height: 40%;
}

.introbar._4 {
  left: 30%;
  top: 260px;
  height: 50%;
}

.introbar._5 {
  left: 10%;
  top: 260px;
  height: 50%;
}

.intro_containner2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/C1.html');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.gradient-warp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: linear-gradient(40deg, #203a4e 53%, transparent);
  font-size: 25px;
  line-height: 30px;
}

.form-block-2 {
  margin-bottom: 0px;
}

.select-field {
  width: 150px;
  margin-right: 10px;
  margin-bottom: 0px;
  margin-left: 10px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  color: #fff;
}

.intro_txt {
  margin-top: 20px;
  margin-bottom: 20px;
}

.backimg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url('../images/world.html');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-filter: hue-rotate(336deg);
  filter: hue-rotate(336deg);
}

.service_circle2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: 500px;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #20b2c7;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 15px 7px rgba(32, 178, 199, 0.5);
  font-size: 25px;
  line-height: 30px;
}

.service_circle1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  height: 700px;
  margin-top: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(32, 178, 199, 0.15);
  border-radius: 100%;
  box-shadow: 0 0 10px 7px rgba(32, 178, 199, 0.15);
}

.service_circle_title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.service_circle {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 170px;
  height: 170px;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background-color: #20b2c7;
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.service_circle._1 {
  left: -17%;
  top: 20%;
  width: 200px;
  height: 200px;
}

.service_circle._2 {
  left: 15%;
  top: -6%;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.service_circle._3 {
  top: 50%;
  right: -18%;
  width: 200px;
  height: 200px;
}

.service_circle._4 {
  right: 59%;
  bottom: -10%;
}

.main_custermer {
  position: absolute;
  left: auto;
  top: 3%;
  right: 1%;
  bottom: auto;
  display: none;
  width: 450px;
  padding: 25px 30px;
  border-radius: 4px;
  background-color: #1d6ae5;
  color: #fff;
}

.main_custermertitle {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.image-22 {
  position: absolute;
  left: auto;
  top: 5%;
  right: 3%;
  bottom: auto;
  width: 100px;
  height: 100px;
  opacity: 0.5;
}

.main_bannerlogo {
  width: 250px;
  margin-bottom: 20px;
}

.image-23 {
  width: 125px;
}

.f_text_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 13px;
}

.f_text_title {
  color: #fff;
}

.f_text {
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.f_qrblock {
  width: 100px;
  margin-left: auto;
}

.qr {
  width: 80px;
  height: 80px;
  margin-top: 10px;
}

.kakao_box {
  position: relative;
}

.kakao_img {
  width: 220px;
  margin-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 4px;
}

@media screen and (max-width: 991px) {
  .div-block-34 {
    width: 80%;
    border-top-right-radius: 100px;
  }

  .image-11 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top {
    position: relative;
  }

  .logoicon {
    margin-top: 1vw;
  }

  .loginoutbtn, .myinfobtn {
    display: none;
  }
  

  .loginoutbtn.w--current {
    display: none;
    width: 22vw;
    height: 8vw;
    margin-left: 5vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .loginoutbtn.m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 11vw;
    margin-left: 0px;
    font-size: 3.5vw;
    line-height: 4vw;
  }
  
  .myinfobtn.m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 11vw;
    margin-left: 0px;
    font-size: 3.5vw;
    line-height: 4vw;
    margin: 5px;
  }

  .loginoutbtn.m.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 11vw;
    margin-left: 0vw;
    font-size: 3.5vw;
  }

  .slider {
    height: 108vw;
    margin-top: 16vw;
  }

  .container {
    width: 100%;
    padding-right: 6vw;
    padding-bottom: 10vw;
    padding-left: 6vw;
  }

  .banner_continer {
    width: 100%;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .btxt {
    font-size: 3vw;
    line-height: 4vw;
    text-align: center;
  }

  .btxt.main {
    font-size: 3.2vw;
    line-height: 4.5vw;
    text-align: center;
  }

  .heading {
    margin-bottom: 2vw;
    font-size: 8vw;
    line-height: 10vw;
  }

  .heading.main {
    font-size: 9vw;
    line-height: 11vw;
    text-align: center;
  }

  .body {
    font-size: 2.8vw;
    line-height: 4vw;
  }

  .servicebtn {
    width: 72vw;
    height: 11vw;
    margin-right: 0px;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .m_btnwrap {
    width: 100%;
    margin-top: 2vw;
    padding: 2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image {
    width: 100%;
    height: auto;
    margin-top: 3vw;
  }

  .footer {
    padding: 6vw 6vw 16vw;
  }

  .section0 {
    width: 100%;
    height: auto;
    margin-top: 17vw;
    margin-bottom: 10vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .mtxt {
    font-size: 3vw;
    line-height: 4vw;
  }

  .txtwrap {
    width: 100%;
  }

  .mtxt2 {
    font-size: 6.5vw;
    line-height: 8.5vw;
  }

  .text-block {
    width: 100%;
    font-size: 2.8vw;
    line-height: 5vw;
  }

  .joinbtn {
    width: 43vw;
    height: 8vw;
    margin-top: 5vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .txtwrap2 {
    width: 69vw;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .section5 {
    margin-bottom: 0px;
  }

  .section2 {
    overflow: hidden;
    width: 100%;
    padding: 10vw 6vw;
  }

  .heading-2 {
    margin-top: 2vw;
    margin-bottom: 9vw;
    font-size: 6.5vw;
    line-height: 9vw;
  }

  .item {
    width: 100%;
    height: 24vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding: 4vw;
    box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition-property: none;
    transition-property: none;
    font-size: 3vw;
  }

  .item_img {
    width: 100%;
  }

  .item_contain {
    padding: 5vw;
  }

  .itxt {
    font-size: 4vw;
    line-height: 6vw;
  }

  .ititle {
    margin-top: 3vw;
    margin-bottom: 1vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .m_item {
    width: 50%;
    height: auto;
    margin-bottom: 11vw;
  }

  .itxt2 {
    width: 37vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .section4 {
    height: 63vw;
    margin-top: 14vw;
    background-position: 50% 50%;
    background-size: auto 63vw;
  }

  .btxt2 {
    font-size: 6vw;
    line-height: 7vw;
  }

  .btxt3 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .fwrap {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ftxt {
    margin-bottom: 3vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .ftxt2 {
    margin-bottom: 1vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .f_wrap {
    width: 50%;
    margin-bottom: 6vw;
  }

  .dea_btn {
    width: 35vw;
    height: 11vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .item_img2 {
    height: 12vw;
  }

  .mtxt3 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .item_frame {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .ititle3 {
    margin-bottom: 1vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .section3 {
    width: 100%;
    margin-top: 5vw;
    padding-top: 23vw;
    padding-bottom: 15vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dealbtn {
    width: 72vw;
    height: 11vw;
    margin-top: 2vw;
    margin-right: 0px;
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .fbox {
    width: 100%;
    padding-top: 7vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .email {
    width: 50vw;
    margin-bottom: 4vw;
    font-size: 3vw;
    line-height: 6vw;
  }

  .text-block-5 {
    width: 50vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .b_korboticon {
    position: absolute;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
    height: 12vw;
    margin-bottom: 0px;
  }

  .eximg {
    height: 7vw;
    margin-left: 1vw;
  }

  .exchanginfo {
    width: 100%;
    padding-top: 10vw;
    padding-bottom: 5vw;
  }

  .row {
    height: auto;
    margin-top: -0.5vw;
    padding: 4vw;
  }

  .text-block-6 {
    width: auto;
    height: auto;
    margin-bottom: 8vw;
    padding-right: 0px;
    border-right-style: none;
    font-size: 3.2vw;
    line-height: 5vw;
  }

  .topmenubtn.mobile {
    width: 100%;
    height: 13vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .topmenu.mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #1c1c1c;
    font-size: 3.3vw;
    line-height: 4vw;
  }

  .menubox.mobile {
    width: 100%;
    padding: 8vw 0px;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
  }

  .menubox.mobile:hover {
    background-color: transparent;
  }

  .m_txt {
    font-size: 4vw;
    line-height: 5vw;
  }

  .m_txt2 {
    margin-top: 0.5vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .menuboxwrap.mobile {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-top-style: none;
  }

  .menuboxwrap.mobile.d {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .fwrap2 {
    width: 100%;
    margin-top: 11vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .twitter {
    height: 4vw;
    margin-left: 6vw;
  }

  .in {
    height: 4vw;
    margin-left: 6vw;
  }

  .service_btn {
    width: 43vw;
    height: 8vw;
    margin-top: 0px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .topmenuframe {
    display: none;
  }

  .globe {
    height: 4vw;
  }

  .languageselect {
    width: 39vw;
    height: 9vw;
    margin-right: 0px;
    margin-bottom: 6vw;
    padding-left: 3vw;
  }

  .language {
    width: 26vw;
    padding-left: 2vw;
    font-size: 4vw;
    line-height: 4vw;
  }

  .blog {
    height: 4vw;
    margin-left: 6vw;
  }

  .comunity {
    width: 18vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .arrow {
    height: 2.5vw;
  }

  .banner_continer2 {
    width: 100%;
    padding: 10vw 3vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .aimg {
    height: 11vw;
  }

  .atxt {
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 3.7vw;
    line-height: 4vw;
  }

  .atxt2 {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .a_wrap {
    width: 100%;
    height: auto;
  }

  .row2 {
    margin-top: 13vw;
    margin-bottom: 13vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .atitle {
    margin-bottom: 2vw;
    font-size: 2.9vw;
    line-height: 3vw;
  }

  .text-field {
    width: 100%;
    height: 9vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .tablewrap {
    width: 100%;
    margin-bottom: 5vw;
  }

  .textarea {
    height: 50vw;
    max-height: 50vw;
    min-height: 50vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .tablewrap2 {
    margin-bottom: 5vw;
  }

  .submit0 {
    width: 100%;
    height: 11vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .dropdown-toggle {
    width: 100%;
    height: 9vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .text-block-7 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .dropdown-list.w--open {
    height: 54vw;
  }

  .dropdown-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 9vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3vw;
    line-height: 4vw;
  }

  .banner2 {
    height: 72vw;
    margin-right: 4vw;
    margin-left: 4vw;
    border-radius: 1vw;
  }

  .ctitle {
    margin-top: 0vw;
    margin-bottom: 5vw;
    font-size: 5.5vw;
    line-height: 7.5vw;
  }

  .ctxt {
    width: 100%;
    margin-bottom: 5vw;
    padding-right: 0px;
    font-size: 3.2vw;
    line-height: 5.5vw;
  }

  .row4 {
    width: 100%;
    height: auto;
    margin-top: 20vw;
    margin-bottom: 30vw;
    padding-right: 6vw;
    padding-left: 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .iimg {
    width: 37vw;
  }

  .iimg2 {
    left: 14%;
    width: 70vw;
  }

  .historyimg {
    display: none;
  }

  .iimg3 {
    width: 58vw;
  }

  .iimgwrap {
    width: 100%;
    height: 82vw;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .iimgwrap._2 {
    height: 76vw;
  }

  .itxt_wrap2 {
    width: 100%;
  }

  .ctitle2 {
    margin-bottom: 2vw;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .ctxt2 {
    width: 87vw;
    padding-right: 0px;
    font-size: 3.2vw;
    line-height: 5.5vw;
  }

  .cinfo {
    width: 100%;
    height: auto;
    margin-bottom: 6vw;
  }

  .cinfobox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section6 {
    width: 100%;
    height: auto;
    padding: 18vw 10vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .iimg4 {
    left: 0%;
    width: 50vw;
  }

  .iimg5 {
    left: 13%;
    width: 76vw;
  }

  .ctitle3 {
    margin-bottom: 7vw;
    font-size: 5.5vw;
    line-height: 7.5vw;
  }

  .section7 {
    width: 100%;
    margin-top: 10vw;
    margin-bottom: 10vw;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .ititle4 {
    margin-bottom: 5vw;
    font-size: 5vw;
    line-height: 7.5vw;
  }

  .menuline {
    height: auto;
  }

  .menuline._2 {
    margin-right: 6vw;
    margin-left: 6vw;
  }

  .menucontain {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .menu {
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .anotice {
    font-size: 3vw;
    line-height: 4vw;
  }

  .pbtnwrap {
    margin-top: 2vw;
  }

  .pbtn {
    width: 15.5%;
    height: 8vw;
    font-size: 2.7vw;
    line-height: 3vw;
  }

  .div-block-4 {
    margin-top: 5vw;
  }

  .anotice2 {
    font-size: 3vw;
    line-height: 8vw;
  }

  .btnwrap {
    margin-top: 10vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .accountaskbtn {
    width: 49%;
    height: 11vw;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .banner3 {
    height: 72vw;
    margin-right: 4vw;
    margin-left: 4vw;
    border-radius: 1vw;
  }

  .row5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20vw 6vw 28vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stitle {
    margin-bottom: 4vw;
    font-size: 7vw;
    line-height: 8vw;
  }

  .stxt {
    position: relative;
    width: auto;
    font-size: 3.2vw;
    line-height: 5.5vw;
  }

  .swrap {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .simg {
    width: 100%;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .simg:hover {
    margin-top: 0px;
  }

  .s_title {
    margin-bottom: 6vw;
    font-size: 5.5vw;
    line-height: 6vw;
  }

  .simgwrap {
    position: relative;
  }

  .ttxt {
    width: 21vw;
    font-size: 2.3vw;
    line-height: 3vw;
  }

  .ttxt._2 {
    width: 27vw;
  }

  .ttxt2 {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .table {
    height: 8vw;
  }

  .scontainer {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .tablebox {
    width: 100%;
    margin-top: 5vw;
  }

  .snotice {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: -123%;
    margin-top: 0px;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .snotice._2 {
    position: relative;
    margin-top: 3vw;
  }

  .section9 {
    width: 100%;
    padding: 27vw 6vw 17vw;
  }

  .simg2 {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .simg2:hover {
    margin-top: 0px;
  }

  .tablebox2 {
    margin-top: 5vw;
  }

  .tablewrap3 {
    width: 100%;
  }

  .text-block-9 {
    height: auto;
    margin-bottom: 6vw;
    padding-right: 0px;
    padding-bottom: 6vw;
    font-size: 3.2vw;
    line-height: 5.5vw;
  }

  .sdtxt {
    width: 74vw;
    font-size: 3.2vw;
    line-height: 5.5vw;
  }

  .detailcontent {
    width: 100%;
    height: auto;
    margin-bottom: 6vw;
  }

  .sdtitle {
    margin-bottom: 2vw;
    font-size: 4vw;
    line-height: 5vw;
  }

  .div-block-6 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .snotice2 {
    width: 43vw;
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .section10 {
    width: 100%;
    padding: 20vw 6vw 0px;
  }

  .typebox {
    width: 100%;
    margin-bottom: 4vw;
    padding: 4vw 5vw 5vw;
  }

  .typeicon {
    height: 12vw;
  }

  .ttitle {
    margin-top: 4vw;
    margin-bottom: 2vw;
    font-size: 3.7vw;
    line-height: 4vw;
  }

  .ttxt3 {
    width: auto;
    font-size: 2.8vw;
    line-height: 4.9vw;
  }

  .newtabicon {
    top: 5vw;
    right: 5vw;
    width: 4vw;
    height: 4vw;
  }

  .div-block-7 {
    height: 249vw;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }

  .text-block-10 {
    width: auto;
    margin-top: 0px;
    margin-bottom: 5vw;
    padding-right: 0px;
  }

  .qna {
    width: 100%;
  }

  .q {
    height: 16vw;
    padding-right: 3vw;
  }

  .qtxt {
    font-size: 3.7vw;
    line-height: 5vw;
  }

  .a {
    padding-top: 3.5vw;
    padding-bottom: 3.5vw;
  }

  .a_txt {
    margin-bottom: 5vw;
    padding-right: 5vw;
    font-size: 3.2vw;
    line-height: 6vw;
  }

  .dwrap {
    width: 100%;
    margin-top: 10vw;
    padding-right: 6vw;
    padding-bottom: 25vw;
    padding-left: 6vw;
  }

  .dtitle {
    margin-bottom: 2vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .text-block-11 {
    height: 9vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .tablewrap4 {
    margin-bottom: 5vw;
  }

  .text-field2 {
    height: 9vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .div-block-11 {
    width: 100%;
    padding-top: 16vw;
  }

  .text-block-12 {
    margin-top: 5vw;
    font-size: 8vw;
    line-height: 8vw;
  }

  .qnabox {
    width: 100%;
    margin-top: 0px;
    padding: 20vw 6vw 30vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .qnawrap {
    width: 100%;
  }

  .plus {
    height: 3.5vw;
  }

  .depositbtn {
    width: 49%;
    height: 11vw;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .withdrawlbtn {
    width: 100%;
    height: 11vw;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .section11 {
    padding-bottom: 0px;
  }

  .joindropdown {
    height: 9vw;
  }

  .join_btn {
    width: 100%;
    height: 11vw;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .deal_btn {
    width: 43vw;
    height: 10vw;
    margin-top: 4vw;
    margin-right: 0px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .text-block-13 {
    margin-bottom: 2vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .text-span {
    font-size: 4vw;
  }

  .text-block-14 {
    font-size: 2.3vw;
    line-height: 3vw;
  }

  .text-span-2 {
    font-size: 4vw;
  }

  .text-span-3 {
    font-size: 4vw;
  }

  .div-block-12 {
    margin-bottom: 5vw;
    padding: 4vw 4vw 2vw;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .text-span-4 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: -106%;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .empty {
    display: none;
  }

  .section12 {
    width: 100%;
    height: 178vw;
    margin-top: 13vw;
    padding: 20vw 6vw;
    background-position: 50% 0%;
    background-size: auto 33vw;
  }

  .text-field3 {
    width: 71%;
    height: 9vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .certificationbtn {
    width: 27%;
    padding: 0px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .text-block-15 {
    margin-top: 2vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .clause {
    height: 38vw;
    max-height: 38vw;
    min-height: 38vw;
    padding: 3vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .checkbox-field {
    margin-top: 3vw;
  }

  .checkbox-label {
    font-size: 3vw;
    line-height: 4vw;
  }

  .top2 {
    position: relative;
    height: auto;
    padding: 5vw 2vw 3vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid #2a2a2a;
  }

  .tcontain {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dframe {
    width: 100%;
    margin-top: 19vw;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .total {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 4vw;
    line-height: 5vw;
  }

  .text-span-7 {
    font-size: 6vw;
    line-height: 6vw;
  }

  .dinfotxt {
    font-size: 4vw;
    line-height: 5vw;
  }

  .dnotice {
    margin-top: 2vw;
    margin-bottom: 3vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .progressbar {
    height: 13vw;
    margin-bottom: 2vw;
  }

  .percent {
    right: 6%;
    font-size: 7.2vw;
    line-height: 7vw;
  }

  .i {
    width: 3vw;
    height: 3vw;
    margin-bottom: 1vw;
    margin-left: 1vw;
    padding-top: 0px;
    padding-right: 0px;
    font-size: 2vw;
  }

  .entry {
    font-size: 3.8vw;
    line-height: 5vw;
  }

  .entry2 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .pbar {
    width: 72%;
  }

  .pbar._2 {
    width: 63%;
  }

  .div-block-15 {
    left: 3%;
  }

  .div-block-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .leftbox {
    width: 100%;
  }

  .dtablebox {
    margin-top: 2vw;
  }

  .logitlte {
    height: 7vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .logtxt {
    font-size: 3vw;
    line-height: 4vw;
  }

  .logtxt._2 {
    width: 16%;
  }

  .logtxt._6 {
    width: 19%;
  }

  .logtable {
    height: 11vw;
    margin-bottom: 2vw;
  }

  .sell {
    font-size: 3vw;
    line-height: 3vw;
  }

  .deal.disable {
    font-size: 3vw;
    line-height: 3vw;
  }

  .market {
    font-size: 3vw;
    line-height: 3vw;
  }

  .price {
    font-size: 3vw;
    line-height: 3vw;
    text-align: right;
  }

  .amout {
    font-size: 3vw;
    line-height: 3vw;
  }

  .ddate {
    width: 19%;
    padding-bottom: 0px;
    font-size: 2.9vw;
    line-height: 3vw;
    text-align: center;
  }

  .ranking {
    font-size: 3vw;
    line-height: 3vw;
  }

  .rightbox {
    width: 100%;
  }

  .dicon {
    width: 4vw;
    margin-right: 2vw;
  }

  .tab {
    height: 13vw;
    padding-right: 4vw;
    padding-left: 6vw;
  }

  .darrow {
    width: 4vw;
  }

  .tabtxt {
    font-size: 4vw;
    line-height: 5vw;
  }

  .tabcontent {
    display: none;
    padding: 7vw;
  }

  .dtext {
    margin-bottom: 2vw;
    padding-left: 2vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  .dtab_wrap {
    margin-top: 2vw;
  }

  .logtitle {
    font-size: 4vw;
    line-height: 5vw;
  }

  .datainfo {
    width: 40vw;
    padding-left: 5vw;
  }

  .datatable {
    height: 14vw;
    margin-bottom: 2vw;
    padding-right: 3vw;
  }

  .data_title2 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .dpercent {
    font-size: 4vw;
    line-height: 5vw;
  }

  .data_title {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .text-span-13 {
    font-size: 2vw;
    line-height: 3vw;
  }

  .exchange {
    margin-top: 3vw;
    margin-right: 0px;
    font-size: 4vw;
    line-height: 5vw;
  }

  .tabbox {
    margin-bottom: 2vw;
  }

  .cancel {
    font-size: 3vw;
    line-height: 3vw;
  }

  .dbtn {
    left: 0%;
    top: 67.1vw;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 15vw;
    margin-top: 2vw;
  }

  .userid {
    font-size: 3vw;
    line-height: 4vw;
  }

  .usericon {
    height: 4vw;
    margin-right: 1vw;
  }

  .div-block-18 {
    margin-top: 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-toggle-2 {
    width: 18vw;
    height: 9vw;
    padding-left: 2.5vw;
  }

  .text-block-18 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .dbox {
    width: 16%;
  }

  .footer-2 {
    margin-top: 15vw;
    padding-top: 8vw;
    padding-right: 3vw;
    padding-left: 3vw;
  }

  .f_wrap2 {
    width: 100%;
  }

  .followus {
    margin-right: 7vw;
  }

  .facebookicon {
    height: 4vw;
    margin-right: 4vw;
  }

  .f_txt {
    margin-top: 5vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .refresh {
    height: 9vw;
  }

  .dtxt {
    font-size: 3vw;
    line-height: 4vw;
  }

  .logitlte2 {
    height: 7vw;
    margin-top: 2vw;
    margin-bottom: 1vw;
  }

  .ddate2 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .menubtn {
    width: 100%;
  }

  .text-span-14 {
    margin-bottom: 0vw;
    margin-left: 1.5vw;
  }

  .dicon2 {
    height: 4vw;
    margin-right: 2vw;
  }

  .upbit {
    height: 2vw;
  }

  .bitnumb {
    height: 3.2vw;
  }

  .coinbase {
    height: 2.2vw;
  }

  .binance {
    height: 3vw;
  }

  .div-block-20 {
    height: 7vw;
  }

  .krw {
    font-size: 4vw;
    line-height: 6vw;
  }

  .btc {
    font-size: 4vw;
    line-height: 5vw;
  }

  .dtext2 {
    font-size: 4vw;
    line-height: 6vw;
  }

  .dtext3 {
    margin-bottom: 4vw;
    padding-left: 2vw;
    font-size: 4vw;
    line-height: 6vw;
  }

  .dtext4 {
    font-size: 4vw;
    line-height: 6vw;
  }

  .text-block-19 {
    margin-left: 2vw;
  }

  .twittericon {
    height: 3vw;
    margin-right: 4vw;
  }

  .mediumicon {
    height: 3vw;
  }

  .idinput {
    width: 64vw;
    height: 10vw;
    margin-bottom: 2vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .loginbox {
    margin-top: 30vw;
    margin-bottom: 50vw;
  }

  .loginbutton {
    height: 11vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .user_id {
    display: none;
    color: #1c1c1c;
    font-size: 3vw;
    line-height: 4vw;
  }

  .user_id.m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .userkrw {
    display: none;
    margin-left: 5vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .userkrw.m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 2vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .text-span-15 {
    margin-left: 1vw;
  }

  .text-span-16 {
    margin-left: 1vw;
  }

  .logo {
    height: 17vw;
    margin-bottom: 5vw;
  }

  .atable {
    margin-bottom: 5vw;
  }

  .a_txt2 {
    min-width: 66vw;
    padding: 3vw;
    font-size: 3vw;
    line-height: 6vw;
  }

  .jointxt {
    font-size: 3vw;
    line-height: 4vw;
  }

  .div-block-22 {
    margin-top: 5vw;
  }

  .idpwsearch {
    font-size: 3vw;
    line-height: 4vw;
  }

  .dlogoicon {
    height: 7vw;
    margin-top: 0px;
  }

  .d_btn.start {
    font-size: 5vw;
    line-height: 6vw;
  }

  .profile {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .dropdown-2 {
    margin-right: 3vw;
    margin-left: 2vw;
  }

  .listtop {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .ltxt {
    width: 11%;
    font-size: 2.7vw;
    line-height: 3vw;
  }

  .ltxt._3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ltxt._4 {
    width: 14%;
  }

  .ltxt._5 {
    width: 12%;
  }

  .listtable {
    height: 13vw;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .ltxt2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 11%;
    font-size: 2.7vw;
    line-height: 3vw;
  }

  .ltxt2._2 {
    font-size: 2.7vw;
  }

  .ltxt2._3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ltxt2._4 {
    font-size: 2.7vw;
  }

  .ltxt2._5 {
    font-size: 2.7vw;
  }

  .list {
    position: relative;
    width: 100%;
    margin-top: 13vw;
    border-top: 2px solid #50b9bf;
    border-bottom: 2px solid #50b9bf;
  }

  .p {
    font-size: 3vw;
    line-height: 4vw;
  }

  .pbox {
    width: 100%;
    margin-top: 8vw;
  }

  .dwrap2 {
    margin: 13vw 6vw 15vw;
  }

  .menubtnbox {
    width: 33.3%;
    height: 14vw;
  }

  .menubtnbox2 {
    width: 50%;
    height: 13vw;
  }

  .finfo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 7vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  }

  .mobilemenuframe {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .mobilebtn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 13vw;
    height: 9vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: hsla(0, 0%, 100%, 0.15);
    border-radius: 0.5vw;
  }

  .mobilemenubox {
    position: absolute;
    left: auto;
    top: 130%;
    right: -41%;
    bottom: auto;
    display: none;
    overflow: auto;
    width: 100vw;
    padding: 5vw 7vw 6vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }

  .menucion {
    width: auto;
    height: 7vw;
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }

  .askbtn.w--current {
    width: 22vw;
    height: 8vw;
    margin-left: 5vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .askbtn.m {
    width: 100%;
    height: 11vw;
    margin-left: 0px;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .askbtn.m.w--current {
    width: 100%;
    height: 11vw;
    margin-left: 0vw;
    font-size: 3.5vw;
  }

  .en2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 10vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-top-left-radius: 0.5vw;
    border-bottom-left-radius: 0.5vw;
    background-color: transparent;
    color: #444;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .kr2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 10vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(0, 0, 0, 0.1);
    border-radius: 0px 0.5vw 0.5vw 0vw;
    background-color: transparent;
    color: #444;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .language2 {
    margin-bottom: 1.5vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .languagewrap {
    margin-top: 5vw;
  }

  .lbtnwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .muserinfo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .bimg {
    height: 100%;
    background-position: 50% 50%;
  }

  .bimg2 {
    background-position: 50% 50%;
  }

  .bimg3 {
    background-position: 50% 50%;
  }

  .eximgwrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-3 {
    width: 100%;
  }

  .dropdown-4 {
    width: 100%;
  }

  .text-field4 {
    height: 9vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .text-span-18 {
    margin-right: 1vw;
    font-family: 'Noto Sans KR', sans-serif;
    color: #1c1c1c;
    font-size: 3.1vw;
    font-weight: 500;
  }

  .wait {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14%;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .wait._2 {
    font-size: 2.7vw;
  }

  .wait._4 {
    font-size: 2.7vw;
  }

  .wait._5 {
    font-size: 2.7vw;
  }

  .deposit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12%;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .deposit._2 {
    font-size: 2.7vw;
  }

  .deposit._4 {
    font-size: 2.7vw;
  }

  .deposit._5 {
    font-size: 2.7vw;
  }

  .withdrawal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12%;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .withdrawal._2 {
    font-size: 2.7vw;
  }

  .withdrawal._4 {
    font-size: 2.7vw;
  }

  .withdrawal._5 {
    font-size: 2.7vw;
  }

  .unapproved {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14%;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .unapproved._2 {
    font-size: 2.7vw;
  }

  .unapproved._4 {
    font-size: 2.7vw;
  }

  .unapproved._5 {
    font-size: 2.7vw;
  }

  .approval {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 14%;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .approval._2 {
    font-size: 2.7vw;
  }

  .approval._4 {
    font-size: 2.7vw;
  }

  .approval._5 {
    font-size: 2.7vw;
  }

  .div-block-23 {
    width: 100%;
    height: 121vw;
    background-image: url('../images/history.html');
    background-position: 345% 50%;
    background-size: auto 109vw;
    background-repeat: no-repeat;
  }

  .mhistoryimg {
    display: block;
    width: 97%;
  }

  .mmenubox {
    position: absolute;
    left: auto;
    top: 138%;
    right: -23%;
    bottom: auto;
    height: 1000%;
  }

  .buy {
    font-size: 3vw;
    line-height: 3vw;
  }

  .dloginoutbtn {
    position: absolute;
    left: auto;
    top: 4vw;
    right: 4vw;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20vw;
    height: 7vw;
    margin-right: 0px;
    padding-top: 0.3vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .dloginoutbtn.w--current {
    display: none;
    width: 22vw;
    height: 8vw;
    margin-left: 5vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .dloginoutbtn.m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 11vw;
    margin-left: 0px;
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .dloginoutbtn.m.w--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 11vw;
    margin-left: 0vw;
    font-size: 3.5vw;
  }

  .txt {
    font-size: 2.7vw;
    line-height: 3vw;
  }

  .txt2 {
    display: none;
    font-size: 2.7vw;
    line-height: 3vw;
  }

  .txt2._2 {
    position: absolute;
    left: 3vw;
    top: 3vw;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 3vw;
    line-height: 4vw;
  }

  .txt2._3 {
    position: absolute;
    left: 3vw;
    top: auto;
    right: auto;
    bottom: 3vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 3vw;
    line-height: 4vw;
  }

  .txt2._4 {
    display: none;
  }

  .txt2._5 {
    position: absolute;
    left: auto;
    top: 3vw;
    right: 3vw;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 3vw;
    line-height: 4vw;
    text-align: right;
  }

  .txt2._6 {
    position: absolute;
    left: auto;
    top: auto;
    right: 3vw;
    bottom: 3vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 18vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    font-size: 3vw;
    line-height: 4vw;
  }

  .txt2._6.complete {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .listtop2 {
    display: none;
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .listtable2 {
    position: relative;
    height: 20vw;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px none rgba(0, 0, 0, 0.08);
  }

  .writebtn {
    top: 15vw;
    width: 100%;
    height: 11vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .listbutton.w--current {
    bottom: -17%;
    width: 21vw;
    height: 11vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .listbutton2 {
    width: 100%;
    height: 11vw;
    margin-top: 5vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .listbutton2.w--current {
    bottom: -17%;
    width: 21vw;
    height: 11vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .listbutton3 {
    bottom: -17%;
    width: 19vw;
    height: 11vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .listbutton3.w--current {
    bottom: -17%;
    width: 21vw;
    height: 11vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .div-block-24 {
    margin-bottom: 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .title {
    padding-left: 4vw;
    font-size: 3vw;
    line-height: 5vw;
  }

  .date {
    margin-top: 3vw;
    font-size: 3vw;
    line-height: 4vw;
    text-align: right;
  }

  .imglink {
    margin-bottom: 6vw;
  }

  .certificationbtn2 {
    width: 27%;
    padding: 0px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .searchbtn {
    width: 100%;
    height: 11vw;
    margin-right: 0px;
    margin-left: 0px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .commission {
    font-size: 3vw;
    line-height: 4vw;
  }

  .x {
    width: 4vw;
  }

  .menuboxwrap2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .menuboxwrap2.mobile {
    position: relative;
    display: none;
    width: 100%;
    border-top-style: none;
  }

  .menuboxwrap2.mobile.d {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .topmenubtn2 {
    width: 100%;
    height: 13vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .topmenubtn2.mobile {
    width: 100%;
    height: 13vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .menuboxwrap3 {
    position: relative;
    display: none;
    border-top-style: none;
  }

  .menuboxwrap3.mobile {
    position: relative;
    display: none;
    width: 100%;
    border-top-style: none;
  }

  .menuboxwrap3.mobile.d {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .joinbutton {
    height: 11vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .text-block-22 {
    width: 100%;
    font-size: 3vw;
    line-height: 5vw;
    text-align: left;
  }

  .div-block-26 {
    width: 100%;
    margin-top: 10vw;
    margin-left: 0px;
  }

  .fimg {
    height: 4vw;
  }

  .div-block-27 {
    width: 100%;
    margin-top: 10vw;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .fimg2 {
    height: 5vw;
  }

  .fimg3 {
    height: 5vw;
  }

  .fimg4 {
    height: 5vw;
  }

  .background-video {
    width: 100%;
    height: 106vw;
    margin-top: 16vw;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .searchbox {
    width: auto;
    padding-top: 2vw;
  }

  .datesearchbtn {
    height: 8vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .mainpop {
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .mainpop_box {
    width: 85vw;
    padding-top: 3vw;
    border-radius: 2vw;
  }

  .cancleblock {
    height: 7vw;
    padding-right: 2vw;
  }

  .image-7 {
    width: 4vw;
    height: 4vw;
  }

  .mainpop_warp {
    height: 90vw;
    margin-bottom: 1vw;
    padding: 2vw;
  }

  .checkbox-field-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1vw;
    margin-right: 4vw;
    margin-bottom: 0px;
    padding-left: 4vw;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .checkbox-2 {
    margin-top: 0px;
    margin-right: 1vw;
    margin-left: -4vw;
  }

  .mainpop_title {
    margin-right: 4vw;
    margin-left: 4vw;
    font-size: 4vw;
    line-height: 9vw;
  }

  .text-span-21 {
    margin-left: 2vw;
    font-size: 3vw;
  }

  .div-block-28 {
    margin-top: 16vw;
  }

  .div-block-30 {
    width: 95%;
    font-size: 2.5vw;
    line-height: 4vw;
  }

  .bannerbtn {
    width: 100%;
    height: 10vw;
    margin-left: 0px;
    font-size: 2.5vw;
    line-height: 5vw;
  }

  .grid {
    display: -ms-grid;
    display: grid;
    margin-left: 4vw;
    grid-auto-columns: 1fr;
    grid-column-gap: 2vw;
    grid-row-gap: 4vw;
    -ms-grid-columns: 35vw 35vw;
    grid-template-columns: 35vw 35vw;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .text-block-22-copy {
    width: 100%;
    font-size: 3vw;
    line-height: 5vw;
    text-align: left;
  }

  .text-block-22-copy {
    width: 100%;
    font-size: 3vw;
    line-height: 5vw;
    text-align: left;
  }

  .current_visitor {
    font-size: 2.8vw;
  }

  .image-9 {
    width: 20vw;
  }

  .main_listwarp {
    overflow: auto;
    width: 165%;
  }

  .main_boxwarp {
    display: -ms-grid;
    display: grid;
    height: 88vw;
    margin-top: 5vw;
    padding: 2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 50% 50%;
    grid-template-rows: 50% 50%;
  }

  .m_listtop {
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .listwarp {
    padding-right: 5px;
    padding-left: 5px;
    font-size: 2.8vw;
  }

  .listwarp.listtop {
    font-size: 3vw;
    line-height: 4vw;
  }

  .main_box {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding: 3vw;
    font-size: 2vw;
    line-height: 3.5vw;
    text-align: center;
  }

  .div-block-34 {
    width: 96%;
    height: auto;
    margin-top: 5vw;
    padding-top: 6vw;
    padding-bottom: 6vw;
    padding-left: 3vw;
    border-top-right-radius: 20vw;
    border-bottom-right-radius: 20vw;
  }

  .heading-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70%;
    margin-right: auto;
    margin-bottom: 5vw;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 6vw;
    line-height: 8vw;
    text-align: center;
  }

  .image-11 {
    position: static;
    display: none;
    width: 86%;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    min-width: auto;
    margin-right: 7vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .div-block-36 {
    width: 8vw;
    height: 8vw;
    margin-right: 2vw;
  }

  .div-block-37 {
    font-size: 3.5vw;
    line-height: 4vw;
  }

  .main_boxtitle {
    font-size: 4vw;
    line-height: 6vw;
  }

  .heading-4 {
    font-size: 6vw;
    line-height: 8vw;
  }

  .top_containner {
    height: 19vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #212631;
  }

  .image-12 {
    width: 8vw;
    height: auto;
    margin-bottom: 1vw;
  }

  .m_bannertitle {
    margin-bottom: 2vw;
    font-size: 3vw;
    line-height: 4vw;
  }

  .list_coin {
    width: 7vw;
    height: 7vw;
    margin-right: 3vw;
  }

  .intro_containner {
    height: 100%;
    padding-top: 0px;
    padding-bottom: 50vw;
    padding-left: 1vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-41 {
    position: absolute;
    left: 11%;
  }

  .circle {
    width: 17vw;
    height: 17vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    padding: 3vw;
  }

  .div-block-44 {
    height: 17vw;
    padding-right: 2vw;
    padding-left: 2vw;
  }

  .image-14 {
    width: 7vw;
    height: 7vw;
  }

  .krw {
    margin-left: 0.5vw;
  }

  .text-block-24 {
    font-size: 3vw;
    line-height: 3vw;
  }

  .text-block-25 {
    margin-right: 0.5vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .text-block-26.down {
    font-size: 2vw;
    line-height: 3vw;
  }

  .history_title {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .historybox {
    left: 25vw;
    top: 105%;
    width: 50vw;
    min-height: auto;
    margin: 2vw 0px 2vw 3vw;
    padding: 2vw;
    font-size: 2vw;
    line-height: 3vw;
  }

  .historybox._1 {
    left: 25vw;
    top: 5%;
  }

  .historybox._2 {
    left: 25vw;
  }

  .historybox._4 {
    left: 25vw;
    right: auto;
  }

  .price2 {
    width: 40%;
    font-size: 2.8vw;
    line-height: 3vw;
  }

  .dbox2 {
    width: 16%;
  }

  .link-block-2 {
    top: 15%;
    right: 5%;
  }

  .image-15 {
    width: 6vw;
    height: 6vw;
    margin-left: 2vw;
  }

  .link-block-3 {
    margin-right: 3vw;
  }

  .image-16 {
    width: 4vw;
  }

  .div-block-51 {
    font-size: 4vw;
    line-height: 7vw;
  }

  .intro_imgbox {
    display: -ms-grid;
    display: grid;
    height: auto;
    justify-items: center;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-52 {
    width: 19vw;
    height: 19vw;
    margin-bottom: 3vw;
  }

  .image-17 {
    width: 9vw;
  }

  .intro_title {
    margin-bottom: 6vw;
    font-size: 8vw;
    line-height: 9vw;
  }

  .text-span-22 {
    font-size: 7vw;
    line-height: 9vw;
  }

  .div-block-53 {
    width: 35vw;
    padding-right: 3vw;
    padding-left: 3vw;
    font-size: 6vw;
    line-height: 7vw;
  }

  .text-span-23 {
    font-size: 6vw;
  }

  .text-span-24 {
    font-size: 5vw;
    line-height: 7vw;
  }

  .row6 {
    width: auto;
    margin-bottom: 20vw;
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .intro_box {
    height: 37vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
    padding: 6vw 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 3vw;
    font-size: 4vw;
    line-height: 6vw;
    text-align: center;
  }

  .intro_boxtitle {
    margin-right: 0px;
    margin-bottom: 3vw;
    font-size: 6vw;
    line-height: 8vw;
  }

  .div-block-54 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-55 {
    margin-top: 1vw;
    margin-left: 0vw;
  }

  .main_secion1 {
    margin:0px;
    width: auto;
    padding: 10vw 5vw;
  }

  .div-block-56 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main_warp {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-19 {
    width: 85%;
    margin-top: 5vw;
    margin-left: 0px;
  }

  .main_warp2 {
    width: auto;
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .main_box2 {
    width: 100%;
    height: 35vw;
    margin-top: 4vw;
    margin-bottom: 4vw;
    padding: 4vw 5vw;
  }

  .image-20 {
    width: 10vw;
    margin-right: 3vw;
  }

  .main_itemtitle {
    font-size: 3.5vw;
  }

  .image-21 {
    width: 15vw;
    margin-right: 3vw;
  }

  .heading-7 {
    font-size: 5vw;
    line-height: 7vw;
  }

  .introwarp {
    left: -7%;
    top: 30vw;
    height: 115vw;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .intro_circlebox {
    position: absolute;
    width: 26vw;
    height: 26vw;
    margin-bottom: 6vw;
    margin-left: 0px;
    padding: 4vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .intro_horizonbar {
    display: none;
  }

  .introbar {
    left: 13vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 1vw;
    height: 130vw;
  }

  .introbar._2 {
    display: none;
  }

  .introbar._3 {
    display: none;
  }

  .introbar._4 {
    display: none;
  }

  .introbar._5 {
    display: none;
  }

  .intro_containner2 {
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .gradient-warp {
    padding: 10vw 5vw;
    font-size: 4.5vw;
    line-height: 5vw;
  }

  .select-field {
    display: none;
    width: 27vw;
    margin-right: 2vw;
    margin-left: auto;
  }

  .service_circle2 {
    width: 53vw;
    height: 52vw;
    padding: 4vw;
  }

  .service_circle1 {
    width: 75vw;
    height: 76vw;
    margin-top: 8vw;
  }

  .service_circle_title {
    font-size: 4.8vw;
    line-height: 6vw;
  }

  .service_circle {
    width: 23vw;
    height: 23vw;
    padding: 3vw;
    font-size: 3.2vw;
    line-height: 4vw;
  }

  .service_circle._1 {
    left: -16%;
    top: 15%;
    width: 25vw;
    height: 25vw;
  }

  .service_circle._2 {
    left: 18%;
    top: -17%;
  }

  .service_circle._3 {
    top: 62%;
    right: -14%;
    width: 28vw;
    height: 28vw;
  }

  .service_circle._4 {
    right: 64%;
    bottom: -12%;
  }

  .main_custermer {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    padding: 5vw;
  }

  .main_custermertitle {
    margin-bottom: 3vw;
    font-size: 5vw;
    line-height: 6vw;
  }

  .image-22 {
    width: 20vw;
    height: 20vw;
  }

  .main_bannerlogo {
    width: 40vw;
  }

  .image-23 {
    width: 18vw;
  }

  .f_text_block {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .f_text {
    margin-right: 0px;
    margin-bottom: 1vw;
    padding-bottom: 1vw;
    font-size: 2.5vw;
  }

  .f_qrblock {
    width: auto;
    margin-left: 0px;
  }

  .qr {
    width: 16vw;
    height: 16vw;
    margin-top: 0vw;
  }

  .kakao_box {
    margin-bottom: 2vw;
  }

  .kakao_img {
    width: 60%;
    margin-top: 2vw;
  }
}

@media screen and (max-width: 479px) {
  .intro_containner {
    padding-bottom: 45vw;
    padding-left: 3vw;
  }

  .div-block-41 {
    left: 20%;
  }

  .circle {
    width: 21vw;
    height: 21vw;
  }

  .circle._4 {
    top: 100%;
  }

  .historybox {
    left: 35vw;
    width: 50vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
    margin-left: -4vw;
    padding: 3vw;
  }

  .historybox._1 {
    left: 35vw;
  }

  .historybox._2 {
    left: 35vw;
  }

  .historybox._4 {
    left: 35vw;
  }

  .introwarp {
    left: -15%;
    height: 145vw;
  }

  .intro_circlebox {
    left: -3%;
  }

  .introbar {
    left: 10vw;
    height: 80%;
  }
}

@font-face {
  font-family: 'Nanumsquare';
  src: url('../fonts/NanumSquareR.html') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nanumsquare';
  src: url('../fonts/NanumSquareEB.html') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nanumsquare';
  src: url('../fonts/NanumSquareB.html') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nanumsquare';
  src: url('../fonts/NanumSquareL.html') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}