/* @import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&display=swap"); */

/* reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
textarea,
p,
blockquote,
th,
td,
input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
}
html {
  height: 100%;
}
body {
  -webkit-text-size-adjust: none; /* 크롬, 사파리, 오페라 신버전 */
  -ms-text-size-adjust: none; /* IE */
  -moz-text-size-adjust: none; /* 파이어폭스 */
  -o-text-size-adjust: none; /* 오페라 구버전 */
  /* font-family: "Noto Sans KR", "Segoe UI", Helvetica, Arial, sans-serif; */
  background: linear-gradient(135deg, #ecf2ff 0%, #f5f9ff 45%, #ffffff 100%);
  color: #1f2a44;
  line-height: 1.5;
  padding: 60px 20px;
}
button,
fieldset,
img {
  border: 0 none;
}
fieldset,
img {
  border: 0;
}
img,
li {
  vertical-align: top;
}
ol,
ul,
dl,
menu,
li {
  list-style: none;
}
address,
em {
  font-style: normal;
}
a {
  color: inherit;
  text-decoration: none;
}
a:active,
a:focus,
a:hover {
  text-decoration: none;
}
button {
  border: 0;
  background: 0 0;
  cursor: pointer;
}
table {
  margin: 0;
  padding: 0;
  border: 0;
  border-spacing: 0;
  border-collapse: collapse;
}
caption {
  font-size: 0;
  color: transparent;
  padding: 0;
}
input,
select,
textarea {
  border: 0;
  background: 0;
  appearance: none;
  border-radius: 0;
  box-shadow: none;
}
/* reset END*/

:root {
  --primary-color: #2b6cb0;
  --primary-accent: #5c8dd6;
  --secondary-color: #4a5568;
  --border-color: #d9e2f2;
  --surface-color: #ffffff;
  --surface-muted: #f6f9ff;
  --highlight-color: #e2edff;
  --shadow-color: 0 24px 60px -35px rgba(41, 72, 131, 0.45);
}

.agreeReceive_wrap {
  position: relative;
}

.content_inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 15px;
}

.consent_form-card {
  background: #ffffff;
  background: var(--surface-color);
  border-radius: 24px;
  box-shadow: 0 24px 60px -35px rgba(41, 72, 131, 0.45);
  box-shadow: var(--shadow-color);
  padding: 48px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(12px);
}

