.badge {
  justify-content: center;
  align-items: center;
  width: auto;
}

.ui-check[type=radio i].lg-bl, .ui-check[type=radio i].sm-ye, .ui-check[type=radio i].sm-bk, .ui-check[type=checkbox i].lg-gr, .ui-check[type=checkbox i].lg-bl {
  position: absolute;
  z-index: -1;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.ui-check[type=radio i].lg-bl ~ label, .ui-check[type=radio i].sm-ye ~ label, .ui-check[type=radio i].sm-bk ~ label, .ui-check[type=checkbox i].lg-gr ~ label, .ui-check[type=checkbox i].lg-bl ~ label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.ui-check[type=radio i].lg-bl ~ label:before, .ui-check[type=radio i].sm-ye ~ label:before, .ui-check[type=radio i].sm-bk ~ label:before, .ui-check[type=checkbox i].lg-gr ~ label:before, .ui-check[type=checkbox i].lg-bl ~ label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-position: 0 50%;
  background-repeat: no-repeat;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 5px 0px rgba(60, 66, 87, 0.08);
  cursor: pointer;
}

.ui-check[type=radio i].lg-bl ~ label:after, .ui-check[type=radio i].sm-ye ~ label:after, .ui-check[type=radio i].sm-bk ~ label:after, .ui-check[type=checkbox i].lg-gr ~ label:after, .ui-check[type=checkbox i].lg-bl ~ label:after {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #0C121A;
  background-position: 0 50%;
  background-repeat: no-repeat;
}

/*** COMMON 
========================================== ***/
/* mainpage body */
body:has(main) .header.scrolled {
  background-color: #FFFFFF;
  box-shadow: 0px 2px 8px 0px rgba(60, 66, 87, 0.08);
}
body:has(main) .header section.section-3 {
  display: none !important;
}

/* subpage body */
body:not(:has(main)) {
  background-color: #fff;
}
.only-tablet-mobile {
  display: none;
}

.only-mobile {
  display: none;
}

.sr-only {
  position: absolute;
  top: -1px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}

.ta-l {
  text-align: left;
}
.ta-r {
  text-align: right;
}
.ta-c {
  text-align: center;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-2 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-4 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-5 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-6 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-7 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
.my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mt-1 {
  margin-top: 0.5rem;
}
.mt-2 {
  margin-top: 1rem;
}
.mt-3 {
  margin-top: 1.5rem;
}
.mt-4 {
  margin-top: 2rem;
}
.mt-5 {
  margin-top: 2.5rem;
}
.mt-6 {
  margin-top: 3rem;
}
.mt-7 {
  margin-top: 3.5rem;
}
.mt-8 {
  margin-top: 4rem;
}
.mt-9 {
  margin-top: 4.5rem;
}
.mt-10 {
  margin-top: 5rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.5rem;
}
.mb-2 {
  margin-bottom: 1rem;
}
.mb-3 {
  margin-bottom: 1.5rem;
}
.mb-4 {
  margin-bottom: 2rem;
}
.mb-5 {
  margin-bottom: 2.5rem;
}
.mb-6 {
  margin-bottom: 3rem;
}
.mb-7 {
  margin-bottom: 3.5rem;
}
.mb-8 {
  margin-bottom: 4rem;
}
.mb-9 {
  margin-bottom: 4.5rem;
}
.mb-10 {
  margin-bottom: 5rem !important;
}

.ml-1 {
  margin-left: 0.5rem;
}
.ml-2 {
  margin-left: 1rem;
}
.ml-3 {
  margin-left: 1.5rem;
}
.ml-4 {
  margin-left: 2rem;
}
.ml-5 {
  margin-left: 2.5rem;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.py-1 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-3 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-5 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.pt-0 {
  padding-top: 0;
}
.pt-1 {
  padding-top: 0.5rem;
}
.pt-2 {
  padding-top: 1rem;
}
.pt-3 {
  padding-top: 1.5rem;
}
.pt-4 {
  padding-top: 2rem;
}
.pt-5 {
  padding-top: 2.5rem;
}

.pb-0 {
  padding-bottom: 0;
}
.pb-1 {
  padding-bottom: 0.5rem;
}
.pb-2 {
  padding-bottom: 1rem;
}
.pb-3 {
  padding-bottom: 1.5rem;
}
.pb-4 {
  padding-bottom: 2rem;
}
.pb-5 {
  padding-bottom: 2.5rem;
}

.border-top {
  border-top: 1px solid #eee;
}
.border-bottom {
  border-bottom: 1px solid #eee;
}
.border-left {
  border-left: 1px solid #eee;
}
.border-right {
  border-right: 1px solid #eee;
}

.hr {
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
}
.hr.black {
  background-color: #0C121A;
}

#wrapper {
  position: relative;
}

#container {
  --container-padding-x: 20px;
  margin: 0 auto;
  padding-inline: var(--container-padding-x);
  max-width: calc(1280px + var(--container-padding-x) * 2);
  min-height: 64vh;
}

lottie-player.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1002;
  transform: translate(-50%, -50%);
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: opacity 0.5s ease;
  user-select: none;
  pointer-events: none;
}

.video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
}
.video-wrap video {
  position: absolute;
  inset: 0;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: contain;
}

