/* font style */
@font-face {
  font-family: Pretendard;
  font-weight: 900;
  src: url(https://ssl.pstatic.net/static/wevweb/public/fonts/pretendard/woff2-subset/Pretendard-Black.subset.woff2) format("woff2"), url(https://ssl.pstatic.net/static/wevweb/public/fonts/pretendard/woff-subset/Pretendard-Black.subset.woff) format("woff");
}
@font-face {
  font-family: Pretendard;
  font-weight: 700;
  src: url(https://ssl.pstatic.net/static/wevweb/public/fonts/pretendard/woff2-subset/Pretendard-Bold.subset.woff2) format("woff2"), url(https://ssl.pstatic.net/static/wevweb/public/fonts/pretendard/woff-subset/Pretendard-Bold.subset.woff2) format("woff2");
}
@font-face {
  font-family: Pretendard;
  font-weight: 500;
  src: url(https://ssl.pstatic.net/static/wevweb/public/fonts/pretendard/woff2-subset/Pretendard-Medium.subset.woff2) format("woff2"), url(https://ssl.pstatic.net/static/wevweb/public/fonts/pretendard/woff-subset/Pretendard-Medium.subset.woff2) format("woff2");
}
@font-face {
  font-family: Pretendard;
  font-weight: 400;
  src: url(https://ssl.pstatic.net/static/wevweb/public/fonts/pretendard/woff2-subset/Pretendard-Regular.subset.woff2) format("woff2"), url(https://ssl.pstatic.net/static/wevweb/public/fonts/pretendard/woff-subset/Pretendard-Regular.subset.woff) format("woff");
}

/* element */
* {
  box-sizing: border-box;
}
html,
body,
#root {
  min-height: 100%;
  font-size: 15px;
}
html {
  /* text-size-adjust: none; */
}
body {
  /* background-color: inherit; */
}
main {
  width: 100%;
  max-width: 1220px;
  padding: 0 60px;
  margin: 0 auto;
}
article {
  width: 100%;
  min-width: 240px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
section {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  color: #444;
}
body,
input,
textarea,
select,
button,
table {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, Dotum, sans-serif;
  font-family: Pretendard, -apple-system, BlinkMacSystemFont, Helvetica, Arial, Dotum, sans-serif;
  font-size: 15px;
}
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", Helvetica, Arial, sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
html,
body {
  padding: 0;
  margin: 0;
}
col {
  min-width: 70px;
}
th,
td {
  /* .cell */
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #e4e4e4;
  font-weight: 400;
  word-break: break-all;
  vertical-align: top;
  line-height: 24px;
}
th {
  text-align: left;
  background-color: #f7f7fa;
  text-align: center;
  vertical-align: middle;
}
img,
fieldset {
  border: 0;
}
ul,
ol {
  list-style: none;
}
ul > ul {
  padding-left: 19.2px;
  text-indent: -20.2px;
}
ul li {
  padding-left: 19.2px;
  text-indent: -20.2px;
}
ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin: 0.1em 8px 0.25em 8px;
  border-radius: 50%;
  background-color: #444;
  vertical-align: middle;
}
em,
address {
  font-style: normal;
}
img {
  max-width: 100%;
  border: 0;
  vertical-align: top;
}
svg {
  display: block;
}
form,
fieldset,
button {
  border: 0;
  vertical-align: top;
}
button {
  background: rgba(0, 0, 0, 0);
  color: inherit;
  cursor: pointer;
}
button:disabled {
  cursor: default;
}
a {
  color: inherit;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  cursor: pointer;
}
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;
} */
input[type="text"],
textarea {
  caret-color: #08ccca;
}
input[type="text"]:focus::placeholder,
textarea:focus::placeholder {
  color: rgba(0, 0, 0, 0) !important;
}
textarea {
  overflow: hidden;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  /* .table */
  table-layout: fixed;
  width: 100%;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #444;
}
table > caption > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

/* font  */
/* 
  - 표 밖의 링크 및 외부링크/메일링크: .link_text
  - 표 안의 링크 및 메일링크: .underline
*/
.title_large {
  color: #111;
  font-family: Pretendard;
  font-size: 30px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  text-transform: capitalize;
}
.title_medium {
  color: #111;
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
}
.title_small {
  color: #111;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.item_title {
  /* title_heading */
  color: #444;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}
.item_text {
  color: #444;
  font-family: Pretendard;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}
/* .main_text {
  color: #444;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.date_text {
  color: #111;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
} */
.link_text {
  color: #444;
  font-family: Pretendard;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  text-decoration-line: underline !important;
}
.link_text_primary {
  color: #08ccca;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-decoration-line: underline !important;
}

/* class */
.content {
  padding-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 60px;
}
.active_item {
  border-bottom: 4px solid #000;
}
.wrap-contents {
  border-radius: 4px;
  background: #f7f7fa;
  display: flex;
  padding: 30px;
  align-items: flex-start;
  align-content: flex-start;
  gap: 34px;
  align-self: stretch;
  flex-wrap: wrap;
  color: #111;
}
.wrap-contents-item {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  row-gap: 10px;
  flex: 1;
}
.wrap-contents-item > ul {
  display: flex;
  flex-direction: column;
  row-gap: 3px;
}
.vertical_line {
  width: 1px;
  height: 244px;
  background: #e4e4e4;
}
.btn-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  opacity: 0;
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: url("./images/icon_top.svg") center/16.285px 18.3px no-repeat rgba(255, 255, 255, 0.97);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.15s ease;
}
.opacity1 {
  opacity: 1;
}

/* utility-first class */
.hide,
.convert_table .mobile_list {
  display: none !important;
}
.show {
  display: block !important;
}
.block {
  display: block;
}
.table,
.convert_table > table {
  display: table;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.underline {
  text-decoration-line: underline !important;
}
.gap_15 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.gap_10 {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.gap_5 {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.row {
  display: flex;
  flex-direction: row;
}
.col-15 {
  width: 15%;
}
.col-18 {
  width: 18%;
}
.col-20 {
  width: 20%;
}
.col-25 {
  width: 25%;
}
.col-30 {
  width: 30%;
}
.col-35 {
  width: 35%;
}
.col-40 {
  width: 40%;
}

/* 다크모드 */
.dark,
.isTV {
  background-color: #000 !important;
}
.dark h2,
.dark h3,
.dark h5,
.dark b,
.dark p,
.dark a,
.dark li,
.dark tbody,
.isTV h2,
.isTV h3,
.isTV h5,
.isTV b,
.isTV p,
.isTV a,
.isTV li,
.isTV tbody {
  color: #fff !important;
}
.dark .link_text_primary,
.isTV .link_text_primary {
  color: #08ccca !important;
}
.dark li:before,
.isTV li:before {
  background-color: #fff !important;
}
.dark th,
.dark .wrap-icons,
.dark .wrap-contents,
.isTV th,
.isTV .wrap-icons,
.isTV .wrap-contents {
  background-color: #1e1e1e !important;
  color: #fff !important;
}
.dark .vertical_line,
.isTV .vertical_line {
  background-color: #777777 !important;
}
.dark th,
.dark td,
.isTV th,
.isTV td {
  border-color: #555555 !important;
}

/* TV - 모바일 스타일 */
.isTV main {
  padding: 0 20px;
}
.isTV #content1-icons {
  display: none !important;
}
.isTV #content1-icons * {
  display: none !important;
}
.isTV .btn-top {
  width: 42px;
  height: 42px;
  background-size: 12.285px 14.3px;
}
.isTV .content {
  padding-top: 40px;
  gap: 40px;
}
.isTV .title_large {
  font-family: Pretendard;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: capitalize;
}
.isTV .title_medium {
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 28px;
}
.isTV .wrap-icons {
  padding: 40px 10px !important;
  gap: 28px 0px !important;
}
.isTV .wrap-contents {
  flex-direction: column;
  padding: 20px;
  row-gap: 6px;
}
.isTV .wrap-contents-item {
  min-width: 240px;
  row-gap: 6px;
}
.isTV .vertical_line {
  display: none;
}

/* TV - 모바일 스타일(table → list) */
.isTV .convert_table.gap_10 {
  row-gap: inherit !important;
}
.isTV .convert_table > table {
  display: none;
}
.isTV .convert_table .mobile_list {
  word-wrap: break-word;
  display: flex !important;
  flex-direction: column;
  row-gap: 20px;
}

/* media */
@media only screen and (min-width: 768px) {
  body,
  input,
  textarea,
  select,
  button,
  table {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, Helvetica, Arial, Dotum, sans-serif;
  }
  th {
    word-wrap: break-word;
    word-break: keep-all;
  }
}
@media screen and (max-width: 730px) {
  main {
    padding: 0 40px;
  }
  .wrap-contents {
    row-gap: 10px !important;
  }
  .wrap-contents-item {
    flex: unset !important;
    min-width: 240px;
  }
  .vertical_line {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  main {
    padding: 0 20px;
  }
  .btn-top {
    width: 42px;
    height: 42px;
    background-size: 12.285px 14.3px;
  }
  .content {
    padding-top: 40px;
    gap: 40px;
  }
  .title_large {
    color: #111;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    text-transform: capitalize;
  }
  .title_medium {
    color: #111;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 800;
    line-height: 28px;
  }
  .wrap-icons {
    padding: 40px 10px !important;
    gap: 28px 0px !important;
  }
  .wrap-contents {
    flex-direction: column;
    padding: 20px;
    row-gap: 6px;
  }
  .wrap-contents-item {
    min-width: 240px;
    row-gap: 6px;
  }

  /* 모바일일 경우 table → list */
  .convert_table.gap_10 {
    row-gap: inherit !important;
  }
  .convert_table > table {
    display: none;
  }
  .convert_table .mobile_list {
    word-wrap: break-word;
    display: flex !important;
    flex-direction: column;
    row-gap: 20px;
  }
}
