/* ===== Usage =====
div {
  You can pass width && height
  @include box(200px, 300px);
  or just pass width and the height
     will default to the width value
  @include box(200px);
}
*/
/* ===== Usage =====
.vertical-centered-element {
  @include flex-center-vert;
}

.horizontally-centered-element {
  flex-direction: column;
  @include flex-center-vert;
}
*/
/* font-size, line-height, letter-spacing

 ===== Usage =====
p {
  @include font-size(12, 18, 1.2);
  // returns
  font-size: 12px;
  line-height: 1.5; // 18 / 12
  letter-spacing: 0.1em;
}
*/
.toastui-editor-toolbar *:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: revert;
}

.ui-datepicker {
  z-index: 100 !important;
}

* {
  font-family: "NotoSansKR", sans-serif;
  color: #111;
}

a {
  text-decoration: none;
}

.ac {
  text-align: center !important;
  justify-content: center !important;
}

.al {
  text-align: left !important;
  justify-content: left !important;
}

.ar {
  text-align: right !important;
  justify-content: right !important;
}

button {
  cursor: pointer;
}
button:disabled {
  cursor: no-drop;
}

.pointColor {
  color: #3a4b61;
}

.colorRise {
  color: #d21212;
}

.colorDrop {
  color: #1d4f90;
}

.informationText {
  display: block;
  padding-top: 8px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin: 0;
  color: #d21212;
}

select {
  height: 28px;
  padding: 0 30px 0 8px;
  line-height: 26px;
  border: 1px solid #ccc;
  font-size: 13px;
  vertical-align: top;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cg transform='translate(-380 -197.072)'%3E%3Cpath d='M429.518,255l-3.947,5-3.947-5Z' transform='translate(-30.57 -45.428)' fill='%23666'/%3E%3Cpath d='M0,0H30V30H0Z' transform='translate(380 197.072)' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 100% 50%;
  cursor: pointer;
  white-space: nowrap;
}
.innerList select {
  height: 28px;
  line-height: 26px;
}

.dateField {
  display: inline-block;
}
.dateField ~ input,
.dateField ~ span,
.dateField ~ select,
.dateField ~ .dateField,
.dateField ~ .btn, .dateField ~ button[type=button] {
  margin-left: 6px;
}
.dateField ~ span {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  vertical-align: top;
}

input[type=text], input[type=number], input[type=email], input[type=date], input[type=password], input[type=file] {
  max-width: 100%;
  height: 28px;
  padding: 0 8px 0 8px;
  line-height: 26px;
  border: 1px solid #ccc;
  font-size: 13px;
  vertical-align: middle;
  text-align: initial;
}
input[type=text].validator-error-highlight, input[type=number].validator-error-highlight, input[type=email].validator-error-highlight, input[type=date].validator-error-highlight, input[type=password].validator-error-highlight, input[type=file].validator-error-highlight {
  border: 1px solid #d21212;
}
input[type=text]::placeholder, input[type=number]::placeholder, input[type=email]::placeholder, input[type=date]::placeholder, input[type=password]::placeholder, input[type=file]::placeholder {
  color: #777;
}
input[type=text].datepicker, input[type=number].datepicker, input[type=email].datepicker, input[type=date].datepicker, input[type=password].datepicker, input[type=file].datepicker {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' viewBox='0 0 34 34'%3E%3Cg transform='translate(-1336.16 -238.072)'%3E%3Cg transform='translate(1344.16 246.072)'%3E%3Crect width='2' height='2' transform='translate(4 7.98)' fill='%237e8286'/%3E%3Crect width='2' height='2' transform='translate(12 7.98)' fill='%237e8286'/%3E%3Crect width='2' height='2' transform='translate(8 7.98)' fill='%237e8286'/%3E%3Crect width='2' height='2' transform='translate(4 11.98)' fill='%237e8286'/%3E%3Crect width='2' height='2' transform='translate(12 11.98)' fill='%237e8286'/%3E%3Crect width='2' height='2' transform='translate(8 11.98)' fill='%237e8286'/%3E%3Cpath d='M1242,248v18h18V248Zm16,16h-14V253.983h14Zm0-13.767v1.75h-14V250h14Z' transform='translate(-1242 -248)' fill='%237e8286'/%3E%3C/g%3E%3Crect width='34' height='34' transform='translate(1336.16 238.072)' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  z-index: 40;
}
.innerList input[type=text], .innerList input[type=number], .innerList input[type=email], .innerList input[type=date], .innerList input[type=password], .innerList input[type=file] {
  height: 28px;
  line-height: 26px;
  padding: 0 4px;
}
input + .info {
  display: block;
  padding-top: 8px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin: 0;
  color: #d21212;
}
input ~ img {
  vertical-align: middle;
  margin-left: 6px;
}