.thumb {
  position: relative;
  display: inline-flex;
  border-radius: 4px;
  overflow: hidden;
  font-size: 0;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/asquare/images/common/noimg_ratio_1.jpg);
}
.thumb:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: inherit;
}
.thumb.ratio-v img {
  aspect-ratio: 3/4;
}
.thumb.ratio-s img {
  aspect-ratio: 37/34;
}
.thumb.ratio-h img {
  aspect-ratio: 4/3;
}
.thumb.publication:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(8, 8, 8, 0.2) 0.16%, rgba(255, 255, 255, 0.2) 1.32%, rgba(131, 131, 131, 0.2) 2.22%, rgba(0, 0, 0, 0.1) 4.15%, rgba(255, 255, 255, 0.2) 5.14%, rgba(0, 0, 0, 0.1) 7.14%, rgba(255, 255, 255, 0.1) 37.48%);
  box-shadow: -1px -1px 1px 0px rgba(0, 0, 0, 0.16) inset, 1px 1px 1px 0px rgba(255, 255, 255, 0.5) inset;
}
.thumb img {
  width: 100%;
  transition: 0.2s ease-in-out;
  object-fit: contain;
}

.ratio-vertical .thumb {
  aspect-ratio: 3/4;
}
.ratio-vertical .thumb img {
  aspect-ratio: inherit;
}

.ratio-horizontal .thumb {
  aspect-ratio: 4/3;
}
.ratio-horizontal .thumb img {
  aspect-ratio: inherit;
}

.ratio-square .thumb {
  aspect-ratio: 37/34;
}
.ratio-square .thumb img {
  aspect-ratio: inherit;
}

.grid-box {
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1.5rem 3.75rem 10.7588rem 1fr;
  grid-template-areas: "area-check area-num area-thumb area-desc" ". . area-thumb area-table";
  gap: 0.75rem;
  padding-block: 1.25rem;
}
.grid-box .grid-box .area-check {
  grid-area: area-check;
}
.grid-box .grid-box .area-num {
  grid-area: area-num;
}
.grid-box .grid-box .area-thumb {
  grid-area: area-thumb;
  padding-right: 1rem;
}
.grid-box .grid-box .area-desc {
  grid-area: area-desc;
}
.grid-box .grid-box .area-table {
  grid-area: area-table;
}

.flexy-row {
  display: flex;
}

.flexy-col.col-3 {
  width: 24.999%;
}
.flexy-col.col-4 {
  width: 33.333%;
}
.flexy-col.col-5 {
  width: 41.666%;
}
.flexy-col.col-6 {
  width: 49.999%;
}
.flexy-col.col-7 {
  width: 58.333%;
}

.justify-content-center {
  justify-content: center !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-between {
  justify-content: space-between !important;
}

.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-stretch {
  align-items: stretch !important;
}

.flexy-title-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.flexy-title-wrap .title-sm,
.flexy-title-wrap .title-md {
  margin-bottom: 0;
}

.title-xl {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 700;
}

.title-lg {
  margin-bottom: 12px;
  font-size: 32px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 700;
}

.title-md {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.5em;
  color: #0C121A;
  font-weight: 700;
}
.title-md.line {
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #0C121A;
}

.title-sm {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 700;
}

.title-xs {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 700;
}
.title-xs.line-top {
  margin-bottom: 2rem;
}

.desc-sm {
  display: block;
  text-align: left;
  word-break: break-all;
  font-size: 16px;
  line-height: 1.25em;
  color: #0C121A;
  letter-spacing: -0.02em;
  font-weight: 400;
}

.desc-mini {
  opacity: 0.85;
  display: block;
  text-align: left;
  word-break: break-all;
  font-size: 14px;
  line-height: 1.25em;
  color: #0C121A;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.desc-mini.ico-noti {
  --icon-size: 16px;
  padding-left: calc(var(--icon-size) + 8px);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: var(--icon-size);
  background-image: url(/asquare/images/sub/ico_line_noti_gr.png);
}
.desc-mini.ico-noti.solid {
  background-image: url(/asquare/images/sub/ico_line_noti_gr_solid.png);
}
.desc-mini.inline-block {
  display: inline-block;
}

.dot-txt {
  position: relative;
  padding-left: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-align: left;
}
.dot-txt:before {
  content: "";
  position: absolute;
  top: 0.688rem;
  left: 0.25rem;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background: #7A7A7A;
}
.dot-txt + .dot-txt {
  margin-top: 0.25rem;
}

.bullet-list li {
  position: relative;
  padding-left: 16px;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
}
.bullet-list li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  background: #0C121A;
}
.bullet-list li ~ li {
  margin-top: 8px;
}

.hyphen-list li {
  --indent-size: 10px;
  position: relative;
  padding-left: var(--indent-size);
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  text-indent: calc(var(--indent-size) * -1);
}
.hyphen-list li ~ li {
  margin-top: 8px;
}

.bd-box {
  padding-block: 16px;
  padding-inline: 24px;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  background-color: #FFFFFF;
}

.bg-box {
  padding-block: 16px;
  padding-inline: 32px;
  border-radius: 4px;
  background-color: #F4F4F4;
}

.download-file-wrap {
  position: relative;
  margin-block: 16px;
  padding-block: 12px;
  padding-inline: 12px;
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  background-color: #FFFFFF;
}
.download-file-wrap .file-title {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 400;
}
.download-file-wrap .file-cont {
  display: inline-block;
  min-width: 310px;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 500;
}
.download-file-wrap a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.download-file-wrap a ~ a {
  margin-top: 8px;
}

.file-wrap {
  position: relative;
  display: inline-flex;
  gap: 4px;
}
.file-wrap:has(.download-file.only-ico) .preview-file {
  padding-block: 3px;
}

.preview-file {
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
}
.preview-file:where(:hover, :focus) {
  color: #000;
}

.download-file {
  display: inline-block;
  font-weight: 500;
  text-decoration: underline;
}
.download-file:where(:hover, :focus) {
  color: #000;
}

.download-file.ico {
  --icon-size: 24px;
  padding-right: var(--icon-size);
  color: #0C121A;
  line-height: var(--icon-size);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: var(--icon-size);
  background-image: url(/asquare/images/sub/ico_download.png);
}

