@charset "UTF-8";
@font-face {
  font-family: "NanumSquare";
  src: url("/static/lrtp/font/nanumsquareb-43ff50e96a2153d53464ac31f1cad868.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "NanumSquare";
  src: url("/static/lrtp/font/nanumsquareeb-37ef925eec348457a88bbe58b382ec3b.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "NanumSquare";
  src: url("/static/lrtp/font/NanumSquareR-827dec728a1cc04403056c2d5b45dbcc.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "NanumSquare";
  src: url("/static/lrtp/font/NanumSquareNewR-6520f788c399faa8f96e39a6b10dcefe.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "HyundaiSansHeadBold";
  src: url("/static/lrtp/font/HyundaiSansHeadBold-972cc479e40df3cafbb7095921f70fa1.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: keep-all;
}

html {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  min-width: 1280px;
  margin: 0;
  padding: 0;
  font-family: "NanumSquare", "맑은 고딕", "Malgun Gothic", sans-serif !important;
  font-size: 15px;
  color: #1d1d1d;
  line-height: 1.5;
  letter-spacing: 0;
  word-break: keep-all;
  word-wrap: break-word;
  -webkit-tap-highlight-color: transparent;
  scroll-behavior: smooth;
}

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

div, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6, p, form, figure, figcaption {
  margin: 0;
  padding: 0;
}

fieldset, hr {
  display: block;
  margin: 0;
  padding: 0;
  border: 0 none;
}

input, select {
  max-width: 100%;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input, select, button, textarea, optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

a {
  color: inherit;
  text-decoration: none;
}

:focus {
  outline: 2px dashed var(--secondary30);
  outline-offset: 2px;
}

button {
  padding: 0;
  border: 0 none;
  background: none;
  cursor: pointer;
}

img {
  max-width: 100%;
  border: 0 none;
  font-size: 0;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

.caption, legend {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
}

.blind, .sr-only {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

hr, legend, caption {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

i, address {
  font-style: normal;
}

:root {
  --white:#fff;
  --black:#000;
  --primary:#002C5F;
  --secondary:#2DC0F0;
  --tertiary:#111;
  --text-primary:#030712;
  --text-secondary:#4B5563;
  --fz-title-xsm:14px;
  --fz-title-sm:16px;
  --fz-title-md:18px;
  --fz-title-lg:20px;
  --fz-title-xlg:24px;
  --fz-title-xxlg:32px;
  --fz-body-sm:14px;
  --fz-body-md:16px;
  --fz-body-lg:18px;
  --fz-detail-xsm:12px;
  --fz-detail-sm:13px;
  --fz-detail-md:14px;
  --fz-detail-lg:16px;
  --fz-detail-xlg:17px;
  --fz-label-xsm:12px;
  --fz-label-sm:13px;
  --fz-label-md:14px;
  --fz-label-lg:15px;
  --gray-5:#F9FAFB;
  --gray-10:#F3F4F6;
  --gray-20:#E5E7EB;
  --gray-30:#D1D5DB;
  --gray-40:#9CA3AF;
  --gray-50:#6B7280;
  --gray-60:#4B5563;
  --gray-70:#374151;
  --gray-80:#1F2937;
  --gray-90:#111827;
  --gray-95:#0A0A0A;
}

.box-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.box-checkbox .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.box-checkbox .label::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/static/lrtp/img/icon-checkbox-unchecked-98273d09c2636db5103a55fbb468fb8b.svg") center no-repeat;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.box-checkbox input:checked + .label::before {
  background-image: url("/static/lrtp/img/icon-checkbox-checked-a984523a98119771ff77754ae2c52517.svg");
}

.check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.check .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.check .label::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("/static/lrtp/img/icon-checkbox-unchecked-98273d09c2636db5103a55fbb468fb8b.svg") center no-repeat;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.check input:checked + .label::after {
  background-image: url("/static/lrtp/img/icon-checkbox-checked-a984523a98119771ff77754ae2c52517.svg");
}

.terms-checkbox-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.secondary-md-btn, .primary-md-btn, .outline-md-btn, .primary-outline-md-btn {
  height: 48px;
}

.secondary-sm-btn, .primary-sm-btn, .outline-sm-btn, .primary-outline-sm-btn {
  height: 40px;
}

.secondary-xsm-btn, .primary-xsm-btn, .outline-xsm-btn, .primary-outline-xsm-btn {
  height: 32px;
}

.primary-outline-sm-btn, .primary-outline-md-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 10px 16px;
  color: var(--secondary);
  border-radius: 2px;
  border: 2px solid var(--secondary);
  background: #FFF;
  line-height: 140%;
  letter-spacing: -0.4px;
}

.primary-outline-sm-btn {
  font-size: 15px;
  font-weight: 500;
}

.primary-outline-md-btn {
  font-size: 15px;
  font-weight: 700;
}

.primary-outline-sm-btn:active, .primary-outline-md-btn:active {
  border: 2px solid var(--secondary);
}

.outline-sm-btn, .outline-md-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 10px 16px;
  color: var(--gray-70);
  border-radius: 2px;
  border: 1px solid #CCC;
  background: #FFF;
  line-height: 140%;
  letter-spacing: -0.4px;
}

.outline-sm-btn {
  font-size: 15px;
  font-weight: 500;
}

.outline-sm-btn:active, .outline-md-btn:active {
  border: 1px solid var(--gray-40);
}

.secondary-xsm-btn ,.secondary-sm-btn, .secondary-md-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 14px 10px;
  background: var(--tertiary);
  color: #FFF;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.secondary-xsm-btn {
	font-size: 13px;
}

.secondary-sm-btn:active, .secondary-md-btn:active {
  background: var(--gray-80);
}

.primary-xsm-btn, .primary-sm-btn, .primary-md-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  padding: 14px 10px;
  background: var(--secondary);
  color: #FFF;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.4px;
}

.primary-md-btn:active,
.primary-xsm-btn:active,
.primary-sm-btn:active {
  background: #12afe2;
}
.primary-md-btn:disabled,
.primary-xsm-btn:disabled,
.primary-sm-btn:disabled {
  background: var(--gray-40);
}
.primary-xsm-btn {
	font-size: 13px;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1080px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2000;
}
.modal h3 {
  font-size: 19px;
}
.modal h4 {
  font-size: 17px;
}
.modal h5 {
  font-size: 15px;
}
.modal .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: white;
  width: 80%;
  max-width: 800px;
  padding: 24px;
  border-radius: 8px;
  position: relative;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
}
.modal .modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.modal .close-modal-btn {
  position: absolute;
  top: 24px;
  right: 24px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
}
.modal img {
  width: 32px;
  height: 32px;
}
.modal .countdown img {
	width: 18px;
}
.table-row-container {
  width: 1200px;
  margin: 0 auto;
}
.table-row-container table {
  width: 100%;
}
.table-row-container table th {
  height: 64px;
  padding: 0 16px;
  text-align: left;
  background: var(--gray-5);
  border-top: 1px solid var(--gray-30);
  border-bottom: 1px solid var(--gray-30);
  color: #1D1D1D;
  font-size: 15px;
  font-weight: 800;
  line-height: 150%;
}
.table-row-container table th.comment span {
  color: var(--gray-50);
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}
.table-row-container table th i.required {
  padding-right: 6px;
  color: var(--secondary);
  font-size: 15px;
  font-weight: 800;
  vertical-align: sub;
}
.table-row-container table td {
  height: 64px;
  padding: 0 16px;
  text-align: left;
  background: var(--white);
  border-top: 1px solid var(--gray-30);
  border-bottom: 1px solid var(--gray-30);
  color: #1D1D1D;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

.table-row-container table .select-area {
  width: 230px;
}
.table-row-container table .select-area .form-select {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid var(--gray-20);
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
  background: #fff url("/static/lrtp/img/icon-select-arrow-7829aabecce570db5b2f46242d5b176d.svg") no-repeat center right 16px/20px;
  color: var(--gray-90);
}
.table-row-container table .select-area .form-select:focus {
  border-color: var(--secondary);
  border-width: 1px;
}
.table-row-container table .select-area .form-select option {
  padding: var(--spacer-2);
}
.table-row-container table .select-area .form-select option:disabled {
  color: #888;
}
.table-row-container table .editor-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 760px;
}
.table-row-container table .editor-area textarea {
  width: 100%;
  height: 744px;
  padding: 16px;
  resize: none;
  border: 1px solid var(--gray-20);
  white-space: pre-wrap;
  color: var(--gray-80);
  font-size: 15px;
  font-weight: 500;
  line-height: 170%;
}
.table-row-container table .editor-area .proposal-textarea.default-text {
  opacity: 0.7;
}
.table-row-container table .file-upload-wrap {
  margin: 8px 0;
}
.table-row-container table .file-upload-wrap .file-upload-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  width: 100%;
  height: 180px;
  border: 1px dashed #BCBCBC;
  background: var(--white);
  cursor: pointer;
  border-radius: 2px;
}
.table-row-container table .file-upload-wrap .file-upload-area:hover {
  border-color: var(--secondary);
}
.table-row-container table .file-upload-wrap .file-upload-area > p {
  color: var(--gray-80);
  font-size: 15px;
  font-weight: 500;
}
.table-row-container table .file-upload-wrap .file-upload-btn {
  width: 88px;
  margin: 0 auto;
}
.table-row-container table .file-upload-wrap .file-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
.table-row-container table .file-upload-wrap .file-total .file-count {
  color: var(--gray-90);
  font-weight: 600;
}
.table-row-container table .file-upload-wrap .file-total .file-count i {
  color: var(--secondary);
}
.table-row-container table .file-upload-wrap .file-total .remove-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 20px;
}
.table-row-container table .file-upload-wrap .file-total .remove-all img {
  width: 18px;
}
.table-row-container table .file-upload-wrap .file-total .remove-all span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #bd4353;
}
.table-row-container table .file-upload-wrap .file-list,
.table-row-container table .file-download-area .file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}
.table-row-container table .file-upload-wrap .file-list li,
.table-row-container table .file-download-area .file-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 16px;
  border-radius: 2px;
  border: 1px solid var(--gray-30);
}
.table-row-container table .file-upload-wrap .file-list li .file-name,
.table-row-container table .file-download-area .file-list li .file-name {
  color: var(--gray-80);
  font-size: 14px;
  font-weight: 500;
}
.table-row-container table .file-download-area .file-list li .file-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.table-row-container table .file-upload-wrap .file-list li .file-delete img {
  width: 18px;
  height: 18px;
}
.table-row-container table .file-upload-wrap .file-list li .file-delete span {
	line-height: 0;
}

