@charset "UTF-8";
/* flex containers에 적용 */
/* flex items에 적용 */
/** 사용 예시
 	// 속성, 값, 최소값(기본값 0; 생략가능)
	* @include vw-convert-pc(margin, (20, auto, 40, auto), 10)
	* @include vw-convert-pc(width, 1200);
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
th,
td,
form,
fieldset,
legend,
textarea,
input,
select,
textarea,
button,
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
main {
  margin: 0;
  padding: 0;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
main {
  display: block;
}

html,
body {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

img,
form,
fieldset,
svg,
li {
  border: 0;
  vertical-align: top;
}

ul,
ol {
  list-style: none;
}

fieldset {
  min-width: auto;
}

button {
  overflow: visible;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  margin: -1px;
}

input,
button,
select {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

iframe {
  border: 0;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Nanum Barun Gothic */
/* Nanum Barun Gothic */
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 100;
  src: url("../font/Pretendard-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Pretendard-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Pretendard-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Pretendard-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Pretendard-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 800;
  src: url("../font/Pretendard-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 900;
  src: url("../font/Pretendard-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100;
  src: url("../font/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../font/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../font/Inter-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../font/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Intrinseca";
  font-style: normal;
  font-weight: 200;
  src: url("../font/Intrinseca-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Intrinseca";
  font-style: normal;
  font-weight: 400;
  src: url("../font/Intrinseca-Regular.woff2") format("woff2");
}
body,
input,
select,
textarea,
button {
  font-family: "Pretendard", "Malgun Gothic", "맑은고딕", "Apple SD Gothic Neo", Dotum, "돋움", sans-serif;
  color: #212121;
  word-break: keep-all;
}

.document {
  padding: 40px;
  background: #fff;
  color: #212121;
}

.document .type_bold {
  font-weight: 700;
}

.document .type_underline {
  text-decoration: underline;
}

.document h1 {
  display: none;
}

.document h2 {
  text-align: left;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

.document .box_content {
  margin-bottom: 60px;
}
.document .box_content:last-child {
  margin-bottom: 0;
}

.document .desc,
.document .list_number,
.document .list {
  margin-top: 12px;
}
.document .desc:first-child,
.document .list_number:first-child,
.document .list:first-child {
  margin-top: 0;
}

.document .list,
.document .list_number {
  font-size: 16px;
  line-height: 1.4;
  color: #212121;
}
.document .list > li + li,
.document .list_number > li + li {
  margin-top: 12px;
}
.document .list .list_dot,
.document .list_number .list_dot {
  margin-top: 8px;
}

.document .list .small_desc {
  padding-left: 20px;
}

.document .list_number {
  list-style: decimal;
  padding-left: 26px;
}

.document .list_dot {
  list-style: disc;
  padding-left: 16px;
  margin-left: 4px;
}

.document .list_depth,
.document .small_desc {
  margin: 8px 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}
.document .list_depth .list_depth,
.document .small_desc .list_depth {
  padding-left: 40px;
}
.document .list_depth li + li,
.document .small_desc li + li {
  margin-top: 8px;
}

.document .sub_desc {
  margin-top: 4px;
  font-size: 14px;
  color: #858585;
}

.document .box_table {
  margin: 20px 0 40px;
  border-top: 1px solid #212121;
  border-bottom: 1px solid #b9b9b9;
}
.document .box_table table {
  width: 100%;
}
.document .box_table caption {
  display: none;
}
.document .box_table tr + tr {
  border-top: 1px solid #b9b9b9;
}
.document .box_table:not(.type_row) th {
  border-bottom: 1px solid #b9b9b9;
  border-right: none;
  text-align: center;
}
.document .box_table th {
  border-right: 1px solid #b9b9b9;
}
.document .box_table th,
.document .box_table td {
  height: 90px;
  padding: 20px;
  vertical-align: middle;
  font-size: 20px;
  line-height: 1.3;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.document .box_table th + th, .document .box_table th + td,
.document .box_table td + th,
.document .box_table td + td {
  border-left: 1px solid #b9b9b9;
}
.document .box_table th.center,
.document .box_table td.center {
  text-align: center;
}
.document .box_table th {
  color: #212121;
  font-weight: 500;
  background: #faf9f7;
}
.document .box_table td {
  color: #444;
}
.document .box_table .list_number {
  padding-left: 20px;
  font-size: 20px;
}
.document .box_table .list_number .list_depth {
  padding-left: 20px;
}
.document .box_table .list_depth {
  padding-left: 40px;
  font-size: 18px;
}
.document .box_table .list_depth:last-child {
  margin-bottom: 0;
}
.document .box_table .small_desc {
  font-size: 18px;
}
.document .box_table .small_desc:last-child {
  margin-bottom: 0;
}

.document h3 {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 1439px) {
  .document h3 {
    padding: 7.5px 0px;
  }
}
@media (min-width: 1440px) and (max-width: 2560px) {
  .document h3 {
    padding: 0.5208333333vw 0vw;
  }
}
@media (min-width: 2561px) {
  .document h3 {
    padding: 13.3333333333px 0px;
  }
}

.document .text_container {
  padding: 12px 0 40px;
  font-size: 16px;
  line-height: 1.4;
}

@media screen and (max-width: 1024px) {
  .document {
    padding: 20px;
  }
  .document h2 {
    font-size: 18px;
  }
  .document .box_content {
    margin-bottom: 40px;
  }
  .document .box_table {
    overflow-x: auto;
  }
  .document .sub_desc {
    font-size: 12px;
    line-height: 1.4;
  }
  .document .list,
  .document .list_number {
    font-size: 14px;
    line-height: 1.4;
  }
  .document .list .box_table,
  .document .list_number .box_table {
    margin-left: -26px;
  }
  .document .desc {
    font-size: 14px;
    line-height: 1.4;
  }
  .document .list_depth,
  .document .small_desc {
    font-size: 12px;
  }
  .document .list_dot {
    font-size: 14px;
    line-height: 1.4;
  }
  .document .box_table {
    white-space: nowrap;
  }
  .document .box_table th,
  .document .box_table td {
    height: 52px;
    padding: 16px 20px;
    font-size: 14px;
    line-height: 1.5;
  }
  .document .box_table .list_number {
    font-size: 14px;
  }
  .document .box_table .list_depth {
    font-size: 12px;
  }
  .document .box_table .small_desc {
    font-size: 12px;
  }
}