@font-face {
  font-family: Pretendard;
  font-weight: 900;
  font-display: swap;
  src: url(./font/Pretendard-Black.subset.woff2) format("woff2");
}

@font-face {
  font-family: Pretendard;
  font-weight: 700;
  font-display: swap;
  src: url(./font/Pretendard-Bold.subset.woff2) format("woff2");
}

@font-face {
  font-family: Pretendard;
  font-weight: 500;
  font-display: swap;
  src: url(./font/Pretendard-Medium.subset.woff2) format("woff2");
}

@font-face {
  font-family: Pretendard;
  font-weight: 400;
  font-display: swap;
  src: url(./font/Pretendard-Regular.subset.woff2) format("woff2");
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select {
  padding: 0;
  margin: 0;
}

html {
  -webkit-text-size-adjust: none;
}

body,
input,
textarea,
select,
button,
table {
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Noto Sans KR", system-ui, AppleSDGothicNeo, sans-serif;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {

  body,
  input,
  textarea,
  select,
  button,
  table {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, "Noto Sans KR", system-ui, AppleSDGothicNeo, sans-serif;
  }
}

body .font-ja,
.font-ja input,
.font-ja textarea,
.font-ja select,
.font-ja button,
.font-ja table {
  font-family: "メイリオ", "Hiragino Kaku Gothic Pro", Meiryo,
    "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", "Noto Sans KR", system-ui, AppleSDGothicNeo, sans-serif;
}

img,
fieldset {
  border: 0;
}

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

em,
address {
  font-style: normal;
}

a {
  color: inherit;
}

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

form,
fieldset,
button {
  border: 0;
  vertical-align: top;
}

button {
  background: rgba(0, 0, 0, 0);
  color: inherit;
  cursor: pointer;
}

button:disabled {
  cursor: default;
}

img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}

input,
select {
  vertical-align: middle;
  -webkit-appearance: none;
}

input {
  border: 0;
  border-radius: 0;
}

input[type="text"]::-ms-clear,
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none;
}

input[type="checkbox"],
input[type="file"],
input[type="radio"] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type="text"],
textarea {
  caret-color: #00c0b5;
}

input[type="text"]:focus::placeholder,
textarea:focus::placeholder {
  color: rgba(0, 0, 0, 0) !important;
}

textarea {
  overflow: hidden;
}

html,
body,
#root {
  min-height: 100%;
}

table {
  border-collapse: collapse;
}

svg {
  display: block;
}

.blind {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

.scroll_none {
  overflow: hidden;
}

.article {
  min-width: 240px;
  padding: 30px 20px 60px;
}

body .title_large {
  display: inline-block;
  margin: 20px 0;
  color: #111;
  font-size: 30px;
  font-weight: 800;
  line-height: 40px;
}

body .title_large:first-child {
  margin-top: 0;
}

body .title_medium {
  color: #111;
  font-size: 22px;
  font-weight: 800;
  line-height: 30px;
}

body .title_heading {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
}

body .title_small {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.section {
  margin-top: 40px;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
}

.paragraph {
  margin-top: 20px;
}

.list {
  margin-top: 10px;
}

ul .list_item {
  padding-left: 21px;
  text-indent: -24px;
}

ul .list_item:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 2px;
  margin: 10px 7px 10px 11px;
  border-radius: 50%;
  background-color: #333333;
  vertical-align: top;
  border: 1px solid #333333;
}

.list_item .list_item:before {
  background-color: #ffffff;
}

.table ul .list_item {
  padding-left: 21px;
  text-indent: -21px;
  line-height: 24px;
}

.table ul .list_item:before {
  margin: 10px 6px 10px 8px;
}

.table_wrap {
  margin: 20px -20px;
}

.table_inner {
  overflow-x: auto;
  padding: 0 20px;
}

.table {
  table-layout: fixed;
  width: 100%;
}

.table_header.cell {
  background-color: #f7f7fa;
  text-align: center;
  vertical-align: middle;
}

th {
  text-align: left;
}

.table_body {
  padding-top: 45px;
}

.table_body_header {
  width: 25vw;
}

.cell {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #e4e4e4;
  font-weight: 400;
  word-break: break-all;
  vertical-align: top;
  line-height: 24px;
}

.cell.center {
  text-align: center;
}

.wrap-button {
  position: fixed;
  bottom: 5px;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 50px;
}

.btn-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 32px;
  box-shadow: 1px 1px 2px 1px #efefef;
  border-radius: 5px;
  opacity: 0.2;
  font-size: 14px;
}

.wrap-button .btn-top:hover {
  opacity: 1;
}

/* 목차 */
.wrap-contents {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border: 1px solid #797979;
  margin: 20px 0 20px;
  padding: 16px 21px;
}

.wrap-contents-item {
  flex: 1 1 0;
}

.contents-item {
  display: block;
  margin: 10px 5px;
  font-size: 22px;
  line-height: 30px;
}

.contents-item.sub-item {
  margin-left: 20px;
  font-size: 16px;
  line-height: 26px;
}

.contents-item.sub-item-2depth {
  margin-left: 40px;
  font-size: 14px;
  line-height: 24px;
}

.contents-item:hover {
  color: #0be6c1;
  font-weight: bold;
}

.wrap_link {
  margin: 10px 0;
}

.link_text {
  color: #0be6c1;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  text-decoration: underline;
}

.link_text.normal {
  font-weight: 400;
}

.wrap_link .link_text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.mail_link {
  color: #797979;
}

.mail_link:hover {
  color: #0be6c1;
}

.mobileView {
  display: none;
}

.col {
  min-width: 70px;
}

.col-15 {
  width: 15%;
}

.col-18 {
  width: 18%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-27 {
  width: 27%;
}

.col-30 {
  width: 30%;
}

.col-35 {
  width: 35%;
}

.col-41 {
  width: 41%;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

/* PC 버전 */
@media screen and (min-width: 1140px) {
  .article {
    width: 1100px;
    padding: 60px 0 100px;
    margin: 0 auto;
  }

  .table_body_header {
    width: 300px;
  }
}

/* 모바일 or 태블릿 */
@media screen and (max-width: 1140px) {
  .wrap-contents {
    flex-direction: column;
  }

  .cell {
    padding: 5px 5px;
  }

  ul .list_item {
    padding-left: 15px;
    text-indent: -17px;
  }

  ul .list_item:before {
    margin: 10px 3px 10px 7px;
  }

  .table ul .list_item {
    padding-left: 12px;
    text-indent: -15px;
  }

  .table ul .list_item:before {
    margin: 10px 2px 10px 6px;
  }

  .mobile-divider {
    margin: 1px 0;
    border: 1px solid #efefef;
  }

  /*
  개인정보 제3자 제공 현황
  개인정보 국외 이전 현황
  */
  .pcView {
    display: none !important;
  }

  .mobileView {
    display: block;
  }
}