/* 크롬, 엣지, 사파리 브라우저 */
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=password] {
  font-family: "Malgun Gothic";
}
input[type=password]::-webkit-input-placeholder {
  font-family: "NanumSquare";
}
input[type=password]::-webkit-input-placeholder, input[type=password]::-moz-placeholder, input[type=password]:-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=password]::placeholder {
  font-family: "NanumSquare";
}
input[type=text], input[type=number], input[type=password] {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  color: var(--gray-80);
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
  border-radius: 2px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
  color: var(--gray-50);
}
input[type=text]::-webkit-input-placeholder, input[type=number]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder, input[type=text]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=text]:-ms-input-placeholder, input[type=number]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder, input[type=text]::-ms-input-placeholder, input[type=number]::-ms-input-placeholder, input[type=password]::-ms-input-placeholder, input[type=text]::placeholder, input[type=number]::placeholder, input[type=password]::placeholder {
  color: var(--gray-50);
}
input[type=text]:focus, input[type=number]:focus, input[type=password]:focus {
  border: 1.2px solid var(--secondary);
}

/* 파이어폭스 브라우저 */
.input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.input-wrap input {
  width: 250px;
}
.input-wrap button {
  width: 110px;
  border-radius: 2px;
}

.textarea-area {
  position: relative;
  width: 100%;
  height: 160px;
  padding: 8px 0;
}
.textarea-area textarea {
  width: 100%;
  height: 100%;
  resize: none;
  padding: 16px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  scrollbar-width: thin;
}
.textarea-area .char-counter {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  color: var(--gray-50);
}
.textarea-area .char-counter i {
  color: var(--gray-90);
}

