* {
  padding: 0;
  margin: 0;
  font-family: Pretendard !important;
}

a {
  text-decoration: none;
  transition: 0.2s;
}

li {
  list-style: none;
}

img {
  width: 100%;
  display: block;
}

button {
  background-image: none;
  border: none;
}

h3 {
  font-size: 16px !important;
  font-weight: 500 !important;
}

span {
  font-family: -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", "Pretendard Variable", Pretendard, Roboto, "Noto Sans KR", "Segoe UI", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

#wrap {
  width: auto;
  overflow: hidden;
  margin: auto;
  background-color: #dbe4ee;
  padding: 0 20px 250px 20px;
}

header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 100%;
  height: 220px;
  margin: 0 auto;
  display: flex !important;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.15);
}
header > span {
  text-align: center;
  font-size: 0.7rem;
  color: #930024;
  font-weight: 400;
  word-break: keep-all;
  z-index: 4;
  position: relative;
  display: block;
  margin-top: 15px;
}
header .logo {
  z-index: 4;
  position: relative;
}
header .logo img {
  width: 250px;
  display: block;
  margin-bottom: 8px;
}
header .logo span {
  text-align: center;
  font-size: 0.75rem;
  color: #666;
  font-weight: 400;
  display: block;
}
header .hd-btn {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  z-index: 4;
  position: relative;
  min-width: 1000px;
}
header .hd-btn a {
  width: 50%;
  height: 50px;
  border-radius: 50px;
  background-color: #c3dcf6;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
header .hd-btn a:hover {
  background-color: #cae2ff;
}
header .hd-btn a.k2_logo img {
  width: 32px;
  border-radius: 100%;
  overflow: hidden;
  padding: 3px;
  background-color: #112136;
}
header .hd-btn a img {
  width: 50px;
  margin-right: 20px;
}
header .hd-btn a span {
  color: #333;
  font-weight: 700;
  line-height: 50px;
  padding-top: 2px;
}

/* table */
.table_wrap {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  top: 240px;
  z-index: 1;
  min-width: 1000px;
  margin: auto;
  width: 1000px;
}
.table_wrap .table {
  width: 100%;
  overflow: hidden;
  margin: 0 0 10px 0;
  border-collapse: unset;
  border-spacing: unset;
  background-color: #fff;
  border-radius: 8px;
  padding: 12px 0 12px 10px;
  /* tbody */
}
.table_wrap .table thead {
  width: 100%;
  color: #fff;
  background-color: #000000;
}
.table_wrap .table thead tr {
  padding: 15px;
  line-height: 2.6rem;
}
.table_wrap .table thead tr th {
  font-size: 15px;
  font-weight: 400;
}
.table_wrap .table thead tr th.col-01 {
  width: 12%;
}
.table_wrap .table thead tr th.col-02 {
  width: 12%;
}
.table_wrap .table thead tr th.col-03 {
  width: 38%;
}
.table_wrap .table thead tr th.col-04 {
  width: 38%;
}
.table_wrap .table thead tr th.col-05 {
  width: 19%;
}
.table_wrap .table tbody {
  border-collapse: separate;
  border-spacing: 0 15px;
  padding: 0 0 0 10px !important;
}
.table_wrap .table tbody tr {
  width: 100%;
  vertical-align: top;
  line-height: 2rem;
  padding: 0 0 0 10px !important;
}
.table_wrap .table tbody tr td {
  font-size: 14px;
  vertical-align: middle;
  word-break: keep-all;
  border-left: none;
  border-bottom: none;
  padding: 5px 15px 5px 10px;
}
.table_wrap .table tbody tr td.row-line {
  border-bottom: 1px solid #ccc !important;
}
.table_wrap .table tbody tr td:nth-child(2) {
  width: 16%;
}
.table_wrap .table tbody tr td:nth-child(2) h3 {
  white-space: nowrap;
  text-align: center;
}
.table_wrap .table tbody tr td:nth-child(3) {
  width: 20%;
}
.table_wrap .table tbody tr td.col-flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.table_wrap .table tbody tr td.col-flex .moveBtn {
  border-radius: 10px;
  width: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  float: right;
  background-color: #e7f0f9;
}
.table_wrap .table tbody tr td.col-flex .moveBtn .textBox {
  text-align: left;
}
.table_wrap .table tbody tr td.col-flex .moveBtn .textBox p {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
}
.table_wrap .table tbody tr td.col-flex .moveBtn .textBox .rowBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 30px;
}
.table_wrap .table tbody tr td.col-flex .moveBtn .textBox .rowBtn a {
  width: 33.3%;
}
.table_wrap .table tbody tr td.col-flex .moveBtn .textBox span {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
}
.table_wrap .table tbody tr td img {
  width: 50px;
  margin: 0 12px 0 15px;
}
.table_wrap .table tbody tr td .customer_box {
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  padding: 10px 0;
  float: right;
  background-color: #e7f0f9;
}
.table_wrap .table tbody tr td .customer_box img {
  margin: 0 12px 0 15px;
}
.table_wrap .table tbody tr td .customer_box .textBox p {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  margin-bottom: 5px;
}
.table_wrap .table tbody tr td .customer_box .textBox .rowBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}
.table_wrap .table tbody tr td .customer_box .textBox .rowBtn a {
  width: 80px;
  padding: 7px 0px;
  margin-right: 5px;
  text-align: center;
  font-size: 15px;
  color: #626262;
  font-weight: 500;
  background-color: #c3dcf6;
  border-radius: 8px;
  display: block;
}
.table_wrap .table tbody tr td .customer_box .textBox .rowBtn a:hover {
  background-color: #cae2ff;
}
.table_wrap .table tbody tr td a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  border-radius: 7px;
  padding: 12px 0px;
}
.table_wrap .table tbody tr td a:hover {
  background-color: #f7f9fb;
}
.table_wrap .table tbody tr td a .textBox {
  line-height: 22px;
}
.table_wrap .table tbody tr td a .textBox p {
  font-size: 15px;
  color: #000;
  font-weight: 500;
}
.table_wrap .table tbody tr td a .textBox span {
  font-size: 12px;
  color: #666;
  font-weight: 400;
}
.table_wrap .table tbody tr td .moveBtn {
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
  float: right;
  background-color: #e7f0f9;
}
.table_wrap .table tbody tr td .moveBtn:hover {
  background-color: #e2eefd;
}
.table_wrap .table tbody tr td .moveBtn .textBox {
  text-align: left;
}
.table_wrap .table tbody tr td .moveBtn .textBox p {
  font-size: 15px;
  color: #000;
  font-weight: 500;
  white-space: nowrap;
  text-align: left;
}
.table_wrap .table tbody tr td .moveBtn .textBox .rowBtn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 30px;
}
.table_wrap .table tbody tr td .moveBtn .textBox .rowBtn a {
  width: 33.3%;
}
.table_wrap .table tbody tr td .moveBtn .textBox span {
  font-size: 12px;
  color: #666;
  font-weight: 400;
  white-space: nowrap;
  text-align: left;
}

