@charset "UTF-8";
/* 오버레이 */
.main {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

.titTex {
  padding: 0 15px;
}
.titTex h1 {
  margin-bottom: 50px;
}

@media screen and (max-width: 1500px) {
  .titTex h1 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) {
  .titTex h1 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .titTex h1 {
    font-size: 26px;
    margin-bottom: 0;
  }
}
.print_wrap {
  margin-top: 150px;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
}
.print_wrap .print_btBox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.print_wrap .print_btBox .print_bt {
  width: 150px;
  height: 50px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #232528;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Noto Sans KR", sans-serif;
  cursor: pointer;
}
.print_wrap .vat_box {
  display: flex;
  flex-direction: column;
}
.print_wrap .vat_box .smate-sec {
  padding: 0 15px 50px;
}
.print_wrap .vat_box .smate-sec #divid {
  display: flex;
  flex-direction: column;
}
.print_wrap .vat_box .smate-sec #divid .wrap {
  width: 100%;
  padding-left: 0;
}
.print_wrap .vat_box .smate-sec #divid .wrap li {
  width: 100%;
  list-style-type: decimal;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  text-align: left;
}
.print_wrap .vat_box .smate-sec #divid .wrap li .wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}
.print_wrap .vat_box .smate-sec #divid .wrap li .wrap li {
  list-style-type: decimal;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  text-align: left;
}
.print_wrap .vat_box .smate-sec #divid .wrap li .wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}
.print_wrap .vat_box .smate-sec #divid .wrap li .wrap .sub_wrap li {
  list-style-type: decimal;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  text-align: left;
}
.print_wrap .vat_box .smate-sec #divid input {
  position: absolute;
  z-index: 100;
  top: -60px;
  right: 20px;
  width: 120px;
  height: 35px;
  background-color: #222222;
  text-align: center;
  font-family: "Noto Sans KR", sans-serif !important;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 30px;
  border: none;
  cursor: pointer;
}
.print_wrap .vat_box .smate-sec #divid input:hover {
  background-color: #d45c5c;
}
.print_wrap .vat_box .smate-sec #divid .tex-box {
  padding: 0 20px;
}
.print_wrap .vat_box .smate-sec #divid .tex-box p {
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #4b4c4d;
  font-family: "Noto Sans KR", sans-serif !important;
  margin-bottom: 30px;
}
.print_wrap .vat_box .smate-sec #divid .tex-box .wrap {
  width: 100%;
  padding-left: 0;
}
.print_wrap .vat_box .smate-sec #divid .tex-box .wrap li {
  width: 100%;
  list-style-type: decimal;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  text-align: left;
}
.print_wrap .vat_box .smate-sec #divid .tex-box .wrap li .wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}
.print_wrap .vat_box .smate-sec #divid .tex-box .wrap li .wrap li {
  list-style-type: decimal;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  text-align: left;
}
.print_wrap .vat_box .smate-sec #divid .tex-box .wrap li .wrap {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
}
.print_wrap .vat_box .smate-sec #divid .tex-box .wrap li .wrap .sub_wrap li {
  list-style-type: decimal;
  font-size: 14px;
  font-weight: 300;
  line-height: 30px;
  font-family: "Noto Sans KR", sans-serif;
  color: #4b4c4d;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .print_wrap .vat_box .smate-sec {
    margin-top: 40px;
    margin-bottom: 50px;
  }
  .print_wrap .vat_box .smate-sec .con-smate input {
    position: absolute;
    z-index: 100;
    top: -60px;
    right: 20px;
    width: 120px;
    height: 35px;
    background-color: #222222;
    text-align: center;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 30px;
    border: none;
    cursor: pointer;
  }
  .print_wrap .vat_box .smate-sec .con-smate input:hover {
    background-color: #d45c5c;
  }
  .print_wrap .vat_box .smate-sec .con-smate .tex-box {
    padding: 0 30px;
  }
  .print_wrap .vat_box .smate-sec .con-smate .tex-box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 30px;
  }
  .print_wrap .vat_box .smate-sec .con-smate .tex-box .wrap {
    width: 100%;
    padding-left: 0;
  }
  .print_wrap .vat_box .smate-sec .con-smate .tex-box .wrap li {
    width: 100%;
    list-style-type: decimal;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #4b4c4d;
    text-align: left;
  }
  .print_wrap .vat_box .smate-sec .con-smate .tex-box .wrap li .sub-ol {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
  }
  .print_wrap .vat_box .smate-sec .con-smate .tex-box .wrap li .sub-ol li {
    list-style-type: decimal;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #4b4c4d;
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .print_wrap {
    margin-top: 70px;
  }
  .print_wrap .print_btBox {
    padding: 0 20px;
  }
  .print_wrap .print_btBox .print_bt {
    width: 120px;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
  }
}
@media screen and (max-width: 576px) {
  .print_wrap .vat_box .smate-sec {
    margin-top: 70px;
    margin-bottom: 50px;
  }
  .print_wrap .vat_box .smate-sec .con-smate input {
    position: absolute;
    z-index: 100;
    top: -60px;
    right: 10px;
    width: 100px;
    height: 35px;
    background-color: #222222;
    text-align: center;
    font-family: "Noto Sans KR", sans-serif !important;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
    line-height: 30px;
    border: none;
    cursor: pointer;
  }
  .print_wrap .vat_box .smate-sec .con-smate input:hover {
    background-color: #d45c5c;
  }
  .print_wrap .vat_box .smate-sec .con-smate .tex-box {
    padding: 0 15px;
  }
  .print_wrap .vat_box .smate-sec .con-smate .tex-box p {
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #4b4c4d;
    font-family: "Noto Sans KR", sans-serif !important;
    margin-bottom: 30px;
  }
  .print_wrap .vat_box .smate-sec .con-smate .tex-box .wrap {
    width: 100%;
    padding-left: 0;
  }
  .print_wrap .vat_box .smate-sec .con-smate .tex-box .wrap li {
    width: 100%;
    list-style-type: decimal;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #4b4c4d;
    text-align: left;
  }
  .print_wrap .vat_box .smate-sec .con-smate .tex-box .wrap li .sub-ol {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    padding-left: 30px;
  }
  .print_wrap .vat_box .smate-sec .con-smate .tex-box .wrap li .sub-ol li {
    list-style-type: decimal;
    font-size: 14px;
    font-weight: 300;
    line-height: 30px;
    font-family: "Noto Sans KR", sans-serif;
    color: #4b4c4d;
    text-align: left;
  }
}

/*# sourceMappingURL=term.css.map */