.comm-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  color: var(--text-primary);
  font-size: 19px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.475px;
}
.comm-title::before {
  content: "";
  width: 4px;
  height: 18px;
  background: var(--secondary);
}

/* Chrome, Edge, Safari */
input:-webkit-autofill {
  background-color: transparent !important;
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

/* Firefox */
input:-moz-autofill {
  background-color: transparent !important;
}

/* Global 스타일 (일부 브라우저 대응) */
input:-webkit-autofill {
  background-color: transparent !important;
}
input:autofill {
  background-color: transparent !important;
}

.table-normal-container table th {
  height: 40px;
  border-top: 1px solid var(--gray-50);
  border-bottom: 1px solid var(--gray-50);
  font-size: 15px;
  font-weight: 600;
}
.table-normal-container table tbody tr {
  height: 56px;
}
.table-normal-container table tbody tr td {
  min-height: 56px;
  border-bottom: 1px solid var(--gray-20);
  color: var(--gray-90);
}
.table-normal-container table .point {
  color: var(--secondary);
}
.table-normal-container table .bold {
  font-weight: 700;
}
.table-normal-container table .text-left {
  text-align: left;
}
.table-normal-container table .text-center {
  text-align: center;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.pagination .page-navi {
  display: none;
  width: 36px;
  height: 36px;
}
.pagination .page-navi:disabled {
  opacity: 0.4;
}
.pagination .page-navi img {
  width: 36px;
  height: 36px;
}
.pagination .page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.pagination .page-links .page-link {
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  color: var(--gray-80);
  font-size: 14px;
  font-weight: 700;
}
.pagination .page-links .page-link:hover {
	background: transparent;
}
.pagination .page-links .page-link:active,
.pagination .page-links .page-link:focus {
	outline: none !important;
	background: transparent;
	border: 0 !important;
	box-shadow: 0 !important;
}
.pagination .page-links .page-link.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
  border-radius: 2px;
  background: #2DC0F0;
  line-height: 0;
}

.datepicker-area {
  position: relative;
  width: 250px;
}
.datepicker-area #datepicker {
  position: relative;
  z-index: 10;
  background: transparent;
}
.datepicker-area img {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

.ui-datepicker {
	background: #fff;
	z-index: 4 !important;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 8px 0;
  background: #fff;
  border-bottom: 1px solid var(--gray-20);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-weight: 400;
  font-size: 14px;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  border: 0;
  text-align: center;
  font-size: 15px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 12px;
  width: 20px;
  height: 20px;
}

.ui-datepicker th {
  font-size: 13px;
  font-weight: 400;
  color: var(--gray-60);
}

.ui-state-default, .ui-widget-content .ui-state-default {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  background: #fff;
  border: 0;
  text-align: center;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  color: var(--secondary);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active, .ui-button:active {
  border: 1px solid var(--secondary);
  background: var(--secondary);
  font-weight: normal;
  color: #ffffff;
}

.ui-state-hover:hover {
  border: 1px solid var(--secondary);
  background: var(--secondary);
  font-weight: normal;
  color: #ffffff;
}

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
}

.ui-datepicker-prev:hover,
.ui-datepicker-next:hover {
  background: none;
  border: 0;
}

.ui-datepicker .ui-datepicker-prev {
  left: 0;
}

.ui-datepicker .ui-datepicker-next {
  right: 0;
}

.ui-widget-header .ui-datepicker-prev .ui-icon {
  width: 20px;
  height: 20px;
  background: url("/static/lrtp/img/icon-datepicker-prev-0a412d3f2afbd580b20db98d6e887e7f.svg") no-repeat top center;
  background-position: 0 0;
}

.ui-widget-header .ui-datepicker-next .ui-icon {
  width: 20px;
  height: 20px;
  background: url("/static/lrtp/img/icon-datepicker-next-f0cd1c3aec2347ff6e983b9068aac6c5.svg") no-repeat top center;
  background-position: 0 0;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -11px;
  top: 50%;
  margin-top: -11px;
}
.datepicker-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}
.datepicker-wrap > button {
	width: 110px;
}
.tabs .tab-pane {
  display: none;
}
.tabs .tab-pane.active {
  display: block;
}

