* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Noto Sans', sans-serif;
}

a,
:visited,
:link {
  color: #000;
  text-decoration: none;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}

header .topBar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 30px;
  background-color: #F2F2F2;
  font-size: 12px;
}

header .topBar .container {
  width: 1200px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 360px) and (max-width: 820px) {
  header .topBar .container {
    width: 90%;
  }
}

header .pageTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80px;
}

header .pageTitle .container {
  width: 1200px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (min-width: 360px) and (max-width: 820px) {
  header .pageTitle .container {
    width: 90%;
  }
}

header .pageTitle .container .titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .pageTitle .container .titleArea__logo {
  width: 120px;
  height: 35px;
  background: url(images/logo_dlink.svg) center no-repeat;
  background-size: contain;
  margin: 0 1rem 0 0;
}

header .pageTitle .container .titleArea__pageName {
  font-size: 20px;
  color: #454545;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (min-width: 360px) and (max-width: 820px) {
  .container {
    width: 90%;
  }
}

.container.formobileApp {
  margin-bottom: 80px;
}

.container .offset {
  margin-top: 0;
}

@media only screen and (max-width: 360px) {
  .container .offset {
    margin-top: 28px;
  }
}

main .instruction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 20px 0;
}

@media only screen and (max-width: 360px) {
  main .instruction {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 820px) {
  main .instruction {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main .instruction.topItem {
  width: 100%;
  background: url(images/Union.svg) top right no-repeat;
  background-position-y: -4px;
  margin: 0 0 50px;
  padding-top: 30px;
}

@media screen and (min-width: 360px) and (max-width: 820px) {
  main .instruction.topItem {
    width: 100%;
    padding: 0;
  }
}

main .instruction.middleItem {
  margin: 0 0 20px;
}

@media screen and (min-width: 360px) and (max-width: 820px) {
  main .instruction.middleItem {
    width: 100%;
    padding: 0;
  }
}

main .instruction__title {
  font-size: 2rem;
  color: #55A1BF;
  background: url(images/vector.svg) left no-repeat;
  background-size: 20px;
  padding: 0 0 0 40px;
}

@media screen and (min-width: 360px) and (max-width: 820px) {
  main .instruction__title {
    background: url(images/vector.svg) left no-repeat;
    background-size: 20px;
    background-position-y: 20px;
  }
}

main .instruction p {
  font-size: 18px;
}

main .instruction p.downloadApp {
  width: 50%;
  margin-bottom: 30px;
  line-height: 32px;
}

@media screen and (min-width: 360px) and (max-width: 820px) {
  main .instruction p.downloadApp {
    width: 100%;
    margin-bottom: 0;
  }
}

main .instruction .appArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 820px) {
  main .instruction .appArea {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0;
  }
}

@media only screen and (min-width: 360px) and (max-width: 414px) {
  main .instruction .appArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
}

main .instruction .appArea .downloadSet {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}

@media screen and (min-width: 360px) {
  main .instruction .appArea .downloadSet {
    width: 100%;
    margin: auto;
    margin: 25px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main .instruction .appArea .downloadSet .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  margin: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 360px) and (max-width: 820px) {
  main .instruction .appArea .downloadSet .name {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
  }
}

main .instruction .appArea .downloadSet .name span {
  width: 200px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .instruction .appArea .downloadSet .name .divider {
  display: block;
  width: 400px;
  height: 1px;
  margin-left: 20px;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 360px) and (max-width: 820px) {
  main .instruction .appArea .downloadSet .name .divider {
    display: none;
  }
}

main .instruction .appArea .downloadSet .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 360px) and (max-width: 820px) {
  main .instruction .appArea .downloadSet .contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

main .instruction .appArea .downloadSet .contents .appIcon {
  width: 130px;
  height: 130px;
  margin: 0 20px;
}

main .instruction .appArea .downloadSet .contents .appIcon.epa {
  background: url(images/appIcon_eagleProAI.svg) center no-repeat;
  background-size: contain;
}

main .instruction .appArea .downloadSet .contents .appIcon.aqa {
  background: url(images/appIcon_aquilaProAI.svg) center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 360px) and (max-width: 820px) {
  main .instruction .appArea .downloadSet .contents .appIcon {
    margin: 0px 0;
  }
}

main .instruction .appArea .downloadSet .contents .appQRcode {
  width: 130px;
  height: 130px;
  margin: 0 20px;
  background: url(images/eagleQR.svg) center no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 360px) {
  main .instruction .appArea .downloadSet .contents .appQRcode {
    margin: 10px 0;
  }
}

@media screen and (max-width: 820px) {
  main .instruction .appArea .downloadSet .contents .appQRcode {
    margin: 10px 0;
  }
}

main .instruction .appArea .downloadSet .contents .appQRcode.aquila {
  background: url(images/aquilaQR.svg) center no-repeat;
}

main .instruction .appArea .downloadSet .contents .appStorebtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  height: 130px;
  margin: 0 10px;
}

main .instruction .appArea .downloadSet .contents .appStorebtn .appStore {
  height: 50%;
  background: url(images/AppStore.png) top left no-repeat;
  background-size: 90%;
}

@media screen and (min-width: 360px) and (max-width: 820px) {
  main .instruction .appArea .downloadSet .contents .appStorebtn .appStore {
    background-size: 100%;
  }
}

main .instruction .appArea .downloadSet .contents .appStorebtn .googlePlay {
  height: 50%;
  background: url(images/GooglePlay.png) bottom left no-repeat;
  background-size: 90%;
}

@media screen and (min-width: 360px) and (max-width: 820px) {
  main .instruction .appArea .downloadSet .contents .appStorebtn .googlePlay {
    background-size: 100%;
  }
}

@media only screen and (max-width: 360px) {
  main .instruction .appArea .downloadSet .contents .appStorebtn {
    margin: 15px 0;
  }
}

main .instruction .pcStep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0% 0 1%;
}

@media only screen and (max-width: 820px) {
  main .instruction .pcStep {
    margin-bottom: 3%;
  }
}

main .instruction .pcStep__textBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 10px;
}

main .instruction .pcStep__textBox .stepNumb {
  margin: 0 20px;
}

@media only screen and (max-width: 360px) {
  main .instruction .pcStep__textBox .stepNumb {
    margin: 0 10px;
  }
}

main .instruction .pcStep__textBox .stepNumb .numCube {
  width: 70px;
  height: 70px;
  text-align: center;
  font-size: 49px;
  color: #000;
  border: 1px solid #000;
}

@media only screen and (max-width: 360px) {
  main .instruction .pcStep__textBox .stepNumb .numCube {
    width: 55px;
    height: 55px;
    font-size: 35px;
  }
}

main .instruction .pcStep__textBox .stepText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .instruction .pcStep__textBox .stepText .stepTitle {
  font-size: 28px;
  margin: 0 0 10px 0;
  color: #000;
}

@media only screen and (max-width: 360px) {
  main .instruction .pcStep__textBox .stepText .stepTitle {
    margin: -2px 0 10px 0;
    line-height: 30px;
  }
}

main .instruction .pcStep__textBox .stepText p {
  line-height: 32px;
  width: auto;
}

@media only screen and (max-width: 360px) {
  main .instruction .pcStep__textBox .stepText p {
    width: 110%;
    margin-left: -20%;
  }
}

main .instruction .pcStep__textBox .stepText a {
  color: #000;
}

@media only screen and (max-width: 360px) {
  main .instruction .pcStep__picBox {
    width: 90%;
    margin: auto;
  }
}

main .instruction .pcStep__picBox .picArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0 110px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 360px) {
  main .instruction .pcStep__picBox .picArea {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 1% 0;
  }
}