.download-file.only-ico {
  --icon-size: 24px;
  flex-shrink: 0;
  width: var(--icon-size);
  line-height: var(--icon-size);
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: var(--icon-size);
  background-image: url(/asquare/images/sub/ico_download.png);
}
.download-file.only-ico:where(:hover, :focus) {
  border-radius: 2px;
  background-color: #F4F4F4;
}

.badge {
  display: inline-flex;
  padding-block: 2px;
  padding-inline: 8px;
  border: 0.5px solid #F4F4F4;
  background-color: #F4F4F4;
  min-height: 20px;
  font-size: 12px;
  line-height: 1.25em;
  color: #0C121A;
  letter-spacing: -0.03em;
  font-weight: 400;
  line-height: 16px;
}
.badge.bl {
  border-color: #066fef !important;
  background-color: #066fef !important;
  color: #FFFFFF !important;
}
.badge.bk {
  border-color: #0C121A !important;
  background-color: #0C121A !important;
  color: #FFFFFF !important;
}
.badge.gr {
  border-color: #F4F4F4 !important;
  background-color: #F4F4F4 !important;
  color: #0C121A !important;
}

.badges {
  display: flex;
  --gap: 1px;
  gap: var(--gap);
}
.badges .badge:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.badges .badge:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.references-link {
  font-size: 16px;
  line-height: 1.25em;
  color: #066fef;
  letter-spacing: -0.02em;
  font-weight: 500;
}