/*공통얼럿*/
.bootbox-alert .modal-dialog .modal-content,
.bootbox-confirm .modal-dialog .modal-content {
	min-width: 500px;
	padding: 0;
}
.bootbox-alert .modal-dialog .modal-body,
.bootbox-confirm .modal-dialog .modal-body {
	padding: 40px 20px;
}
.bootbox-alert .modal-dialog .modal-body .msg-area,
.bootbox-confirm .modal-dialog .modal-body .msg-area {
	color: var(--gray-70);
	font-size: 16px;
	font-weight: 400;
	line-height: 160%;
}
.bootbox-alert .modal-dialog .modal-content .modal-header,
.bootbox-confirm .modal-dialog .modal-content .modal-header {
	height: 48px;
	padding: 0 20px;
	background: #E9F6FA;
	border-bottom: 0;
}
.bootbox-alert .modal-dialog .modal-content .modal-header .modal-title,
.bootbox-confirm .modal-dialog .modal-content .modal-header .modal-title {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #0A0A0A;
	font-size: 16px;
	font-weight: 700;
}
.bootbox-alert .modal-dialog .modal-content .modal-header .modal-title.title-information::before,
.bootbox-confirm .modal-dialog .modal-content .modal-header .modal-title.title-information::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('/static/lrtp/img/icon-alert-infomation-af048171d48b3dc64809b6502ae53564.svg') no-repeat top center;
}
.bootbox-alert .modal-dialog .modal-content .modal-header .modal-title.title-confirm::before,
.bootbox-confirm .modal-dialog .modal-content .modal-header .modal-title.title-confirm::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('/static/lrtp/img/icon-alert-confirm-0e55d6793f16a4483a386e31ad715469.svg') no-repeat top center;
}
.bootbox-alert .modal-dialog .modal-content .modal-header .modal-title.title-warning::before,
.bootbox-confirm .modal-dialog .modal-content .modal-header .modal-title.title-warning::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('/static/lrtp/img/icon-alert-warning-763550c585557f035c94dc222bdf5b8d.svg') no-repeat top center;
}
.bootbox-alert .modal-dialog .modal-content .modal-header .modal-title.title-success,
.bootbox-confirm .modal-dialog .modal-content .modal-header .modal-title.title-success,
.bootbox-alert .modal-dialog .modal-content .modal-header .modal-title.title-information,
.bootbox-confirm .modal-dialog .modal-content .modal-header .modal-title.title-information,
.bootbox-alert .modal-dialog .modal-content .modal-header .modal-title.title-warning,
.bootbox-confirm .modal-dialog .modal-content .modal-header .modal-title.title-warning,
.bootbox-alert .modal-dialog .modal-content .modal-header .modal-title.title-confirm,
.bootbox-confirm .modal-dialog .modal-content .modal-header .modal-title.title-confirm {
	transform: translateX(-5px);
}
.bootbox-alert .modal-dialog .modal-content .modal-header .modal-title.title-success::before,
.bootbox-confirm .modal-dialog .modal-content .modal-header .modal-title.title-success::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('/static/lrtp/img/icon-alert-success-1bca1ef18356f97202b3fe531d817c81.svg') no-repeat top center;
}
.bootbox-alert .modal-dialog .btn-close,
.bootbox-confirm .modal-dialog .btn-close {
    box-sizing: content-box;
    width: 24px;
    height: 24px;
    padding: 0;
    color: #000;
    background: transparent url('/static/lrtp/img/icon-alert-close-499cc5c4eff91f5f3ce0821520508c5c.svg') no-repeat top center / 24px;
    border: 0;
    border-radius: 2px;
	opacity: 1;
}
.bootbox-alert .modal-dialog .modal-content .modal-footer,
.bootbox-confirm .modal-dialog .modal-content .modal-footer {
	justify-content: center;
	gap: 12px;
	padding: 0 0 30px 0;
	border-top: 0;
}
.bootbox-confirm .modal-dialog .modal-content .modal-footer {
	margin-top: 10px;
}
.bootbox-confirm .modal-dialog .modal-content .modal-footer .outline-md-btn {
	color: var(--gray-60);
	font-weight: bold;
	border: 1px solid #e3e3e3;
}
.bootbox-alert .modal-dialog .modal-content .modal-footer button,
.bootbox-confirm .modal-dialog .modal-content .modal-footer button {
	width: 100px;
	margin: 0;
}


