@charset "UTF-8";
/*
	Author	: hyojeong yang
	Date	: 2024-12-30
	Project	: print
*/
/* reference size */
@font-face {
  font-family: "KakaoBigSans";
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: local("KakaoBigSans ExtraBold"), url("../common/font/KakaoBigSans-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "KakaoBigSans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: local("KakaoBigSans Bold"), url("../common/font/KakaoBigSans-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "KakaoBigSans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: local("KakaoBigSans Regular"), url("../common/font/KakaoBigSans-Regular.woff2") format("woff2");
}
html, body {
  height: 100%;
  -webkit-print-color-adjust: exact;
}

html {
  border: 0;
  outline: 0;
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  font-family: "KakaoBigSans", KakaoBigSans, "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", sans-serif;
  background-color: transparent;
  color: #111;
  font-weight: 400;
  letter-spacing: -0.025em;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  /*overflow-x: hidden;*/
  width: 100%;
  padding: 0;
  margin: 0;
}

::-moz-selection {
  color: #fff;
  background-color: #111;
}

::selection {
  color: #fff;
  background-color: #111;
}

::-moz-selection {
  color: #fff;
  background-color: #111;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-spacing: 0;
  table-layout: fixed;
}

table caption {
  height: 0;
  font-size: 0.1em;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
}

html, body, nav, section, article, figure, figcaption,
h1, h2, h3, h4, h5, h6,
menu, ul, ol, dl, li, dt, dd,
p, form {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1em;
}

img {
  margin: 0;
  border: none;
}

ul, ol, dl, li {
  list-style: none;
}

cite, em, address {
  font-style: normal;
}

b, strong {
  font-weight: 700;
}

iframe {
  border: none;
  outline: 0;
}

a > span {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #111;
}

a:hover,
a:focus {
  text-decoration: none;
}

*:focus,
a:focus,
textarea:focus, input:focus {
  /*outline: 0;*/
}

a:before {
  content: " ";
  position: absolute;
  font-size: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
}

fieldset legend {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

fieldset label {
  margin-right: 17px;
  font-size: 16px;
}

button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  vertical-align: middle;
  letter-spacing: -0.01em;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

input[type=text],
input[type=password],
input[type=number] {
  font-size: 16px;
  vertical-align: top;
  padding: 0 15px;
  height: 36px;
  border: 1px solid #B1B8BE;
  width: 260px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

input[type=number] {
  padding: 0;
  text-align: center;
}

input[type=file],
input[type=file]:hover {
  padding: 0;
  border: none;
}

td input {
  vertical-align: top;
}

textarea {
  border: 1px solid #B1B8BE;
}

input:hover,
textarea:hover {
  border: 1px solid #B1B8BE;
}

input[type=file]:hover {
  border: none;
}

input:focus,
textarea:focus {
  border: 1px solid #B1B8BE;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

textarea[disabled=disabled] {
  border: none;
}

textarea:focus[disabled=disabled] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

input[type=ratio],
input[type=checkbox] {
  border: 0;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  vertical-align: middle;
}

input[type=checkbox] {
  width: 20px;
  height: 20px;
  background: none;
}

input[readonly]:not(.datepicker), input[readonly]:not(.datepicker):hover, input[readonly]:not(.datepicker):focus,
input[disabled]:not(.datepicker), input[disabled]:not(.datepicker):hover, input[disabled]:not(.datepicker):focus {
  background: #f9f9f9;
  border: 1px solid #B1B8BE;
  font-weight: 300;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.al {
  text-align: left !important;
}

.ar {
  text-align: right !important;
}

.ac {
  text-align: center !important;
}

.fs-xlg {
  font-size: 14pt;
}

.fs-lg {
  font-size: 12pt;
}

.fs-sm {
  font-size: 8pt;
}

em {
  font-weight: 700;
}

.mr5 {
  margin-right: 0.5cm;
}

.mr10 {
  margin-right: 1cm;
}

.mr15 {
  margin-right: 1.5cm;
}

.mr20 {
  margin-right: 2cm;
}

.mb5 {
  margin-bottom: 0.5cm;
}

.mb10 {
  margin-bottom: 1cm;
}

.mb15 {
  margin-bottom: 1.5cm;
}

.mb20 {
  margin-bottom: 2cm;
}

.txt-hide {
  position: absolute;
  width: 0.1rem;
  height: 0.1rem;
  margin: -0.1rem;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}

.dir-col {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.print-tit-area, .print-page-tit-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.8rem;
}
.lg.print-tit-area, .lg.print-page-tit-area {
  gap: 0.8rem 1.6rem;
}
.sm.print-tit-area, .sm.print-page-tit-area {
  gap: 0.4rem;
}
.print-tit-area .l-area, .print-page-tit-area .l-area,
.print-tit-area .c-area,
.print-page-tit-area .c-area,
.print-tit-area .r-area,
.print-page-tit-area .r-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4rem 0.8rem;
}
.print-tit-area .l-area > *, .print-page-tit-area .l-area > *,
.print-tit-area .c-area > *,
.print-page-tit-area .c-area > *,
.print-tit-area .r-area > *,
.print-page-tit-area .r-area > * {
  margin-bottom: 0;
}
.print-tit-area .l-area:only-child, .print-page-tit-area .l-area:only-child,
.print-tit-area .c-area:only-child,
.print-page-tit-area .c-area:only-child,
.print-tit-area .r-area:only-child,
.print-page-tit-area .r-area:only-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.print-tit-area .l-area .checkradio, .print-page-tit-area .l-area .checkradio,
.print-tit-area .c-area .checkradio,
.print-page-tit-area .c-area .checkradio,
.print-tit-area .r-area .checkradio,
.print-page-tit-area .r-area .checkradio {
  margin-right: 0;
}
.print-tit-area .c-area, .print-page-tit-area .c-area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.print-tit-area .c-area.dir-col, .print-page-tit-area .c-area.dir-col {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.print-tit-area .r-area, .print-page-tit-area .r-area {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.center.print-tit-area, .center.print-page-tit-area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vcenter.print-tit-area, .vcenter.print-page-tit-area {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.print-tit-area .dir-col, .print-page-tit-area .dir-col {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.print-page {
  font-size: 1.4rem;
  width: 210mm;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 21.7cm;
  margin: 0 auto;
}
.print-page img {
  max-width: 100%;
}

.print-box {
  page-break-before: always;
}

.print-section {
  margin-bottom: 2.4rem;
}

.print-page-tit-area {
  margin-bottom: 2.4rem;
}

.print-tit-area {
  margin-bottom: 0.8rem;
}

.print-title-xlg {
  font-size: 2.8rem;
  font-weight: 700;
}

.print-title-lg {
  font-size: 1.8rem;
  font-weight: 700;
}

.print-title {
  font-size: 1.4rem;
  font-weight: 700;
}

.print-border-box {
  border: 1px solid #CDD1D5;
  padding: 1.6rem;
}
.print-border-box img {
  max-width: 100%;
}

/* table */
table th {
  font-weight: 800;
  background-color: #F7F7F8;
  color: #464C53;
}

.write-type,
.info-type {
  border-top: 0.1rem solid #111;
  word-break: keep-all;
  word-wrap: break-word;
  font-size: 1.4rem;
  margin-bottom: 2.4rem;
}
.write-type.border-top-none,
.info-type.border-top-none {
  border-top: none;
}
.write-type table,
.info-type table {
  text-align: center;
}
.write-type tr,
.info-type tr {
  page-break-inside: avoid;
  page-break-after: auto;
}
.write-type .tbl-col-area,
.info-type .tbl-col-area {
  padding: 0;
}
.write-type th,
.write-type td,
.info-type th,
.info-type td {
  border: 1px solid #CDD1D5;
  padding: 0.4rem 0.8rem;
}
.write-type th:first-child,
.write-type td:first-child,
.info-type th:first-child,
.info-type td:first-child {
  border-left: none;
}
.write-type th:last-child,
.write-type td:last-child,
.info-type th:last-child,
.info-type td:last-child {
  border-right: none;
}

.write-type tbody th,
.write-type tbody td {
  text-align: left;
}

.print-time {
  color: #464C53;
}

.counsel-header {
  border-left: 1px solid #B1B8BE;
  border-right: 1px solid #B1B8BE;
  border-radius: 1px solid #B1B8BE;
  margin-bottom: 1.2rem;
}
.counsel-header .counsel-tit-area {
  padding: 1.6rem;
}
.counsel-header cite {
  font-size: 16pt;
}
.counsel-header h1 {
  font-weight: 700;
  font-size: 30px;
}

.bullet,
.bullet-tit,
.bullet-dash,
.bullet-none,
.bullet-hangul {
  margin-bottom: 1.6rem;
}
.bullet:last-child,
.bullet-tit:last-child,
.bullet-dash:last-child,
.bullet-none:last-child,
.bullet-hangul:last-child {
  margin-bottom: 0;
}
.bullet > li,
.bullet-tit > li,
.bullet-dash > li,
.bullet-none > li,
.bullet-hangul > li {
  position: relative;
  padding-left: 1.6rem;
}
.bullet > li ~ li,
.bullet-tit > li ~ li,
.bullet-dash > li ~ li,
.bullet-none > li ~ li,
.bullet-hangul > li ~ li {
  margin-top: 0.4rem;
}
.bullet > li:before,
.bullet-tit > li:before,
.bullet-dash > li:before,
.bullet-none > li:before,
.bullet-hangul > li:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: 0;
}

.bullet-none li {
  padding-left: 0;
}

.bullet > li:before,
.bullet-tit > li:before {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #33363D;
}

.bullet-dash > li:before {
  top: 0.8rem;
  width: 0.6rem;
  height: 0.1rem;
  background-color: #464C53;
}

.bullet-tit > li {
  padding-left: 12rem;
}
.bullet-tit > li cite {
  position: absolute;
  left: 2rem;
  font-weight: 800;
}

.bullet-hangul li {
  padding-left: 2rem;
}
.bullet-hangul li::before {
  top: 0.1rem;
}
.bullet-hangul li:nth-child(1)::before {
  content: "㉠";
}
.bullet-hangul li:nth-child(2)::before {
  content: "㉡";
}
.bullet-hangul li:nth-child(3)::before {
  content: "㉢";
}
.bullet-hangul li:nth-child(4)::before {
  content: "㉣";
}
.bullet-hangul li:nth-child(5)::before {
  content: "㉤";
}
.bullet-hangul li:nth-child(6)::before {
  content: "㉥";
}
.bullet-hangul li:nth-child(7)::before {
  content: "㉦";
}
.bullet-hangul li:nth-child(8)::before {
  content: "㉧";
}
.bullet-hangul li:nth-child(9)::before {
  content: "㉨";
}
.bullet-hangul li:nth-child(10)::before {
  content: "㉩";
}
.bullet-hangul li:nth-child(11)::before {
  content: "㉪";
}
.bullet-hangul li:nth-child(12)::before {
  content: "㉫";
}
.bullet-hangul li :nth-child(13)::before {
  content: "㉬";
}
.bullet-hangul li :nth-child(14)::before {
  content: "㉭";
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
}

.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.print-page:has(.print-full, .print-certificate) {
  height: 100%;
}

.print-page:has(.print-bg) {
  position: relative;
}
.print-page:has(.print-bg) .print-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -1;
}

.print-full {
  display: grid;
  grid-template-rows: auto 1fr auto;
  height: 100%;
}

.print-sign {
  display: grid;
  gap: 2.4rem;
}
.print-sign .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.print-sign .date {
  font-weight: 800;
}
.print-sign .sign {
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 800;
}
.print-sign .sign img {
  position: absolute;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  z-index: -1;
}

.print-certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding: 1.4cm;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.print-certificate .certificate-symbol {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
.print-certificate .certificate-header,
.print-certificate .certificate-body,
.print-certificate .certificate-footer {
  padding-left: 4rem;
  padding-right: 4rem;
}
.print-certificate .certificate-header {
  padding: 8rem 0;
  text-align: center;
}
.print-certificate .certificate-header h1 {
  font-size: 4.8rem;
  font-weight: 800;
}
.print-certificate .certificate-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.print-certificate .certificate-footer {
  padding: 8rem 0;
}
.print-certificate .certificate-info-list {
  display: grid;
  gap: 1.2rem;
  font-size: 1.6rem;
}
.print-certificate .certificate-info-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.print-certificate .certificate-info-list > li strong {
  width: 10rem;
  font-weight: 700;
}
.print-certificate .certificate-txt {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.print-certificate .certificate-txt p {
  text-align: center;
  font-size: 2rem;
  font-weight: 800;
}
.print-certificate .sign-area {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
.print-certificate .sign-area .date {
  display: block;
  text-align: center;
  font-weight: 800;
}
.print-certificate .sign-area .sign {
  position: relative;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.6rem;
  font-weight: 800;
}
.print-certificate .sign-area .sign strong {
  font-size: 2.4rem;
}
.print-certificate .sign-area .sign img {
  position: absolute;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translate(-20%, -50%);
          transform: translate(-20%, -50%);
  z-index: -1;
}

@page {
  size: A4;
  margin: 0;
  padding: 1cm;
  marks: none;
  @bottom-center {
    counter-increment: page/2;
    content: "- " counter(page) " -";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 12px;
    height: 0.8cm;
  }
  .pdf-page {
    padding: 0 0.5cm;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}/*# sourceMappingURL=print.css.map */