textarea {
  width: 100%;
  max-width: 100%;
  height: 100px;
  padding: 4px 8px 4px 8px;
  line-height: 22px;
  border: 1px solid #ccc;
  font-size: 13px;
  vertical-align: top;
}
textarea::placeholder {
  color: #777;
}
textarea + .info {
  display: block;
  padding-top: 8px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin: 0;
  color: #d21212;
}

.form-file .info {
  display: block;
  padding-top: 8px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin: 0;
  color: #d21212;
}
.form-file .filesName {
  padding-top: 12px;
  line-height: 22px;
  font-size: 13px;
}
.form-file .filesName strong {
  display: inline-block;
  font-weight: normal;
  color: #999;
}
.form-file .filesName span {
  display: inline-block;
  margin-left: 4px;
  text-decoration: underline;
  color: #444;
}
.form-file .filesName span a {
  margin-left: 4px;
}

label {
  display: inline-flex;
  align-items: center;
  font-size: 13px;
  line-height: 22px;
  cursor: pointer;
  vertical-align: top;
  accent-color: #3a4b61;
  text-indent: 4px;
}
label.file-label {
  justify-content: center;
  width: 100px;
  height: 36px;
  line-height: 34px;
  background: #3a4b61;
  border: 1px solid #3a4b61;
  color: #fff;
  text-align: center;
}
label input {
  background: #fff;
}
label input[type=file] {
  width: 0;
  height: 0;
  position: absolute;
  left: -50000000000000000em;
}
label input[type=radio] {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  vertical-align: top;
  transition: border ease-in-out 0.1s;
}
label input[type=radio]:checked {
  border: 5px solid #3a4b61;
}
label input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  vertical-align: top;
  transition: border ease-in-out 0.1s;
}
label input[type=checkbox]:checked {
  border-color: #3a4b61;
  background-color: #3a4b61;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.876' height='7.099' viewBox='0 0 9.876 7.099'%3E%3Cpath d='M310.143,234l-5.345,5.5-3.455-3.555' transform='translate(-300.805 -233.477)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

input {
  background: #fff;
  vertical-align: -3px;
}
input[type=radio] {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 50%;
  transition: border ease-in-out 0.1s;
}
input[type=radio]:checked {
  border: 5px solid #3a4b61;
}
input[type=checkbox] {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  transition: border ease-in-out 0.1s;
}
input[type=checkbox]:checked {
  border-color: #3a4b61;
  background-color: #3a4b61;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.876' height='7.099' viewBox='0 0 9.876 7.099'%3E%3Cpath d='M310.143,234l-5.345,5.5-3.455-3.555' transform='translate(-300.805 -233.477)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

select:not(label),
input:not(label),
label:not(label) {
  background-color: #fff;
}
select ~ span,
input ~ span,
label ~ span {
  display: inline-block;
  line-height: 28px;
  vertical-align: middle;
}
select ~ label.validator-error-message-block,
input ~ label.validator-error-message-block,
label ~ label.validator-error-message-block {
  display: block;
  padding-top: 8px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin: 0;
  color: #d21212;
}
select:disabled,
input:disabled,
label:disabled {
  background-color: #eee;
  border-color: #eee;
  color: #777;
  cursor: no-drop;
}

.hasDatepicker {
  cursor: pointer;
}

label:has(input:disabled) {
  color: #777;
  cursor: no-drop;
}

.btn2 {
  display: inline-block;
  padding: 0 12px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  background: none;
  border: 1px solid #3a4b61;
  color: #111;
  height: 28px;
  min-width: 100px;
  line-height: 28px;
  font-size: 13px;
}
.btn2.small {
  padding: 0 8px;
  min-width: 0;
}

.btn, button[type=button].btn {
  display: inline-block;
  padding: 0 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  vertical-align: top;
  white-space: nowrap;
  background: #1f1f1f;
  border: 1px solid #1f1f1f;
  color: #fff;
  height: 28px;
  min-width: 74px;
  line-height: 26px;
  font-size: 14px;
  /*~ .btn,~ button[type=button].btn {margin-left:6px;}*/
}
.btn.small, button[type=button].btn.small {
  padding: 0 8px;
  min-width: 0;
}
.innerList .btn, .innerList button[type=button].btn {
  height: 28px;
  line-height: 26px;
}
.btn:disabled, button[type=button].btn:disabled {
  cursor: no-drop;
  opacity: 0.8;
}
.btn.typeA, button[type=button].btn.typeA {
  background: #fff;
  border: 1px solid #c2c2c2;
  color: #777;
}
.btn.typeB, button[type=button].btn.typeB {
  background: #6e6e6e;
  border: 1px solid #6e6e6e;
}
.btn.typeC, button[type=button].btn.typeC {
  background: #1d4f90;
  border: 1px solid #1d4f90;
  color: #fff;
}
.btn.typeD, button[type=button].btn.typeD {
  background: #cde3ff;
  border: 1px solid #bad8ff;
  color: #1f1f1f;
}
.btn.sizeA, button[type=button].btn.sizeA {
  height: 36px;
  min-width: 150px;
  line-height: 34px;
  font-size: 14px;
}
.btn.sizeB, button[type=button].btn.sizeB {
  height: 20px;
  min-width: 40px;
  line-height: 18px;
  font-size: 12px;
}

.btnDel, button[type=button].btnDel {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 0;
  min-width: 0;
  line-height: 22px;
  border: 1px solid #666;
  cursor: pointer;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.546' height='9.546' viewBox='0 0 9.546 9.546'%3E%3Cg transform='translate(-497.229 -278.799)'%3E%3Cpath d='M7326.307,2011.863h12' transform='translate(-6105.324 4045.694) rotate(-45)' fill='none' stroke='%23666' stroke-width='1.5'/%3E%3Cpath d='M7326.307,2011.863h12' transform='translate(-3260.121 -6323.754) rotate(45)' fill='none' stroke='%23666' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-indent: -300000em;
}

.btnUpDown {
  display: inline-block;
  vertical-align: top;
}
.btnUpDown:after {
  content: "";
  display: block;
  clear: both;
}
.btnUpDown a, .btnUpDown button[type=button] {
  float: left;
  width: 28px;
  height: 28px;
  cursor: pointer;
  border: 1px solid #ddd;
  text-indent: -30000em;
  min-width: 0;
  line-height: 28px;
  padding: 0;
  background-color: #fff;
}
.btnUpDown a, .btnUpDown button[type=button] {
  position: relative;
}
.btnUpDown a:before, .btnUpDown button[type=button]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='7' viewBox='0 0 9 7'%3E%3Cpath d='M0,9,7,4.5,0,0Z' transform='translate(0 7) rotate(-90)' fill='%23666'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.btnUpDown a + a, .btnUpDown a + button[type=button], .btnUpDown button[type=button] + a, .btnUpDown button[type=button] + button[type=button] {
  margin-left: -1px;
}
.btnUpDown a + a, .btnUpDown a + button[type=button], .btnUpDown button[type=button] + a, .btnUpDown button[type=button] + button[type=button] {
  position: relative;
}
.btnUpDown a + a:before, .btnUpDown a + button[type=button]:before, .btnUpDown button[type=button] + a:before, .btnUpDown button[type=button] + button[type=button]:before {
  content: "";
  position: absolute;
  top: 1px;
  transform: rotate(180deg);
}

.tbl_search, .adminBoardView {
  table-layout: fixed;
  display: table;
  width: 100%;
  background: #fff;
}
.tbl_search .bottomButtonsTd, .adminBoardView .bottomButtonsTd {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.tbl_search .bottomButtons, .adminBoardView .bottomButtons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
}
td .tbl_search .bottomButtons, td .adminBoardView .bottomButtons {
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.tbl_search.fixed, .adminBoardView.fixed {
  table-layout: fixed;
}
.tbl_search th, .tbl_search td, .adminBoardView th, .adminBoardView td {
  padding: 4px 6px;
  border: 1px solid #ccc;
  font-size: 13px;
}
.tbl_search th, .adminBoardView th {
  width: 140px;
  text-align: center;
  font-weight: 500;
  background: #eee;
  vertical-align: middle;
}
.tbl_search td, .adminBoardView td {
  height: 28px;
  vertical-align: middle;
}
.tbl_search td .inputWithLeftText, .adminBoardView td .inputWithLeftText {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.tbl_search ~ .btnArea, .adminBoardView ~ .btnArea {
  padding-top: 20px;
  text-align: center;
}
.tbl_search .required, .adminBoardView .required {
  color: #d21212;
}
.tbl_search .informationText:first-of-type, .adminBoardView .informationText:first-of-type {
  padding-top: 0;
}
.tbl_search .link, .adminBoardView .link {
  color: #3a4b61;
  text-decoration: underline;
}
.tbl_search .addList, .adminBoardView .addList {
  padding-top: 8px;
}
.tbl_search .addList .addSection, .adminBoardView .addList .addSection {
  margin-top: 6px;
}
.tbl_search .addList .addSection.movieArea, .adminBoardView .addList .addSection.movieArea {
  position: relative;
  width: 362px;
}
.tbl_search .addList .addSection.movieArea iframe, .adminBoardView .addList .addSection.movieArea iframe {
  width: 362px;
  aspect-ratio: 16/9;
  vertical-align: top;
}
.tbl_search .addList .addSection.movieArea .btnDel, .adminBoardView .addList .addSection.movieArea .btnDel {
  position: absolute;
  right: 5px;
  top: 5px;
}
.tbl_search .fieldSection, .adminBoardView .fieldSection {
  padding-top: 6px;
}
.tbl_search .addImageItems .item, .adminBoardView .addImageItems .item {
  display: flex;
  margin-top: 8px;
}
.tbl_search .addImageItems .item > .preview, .adminBoardView .addImageItems .item > .preview {
  position: relative;
  width: 100px;
  height: 100px;
  flex-basis: 100px;
  margin-right: 10px;
  flex-grow: 0;
  flex-shrink: 0;
  background: #e5e5e5;
  border: 1px solid #ddd;
}
.tbl_search .addImageItems .item > .preview img, .adminBoardView .addImageItems .item > .preview img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.tbl_search .addImageItems .item > .preview .btnDel, .adminBoardView .addImageItems .item > .preview .btnDel {
  position: absolute;
  right: 2px;
  top: 2px;
}
.tbl_search .addImageItems .item .information, .adminBoardView .addImageItems .item .information {
  flex-grow: 0;
  width: 100%;
}
.tbl_search .addImageItems .item .information p, .adminBoardView .addImageItems .item .information p {
  line-height: 22px;
  font-size: 13px;
}
.tbl_search .addImageItems .item .information textarea, .adminBoardView .addImageItems .item .information textarea {
  height: 78px;
  width: 100%;
}
.tbl_search .innerFormArea, .adminBoardView .innerFormArea {
  padding: 0;
}
.tbl_search .innerFormArea table, .adminBoardView .innerFormArea table {
  position: relative;
  top: -1px;
}
.tbl_search .innerFormArea table tr:last-of-type td, .adminBoardView .innerFormArea table tr:last-of-type td {
  border-bottom: 0;
}
.tbl_search .innerFormArea table tr td:first-of-type, .adminBoardView .innerFormArea table tr td:first-of-type {
  border-left: 0;
}
.tbl_search .innerFormArea table tr td:last-of-type, .adminBoardView .innerFormArea table tr td:last-of-type {
  border-right: 0;
}

.adminBoardView + .adminBoardView {
  margin-top: 10px;
}

.listHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 8px;
}
.listHeader .total {
  font-weight: 500;
  font-size: 13px;
  line-height: 20px;
  color: #999;
}

.fillerDate {
  display: flex;
}
.fillerDate button[type=button] {
  margin-left: -1px;
  min-width: 80px;
}
.fillerDate button[type=button] ~ button[type=button] {
  margin-left: -1px;
}
.fillerDate button[type=button]:first-of-type {
  margin-left: 20px;
}

.adminBoardList {
  width: 100%;
  background: #fff;
  font-size: 13px;
}
.adminBoardList.fixed {
  table-layout: fixed;
}
.adminBoardList.fixed td, .adminBoardList.fixed th {
  word-break: break-all;
}
.adminBoardList thead tr th, .adminBoardList thead tr td {
  width: auto;
  padding: 8px 5px;
  background: #eee;
  border: 1px solid #ccc;
  border-right: 0;
  border-left: 0;
  text-align: center;
  font-size: 13px;
  line-height: 18px;
  height: auto;
  vertical-align: middle;
}
.adminBoardList thead tr th:first-child, .adminBoardList thead tr td:first-child {
  border-left: 1px solid #ccc;
}
.adminBoardList thead tr th:last-child, .adminBoardList thead tr td:last-child {
  border-right: 1px solid #ccc;
}
.innerList .adminBoardList thead tr th, .innerList .adminBoardList thead tr td {
  padding: 8px 5px;
}
.adminBoardList thead tr th.spot, .adminBoardList thead tr td.spot {
  background-color: #ddd;
}
.adminBoardList thead tr td {
  background-color: #eee;
}
.adminBoardList thead.hasLine tr th, .adminBoardList thead.hasLine tr td {
  border: 1px solid #ccc;
}
.adminBoardList tbody tr th,
.adminBoardList tbody tr td {
  padding: 4px 5px;
  height: auto;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 18px;
  vertical-align: middle;
  font-size: 13px;
}
.adminBoardList tbody tr th a,
.adminBoardList tbody tr td a {
  color: #3a4b61;
  text-decoration: underline;
  font-size: 13px;
}
.adminBoardList tbody tr th {
  background-color: #eee;
}
.adminBoardList tfoot tr th,
.adminBoardList tfoot tr td {
  padding: 10px 5px;
  height: auto;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
}
.adminBoardList tfoot tr th a,
.adminBoardList tfoot tr td a {
  color: #3a4b61;
  text-decoration: underline;
}
.adminBoardList tfoot tr th {
  background-color: #eee;
}
.adminBoardList tfoot tr th.total {
  background-color: #ddd;
}
.adminBoardList.innerList tbody tr th,
.adminBoardList.innerList tbody tr td {
  padding: 6px 5px;
}
.adminBoardList.innerList tfoot tr th,
.adminBoardList.innerList tfoot tr td {
  padding: 6px 5px;
}
.adminBoardList .listEmpty {
  height: 100px;
  vertical-align: middle;
}

.footBox {
  margin-top: 20px;
  padding: 15px 24px;
  border: 1px solid #ccc;
  background: #fff;
  text-align: center;
  min-height: 68px;
}

.btnArea {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: -36px;
}

.paging {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  width: 100%;
  gap: 8px;
}
.paging img {
  width: auto;
  height: auto;
}
.paging > strong {
  color: #3a4b61;
  font-weight: bold;
}
.paging > button[type=button] {
  position: relative;
  width: 34px;
  height: 36px;
  min-width: 0;
  background: #fff;
  padding: 0;
  border: 1px solid #ccc;
  text-indent: -300000em;
}
.paging > button[type=button] + button[type=button] {
  margin-left: -1px;
}
.paging > button[type=button].prev10, .paging > button[type=button].next10 {
  position: relative;
}
.paging > button[type=button].prev10:after, .paging > button[type=button].next10:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -5px;
  width: 10px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cg transform='translate(-319 -966)'%3E%3Cpath d='M315,971l-5-3.5,5-3.5Z' transform='translate(9 2.003)' fill='%23666'/%3E%3Cpath d='M320,971l-5-3.5,5-3.5Z' transform='translate(9 2.003)' fill='%23666'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: rotate(360deg);
}
.paging > button[type=button].next10 {
  position: relative;
}
.paging > button[type=button].next10:after {
  content: "";
  position: absolute;
  margin: -3px 0 0 -4px;
  transform: rotate(180deg);
}
.paging > button[type=button].prev, .paging > button[type=button].next {
  position: relative;
}
.paging > button[type=button].prev:after, .paging > button[type=button].next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -2px;
  width: 5px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='7' viewBox='0 0 5 7'%3E%3Cpath d='M346,971l-5-3.5,5-3.5Z' transform='translate(-341 -963.997)' fill='%23666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: rotate(360deg);
}
.paging > button[type=button].next {
  position: relative;
}
.paging > button[type=button].next:after {
  content: "";
  position: absolute;
  transform: rotate(180deg);
}
.paging .number {
  margin: 0 20px;
  line-height: 36px;
  font-size: 13px;
}
.paging .number a, .paging .number strong {
  display: inline-block;
  width: 20px;
  text-align: center;
  line-height: 32px;
  vertical-align: bottom;
}
.paging .number strong {
  font-size: 18px;
  font-weight: bold;
  color: #3a4b61;
  line-height: 36px;
  text-decoration: underline;
}

.pagingA {
  display: inline-flex;
}
.pagingA > button[type=button] {
  position: relative;
  width: 34px;
  height: 36px;
  min-width: 0;
  background: #fff;
  padding: 0;
  border: 1px solid #ccc;
  text-indent: -300000em;
}
.pagingA > button[type=button] + button[type=button] {
  margin-left: -1px;
}
.pagingA > button[type=button].prev10, .pagingA > button[type=button].next10 {
  position: relative;
}
.pagingA > button[type=button].prev10:after, .pagingA > button[type=button].next10:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -5px;
  width: 10px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7'%3E%3Cg transform='translate(-319 -966)'%3E%3Cpath d='M315,971l-5-3.5,5-3.5Z' transform='translate(9 2.003)' fill='%23666'/%3E%3Cpath d='M320,971l-5-3.5,5-3.5Z' transform='translate(9 2.003)' fill='%23666'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: rotate(360deg);
}
.pagingA > button[type=button].next10 {
  position: relative;
}
.pagingA > button[type=button].next10:after {
  content: "";
  position: absolute;
  margin: -3px 0 0 -4px;
  transform: rotate(180deg);
}
.pagingA > button[type=button].prev, .pagingA > button[type=button].next {
  position: relative;
}
.pagingA > button[type=button].prev:after, .pagingA > button[type=button].next:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -2px;
  width: 5px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='7' viewBox='0 0 5 7'%3E%3Cpath d='M346,971l-5-3.5,5-3.5Z' transform='translate(-341 -963.997)' fill='%23666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: rotate(360deg);
}
.pagingA > button[type=button].next {
  position: relative;
}
.pagingA > button[type=button].next:after {
  content: "";
  position: absolute;
  transform: rotate(180deg);
}
.pagingA .number {
  margin: 0 30px;
  line-height: 36px;
  font-size: 13px;
}
.pagingA .number input[type=text] {
  width: 50px;
  padding: 0;
  text-align: center;
  vertical-align: top;
}
.pagingA .number ~ button[type=button] {
  margin-left: 0;
}