.clear.disabled svg path {
	stroke: #999;
}

/*공통팝업*/
.comm-modal .modal-content {
  max-width: 650px !important;
  padding: 30px;
}
.comm-modal .comm-modal-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 21px !important;
}
.comm-modal .table-row-container {
  width: 100%;
}
.comm-modal .table-row-container table th {
  height: 56px;
  padding: 0 20px;
  border-top: 1px solid var(--gray-20);
  border-bottom: 1px solid var(--gray-20);
}
.comm-modal .table-row-container table td {
	max-width: 678px;
  height: 56px;
  padding: 16px 20px;
  border-top: 1px solid var(--gray-20);
  border-bottom: 1px solid var(--gray-20);
  color: var(--gray-70);
}
.comm-modal .modal-body > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.comm-modal .button-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.comm-modal .button-area button {
  width: 140px;
}
.comm-modal .content-description {
  color: var(--gray-90);
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.comm-modal .content-description i {
  color: var(--secondary);
}
.select-area {
  width: 100%;
}
.select-area .form-select {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--gray-20);
  border-radius: 2px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: border-color 0.1s ease;
  transition: border-color 0.1s ease;
  background: #fff url("/static/lrtp/img/icon-select-arrow-7829aabecce570db5b2f46242d5b176d.svg") no-repeat center right 16px/18px;
  color: var(--gray-90);
}
.select-area .form-select:focus {
  border-color: var(--secondary);
  border-width: 1px;
}
.select-area .form-select option {
  padding: var(--spacer-2);
}
.select-area .form-select option:disabled {
  color: #888;
}