.hyper-link {
  display: inline-block;
  color: var(--blue-500, #625AFA);
  font-size: var(--text-md, 16px);
  font-weight: 600;
  line-height: 1.5em;
  font-feature-settings: "liga" off, "clig" off;
}

.underline-link {
  display: inline-block;
  color: var(--gray-400, #6A7384);
  font-size: var(--text-md, 16px);
  font-weight: 600;
  line-height: 1.5em;
  font-feature-settings: "liga" off, "clig" off;
  text-decoration-line: underline;
}
.underline-link:where(:hover, :focus) {
  color: #066fef;
}

.external-link {
  display: inline-block;
  padding-right: 16px;
  font-size: 16px;
  line-height: 1.25em;
  color: #066fef;
  letter-spacing: -0.02em;
  font-weight: 500;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url(/asquare/images/sub/ico_external_link.png);
}

.external-link-2 {
  display: inline-block;
  display: none;
  padding-right: 16px;
  font-size: 16px;
  line-height: 1.25em;
  color: #066fef;
  letter-spacing: -0.02em;
  font-weight: 500;
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url(/asquare/images/sub/ico_external_link.png);
}
.external-link-2:before {
  content: "";
  display: inline-block;
  margin-right: 4px;
  width: 12px;
  height: 12px;
  transform: rotate(0);
  transition: 0.2s ease-out;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url(/asquare/images/common/ico_add_link.svg);
}

.c-yellow {
  color: #F9BE2C !important;
}

.c-green {
  color: #16940F !important;
}

.c-blue {
  color: #066fef !important;
}

.c-gray {
  color: #B1B1B1 !important;
}

.fontsize-18 {
  font-size: 18px;
}

.sub-tabs {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.sub-tabs .swiper-menu ul {
  flex-wrap: nowrap;
}
.sub-tabs ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  --gap: 4px;
  gap: var(--gap);
}
.sub-tabs ul li {
  position: relative;
  width: auto !important;
}
.sub-tabs ul li :where(a, button) {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-inline: 16px;
  border: 1px solid;
  border-radius: 40px;
  min-height: 40px;
  font-size: 18px;
  font-weight: 500;
}
.sub-tabs ul li.is-active :where(a, button) {
  text-decoration: none;
}
.sub-tabs:not(.type-2) ul li :where(a, button) {
  border-color: #F4F4F4;
  background-color: #F4F4F4;
  color: #B1B1B1;
}
.sub-tabs:not(.type-2) li.is-active :where(a, button) {
  border-color: #0C121A;
  background-color: #0C121A;
  color: #FFFFFF;
}
.sub-tabs.type-2 ul li :where(a, button) {
  border-color: #F4F4F4;
  background-color: #F4F4F4;
  color: #0C121A;
  font-weight: 700;
}
.sub-tabs.type-2 li.is-active :where(a, button) {
  border-color: #0C121A;
  background-color: #FFFFFF;
  color: #0C121A;
}
.sub-tabs.sticky {
  position: sticky;
  top: 126px;
  z-index: 2;
}

.corned-box {
  --corner-size: 25px;
  --border-width: 3px;
  --border-color: #0C121A;
  position: relative;
  border: var(--border-width) solid var(--border-color);
}
.corned-box::before, .corned-box::after {
  content: "";
  position: absolute;
  width: var(--corner-size);
  height: var(--corner-size);
  border: 0 solid var(--border-color);
  transform: rotate(45deg);
  background-color: #fff;
}
.corned-box::before {
  top: calc((var(--corner-size) / 2 + var(--border-width) / 2) * -1 + 1px);
  left: calc((var(--corner-size) / 2 + var(--border-width) / 2) * -1 + 1px);
  border-right-width: var(--border-width);
}
.corned-box::after {
  bottom: calc((var(--corner-size) / 2 + var(--border-width) / 2) * -1 + 1px);
  right: calc((var(--corner-size) / 2 + var(--border-width) / 2) * -1 + 1px);
  border-left-width: var(--border-width);
}

/* tabs */
.tabs-nav {
  position: relative;
}
.tabs-nav ul li:where(:hover, :focus, .is-active) :where(a, button) {
  color: #000;
}

.tab-contents {
  display: none;
}

.tab-contents.is-active {
  display: block;
}

/* table */
.table-box {
  position: relative;
  margin-inline: auto;
  overflow-x: auto;
}

/* ---- FORM common --------------------------------*/
.form-group-gr {
  padding: 16px;
  border-radius: 8px;
  background-color: rgba(244, 244, 244, 0.5019607843);
}
.form-group-gr ~ .form-group-gr {
  margin-top: 20px;
}

.form-group-wh {
  padding: 16px;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.form-group-wh ~ .form-group-wh {
  margin-top: 20px;
}

.form-control-wrap {
  position: relative;
}
.form-control-wrap .form-label {
  display: block;
  width: 100%;
}
.form-control-wrap .flexy-title-wrap .form-label {
  display: inline-block;
  width: auto;
}
.form-control-wrap .form-control {
  width: 100%;
  background-color: #FFFFFF;
}
.form-control-wrap .form-control[readonly] {
  background-color: rgba(248, 248, 248, 0.5019607843) !important;
}
.form-control-wrap .form-control,
.form-control-wrap .form-message-wrap,
.form-control-wrap .form-tag-wrap,
.form-control-wrap .form-link-wrap,
.form-control-wrap .form-checkbox-list {
  margin-top: 8px;
}
.form-control-wrap:has(.form-right-action) input.form-control {
  padding-right: 4rem !important;
}
.form-control-wrap ~ .form-control-wrap {
  margin-top: var(--spacing-xl, 24px);
}
.form-control-wrap .form-label + .flexy-row {
  margin-top: 8px;
}
.form-control-wrap .flexy-row {
  flex-wrap: wrap;
  align-items: stretch;
  gap: var(--spacing-sm, 8px);
  width: 100%;
}
.form-control-wrap .flexy-row .form-control,
.form-control-wrap .flexy-row .dropdown-box {
  flex-grow: 1;
}
.form-control-wrap .flexy-row .form-control {
  margin-top: 0;
}
.form-control-wrap .flexy-row ~ .flexy-row {
  margin-top: 8px;
}

.form-label {
  color: var(--gray-500, #0C121A);
  font-size: var(--fontsize-form, 16px);
  font-weight: 500;
  line-height: 20px;
}
.form-label .required {
  display: inline-block;
  margin-left: 2px;
  width: 4px;
  height: 4px;
  background-color: #F9BE2C;
  font-size: 0;
  vertical-align: 2px;
  text-indent: -9999px;
}

.form-control {
  color: var(--gray-500, #0C121A);
  font-weight: 500;
}
.form-control:active {
  box-shadow: 0px 0px 0px 3px rgba(1, 150, 237, 0.4);
  outline: 0;
}
.form-control:active::placeholder {
  color: var(--gray-500, #0C121A);
}
.form-control:focus {
  border: 1.5px solid #066fef;
  box-shadow: 0px 0px 0px 3px rgba(1, 150, 237, 0.4), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 5px 0px rgba(60, 66, 87, 0.08);
  outline: 0;
}
.form-control:focus::placeholder {
  color: var(--gray-200, #D5DBE1);
}

textarea.form-control {
  padding-block: 8px;
  height: inherit;
  min-height: 8rem;
  max-height: 40vh;
}

.form-right-action {
  position: absolute;
  top: calc(50% - 12px);
  right: var(--spacing-md, 12px);
  display: block;
  flex-shrink: 0;
  padding-inline: 6px;
  border-radius: var(--radius-xs);
  color: #066fef;
  font-size: var(--fontsize-form-sm, 14px);
  font-weight: 600;
  line-height: 24px !important;
  transition: 0.2s ease-in-out;
}
.form-right-action.btn-toggle-pw {
  width: 24px;
  height: 24px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  background-image: url(/asquare/images/common/ico_eye.svg);
}
.form-right-action.btn-toggle-pw.is-show {
  background-image: url(/asquare/images/common/ico_eye_slash.svg);
}
.form-right-action.limit-time {
  border-radius: 10px;
  background: var(--red-100, #FFE7F2);
  color: var(--red-500, #DF1B41);
}
.form-right-action:where(:hover, :focus) {
  background-color: rgba(210, 210, 210, 0.08);
}

.form-message-wrap {
  line-height: 20px;
}

.form-message {
  color: var(--gray-300, #A3ACBA);
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.form-message::before {
  display: inline-block;
  margin-right: 2px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}
.form-message.ico::before {
  content: "";
  background-image: url(/asquare/images/common/ico_input_desc_info.svg);
}
.form-message.limit-time {
  color: var(--red-500, #DF1B41);
}

.form-tag-wrap {
  line-height: 20px;
}

.form-tag {
  position: relative;
  display: inline-block;
  padding-block: 2px 2px;
  padding-inline: 6px 24px;
  border: 1px solid var(--border-primary);
  border-radius: var(--radius-sm, 4px);
  background-color: var(--gray-100, #EBEEF1);
  color: var(--gray-400, #6A7384);
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  transition: 0.2s ease-in-out;
}
.form-tag .btn-close {
  position: absolute;
  top: calc(50% - 8px);
  right: 4px;
  border-radius: var(--radius-xs);
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
  vertical-align: middle;
  text-indent: -9999px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url(/asquare/images/btn_delete_tag.svg);
}
.form-tag .btn-close:where(:hover, :focus) {
  background-color: var(--gray-200, #D5DBE1);
}

.form-link-wrap {
  line-height: 20px;
}

.form-link {
  position: relative;
  display: block;
  padding-block: 2px 2px;
  padding-inline: 6px 24px;
  border: 1px solid var(--border-primary);
  border-radius: var(--radius-sm, 4px);
  background-color: var(--gray-100, #EBEEF1);
  color: var(--gray-400, #6A7384);
  font-size: 13px;
  line-height: 20px;
  transition: 0.2s ease-in-out;
}
.form-link a, .form-link a strong, .form-link a span {
  display: block;
}
.form-link a strong {
  font-weight: 600;
}
.form-link a span {
  font-weight: 400;
}
.form-link .btn-close {
  position: absolute;
  top: calc(50% - 8px);
  right: 4px;
  border-radius: var(--radius-xs);
  width: 16px;
  height: 16px;
  overflow: hidden;
  font-size: 0;
  vertical-align: middle;
  text-indent: -9999px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px;
  background-image: url(/asquare/images/btn_delete_tag.svg);
}
.form-link .btn-close:where(:hover, :focus) {
  background-color: var(--gray-200, #D5DBE1);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}

/* FORM common - size */
.form-control.lg {
  padding-inline: var(--spacing-md, 12px);
  height: var(--form-lg, 40px);
  font-size: var(--fontsize-form-lg, 16px);
  line-height: normal;
}

.form-control.md,
.form-control:not(.sm, .lg) {
  padding-inline: var(--spacing-md, 12px);
  height: var(--form-md, 36px);
  font-size: var(--fontsize-form-md, 16px);
  line-height: normal;
}

.form-control.sm {
  padding-inline: var(--spacing-sm, 8px);
  height: var(--form-sm, 28px);
  font-size: var(--fontsize-form-sm, 14px);
  line-height: normal;
}
.form-control.sm ~ .form-right-action {
  right: var(--spacing-sm, 8px);
}

/* FORM common :: disabled */
.form-control-wrap:has(.form-control[disabled]) .form-label {
  cursor: auto !important;
  pointer-events: none;
}

.form-control[disabled] {
  background-color: var(--gray-50, #F6F8FA);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 5px 0px rgba(60, 66, 87, 0.08);
  color: var(--gray-300, #A3ACBA);
  cursor: auto !important;
  pointer-events: none;
}

/* FORM common :: error */
.form-control-wrap.is-error .form-control {
  border: 1.5px solid var(--red-500, #DF1B41);
}
.form-control-wrap.is-error .form-control:focus {
  box-shadow: 0px 0px 0px 3px var(--red-100, #FFE7F2), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 5px 0px rgba(60, 66, 87, 0.08);
}
.form-control-wrap.is-error .form-message {
  color: var(--red-500, #DF1B41);
  font-weight: 600;
}
.form-control-wrap.is-error .form-message::before {
  content: "";
  background-image: url(/asquare/images/common/ico_input_desc_error.svg);
}

.flexy-row:has(> .form-control-wrap) {
  gap: 8px;
}
.flexy-row:has(> .form-control-wrap) > .form-control-wrap ~ .form-control-wrap {
  margin-top: 0;
}

/* ---- Input --------------------------------*/
input.form-control {
  width: 100%;
}

/* Input :: disabled */
input.form-control[disabled] ~ .form-right-action {
  color: var(--gray-300, #A3ACBA) !important;
  cursor: auto !important;
  user-select: none;
  pointer-events: none;
}

/* ---- Selection --------------------------------*/
/* Selection :: disabled */
.form-control-wrap:has(:where(select, .dropdown-toggle).form-control[disabled]) .form-control {
  background-image: url(/asquare/images/common/arw_select_disabled.svg);
}

/* Selection :: error */
.form-control-wrap.is-error :where(select, .dropdown-toggle).form-control {
  background-image: url(/asquare/images/common/arw_select_error.svg);
}

/* ---- Dropdown --------------------------------*/
.dropdown-toggle {
  display: block;
  border: 1px solid var(--border-primary);
  border-radius: 4px;
  text-align: left;
  background-position: calc(100% - 0.75rem) 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(/asquare/images/common/arw_select.svg);
}

.dropdown-layer {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  padding-block: 8px;
  border: 1px solid var(--gray-200, #D5DBE1);
  border-radius: var(--radius, 8px);
  width: 100%;
  min-width: 80px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  overflow-y: auto;
  color: #30313D;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
  transition: 0.2s ease-in-out;
}
.dropdown-layer li {
  line-height: 20px;
}
.dropdown-layer a {
  display: block;
  padding-inline: 16px;
}
.dropdown-layer a:where(:hover, :focus) {
  background-color: var(--hover-color, #F5F4FB);
}
.dropdown-layer a.on {
  color: var(--blue-500);
}

.dropdown-box.is-show .dropdown-layer {
  visibility: inherit;
  opacity: 1;
}
.dropdown-box.is-show .dropdown-toggle {
  border: 1.5px solid #066fef;
  box-shadow: 0px 0px 0px 3px rgba(1, 150, 237, 0.4), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 5px 0px rgba(60, 66, 87, 0.08);
  outline: 0;
  background-image: url(/asquare/images/common/arw_select_up.svg);
}
.dropdown-box.is-show .dropdown-toggle::placeholder {
  color: var(--gray-200, #D5DBE1);
}

/* Dropdown - size */
.form-control-wrap:has(.form-control.dropdown-toggle.lg) .dropdown-layer a .dropdown-layer button,
.form-control-wrap:has(.form-control.dropdown-toggle.lg) .dropdown-layer label {
  padding-block: 8px;
}

.form-control-wrap:has(.form-control.dropdown-toggle.md) .dropdown-layer a .dropdown-layer button,
.form-control-wrap:has(.form-control.dropdown-toggle.md) .dropdown-layer label,
.form-control-wrap:has(.form-control.dropdown-toggle:not(.sm, .lg)) .dropdown-layer a .dropdown-layer button,
.form-control-wrap:has(.form-control.dropdown-toggle:not(.sm, .lg)) .dropdown-layer label {
  padding-block: 6px;
}

.form-control-wrap:has(.form-control.dropdown-toggle.sm) .dropdown-layer a,
.form-control-wrap:has(.form-control.dropdown-toggle.sm) .dropdown-layer button,
.form-control-wrap:has(.form-control.dropdown-toggle.sm) .dropdown-layer label {
  padding-block: 4px;
}

/* Dropdown :: error */
.form-control-wrap.is-error .dropdown-toggle {
  border: 1.5px solid var(--red-500, #DF1B41);
  background-image: url(/asquare/images/common/arw_select_error.svg);
}
.form-control-wrap.is-error .dropdown-box.is-show .dropdown-toggle {
  box-shadow: 0px 0px 0px 3px var(--red-100, #FFE7F2), 0px 1px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 5px 0px rgba(60, 66, 87, 0.08);
  background-image: url(/asquare/images/common/arw_select_up_error.svg);
}

/* check-radio */
.ui-check[type=checkbox i].lg-bl ~ label {
  padding-left: 24px;
  min-height: 20px;
  line-height: 20px !important;
  font-size: 16px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 500;
  line-height: 20px;
}
.ui-check[type=checkbox i].lg-bl ~ label:before {
  border-radius: 2px;
  width: 20px;
  height: 20px;
  background-position: 0 50%;
  background-size: auto 20px;
  cursor: pointer;
  background-image: url(/asquare/images/common/input_check_lg_bl.png);
}
.ui-check[type=checkbox i].lg-bl[type=checkbox i]:checked ~ label:before {
  background-image: url(/asquare/images/common/input_check_lg_bl_on.png);
}
.ui-check[type=checkbox i].lg-bl ~ label:after {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background-size: auto 22px;
}
.ui-check[type=checkbox i].lg-bl:focus ~ label:after {
  content: "";
}
.ui-check[type=checkbox i].lg-gr ~ label {
  padding-left: 24px;
  min-height: 20px;
  line-height: 20px !important;
  font-size: 16px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 500;
  line-height: 20px;
}
.ui-check[type=checkbox i].lg-gr ~ label:before {
  border-radius: 2px;
  width: 20px;
  height: 20px;
  background-position: 0 50%;
  background-size: auto 20px;
  cursor: pointer;
  background-image: url(/asquare/images/common/input_check_lg_gr.png);
}
.ui-check[type=checkbox i].lg-gr[type=checkbox i]:checked ~ label:before {
  background-image: url(/asquare/images/common/input_check_lg_gr_on.png);
}
.ui-check[type=checkbox i].lg-gr ~ label:after {
  border-radius: 4px;
  width: 20px;
  height: 20px;
  background-size: auto 22px;
}
.ui-check[type=checkbox i].lg-gr:focus ~ label:after {
  content: "";
}
.ui-check[type=checkbox i].only-ico ~ .form-label {
  font-size: 0;
}
.ui-check[type=checkbox i].only-ico ~ .form-label:before, .ui-check[type=checkbox i].only-ico ~ .form-label:after {
  left: 2px;
}

.ui-check[type=radio i].sm-bk ~ label {
  padding-left: 20px;
  min-height: 16px;
  line-height: 16px !important;
  font-size: 16px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 500;
  line-height: 16px;
}
.ui-check[type=radio i].sm-bk ~ label:before {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-position: 0 50%;
  background-size: auto 16px;
  cursor: pointer;
  background-image: url(/asquare/images/common/input_radio_sm_bk.png);
}
.ui-check[type=radio i].sm-bk[type=radio i]:checked ~ label:before {
  background-image: url(/asquare/images/common/input_radio_sm_bk_on.png);
}
.ui-check[type=radio i].sm-bk ~ label:after {
  border-radius: 50% !important;
  width: 16px;
  height: 16px;
  background-size: auto 18px;
}
.ui-check[type=radio i].sm-bk:focus ~ label:after {
  content: "";
}
.ui-check[type=radio i].sm-ye ~ label {
  padding-left: 20px;
  min-height: 16px;
  line-height: 16px !important;
  font-size: 16px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 500;
  line-height: 16px;
}
.ui-check[type=radio i].sm-ye ~ label:before {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-position: 0 50%;
  background-size: auto 16px;
  cursor: pointer;
  background-image: url(/asquare/images/common/input_radio_sm_ye.png);
}
.ui-check[type=radio i].sm-ye[type=radio i]:checked ~ label:before {
  background-image: url(/asquare/images/common/input_radio_sm_ye_on.png);
}
.ui-check[type=radio i].sm-ye ~ label:after {
  border-radius: 50% !important;
  width: 16px;
  height: 16px;
  background-size: auto 18px;
}
.ui-check[type=radio i].sm-ye:focus ~ label:after {
  content: "";
}
.ui-check[type=radio i].lg-bl ~ label {
  padding-left: 24px;
  min-height: 20px;
  line-height: 20px !important;
  font-size: 16px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 500;
  line-height: 20px;
}
.ui-check[type=radio i].lg-bl ~ label:before {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-position: 0 50%;
  background-size: auto 20px;
  cursor: pointer;
  background-image: url(/asquare/images/common/input_radio_lg_bl.png);
}
.ui-check[type=radio i].lg-bl[type=radio i]:checked ~ label:before {
  background-image: url(/asquare/images/common/input_radio_lg_bl_on.png);
}
.ui-check[type=radio i].lg-bl ~ label:after {
  border-radius: 50% !important;
  width: 20px;
  height: 20px;
  background-size: auto 22px;
}
.ui-check[type=radio i].lg-bl:focus ~ label:after {
  content: "";
}
.ui-check[type=radio i].only-ico ~ .form-label {
  font-size: 0;
}
.ui-check[type=radio i].only-ico ~ .form-label:before, .ui-check[type=radio i].only-ico ~ .form-label:after {
  left: 2px;
}

.form-checkbox-list:not(.column) {
  display: flex;
  flex-wrap: wrap;
  --gap: 16px;
  gap: var(--gap);
}

.form-checkbox-list.column {
  display: flex;
  flex-direction: column;
  --gap: 8px;
  gap: var(--gap);
}

/* checkbox-radio button */
.ui-check-depth-button:where([type=checkbox], [type=radio]) {
  position: absolute;
  z-index: -1;
  display: inline-block;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  vertical-align: middle;
  clip: rect(0 0 0 0);
}
.ui-check-depth-button:where([type=checkbox], [type=radio]) ~ label {
  position: relative;
  display: block;
  padding-block: 4px;
  padding-inline: 10px 24px;
  border-radius: 4px;
  color: var(--gray-100300, #B1B1B1);
  /* label/sm/600 */
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.03em;
  cursor: pointer;
  font-feature-settings: "liga" off, "clig" off;
  background-position: calc(100% - 4px) 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  background-image: url(/asquare/images/common/ico_check_depth_chevron.png);
}
.ui-check-depth-button:where([type=checkbox], [type=radio]):checked ~ label {
  background-color: #066fef;
  color: #fff;
  background-image: url(/asquare/images/common/ico_check_depth_chevron_on.png);
}

/* ---- Attachment Files --------------------------------*/
.attachment-files {
  position: relative;
}
.attachment-files ~ .attachment-files {
  margin-top: 1rem;
}

.file-box {
  position: relative;
  display: flex;
  margin-top: 12px;
  padding-block: 12px;
  padding-inline: 16px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  --gap: 12px;
  gap: var(--gap);
  /* button */
}
.file-box .cont {
  flex-grow: 1;
}
.file-box .file-name {
  display: block;
  word-break: break-all;
  font-size: 16px;
  line-height: 1em;
  color: #0C121A;
  font-weight: 600;
  line-height: 1em;
}
.file-box .desc-message {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.25em;
  color: #B1B1B1;
  font-weight: 400;
}
.file-box .error-message {
  display: block;
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.25em;
  color: #DF1B41;
  font-weight: 400;
}
.file-box .buttons {
  display: flex;
  gap: 4px;
  flex-shrink: 0;
}

/* color */
.attachment-files.bg .file-box {
  background-color: var(--hover-gray, #F8FAFE);
}

.attachment-files.bd .file-box {
  border: 1px solid var(--faded-gray, #E4ECF5);
  background-color: var(--hover-gray, #F8FAFE);
}

.form-control.my-upload {
  padding-block: 4px;
  padding-inline: 4px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  width: 100%;
  font-family: "Pretendard";
  font-size: 0.95em;
}

.form-control.my-upload::-webkit-file-upload-button,
.form-control.my-upload::file-selector-button {
  padding-inline: 8px;
  border: 1px solid;
  border-color: #F4F4F4;
  border-radius: 4px;
  height: 100%;
  background-color: #F4F4F4;
  font-family: inherit;
  color: #0C121A;
  font-size: inherit;
  font-weight: inherit;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}

.form-control.my-upload:where(:hover, :focus)::-webkit-file-upload-button,
.form-control.my-upload:where(:hover, :focus)::file-selector-button {
  border-color: #DCDCDC;
  background-color: #DCDCDC;
}

.list-item .form-control[id^=imageDescription] {
  margin-bottom: 6px;
}

/* ---- Modal Popup --------------------------------*/
.modal-popup-wrap {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: -1;
  visibility: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  transition: all 0.5s;
}

.modal-popup-wrap.is-open {
  z-index: 1001;
  visibility: inherit;
  display: flex;
  transition: all 0.04s, z-index 0.02s;
}
.modal-popup-wrap.is-open .modal-popup {
  z-index: 1002;
  visibility: inherit;
  opacity: 1;
  transition: all 0.2s;
}
.modal-popup-wrap.is-open .modal-popup-mask {
  display: block;
}

.btn-popup-close.ico {
  position: absolute;
  left: 1rem;
  padding: 0;
  width: 2rem;
  height: 2rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px;
  overflow: hidden;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  background-image: url(/asquare/images/common/btn_close_popup.png);
}
.btn-popup-close.ico.right {
  right: 1rem;
  left: auto;
  text-align: right;
}

.modal-popup {
  position: relative;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 96vh;
  background-color: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.modal-popup > .btn-popup-close.ico {
  top: 1rem;
}
.modal-popup-header {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 0;
  padding-block: 0;
  padding-inline: 16px;
  width: 100%;
  background-color: #fff;
}
.modal-popup-header.justify-center {
  text-align: center;
}
.modal-popup-header.line {
  border-bottom: 1px solid #f5f5f5;
}
.modal-popup-header .title {
  padding-block: 12px;
  padding-right: 28px;
  min-height: 52px;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}
.modal-popup-header .title.sml {
  min-height: 20px;
  font-size: 1rem;
  line-height: 28px;
}
.modal-popup-body {
  position: relative;
  flex-grow: 1;
  padding-inline: 16px;
  width: 100%;
  max-height: 80vh;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0.938rem;
  line-height: 1.75rem;
}
.modal-popup-body .body-area {
  padding-inline: 16px;
  max-height: 90vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-popup-body:first-child {
  padding-block: 2.25rem;
}
.modal-popup-body:last-child {
  padding-bottom: 2.25rem;
}
.modal-popup-footer {
  position: relative;
  flex-shrink: 0;
  padding-block: 1rem;
  padding-inline: 16px;
  width: 100%;
  min-height: 2rem;
  background-color: #fff;
}
.modal-popup-footer.line {
  border-top: 1px solid #f5f5f5;
}
.modal-popup-mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 101;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.modal-popup .buttons {
  display: flex;
  justify-content: space-between;
  gap: var(--spacing-sm, 8px);
}
.modal-popup .buttons.justify-center {
  justify-content: center;
}
.modal-popup .buttons.flex-end {
  justify-content: flex-end;
}
.modal-popup .pagination {
  padding-block: 0;
}

.modal-popup.sml {
  max-width: 480px;
  background-color: transparent;
}
.modal-popup.sml .modal-popup-body {
  padding-block: 1rem 2rem;
}
.modal-popup.sml .modal-popup-footer.buttons {
  justify-content: center;
  gap: 0;
  padding: 0;
  background-color: transparent;
}
.modal-popup.sml .modal-popup-footer.buttons .btn {
  border-color: transparent;
  border-radius: 0;
  background-color: #fff;
}
.modal-popup.sml .modal-popup-footer.buttons .btn.bl {
  background-color: #3167e9;
  color: #fff;
}
.modal-popup.sml .modal-popup-footer.buttons .btn.bl:where(:hover, :focus, :active) {
  background-color: #275bd9;
}
.modal-popup.sml .modal-popup-footer.buttons .btn.dk {
  background-color: #444444;
  color: #fff;
}
.modal-popup.sml .modal-popup-footer.buttons .btn.dk:where(:hover, :focus, :active) {
  background-color: #3d3d3d;
}

.modal-popup.mid {
  max-width: 720px;
}

.modal-popup.lrg {
  max-width: 1200px;
}
.modal-popup.lrg .modal-popup-body {
  max-height: 72vh;
  overflow-y: auto;
}

.modal-popup.full-screen {
  padding: 0;
}
.modal-popup.full-screen .modal-popup-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}
.modal-popup.full-screen .modal-popup-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: calc(56px + 0.5rem);
  border-radius: 0;
  max-width: 100%;
  height: 100%;
  max-height: 100vh;
}
.modal-popup.full-screen .buttons {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  padding: 1.25rem 16px;
  background-color: #fff;
}

.modal-popup.alert {
  text-align: center;
}
.modal-popup.alert .buttons {
  justify-content: space-between;
  align-items: center;
  padding-block: 0 16px;
}
.modal-popup.alert .modal-popup-body {
  padding-block: 0;
  padding-inline: 0;
}
.modal-popup.alert .modal-popup-body .body-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.modal-popup.alert .modal-popup-body .body-area .align {
  width: 100%;
}

.modal-popup.banner-img {
  padding-top: 2.5rem;
  border-radius: 0;
  width: auto !important;
  max-width: 1236px !important;
  background-color: transparent;
  text-align: center;
}
.modal-popup.banner-img .btn-popup-close.ico {
  top: 0;
  right: 0;
  width: 2rem;
  height: 2.5rem;
  background-image: url(/asquare/images/common/btn_close_popup_wh.png);
}
.modal-popup.banner-img .modal-popup-header {
  padding-inline: 0;
  background-color: transparent;
}
.modal-popup.banner-img .modal-popup-header .title {
  padding-block: 0;
  padding-right: 0;
  width: 100%;
  min-height: 0;
  text-align: left;
}
.modal-popup.banner-img .modal-popup-body {
  padding-block: 0;
  padding-inline: 0;
  max-height: unset;
  background-color: transparent;
  overflow-y: unset;
}
.modal-popup.banner-img .modal-popup-body .body-area {
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  padding-inline: 0;
  height: auto !important;
  max-height: 100% !important;
  overflow-y: unset;
  color: #444;
  font-size: 0.813rem;
  line-height: 1.875em;
}
.modal-popup.banner-img .modal-popup-footer {
  position: static;
  display: none;
  background-color: transparent;
}
.modal-popup.banner-img .buttons {
  align-items: center;
  gap: 0;
  padding-block: 0;
  padding-inline: 0;
}
.modal-popup.banner-img .buttons .ui-button {
  border-radius: 0;
  border-top-width: 2px;
  font-size: 0.75rem;
}
.modal-popup.banner-img button.today-close {
  margin-top: 0.75rem;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5em;
  text-align: left;
}
.modal-popup.banner-img .today-close.ui-check[type=checkbox i].lg-bl ~ label {
  margin-top: 0.75rem;
  padding-left: 28px;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5em;
  text-align: left;
}
.modal-popup.banner-img .today-close.ui-check[type=checkbox i].lg-bl ~ label:before {
  border-radius: 4px;
  background-color: #FFFFFF;
}
.modal-popup.banner-img .modal-img-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-popup.banner-img .modal-img-list > a,
.modal-popup.banner-img .modal-img-list > img,
.modal-popup.banner-img .modal-img-list > div {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  background-color: #fff;
  object-fit: contain;
  aspect-ratio: 1;
}
.modal-popup.banner-img .modal-img-list > a img,
.modal-popup.banner-img .modal-img-list > img img,
.modal-popup.banner-img .modal-img-list > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.swal2-title {
  padding-top: 32px;
  font-size: 18px;
  line-height: 1.25em;
  color: #0C121A;
  font-weight: 500;
}

div:where(.swal2-container) .swal2-html-container {
  font-size: 16px;
  line-height: 1.75em;
  color: #0C121A;
}

.swal2-container:has(.swal2-title:empty) .swal2-html-container {
  padding-top: 32px;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #0C121A !important;
  color: #fff !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
  box-shadow: 0 0 0 3px rgba(12, 18, 26, 0.5) !important;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
  background-color: #F4F4F4 !important;
  color: #0C121A !important;
}

/*** custom-scrollbar ***/
html *::-webkit-scrollbar {
  border-radius: 4px;
  width: 4px;
  height: 4px;
  background-color: rgba(0, 0, 0, 0.06);
}

html *::-webkit-scrollbar-thumb {
  border: 0;
  border-radius: 4px;
  background-clip: padding-box;
  background-color: #0C121A;
}

html *::-webkit-scrollbar-track,
html *::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

html *::-webkit-scrollbar-button:vertical:decrement,
html *::-webkit-scrollbar-button:vertical:increment,
html *::-webkit-scrollbar-button:horizontal:decrement,
html *::-webkit-scrollbar-button:horizontal:increment {
  display: none;
}