#authTreeArea {
  padding: 16px 24px 24px;
  border: 1px solid #ccc;
  background: #fff;
}
#authTreeArea .allCheck {
  padding-bottom: 16px;
  line-height: 22px;
}
#authTreeArea .authTrees {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}
#authTreeArea .authTrees section {
  border: 1px solid #ccc;
}
#authTreeArea .authTrees section > label {
  display: block;
  padding: 8px 12px;
  line-height: 22px;
  background: #eee;
  border-bottom: 1px solid #ccc;
}
#authTreeArea .authTrees section label {
  display: flex;
  align-items: center;
}
#authTreeArea .authTrees section ul {
  padding: 0 24px 12px 12px;
}
#authTreeArea .authTrees section ul li {
  padding: 8px 0 0 0;
  line-height: 22px;
}
#authTreeArea .authTrees section ul li ul {
  padding-right: 0px;
}

#tabMenu {
  display: flex;
  margin-top: 16px;
  border-bottom: 1px solid #ddd;
}
#tabMenu li {
  margin-bottom: -1px;
}
#tabMenu li:first-child a {
  margin-left: 0;
}
#tabMenu li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 40px;
  margin-left: -1px;
  border: 1px solid #ccc;
  background: #fff;
}
#tabMenu li.on a {
  border-color: #3a4b61;
  background: #3a4b61;
  color: #fff;
}