@media screen and (max-width: 820px) {
  main .instruction .pcStep__picBox .picArea {
    width: 96%;
    margin: 2%;
  }
}

main .instruction .pcStep__picBox .picArea .picItem {
  width: 41%;
  margin: 0 0 0 4%;
}

@media only screen and (min-width: 360px) and (max-width: 414px) {
  main .instruction .pcStep__picBox .picArea .picItem {
    width: 100%;
    margin: 0 0 5% 0;
  }
}

main .instruction .pcStep__picBox .picArea .picItem img {
  width: 78%;
  margin: auto;
}

@media only screen and (min-width: 360px) and (max-width: 414px) {
  main .instruction .pcStep__picBox .picArea .picItem img {
    width: 100%;
    margin: 0 0 0 0;
  }
}

@media only screen and (max-width: 820px) {
  main .instruction .pcStep__picBox .picArea .picItem img {
    width: 100%;
  }
}

main .instruction .pcStep__picBox .picArea .picItem img.step3 {
  width: 37%;
  margin: 0 0 0 0;
}

@media only screen and (max-width: 820px) {
  main .instruction .pcStep__picBox .picArea .picItem img.step3 {
    width: 42%;
  }
}

@media only screen and (min-width: 360px) and (max-width: 414px) {
  main .instruction .pcStep__picBox .picArea .picItem img.step3 {
    width: 100%;
    margin: 0 0 0 0;
  }
}