.download a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4px;
}
.download span {
  color: var(--gray-90);
  font-size: 15px;
  font-weight: 500;
}

.tab-menu-ver1 .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}
.tab-menu-ver1 .tab-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 40px;
  border-bottom: 1px solid var(--gray-30);
  color: var(--gray-60);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.tab-menu-ver1 .tab-menu li.active {
  color: var(--gray-90);
  border-bottom: 0;
  border-top: 1px solid var(--gray-50);
  border-left: 1px solid var(--gray-50);
  border-right: 1px solid var(--gray-50);
  border-radius: 4px 4px 0px 0px;
}

.file-upload-ver02 {
  margin: 8px 0;
}
.file-upload-ver02 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.file-upload-ver02 .inner input {
  width: calc( 100% - 108px );
  height: 40px;
  font-size: 14px;
}
.file-upload-ver02 .inner button {
  width: 100px;
}
.file-upload-ver02 .file-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
.file-upload-ver02 .file-total .file-count {
  color: var(--gray-90);
  font-weight: 600;
}
.file-upload-ver02 .file-total .file-count i {
  color: var(--secondary);
}
.file-upload-ver02 .file-total .remove-all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 20px;
}
.file-upload-ver02 .file-total .remove-all img {
  width: 18px;
}
.file-upload-ver02 .file-total .remove-all span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #bd4353;
}
.file-upload-ver02 .file-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-top: 8px;
}
.file-upload-ver02 .file-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  border-radius: 2px;
  border: 1px solid var(--gray-30);
}
.file-upload-ver02 .file-list li .file-name {
  	color: var(--gray-80);
  	font-size: 14px;
  	font-weight: 500;
  	width: 460px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.file-upload-ver02 .file-list li .file-delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.file-upload-ver02 .file-list li .file-delete img {
  width: 18px;
}
.file-upload-ver02 .file-list li .file-delete span {
	font-size: 14px;
}

table .answer-row {
  background: var(--gray-5);
}
table .answer-row .answer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 90px;
}
table .answer-row .answer-content strong {
  font-size: 15px;
  font-weight: 500;
}
table .answer-row .answer-content p {
  color: var(--gray-80);
  font-size: 15px;
}