.tabHeader {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-top: 30px;
}
.tabHeader > strong {
  font-weight: 500;
  font-size: 18px;
}
.tabHeader p {
  display: block;
  padding-top: 8px;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin: 0;
  color: #d21212;
  line-height: 16px;
  text-align: right;
}

.tabContents {
  margin-top: -12px;
}

.popupLayerWrapper {
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity ease-in-out 0.2s;
}
.popupLayerWrapper.show {
  opacity: 1;
}
.popupLayerWrapper .popupLayer {
  display: flex;
  position: relative;
  max-width: 1000px;
  min-width: 1000px;
  max-height: 100%;
  background: #fff;
}
.popupLayerWrapper .popupLayer .popupLayerFrame {
  max-height: 100%;
}
.popupLayerWrapper .popupLayer .btnLayerClose {
  position: absolute;
  right: -80px;
  top: 0;
  width: 80px;
  height: 80px;
  min-width: 0;
  background-color: #3a4b61;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.624' height='32.624' viewBox='0 0 32.624 32.624'%3E%3Cg transform='translate(-516.007 -297.578)'%3E%3Cpath d='M0,0H43.637' transform='translate(516.892 329.317) rotate(-45)' fill='none' stroke='%23fff' stroke-width='2.5'/%3E%3Cpath d='M0,0H43.637' transform='translate(516.892 298.461) rotate(45)' fill='none' stroke='%23fff' stroke-width='2.5'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.popupLayerWrapper .layerFrame {
  width: 1000px;
  border: 0;
  max-width: 100%;
  max-height: 100%;
  vertical-align: top;
}