main .instruction .pcStep__picBox .picArea .picItem.singlePic {
  width: 850%;
  margin: 0 15% 0 10%;
}

@media screen and (max-width: 820px) {
  main .instruction .pcStep__picBox .picArea .picItem.singlePic {
    width: 100%;
    margin: 0 2%;
  }
}

main .instruction .pcStep__picBox .picArea .picItem__describ {
  width: 85%;
  font-size: 14px;
  line-height: 20px;
  color: #808080;
  margin: 0 10px;
}

@media only screen and (max-width: 360px) {
  main .instruction .pcStep__picBox .picArea .picItem__describ {
    margin-bottom: 20px;
  }
}

main .instruction .pcStep__picBox .picArea .picItem__describ.step3 {
  width: 48%;
  margin: 0 0 0 11%;
}

@media only screen and (max-width: 820px) {
  main .instruction .pcStep__picBox .picArea .picItem__describ.step3 {
    width: 42%;
  }
}

@media only screen and (min-width: 360px) and (max-width: 414px) {
  main .instruction .pcStep__picBox .picArea .picItem__describ.step3 {
    width: 100%;
    margin: 0 0 5% 0;
  }
}

footer {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F2F2F2;
  padding: 20px 0 10px;
}

@media only screen and (max-width: 360px) {
  footer {
    padding: 30px 0% 0px;
  }
}

footer .container {
  width: 1200px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media screen and (min-width: 360px) and (max-width: 820px) {
  footer .container {
    width: 90%;
  }
}

@media screen and (min-width: 360px) and (max-width: 820px) {
  footer ul {
    margin: 0;
  }
}

footer ul li {
  list-style: none;
  font-size: 10px;
  color: #808080;
  line-height: 22px;
}

@media only screen and (max-width: 360px) {
  footer ul li {
    line-height: 24px;
  }
}

footer .footerInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-size: 14px;
  margin: 20px 0 0;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  font-family: 'Inter', sans-serif;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (min-width: 360px) and (max-width: 414px) {
  footer .footerInfo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer .footerInfo .comInfo {
  color: #454545;
  margin-bottom: 10px;
}

@media only screen and (max-width: 360px) {
  footer .footerInfo .comInfo {
    text-align: center;
  }
}

footer .footerInfo .agreementLink {
  margin: 0 10px;
}

@media only screen and (max-width: 360px) {
  footer .footerInfo .agreementLink {
    text-align: center;
    margin-bottom: 10px;
  }
}

footer .footerInfo .agreementLink a {
  color: #55A1BF;
  margin: 0 20px;
}