input[type=text]:-moz-read-only, input[type=number]:-moz-read-only, input[type=password]:-moz-read-only {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}

input[type=text]:read-only,
input[type=number]:read-only,
input[type=password]:read-only,
textarea:read-only {
  background: #f5f5f5 !important;
  border: 1px solid #e5e5e5;
}

.radio-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.radio-area .box-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.radio-area .box-radio .label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.radio-area .box-radio .label::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url("/static/lrtp/img/icon-radio-unchecked-08a5128a09e086fcaf0fd5f6e13982ec.svg") center no-repeat;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.radio-area .box-radio input:checked + .label::before {
  background-image: url("/static/lrtp/img/icon-radio-checked-b613f457005a491b51ac5a92e731077f.svg");
}

.radio-area .box-radio input:disabled:checked + .label::before {
  background-image: url("/static/lrtp/img/icon-radio-disabled-6eea795fb8a828246d4b6bd36c0c1744.svg");
}

.datepicker-area img {
  width: 24px;
  height: 24px;
}

.download-text img {
  width: 28px;
  height: 28px;
}

.download img {
  width: 24px;
  height: 24px;
}

.comm-scroll-modal {
  overflow: hidden scroll;
  background: rgba(0, 0, 0, 0.7);
  scrollbar-width: none;
}
.comm-scroll-modal::-webkit-scrollbar {
  display: none;
}
.comm-scroll-modal {
  overflow: hidden scroll;
  background: rgba(0, 0, 0, 0.7);
  scrollbar-width: thin;
  scrollbar-color: rgb(105, 105, 105) rgba(90, 90, 90, 0.8);
}
.textarea-area ,
.textarea-area textarea ,
.contact-detail-area-v2 .detail-body-area .text-area p,
.comm-detail-area .detail-body-area .file-download-area,
#modalNoticeReg .file-upload-ver02 .file-list,
.pps-answer-area .file-upload-ver02 .file-list,
.ck-editor__main,
.comm-detail-area .detail-header-area .title,
.title-textarea-area textarea {
	  scrollbar-color: rgb(150, 150, 150) rgba(255, 255, 255, 0.6) !important;
}
.textarea-area textarea {
	  scrollbar-color: rgb(150, 150, 150) rgba(240, 240, 240, 0.8) !important;
}
.comm-modal .comm-detail-area .detail-body-area .file-download-area .inner ul li .download-text strong,
.comm-modal .download span {
	font-size: 14px;
}
.comm-modal .download span {
	line-height: 0;
}
.comm-modal .download img {
	width: 20px;
	height: 20px;
}
.comm-scroll-modal .modal-content {
  top: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  margin: 60px 0 60px;
}
#modalNoticeDetail .modal-content {
	margin: 60px 0 60px;
}
#modalAnswerRegister .modal-content:nth-child(1) {
	margin: 60px 0 20px;
}
#modalAnswerRegister .modal-content:nth-child(2) {
	margin: 0 0 60px;
}
.modal-body {
    padding: 0;
}
.pagination .page-links .page-link {
	display: flex;
	align-items: center;
	justify-content: center;
}
.table-normal-container table .middle {
	font-weight: 500;
}