.txt_bl {
  color: #2b6cb0;
  color: var(--primary-color);
}
.txt_red {
  color: #e77398;
}
.bg_blue01 {
  background: linear-gradient(135deg, #2b6cb0 0%, #5c8dd6 100%);
}
.bg_blue02 {
  background: linear-gradient(135deg, #2563eb 0%, #5c8dd6 100%);
}
.bg_gray {
  background: #6b7280;
}
.hide {
  font-size: 0;
  color: transparent;
  clip: 0;
  width: 0;
  height: 0;
  visibility: visible;
}
label,
.label {
  word-break: break-all;
}

.topInfo_wrap {
  text-align: center;
  padding-bottom: 28px;
  border-bottom: 1px solid #d9e2f2;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 32px;
}
.topTilte {
  text-align: center;
  margin: 10px 0;
  font-size: 28px;
  line-height: 1.3;
  color: #122142;
}
.topTilte span {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
}
.topTxt {
  max-width: 640px;
  margin: 16px auto 0;
  color: #5b6786;
  font-size: 16px;
}

.section_header {
  margin: 20px 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.section_header > * + * {
  margin-top: 8px;
}
.section_header:first-of-type {
  margin-top: 0;
}
.section_step {
  font-size: 12px;
  letter-spacing: 0.16em;
  font-weight: 600;
  color: #2b6cb0;
  color: var(--primary-color);
  text-transform: uppercase;
}
.section_title {
  font-size: 24px;
  font-weight: 700;
  color: #14203a;
}
.section_desc {
  font-size: 15px;
  color: #5c6887;
}

.infoInput_form-wrap {
  margin-top: 10px;
  border: 1px solid #d9e2f2;
  border: 1px solid var(--border-color);
  border-radius: 22px;
  overflow: hidden;
  background: #f6f9ff;
  background: var(--surface-muted);
}
.form_inner {
  overflow: hidden;
}
.infoForm_wrap {
  border-radius: 18px;
  overflow: hidden;
}

.tr {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d9e2f2;
  border-bottom: 1px solid var(--border-color);
  background: #ffffff;
  background: var(--surface-color);
}
.tr:last-child {
  border-bottom: none;
}
.th {
  width: 15%;
  border-right: 1px solid #d9e2f2;
  border-right: 1px solid var(--border-color);
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 16px 12px;
  background: rgba(43, 108, 176, 0.08);
  font-weight: 600;
  color: #1f2a44;
}
.infoForm_wrap .formList .s_th {
  border-right: 1px solid #d9e2f2;
  border-right: 1px solid var(--border-color);
  padding: 10px 0;
  width: 80px;
  font-weight: 500;
  justify-content: center;
  color: #4a5568;
  gap: 0;
}
.td {
  width: 85%;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.td.type_wrap {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.formList {
  border-bottom: 1px solid #d9e2f2;
  border-bottom: 1px solid var(--border-color);
  width: 100%;
  padding: 12px 16px;
  background: #ffffff;
  background: var(--surface-color);
}
.formList.type_has-sTh {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
.formList.type_has-sTh .sTd_wrap {
  width: calc(100% - 70px);
}
.infoForm_wrap .formList .sTd_wrap .input_wrap {
  width: 100%;
  height: 100%;
}
.infoForm_wrap .formList .sTd_wrap select,
.infoForm_wrap .formList .sTd_wrap input {
  border-radius: 0;
  height: 100%;
  width: 100%;
}
.w2 {
  width: 50%;
}
.formList.type_has-sTh:not(:nth-child(even)) {
  border-right: 1px solid #d9e2f2;
  border-right: 1px solid var(--border-color);
}
.overflow_wrap {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}
.overflow_wrap > .formList {
  padding: 10px;
  border-right: 1px solid #d9e2f2;
  border-right: 1px solid var(--border-color);
}
.overflow_wrap.w1 > .formList {
  width: 100%;
}
.overflow_wrap.w2 > .formList {
  width: 50%;
}
.overflow_wrap.w3 > .formList {
  width: 33.3%;
}
.overflow_wrap.w4 > .formList {
  width: 25%;
}
.overflow_wrap.w5 > .formList {
  width: 20%;
}
.overflow_wrap.w6 > .formList {
  width: calc(100% / 6);
}
.overflow_wrap.w1 > .formList,
.overflow_wrap.w2 > .formList:nth-child(even),
.overflow_wrap.w3 > .formList:nth-child(3n),
.overflow_wrap.w4 > .formList:nth-child(4n),
.overflow_wrap.w5 > .formList:nth-child(5n),
.overflow_wrap.w6 > .formList:nth-child(6n) {
  border-right: none;
}
strong span {
  font-weight: 400;
}
.info_txt-wrap > * {
  display: block;
}
.info_txt-wrap > *:not(:last-child) {
  margin-bottom: 5px;
}

.formList > label,
.formList > .label {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  width: 150px;
}
.formList > label > * + *,
.formList > .label > * + * {
  margin-left: 6px;
}
.input_wrap {
  width: calc(100% - 160px);
  margin-left: auto;
}
.input_wrap.type_hasBtn {
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.input_wrap.type_hasBtn > * + * {
  margin-left: 10px;
}
.formList .btn_certi {
  min-width: 90px;
  height: 40px;
  padding: 0 12px;
  background: #2b6cb0;
  background: var(--primary-color);
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
}
.formList .checkList {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
}
.formList .checkList > * + * {
  margin-left: 10px;
}
.formList .checkList label {
  font-weight: 600;
  color: #283751;
}

input {
  border-radius: 8px;
  background: #f1f5fb;
  font-size: 14px;
  color: #0f172a;
  padding: 10px 12px;
  width: 100%;
  height: 40px;
  display: block;
  border: 1px solid transparent;
}
input::placeholder {
  color: #94a3b8;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
  border-color: rgba(43, 108, 176, 0.55);
  box-shadow: 0 0 0 3px rgba(43, 108, 176, 0.18);
}
.formList input[type="checkbox"] {
  border-radius: 4px;
  background: #fff;
  border: 1px solid #a6b6d9;
  font-size: 14px;
  font-weight: 600;
  width: 18px;
  height: 18px;
  padding: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.formList input[type="checkbox"]:checked {
  background: #2b6cb0 url(../img/ico_check-wt.png) center no-repeat;
  background: var(--primary-color) url(../img/ico_check-wt.png) center no-repeat;
  background-size: 16px;
  border-color: #2b6cb0;
  border-color: var(--primary-color);
}
.formList .check_all:checked {
  background-color: #2b6cb0 !important;
  background-color: var(--primary-color) !important;
  border-color: #2b6cb0;
  border-color: var(--primary-color);
}
.radio_wrap {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  gap: 6px;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 5px;
}
.radio_wrap > * + * {
  margin-left: 6px;
}
.formList input[type="radio"] {
  font-size: 0;
  color: transparent;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  border: 1px solid #a8b4cf;
  background: #fff;
  padding: 0;
  margin-top: 3px;
  cursor: pointer;
}
.formList input[type="radio"]:checked {
  background: #2b6cb0 url(../img/ico_check-wt.png) center no-repeat;
  background: var(--primary-color) url(../img/ico_check-wt.png) center no-repeat;
  background-size: 15px;
  border-color: #2b6cb0;
  border-color: var(--primary-color);
}
.radioList {
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  align-items: center;
  -ms-flex-align: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(43, 108, 176, 0.08);
  color: #1f2a44;
}
.radioList > * + * {
  margin-left: 6px;
}
.radioList > label {
  margin-top: 0;
  font-size: 14px;
  font-weight: 600;
}

.top_wrap {
  font-size: 16px;
  font-weight: bold;
  color: #203051;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top_wrap > * + * {
  margin-top: 6px;
}
.formList .top_wrap input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.formList .top_wrap input[type="checkbox"]:checked {
  background-size: 18px;
}
.top_wrap p {
  font-weight: 400;
  color: #617195;
  font-size: 14px;
}
.checkList_wrap {
  font-size: 14px;
  margin-left: 20px;
  color: #495873;
  display: block;
  display: grid;
  gap: 4px;
  margin-top: 3px;
}
.checkList_wrap > * + * {
  margin-top: 4px;
}

.bt_list {
  position: relative;
  background: #f6f9ff;
  background: var(--surface-muted);
  padding: 22px 26px;
}
.bt_list:before {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: #d9e2f2;
  background: var(--border-color);
  position: absolute;
  top: -1px;
  left: 0;
}
.info_txt-wrap strong {
  color: #2b3d5d;
  font-weight: 600;
}
.info_txt-wrap .s_txt {
  color: #64748b;
  font-weight: 400;
}

.table_wrap {
  border: 1px solid #d9e2f2;
  border-radius: 20px;
  overflow: hidden;
  background: #ffffff;
  margin: 20px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 0;
}
.table_wrap .tr {
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
}

.table_wrap .th {
  width: 100%;
  padding: 12px;
  border-bottom: 1px solid #d9e2f2;
  border-right: none;
  background: rgba(43, 108, 176, 0.08);
  font-weight: 700;
  color: #1f2a44;
}

.table_wrap .td {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 0;
  border-right: 1px solid #d9e2f2;
}
.table_wrap .tr:last-child .td {
  border-right: none;
}
.table_wrap .s_tr {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  height: 32px;
  min-width: 0;
}
.table_wrap .s_tr:not(:last-child) {
  border-bottom: 1px solid #c2d0eb;
}
.table_wrap .tit {
  width: 85px;
  -ms-flex: 0 0 85px;
  flex: 0 0 85px;
  border-right: 1px solid #d9e2f2;
  text-align: center;
  font-weight: 600;
  color: #1f2a44;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.table_wrap .input_wrap {
  width: auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.table_wrap input,
.table_wrap select,
.table_wrap textarea {
  width: 100%;
  max-width: 100%;
  height: 31px;
  line-height: 31px;
  border-radius: 0;
  box-sizing: border-box;
}

.table_wrap textarea {
  height: 80px;
  line-height: 1.4;
  resize: vertical;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .table_wrap .tr:nth-child(2) .td {
    border-right: none;
  }
  .table_wrap .th {
    line-height: 1.3;
  }
}

.txt_box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.txt_box > * + * {
  margin-top: 20px;
}
.txt_box .name {
  display: inline-block;
  width: 250px;
  height: 40px;
  background: #f1f5fb;
  border-radius: 8px;
  margin: 0 10px;
}
.txt_list strong {
  color: #1f2a44;
}
.txt_list .dot_txt {
  margin-left: 12px;
  color: #4d5c7c;
}
.txt_list .dot_txt:before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 1px;
  background: #6a7aa2;
  vertical-align: middle;
  margin: -2px 5px 0 -10px;
}
.txt_list .info_txt {
  margin-top: 5px;
  font-weight: 600;
  color: #2b6cb0;
}
.txt_sign {
  margin-top: 10px;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  align-items: flex-end;
  -ms-flex-align: end;
}
.txt_sign > * + * {
  margin-left: 5px;
}

.btnTxt_wrap {
  margin-top: 32px;
  padding: 0 24px;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.btnTxt_wrap > * + * {
  margin-top: 20px;
}
.btnTxt_wrap .date {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  color: #42506c;
}
.btnTxt_wrap .date > * + * {
  margin-left: 16px;
}
.btnTxt_wrap .date input {
  width: 200px;
  text-align: center;
  margin-left: 16px;
}
.btnTxt_wrap .right_txt {
  text-align: right;
  color: #4a5568;
}
.btnTxt_wrap .info_txt {
  font-size: 16px;
  font-weight: 600;
  text-align: right;
  margin-top: 5px;
  color: #2b6cb0;
}
.btnTxt_wrap .bold_txt {
  font-size: 22px;
  font-weight: 700;
  margin-top: 12px;
  color: #1f2a44;
}
.agreeReceive_wrap .btBtn_wrap.formList {
  padding: 10px;
  justify-content: flex-start;
  -ms-flex-pack: start;
}
.btBtn_wrap.formList button {
  font-size: 13px;
  float: right;
}
.agreeReceive_wrap .btBtn_wrap {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 36px 0 30px;
}
.agreeReceive_wrap .btBtn_wrap > * + * {
  margin-left: 14px;
}
.agreeReceive_wrap .btBtn_wrap button {
  border-radius: 8px;
  height: 44px;
  min-width: 140px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  border: 1px solid transparent;
}
.agreeReceive_wrap .btn_save {
  background: #02457a9c;
}

.textArea_wrap p {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}
textarea {
  resize: none;
  border: 1px solid #d9e2f2;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  height: 150px;
  width: 100%;
  padding: 20px;
  font-size: 15px;
  background: #f8fbff;
}

select {
  background: #f1f5fb url(../img/ico_selBg.png) right 12px center no-repeat;
  border: 1px solid transparent;
  padding: 0 36px 0 16px;
  height: 40px;
  border-radius: 8px;
  color: #0f172a;
  font-size: 14px;
}

.formList.w3 {
  width: 33.3%;
}

@media screen and (max-width: 1024px) {
  body {
    padding: 40px 16px;
  }
  .consent_form-card {
    padding: 38px 32px;
  }
  .topTilte {
    font-size: 26px;
  }
  .radio_wrap > * + *,
  .radioList > * + *,
  .formList .checkList > * + * {
    margin: 0;
  }
  .txt_box > * + *,
  .section_header > * + *,
  .top_wrap > * + * {
    margin-top: 0;
  }
  .txt_list .info_txt {
    margin-top: 8px;
    font-size: 13px;
  }
  .formList .checkList {
    gap: 10px;
  }
  .top_wrap,
  .radio_wrap {
    gap: 5px;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding: 30px 10px;
  }
  .content_inner {
    padding: 0 10px;
  }
  .consent_form-card {
    padding: 32px 10px;
    border-radius: 18px;
  }
  .m_hide {
    display: none;
  }
  .topInfo_wrap {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
  .topTilte {
    font-size: 18px;
  }
  .topTilte span {
    font-size: 20px;
  }
  .topTxt {
    font-size: 14px;
  }
  .agreeReceive_wrap .btBtn_wrap.formList {
    justify-content: center;
    padding: 10px 10px 7px;
    gap: 5px;
  }
  select,
  input {
    height: 36px;
  }
  .formList {
    padding: 10px;
  }
  .tr {
    flex-direction: column;
  }
  .td,
  .th {
    width: 100%;
  }
  .th {
    border-right: none;
    padding: 10px;
    font-size: 14px;
  }
  .mobile {
    display: block;
  }
  .m_bd-y {
    border-top: 1px solid var(--border-color);
  }
  .infoForm_wrap .formList .s_th {
    width: 40px;
    padding: 5px 8px;
    text-align: center;
    flex-direction: column;
  }
  .formList.type_has-sTh .sTd_wrap {
    width: calc(100% - 40px);
    padding: 7px;
  }
  .agreeReceive_wrap .btBtn_wrap button,
  .infoForm_wrap .formList > label,
  .infoForm_wrap .formList > .label {
    font-size: 14px;
  }
  .infoForm_wrap .formList input {
    font-size: 14px;
    padding: 8px;
  }
  .infoForm_wrap .formList select {
    font-size: 14px;
    padding: 0 30px 0 10px;
  }
  .overflow_wrap.w2 > .formList {
    border-right: none;
    width: 100%;
  }
  .top_wrap {
    font-size: 14px;
  }
  .bt_list:before {
    top: -0.5px;
  }
  .txt_box {
    gap: 10px;
  }
  .txt_box .name {
    width: calc(100% - 165px);
    margin: 0;
  }
  .table_wrap {
    flex-wrap: wrap;
    margin: 14px 0;
  }
  .table_wrap .tr {
    width: 100%;
  }
  .table_wrap .tr:not(:first-child) {
    border-top: 1px solid var(--border-color);
  }
  .table_wrap .th {
    background: none;
    width: 100%;
    padding: 12px 0;
  }
  .table_wrap .td {
    width: 100%;
    border-right: none;
  }
  .table_wrap .tit {
    font-size: 13px;
    width: 60px;
  }
  .table_wrap .input_wrap {
    width: calc(100% - 60px);
  }
  .btnTxt_wrap {
    font-size: 15px;
    gap: 15px;
    padding: 0;
  }
  .btnTxt_wrap .date input {
    height: 36px;
  }
  .btnTxt_wrap .right_txt,
  .btnTxt_wrap .bold_txt {
    text-align: center;
  }
  .btnTxt_wrap .bold_txt {
    font-size: 18px;
    margin-top: 14px;
  }
  .section_title {
    font-size: 20px;
  }
  .txt_sign {
    justify-content: space-between;
    font-size: 13px;
  }
  .btnTxt_wrap .info_txt {
    font-size: 14px;
    line-height: 1.3em;
  }
  .agreeReceive_wrap .btBtn_wrap {
    flex-wrap: wrap;
    gap: 7px;
    padding: 20px 0;
  }
  .agreeReceive_wrap .btBtn_wrap button {
    padding: 0 5px;
    height: 38px;
    max-width: 140px;
    min-width: 112px;
    width: calc((100% - 14px) / 3);
  }
  .agreeReceive_wrap .btBtn_wrap > * + * {
    margin-left: 0;
  }
}
@media screen and (max-width: 380px) {
  .w2 {
    width: 100%;
  }
  .topTilte {
    font-size: 16px;
  }
  .formList.type_has-sTh:not(:nth-child(even)) {
    border-right: none;
  }
  .infoForm_wrap .formList .sTd_wrap select,
  .infoForm_wrap .formList .sTd_wrap input {
    height: 35px;
  }
}
@media screen and (max-width: 360px) {
  .txt_sign {
    flex-wrap: wrap;
  }
  .txt_box .name {
    width: calc(100% - 60px);
  }
}
