@font-face {
  font-family: 'TmonMonsori';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_two@1.0/TmonMonsori.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'SpoqaHanSansNeo-Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

html {
  font-family: 'Pretendard-Regular' !important;
}

.main_container {
  width: 90vw;
  margin: 5% auto 0;
}
.title {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  color: rgb(1, 29, 56);
}
.sm_title {
  font-size: 10px;
  text-align: center;
  margin-top: 0.1em;
  color: rgb(1, 56, 128);
}
.desc {
  margin-top: 5%;
  font-size: 14px;
  text-align: center;
}
hr {
  margin-top: 5%;
}

/* menu - scroll */
.menu_cont {
  width: 230px;
  height: 30px;
  margin: 0 auto;
  border: 0.1px solid gainsboro;
}
.menu_cont .cont1 {
  background-color: rgb(95, 191, 255);
}
.menu_cont .cont1 > button,
.menu_cont_2 .cont2 > button {
  font-weight: 700;
  color: white;
  background-color: transparent;
  border: none;
  width: 115px;
  height: 30px;
}
.menu_cont .cont2 > button,
.menu_cont_2 .cont1 > button {
  color: rgb(0, 0, 0);
  background-color: transparent;
  border: none;
  width: 115px;
  height: 30px;
}
.menu_cont .cont1,
.menu_cont .cont2 {
  width: 115px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  /* Vertical align middle doesn't require users to use disply: flex */
  color: rgb(32, 32, 32);
}

.scrollBy {
  border: none;
  background-color: transparent;
}

.r1 .cont_1 .img {
  background-image: url(/images/PT/WT/r1std.png);
  width: 90vw;
  height: 200px;
  margin-top: 5%;
  margin-bottom: 5%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.r1 .cont_1 .specification {
  font-size: 16px;
  font-weight: 700;
  color: rgb(82, 82, 82);
}
.r1 .cont_1 .specification .bar {
  width: 80px;
  height: 3px;
  border: none;
  background-color: rgb(170, 170, 170);
  margin-top: 5px;
  margin-bottom: 5px;
}
.r1 .cont_1 .desctxt table{
  font-size: 12px;
  text-align: center;
  border: 1px solid gainsboro;
}
.r1 .cont_1 .desctxt table tr td:first-child {
  background-color: rgb(143, 143, 143);
  color: white;
  font-weight: 700;
  padding: 5px;
  border: 1px solid white;
}
.r1 .cont_1 .desctxt table tr td:last-child {
  border: 1px solid gainsboro;
}

/* r3 menu */
.menu_cont_2 {
  width: 230px;
  height: 30px;
  margin: 100px auto 0;
  border: 0.1px solid gainsboro;
}
.menu_cont_2 .cont2 {
  background-color: rgb(95, 191, 255);
}

.menu_cont_2 .cont1,
.menu_cont_2 .cont2 {
  width: 115px;
  height: 30px;
  font-size: 12px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  /* Vertical align middle doesn't require users to use disply: flex */
  color: rgb(32, 32, 32);
}

.r3 .cont_1 .img_2 {
  background: url(/images/PT/WT/r3top.png);
  width: 90vw;
  height: 200px;
  margin-top: 5%;
  margin-bottom: 5%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.r3 .cont_1 .specification {
  font-size: 16px;
  font-weight: 700;
  color: rgb(82, 82, 82);
}
.r3 .cont_1 .specification .bar {
  width: 80px;
  height: 3px;
  border: none;
  background-color: rgb(170, 170, 170);
  margin-top: 5px;
  margin-bottom: 5px;
}
.r3 .cont_1 .desctxt table{
  font-size: 12px;
  text-align: center;
  border: 1px solid gainsboro;
}
.r3 .cont_1 .desctxt table tr td:first-child {
  background-color: rgb(143, 143, 143);
  color: white;
  font-weight: 700;
  padding: 5px;
  border: 1px solid white;
}
.r3 .cont_1 .desctxt table tr td:last-child {
  border: 1px solid gainsboro;
}

table {
  width: 90vw;
  max-width: 1024px;
}

@media only screen and (min-width: 768px) {
  /* font-size set-ups */
  .title {
    font-size: 24px;
  }
  .sm_title {
    font-size: 14px;
  }
  .desc {
    font-size: 18px;
  }

  /* spefication font-size */
  /* 24 24 24 24 24 24 24  */
  .r1 .cont_1 .specification {
    font-size: 24px;
  }
  .r3 .cont_1 .specification {
    font-size: 24px;
  }

  /* Table size */
  table {
    height: 600px;
    vertical-align: middle;
  }
  .r3 .cont_1 .desctxt table,
  .r1 .cont_1 .desctxt table {
    font-size: 18px;
  }


  .r1 .cont_1 .img {
    height: 400px;
  }
  .r3 .cont_1 .img_2 {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  .r1 .cont_1 .img {
    height: 500px;
  }

}