@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

@media screen and (min-width:1024px) {

  /* web 1024 -----start----- */


  /* header ½ÃÀÛ */

  body {
    font-size: 14px;
    font-family: Noto Sans KR, MalgunGothic, sans-serif;
    letter-spacing: -0.5px;
    color: #333;
  }

  br {
    display: inline-block;
  }


  h2 {
    font-size: 30px;
    line-height: 1.5;
    /* padding: 5px; */
    padding-bottom: 50px;
  }

  .main_txt span {
    font-size: 55px;
  }

  .main_txt h2 {
    padding-bottom: 10px;
  }

  .gra {
    font-weight: bold;
    background: linear-gradient(to right, #273a53, #5c7291, #9ca3ac);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .essential {
    margin-left: 5px;
    color: rgb(255, 0, 0);
  }

  header {
    width: 100%;
    height: 70px;
    position: fixed;
    background: #ffffffd5;
    z-index: 9999;
    box-shadow: 1px 1px 12px #f1f1f1;
  }

  .header_wrap {
    width: 70%;
    height: 70px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
  }

  .header_wrap h1 {
    width: 85px;
    background: url(../images/QB_logo_black.png) no-repeat center;
    background-size: contain;
    cursor: pointer;
  }

  .GNB {
    width: 380px;
    display: flex;
    flex-wrap: nowrap;
    text-align: center;
    align-items: center;
    font-size: 13.5px;
    color: #333;
    margin-left: auto;
  }

  .GNB a {
    color: #333;
    transition: .3s;
  }

  .GNB a:hover {
    font-weight: bold;
    transition: .3s;
  }

  .GNB .GNB_01 {
    width: 100%;
  }

  .GNB .GNB_01 a {
    width: 30%;
  }

  .GNB .GNB_02 {
    width: 100%;
  }

  .GNB .GNB_02 a {
    width: 30%;
  }

  .GNB .GNB_03 {
    width: 100%;
  }

  .GNB .GNB_03 a {
    width: 30%;
  }

  .GNB .GNB_04 {
    margin-left: 20px;
    width: 90%;
    height: 30px;
    background: linear-gradient(to top, #7599c9, #9cbbe7);
    border-radius: 20px;
  }

  .GNB .GNB_04 a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
  }

  .top_btn a {
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 16px;
    background: linear-gradient(to bottom, #dae1ec, #c8d1dd);
    box-shadow: 1px 1px 6px #ffffffb6;
    position: fixed;
    bottom: 200px;
    right: 130px;
    text-align: center;
    align-items: center;
    display: inline-block;
    font-weight: 500;
    font-size: 12px;
    color: #828b97;
  }

  /* header ³¡ */



  /* main ½ÃÀÛ */

  main {
    width: 100%;
    background: #ffffff;
    transform: translateY(70px);
    color: #333;
  }

  .con01_wrap {
    width: 75%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .con01_wrap .con01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .product_wrap {
    width: 90%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    margin: 0 auto;
  }

  .product_wrap img {
    width: 100%;
  }

  .con01_wrap .con01 .sub_txt {
    background: transparent;
    width: 700px;
    height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    text-align: center;
  }

  .con01_wrap .con01 .sub_txt>div {
    background: linear-gradient(45deg, #eceff5, #f8f8f8);
    color: #333;
    width: 200px;
    height: 150px;
    border-radius: 20px;
    position: relative;
  }

  .con01_wrap .con01 .sub_txt>div>p {
    width: 200px;
    text-align: center;
    padding: 20px;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.8;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }

  .con02_wrap .con02 {
    height: auto;
    margin: 0 auto;
    text-align: center;
    background: #eceff5;
    padding-top: 80px;

  }

  .con02_wrap .con02 .con02_txt {
    padding-bottom: 50px;
  }

  .con02_wrap .con02 .con02_txt p {
    font-size: 17px;
    font-weight: bold;
    width: 600px;
    height: 80px;
    line-height: 78px;
    border-radius: 50px;
    margin: 0 auto 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 3px 6px #63676e1a;
  }

  .con02_txt02_wrap {
    padding-top: 40px;
    width: 1000px;
    height: 1150px;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding-bottom: 50px;
  }

  .con02_txt02_wrap .con02_txt02 {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 770px;
    height: 420px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
  }

  .con02_txt02_wrap .con02_txt02 div {
    font-size: 17px;
    width: 350px;
    line-height: 1.8;
    padding-bottom: 30px;
    padding-top: 15.5px;
  }

  .con02_txt02_wrap .con02_txt02 p {
    padding-top: 8px;
    font-weight: normal;
    font-size: 15.5px;
  }

  .con02_txt02_wrap .con02_txt02 img {
    width: 350px;
    height: 180px;
    border-radius: 12px;
    margin-bottom: 10px;
  }

  .con02_txt03_wrap {
    margin-top: 100px;
    padding-bottom: 50px;
    width: 100%;
    height: auto;
    background: #fff;
  }

  .con02_txt03_wrap h2 {
    padding-top: 80px;
    text-shadow: 1px 1px 5px #63676e1a;
  }

  .con02_txt03_wrap .con02_txt03 {
    margin: 0 auto;
    width: 800px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
  }

  .con02_txt03_wrap .con02_txt03 img {
    width: 100%;
  }

  .con02_txt03_wrap .con02_txt03 .img_cloud {
    position: absolute;
    top: 25px;
    left: -80px;
  }

  .con02_txt03_wrap .con02_txt03 .img_quantum {
    width: 300px;
    position: absolute;
    top: 165px;
    left: 660px;
  }

  .con02_txt03_wrap .con02_txt03 .con02_txt03_sub {
    line-height: 1.8;
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .con02_txt03_wrap .con02_txt03 .con02_txt03_sub b {
    font-size: 17px;
  }

  .con02_txt03_wrap .con02_txt03 .con02_txt03_sub p {
    padding-top: 8px;
    font-weight: normal;
    font-size: 15.5px;
  }

  .con02_txt04_wrap {
    width: 100%;
    padding-top: 80px;
  }

  .con02_txt04_wrap .con02_txt04 {
    padding-top: 40px;
    width: 1200px;
    height: 440px;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding-bottom: 50px;
  }

  .con02_txt04_wrap .con02_txt04 .con02_txt04_group {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1050px;
    height: 420px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
  }

  .con02_txt04_wrap .con02_txt04 div {
    width: 330px;
    line-height: 1.8;
    padding-bottom: 30px;
    padding-top: 15.5px;
  }

  .con02_txt04_wrap .con02_txt04 p {
    padding-top: 8px;
    font-weight: normal;
    font-size: 15.5px;
  }

  .con02_txt04_wrap .con02_txt04 img {
    width: 330px;
    height: 180px;
    border-radius: 12px;
    margin-bottom: 10px;
  }

  .con02_txt05_wrap {
    margin-top: 100px;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    background: #fff;
  }

  .con02_txt05_wrap h2 {
    padding-top: 80px;
    text-shadow: 1px 1px 5px #63676e1a;
  }

  .con02_txt05_wrap .con02_txt05 {
    line-height: 1.8;
    margin: 0 auto;
    width: 800px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .con02_txt05_wrap .con02_txt05 .con02_txt05_group img {
    width: 700px;
    margin: 0 auto;
    display: inline-block;
    border-radius: 12px;
    margin-bottom: 30px;
    display: block;
  }

  .con02_txt05_wrap .con02_txt05 .con02_txt05_group b {
    font-size: 17px;
  }

  .con02_txt05_wrap .con02_txt05 .con02_txt05_group p {
    padding-top: 8px;
    font-weight: normal;
    font-size: 15.5px;
  }

  .con02_txt06_wrap {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .con02_txt06_wrap .con02_txt06 {
    padding-top: 40px;
    width: 1200px;
    height: 440px;
    border-radius: 20px;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    padding-bottom: 50px;
  }

  .con02_txt06_wrap .con02_txt06 .con02_txt06_group {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1050px;
    height: 420px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
  }

  .con02_txt06_wrap .con02_txt06 div {
    width: 330px;
    line-height: 1.8;
    padding-bottom: 30px;
    padding-top: 15.5px;
  }

  .con02_txt06_wrap .con02_txt06 p {
    padding-top: 8px;
    font-weight: normal;
    font-size: 15.5px;
  }

  .con02_txt06_wrap .con02_txt06 img {
    width: 330px;
    height: 180px;
    border-radius: 12px;
    margin-bottom: 10px;
  }

  .con02_txt07_wrap {
    margin-top: 100px;
    padding-bottom: 80px;
    width: 100%;
    height: auto;
    background: #fff;
  }

  .con02_txt07_wrap h2 {
    padding-top: 80px;
    text-shadow: 1px 1px 5px #63676e1a;
  }

  .con02_txt7_wrap .con02_txt07 {
    line-height: 1.8;
    margin: 0 auto;
    width: 800px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .con02_txt07_wrap .con02_txt07 .con02_txt07_group {
    margin: 0 auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 700px;
    height: 680px;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
  }

  .con02_txt07_wrap .con02_txt07 .con02_txt07_group div {
    width: 300px;
    line-height: 1.8;
    padding-bottom: 30px;
    padding-top: 15.5px;
  }

  .con02_txt07_wrap .con02_txt07 .con02_txt07_group img {
    width: 300px;
    height: 180px;
    border-radius: 12px;
    margin-bottom: 10px;
  }

  .con02_txt07_wrap .con02_txt07 .con02_txt07_group b {
    font-size: 17px;
  }

  .con02_txt07_wrap .con02_txt07 .con02_txt07_group p {
    padding-top: 8px;
    font-weight: normal;
    font-size: 15.5px;
  }

  .con03_wrap .con03 {
    height: auto;
    margin: 0 auto;
    text-align: center;
    background: #eceff5;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .con03_wrap .con03 .con03_txt {
    padding-bottom: 50px;
  }

  .con03_wrap .con03 .con03_txt p {
    font-size: 15.5px;
    font-weight: bold;
    width: 600px;
    height: 80px;
    line-height: 78px;
    border-radius: 50px;
    margin: 0 auto 30px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 3px 6px #63676e1a;
  }

  .spec_wrap {
    background: #fff;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 800px;
    text-align: left;
    font-size: 15.5px;
    margin-bottom: 60px;
  }

  .spec_wrap table {
    margin: 0 auto;
    border-collapse: collapse;
    /* width: 100%; */
  }

  .spec_wrap tr {
    padding: 10px;
    display: flex;
    justify-content: space-around;
    width: 800px;
    border-bottom: #dce2ec 1px solid;
  }

  .spec_wrap tr:nth-of-type(2n) {
    background: #f3f5fa;
  }

  .spec_wrap th {
    margin-left: 50px;
    width: 30%;
    padding: 15.5px;
    font-weight: bold;
  }

  .spec_wrap td {
    margin-left: 50px;
    width: 70%;
    padding: 15.5px;
    position: relative;
  }

  .spec_wrap td::before {
    content: "|";
    color: #7599c9;
    font-weight: 200;
    position: absolute;
    top: 50%;
    left: -10%;
    transform: translate(-50%, -50%);
  }

  .spec_img_wrap {
    width: 800px;
    margin: 0 auto;
    text-align: center;
  }

  .spec_img_wrap img {
    width: 800px;
  }

  .con04_wrap .con04 {
    width: 800px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  form {
    width: 800px;
    list-style: none;
    margin: 0 auto;
  }

  fieldset {
    font-size: 15.5px;
    text-align: left;
    width: 800px;
    height: auto;
    border: none;
    border-radius: 20px;
    margin: 0 auto;
  }

  .buy_wrap {
    padding-top: 10px;
    width: 800px;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .buy_wrap div {
    width: 350px;
    display: flex;
    justify-content: space-between;
    padding: 2px;
  }

  label {
    padding: 10px;
    width: 100px;
    font-size: 15.5px;
  }

  input {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 15.5px;
    display: inline-block;
    width: 250px;
    height: 40px;
    padding: 15.5px;
    border: 1px solid #a7a7a7;
    cursor: text;
    padding: 3px;
    resize: none;
    border-radius: 5px;
  }

  input[type="file"] {
    border: none;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 15.5px;
  }

  input[placeholder],
  textarea[placeholder] {
    font-size: 14px;
  }

  .buy_07 {
    width: 800px;
    display: flex;
    justify-content: space-between;
    padding: 0px;
  }

  textarea {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 15.5px;
    display: inline-block;
    padding: 15.5px;
    margin-top: 5px;
    border: 1px solid #a7a7a7;
    cursor: text;
    padding: 3px;
    resize: none;
    width: 700px;
    height: 100px;
    border-radius: 5px;
  }

  .submit {
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
  }

  button {
    display: inline-block;
    border: none;
    background: linear-gradient(to top, #7599c9, #9cbbe7);
    border-radius: 50px;
    color: #fff;
    width: 150px;
    height: 50px;
    padding: 0;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
  }

  button:hover {
    font-weight: bold;
    transition: .3s;
  }

  /* main ³¡ */


  /* footer ½ÃÀÛ*/
  footer {
    margin-top: 70px;
    width: 100%;
    height: 150px;
    background: #333;
    color: #757576;
    position: relative;
    font-size: 13px;
  }

  .footer_wrap {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
  }

  .addrWrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 1100px;
    margin: 25px auto;
    letter-spacing: -.4px;
    line-height: 1.8;
    padding-top: 5px;
  }

  .addrWrap .fLogo {
    margin-bottom: 0;
  }

  .addrWrap a {
    color: #757576;
  }

  .addrWrap a:hover {
    text-decoration: underline;
  }

  /* footer ³¡*/
}

/* web 1024 -----end----- */