.ck-read-only {
	background: #f5f5f5 !important;
}
select:disabled {
	background: #f5f5f5 !important;
}
textarea:focus {
	border: 1.2px solid var(--secondary);
}
textarea:read-only {
	border: 0;
}
.file-control-area {
	display: flex;
	align-items: center;
	gap: 12px;
}
.down-all img {
	width: 20px;
}
.down-all span {
	font-size: 14px;
    font-weight: 600;
	color: #3380e3;
}
.download button img {
	width: 20px;
}
.download button span {
	font-size: 14px;
	font-weight: 500;
	color: #3380e3;
}
.download-list li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}
.file-download-area {
	margin: 16px 0 8px;
}
.file-download-area .file-count i {
	font-weight: 600;
	font-size: 15px;
}
.file-delete {
	color: #bd4353;
	font-weight: 500;
	font-size: 14px;
}
.download-text {
	display: flex;
	align-items: center;
	gap: 4px;
}
.file-count i {
	color: var(--secondary);
}
.file-upload-ver02 .inner .download button {
	width: auto;
}
.file-upload-ver02 .file-download-area {
    margin: 8px 0 8px;
}
.file-control-area .inner span i {
	font-weight: 600;
}
.table-row-container table .file-download-area .file-list {
	width: 100%;
}
.file-total .remove-all {
	transform: translateX(2px);
}
.modal-file-scroll .file-list.has-scroll {
	padding-right: 10px;
}
.file-upload-ver02 .file-total.scroll-on .remove-all {
	transform: translateX(-18px);
}
.file-upload-ver02 .file-total .down-all {
	transform: translateX(-22px);
}
.file-upload-ver02 .file-total.scroll-on .down-all {
	transform: translateX(-42px);
}
 .contact-detail-area-v2 .inner .file-list {
	overflow: auto;
	max-height: 120px;
	scrollbar-width: thin;
}
 .contact-detail-area-v2 .inner .file-list.has-scroll {
	padding-right: 10px;
}
.contact-detail-area-v2 .file-upload-ver02 .file-total .down-all {
	transform: translateX(-21px);
}
.contact-detail-area-v2 .file-upload-ver02 .file-total.scroll-on .down-all {
	transform: translateX(-41px);
}
.file-upload-ver02 .file-list.has-scroll li .file-name {
	width: 468px;
}
#drawContents {
	overflow: auto;
	max-height: 180px;
	scrollbar-width: thin;
	padding-right: 15px;
}
#modalQuestion .textarea-area {
    height: 156px;
	padding: 0;
}
#modalQuestion .textarea-area textarea {
	padding: 0;
}
#modalQuestion .textarea-area textarea:read-only {
	background: var(--white) !important
}
.notice-list-area,
.faq-list-area,
.contact-area {
	min-height: calc(100vh - 354px);
}
#modalNoticeReg .file-upload-ver02 .file-list li .file-name {
	width: 400px;
}
#modalNoticeReg .file-upload-ver02 .file-total .down-all {
    transform: translateX(3px);
}
#modalNoticeReg .file-upload-ver02 .file-total.scroll-on .down-all {
	transform: translateX(-17px);
}
.title-textarea-area textarea {
	width: 100%;
	height: 50px;
	resize: none;
	padding: 12px;
	scrollbar-width: thin;
	border: 1px solid #E5E7EB;
}