.accordion-wrap {
  min-width: 1000px;
  width: 1000px;
  margin: auto;
}

.accordian-tab {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px auto;
  box-sizing: border-box;
  position: relative;
  top: 230px;
  z-index: 1;
  background-color: transparent;
}
.accordian-tab h1 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 15px 0 12px 15px;
  background-color: #45698d;
  color: #fff;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.accordian-tab h1.active .arrow-down {
  transition: 0.2s;
  transform: rotate(180deg);
}
.accordian-tab h1:hover .arrow-down {
  background-color: #4d759d;
}
.accordian-tab ul.contents {
  box-sizing: border-box;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding: 26px 30px;
  display: none;
}
.accordian-tab ul.contents h2.detail_tit {
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 1.2rem;
  color: #45698d;
}
.accordian-tab ul.contents li.conBox {
  margin-bottom: 30px;
}
.accordian-tab ul.contents li.conBox.mg-0 {
  margin-bottom: 0 !important;
}
.accordian-tab ul.contents li.conBox:last-child {
  margin-bottom: 15px;
}
.accordian-tab ul.contents li.conBox.ind-left {
  padding-left: 20px;
}
.accordian-tab ul.contents li.conBox h2 {
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #417fbd;
  margin-bottom: 17px;
}
.accordian-tab ul.contents li.conBox h2.mg-10 {
  margin: 15px 0 8px 0;
}
.accordian-tab ul.contents li.conBox p.text-conBox {
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 23px;
  margin-bottom: 15px;
}
.accordian-tab ul.contents li.conBox ul.sub-conBox {
  margin-left: 10px !important;
}
.accordian-tab ul.contents li.conBox ul.sub-conBox li {
  margin-bottom: 30px;
}
.accordian-tab ul.contents li.conBox ul.sub-conBox li h3 {
  font-size: 14px !important;
  font-weight: 500 !important;
  margin-bottom: 7px;
  line-height: 1;
}
.accordian-tab ul.contents li.conBox ul.sub-conBox li h3.mg-10 {
  margin: 15px 0 7px 12px;
}
.accordian-tab ul.contents li.conBox ul.sub-conBox li p {
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 24px;
  margin-left: 13px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.accordian-tab ul.contents li.conBox ul.sub-conBox li p span.red-point {
  color: #930024;
  font-weight: 400;
  padding: 0 3px;
}
.accordian-tab ul.contents li.conBox ul.sub-conBox li.flex-conBox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  padding: 8px 0px;
  background-color: #e4f1ff;
  border-radius: 5px;
}
.accordian-tab ul.contents li.conBox ul.sub-conBox li.flex-conBox span {
  margin-right: 0px;
}
.accordian-tab ul.contents li.conBox ul.sub-conBox li.flex-conBox p {
  margin-left: 0px;
}
.accordian-tab ul.contents li.conBox h2.tkc-tit {
  margin-bottom: 8px;
}
.accordian-tab ul.contents li.conBox p.tkc-textBox {
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 24px;
  margin-left: 13px;
}
.accordian-tab ul.contents li.conBox .example {
  margin: 0 0 0 10px;
}
.accordian-tab ul.contents li.conBox .example .ex-bg {
  background-color: #417fbd;
  color: #fff;
  font-weight: 400;
  padding: 0.26em 0.6em;
  border-radius: 20px;
  font-size: 13px;
}
.accordian-tab ul.contents li.conBox .example p {
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 24px;
  margin: 10px 0 0 2px;
}
.accordian-tab ul.contents li.conBox .example p .mg-30 {
  margin: 0 0 15px 15px;
  display: inline-block;
}
.accordian-tab ul.contents li.conBox .example p .font-bold {
  font-weight: 500;
  display: block;
  margin: 5px 0 0 0;
}
.accordian-tab ul.contents li.conBox .example p .font-bold02 {
  font-weight: 500;
  display: inline-block;
  line-height: 25px;
}
.accordian-tab.grid {
  width: 100%;
}
.accordian-tab.grid .contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 20px 30px;
  display: none;
}
.accordian-tab.grid .contents .conBox {
  margin-bottom: 0;
  height: 100%;
}
.accordian-tab.grid:nth-child(4) .conBox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.accordian-tab.grid:nth-child(4) .conBox:nth-child(2) {
  padding-left: 20px;
}
.accordian-tab.grid:nth-child(4) .conBox:nth-child(4) {
  padding-left: 20px;
}
.accordian-tab.grid:nth-child(4) .conBox:nth-child(5) {
  padding-left: 0px;
}

/* arrow */
.arrow01 {
  color: #fff;
  width: 18px;
  height: 18px;
  font-size: 18px !important;
  background-color: #3b5673;
  border-radius: 100%;
  margin: 0 12px 7px 15px;
  font-weight: 500 !important;
  font-family: "Material Symbols Rounded" !important;
}

.arrow02 {
  color: #fff;
  font-size: 13px !important;
  background-color: #0b4c8d;
  border-radius: 100%;
  font-weight: 500 !important;
  transform: translateY(-1px);
  margin: 0 7px;
  font-family: "Material Symbols Rounded" !important;
}

.arrow-down {
  color: #fff;
  font-size: 26px !important;
  font-weight: 500 !important;
  float: right;
  margin: -7px 32px 0 0;
  transition: 0.2s;
  border-radius: 100%;
  font-family: "Material Symbols Rounded" !important;
}

.check-icon {
  color: #417fbd;
  font-size: 22px !important;
  font-weight: 500 !important;
  margin: 0 0 0 7px;
  padding-right: 7px;
  font-family: "Material Symbols Rounded" !important;
}

.border-right {
  border-right: 1px solid #ccc;
  box-sizing: border-box;
}

.border-bottom {
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

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