#layerContents {
  padding: 40px;
  transition: height ease-in-out 1s;
}

#loadingArea {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.6;
}
#loadingArea img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
}
#loadingArea.fullLoad {
  position: fixed;
}
#loadingArea.fullLoad img {
  margin-left: -100px;
  margin-top: -100px;
}

.flexBox {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
}
.flexBox.center {
  justify-content: center;
}
.flexBox.between {
  justify-content: space-between;
}
.flexBox.around {
  justify-content: space-around;
}
.flexBox.end {
  justify-content: flex-end;
}
.flexBox.column {
  flex-direction: column;
  align-items: flex-start;
}

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

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

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

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

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

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.subtitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
}
.countArea {
  margin-top: 20px;
  margin-bottom: 10px;
}

.reward-row {
  position: relative;
  border-top: 1px dashed #ededed;
  margin-top: 20px;
  padding-top: 20px;
  padding-left: 30px;
}
.reward-row:first-of-type {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}
.reward-row:first-of-type .reward-row-title {
  top: 2px;
}
.reward-row .reward-row-title {
  position: absolute;
  left: 4px;
  top: 22px;
  font-weight: bold;
}

.authTreeArea {
  padding: 16px 24px 24px;
  border: 1px solid #ccc;
  background: #fff;
}

.authTreeArea h3 {
  margin-bottom: 10px;
}

.authTreeArea label {
  font-weight: normal;
}

.authTree {
  padding: 0 15px 10px;
  overflow: hidden;
}

.authTree li {
  display: inline-block;
  width: 240px;
  margin: 0 1px 10px 4px;
  border: 1px dashed #e4e4e4;
  vertical-align: top;
}

* + html .authTree li {
  display: inline;
  margin-right: 5px;
}

* html .authTree li {
  display: inline;
  margin-right: 5px;
}

.authTree li p {
  padding: 5px 0;
  text-align: center;
  background: #f1f1f1;
}

.authTree li ul {
  margin-bottom: 0;
}

.authTree li ul li {
  margin: 0;
  border: none;
}

.authTree li ul li p {
  border-top: 1px dashed #e4e4e4;
  border-bottom: 1px dashed #e4e4e4;
  background: #f5f5f5;
}

.authTree li ul li ul {
  padding: 5px 0;
}

.authTree li ul li ul li {
  padding: 5px 10px;
}

.authTreeArea ul {
  padding: 0 15px 10px;
  overflow: hidden;
}

.authTreeArea > ul {
  padding-left: 0;
}

.authTreeArea ul li {
  display: inline-block;
  width: 260px;
  padding: 10px 0 10px 10px;
  margin: 0 1px 10px 4px;
  border: 1px dashed #e4e4e4;
  vertical-align: top;
}

* + html .authTreeArea ul li {
  display: inline;
  margin-right: 5px;
}

* html .authTreeArea ul li {
  display: inline;
  margin-right: 5px;
}

.authTreeArea ul li ul {
  padding: 0;
  margin: 0 0 0 8px;
}

.authTreeArea ul li ul li {
  border: none;
  padding: 10px 0 0 10px;
  margin: 0;
}

.popupLayout {
  padding: 20px;
}
.popupLayout .title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 12px;
}

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