/**
 * Clay 3.108.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.108.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@import url(../../common/css/fonts.css?t=1765353516661);
.quick-access-nav {
  position: fixed;
  z-index: 999;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a9afb5;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e5e7e9;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #92e5a5;
  border-color: #69db83;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6c757d;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6c757d;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #f5c4c9 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #bd2130;
  color: #bd2130;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(
		100vh - var(--control-menu-container-height) - 49px
	);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: calc(var(--control-menu-container-height) + 49px);
  transform: translateX(100%);
  transition: transform ease 0.5s;
  visibility: hidden;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
  visibility: visible;
}

@media (min-width: 768px) {
  .contextual-sidebar {
    height: calc(
			100vh - var(--control-menu-container-height) - 64px
		);
    top: calc(
			var(--control-menu-container-height) + 64px
		);
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info {
  transition: none;
}

.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons {
  transition: none;
}

.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  transition: none;
}

.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6c757d;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-result-message-header,
  .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
    background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header,
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-search-result-message-header {
    background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-empty-state {
    background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/classic-theme/images/states/empty_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/classic-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-success-state {
    background-image: url(/o/classic-theme/images/states/success_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/classic-theme/images/states/success_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/classic-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
@media (prefers-reduced-motion: reduce) {
  .taglib-empty-result-message .taglib-search-state {
    background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.gif);
  }
}
.c-prefers-reduced-motion .taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/classic-theme/images/states/search_state_reduced_motion.gif);
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.taglib-icon-help {
  color: #6c757d !important;
}
.taglib-icon-help:hover, .taglib-icon-help:active {
  color: #343a40 !important;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #75b8ff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #e5f2ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):focus, .lfr-search-container-wrapper a:not(.btn):not(.component-action):not(.page-link):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6c757d;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #343a40;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #343a40;
  font-weight: 600;
}
.user-info .date-info {
  color: #6c757d;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1rem;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.c-prefers-reduced-motion .portlet-boundary.yui3-dd-dragging {
  transition: none;
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: -0.0625rem;
  content: "";
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  transition: none;
}

.lfr-page-layouts .card-horizontal {
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  transition: none;
}

.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: -0.0625rem;
  content: "";
  height: 0;
  left: -0.0625rem;
  position: absolute;
  right: -0.0625rem;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  transition: none;
}

.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 500px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 0.5rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4a97f2;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #e87523;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fb625b;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #4fa488;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #fe4fb5;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #879b7a;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #bf8c2a;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #dee2e6;
  color: #5f9bc7;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23212529'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.125rem;
  content: "";
  height: 0.125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .c-prefers-reduced-motion .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: #f7f7f7;
  border-color: transparent;
  border-radius: 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: rgba(0, 0, 0, 0.5);
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: rgba(0, 0, 0, 0.5);
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: 1rem;
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}
.c-prefers-reduced-motion .lfr-progress-active .progress-bar-status,
.c-prefers-reduced-motion .lfr-upload-container .file-uploading .progress-bar .progress {
  transition: none;
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

/*--------------------------*/
/* imports					*/
/*--------------------------*/
/* fonts */
:root {
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  cursor: default;
  overflow-wrap: break-word;
  word-break: break-word;
  tab-size: 4;
}

html,
body {
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}

/* reset */
.ces-bizWeb-body {
  font-size: 1.6rem;
  /* placeholder */
  /* variables */
  /* primary */
  /* secondary */
  /* 사용중이지만 미정 */
  /* basic */
  /* grayscale */
  /* solution-color */
  /* banner-color */
  /* fonts - cesco */
  /* fonts - pretendard */
  /* font */
  /* align */
  /* align */
  /* button - box */
  /* button */
  /* button - link */
  /* link button right arrow */
  /* icon - 성분 단계 */
  /* icon - 상태 뱃지 - 텍스트형 */
  /* icon - 세스코 멤버스, 화이트 세스코 뱃지 */
  /* text - 상태 */
  /* text - input label*/
  /* form */
  /* Form */
  /* form - search round type */
  /* 버튼 */
  /* 링크버튼 */
  /* 테이블 */
  /* 뱃지 */
  /* form - textarea */
  /* form - select type02 */
  /* tab */
  /* tab type round scroll */
  /* calendar */
  /* 세로 영역 박스 */
  /* 가로 영역 */
  /* 컴포넌트 박스 */
  /* 공통 타이틀 */
  /* list table information */
  /* bullet */
  /* pagination */
  /* 조회조건 */
  /* 체크리스트 */
  /* 2025.04.29 기획 변경 시 적용 */
  /* 고객 지원 */
  /* 별점 */
  /* 라운지 */
  /* 세스코 자료실 */
  /* 고객 문의 및 리뷰 */
  /* slide popup */
  /* 접근성 숨김 */
  /* 영업시간 */
  /* header */
  /* footer */
  /* inner content */
  /* 메인 */
  /* 통합검색 */
  /* 설정 - 회원탈퇴 */
  /* 사업장 관리 */
  /* chating popup */
}
.ces-bizWeb-body * {
  margin: 0;
  padding: 0;
  font-family: "Pretendard", "맑은 고딕", "Malgun Gothic", sans-serif;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
}
.ces-bizWeb-body :after,
.ces-bizWeb-body :before {
  box-sizing: border-box;
}
.ces-bizWeb-body picture,
.ces-bizWeb-body video,
.ces-bizWeb-body canvas,
.ces-bizWeb-body svg {
  display: block;
}
.ces-bizWeb-body button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.ces-bizWeb-body a {
  text-decoration: none;
}
.ces-bizWeb-body p {
  margin: 0;
}
.ces-bizWeb-body strong {
  font-weight: 700;
}
.ces-bizWeb-body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.ces-bizWeb-body legend,
.ces-bizWeb-body caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ces-bizWeb-body ul,
.ces-bizWeb-body ol {
  list-style: none;
}
.ces-bizWeb-body li {
  list-style: none;
}
.ces-bizWeb-body fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.ces-bizWeb-body a,
.ces-bizWeb-body label,
.ces-bizWeb-body button,
.ces-bizWeb-body input[type=button],
.ces-bizWeb-body input[type=submit],
.ces-bizWeb-body input[type=radio],
.ces-bizWeb-body input[type=checkbox] {
  cursor: pointer;
}
.ces-bizWeb-body p,
.ces-bizWeb-body h1,
.ces-bizWeb-body h2,
.ces-bizWeb-body h3,
.ces-bizWeb-body h4,
.ces-bizWeb-body h5,
.ces-bizWeb-body h6,
.ces-bizWeb-body ul,
.ces-bizWeb-body ol,
.ces-bizWeb-body li,
.ces-bizWeb-body dl,
.ces-bizWeb-body dt,
.ces-bizWeb-body dd,
.ces-bizWeb-body table,
.ces-bizWeb-body th,
.ces-bizWeb-body td,
.ces-bizWeb-body form,
.ces-bizWeb-body fieldset,
.ces-bizWeb-body legend,
.ces-bizWeb-body input,
.ces-bizWeb-body textarea,
.ces-bizWeb-body button,
.ces-bizWeb-body select {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}
.ces-bizWeb-body a {
  color: inherit;
  text-decoration: none;
}
.ces-bizWeb-body img,
.ces-bizWeb-body fieldset,
.ces-bizWeb-body iframe {
  border: 0 none;
}
.ces-bizWeb-body img {
  vertical-align: top;
}
.ces-bizWeb-body i,
.ces-bizWeb-body em,
.ces-bizWeb-body address {
  font-style: normal;
}
.ces-bizWeb-body input[type=text],
.ces-bizWeb-body input[type=password],
.ces-bizWeb-body input[type=image],
.ces-bizWeb-body textarea,
.ces-bizWeb-body button {
  font-family: inherit;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.ces-bizWeb-body select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.ces-bizWeb-body input:focus,
.ces-bizWeb-body button:focus {
  outline: none;
}
.ces-bizWeb-body hr {
  display: none;
}
.ces-bizWeb-body ::placeholder {
  color: #a3a7b6;
  opacity: 1;
}
.ces-bizWeb-body :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a3a7b6;
}
.ces-bizWeb-body ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a3a7b6;
}
.ces-bizWeb-body ::-webkit-scrollbar {
  width: 10px;
  /* 스크롤바 너비 */
  height: 10px;
  /* 가로 스크롤바 높이 */
}
.ces-bizWeb-body ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  /* 스크롤바 색상 */
  border-radius: 8px;
  /* 스크롤바 둥글게 */
  border: 2px solid transparent;
  /* 스크롤바와 콘텐츠 사이 공간 */
  background-clip: content-box;
  /* 배경 클립 */
}
.ces-bizWeb-body ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.ces-bizWeb-body ::-webkit-scrollbar-track {
  background: transparent;
  /* 스크롤바 트랙 색상 */
  border-radius: 8px;
  /* 트랙 둥글게 */
}
.ces-bizWeb-body .ces-txt-headline {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.ces-bizWeb-body .ces-txt-headline2 {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
.ces-bizWeb-body .ces-txt-headline3 {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-txt-headline4 {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-txt-headline5 {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-txt-headline6 {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .txt-headline {
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .txt-headline2 {
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .txt-headline3 {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .txt-body {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .txt-body2 {
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .txt-body3 {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .txt-body4 {
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .txt-body5 {
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .txt-color-000 {
  color: #000 !important;
}
.ces-bizWeb-body .txt-color-fff {
  color: #fff !important;
}
.ces-bizWeb-body .txt-color-blue {
  color: #0089D0 !important;
}
.ces-bizWeb-body .txt-color-red {
  color: #EE3124 !important;
}
.ces-bizWeb-body .txt-color-gray {
  color: #5F6A86 !important;
}
.ces-bizWeb-body .txt-color-gray02 {
  color: #666 !important;
}
.ces-bizWeb-body .txt-color-gray03 {
  color: #888 !important;
}
.ces-bizWeb-body .txt-color-gray04 {
  color: #aaaaaa !important;
}
.ces-bizWeb-body .txt-color-gray05 {
  color: #ccc !important;
}
.ces-bizWeb-body .align-l {
  text-align: left !important;
}
.ces-bizWeb-body .align-c {
  text-align: center !important;
}
.ces-bizWeb-body .align-r {
  text-align: right !important;
}
.ces-bizWeb-body .txt-reg {
  font-weight: 400 !important;
}
.ces-bizWeb-body .txt-med {
  font-weight: 500 !important;
}
.ces-bizWeb-body .txt-semibold {
  font-weight: 600 !important;
}
.ces-bizWeb-body .txt-bold {
  font-weight: 700 !important;
}
.ces-bizWeb-body .btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 4rem;
}
.ces-bizWeb-body .btn-area.left {
  justify-content: flex-start;
}
.ces-bizWeb-body .btn-area.right {
  justify-content: flex-end;
}
.ces-bizWeb-body .btn-area.between {
  justify-content: space-between;
}
.ces-bizWeb-body .btn-area .column-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ces-bizWeb-body .btn-area + .ces-bizWeb-accordion.type2 {
  margin-top: 8rem;
}
.ces-bizWeb-body .btn-top-area {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.ces-bizWeb-body .btn-top-area.right {
  justify-content: flex-end;
}
.ces-bizWeb-body .btn-area-winpoup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
}
.ces-bizWeb-body .btn-area-winpoup.type1 {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .btn-text-underline {
  color: #888;
  text-decoration: underline;
}
.ces-bizWeb-body .btn-text-underline.fz-l {
  font-size: 1.8rem;
}
.ces-bizWeb-body .btn-text-underline.fz-m {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .btn-text-underline.fz-s {
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .btn-link-arrow {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  color: #0089D0;
}
.ces-bizWeb-body .btn-link-arrow.fz-l {
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .btn-link-arrow.fz-m {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .btn-link-arrow.fz-s {
  font-size: 1.4rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .btn-link-arrow.bold {
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  gap: 1.6rem;
  font-weight: 700;
}
.ces-bizWeb-body .btn-link-arrow.bold:after {
  padding-left: 1.6rem;
  background: url(../images/common/ico_arrow_right_16_bold_blue.svg) no-repeat 0 50%;
}
.ces-bizWeb-body .btn-link-arrow:after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_arrow_right_16_blue.svg) no-repeat 0 50%;
}
.ces-bizWeb-body .btn-link-arrow.gray {
  color: #666;
}
.ces-bizWeb-body .link-text-arrow {
  display: flex;
  position: relative;
  padding-right: 1.6rem;
}
.ces-bizWeb-body .link-text-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_arrow_right_16.svg) no-repeat;
  transform: translateY(-50%);
}
.ces-bizWeb-body .wrap-chip {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.ces-bizWeb-body [class^=chip-] {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  color: #0a233f;
  font-family: "cesco", "Pretendard", sans-serif;
  font-weight: 500;
  font-size: 1.2rem;
  letter-spacing: -0.03rem;
}
.ces-bizWeb-body [class^=chip-] .ico {
  display: block;
  flex: none;
  margin-right: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.ces-bizWeb-body [class^=chip-] .ico.bug {
  background-image: url(../images/common/ico_chip_bug_16_on.svg);
}
.ces-bizWeb-body [class^=chip-] .ico.flying {
  background-image: url(../images/common/ico_chip_fly_16_on.svg);
}
.ces-bizWeb-body [class^=chip-] .ico.matrix {
  background-image: url(../images/common/ico_chip_matrix_16_on.svg);
}
.ces-bizWeb-body [class^=chip-] .ico.bedbug {
  background-image: url(../images/common/ico_chip_bedbug_16_on.svg);
}
.ces-bizWeb-body [class^=chip-] .ico.virus {
  background-image: url(../images/common/ico_chip_virus_16_on.svg);
}
.ces-bizWeb-body [class^=chip-] .ico.securify {
  background-image: url(../images/common/ico_chip_securify_16_on.svg);
}
.ces-bizWeb-body [class^=chip-] .ico.purity {
  background-image: url(../images/common/ico_chip_purity_16_on.svg);
}
.ces-bizWeb-body [class^=chip-] .ico.water {
  background-image: url(../images/common/ico_chip_water_16_on.svg);
}
.ces-bizWeb-body [class^=chip-] .ico.rest {
  background-image: url(../images/common/ico_chip_rest_16_on.svg);
}
.ces-bizWeb-body [class^=chip-] .ico.food {
  background-image: url(../images/common/ico_chip_food_16_on.svg);
}
.ces-bizWeb-body [class^=chip-] .ico.aroma {
  background-image: url(../images/common/ico_chip_aroma_16_on.svg);
}
.ces-bizWeb-body [class^=chip-] .ico.analyze {
  background-image: url(../images/common/ico_chip_analyze_16_on.svg);
}
.ces-bizWeb-body [class^=chip-].color01 {
  color: #0089D0;
}
.ces-bizWeb-body [class^=chip-].color02 {
  color: #93328e;
}
.ces-bizWeb-body [class^=chip-].color03 {
  color: #845ec3;
}
.ces-bizWeb-body [class^=chip-].color04 {
  color: #00b5e2;
}
.ces-bizWeb-body [class^=chip-].color05 {
  color: #ef8700;
}
.ces-bizWeb-body [class^=chip-].color06 {
  color: #00b3b5;
}
.ces-bizWeb-body [class^=chip-].color07 {
  color: #0a233f;
}
.ces-bizWeb-body .chip-round {
  height: 3.2rem;
  padding: 0 1.2rem;
  border-width: 0.1rem;
  border-style: solid;
  border-radius: 2rem;
}
.ces-bizWeb-body .chip-round .ico {
  width: 1.6rem;
  height: 1.6rem;
}
.ces-bizWeb-body .chip-round span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.ces-bizWeb-body .chip-round ~ .chip-round {
  margin: 0 0 0 0.4rem;
}
.ces-bizWeb-body .chip-round.color01 {
  border-color: #0089D0;
  background-color: #e0f0fa;
}
.ces-bizWeb-body .chip-round.color02 {
  border-color: #93328e;
  background-color: #f2e6f0;
}
.ces-bizWeb-body .chip-round.color03 {
  border-color: #845ec3;
  background-color: #f4eeff;
}
.ces-bizWeb-body .chip-round.color04 {
  border-color: #00b5e2;
  background-color: #e0f6fc;
}
.ces-bizWeb-body .chip-round.color05 {
  border-color: #ef8700;
  background-color: #ffe3c1;
}
.ces-bizWeb-body .chip-round.color06 {
  border-color: #00b3b5;
  background-color: #e0f1f2;
}
.ces-bizWeb-body .chip-round.color07 {
  border-color: #0a233f;
  background-color: #e2e6ec;
}
.ces-bizWeb-body .chip-round.color08 {
  border-color: #0a233f;
  color: #fff;
  background-color: #0a233f;
}
.ces-bizWeb-body .chip-round.square {
  display: flex;
  flex-direction: column;
  flex: none;
  margin: 0;
  padding: 1.4rem 1rem;
  border: none;
  border-radius: 0.8rem;
  gap: 0.8rem;
  width: 6.3rem;
  height: 8rem;
  word-break: keep-all;
}
.ces-bizWeb-body .chip-round.square .ico {
  margin: 0;
}
.ces-bizWeb-body .chip-round.square span {
  margin: auto 0;
}
.ces-bizWeb-body .chip-round.default {
  border-color: #E3E6F0;
  color: #5F6A86;
  background-color: transparent;
}
.ces-bizWeb-body .ces-ico-ewg-grade {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .ces-ico-ewg-grade.green {
  background-image: url(../images/common/bg_grade_green.svg);
}
.ces-bizWeb-body .ces-ico-ewg-grade.lightgreen {
  background-image: url(../images/common/bg_grade_lightgreen.svg);
}
.ces-bizWeb-body .ces-ico-ewg-grade.yellow {
  background-image: url(../images/common/bg_grade_yellow.svg);
}
.ces-bizWeb-body .ces-ico-ewg-grade.orange {
  background-image: url(../images/common/bg_grade_orange.svg);
}
.ces-bizWeb-body .ces-ico-ewg-grade.red {
  background-image: url(../images/common/bg_grade_red.svg);
}
.ces-bizWeb-body .ces-ico-ewg-grade em {
  font-family: "cesco", "Pretendard", sans-serif;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.7rem;
  letter-spacing: -0.03em;
}
.ces-bizWeb-body .ces-ico-ewg-grade + .column-title {
  margin-left: 0.8rem;
}
.ces-bizWeb-body .ces-text-top {
  display: inline-block;
  margin-bottom: 1.2rem;
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-text-square {
  display: inline-block;
  padding: 0.5rem 1rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
  background-color: #1489CA;
}
.ces-bizWeb-body .ces-text-square.color01 {
  background-color: #1F2A59;
}
.ces-bizWeb-body .ces-text-square.color02 {
  background-color: #EE3124;
}
.ces-bizWeb-body .ces-text-square.color03 {
  background-color: #00B3B5;
}
.ces-bizWeb-body .ces-text-square.color04 {
  background-color: #aaa;
}
.ces-bizWeb-body .ces-badge-members,
.ces-bizWeb-body .ces-badge-white-cesco,
.ces-bizWeb-body .ces-badge-recording-cesco {
  display: inline-block;
  padding: 0 0.6rem;
  width: auto;
  border-width: 0.1rem;
  border-style: solid;
  border-radius: 0.8rem 0.2rem 0.8rem 0.2rem;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.8rem;
}
.ces-bizWeb-body .ces-badge-members {
  border-color: #0089D0;
  color: #fff;
  background-color: #0089D0;
}
.ces-bizWeb-body .ces-badge-white-cesco {
  border-color: #008f9f;
  color: #008f9f;
  background-color: #fff;
}
.ces-bizWeb-body .ces-badge-recording-cesco {
  position: relative;
  padding: 0 1.6rem 0 0.6rem;
  border-color: #000;
  color: #fff;
  background-color: #000;
}
.ces-bizWeb-body .ces-badge-recording-cesco::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #ff0000;
  transform: translateY(-50%);
  animation: recording-animation 1s ease-in-out infinite alternate;
}
@keyframes recording-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ces-bizWeb-body .txt-state {
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .txt-state.color01 {
  color: #EE3124;
}
.ces-bizWeb-body .txt-state.color02 {
  color: #666;
}
.ces-bizWeb-body .ces-label-title {
  display: flex;
  color: #5F6A86;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .box-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin: 4rem 0 1.6rem;
}
.ces-bizWeb-body .box-title .title-inner-left {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.ces-bizWeb-body .box-title .title {
  display: inline-block;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .box-title .title2 {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .box-title .title3 {
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .box-title .title4 {
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .box-title .title5 {
  font-size: 2.6rem;
  font-weight: 700;
}
.ces-bizWeb-body .box-title .tail {
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .box-title .lg-tail {
  margin-left: 0.4rem;
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .box-title .tail2 {
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .box-title .title-inner-right {
  margin-left: auto;
}
.ces-bizWeb-body .box-title .title-inner-right .description {
  color: #888;
}
.ces-bizWeb-body .box-title .description {
  margin-top: 0.8rem;
  width: 100%;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  word-break: keep-all;
}
.ces-bizWeb-body .box-title .title-inner-arrow {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 2.4rem;
  width: 100%;
}
.ces-bizWeb-body .box-title .title-inner-arrow .title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .box-title .title-inner-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
}
.ces-bizWeb-body .column-title {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ces-bizWeb-body .column-title .title-wrap {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
}
.ces-bizWeb-body .column-title .title-wrap .icon-lock {
  flex: none;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_lock_16.svg) no-repeat center/cover;
  margin-right: 0.4rem;
}
.ces-bizWeb-body .column-title .title-wrap .ces-text-badge {
  flex: none;
  vertical-align: text-bottom;
}
.ces-bizWeb-body .column-title .title-wrap .ces-text-badge + .tit {
  margin-left: 0.4rem;
}
.ces-bizWeb-body .column-title .box-top-badge {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}
.ces-bizWeb-body .column-title .tit {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-bizWeb-body .column-title .sub-wrap {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
}
.ces-bizWeb-body .column-title .sub-wrap .btn-confirm-download {
  margin-left: auto;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .column-title .sub-wrap .btn-confirm-download .ico-download {
  padding-right: 2rem;
}
.ces-bizWeb-body .column-title .text {
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .column-title .summarize {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-bizWeb-body .column-title .state-box {
  display: inline-flex;
  margin-right: 0.8rem;
}
.ces-bizWeb-body .column-title .date,
.ces-bizWeb-body .column-title .author,
.ces-bizWeb-body .column-title .btn-text-underline {
  position: relative;
  padding-left: 0.8rem;
  margin-right: 0.8rem;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .column-title .date:not(:first-child)::before,
.ces-bizWeb-body .column-title .author:not(:first-child)::before,
.ces-bizWeb-body .column-title .btn-text-underline:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.2rem;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #e5e5e5;
  transform: translateY(-50%);
}
.ces-bizWeb-body .column-title .date:first-child,
.ces-bizWeb-body .column-title .author:first-child,
.ces-bizWeb-body .column-title .btn-text-underline:first-child {
  padding-left: 0;
}
.ces-bizWeb-body .column-title .btn-text-underline {
  color: #0089D0;
}
.ces-bizWeb-body .column-title .author .owner {
  font-weight: 500;
  color: #666;
}
.ces-bizWeb-body .column-title .description {
  margin-top: 0.4rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .box-top-text .title-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ces-bizWeb-body .box-top-text .title {
  overflow: hidden;
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.2rem;
  line-height: 3.1rem;
  letter-spacing: -0.03em;
}
.ces-bizWeb-body .box-top-text .title + button {
  flex: none;
}
.ces-bizWeb-body .box-top-text .data-description {
  margin-top: 0.8rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  word-break: keep-all;
}
.ces-bizWeb-body .box-top-text + .ces-label-text {
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-label-text {
  margin-bottom: 0.6rem;
  position: relative;
  color: #5F6A86;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-label-text ~ .ces-label-text {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .ces-label-text + .ces-filter-date-picker, .ces-bizWeb-body .ces-label-text + .ces-list-box, .ces-bizWeb-body .ces-label-text + .ces-box-gallery, .ces-bizWeb-body .ces-label-text + .ces-bizWeb-textarea, .ces-bizWeb-body .ces-label-text + .ces-upload {
  margin-top: 0.4rem;
}
.ces-bizWeb-body .ces-label-text .required {
  overflow: hidden;
  margin-left: 0.4rem;
  border-radius: 100%;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #EE3124;
}
.ces-bizWeb-body .ces-btn-trash {
  position: absolute;
  right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_trash_24.svg) no-repeat center/cover;
}
.ces-bizWeb-body .ces-input-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.ces-bizWeb-body .ces-input-btn .ces-bizWeb-input[type=text] {
  width: 100%;
  height: 4.8rem;
  padding: 1.4rem 3.6rem 1.4rem 1.4rem;
}
.ces-bizWeb-body .ces-input-btn + .ces-input-btn {
  margin-top: 1rem;
}
.ces-bizWeb-body .input-group-flex {
  display: flex;
}
.ces-bizWeb-body .input-group-flex .ces-input-group.flex-none {
  flex: none;
}
.ces-bizWeb-body .input-group-flex .ces-input-group.flex-none .selectbox {
  width: 8rem;
}
.ces-bizWeb-body .input-group-flex .ces-input-group + .ces-input-group {
  margin-left: 0.8rem;
}
.ces-bizWeb-body .hint {
  margin-top: 0.5rem;
  color: #aaaaaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .hint.sm {
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .hint.safe {
  color: #0089D0;
}
.ces-bizWeb-body .hint.safe.ico {
  background-image: url(../images/common/ico_safe_10.svg);
}
.ces-bizWeb-body .hint.error {
  color: #EE3124;
}
.ces-bizWeb-body .hint.error.ico {
  background-image: url(../images/common/ico_error_10.svg);
}
.ces-bizWeb-body .hint.ico {
  padding-left: 1.5rem;
  background-position: left 0 top 0.4rem;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .ces-form-wrap .form-box .form-title {
  display: flex;
  margin-bottom: 1.8rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.ces-bizWeb-body .ces-form-wrap .form-box .form-title .tail {
  display: inline-block;
  margin: 0 1rem 0 0.4rem;
  color: #0089D0;
}
.ces-bizWeb-body .ces-form-wrap .form-box .form-title .tail + .info-txt {
  color: #666;
  font-weight: 400;
}
.ces-bizWeb-body .ces-form-wrap .form-box .form-cont {
  display: flex;
}
.ces-bizWeb-body .ces-form-wrap .form-box .form-cont > li + li {
  margin-left: 4rem;
}
.ces-bizWeb-body .ces-form-wrap .form-box + .form-box {
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-input[type=text], .ces-bizWeb-body .ces-bizWeb-input[type=password], .ces-bizWeb-body .ces-bizWeb-input[type=search], .ces-bizWeb-body .ces-bizWeb-input[type=number], .ces-bizWeb-body .ces-bizWeb-input[type=tel], .ces-bizWeb-body .ces-bizWeb-input[type=url] {
  height: 3.6rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  padding: 0.7rem 1.1rem;
  outline: 0;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  background-color: transparent;
}
.ces-bizWeb-body .ces-bizWeb-input[type=text]:focus, .ces-bizWeb-body .ces-bizWeb-input[type=password]:focus, .ces-bizWeb-body .ces-bizWeb-input[type=search]:focus, .ces-bizWeb-body .ces-bizWeb-input[type=number]:focus, .ces-bizWeb-body .ces-bizWeb-input[type=tel]:focus, .ces-bizWeb-body .ces-bizWeb-input[type=url]:focus {
  border-color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-input[type=text]::placeholder, .ces-bizWeb-body .ces-bizWeb-input[type=password]::placeholder, .ces-bizWeb-body .ces-bizWeb-input[type=search]::placeholder, .ces-bizWeb-body .ces-bizWeb-input[type=number]::placeholder, .ces-bizWeb-body .ces-bizWeb-input[type=tel]::placeholder, .ces-bizWeb-body .ces-bizWeb-input[type=url]::placeholder {
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-input[type=text]::-webkit-input-placeholder, .ces-bizWeb-body .ces-bizWeb-input[type=password]::-webkit-input-placeholder, .ces-bizWeb-body .ces-bizWeb-input[type=search]::-webkit-input-placeholder, .ces-bizWeb-body .ces-bizWeb-input[type=number]::-webkit-input-placeholder, .ces-bizWeb-body .ces-bizWeb-input[type=tel]::-webkit-input-placeholder, .ces-bizWeb-body .ces-bizWeb-input[type=url]::-webkit-input-placeholder {
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-input[type=text]:-ms-input-placeholder, .ces-bizWeb-body .ces-bizWeb-input[type=password]:-ms-input-placeholder, .ces-bizWeb-body .ces-bizWeb-input[type=search]:-ms-input-placeholder, .ces-bizWeb-body .ces-bizWeb-input[type=number]:-ms-input-placeholder, .ces-bizWeb-body .ces-bizWeb-input[type=tel]:-ms-input-placeholder, .ces-bizWeb-body .ces-bizWeb-input[type=url]:-ms-input-placeholder {
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-input[type=text]:read-only, .ces-bizWeb-body .ces-bizWeb-input[type=text]:disabled, .ces-bizWeb-body .ces-bizWeb-input[type=password]:read-only, .ces-bizWeb-body .ces-bizWeb-input[type=password]:disabled, .ces-bizWeb-body .ces-bizWeb-input[type=search]:read-only, .ces-bizWeb-body .ces-bizWeb-input[type=search]:disabled, .ces-bizWeb-body .ces-bizWeb-input[type=number]:read-only, .ces-bizWeb-body .ces-bizWeb-input[type=number]:disabled, .ces-bizWeb-body .ces-bizWeb-input[type=tel]:read-only, .ces-bizWeb-body .ces-bizWeb-input[type=tel]:disabled, .ces-bizWeb-body .ces-bizWeb-input[type=url]:read-only, .ces-bizWeb-body .ces-bizWeb-input[type=url]:disabled {
  background-color: #f5f5f5;
  border-color: #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-input[type=text].w-type1, .ces-bizWeb-body .ces-bizWeb-input[type=password].w-type1, .ces-bizWeb-body .ces-bizWeb-input[type=search].w-type1, .ces-bizWeb-body .ces-bizWeb-input[type=number].w-type1, .ces-bizWeb-body .ces-bizWeb-input[type=tel].w-type1, .ces-bizWeb-body .ces-bizWeb-input[type=url].w-type1 {
  width: 20rem;
}
.ces-bizWeb-body .ces-bizWeb-input[type=text].w-type2, .ces-bizWeb-body .ces-bizWeb-input[type=password].w-type2, .ces-bizWeb-body .ces-bizWeb-input[type=search].w-type2, .ces-bizWeb-body .ces-bizWeb-input[type=number].w-type2, .ces-bizWeb-body .ces-bizWeb-input[type=tel].w-type2, .ces-bizWeb-body .ces-bizWeb-input[type=url].w-type2 {
  width: 4.6rem;
}
.ces-bizWeb-body .ces-bizWeb-input[type=text].w-type3, .ces-bizWeb-body .ces-bizWeb-input[type=password].w-type3, .ces-bizWeb-body .ces-bizWeb-input[type=search].w-type3, .ces-bizWeb-body .ces-bizWeb-input[type=number].w-type3, .ces-bizWeb-body .ces-bizWeb-input[type=tel].w-type3, .ces-bizWeb-body .ces-bizWeb-input[type=url].w-type3 {
  width: 30rem;
}
.ces-bizWeb-body .ces-bizWeb-input[type=text].w-type4, .ces-bizWeb-body .ces-bizWeb-input[type=password].w-type4, .ces-bizWeb-body .ces-bizWeb-input[type=search].w-type4, .ces-bizWeb-body .ces-bizWeb-input[type=number].w-type4, .ces-bizWeb-body .ces-bizWeb-input[type=tel].w-type4, .ces-bizWeb-body .ces-bizWeb-input[type=url].w-type4 {
  width: 40rem;
}
.ces-bizWeb-body .ces-bizWeb-input[type=text].w-type5, .ces-bizWeb-body .ces-bizWeb-input[type=password].w-type5, .ces-bizWeb-body .ces-bizWeb-input[type=search].w-type5, .ces-bizWeb-body .ces-bizWeb-input[type=number].w-type5, .ces-bizWeb-body .ces-bizWeb-input[type=tel].w-type5, .ces-bizWeb-body .ces-bizWeb-input[type=url].w-type5 {
  width: 50.4rem;
}
.ces-bizWeb-body .ces-bizWeb-input[type=text].w24, .ces-bizWeb-body .ces-bizWeb-input[type=password].w24, .ces-bizWeb-body .ces-bizWeb-input[type=search].w24, .ces-bizWeb-body .ces-bizWeb-input[type=number].w24, .ces-bizWeb-body .ces-bizWeb-input[type=tel].w24, .ces-bizWeb-body .ces-bizWeb-input[type=url].w24 {
  width: 24rem;
}
.ces-bizWeb-body .ces-bizWeb-input[type=date] {
  position: relative;
  border: 0.1rem solid #ccc;
  border-radius: 0.4rem;
  padding: 0.9rem 2.7rem 0.9rem 1.1rem;
  outline: 0;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-input[type=date]::-webkit-clear-button, .ces-bizWeb-body .ces-bizWeb-input[type=date]::-webkit-inner-spin-button {
  display: none;
}
.ces-bizWeb-body .ces-bizWeb-input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  background: transparent;
  cursor: pointer;
}
.ces-bizWeb-body .ces-bizWeb-input[type=date]:valid::before {
  display: none;
}
.ces-bizWeb-body .ces-bizWeb-input[type=date]:before {
  content: attr(data-placeholder);
  width: 100%;
}
.ces-bizWeb-body .ces-bizWeb-input[type=date][data-placeholder]::before {
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-input[type=search] {
  background-color: #fff;
}
.ces-bizWeb-body .ces-bizWeb-input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
.ces-bizWeb-body .ces-bizWeb-input.error {
  color: #888;
  border: 0.1rem solid #EE3124;
}
.ces-bizWeb-body .ces-bizWeb-input.full {
  width: 100%;
}
.ces-bizWeb-body .ces-bizWeb-input.full + .ces-btn {
  flex: none;
  margin-left: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-input + .cell-cnt {
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-bizWeb-input + .ces-form-flex {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-checkbox {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  position: relative;
  gap: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-checkbox input[type=checkbox] + .ces-checkbox {
  flex: none;
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ico_checkbox_default_20.svg) no-repeat 50% 50%/2rem;
}
.ces-bizWeb-body .ces-bizWeb-checkbox input[type=checkbox] + .ces-checkbox.type2 {
  background: url(../images/common/ico_checkbox_default_check_20.svg) no-repeat 50% 50%/2rem;
}
.ces-bizWeb-body .ces-bizWeb-checkbox input[type=checkbox] + .ces-checkbox + .text {
  display: block;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-checkbox input[type=checkbox]:checked + .ces-checkbox {
  background-image: url(../images/common/ico_checkbox_checked_20.svg);
}
.ces-bizWeb-body .ces-bizWeb-checkbox input[type=checkbox]:checked:disabled + .ces-checkbox {
  background-image: url(../images/common/ico_checkbox_chk_disabled_20.svg);
}
.ces-bizWeb-body .ces-bizWeb-checkbox input[type=checkbox]:disabled + .ces-checkbox {
  background-image: url(../images/common/ico_checkbox_disabled_20.svg);
}
.ces-bizWeb-body .ces-bizWeb-checkbox input[type=checkbox]:disabled + .ces-checkbox + .text {
  color: #888;
}
.ces-bizWeb-body .ces-bizWeb-checkbox + .ces-bizWeb-checkbox {
  margin-left: 2rem;
}
.ces-bizWeb-body .ces-bizWeb-radio {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  position: relative;
  gap: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-radio + .ces-bizWeb-radio {
  margin-left: 2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-radio input[type=radio] + .ces-radio {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ico_radio_default_20.svg) no-repeat 50% 50%/2rem;
}
.ces-bizWeb-body .ces-bizWeb-radio input[type=radio] + .ces-radio + .text {
  display: block;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-radio input[type=radio]:checked + .ces-radio {
  background-image: url(../images/common/ico_radio_checked_20.svg);
}
.ces-bizWeb-body .ces-bizWeb-radio input[type=radio]:disabled + .ces-radio {
  background-image: url(../images/common/ico_radio_disabled_20.svg);
}
.ces-bizWeb-body .ces-bizWeb-radio input[type=radio]:disabled + .ces-radio + .text {
  color: #888;
}
.ces-bizWeb-body .ces-bizWeb-radio:hover .text-bubble, .ces-bizWeb-body .ces-bizWeb-radio:focus .text-bubble {
  display: block;
}
.ces-bizWeb-body .ces-bizWeb-radio .text-bubble {
  display: none;
  position: absolute;
  bottom: 2.8rem;
  left: 0;
  height: 2.8rem;
  padding: 0 0.8rem;
  background-color: #0A233F;
  border-radius: 0.8rem;
  color: #fff;
  white-space: nowrap;
  transform: translateX(calc(-50% + 1rem));
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
  line-height: 2.8rem;
}
.ces-bizWeb-body .ces-bizWeb-radio .text-bubble::before {
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  content: "";
  width: 0;
  border: 0.6rem solid transparent;
  border-bottom: 0;
  border-top: 0.6rem solid #000;
  transform: translate(-50%, 100%);
}
.ces-bizWeb-body .ces-bizWeb-select {
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.6rem;
  padding: 0.7rem 3.5rem 0.7rem 1.1rem;
  outline: 0;
  min-width: 16rem;
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  background: #fff url(../images/common/ico_select_arrow_down_24.svg) no-repeat center right 0.8rem/2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-select option {
  color: #000;
}
.ces-bizWeb-body .ces-bizWeb-select.change-on {
  color: #000;
}
.ces-bizWeb-body .ces-bizWeb-select:focus {
  border-color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-select:disabled {
  color: #000;
  border-color: #e5e5e5;
  background-color: #f5f5f5;
}
.ces-bizWeb-body .ces-bizWeb-select.type1 {
  min-width: 64rem;
}
.ces-bizWeb-body .ces-bizWeb-select.type2 {
  min-width: 40rem;
}
.ces-bizWeb-body .ces-bizWeb-select.type3 {
  min-width: 60rem;
}
.ces-bizWeb-body .ces-bizWeb-select.type4 {
  min-width: 30rem;
}
.ces-bizWeb-body .ces-bizWeb-select.type5 {
  min-width: 26rem;
}
.ces-bizWeb-body .ces-bizWeb-select.type6 {
  min-width: 12rem;
}
.ces-bizWeb-body .ces-bizWeb-select.full {
  min-width: auto;
  width: 100%;
}
.ces-bizWeb-body .ces-bizWeb-select + .wrap-badge {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-select + .ces-text-badge {
  margin-left: 1rem;
}
.ces-bizWeb-body .btn-select {
  position: relative;
  display: flex;
  align-items: center;
  text-align: left;
  padding: 0 3.6rem 0 1.4rem;
  width: 22rem;
  height: 3.6rem;
  border-radius: 0.6rem;
  border: 0.1rem solid #e5e5e5;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
.ces-bizWeb-body .btn-select .icon {
  position: absolute;
  top: 0.5rem;
  right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
  background-position: center;
  background-image: url(../images/common/ico_select_arrow_down_24.svg);
  background-repeat: no-repeat;
  transform: rotate(0);
}
.ces-bizWeb-body .btn-select.active .icon {
  transform: rotate(180deg);
}
.ces-bizWeb-body .label-text {
  position: relative;
  margin: 2rem 0 1rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .label-text + .ces-bullet.caution {
  margin-top: 0.1rem;
}
.ces-bizWeb-body .pop-sub-title {
  margin: 4rem 0 1rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .pop-sub-title + .ces-bullet {
  margin-top: 0;
}
.ces-bizWeb-body .filter-row {
  display: flex;
  gap: 4rem;
}
.ces-bizWeb-body .filter-row .wrap-btns {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.ces-bizWeb-body .filter-row .ces-btn.refresh, .ces-bizWeb-body .filter-row .ces-btn.search {
  align-self: flex-end;
}
.ces-bizWeb-body .filter-row.dual .box-forms:first-child {
  flex: 3.2;
}
.ces-bizWeb-body .filter-row.type01 .box-forms:first-child {
  flex: 0.65;
}
.ces-bizWeb-body .filter-row.type02 .box-forms:first-child {
  flex: 4.5;
}
.ces-bizWeb-body .filter-row.type03 {
  gap: 2rem;
}
.ces-bizWeb-body .filter-row .box-forms {
  position: relative;
  flex: 1;
}
.ces-bizWeb-body .filter-row .box-forms .btn-line {
  width: 100%;
  padding: 0.6rem 1.2rem;
  min-height: 3.6rem;
  border-radius: 0.6rem;
  border: 0.1rem solid #e5e5e5;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
.ces-bizWeb-body .filter-row .box-forms .btn-line:read-only {
  background: #f8f8f8;
  color: #aaa;
}
.ces-bizWeb-body .filter-row .box-forms .btn-line.select {
  padding: 0.6rem 3.6rem 0.6rem 1.2rem;
  background: url(../images/common/ico_arrow_down_24_black.svg) no-repeat;
  background-size: 2.4rem;
  background-position: right 0.8rem top 0.6rem;
  font-weight: 400;
}
.ces-bizWeb-body .filter-row .box-forms .btn-line.select.change-on {
  color: #000;
}
.ces-bizWeb-body .filter-row .box-forms .btn-line.select.active + .layer-search {
  display: block;
}
.ces-bizWeb-body .filter-row .box-forms .btn-line.select.read-only {
  background-color: #f8f8f8;
  color: #aaa;
}
.ces-bizWeb-body .filter-row .box-forms .layer-search {
  display: none;
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 2rem;
  border: 0.1rem solid #ccc;
  border-radius: 2.4rem;
  background-color: #fff;
  box-shadow: 0rem 0.6rem 1.2rem 0rem rgba(0, 0, 0, 0.16);
}
.ces-bizWeb-body .filter-row .box-forms .layer-search .ces-bizWeb-group-search {
  position: relative;
  margin-bottom: 1rem;
}
.ces-bizWeb-body .filter-row .box-forms .layer-search .ces-bizWeb-group-search .ces-bizWeb-input {
  width: 100%;
  padding: 0 4.2rem 0 1.6rem;
  border: 0;
  background-color: #f8f8f8;
  height: 4.8rem;
}
.ces-bizWeb-body .filter-row .box-forms .layer-search .ces-bizWeb-group-search .btn-search {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_search_black_16.svg) center/1.6rem no-repeat;
}
.ces-bizWeb-body .filter-row .box-forms .layer-search .wrap-search-list {
  height: 14.4rem;
  overflow-y: scroll;
}
.ces-bizWeb-body .filter-row .box-forms .layer-search .wrap-search-list .list-result > li {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .filter-row .box-forms .layer-search .wrap-search-list .list-result .btn-result {
  display: block;
  width: 100%;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
.ces-bizWeb-body .filter-row .box-forms .layer-search .wrap-search-list .list-result .btn-result:hover {
  color: #0089D0;
}
.ces-bizWeb-body .filter-row .box-forms .layer-search .wrap-search-no-content {
  height: 17rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ces-bizWeb-body .filter-row .box-forms .layer-search .wrap-search-no-content .txt-no-content {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .filter-row .box-forms .multi-calendar {
  display: flex;
  gap: 0.8rem;
}
.ces-bizWeb-body .filter-row .box-forms .multi-calendar .ces-calendar-box {
  position: relative;
  flex: 1;
}
.ces-bizWeb-body .filter-row .box-forms .ces-calendar-box {
  position: relative;
  display: flex;
  align-items: center;
}
.ces-bizWeb-body .filter-row .box-forms .ces-calendar-box .btn-date {
  position: relative;
  flex: 1;
  width: 100%;
}
.ces-bizWeb-body .filter-row .box-forms .ces-calendar-box .btn-date ~ .btn-date::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: -1.6rem;
  width: 0.8rem;
  height: 0.1rem;
  background-color: #000;
  cursor: default;
}
.ces-bizWeb-body .filter-row .box-forms .ces-calendar-box + .ces-calendar-box {
  padding-left: 1.6rem;
}
.ces-bizWeb-body .filter-row .box-forms .ces-calendar-box + .ces-calendar-box::before {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 0rem;
  width: 0.8rem;
  height: 0.1rem;
  background: #000;
}
.ces-bizWeb-body .filter-row:first-child .label-text {
  margin-top: 0;
}
.ces-bizWeb-body .filter-row + .btn-box {
  margin-top: 2rem;
  text-align: center;
}
.ces-bizWeb-body .filter-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-round-search {
  border: 0.1rem solid #E3E6F0;
  border-radius: 0.8rem;
}
.ces-bizWeb-body .ces-round-search .ces-input-text {
  padding: 0 1.6rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-round-search .ces-input-text::placeholder {
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-round-search .btn-search {
  margin: 0;
  width: 4.8rem;
  height: 4.8rem;
}
.ces-bizWeb-body .ces-round-search + .ces-filter-box {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .ces-btn-switch {
  display: inline-flex;
  align-items: center;
  align-self: center;
  position: relative;
  margin: 0;
}
.ces-bizWeb-body .ces-btn-switch input[type=checkbox] {
  position: relative;
  padding: 0.2rem;
  border-radius: 4.4rem;
  box-sizing: border-box;
  width: 4.2rem;
  height: 2.4rem;
  background-color: #A0ABC6;
  transition: background-color 0.25s linear;
  appearance: none;
}
.ces-bizWeb-body .ces-btn-switch input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  transition: left 0.25s linear;
}
.ces-bizWeb-body .ces-btn-switch input[type=checkbox]:checked {
  background-color: #0089D0;
  transition: background-color 0.25s linear;
}
.ces-bizWeb-body .ces-btn-switch input[type=checkbox]:checked:before {
  left: 2rem;
  transition: left 0.25s linear;
}
.ces-bizWeb-body .ces-btn-switch .text {
  margin-left: 0.8rem;
  display: inline-flex;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  transition: left 0.25s linear;
}
.ces-bizWeb-body .ces-btn-switch.small input[type=checkbox] {
  width: 3.2rem;
  height: 1.8rem;
}
.ces-bizWeb-body .ces-btn-switch.small input[type=checkbox]:before {
  width: 1.4rem;
  height: 1.4rem;
}
.ces-bizWeb-body .ces-btn-switch.small input[type=checkbox]:checked:before {
  left: 1.6rem;
}
.ces-bizWeb-body .btn-switch {
  position: relative;
  padding: 0.2rem;
  border-radius: 4.2rem;
  box-sizing: border-box;
  width: 3.2rem;
  height: 1.8rem;
  background-color: #A0ABC6;
  transition: background-color 0.25s linear;
  appearance: none;
}
.ces-bizWeb-body .btn-switch:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  border-radius: 50%;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
  transition: left 0.25s linear;
}
.ces-bizWeb-body .btn-switch.active {
  background-color: #0089D0;
  transition: background-color 0.25s linear;
}
.ces-bizWeb-body .btn-switch.active:before {
  left: 1.6rem;
  transition: left 0.25s linear;
}
.ces-bizWeb-body .app-push-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.4rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .app-push-box .txt-push {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .app-push-box .ces-btn-switch input[type=checkbox]:before {
  top: 0.2rem;
  left: 0.2rem;
  width: 2rem;
  height: 2rem;
}
.ces-bizWeb-body .app-push-box .ces-btn-switch input[type=checkbox]:checked:before {
  top: 0.2rem;
  left: 0.2rem;
  width: 2rem;
  height: 2rem;
  background-image: none;
  left: 2.2rem;
  transition: left 0.25s linear;
}
.ces-bizWeb-body .ces-btn-heart input + .ico-checkbox-heart {
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ico_heart_20.svg) no-repeat center center/100%;
}
.ces-bizWeb-body .ces-btn-heart input:checked + .ico-checkbox-heart {
  background-image: url(../images/common/ico_heart_20_on.svg);
}
.ces-bizWeb-body .ces-btn {
  flex: none;
  display: inline-block;
  vertical-align: middle;
  border: 0.1rem solid #fff;
  padding: 0.6rem 2.4rem;
  height: 3.6rem;
  border-radius: 0.8rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  background-color: #fff;
}
.ces-bizWeb-body .ces-btn.bg-blue:disabled, .ces-bizWeb-body .ces-btn:disabled {
  color: #aaaaaa !important;
  border-color: #e5e5e5 !important;
  background-color: #e5e5e5 !important;
}
.ces-bizWeb-body .ces-btn.bg-blue {
  border-color: #0089D0;
  color: #fff;
  background-color: #0089D0;
}
.ces-bizWeb-body .ces-btn.bg-blue:hover {
  border-color: #65BFED;
  background: #65BFED;
}
.ces-bizWeb-body .ces-btn.bg-red {
  border-color: #F69892;
  background-color: #F69892;
  color: #fff;
}
.ces-bizWeb-body .ces-btn.bg-gray {
  background-color: #AFB4C2;
  border-color: #AFB4C2;
  color: #fff;
}
.ces-bizWeb-body .ces-btn.bg-light {
  border-color: #F3F5FA;
  color: #5F6A86;
  background-color: #F3F5FA;
}
.ces-bizWeb-body .ces-btn.bg-light:hover {
  background: #EAF0FF;
}
.ces-bizWeb-body .ces-btn.bg-navy {
  background-color: #0A233F;
  color: #fff;
}
.ces-bizWeb-body .ces-btn.bg-dark-gray {
  background-color: #5F6A86;
  color: #fff;
}
.ces-bizWeb-body .ces-btn.bg-opaque {
  border: 0;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.ces-bizWeb-body .ces-btn.line {
  border-color: #ccc;
  color: #000;
  background-color: #fff;
}
.ces-bizWeb-body .ces-btn.line:hover {
  border-color: #ccc;
  color: #000;
}
.ces-bizWeb-body .ces-btn.line:disabled {
  border-color: #e5e5e5;
  color: #888;
}
.ces-bizWeb-body .ces-btn.refresh {
  position: relative;
  padding: 0 1rem 0 3.8rem;
  height: 3.6rem;
}
.ces-bizWeb-body .ces-btn.refresh::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_refresh_24.svg) center/2.4rem no-repeat;
}
.ces-bizWeb-body .ces-btn.line-blue {
  border-color: #0089D0;
  color: #0089D0;
  background-color: #fff;
}
.ces-bizWeb-body .ces-btn.line-blue:hover {
  background-color: rgba(0, 137, 208, 0.08);
}
.ces-bizWeb-body .ces-btn.line-blue:disabled {
  border-color: #f5f5f5;
  background-color: #e5e5e5;
  color: #aaaaaa;
}
.ces-bizWeb-body .ces-btn.line-gray {
  border-color: #AFB4C2;
  color: #AFB4C2;
  background-color: #fff;
}
.ces-bizWeb-body .ces-btn.line-red {
  border-color: #F69892;
  color: #F69892;
  background-color: #fff;
}
.ces-bizWeb-body .ces-btn.line-light {
  border-color: #aaaaaa;
  color: #aaaaaa;
  background-color: #fff;
}
.ces-bizWeb-body .ces-btn.line-navy {
  border-color: #0A233F;
  color: #0A233F;
  background-color: #fff;
}
.ces-bizWeb-body .ces-btn.line-dark-gray {
  border-color: #5F6A86;
  color: #5F6A86;
  background-color: #fff;
}
.ces-bizWeb-body .ces-btn.small {
  height: 3rem;
  padding: 0.6rem 1.4rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}
.ces-bizWeb-body .btn-sub-modify {
  height: 3.6rem;
  padding: 0 1.6rem 0 4rem !important;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  line-height: 3.6rem;
  color: #5F6A86;
}
.ces-bizWeb-body .btn-sub-add {
  position: relative;
  height: 3.6rem;
  padding: 0 1.6rem 0 4rem !important;
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  line-height: 3.6rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #0089D0;
}
.ces-bizWeb-body .btn-sub-add::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 1.6rem;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  transform: translateY(-50%);
}
.ces-bizWeb-body .box-check-line {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .box-check-line + .box-check-line {
  margin-top: 1rem;
}
.ces-bizWeb-body .box-check-line .check-head {
  display: flex;
  padding: 2rem 1.6rem;
}
.ces-bizWeb-body .box-check-line .check-head .ces-bizWeb-checkbox .ces-checkbox + .text {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .box-check-line .check-head .wrap-btn-dot {
  position: relative;
  margin-left: auto;
}
.ces-bizWeb-body .box-check-line .check-head .wrap-btn-dot .dot-tooltip {
  right: 0;
}
.ces-bizWeb-body .box-check-line .check-body:has(.ces-box-gallery, .ces-bizWeb-textarea-wrap) {
  padding: 2rem 0;
  margin: 0 1.6rem;
  border-top: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .box-check-line .check-body .ces-bizWeb-textarea {
  min-height: 10rem;
}
.ces-bizWeb-body .box-check-line .check-body .ces-box-gallery {
  display: flex;
  gap: 1rem;
}
.ces-bizWeb-body .box-check-line .check-body .ces-box-gallery > li {
  position: relative;
  margin-top: 0;
  width: 10rem;
  height: 10rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.ces-bizWeb-body .box-check-line .check-body .ces-box-gallery > li > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .box-check-line .check-body .ces-box-gallery > li .btn-cancel {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}
.ces-bizWeb-body .box-check-line .check-body .ces-box-gallery > li .btn-cancel .ico-delete {
  display: block;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}
.ces-bizWeb-body .box-check-line .check-body .ces-box-gallery > li .btn-cancel .ico-delete:before, .ces-bizWeb-body .box-check-line .check-body .ces-box-gallery > li .btn-cancel .ico-delete:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.2rem;
  width: 0.9rem;
  height: 0.1rem;
  background-color: #fff;
}
.ces-bizWeb-body .box-check-line .check-body .ces-box-gallery > li .btn-cancel .ico-delete:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ces-bizWeb-body .box-check-line .check-body .ces-box-gallery > li .btn-cancel .ico-delete:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ces-bizWeb-body .box-check-line .check-body .ces-box-gallery + .ces-bizWeb-textarea-wrap {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-btn-link {
  display: inline-block;
  min-width: 9rem;
  padding: 0 1.2rem !important;
  height: 3rem;
  border-radius: 0.8rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7rem;
  line-height: 3rem;
  text-align: center;
}
.ces-bizWeb-body .underline {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.ces-bizWeb-body .ces-link {
  display: inline-flex;
  min-height: 3.6rem;
  align-items: center;
  padding: 0.6rem 1rem 0.4rem 0.4rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.6rem;
}
.ces-bizWeb-body .ces-link::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/common/ico_plus_black_24.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.ces-bizWeb-body .ces-link.type2 {
  border-color: #000;
}
.ces-bizWeb-body .ces-link + .file-name {
  margin-left: 1rem;
  vertical-align: super;
}
.ces-bizWeb-body .ces-btn-excel {
  display: block;
  width: 2.4rem;
  min-width: 3.6rem;
  height: 3.6rem;
  padding: 0 0.6rem !important;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
  background: #fff url(../images/common/ico_excel_24.svg) no-repeat center;
}
.ces-bizWeb-body .btn-file-download {
  display: inline-block;
  vertical-align: middle;
}
.ces-bizWeb-body .btn-file-download::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/common/ico_attachment_file_24.svg);
}
.ces-bizWeb-body .btn-doc-download {
  display: inline-block;
  vertical-align: middle;
}
.ces-bizWeb-body .btn-doc-download::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/common/ico_download_24.svg);
}
.ces-bizWeb-body .btn-link-open {
  display: inline-block;
  vertical-align: middle;
}
.ces-bizWeb-body .btn-link-open::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-image: url(../images/common/ico_link_24.svg);
}
.ces-bizWeb-body .btn-link-line {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 4.8rem 0.6rem 1.2rem;
  min-height: 3.6rem;
  border-radius: 10rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .btn-link-line::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 0.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/common/ico_link_24.svg);
}
.ces-bizWeb-body .btn-link-line .text {
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}
.ces-bizWeb-body .ces-bizWeb-table > table {
  color: #787878;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-table > table thead tr:first-child th {
  border-top: 0.1rem solid #000;
}
.ces-bizWeb-body .ces-bizWeb-table > table thead th {
  padding: 0.8rem 1.2rem;
  border-bottom: 0.1rem solid #e5e5e5;
  height: 4.8rem;
  min-height: 4.8rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  background-color: #F3F5FA;
}
.ces-bizWeb-body .ces-bizWeb-table > table thead th:not(:last-of-type) {
  border-right: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-table > table thead th .cell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}
.ces-bizWeb-body .ces-bizWeb-table > table tbody th {
  padding: 0.8rem 1.2rem;
  border-top: 0.1rem solid #e5e5e5;
  border-right: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  height: 4.8rem;
  min-height: 4.8rem;
  color: #000;
  font-weight: 500;
  background-color: #F3F5FA;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-table > table tbody td {
  padding: 0.6rem 1.2rem;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  height: 4.6rem;
  min-height: 4.6rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-table > table tbody td .underline:hover {
  color: #0A233F;
}
.ces-bizWeb-body .ces-bizWeb-table > table tbody td:not(:last-of-type) {
  border-right: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-table > table tbody td.ces-tac {
  text-align: center;
}
.ces-bizWeb-body .ces-bizWeb-table > table tbody td.ces-tar {
  text-align: right;
}
.ces-bizWeb-body .ces-bizWeb-table > table tbody td.ces-no-content .cell {
  height: 17.1rem;
}
.ces-bizWeb-body .ces-bizWeb-table > table tbody td .wrap-no-content {
  margin-top: 0;
}
.ces-bizWeb-body .ces-bizWeb-table .bg-c01 {
  background: #E2F5FF;
}
.ces-bizWeb-body .ces-bizWeb-table .bg-c02 {
  background: #fff9d3;
}
.ces-bizWeb-body .ces-bizWeb-table .bg-c03 {
  background: #def6f6;
}
.ces-bizWeb-body .ces-bizWeb-table .bg-c04 {
  background: #F1EBFF;
}
.ces-bizWeb-body .ces-bizWeb-table .bg-c05 {
  background: #f8f8f8;
}
.ces-bizWeb-body .ces-bizWeb-table .bg-c06 {
  background: #F3F5FA;
}
.ces-bizWeb-body .ces-bizWeb-table .color-safe01 {
  background: #ebf6fb;
  color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-table .color-safe01.bg-none {
  background-color: transparent;
}
.ces-bizWeb-body .ces-bizWeb-table .color-safe02 {
  background: #ffeeed;
  color: #E76D6D;
}
.ces-bizWeb-body .ces-bizWeb-table .color-safe02.bg-none {
  background-color: transparent;
}
.ces-bizWeb-body .ces-bizWeb-table .color-safe03 {
  background: #e5e5e5;
  color: #888;
}
.ces-bizWeb-body .ces-bizWeb-table .color-safe03.bg-none {
  background-color: transparent;
}
.ces-bizWeb-body .ces-bizWeb-table .cell {
  position: relative;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .underline {
  color: inherit;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.black00 {
  color: #000;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.gray01 {
  color: #5F6A86;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.bold {
  font-weight: 700;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.ellipsis1 {
  display: inline-flex;
  flex-wrap: nowrap;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.ellipsis1 .ces-text-badge {
  flex: none;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.ellipsis1 .underline {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.ellipsis1 .num {
  flex: none;
  margin-left: 0.5rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #000;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.fs-small {
  font-size: 1.2rem;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.fs-default {
  font-size: 1.4rem;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.scroll {
  padding: 2rem;
  height: 31.8rem;
  overflow-y: scroll;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.scroll .filter-no-data {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #aaa;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.scroll .forms-col {
  display: flex;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.scroll .forms-col + .forms-col {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.scroll .forms-col.div-col5 .ces-bizWeb-checkbox {
  flex: 0 0 20%;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.scroll .forms-copy {
  margin-bottom: 1.5rem;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.scroll .forms-copy ~ .forms-copy {
  margin-top: 3rem;
}
.ces-bizWeb-body .ces-bizWeb-table .cell.scroll .forms-copy .copy {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin-right: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .file-name {
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: underline;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .btn-file-download {
  cursor: default;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .form-label-text {
  margin: 2rem 0 1rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .cell-cnt .cell-title {
  margin-bottom: 1rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .cell-cnt .cell-title.bold {
  font-weight: 600;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .cell-cnt .ces-form-group + .ces-form-group {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .cell-cnt .ces-form-group .copy {
  display: inline-flex;
  min-width: 7rem;
  color: #5F6A86;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .ces-btn.small {
  margin-left: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .ces-bizWeb-input + .ces-bizWeb-input {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .ces-calendar-box {
  display: inline-block;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .ces-calendar-box .btn-date {
  min-width: 14rem;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .ces-calendar-box + .ces-calendar-box {
  margin-left: 0.4rem;
  padding-left: 1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .ces-calendar-box + .ces-calendar-box::before {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 0;
  width: 0.8rem;
  height: 0.1rem;
  background: #000;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .ces-calendar-box + .ces-bizWeb-checkbox {
  margin-left: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .noti {
  display: inline-block;
  margin: 0.6rem 0 1rem 0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #EE3124;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .noti::before {
  content: "* ";
}
.ces-bizWeb-body .ces-bizWeb-table .cell .ces-form-group .ces-bizWeb-radio + .ces-btn.small {
  margin-left: 3rem;
}
.ces-bizWeb-body .ces-bizWeb-table .cell .ces-form-group + .ces-bizWeb-input {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-table .btn-ordering {
  display: inline-flex;
  width: 1.6rem;
  height: 1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-table .btn-view-detail {
  display: inline-block;
  padding: 0.2rem 1.2rem;
  border-radius: 2.4rem;
  min-height: 2.8rem;
  color: #999;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  border: 0.1rem solid #e5e5e5;
  background-color: #fff;
}
.ces-bizWeb-body .ces-bizWeb-table .btn-view-detail + .btn-view-detail {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-table .btn-view-arrow {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.2rem;
  color: #999;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 2.4rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-table .btn-view-arrow::after {
  content: "";
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background: url(../images/common/ico_arrow_down_small_24.svg);
  transition: transform 0.4s;
}
.ces-bizWeb-body .ces-bizWeb-table .btn-view-arrow.active::after {
  transform: rotate(-180deg);
}
.ces-bizWeb-body .ces-bizWeb-table .link {
  display: inline-block;
  text-decoration: underline;
}
.ces-bizWeb-body .ces-bizWeb-table .wrap-badge .ces-text-badge.lg {
  margin: 0.5rem 0.3rem;
}
.ces-bizWeb-body .ces-bizWeb-table .wrap-badge.scroll {
  max-height: 7.4rem;
  overflow: auto;
}
.ces-bizWeb-body .ces-bizWeb-table .wrap-image {
  display: block;
  width: 100%;
  height: auto;
}
.ces-bizWeb-body .ces-bizWeb-table .wrap-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ces-bizWeb-body .ces-bizWeb-table.scroll-x {
  overflow-x: auto;
}
.ces-bizWeb-body .ces-bizWeb-table.scroll-x table {
  table-layout: fixed;
}
.ces-bizWeb-body .ces-bizWeb-table.type01 th,
.ces-bizWeb-body .ces-bizWeb-table.type01 td {
  padding: 1.2rem 0.4rem;
  height: 4.8rem;
  min-height: 4.8rem;
}
.ces-bizWeb-body .ces-bizWeb-table.type01 th .cell,
.ces-bizWeb-body .ces-bizWeb-table.type01 td .cell {
  text-align: center;
}
.ces-bizWeb-body .ces-bizWeb-table.type01 tfoot tr th,
.ces-bizWeb-body .ces-bizWeb-table.type01 tfoot tr td {
  background-color: #F3F5FA;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-table.type01 tfoot tr td {
  border-left: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-table.type02 > table {
  width: auto;
  border-collapse: separate;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  overflow: hidden;
}
.ces-bizWeb-body .ces-bizWeb-table.type02 > table th,
.ces-bizWeb-body .ces-bizWeb-table.type02 > table td {
  height: 4rem;
  padding: 0.6rem;
  text-align: center;
}
.ces-bizWeb-body .ces-bizWeb-table.type02 > table thead tr:first-child th {
  border-top: 0;
  border-bottom: 0;
  color: #5F6A86;
  font-weight: 400;
  background: #f8f8f8;
  text-align: center;
}
.ces-bizWeb-body .ces-bizWeb-table.type02 > table tbody td {
  border-bottom: 0;
}
.ces-bizWeb-body .ces-bizWeb-table.type03 table .ces-bizWeb-select {
  min-width: auto;
}
.ces-bizWeb-body .ces-bizWeb-table.type03 table tbody th {
  vertical-align: top;
}
.ces-bizWeb-body .ces-bizWeb-table.type03 .cell {
  padding: 0.8rem 1rem;
}
.ces-bizWeb-body .ces-bizWeb-table.type03 .cell.center {
  justify-content: flex-start;
}
.ces-bizWeb-body .ces-bizWeb-table.type03 .cell.column {
  flex-direction: column;
}
.ces-bizWeb-body .ces-bizWeb-table.type03 .wrap-extention-btn {
  display: flex;
  gap: 0.4rem;
}
.ces-bizWeb-body .ces-bizWeb-table.type03 .btn-extend {
  width: 4.2rem;
  height: 4.2rem;
  padding: 1.3rem;
  border: 0.1rem solid #ccc;
  border-radius: 0.4rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.ces-bizWeb-body .ces-bizWeb-table + .txt-body2-reg {
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-bizWeb-table + .txt-body2-reg + .ces-bullet.dash {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-table + .txt-body2 {
  margin-top: 2rem;
  color: #888;
}
.ces-bizWeb-body .ces-bizWeb-table .tbl-flex {
  display: flex;
  margin: -1.2rem;
}
.ces-bizWeb-body .ces-bizWeb-table .tbl-flex .item {
  flex: 1;
  display: flex;
  align-items: center;
}
.ces-bizWeb-body .ces-bizWeb-table .tbl-flex .item .th {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem 1.2rem;
  border-right: 0.1rem solid #e5e5e5;
  min-width: 14.1rem;
  min-height: 4.8rem;
  height: 100%;
  color: #000;
  font-weight: 500;
  background-color: #F3F5FA;
}
.ces-bizWeb-body .ces-bizWeb-table .tbl-flex .item .td {
  width: 100%;
  padding: 1.2rem;
  min-height: 4.6rem;
}
.ces-bizWeb-body .ces-bizWeb-table .tbl-cell-scroll {
  padding: 1.2rem 0;
}
.ces-bizWeb-body .ces-bizWeb-table .tbl-cell-scroll .ces-tab-type02 {
  margin-bottom: 2rem;
}
.ces-bizWeb-body .ces-bizWeb-table .tbl-cell-scroll .ces-tab-type02 .list-btn-tab {
  gap: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-table .tbl-cell-scroll .ces-tab-type02 .list-btn-tab .btn-tab {
  padding: 0.2rem 1.2rem;
  color: #999;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-table .tbl-cell-scroll .ces-tab-type02 .list-btn-tab .btn-tab.active {
  border-color: #0089D0;
  background-color: #0089D0;
  color: #fff;
}
.ces-bizWeb-body .ces-bizWeb-table .tbl-cell-scroll .cell-cnt + .cell-cnt {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-table .tbl-cell-scroll .cell-cnt .cell-tit {
  display: block;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-table .tbl-cell-scroll .cell-cnt .cnt-scroll {
  margin-top: 1rem;
  height: 6rem;
  overflow-y: scroll;
}
.ces-bizWeb-body .ces-bizWeb-table .tbl-cell-scroll .cell-cnt .cnt-scroll .text {
  color: #787878;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-table + .board-description {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-table + .bill-pop-wrap {
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-table + .terms-text {
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-noline-table > table th,
.ces-bizWeb-body .ces-noline-table > table td {
  padding: 1rem 0.4rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  height: 4rem;
  text-align: left;
}
.ces-bizWeb-body .ces-noline-table > table .tbl-title {
  color: #5F6A86;
  font-weight: 600;
}
.ces-bizWeb-body .ces-noline-table.myinfo {
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-noline-table.myinfo > table {
  border-top: 0.1rem solid #E5E5E5;
  border-bottom: 0.1rem solid #E5E5E5;
}
.ces-bizWeb-body .ces-noline-table.myinfo > table th,
.ces-bizWeb-body .ces-noline-table.myinfo > table td {
  padding: 1.6rem 0.4rem;
}
.ces-bizWeb-body .board-description {
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .board-description.type2 {
  color: #000;
  text-align: right;
}
.ces-bizWeb-body .board-description + .ces-bizWeb-table {
  margin-top: 1rem;
}
.ces-bizWeb-body .board-description:has(+ .ces-bizWeb-table) {
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-list-table table {
  border-top: 0.1rem solid #e5e5e5;
  table-layout: fixed;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-list-table table th {
  font-weight: 500;
  border-bottom: 0.1rem solid #e5e5e5;
  background-color: #f8f8f8;
}
.ces-bizWeb-body .ces-bizWeb-list-table table th .cell {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-list-table table td {
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-list-table table thead th .cell {
  padding: 4.8rem 1.2rem 4.7rem;
  height: auto;
  max-height: 19.1rem;
}
.ces-bizWeb-body .ces-bizWeb-list-table table .cell {
  display: flex;
  align-items: center;
  overflow: auto;
  padding: 1.2rem 1.6rem;
  height: 14.4rem;
  max-height: 14.4rem;
  flex-wrap: wrap;
}
.ces-bizWeb-body .ces-bizWeb-list-table table .cell.ces-small {
  height: auto;
  min-height: 4.4rem;
}
.ces-bizWeb-body .ces-bizWeb-list-table table .cell.ces-small.calendar {
  overflow: visible;
}
.ces-bizWeb-body .ces-text-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.2rem 1rem;
  border-radius: 2.4rem;
  min-height: 2.1rem;
  color: #0A233F;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  background-color: #F3F5FA;
  white-space: nowrap;
}
.ces-bizWeb-body .ces-text-badge + .underline {
  margin-left: 1rem;
}
.ces-bizWeb-body .ces-text-badge.color01 {
  color: #00B3B5;
  background-color: #ebfbf6;
}
.ces-bizWeb-body .ces-text-badge.color03 {
  color: #0089D0;
  background-color: #E2F5FF;
}
.ces-bizWeb-body .ces-text-badge.color04 {
  color: #1ABBBC;
  background-color: #D1EFEF;
}
.ces-bizWeb-body .ces-text-badge.color05 {
  color: #E76D6D;
  background-color: #FFEEED;
}
.ces-bizWeb-body .ces-text-badge.color06 {
  color: #AAAAAA;
  background-color: #EDEDED;
}
.ces-bizWeb-body .ces-text-badge.color07 {
  color: #0089D0;
  background-color: #E2F5FF;
}
.ces-bizWeb-body .ces-text-badge.color07 .btn-delete {
  display: inline-flex;
  margin-left: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_delete_blue_16.svg) center/1.6rem no-repeat;
}
.ces-bizWeb-body .ces-text-badge.line01 {
  color: #0089D0;
  border: 0.1rem solid #0089D0;
  background-color: #fff;
}
.ces-bizWeb-body .ces-text-badge.line02 {
  color: #0A233F;
  border: 0.1rem solid #0A233F;
  background-color: #fff;
}
.ces-bizWeb-body .ces-text-badge.line03 {
  color: #00B3B5;
  border: 0.1rem solid #00B3B5;
  background-color: #fff;
}
.ces-bizWeb-body .ces-text-badge.line04 {
  color: #EE3124;
  border: 0.1rem solid #EE3124;
  background-color: #fff;
}
.ces-bizWeb-body .ces-text-badge.lg {
  padding: 0.2rem 1rem;
  min-height: 2.7rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-text-badge.done {
  padding: 0 1rem 0 2rem;
  white-space: nowrap;
  color: #0089D0;
  background-color: #E2F5FF;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 3rem;
}
.ces-bizWeb-body .ces-text-badge.done::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #0089D0;
}
.ces-bizWeb-body .ces-text-badge.ing {
  padding: 0 1rem 0 2rem;
  white-space: nowrap;
  color: #00B3B5;
  background-color: #D8F6F7;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 3rem;
}
.ces-bizWeb-body .ces-text-badge.ing::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #00B3B5;
}
.ces-bizWeb-body .ces-text-badge.before {
  padding: 0 1rem 0 2rem;
  white-space: nowrap;
  color: #aaa;
  background-color: #f5f5f5;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 3rem;
}
.ces-bizWeb-body .ces-text-badge.before::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #aaa;
}
.ces-bizWeb-body .ces-text-badge.over {
  padding: 0 1rem 0 2rem;
  white-space: nowrap;
  color: #EE3124;
  background-color: #FFEAE9;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 3rem;
}
.ces-bizWeb-body .ces-text-badge.over::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #EE3124;
}
.ces-bizWeb-body .ces-bizWeb-textarea-wrap {
  position: relative;
}
.ces-bizWeb-body .ces-bizWeb-textarea-wrap .ces-bizWeb-textarea {
  padding: 2rem 1.6rem 4.6rem;
}
.ces-bizWeb-body .ces-bizWeb-textarea-wrap .count-box {
  position: absolute;
  bottom: 2rem;
  right: 1.6rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-textarea {
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  padding: 1.4rem;
  outline: 0;
  width: 100%;
  min-height: 12.8rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  background-color: #fff;
  resize: none;
}
.ces-bizWeb-body .ces-bizWeb-textarea:focus {
  border-color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-textarea::placeholder {
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-textarea::-webkit-input-placeholder {
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-textarea:-ms-input-placeholder {
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-textarea:read-only, .ces-bizWeb-body .ces-bizWeb-textarea:disabled {
  border-color: #e5e5e5;
  background-color: #f8f8f8;
  color: #aaa;
}
.ces-bizWeb-body .ces-bizWeb-textarea.h-type1 {
  min-height: 16.8rem;
}
.ces-bizWeb-body .ces-bizWeb-textarea.h-type2 {
  min-height: 6.8rem;
}
.ces-bizWeb-body .ces-bizWeb-textarea.h-type3 {
  padding: 0.7rem 1.1rem;
  min-height: auto;
  height: 3.6rem;
}
.ces-bizWeb-body .ces-justify-both {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ces-bizWeb-body .ces-justify-both + .ces-bizWeb-textarea {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .ces-select-box {
  position: relative;
  height: 3.6rem;
  padding: 0 2.4rem 0 1.2rem;
  border: 0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  background-image: url(../images/common/ico_arrow_down_16.svg);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: 1.6rem;
}
.ces-bizWeb-body .ces-select-box option {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
.ces-bizWeb-body .ces-select-custom {
  position: relative;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  width: 100%;
}
.ces-bizWeb-body .ces-select-custom + .ces-select-custom {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-select-custom .ces-select {
  display: block;
  width: 100%;
  border: none;
  padding: 1.2rem 1.6rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.4rem;
  background-size: 1.6rem;
  background-position: right 1.6rem top 50%;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico_arrow_down_16.svg);
}
.ces-bizWeb-body .ces-select-custom .ces-select option {
  padding: 0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-select-custom .icon {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  top: 1.2rem;
  left: 1.6rem;
  background-size: 2.4rem;
  background-position: center;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .ces-select-custom .icon.place {
  background-image: url(../images/common/ico_pin_24.png);
}
.ces-bizWeb-body .ces-select-custom .icon + .ces-select {
  text-indent: 2.4rem;
}
.ces-bizWeb-body .ces-select-custom.type-bg {
  background-color: #2085f7;
  border: 0;
}
.ces-bizWeb-body .ces-select-custom.type-bg .ces-select {
  color: #fff;
}
.ces-bizWeb-body .ces-select-custom.type-bg .ces-select option {
  color: #000;
}
.ces-bizWeb-body .list-coupon {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}
.ces-bizWeb-body .list-coupon > li {
  width: calc((100% - 4rem) / 3);
}
.ces-bizWeb-body .list-coupon .box-coupon {
  position: relative;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  min-width: 42.3rem;
}
.ces-bizWeb-body .list-coupon .box-coupon.done .title-area .group-title .title, .ces-bizWeb-body .list-coupon .box-coupon.done .title-area .group-title .condition {
  color: #888;
}
.ces-bizWeb-body .list-coupon .box-coupon.done .title-area .ico-coupon {
  background-color: #aaa;
}
.ces-bizWeb-body .list-coupon .box-coupon.done .title-area .ico-coupon::after {
  display: none;
}
.ces-bizWeb-body .list-coupon .box-coupon.done .title-area .ico-coupon > span {
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #fff;
}
.ces-bizWeb-body .list-coupon .box-coupon.done .detail-area .list-detail .category {
  color: #888;
}
.ces-bizWeb-body .list-coupon .box-coupon.done .detail-area .list-detail .text {
  color: #666;
}
.ces-bizWeb-body .list-coupon .box-coupon.done .sub-info-area .info .ces-text-badge {
  color: #666;
}
.ces-bizWeb-body .list-coupon .box-coupon.done .sub-info-area .info .value {
  color: #666;
}
.ces-bizWeb-body .list-coupon .box-coupon.done .sub-info-area .info .value .used, .ces-bizWeb-body .list-coupon .box-coupon.done .sub-info-area .info .value .issued, .ces-bizWeb-body .list-coupon .box-coupon.done .sub-info-area .info .value .not-issued, .ces-bizWeb-body .list-coupon .box-coupon.done .sub-info-area .info .value .not-used {
  color: #888;
}
.ces-bizWeb-body .list-coupon .box-coupon::before, .ces-bizWeb-body .list-coupon .box-coupon::after {
  content: "";
  position: absolute;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  top: 35%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
}
.ces-bizWeb-body .list-coupon .box-coupon::before {
  left: -0.8rem;
  background-image: url(../images/common/ico_coupon_hole_left_16.png);
}
.ces-bizWeb-body .list-coupon .box-coupon::after {
  right: -0.8rem;
  background-image: url(../images/common/ico_coupon_hole_right_16.png);
}
.ces-bizWeb-body .list-coupon .box-coupon .title-area {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 2rem 2rem 1.6rem 2rem;
  border-style: solid;
  border-width: 0 0 0.1rem 0;
  border-image: repeating-linear-gradient(90deg, #e5e5e5 0 0.5rem, transparent 0.5rem 1rem) 30;
}
.ces-bizWeb-body .list-coupon .box-coupon .title-area .ico-coupon {
  flex: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background-color: #0089D0;
  border-radius: 50%;
}
.ces-bizWeb-body .list-coupon .box-coupon .title-area .ico-coupon::after {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_coupon_24.svg) no-repeat center/cover;
}
.ces-bizWeb-body .list-coupon .box-coupon .title-area .title {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .list-coupon .box-coupon .title-area .condition {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
  margin-top: 0.4rem;
}
.ces-bizWeb-body .list-coupon .box-coupon .title-area .wrap-btn-dot {
  align-self: flex-start;
  margin-left: auto;
}
.ces-bizWeb-body .list-coupon .box-coupon .detail-area {
  padding: 1.6rem 2rem;
}
.ces-bizWeb-body .list-coupon .box-coupon .detail-area .list-detail {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.ces-bizWeb-body .list-coupon .box-coupon .detail-area .list-detail .category {
  flex: none;
  width: 5rem;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .list-coupon .box-coupon .detail-area .list-detail .text {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-coupon .box-coupon .detail-area .list-detail + .list-detail {
  margin-top: 1.2rem;
}
.ces-bizWeb-body .list-coupon .box-coupon .sub-info-area {
  display: flex;
  justify-content: space-between;
  padding: 1.2rem 2rem;
  border-top: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .list-coupon .box-coupon .sub-info-area .info .value {
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-coupon .box-coupon .sub-info-area .info .value .used, .ces-bizWeb-body .list-coupon .box-coupon .sub-info-area .info .value .issued {
  color: #0089D0;
}
.ces-bizWeb-body .list-coupon .box-coupon .sub-info-area .info .value .not-used, .ces-bizWeb-body .list-coupon .box-coupon .sub-info-area .info .value .not-issued {
  color: #EE3124;
}
.ces-bizWeb-body .list-coupon .box-coupon .wrap-title {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
}
.ces-bizWeb-body .list-coupon .box-coupon .wrap-title .txt-title {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-bottom: 2.4rem;
}
.ces-bizWeb-body .list-coupon .box-coupon .wrap-title .txt-title .title {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.8rem;
}
.ces-bizWeb-body .list-coupon .box-coupon .wrap-title .date {
  display: inline-block;
  flex: none;
  height: fit-content;
  padding: 0.3rem 0.8rem;
  border-radius: 0.8rem;
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  background-color: #DCF3FF;
}
.ces-bizWeb-body .list-coupon .box-coupon .wrap-title .btn-coupon-setting {
  width: 2.4rem;
  height: 2.4rem;
}
.ces-bizWeb-body .list-coupon .box-coupon .wrap-detail {
  padding-top: 2.4rem;
  border-top: 0.1rem solid #E3E6F0;
}
.ces-bizWeb-body .list-coupon .box-coupon .wrap-detail .list-detail {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.ces-bizWeb-body .list-coupon .box-coupon .wrap-detail .list-detail .category {
  flex: none;
  width: 5rem;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-coupon .box-coupon .wrap-detail .list-detail .text {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-coupon .box-coupon .wrap-detail .list-detail + .list-detail {
  margin-top: 1.2rem;
}
.ces-bizWeb-body .list-coupon .box-coupon .wrap-detail .link-more {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4rem;
  position: relative;
  margin-top: 2.4rem;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-coupon .box-coupon .wrap-detail .link-more::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 100% 100%;
}
.ces-bizWeb-body .list-coupon .box-coupon .wrap-detail .btn-default {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .list-coupon .box-coupon .wrap-detail .ces-table {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .list-coupon .box-coupon .box-coupon-code {
  display: flex;
  width: 100%;
  justify-content: center;
  gap: 1.2rem;
  margin-top: 2.4rem;
}
.ces-bizWeb-body .list-coupon .box-coupon .box-coupon-code .code-input {
  width: 4rem;
  height: 4rem;
  text-align: center;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  caret-color: transparent;
}
.ces-bizWeb-body .list-coupon .box-coupon .box-coupon-code .code-input::-webkit-inner-spin-button, .ces-bizWeb-body .list-coupon .box-coupon .box-coupon-code .code-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.ces-bizWeb-body .list-coupon .box-coupon .box-coupon-code .code-input[type=number] {
  -moz-appearance: textfield;
}
.ces-bizWeb-body .list-coupon .box-coupon.used .wrap-title .txt-title {
  color: #888;
}
.ces-bizWeb-body .list-coupon .box-coupon.used .wrap-title .date {
  color: #888;
  background-color: #f5f5f5;
}
.ces-bizWeb-body .list-coupon .box-coupon.used .wrap-detail .list-detail .text {
  color: #888;
}
.ces-bizWeb-body .list-coupon .box-coupon.used .ces-table th, .ces-bizWeb-body .list-coupon .box-coupon.used .ces-table td, .ces-bizWeb-body .list-coupon .box-coupon.used .ces-table span {
  color: #888;
}
.ces-bizWeb-body .list-coupon .box-coupon + .box-coupon {
  margin-top: 2rem;
}
.ces-bizWeb-body .list-coupon.item-col1 > li {
  width: auto;
}
.ces-bizWeb-body .wrap-btn-dot {
  position: relative;
}
.ces-bizWeb-body .wrap-btn-dot .btn-dot {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
  background: url(../images/common/ico_view_detail_24_2.svg) no-repeat center/cover;
}
.ces-bizWeb-body .wrap-btn-dot .btn-dot.active + .dot-tooltip {
  display: flex;
}
.ces-bizWeb-body .wrap-btn-dot .btn-dot.type2 {
  background: url(../images/common/ico_view_detail_24.svg) no-repeat center/cover;
}
.ces-bizWeb-body .wrap-btn-dot .dot-tooltip {
  display: none;
  position: absolute;
  top: 3.6rem;
  right: 0.4rem;
  flex-direction: column;
  padding: 1.6rem;
  min-width: 9rem;
  background-color: #fff;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1.6rem;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.14);
  z-index: 2;
}
.ces-bizWeb-body .wrap-btn-dot .dot-tooltip .btn-text {
  display: flex;
  align-items: center;
  color: #000;
  text-align: left;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
}
.ces-bizWeb-body .wrap-btn-dot .dot-tooltip .btn-text + .btn-text {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .wrap-btn-dot .dot-tooltip .btn-text .ico {
  flex: none;
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .wrap-btn-dot .dot-tooltip .btn-text .ico.picture {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/common/ico_picture_24.svg);
}
.ces-bizWeb-body .wrap-btn-dot .dot-tooltip .btn-text .ico.edit {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/common/ico_edit_24.svg);
}
.ces-bizWeb-body .wrap-btn-dot .dot-tooltip .btn-text .ico.edit2 {
  background-image: url(../images/common/ico_edit_16.svg);
}
.ces-bizWeb-body .wrap-btn-dot .dot-tooltip .btn-text .ico.delete {
  background-image: url(../images/common/ico_delete_16.svg);
}
.ces-bizWeb-body .wrap-btn-dot .dot-tooltip .btn-text .ico.check {
  background-image: url(../images/common/ico_check_16.svg);
}
.ces-bizWeb-body .wrap-btn-dot .dot-tooltip .btn-text .ico.close {
  background-image: url(../images/common/ico_close_16.svg);
}
.ces-bizWeb-body .ces-tab .list-btn-tab {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #E3E6F0;
}
.ces-bizWeb-body .ces-tab .list-btn-tab.ces-scroll-x {
  overflow: scroll hidden;
}
.ces-bizWeb-body .ces-tab .list-btn-tab li {
  flex: 1;
  flex-basis: auto;
}
.ces-bizWeb-body .ces-tab .list-btn-tab li .btn-tab {
  display: block;
  margin-bottom: -0.1rem;
  padding: 1.2rem 0;
  border-bottom: 0.2rem solid transparent;
  width: 100%;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .ces-tab .list-btn-tab li .btn-tab.active {
  color: #000;
  border-bottom-color: #000;
}
.ces-bizWeb-body .ces-tab .list-btn-tab.ces-scroll-x li {
  flex: none;
}
.ces-bizWeb-body .ces-tab .list-btn-tab.ces-scroll-x li .btn-tab {
  padding: 1.2rem 1rem;
}
.ces-bizWeb-body .ces-tab .ces-wrap-tab-content {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .ces-tab .ces-wrap-tab-content .ces-tab-content {
  display: none;
}
.ces-bizWeb-body .ces-tab .ces-wrap-tab-content .ces-tab-content.active {
  display: block;
}
.ces-bizWeb-body .ces-tab-type2 .list-btn-tab-type2 {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #E3E6F0;
}
.ces-bizWeb-body .ces-tab-type2 .list-btn-tab-type2 li {
  flex: 1;
}
.ces-bizWeb-body .ces-tab-type2 .list-btn-tab-type2 li .btn-tab-type2 {
  display: block;
  margin-bottom: -0.1rem;
  padding: 1.6rem 0 1.7rem;
  border-bottom: 0.2rem solid transparent;
  width: 100%;
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
}
.ces-bizWeb-body .ces-tab-type2 .list-btn-tab-type2 li .btn-tab-type2.active {
  border-bottom-color: #0089D0;
}
.ces-bizWeb-body .ces-tab-type2 .ces-wrap-tab-type2-content .ces-tab-content-type2 {
  display: none;
}
.ces-bizWeb-body .ces-tab-type2 .ces-wrap-tab-type2-content .ces-tab-content-type2.active {
  display: block;
}
.ces-bizWeb-body .ces-tab-type02 {
  position: relative;
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-tab-type02 .list-btn-tab {
  gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.ces-bizWeb-body .ces-tab-type02 .list-btn-tab .btn-tab {
  padding: 0.6rem 1.4rem;
  color: #999;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 2.4rem;
  white-space: nowrap;
}
.ces-bizWeb-body .ces-tab-type02 .list-btn-tab .btn-tab.active {
  border-color: #0089D0;
  background-color: #0089D0;
  color: #fff;
}
.ces-bizWeb-body .ces-tab-type02.move-page {
  padding-right: 7.6rem;
}
.ces-bizWeb-body .ces-tab-type02.move-page .list-btn-tab {
  flex-wrap: nowrap;
  overflow: auto hidden;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ces-bizWeb-body .ces-tab-type02.move-page .list-btn-tab::-webkit-scrollbar {
  display: none;
}
.ces-bizWeb-body .ces-tab-type02.move-page .btn-page-box {
  position: absolute;
  top: 0;
  right: 0;
}
.ces-bizWeb-body .ces-tab-type02.move-page .btn-page-box::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3.6rem;
  width: 3.6rem;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 0, 0, 0), rgb(255, 255, 255));
}
.ces-bizWeb-body .ces-tab-type02.move-page .btn-page-box .btn-prev {
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/common/ico_arrow_left_round.svg) center/2.8rem no-repeat;
}
.ces-bizWeb-body .ces-tab-type02.move-page .btn-page-box .btn-next {
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/common/ico_arrow_right_round.svg) center/2.8rem no-repeat;
}
.ces-bizWeb-body .ces-tab-type04 {
  position: relative;
}
.ces-bizWeb-body .ces-tab-type04 .list-btn-tab {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 0.4rem;
  max-height: 9.8rem;
}
.ces-bizWeb-body .ces-tab-type04 .list-btn-tab .btn-tab {
  display: flex;
  padding: 0.6rem 1.2rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 2.4rem;
  background-color: #fff;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-tab-type04 .list-btn-tab .btn-tab .txt {
  display: block;
  overflow: hidden;
  flex: none;
  max-width: 13.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ces-bizWeb-body .ces-tab-type04 .list-btn-tab .btn-tab.active {
  background-color: #E2F5FF;
  border-color: #0089D0;
  color: #0089D0;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab::-webkit-scrollbar {
  display: none;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square {
  display: block;
  flex: none;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  min-width: 8rem;
  height: 4.2rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  background-color: #F3F5FA;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.active {
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  background-color: #000;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square + .btn-tab-square {
  margin-left: 1rem;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip {
  padding: 0;
  min-width: auto;
  height: auto;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round {
  border-color: #E3E6F0;
  background-color: #F3F5FA;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round .ico {
  display: block;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round .ico.bug {
  background-image: url(../images/common/ico_chip_bug_16.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round .ico.flying {
  background-image: url(../images/common/ico_chip_fly_16.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round .ico.matrix {
  background-image: url(../images/common/ico_chip_matrix_16.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round .ico.bedbug {
  background-image: url(../images/common/ico_chip_bedbug_16.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round .ico.virus {
  background-image: url(../images/common/ico_chip_virus_16.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round .ico.securify {
  background-image: url(../images/common/ico_chip_securify_16.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round .ico.purity {
  background-image: url(../images/common/ico_chip_purity_16.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round .ico.water {
  background-image: url(../images/common/ico_chip_water_16.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round .ico.rest {
  background-image: url(../images/common/ico_chip_rest_16.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round .ico.food {
  background-image: url(../images/common/ico_chip_food_16.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round .ico.analyze {
  background-image: url(../images/common/ico_chip_analyze_16.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round .ico.aroma {
  background-image: url(../images/common/ico_chip_aroma_16.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round span {
  color: #A0ABC6;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active {
  background-color: transparent;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round {
  background-color: #fff;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round.color01 {
  border-color: #0074c7;
  color: #0074c7;
  background-color: #e0f0fa;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round.color02 {
  border-color: #93328e;
  color: #93328e;
  background-color: #f2e6f0;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round.color03 {
  border-color: #845ec3;
  color: #845ec3;
  background-color: #f4eeff;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round.color04 {
  border-color: #00b5e2;
  color: #00b5e2;
  background-color: #e0f6fc;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round.color05 {
  border-color: #f99d25;
  color: #f99d25;
  background-color: #fef2e4;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round.color06 {
  border-color: #018f9e;
  color: #018f9e;
  background-color: #e0f1f2;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round.color07 {
  border-color: #133c6d;
  color: #133c6d;
  background-color: #e2e6ec;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round.color08 {
  color: #fff;
  background-color: #31335d;
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round .ico.bug {
  background-image: url(../images/common/ico_chip_bug_16_on.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round .ico.flying {
  background-image: url(../images/common/ico_chip_fly_16_on.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round .ico.matrix {
  background-image: url(../images/common/ico_chip_matrix_16_on.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round .ico.bedbug {
  background-image: url(../images/common/ico_chip_bedbug_16_on.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round .ico.virus {
  background-image: url(../images/common/ico_chip_virus_16_on.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round .ico.securify {
  background-image: url(../images/common/ico_chip_securify_16_on.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round .ico.purity {
  background-image: url(../images/common/ico_chip_purity_16_on.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round .ico.water {
  background-image: url(../images/common/ico_chip_water_16_on.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round .ico.rest {
  background-image: url(../images/common/ico_chip_rest_16_on.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round .ico.food {
  background-image: url(../images/common/ico_chip_food_16_on.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round .ico.analyze {
  background-image: url(../images/common/ico_chip_analyze_16_on.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round .ico.aroma {
  background-image: url(../images/common/ico_chip_aroma_16_on.svg);
}
.ces-bizWeb-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round span {
  color: inherit;
}
.ces-bizWeb-body .ces-tab-square .ces-wrap-tab-square-content .ces-tab-square-content {
  display: none;
}
.ces-bizWeb-body .ces-tab-square .ces-wrap-tab-square-content .ces-tab-square-content.active {
  display: block;
}
.ces-bizWeb-body .ces-tab-square.filter .wrap-list-btn-tab {
  position: relative;
  padding-right: 4rem;
}
.ces-bizWeb-body .ces-tab-square.filter .btn-filter-open {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}
.ces-bizWeb-body .ces-tab-square.filter .ces-wrap-tab-square-content {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-tab-square.filter.type2 .wrap-list-btn-tab {
  padding-right: 11.1rem;
  border-bottom: 0.1rem solid #E3E6F0;
  height: 4.8rem;
}
.ces-bizWeb-body .ces-tab-square.filter.type2 .list-square-btn-tab {
  gap: 2rem;
  height: 4.8rem;
}
.ces-bizWeb-body .ces-tab-square.filter.type2 .list-square-btn-tab .btn-tab-square {
  padding: 0;
  min-width: auto;
  height: auto;
  color: #555;
  background: transparent;
}
.ces-bizWeb-body .ces-tab-square.filter.type2 .btn-filter-open {
  top: 50%;
  padding: 0 2rem;
  background: transparent;
  transform: translateY(-50%);
}
.ces-bizWeb-body .ces-tab-square.filter.type2 .btn-filter-open.chip {
  width: auto;
  height: auto;
}
.ces-bizWeb-body .ces-tab-square.filter.type2 .btn-filter-open.chip .ico-filter {
  display: inline-flex;
  padding: 0.6rem 3.6rem 0.6rem 1.2rem;
  border-radius: 2rem;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-bizWeb-body .ces-tab-square.search .list-square-btn-tab .btn-tab-square {
  border: 0.1rem solid #e5e5e5;
  background-color: #fff;
}
.ces-bizWeb-body .ces-tab-square.search .list-square-btn-tab .btn-tab-square.active {
  color: #fff;
  border-color: #0089D0;
  background-color: #0089D0;
}
.ces-bizWeb-body .ces-tab-type-bookmark .list-sub-btn-tab {
  display: flex;
  align-items: center;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
  overflow: hidden;
}
.ces-bizWeb-body .ces-tab-type-bookmark .list-sub-btn-tab li {
  flex: 1;
  border-right: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-tab-type-bookmark .list-sub-btn-tab li .btn-sub-tab {
  display: block;
  width: 100%;
  padding: 1.4rem 1.2rem;
  color: #ccc;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-tab-type-bookmark .list-sub-btn-tab li .btn-sub-tab.active {
  color: #fff;
  border-color: #0A233F;
  background-color: #0A233F;
}
.ces-bizWeb-body .ces-tab-type-bookmark .list-sub-btn-tab li:last-child {
  border-right: 0;
}
.ces-bizWeb-body .ces-tab-type-bookmark .ces-wrap-sub-tab-content {
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-tab-type-bookmark .ces-wrap-sub-tab-content .ces-sub-tab-content {
  display: none;
}
.ces-bizWeb-body .ces-tab-type-bookmark .ces-wrap-sub-tab-content .ces-sub-tab-content.active {
  display: block;
}
.ces-bizWeb-body .ces-tab-round .list-round-btn-tab {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 0.4rem;
}
.ces-bizWeb-body .ces-tab-round .list-round-btn-tab::-webkit-scrollbar {
  display: none;
}
.ces-bizWeb-body .ces-tab-round .list-round-btn-tab .btn-tab-round {
  display: block;
  flex: none;
  padding: 0.5rem 1.2rem;
  border-radius: 3.2rem;
  border: 0.1rem solid #e5e5e5;
  background-color: #fff;
}
.ces-bizWeb-body .ces-tab-round .list-round-btn-tab .btn-tab-round span {
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-tab-round .list-round-btn-tab .btn-tab-round.active {
  border: 0;
  background-color: #0a233f;
}
.ces-bizWeb-body .ces-tab-round .list-round-btn-tab .btn-tab-round.active span {
  color: #fff;
  font-weight: 500;
}
.ces-bizWeb-body .ces-tab-round .list-round-btn-tab .btn-tab-round + .btn-tab-round {
  margin-left: 0.4rem;
}
.ces-bizWeb-body .ces-tab-round .ces-wrap-tab-round-content {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-tab-round .ces-wrap-tab-round-content .ces-tab-round-content {
  display: none;
}
.ces-bizWeb-body .ces-tab-round .ces-wrap-tab-round-content .ces-tab-round-content.active {
  display: block;
}
.ces-bizWeb-body .ces-tab-depth4 .list-btn-tab-depth4 {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  gap: 0.4rem;
}
.ces-bizWeb-body .ces-tab-depth4 .list-btn-tab-depth4::-webkit-scrollbar {
  display: none;
}
.ces-bizWeb-body .ces-tab-depth4 .list-btn-tab-depth4 .btn-tab-text {
  display: block;
  flex: none;
  padding: 0.5rem 1.1rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1.6rem;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-tab-depth4 .list-btn-tab-depth4 .btn-tab-text.active {
  border-color: #0A233F;
  color: #fff;
  background-color: #0A233F;
}
.ces-bizWeb-body .ces-tab-depth4 .ces-wrap-tab-depth4-content .ces-tab-depth4-content {
  display: none;
}
.ces-bizWeb-body .ces-tab-depth4 .ces-wrap-tab-depth4-content .ces-tab-depth4-content.active {
  display: block;
}
.ces-bizWeb-body .ces-tab-chip .list-tab-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.4rem;
  border-radius: 2rem;
  background-color: #f8f8f8;
}
.ces-bizWeb-body .ces-tab-chip .list-tab-btn > li {
  flex: 1;
}
.ces-bizWeb-body .ces-tab-chip .list-tab-btn .btn-tab-list {
  width: 100%;
}
.ces-bizWeb-body .ces-tab-chip .list-tab-btn .btn-tab-list span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 3.2rem;
  padding: 0 1.2rem;
  border-radius: 1.6rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-tab-chip .list-tab-btn .btn-tab-list.active span {
  color: #000;
  font-weight: 600;
  background-color: #fff;
}
.ces-bizWeb-body .ces-tab-chip .wrap-tab-content {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .ces-tab-chip .wrap-tab-content .tab-content {
  display: none;
}
.ces-bizWeb-body .ces-tab-chip .wrap-tab-content .tab-content.active {
  display: block;
}
.ces-bizWeb-body .ces-tab-chip.type02 {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-tab-chip.type02 .list-tab-btn {
  display: inline-flex;
  justify-content: center;
  align-self: center;
}
.ces-bizWeb-body .ces-tab-chip.type02 .wrap-tab-content {
  margin-top: 0;
}
.ces-bizWeb-body .wrap-list-tab-btn .list-tab-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 0 0.7rem;
  gap: 2.5rem;
}
.ces-bizWeb-body .wrap-list-tab-btn .list-tab-btn .txt-tab-btn {
  display: flex;
  align-items: center;
  position: relative;
  color: #B6B6B6;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 600;
  line-height: 2.4rem;
}
.ces-bizWeb-body .wrap-list-tab-btn .list-tab-btn .txt-tab-btn.active {
  color: #0089CF;
  font-weight: 700;
}
.ces-bizWeb-body .wrap-list-tab-btn .list-tab-btn .txt-tab-btn:not(:first-child)::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.3rem;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #e6e6e6;
  transform: translateY(-50%);
}
.ces-bizWeb-body .wrap-list-tab-btn .list-tab-btn .txt-tab-btn:hover {
  color: #0089CF;
}
.ces-bizWeb-body .wrap-list-tab-btn .list-tab-btn + .ces-scroll-y, .ces-bizWeb-body .wrap-list-tab-btn .list-tab-btn + .ces-bizWeb-table {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .wrap-list-tab-btn .list-tab-btn + .ces-bizWeb-row {
  margin-top: 4.8rem;
}
.ces-bizWeb-body .wrap-list-tab-btn > .list-tab-btn {
  justify-content: start;
}
.ces-bizWeb-body .wrap-list-tab-btn + .ces-chart-gray, .ces-bizWeb-body .wrap-list-tab-btn + .news-result-list, .ces-bizWeb-body .wrap-list-tab-btn + .box-flex-half {
  margin-top: 2rem;
}
.ces-bizWeb-body .wrap-list-tab-btn + .ces-box-inner, .ces-bizWeb-body .wrap-list-tab-btn + .search-result-box, .ces-bizWeb-body .wrap-list-tab-btn + .board-list-info, .ces-bizWeb-body .wrap-list-tab-btn + .ces-bizWeb-table, .ces-bizWeb-body .wrap-list-tab-btn + .ces-box-select {
  margin-top: 4rem;
}
.ces-bizWeb-body .wrap-list-tab-btn + .list-qna {
  margin-top: 1em;
}
.ces-bizWeb-body .wrap-list-tab-btn.line {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .wrap-list-tab-btn.scroll .list-tab-btn {
  overflow-x: scroll;
}
.ces-bizWeb-body .wrap-list-tab-btn.scroll .list-tab-btn .txt-tab-btn {
  white-space: nowrap;
}
.ces-bizWeb-body .wrap-list-tab-btn > .btn-more-arrow {
  float: inline-end;
  margin-top: -3.2rem;
}
.ces-bizWeb-body .ces-calendar-box {
  position: relative;
}
.ces-bizWeb-body .ces-calendar-box .btn-date {
  position: relative;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.6rem;
  padding: 0 1rem 0 4rem;
  min-width: 8.4rem;
  height: 3.6rem;
  outline: 0;
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  background: #fff url(../images/common/ico_calendar_24.svg) no-repeat left 1rem center/2.4rem;
  text-align: left;
}
.ces-bizWeb-body .ces-calendar-box .btn-date.active + .ces-calendar {
  display: block;
}
.ces-bizWeb-body .ces-calendar-box .btn-date.change-on {
  color: #000;
}
.ces-bizWeb-body .ces-calendar-box .btn-date:disabled {
  color: #aaa;
  background: #f8f8f8 url(../images/common/ico_calendar_24_disabled.svg) no-repeat left 1rem center/2.4rem;
}
.ces-bizWeb-body .ces-calendar-box .ces-calendar {
  display: none;
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0.4rem;
  right: 0.4rem;
  z-index: 100;
  padding: 2.3rem;
  border-radius: 2.4rem;
  border: 0.1rem solid #ccc;
  box-shadow: 0rem 0.6rem 1.2rem 0rem rgba(0, 0, 0, 0.16);
  width: 32rem;
  background-color: #fff;
}
.ces-bizWeb-body .ces-calendar-box > span {
  margin: 0 0.4rem;
}
.ces-bizWeb-body .ces-calendar {
  max-width: 32rem;
  padding: 2rem 2.4rem;
  background-color: #fff;
  border-radius: 2.4rem;
  box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.08);
}
.ces-bizWeb-body .ces-calendar .ces-calendar-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-head .year-month {
  display: block;
  width: 9.8rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-head .year {
  display: none;
  width: 9.8rem;
  border: 0;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  background-color: transparent;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-head .btn-year-month {
  position: absolute;
  top: -0.2rem;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.4rem;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-head .btn-year-month.prev {
  left: 0;
  background-image: url(../images/common/ico_arrow_left_black_24.svg);
}
.ces-bizWeb-body .ces-calendar .ces-calendar-head .btn-year-month.prev.disabled {
  pointer-events: none;
  background-image: url(../images/common/ico_arrow_left_24_disabled.svg);
}
.ces-bizWeb-body .ces-calendar .ces-calendar-head .btn-year-month.next {
  right: 0;
  background-image: url(../images/common/ico_arrow_right_black_24.svg);
}
.ces-bizWeb-body .ces-calendar .ces-calendar-head .btn-year-month.next.disabled {
  pointer-events: none;
  background-image: url(../images/common/ico_arrow_right_24_disabled.svg);
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .weeks {
  display: flex;
  gap: 0.6rem;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .weeks .week {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 3.6rem) / 7);
  height: 2.8rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .weeks .week:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .days {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc((100% - 6rem) / 7);
  height: 2.8rem;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day span {
  position: relative;
  z-index: 2;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day.today:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background: #0089D0;
  transform: translateX(-50%);
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day.selected span {
  color: #fff;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day.selected:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 2.8rem;
  border-radius: 0.4rem;
  background-color: #0089D0;
  flex: none;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day.disabled span {
  color: #aaa;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day.disabled:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 100%;
  height: 2.8rem;
  border-radius: 0.4rem;
  background-color: #f8f8f8;
  flex: none;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day.range-start span, .ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day.range-end span {
  color: #fff;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day.range-start:before, .ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day.range-end:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0089D0;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day.range-start {
  border-radius: 50% 0 0 50%;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day.range-end {
  border-radius: 0 50% 50% 0;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day.prev-month-day, .ces-bizWeb-body .ces-calendar .ces-calendar-body .days .day.next-month-day {
  color: #ccc;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .months {
  display: none;
  align-items: start;
  flex-wrap: wrap;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .months .month {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc((100% - 3rem) / 3);
  height: 4rem;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .months .month span {
  position: relative;
  z-index: 2;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .months .month:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .months .month.this:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background: #0089D0;
  transform: translateX(-50%);
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .months .month.selected span {
  color: #fff;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .months .month.selected.this:before, .ces-bizWeb-body .ces-calendar .ces-calendar-body .months .month.selected:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background-color: #0089D0;
  transform: translate(-50%, -50%);
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .months .month.disabled span {
  color: #aaa;
}
.ces-bizWeb-body .ces-calendar .ces-calendar-body .months .month.disabled.this:before, .ces-bizWeb-body .ces-calendar .ces-calendar-body .months .month.disabled:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  background-color: #f8f8f8;
  transform: translate(-50%, -50%);
}
.ces-bizWeb-body .ces-calendar.monthly .ces-calendar-head .year-month {
  display: none;
}
.ces-bizWeb-body .ces-calendar.monthly .ces-calendar-head .year {
  display: block;
}
.ces-bizWeb-body .ces-calendar.monthly .ces-calendar-body {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-calendar.monthly .ces-calendar-body .weeks {
  display: none;
}
.ces-bizWeb-body .ces-calendar.monthly .ces-calendar-body .days {
  display: none;
}
.ces-bizWeb-body .ces-calendar.monthly .ces-calendar-body .months {
  display: flex;
  gap: 1.5rem;
}
.ces-bizWeb-body [class^=dropdown] {
  display: none;
  position: absolute;
  top: calc(100% + 0.8rem);
  left: 0.4rem;
  right: 0.4rem;
  z-index: 100;
  padding: 2.5rem 2.5rem 3rem;
  border-radius: 2.4rem;
  border: 0.1rem solid #ccc;
  box-shadow: 0.4rem 0.4rem 1.6rem 0 rgba(0, 0, 0, 0.08);
  background-color: #fff;
}
.ces-bizWeb-body [class^=dropdown] > .ces-drop-head {
  position: relative;
  margin-bottom: 2rem;
}
.ces-bizWeb-body [class^=dropdown] > .ces-drop-head .title {
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  font-weight: 400;
}
.ces-bizWeb-body [class^=dropdown] > .ces-drop-head .btn-drop-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/common/ico_close_28.svg) no-repeat center;
}
.ces-bizWeb-body [class^=dropdown] .ces-bizWeb-group-search {
  position: relative;
}
.ces-bizWeb-body [class^=dropdown] .ces-bizWeb-group-search .ces-bizWeb-input {
  width: 100%;
  padding: 0 4.2rem 0 1.6rem;
  border: 0;
  border-radius: 0.8rem;
  background-color: #fff;
  border: 0.1rem solid #0089D0;
  height: 4.8rem;
}
.ces-bizWeb-body [class^=dropdown] .ces-bizWeb-group-search .btn-delete-text {
  position: absolute;
  top: 1.6rem;
  right: 4.2rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/btn_delete_text.svg) center/cover no-repeat;
}
.ces-bizWeb-body [class^=dropdown] .ces-bizWeb-group-search .btn-search {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 0;
  background: url(../images/common/ico_search_black_16.svg) center/1.6rem no-repeat;
}
.ces-bizWeb-body [class^=dropdown] .link-all {
  display: block;
  width: 100%;
  padding-left: 2rem;
  margin: 1rem 0;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
  background: url(../images/common/ico_arrow_left_black_16.svg) left 0 top 50%/1.6rem no-repeat;
}
.ces-bizWeb-body [class^=dropdown] .wrap-content-scroll {
  margin-top: 1rem;
  max-height: 22.4rem;
  overflow: hidden scroll;
}
.ces-bizWeb-body [class^=dropdown] .wrap-content-scroll .list-item.line-bottom > li {
  border-bottom: 0.1rem solid #F3F5FA;
}
.ces-bizWeb-body [class^=dropdown] .wrap-content-scroll .list-item.line-bottom .ces-no-content {
  border-bottom: 0;
  justify-content: center;
}
.ces-bizWeb-body [class^=dropdown] .wrap-content-scroll .list-item [class^=link] {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 1rem 0 1rem 1.4rem;
  gap: 0.4rem;
  width: 100%;
}
.ces-bizWeb-body [class^=dropdown] .wrap-content-scroll .list-item [class^=link]:hover, .ces-bizWeb-body [class^=dropdown] .wrap-content-scroll .list-item [class^=link].active {
  color: #0089D0;
}
.ces-bizWeb-body [class^=dropdown] .wrap-content-scroll .list-item .link-shop {
  flex-direction: column;
}
.ces-bizWeb-body [class^=dropdown] .wrap-content-scroll .title {
  display: block;
  margin-bottom: 0.4rem;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  font-weight: 400;
}
.ces-bizWeb-body [class^=dropdown] .wrap-content-scroll .title ~ .title {
  margin-top: 1.6rem;
}
.ces-bizWeb-body [class^=dropdown] .wrap-content-scroll .value {
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
.ces-bizWeb-body [class^=dropdown].dropdown-date {
  width: 28rem;
  border-radius: 2.4rem;
  border: 0.1rem solid #ccc;
  box-shadow: 0rem 0.6rem 1.2rem 0rem rgba(0, 0, 0, 0.16);
}
.ces-bizWeb-body [class^=dropdown].dropdown-map {
  width: 40.8rem;
}
.ces-bizWeb-body [class^=dropdown].dropdown-map .link-map-local .value {
  position: relative;
  box-sizing: content-box;
}
.ces-bizWeb-body [class^=dropdown].dropdown-map .link-map-local .value + .value {
  padding-left: 3.2rem;
}
.ces-bizWeb-body [class^=dropdown].dropdown-map .link-map-local .value + .value::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_arrow_right_16.svg) 50%/1.6rem no-repeat;
  transform: translateY(-50%);
}
.ces-bizWeb-body [class^=dropdown].dropdown-shop {
  width: 44rem;
  height: 51.3rem;
}
.ces-bizWeb-body [class^=dropdown].dropdown-shop .wrap-content-scroll {
  height: 37rem;
  max-height: 100%;
}
.ces-bizWeb-body [class^=dropdown].dropdown-shop .info-shop {
  display: flex;
  gap: 0.4rem;
}
.ces-bizWeb-body [class^=dropdown].dropdown-shop .info-shop [class^=shop] {
  display: inline-flex;
  justify-content: center;
  position: relative;
  padding: 0.1rem 0.7rem;
  border-width: 0.1rem 0.1rem 0.1rem 0.1rem;
  border-style: solid;
  border-radius: 2.4rem;
  border-color: #E2F5FF;
  background-color: #E2F5FF;
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
  line-height: 1.9rem;
}
.ces-bizWeb-body [class^=dropdown].dropdown-shop .info-shop .shop-local {
  border-color: #0089D0;
  color: #0089D0;
}
.ces-bizWeb-body [class^=dropdown].dropdown-shop .info-shop .shop-office {
  border-color: #00b3b5;
  color: #00b3b5;
}
.ces-bizWeb-body [class^=dropdown].dropdown-shop .info-shop .shop-owner {
  border-color: #ccc;
  color: #000;
}
.ces-bizWeb-body [class^=dropdown].dropdown-shop .ces-no-content .cell {
  height: 32.5rem;
}
.ces-bizWeb-body [class^=dropdown].dropdown-shop.type-sec {
  width: 34rem;
}
.ces-bizWeb-body [class^=dropdown].dropdown-shop.type-sec .link-shop {
  width: 100%;
  height: 2.8rem;
  padding: 0;
}
.ces-bizWeb-body [class^=dropdown].dropdown-shop.type-sec .link-shop .value {
  max-width: 45%;
  line-height: 2.8rem;
  margin-right: 0.4rem;
}
.ces-bizWeb-body [class^=dropdown].dropdown-shop.type-sec .link-shop.active {
  color: #0089D0;
}
.ces-bizWeb-body [class^=dropdown].dropdown-shop.type-sec .info-shop [class^=shop] {
  padding: 0 0.8rem;
  border-width: 0;
  border-radius: 1rem;
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 3rem;
  font-size: 1rem;
  background-color: #e2f5ff;
}
.ces-bizWeb-body [class^=dropdown].dropdown-shop.type-sec .ces-no-content {
  height: 22.4rem;
}
.ces-bizWeb-body [class^=dropdown].dropdown-shop.type-sec .ces-no-content .cell {
  height: auto;
}
.ces-bizWeb-body [class^=dropdown].type-sec {
  top: calc(100% + 0.8rem);
  left: 0rem;
  z-index: 100;
  background-color: #fff;
  overflow: hidden;
}
.ces-bizWeb-body [class^=dropdown].type-sec .drop-list li + li {
  margin-top: 0.5rem;
}
.ces-bizWeb-body [class^=dropdown].type-sec .inner-drop {
  position: relative;
  width: 100%;
  height: 4.8rem;
  padding: 0 2.8rem 0 1.4rem;
  background-color: #f8f8f8;
  text-align: left;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  line-height: 4.8rem;
  font-weight: 600;
  border-radius: 0.8rem;
}
.ces-bizWeb-body [class^=dropdown].type-sec .inner-drop > span {
  padding-left: 0.6rem;
  color: #0089D0;
}
.ces-bizWeb-body [class^=dropdown].type-sec .inner-drop.btn-type::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/ico_select_arrow_down_24.svg) center/2.4rem no-repeat;
}
.ces-bizWeb-body [class^=dropdown].type-sec .inner-drop.btn-type.active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.ces-bizWeb-body [class^=dropdown].type-sec .inner-drop.btn-type.active + .wrap-content-scroll {
  max-height: 18rem;
  height: auto;
  padding: 0.5rem 0;
}
.ces-bizWeb-body [class^=dropdown].type-sec .inner-drop.btn-type + .wrap-content-scroll {
  transition: all 0.25s ease-in-out;
  max-height: 0;
  padding-top: 0;
  overflow-y: auto;
  height: auto;
}
.ces-bizWeb-body [class^=dropdown].type-sec .ces-no-content {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 18.4rem;
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body [class^=dropdown].type-sec .wrap-content-scroll {
  height: 22.4rem;
  padding: 1.2rem 0 0 1.2rem;
  margin-top: 0;
  max-height: none;
  overflow: hidden scroll;
}
.ces-bizWeb-body [class^=dropdown].type-sec .list-item li > button {
  height: 3.6rem;
  padding-left: 1.4rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  line-height: 3.6rem;
}
.ces-bizWeb-body [class^=dropdown].type-sec .list-item li > button:hover, .ces-bizWeb-body [class^=dropdown].type-sec .list-item li > button.active {
  color: #0089D0;
}
.ces-bizWeb-body [class^=dropdown].type-sec .list-item li > button:hover .value, .ces-bizWeb-body [class^=dropdown].type-sec .list-item li > button.active .value {
  color: #0089D0;
}
.ces-bizWeb-body [class^=dropdown].active {
  display: block;
}
.ces-bizWeb-body .ces-no-content .cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ces-bizWeb-body .ces-no-content .cell .ico-warning {
  display: inline-flex;
  padding-top: 4rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  background: url(../images/common/ico_warning_24.svg) no-repeat 50% 0/2.4rem;
}
.ces-bizWeb-body .ces-no-content.second {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 63.6rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1.6rem;
}
.ces-bizWeb-body .ces-no-content.second .tit {
  margin-top: 2.4rem;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 400;
  letter-spacing: -0.03rem;
  color: #000;
}
.ces-bizWeb-body .ces-no-content.second .desc {
  display: block;
  text-align: center;
  margin: 0.8rem 0 0;
  color: #666;
  font-size: 1.5rem;
  font-weight: 400;
}
.ces-bizWeb-body .ces-no-content .ico-none {
  display: block;
  width: 100%;
  max-width: 32rem;
  height: 26rem;
  margin: 0 auto;
  background: url(../images/common/img_no_content.png) no-repeat center;
  background-size: auto 26rem;
}
.ces-bizWeb-body .ces-no-content .ico-none.medium {
  max-width: 18rem;
  height: 14.6rem;
  background-size: auto 14.6rem;
}
.ces-bizWeb-body .ces-no-content .ico-none.small {
  max-width: 12rem;
  height: 9.8rem;
  background-size: auto 9.8rem;
}
.ces-bizWeb-body .wrap-no-content {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.ces-bizWeb-body .wrap-no-content .wrap-image {
  margin-bottom: 1.6rem;
  width: auto;
}
.ces-bizWeb-body .wrap-no-content .tit {
  display: block;
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
  font-size: 2.4rem;
}
.ces-bizWeb-body .wrap-no-content .tit + .desc {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .wrap-no-content .desc {
  color: #666;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.1rem;
  text-align: center;
}
.ces-bizWeb-body .wrap-no-content .btn-area {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-row {
  display: flex;
  gap: 2.4rem;
  width: 100%;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice {
  min-height: 28.5rem;
  padding: 0;
  gap: 0;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box {
  width: 91rem;
  min-height: 100%;
  padding: 0;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-bizWeb-box-title .column-left .txt-title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-bizWeb-box-title .column-right {
  height: 2.5rem;
  padding: 0.3rem 0;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-subpage-content {
  margin-top: 2.8rem;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-subpage-content .search-list-latest {
  display: flex;
  flex-wrap: wrap;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-subpage-content .search-list-latest > li {
  margin: 0.4rem 0.8rem 0.4rem 0;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-subpage-content .search-list-latest > li .txt-keyword {
  display: block;
  position: relative;
  height: 3.4rem;
  padding: 0.7rem 3.4rem 0.7rem 1.2rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 5rem;
  border: 0.1rem solid #e5e5e5;
  background-color: #f8f8f8;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-subpage-content .search-list-latest > li .txt-keyword .btn-delete {
  position: absolute;
  top: 50%;
  right: 0.9rem;
  width: 1.6rem;
  height: 1.6rem;
  transform: translate(0%, -50%);
  background: url(../images/common/ico_search_delete.svg) no-repeat center;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-subpage-content .box-list-rank {
  counter-reset: circle 0;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-subpage-content .box-list-rank li {
  position: relative;
  width: 100%;
  height: 4rem;
  padding: 1rem 1.4rem 1rem 4.4rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 1rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-subpage-content .box-list-rank li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1.6rem;
  transform: translateY(-50%);
  display: inline-block;
  background-color: #e5e5e5;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-subpage-content .box-list-rank li::after {
  position: absolute;
  top: 50%;
  left: 1.6rem;
  width: 2rem;
  text-align: center;
  transform: translateY(-50%);
  counter-increment: circle 1;
  content: counter(circle);
  color: #363636;
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.7rem;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-subpage-content .box-list-rank li.border-blue {
  padding-left: 6.5rem;
  border: 0.1rem solid #0089D0;
  background: url(../images/common/ico_search_star.svg) no-repeat left 4.5rem center;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-subpage-content .box-list-rank li.border-blue::before {
  background-color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-subpage-content .box-list-rank li.border-blue::after {
  color: #fff;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-subpage-content .box-list-rank li + li {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box .ces-subpage-content .no-data {
  height: 23.2rem;
  color: #888;
  background-color: transparent;
}
.ces-bizWeb-body .ces-bizWeb-row.type-search-choice .ces-bizWeb-box + .ces-bizWeb-box {
  width: 32rem;
  margin-left: 8rem;
}
.ces-bizWeb-body .ces-bizWeb-row.type2 {
  gap: 3.2rem;
}
.ces-bizWeb-body .ces-bizWeb-row.type2 .ces-bizWeb-box {
  min-height: auto;
}
.ces-bizWeb-body .ces-bizWeb-row.type3 {
  gap: 8.8rem;
}
.ces-bizWeb-body .ces-bizWeb-row.type3 .ces-bizWeb-box {
  min-height: auto;
}
.ces-bizWeb-body .ces-bizWeb-row.type4 > .ces-bizWeb-box {
  padding: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-row.type4 > .ces-bizWeb-box > .ces-bizWeb-box-title {
  height: 9.6rem;
  margin: -4rem -4rem 4rem;
  padding: 3rem 4rem;
  border-radius: 2.4rem 2.4rem 0 0;
  background-color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-row.type4 > .ces-bizWeb-box > .ces-bizWeb-box-title .txt-title {
  color: #fff;
}
.ces-bizWeb-body .ces-bizWeb-row.type4 > .ces-bizWeb-box .ces-bizWeb-box.type-gray {
  min-height: auto;
  padding: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-row.type4 > .ces-bizWeb-box .ces-bizWeb-box.type-gray .ces-bizWeb-box-title .column-left .txt-title {
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  font-weight: 700;
}
.ces-bizWeb-body .ces-bizWeb-row.type4 > .ces-bizWeb-box .ces-bizWeb-box.type-gray .ces-bizWeb-box-title.second {
  width: 131.2rem;
  height: 8rem;
  margin: -4rem -4rem 3.5rem;
  padding-left: 4rem;
  border-radius: 2.4rem 0 8rem 0;
  background-color: #DDE3EF;
}
.ces-bizWeb-body .ces-bizWeb-row.type4 > .ces-bizWeb-box .ces-bizWeb-box.type-gray .ces-bizWeb-table {
  padding: 2.8rem 4rem;
  background-color: #fff;
  border-radius: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-row.type4 > .ces-bizWeb-box .ces-bizWeb-box.type-gray .ces-bizWeb-table table th, .ces-bizWeb-body .ces-bizWeb-row.type4 > .ces-bizWeb-box .ces-bizWeb-box.type-gray .ces-bizWeb-table table td {
  padding: 1.2rem 0;
  text-align: left;
  border: 0;
  background-color: transparent;
  font-size: 1.8rem;
}
.ces-bizWeb-body .ces-bizWeb-row.type4 > .ces-bizWeb-box .ces-bizWeb-box + .ces-bizWeb-box {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-row .box-banner {
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-box {
  padding: 3.2rem;
  border-radius: 2.4rem;
  width: 100%;
  max-width: 139rem;
  min-height: 35.2rem;
  background-color: #fff;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-table {
  position: relative;
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-table.type1 {
  margin-top: -0.3rem;
}
.ces-bizWeb-body .ces-bizWeb-box .chart-scroll {
  position: relative;
  display: flex;
  overflow: auto;
  gap: 1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-bizWeb-chart-title {
  margin-bottom: 2rem;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-chart-gray {
  padding: 5rem;
  border-radius: 1.6rem;
  background-color: #f5f5f5;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-chart-gray .chart-scroll {
  margin-top: 0;
  padding-bottom: 0;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-chart {
  position: relative;
  width: 100%;
}
.ces-bizWeb-body .ces-bizWeb-box .no-data {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.ces-bizWeb-body .ces-bizWeb-box .no-data > p {
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-bizWeb-table {
  position: relative;
  overflow-y: auto;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-bizWeb-table + .ces-pagination {
  margin-top: 2.8rem;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-bizWeb-table.border table tbody tr:first-child th,
.ces-bizWeb-body .ces-bizWeb-box .ces-bizWeb-table.border table tbody tr:first-child td {
  border-top: 0.1rem solid #000;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-bizWeb-table + .ces-no-content.second {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-box-inner {
  padding: 4rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-box-inner .box-flex-half {
  margin-top: 0;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-box-inner.type-line1 {
  border-color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-box-inner.type-table {
  padding: 2rem 3rem;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-box-inner.type-table + .board-description {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-box-inner.type-small {
  padding: 3rem;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-box-inner.type-small .list-amenities {
  margin-top: 0;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-box-inner .ces-bizWeb-sub-title {
  align-items: center;
  margin-bottom: 2rem;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-box-inner .ces-bizWeb-sub-title .column-left .txt-title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-box-inner + .ces-box-inner, .ces-bizWeb-body .ces-bizWeb-box .ces-box-inner + .wrap-list-tab-btn, .ces-bizWeb-body .ces-bizWeb-box .ces-box-inner + .ces-box-select, .ces-bizWeb-body .ces-bizWeb-box .ces-box-inner + .box-flex-half {
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-box .box-flex-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-bizWeb-tbl-swiper {
  position: relative;
  padding-bottom: 2.4rem;
  overflow: hidden;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-bizWeb-tbl-swiper .swiper-pagination {
  bottom: 0;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-bizWeb-tbl-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 0.8rem;
  border-radius: 1rem;
  background: #e5e5e5;
  opacity: 1;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-bizWeb-tbl-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 2rem;
  background: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-bizWeb-tbl-swiper .ces-bizWeb-table {
  margin-top: 2.2rem;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-bizWeb-tbl-swiper .ces-bizWeb-table table tr.tbl-height01 {
  height: 19rem;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-bizWeb-tbl-swiper .ces-bizWeb-table table tr.tbl-height02 {
  height: 9.5rem;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-bizWeb-tbl-swiper .ces-bizWeb-table table tr th {
  padding: 0;
}
.ces-bizWeb-body .ces-bizWeb-box .ces-bullet.caution + .ces-bizWeb-table {
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-bizWeb-box .list-dash > li {
  position: relative;
  padding-left: 1rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-box .list-dash > li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: #666;
}
.ces-bizWeb-body .ces-bizWeb-box .list-dash > li + li {
  margin-top: 0.2rem;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box > li {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 1.2rem);
  padding: 4rem;
  background-color: #f8f8f8;
  border-radius: 1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box > li .img-area {
  width: 20rem;
  height: 39.7rem;
  overflow: hidden;
  border-radius: 0.8rem;
  background-color: #fff;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box > li .img-area img {
  height: 100%;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box > li .inner-box {
  width: calc(100% - 22.2rem);
  height: 39.7rem;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box > li .inner-box .txt-body2 {
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2rem;
  line-height: 2.8rem;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box > li .inner-box .ces-bullet.dash {
  margin-top: 1rem;
  font-size: 1.4rem;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box > li .inner-box .ces-bizWeb-table.border {
  margin-top: 3rem;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box > li .inner-box .ces-bizWeb-table.border table th {
  text-align: center;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box > li .inner-box .ces-bizWeb-table.border table td {
  background-color: #fff;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box > li .inner-box .ces-bizWeb-table.border table td .cell {
  padding: 0.4rem 0.2rem;
  color: #787878;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box > li .inner-box .ces-bizWeb-table.border table td .cell .ces-bullet.dash {
  margin-top: 0;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box.type-sec {
  display: block;
  padding: 4rem;
  background-color: #f8f8f8;
  border-radius: 1.6rem;
  border: 0.1rem solid #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box.type-trd {
  flex-wrap: wrap;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box.type-trd > li {
  display: block;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box.type-trd > li .txt-body2 {
  color: #0089D0;
  font-size: 2.4rem;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box.type-trd > li .img-area {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 32.5rem;
  margin: 2.2rem 0;
  border-radius: 0.8rem;
  overflow: hidden;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box.type-trd > li .img-area img {
  height: 100%;
}
.ces-bizWeb-body .ces-bizWeb-box .info-gray-box.type-trd > li:nth-child(n+3) {
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-box .type-bg-white {
  margin-top: 4rem;
  padding: 4rem;
  background-color: #fff;
  border-radius: 1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-box .type-bg-white .txt-headline {
  margin: 3rem 0 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-box .prt-bot-info {
  position: relative;
  margin-top: 3rem;
}
.ces-bizWeb-body .ces-bizWeb-box .prt-bot-info .ces-bullet {
  margin-top: 0;
}
.ces-bizWeb-body .ces-bizWeb-box .prt-bot-info .logo-area {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 16rem;
}
.ces-bizWeb-body .ces-bizWeb-box .prt-bot-info .logo-area img {
  width: 100%;
}
.ces-bizWeb-body .ces-bizWeb-box .box-line {
  margin-top: 2rem;
  padding: 3rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-box .box-line .board-list-info {
  margin-top: 0;
}
.ces-bizWeb-body .ces-bizWeb-box > .ces-bizWeb-sub-title:first-child, .ces-bizWeb-body .ces-bizWeb-box > .board-list-info:first-child {
  margin-top: 0;
}
.ces-bizWeb-body .ces-bizWeb-box-title {
  display: flex;
  justify-content: space-between;
  align-items: start;
  position: relative;
  flex-wrap: wrap;
}
.ces-bizWeb-body .ces-bizWeb-box-title.line {
  padding-bottom: 3.2rem;
  border-bottom: 0.6rem solid #F8F8F8;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.4rem;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-left .txt-title {
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-left .txt-title span.txt-blue {
  color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-left .txt-title.bold {
  font-weight: 700;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-left .txt-title2 {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Pretendard", sans-serif;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-left .txt-title3 {
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-left .period {
  width: 100%;
  color: #787878;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-left .period > .point-red {
  color: #EE3124;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-left .period-sec {
  width: 100%;
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-left .sub-title {
  width: 100%;
  margin-top: 1rem;
  font-size: 2.4em;
  font-weight: 400;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-right {
  display: flex;
  align-items: flex-start;
  margin-left: auto;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-right li {
  position: relative;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-right li .wrap-tooltip .btn-tooltip {
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
  background: url(../images/common/ico_warning_24.svg) no-repeat 50% 50%/2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-right li + li {
  padding-left: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-right .ces-select {
  display: block;
  padding-right: 3.2rem;
  border: 0;
  outline: 0;
  width: 11rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  line-height: 2.4rem;
  background: url(../images/common/ico_select_arrow_down_24.svg) no-repeat 100% 50%/2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-right .ces-txt {
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.042em;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-right .ces-txt .total {
  font-weight: 600;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-right .ces-txt .percentage {
  color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-box-title .column-right .ces-bullet {
  margin-top: 0;
}
.ces-bizWeb-body .ces-bizWeb-box-title .board-information {
  width: 100%;
}
.ces-bizWeb-body .ces-bizWeb-box-title + .list-tab-btn {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-box-title + .ces-scroll-y, .ces-bizWeb-body .ces-bizWeb-box-title + .ces-bizWeb-table {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-box-title ~ .ces-bizWeb-box-title {
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-box-title ~ .ces-bizWeb-box-title.second {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-box-title + .board-list-info {
  position: relative;
}
.ces-bizWeb-body .ces-bizWeb-box-title + .board-list-info.chart-info {
  margin: 2rem 0 0;
}
.ces-bizWeb-body .ces-bizWeb-box-title + .board-list-info.chart-info + .ces-chart {
  margin: 2.4rem 0 0;
}
.ces-bizWeb-body .ces-bizWeb-box-title.second {
  align-items: center;
}
.ces-bizWeb-body .ces-bizWeb-box-title + .ces-bizWeb-sub-modify {
  padding: 2rem 0 1rem;
}
.ces-bizWeb-body .ces-bizWeb-box-title + .ces-form-group {
  margin: 3rem 0;
}
.ces-bizWeb-body .ces-bizWeb-box-title + .ces-form-group + .wrap-list-tab-btn {
  margin-top: 3rem;
}
.ces-bizWeb-body .ces-bizWeb-box-title + .ces-box-inner.type-table, .ces-bizWeb-body .ces-bizWeb-box-title + .ces-tab-type02 {
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-bizWeb-box-title + .wrap-list-tab-btn, .ces-bizWeb-body .ces-bizWeb-box-title + .box-banner, .ces-bizWeb-body .ces-bizWeb-box-title + .ces-line-box {
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-sub-title {
  display: flex;
  align-items: center;
  margin: 4rem 0 2rem;
}
.ces-bizWeb-body .ces-bizWeb-sub-title .column-left {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.ces-bizWeb-body .ces-bizWeb-sub-title .column-left .txt-title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-sub-title .column-left .txt-headline2 + .inline-desc {
  margin-left: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-sub-title .column-left .inline-desc {
  display: inline-block;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-sub-title .column-left .desc {
  width: 100%;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-sub-title .column-left .ces-bizWeb-checkbox,
.ces-bizWeb-body .ces-bizWeb-sub-title .column-left .ces-bizWeb-radio {
  margin-left: 2rem;
}
.ces-bizWeb-body .ces-bizWeb-sub-title .column-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-sub-title .column-right .ces-calendar-box {
  position: relative;
}
.ces-bizWeb-body .ces-bizWeb-sub-title .column-right .ces-calendar-box .btn-date {
  min-width: 14rem;
}
.ces-bizWeb-body .ces-bizWeb-sub-title .column-right .ces-calendar-box + .ces-calendar-box {
  padding-left: 1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-sub-title .column-right .ces-calendar-box + .ces-calendar-box::before {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 0;
  width: 0.8rem;
  height: 0.1rem;
  background: #000;
}
.ces-bizWeb-body .ces-bizWeb-sub-title ~ .ces-bizWeb-sub-title {
  margin-top: 4rem; /* 디자인 간격 4rem(확인완료) */
}
.ces-bizWeb-body .ces-bizWeb-sub-title.type2 {
  margin: 2rem 0 1rem;
}
.ces-bizWeb-body .board-list-info {
  display: flex;
  align-items: center;
  margin: 4rem 0 1rem;
  width: 100%;
}
.ces-bizWeb-body .board-list-info [class^=info] {
  display: flex;
  align-items: center;
}
.ces-bizWeb-body .board-list-info.type1 {
  margin-top: 0;
  margin-bottom: 1.2rem;
}
.ces-bizWeb-body .board-list-info .info-left:has(.ces-bizWeb-checkbox) {
  gap: 1.8rem;
}
.ces-bizWeb-body .board-list-info .info-left .sub-title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .board-list-info .info-left .sub-title.point01 {
  color: #EE3124;
}
.ces-bizWeb-body .board-list-info .info-left .sub-title.point02 {
  color: #0089D0;
}
.ces-bizWeb-body .board-list-info .info-text {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .board-list-info .info-right {
  display: flex;
  align-items: center;
  margin-left: auto;
  gap: 0.8rem;
}
.ces-bizWeb-body .board-list-info .info-right:has(.ces-bizWeb-checkbox) {
  gap: 2.4rem;
}
.ces-bizWeb-body .board-list-info .info-right .ces-calendar-box {
  position: relative;
}
.ces-bizWeb-body .board-list-info .info-right .ces-calendar-box .btn-date {
  min-width: 14rem;
}
.ces-bizWeb-body .board-list-info .info-right .ces-calendar-box + .ces-calendar-box {
  padding-left: 1.6rem;
}
.ces-bizWeb-body .board-list-info .info-right .ces-calendar-box + .ces-calendar-box::before {
  content: "";
  position: absolute;
  top: 1.8rem;
  left: 0;
  width: 0.8rem;
  height: 0.1rem;
  background: #000;
}
.ces-bizWeb-body .board-list-info + .ces-bizWeb-table, .ces-bizWeb-body .board-list-info + .ces-bizWeb-accordion, .ces-bizWeb-body .board-list-info + .ces-list-item {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-list-page {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bullet {
  position: relative;
  padding-left: 1.2rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  color: #aaa;
}
.ces-bizWeb-body .ces-bullet.refer {
  color: #000;
}
.ces-bizWeb-body .ces-bullet.refer:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.ces-bizWeb-body .ces-bullet.refer + .ces-bizWeb-table, .ces-bizWeb-body .ces-bullet.refer + .ces-bizWeb-textarea, .ces-bizWeb-body .ces-bullet.refer + .box-between-line {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-bullet.caution {
  padding: 2.4rem;
  border-radius: 1.6rem;
  color: #000;
  background-color: #f8f8f8;
}
.ces-bizWeb-body .ces-bullet.caution > li {
  position: relative;
  padding-left: 2.6rem;
}
.ces-bizWeb-body .ces-bullet.caution > li + li {
  margin-top: 1.4rem;
}
.ces-bizWeb-body .ces-bullet.caution > li:before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: url(../images/common/ico_bullet_caution.svg) no-repeat center;
}
.ces-bizWeb-body .ces-bullet.caution + .ces-bizWeb-table {
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-bullet.caution + .filter-row .label-text {
  margin: 2rem 0 1rem;
}
.ces-bizWeb-body .ces-bullet.caution + .list-upload {
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-bullet + .ces-upload {
  margin: 1.6rem 0 1rem;
}
.ces-bizWeb-body .ces-img-upload {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1.6rem;
}
.ces-bizWeb-body .ces-img-upload .btn-upload {
  display: inline-flex;
  position: relative;
}
.ces-bizWeb-body .ces-img-upload .btn-upload .txt-body3 {
  border: 1rem solid #ccc;
  padding: 0.5rem 1.1rem;
  width: 9.6rem;
  border-radius: 2.4rem;
  color: #000;
  text-align: center;
}
.ces-bizWeb-body .ces-img-upload .ces-bullet {
  margin-top: 0.4rem;
}
.ces-bizWeb-body .ces-upload {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  margin: 0 0 0.5rem 0;
}
.ces-bizWeb-body .ces-upload > *:first-child {
  margin-top: 0 !important; /* BWBAIADT020100P */
}
.ces-bizWeb-body .ces-upload .notice {
  color: #EE3124;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.ces-bizWeb-body .ces-upload .box-preview {
  display: flex;
  overflow-x: auto;
  flex: none;
  flex-wrap: nowrap;
  width: calc(100% - 16.8rem);
}
.ces-bizWeb-body .ces-upload .box-preview:has(li) {
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-upload .box-preview .box-image {
  display: flex;
  align-items: center;
  flex: none;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 16rem;
  height: 12rem;
  border-radius: 0.4rem;
}
.ces-bizWeb-body .ces-upload .box-preview .box-image > a {
  display: flex;
  width: 100%;
  height: 100%;
}
.ces-bizWeb-body .ces-upload .box-preview .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .ces-upload .box-preview .box-image .btn-cancel {
  display: flex;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background: none;
}
.ces-bizWeb-body .ces-upload .box-preview .box-image .btn-cancel .ico-delete {
  display: block;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}
.ces-bizWeb-body .ces-upload .box-preview .box-image .btn-cancel .ico-delete:before, .ces-bizWeb-body .ces-upload .box-preview .box-image .btn-cancel .ico-delete:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.2rem;
  width: 0.9rem;
  height: 0.1rem;
  background-color: #fff;
}
.ces-bizWeb-body .ces-upload .box-preview .box-image .btn-cancel .ico-delete:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ces-bizWeb-body .ces-upload .box-preview .box-image .btn-cancel .ico-delete:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ces-bizWeb-body .ces-upload .box-preview .box-image + .box-image {
  margin-left: 0.8rem;
}
.ces-bizWeb-body .ces-upload .box-preview.active {
  display: block;
}
.ces-bizWeb-body .ces-upload .ces-btn-upload {
  display: block;
  flex: none;
}
.ces-bizWeb-body .ces-upload .ces-btn-upload .btn-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem 0.5rem 0.4rem;
  border-radius: 0.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-upload .ces-btn-upload .btn-upload .ico-plus {
  display: inline-block;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_plus_24.svg) no-repeat center/cover;
}
.ces-bizWeb-body .ces-upload .ces-btn-upload .btn-upload .txt {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}
.ces-bizWeb-body .ces-upload .upload-file-info {
  margin-top: 1rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4;
  color: #000;
}
.ces-bizWeb-body .ces-upload .ces-bullet {
  width: 100%;
  padding-left: 0;
  margin-top: 1rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-upload .list-bullet {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-upload .list-bullet > li {
  color: #aaa;
}
.ces-bizWeb-body .ces-upload .list-bullet > li::before {
  background-color: #aaa;
}
.ces-bizWeb-body .ces-upload .list-upload-file {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-upload .list-upload-file .item-file {
  display: flex;
  align-items: center;
}
.ces-bizWeb-body .ces-upload .list-upload-file .item-file + .item-file {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-upload .list-upload-file .file-name {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #aaa;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.ces-bizWeb-body .ces-upload.list-upload {
  flex-direction: row;
  margin: 0;
}
.ces-bizWeb-body .ces-upload.list-upload.small .ces-btn-upload .btn-upload {
  width: 15.6rem;
  height: 15.6rem;
}
.ces-bizWeb-body .ces-upload.list-upload.small .box-preview {
  gap: 1rem;
}
.ces-bizWeb-body .ces-upload.list-upload.small .box-preview .box-image {
  width: 15.6rem;
  height: 15.6rem;
}
.ces-bizWeb-body .ces-upload.list-upload.edit .box-preview {
  gap: 2rem 2.8rem;
}
.ces-bizWeb-body .ces-upload.list-upload.edit .box-preview .box-image {
  width: 15.6rem;
  height: 15.6rem;
}
.ces-bizWeb-body .ces-upload.list-upload .ces-btn-upload .btn-upload {
  flex-direction: column;
  width: 24rem;
  height: 24rem;
  border: 0.1rem solid #E3E6F0;
  border-radius: 0.8rem;
  background-color: #F3F5FA;
}
.ces-bizWeb-body .ces-upload.list-upload .ces-btn-upload .btn-upload .ico-plus {
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ico_plus_gray_20.svg) no-repeat center/cover;
}
.ces-bizWeb-body .ces-upload.list-upload .ces-btn-upload .btn-upload .txt {
  display: block;
  margin-top: 0.4rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #828F9B;
}
.ces-bizWeb-body .ces-upload.list-upload .box-preview {
  margin-top: 0;
  flex: 0 1 auto;
  width: auto;
  flex-wrap: wrap;
  gap: 2.7rem;
}
.ces-bizWeb-body .ces-upload.list-upload .box-preview .box-image {
  margin-left: 0;
  width: 24rem;
  height: 24rem;
  border-radius: 0.8rem;
}
.ces-bizWeb-body .ces-upload.list-upload .btn-represent {
  position: absolute;
  left: 0;
  bottom: 0;
}
.ces-bizWeb-body .ces-upload.list-upload .btn-represent.active > span {
  color: #fff;
  background-color: #0089D0;
  background-image: url(../images/common/ico_check_12_on.svg);
}
.ces-bizWeb-body .ces-upload.list-upload .btn-represent > span {
  display: flex;
  align-items: center;
  height: 2.2rem;
  border-radius: 0 0.8rem 0 0.8rem;
  padding: 0 0.6rem 0 2rem;
  color: #aaa;
  font-size: 1rem;
  font-weight: 500;
  background-color: #f8f8f8;
  background-position: 0.4rem 50%;
  background-size: 1.2rem;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico_check_12_off.svg);
}
.ces-bizWeb-body .ces-box-gallery .box-image {
  display: flex;
  align-items: center;
  flex: none;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 10rem;
  height: 10rem;
  border-radius: 0.4rem;
}
.ces-bizWeb-body .ces-box-gallery .box-image > a {
  display: block;
  width: 100%;
  height: 100%;
}
.ces-bizWeb-body .ces-box-gallery .box-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .ces-box-gallery .btn-cancel {
  display: flex;
  position: absolute;
  top: 0.8rem;
  right: 0.4rem;
  width: 1.8rem;
  height: 1.8rem;
}
.ces-bizWeb-body .ces-box-gallery .btn-cancel .ico-delete {
  display: block;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}
.ces-bizWeb-body .ces-box-gallery .btn-cancel .ico-delete::after, .ces-bizWeb-body .ces-box-gallery .btn-cancel .ico-delete::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.2rem;
  width: 0.9rem;
  height: 0.1rem;
  background-color: #fff;
}
.ces-bizWeb-body .ces-box-gallery .btn-cancel .ico-delete::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ces-bizWeb-body .ces-box-gallery .btn-cancel .ico-delete::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ces-bizWeb-body .ces-gray-box {
  padding: 3rem;
  border-radius: 1.6rem;
  background-color: #f8f8f8;
}
.ces-bizWeb-body .ces-gray-box .copy {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-gray-box .ces-list {
  margin-top: 2rem;
  padding: 0.8rem 2.4rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 0.8rem;
  background-color: #fff;
}
.ces-bizWeb-body .ces-gray-box .ces-list li + li {
  margin-top: 0.4rem;
}
.ces-bizWeb-body .ces-gray-box:has(.coupon-swiper) {
  position: relative;
}
.ces-bizWeb-body .btn-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
  margin-top: 4rem;
}
.ces-bizWeb-body .btn-area.left {
  justify-content: flex-start;
}
.ces-bizWeb-body .btn-area.right {
  justify-content: flex-end;
}
.ces-bizWeb-body .btn-area.between {
  justify-content: space-between;
}
.ces-bizWeb-body .btn-area .column-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ces-bizWeb-body .btn-more-arrow {
  display: flex;
  position: relative;
  height: 2.5rem;
  line-height: 2.5rem;
  padding-left: 2.4rem;
  font-size: 1.6rem;
}
.ces-bizWeb-body .btn-more-arrow::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.1rem;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_plus_black_24.svg) no-repeat center;
}
.ces-bizWeb-body .btn-top-area {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
.ces-bizWeb-body .btn-top-area.right {
  justify-content: flex-end;
}
.ces-bizWeb-body .btn-area-winpoup {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-top: 4rem;
}
.ces-bizWeb-body .btn-area-winpoup.type1 {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .wrap-tooltip {
  display: inline-flex;
  position: relative;
}
.ces-bizWeb-body .wrap-tooltip .btn-tooltip {
  display: inline-block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_warning_24.svg) no-repeat 50% 50%/2.4rem;
}
.ces-bizWeb-body .wrap-tooltip .btn-tooltip.active + .ces-tooltip {
  display: block;
}
.ces-bizWeb-body .wrap-tooltip .ces-tooltip {
  display: none;
  position: absolute;
  top: 2.4rem;
  left: 0;
  z-index: 1;
  width: 31.2rem;
  padding: 3.2rem 4.8rem 3.2rem 3.2rem;
  border: 0.1rem solid #0089D0;
  border-radius: 2.5rem;
  background-color: #fff;
}
.ces-bizWeb-body .wrap-tooltip .ces-tooltip.free {
  width: auto;
}
.ces-bizWeb-body .wrap-tooltip .ces-tooltip-header {
  display: flex;
  position: relative;
}
.ces-bizWeb-body .wrap-tooltip .ces-tooltip-header .title {
  display: block;
  width: 100%;
  margin-bottom: 1.6rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .wrap-tooltip .ces-tooltip-header .title .sub-txt {
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .wrap-tooltip .ces-tooltip-header .btn-tooltip-close {
  display: block;
  position: absolute;
  top: 0;
  right: -1.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_close_16.svg) no-repeat 50% 50%/1.6rem;
}
.ces-bizWeb-body .wrap-tooltip .tooltip-content {
  color: #666;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
}
.ces-bizWeb-body .wrap-toggle-tooltip {
  display: inline-flex;
  position: relative;
}
.ces-bizWeb-body .wrap-toggle-tooltip .btn-tooltip {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_plus_16.svg) center/1.6rem no-repeat;
}
.ces-bizWeb-body .wrap-toggle-tooltip .btn-tooltip.active {
  background: url(../images/common/ico_minus_16.svg) center/1.6rem no-repeat;
}
.ces-bizWeb-body .wrap-toggle-tooltip .ces-tooltip {
  display: none;
  position: absolute;
  top: 1.8rem;
  right: 0;
  z-index: 1;
  width: 20rem;
  background-color: #fff;
}
.ces-bizWeb-body .board-bot-util {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  gap: 1rem;
}
.ces-bizWeb-body .board-bot-util.right {
  justify-content: flex-end;
}
.ces-bizWeb-body .board-bot-util.center {
  justify-content: center;
}
.ces-bizWeb-body .board-bot-text {
  margin-top: 2rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .board-bot-text + .ces-form-group {
  margin-top: 2rem;
}
.ces-bizWeb-body .data-category + .ces-subpage-board-title {
  margin-top: 1rem;
}
.ces-bizWeb-body .data-category-edu {
  margin-bottom: 2rem;
}
.ces-bizWeb-body .data-category-edu > span {
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-subpage-board-title {
  width: 100%;
  border-bottom: 0.1rem solid #e5e5e5;
  padding-bottom: 2rem;
}
.ces-bizWeb-body .ces-subpage-board-title .ces-text-badge {
  margin-bottom: 1rem;
}
.ces-bizWeb-body .ces-subpage-board-title .wrap-title {
  display: flex;
  justify-content: space-between;
}
.ces-bizWeb-body .ces-subpage-board-title .title {
  color: #000;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 3.6rem;
}
.ces-bizWeb-body .ces-subpage-board-title + .ces-bizWeb-list-table {
  margin-top: 3.2rem;
}
.ces-bizWeb-body .ces-subpage-board-title + .ces-bizWeb-table {
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-subpage-board-title.border {
  margin-top: 4rem;
  padding: 2rem 0 2rem;
  border-top: 0.1rem solid #000;
}
.ces-bizWeb-body .ces-subpage-board-title.border .board-information {
  margin-top: 0;
}
.ces-bizWeb-body .board-information {
  display: flex;
  align-items: center;
  gap: 2.1rem;
  margin-top: 1rem;
  color: #666;
}
.ces-bizWeb-body .board-information [class^=board] {
  position: relative;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #aaa;
}
.ces-bizWeb-body .board-information [class^=board] + [class^=board]:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1rem;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #e5e5e5;
  transform: translateY(-50%);
}
.ces-bizWeb-body .board-information [class^=board].board-state {
  color: #0089D0;
}
.ces-bizWeb-body .board-information [class^=board].board-check {
  color: #000;
}
.ces-bizWeb-body .ces-subpage-detail-board .file-attachment-area {
  border-bottom: 0.1rem solid #e5e5e5;
  padding: 1.6rem 0;
}
.ces-bizWeb-body .ces-subpage-detail-board .file-attachment-area [class^=btn] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ces-bizWeb-body .ces-subpage-detail-board .file-attachment-area [class^=btn] + [class^=btn] {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-subpage-detail-board .file-attachment-area [class^=btn] .file-name {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
  text-decoration: underline;
}
.ces-bizWeb-body .ces-subpage-detail-board .content-area {
  padding: 4rem 0;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-subpage-detail-board .content-area p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.ces-bizWeb-body .ces-subpage-detail-board .content-area .data {
  margin-bottom: 0;
}
.ces-bizWeb-body .ces-subpage-detail-board .content-area ul {
  padding-left: 4rem;
  list-style: disc outside none;
  margin-bottom: 1rem;
}
.ces-bizWeb-body .ces-subpage-detail-board .content-area ol {
  padding-left: 4rem;
  list-style: decimal outside none;
  margin-bottom: 1rem;
}
.ces-bizWeb-body .ces-subpage-detail-board .content-area li {
  list-style: inherit;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.ces-bizWeb-body .ces-subpage-detail-board .content-area hr {
  display: block;
  margin: 1rem 0;
}
.ces-bizWeb-body .ces-subpage-detail-board .content-area table th,
.ces-bizWeb-body .ces-subpage-detail-board .content-area table td {
  font-size: 1.3rem;
  line-height: 1.5;
}
.ces-bizWeb-body .ces-subpage-detail-board .content-area .pop-sub-title {
  margin: 3rem 0 2rem;
}
.ces-bizWeb-body .ces-subpage-detail-board .content-area .pop-sub-title:first-child {
  margin-top: 0;
}
.ces-bizWeb-body .ces-subpage-detail-board .content-area img {
  max-width: 100%;
}
.ces-bizWeb-body .ces-subpage-detail-board .content-area-edit {
  padding-top: 4rem;
}
.ces-bizWeb-body .ces-subpage-detail-board .content-area-edit .label-text {
  margin: 0 0 1rem;
  color: #000;
}
.ces-bizWeb-body .ces-subpage-detail-board .content-area-edit .label-text ~ .label-text {
  margin: 4rem 0 1rem;
}
.ces-bizWeb-body .ces-pagination {
  margin-top: 2.8rem;
  position: relative;
}
.ces-bizWeb-body .ces-pagination .btn-group {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  position: absolute;
  top: 50%;
  center: 0;
  transform: translateY(-50%);
}
.ces-bizWeb-body .ces-pagination.hidden-pagination {
  visibility: hidden;
}
.ces-bizWeb-body .ces-bizWeb-pagination .list-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ces-bizWeb-body .ces-bizWeb-pagination .list-pagination li:not(:last-of-type) {
  margin-right: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-pagination .list-pagination li:first-of-type {
  margin-right: 0.4rem;
}
.ces-bizWeb-body .ces-bizWeb-pagination .list-pagination li:last-of-type {
  margin-left: -0.4rem;
}
.ces-bizWeb-body .ces-bizWeb-pagination .list-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 2.8rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 2.8rem;
}
.ces-bizWeb-body .ces-bizWeb-pagination .list-pagination a.active {
  background-color: #0089D0;
  color: #fff;
  font-weight: 600;
}
.ces-bizWeb-body .ces-bizWeb-pagination .list-pagination a:hover {
  background-color: #0089D0;
  color: #fff;
}
.ces-bizWeb-body .ces-bizWeb-pagination .list-pagination .btn-pagination {
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-pagination .list-pagination .btn-pagination:hover {
  background-color: #fff;
}
.ces-bizWeb-body .ces-bizWeb-pagination .list-pagination .btn-pagination.btn-prev {
  margin-right: 0.8rem;
  background-image: url(../images/common/ico_prev_16.svg);
}
.ces-bizWeb-body .ces-bizWeb-pagination .list-pagination .btn-pagination.btn-prev-last {
  background-image: url(../images/common/ico_prev_last_16.svg);
}
.ces-bizWeb-body .ces-bizWeb-pagination .list-pagination .btn-pagination.btn-next {
  margin-left: 0.8rem;
  background-image: url(../images/common/ico_next_16.svg);
}
.ces-bizWeb-body .ces-bizWeb-pagination .list-pagination .btn-pagination.btn-next-last {
  background-image: url(../images/common/ico_next_last_16.svg);
}
.ces-bizWeb-body .ces-main-search,
.ces-bizWeb-body .ces-sub-search,
.ces-bizWeb-body .ces-cell-search,
.ces-bizWeb-body .ces-search-box {
  display: flex;
  position: relative;
  height: 10rem;
  border-radius: 2.4rem;
  background-color: #fff;
}
.ces-bizWeb-body .ces-main-search .list-search,
.ces-bizWeb-body .ces-sub-search .list-search,
.ces-bizWeb-body .ces-cell-search .list-search,
.ces-bizWeb-body .ces-search-box .list-search {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 3.2rem 3rem;
  border-radius: 2.4rem;
  background-color: #fff;
}
.ces-bizWeb-body .ces-main-search .list-search > li,
.ces-bizWeb-body .ces-sub-search .list-search > li,
.ces-bizWeb-body .ces-cell-search .list-search > li,
.ces-bizWeb-body .ces-search-box .list-search > li {
  position: relative;
  padding: 0 0.4rem;
}
.ces-bizWeb-body .ces-main-search .list-search > li:first-child,
.ces-bizWeb-body .ces-sub-search .list-search > li:first-child,
.ces-bizWeb-body .ces-cell-search .list-search > li:first-child,
.ces-bizWeb-body .ces-search-box .list-search > li:first-child {
  padding: 0 0.4rem 0 0;
}
.ces-bizWeb-body .ces-main-search .list-search > li:last-child,
.ces-bizWeb-body .ces-sub-search .list-search > li:last-child,
.ces-bizWeb-body .ces-cell-search .list-search > li:last-child,
.ces-bizWeb-body .ces-search-box .list-search > li:last-child {
  flex-grow: 1;
  padding: 0 0 0 0.4rem;
}
.ces-bizWeb-body .ces-main-search .list-search > li > [class^=btn],
.ces-bizWeb-body .ces-sub-search .list-search > li > [class^=btn],
.ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn],
.ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn] {
  display: block;
  position: relative;
  height: 100%;
  padding-left: 3.8rem;
  text-align: left;
  border-radius: 0.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-main-search .list-search > li > [class^=btn]::after,
.ces-bizWeb-body .ces-sub-search .list-search > li > [class^=btn]::after,
.ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn]::after,
.ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn]::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%);
  background: url(../images/common/ico_select_arrow_down_24.svg) 100% 50%/2.4rem no-repeat;
}
.ces-bizWeb-body .ces-main-search .list-search > li > [class^=btn].btn-date,
.ces-bizWeb-body .ces-sub-search .list-search > li > [class^=btn].btn-date,
.ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn].btn-date,
.ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn].btn-date {
  width: 14rem;
  background: #fff url(../images/common/ico_calendar_24.svg) 1rem 50%/2.4rem no-repeat;
}
.ces-bizWeb-body .ces-main-search .list-search > li > [class^=btn].btn-date::after,
.ces-bizWeb-body .ces-sub-search .list-search > li > [class^=btn].btn-date::after,
.ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn].btn-date::after,
.ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn].btn-date::after {
  display: none;
}
.ces-bizWeb-body .ces-main-search .list-search > li > [class^=btn].btn-map,
.ces-bizWeb-body .ces-sub-search .list-search > li > [class^=btn].btn-map,
.ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn].btn-map,
.ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn].btn-map {
  width: 23rem;
  background: #fff url(../images/common/ico_map_24.png) 1rem 50%/2.4rem no-repeat;
}
.ces-bizWeb-body .ces-main-search .list-search > li > [class^=btn].btn-group,
.ces-bizWeb-body .ces-sub-search .list-search > li > [class^=btn].btn-group,
.ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn].btn-group,
.ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn].btn-group {
  width: 23rem;
  background: #fff url(../images/common/ico_group_24.svg) 1rem 50%/2.4rem no-repeat;
}
.ces-bizWeb-body .ces-main-search .list-search > li > [class^=btn].btn-manager,
.ces-bizWeb-body .ces-sub-search .list-search > li > [class^=btn].btn-manager,
.ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn].btn-manager,
.ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn].btn-manager {
  width: 14rem;
  background: #fff url(../images/common/ico_office_24.svg) 1rem 50%/2.4rem no-repeat;
}
.ces-bizWeb-body .ces-main-search .list-search > li > [class^=btn].btn-shop,
.ces-bizWeb-body .ces-sub-search .list-search > li > [class^=btn].btn-shop,
.ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn].btn-shop,
.ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn].btn-shop {
  width: 100%;
  background: #fff url(../images/common/ico_shop_24.svg) 1rem 50%/2.4rem no-repeat;
}
.ces-bizWeb-body .ces-main-search .list-search > li > [class^=btn].btn-shop.change-on .value,
.ces-bizWeb-body .ces-sub-search .list-search > li > [class^=btn].btn-shop.change-on .value,
.ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn].btn-shop.change-on .value,
.ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn].btn-shop.change-on .value {
  color: #0089D0;
}
.ces-bizWeb-body .ces-main-search .list-search > li > [class^=btn] .copy,
.ces-bizWeb-body .ces-sub-search .list-search > li > [class^=btn] .copy,
.ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn] .copy,
.ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn] .copy {
  display: block;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-main-search .list-search > li > [class^=btn] .value,
.ces-bizWeb-body .ces-sub-search .list-search > li > [class^=btn] .value,
.ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn] .value,
.ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn] .value {
  padding-right: 3.2rem;
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 400;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-bizWeb-body .ces-main-search .list-search > li > [class^=btn].change-on .value,
.ces-bizWeb-body .ces-sub-search .list-search > li > [class^=btn].change-on .value,
.ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn].change-on .value,
.ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn].change-on .value {
  color: #000;
  font-weight: 600;
}
.ces-bizWeb-body .ces-main-search .list-search > li > [class^=btn]:disabled,
.ces-bizWeb-body .ces-sub-search .list-search > li > [class^=btn]:disabled,
.ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn]:disabled,
.ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn]:disabled {
  background-color: #f8f8f8;
  color: #aaa;
}
.ces-bizWeb-body .ces-main-search .list-search > li .w-type1,
.ces-bizWeb-body .ces-sub-search .list-search > li .w-type1,
.ces-bizWeb-body .ces-cell-search .list-search > li .w-type1,
.ces-bizWeb-body .ces-search-box .list-search > li .w-type1 {
  width: 23rem !important;
}
.ces-bizWeb-body .ces-main-search .list-search > li.sec-calendar,
.ces-bizWeb-body .ces-sub-search .list-search > li.sec-calendar,
.ces-bizWeb-body .ces-cell-search .list-search > li.sec-calendar,
.ces-bizWeb-body .ces-search-box .list-search > li.sec-calendar {
  padding-left: 2.4rem;
}
.ces-bizWeb-body .ces-main-search .list-search > li.sec-calendar::before,
.ces-bizWeb-body .ces-sub-search .list-search > li.sec-calendar::before,
.ces-bizWeb-body .ces-cell-search .list-search > li.sec-calendar::before,
.ces-bizWeb-body .ces-search-box .list-search > li.sec-calendar::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  content: "";
  width: 0.8rem;
  height: 0.1rem;
  background-color: #000;
}
.ces-bizWeb-body .ces-main-search .btn-search,
.ces-bizWeb-body .ces-sub-search .btn-search,
.ces-bizWeb-body .ces-cell-search .btn-search,
.ces-bizWeb-body .ces-search-box .btn-search {
  display: block;
  position: relative;
  flex: none;
  margin-left: auto;
  width: 10rem;
  height: auto;
  border-radius: 0 2.4rem 2.4rem 0;
}
.ces-bizWeb-body .ces-main-search::before,
.ces-bizWeb-body .ces-sub-search::before,
.ces-bizWeb-body .ces-cell-search::before,
.ces-bizWeb-body .ces-search-box::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4rem;
  border-radius: 2.4rem;
  box-shadow: 0 0.4rem 2.4rem #dee3f5;
}
.ces-bizWeb-body .ces-sub-search {
  margin-top: 4rem;
  height: 9.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-sub-search .list-search {
  padding: 2.8rem;
  background-color: #f8f8f8;
}
.ces-bizWeb-body .ces-sub-search .list-search > li {
  display: flex;
  align-items: center;
}
.ces-bizWeb-body .ces-sub-search .list-search > li.wide {
  flex: 0 1 100%;
}
.ces-bizWeb-body .ces-sub-search .list-search > li.wide .ces-bizWeb-select {
  width: 100%;
}
.ces-bizWeb-body .ces-sub-search .list-search > li.last {
  flex: none;
}
.ces-bizWeb-body .ces-sub-search .list-search > li > .ces-bizWeb-input {
  height: 100%;
  background-color: #fff;
}
.ces-bizWeb-body .ces-sub-search .list-search > li > .ces-bizWeb-input::-webkit-input-placeholder {
  color: #aaaaaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-sub-search::before {
  display: none;
}
.ces-bizWeb-body .ces-search-box {
  height: auto;
  border-radius: 0;
  background-color: transparent;
}
.ces-bizWeb-body .ces-search-box::before {
  display: none;
}
.ces-bizWeb-body .ces-search-box .list-search {
  padding: 0;
  width: auto;
}
.ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn].btn-map, .ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn].btn-manager, .ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn].btn-group {
  width: 13rem;
  height: 3.6rem;
  background: #fff;
  padding-left: 0.7rem;
}
.ces-bizWeb-body .ces-search-box .list-search > li > [class^=btn].btn-shop {
  width: 24rem;
  height: 3.6rem;
  background: #fff;
  padding-left: 0.7rem;
}
.ces-bizWeb-body .ces-cell-search {
  height: auto;
  border-radius: 0;
}
.ces-bizWeb-body .ces-cell-search .list-search {
  padding: 0;
  border-radius: 0;
}
.ces-bizWeb-body .ces-cell-search .list-search > li {
  flex: 1;
}
.ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn].btn-map, .ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn].btn-manager, .ces-bizWeb-body .ces-cell-search .list-search > li > [class^=btn].btn-group {
  width: 100%;
}
.ces-bizWeb-body .ces-cell-search .list-search > li.last {
  flex: none;
}
.ces-bizWeb-body .ces-cell-search .list-search > li:nth-last-child(2) [class^=dropdown] {
  left: auto;
  right: -9rem;
}
.ces-bizWeb-body .ces-cell-search .list-search > li [class^=dropdown] {
  position: fixed;
  height: 32rem;
}
.ces-bizWeb-body .ces-cell-search .list-search > li [class^=dropdown] .wrap-content-scroll {
  max-height: 16rem;
}
.ces-bizWeb-body .ces-cell-search .list-search > li [class^=dropdown].type-sec {
  height: auto;
}
.ces-bizWeb-body .ces-cell-search::before {
  display: none;
}
.ces-bizWeb-body .list-bullet > li {
  position: relative;
  padding-left: 1.1rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-bullet > li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #666;
}
.ces-bizWeb-body .list-bullet > li + li {
  margin-top: 0.2rem;
}
.ces-bizWeb-body .list-bullet > li.c-black {
  color: #000;
}
.ces-bizWeb-body .comment-area {
  padding-top: 6rem;
}
.ces-bizWeb-body .comment-area .comment-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ces-bizWeb-body .comment-area .comment-title .ico-bubble {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_comment_bubble_24.svg) no-repeat center/cover;
}
.ces-bizWeb-body .comment-area .comment-title .tit {
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .comment-area .comment-title .tit .count {
  font-weight: 700;
}
.ces-bizWeb-body .comment-area .list-comment {
  margin-top: 1rem;
}
.ces-bizWeb-body .comment-area .list-comment .comment-wrap {
  padding: 2rem 0;
}
.ces-bizWeb-body .comment-area .list-comment .comment-wrap:not(:last-child) {
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .comment-area .list-comment .comment-write-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ces-bizWeb-body .comment-area .list-comment .comment-write-info .writer {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .comment-area .list-comment .comment-write-info .date {
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #aaa;
  margin: 0;
}
.ces-bizWeb-body .comment-area .list-comment .comment-cnt {
  margin-top: 1rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
}
.ces-bizWeb-body .comment-area .ces-input-comment {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-radius: 1.6rem;
  margin: 3rem 0;
  padding: 3.5rem 3rem;
  background-color: #f8f8f8;
}
.ces-bizWeb-body .comment-area .ces-input-comment .ces-bizWeb-textarea {
  display: flex;
  width: calc(100% - 8rem);
  border: none;
  padding: 0;
  min-height: 2rem;
  background-color: transparent;
}
.ces-bizWeb-body .comment-area .ces-input-comment .ces-btn {
  padding: 0.65rem 1.4rem;
}
.ces-bizWeb-body .wrap-ces-zoom-swiper {
  position: relative;
  padding: 0 6rem;
}
.ces-bizWeb-body .wrap-ces-zoom-swiper .ces-zoom-swiper .swiper-slide {
  height: 52rem;
  border-radius: 2.4rem;
  overflow: hidden;
}
.ces-bizWeb-body .wrap-ces-zoom-swiper .ces-zoom-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ces-bizWeb-body .wrap-ces-zoom-swiper .ces-zoom-btn .swiper-button-next,
.ces-bizWeb-body .wrap-ces-zoom-swiper .ces-zoom-btn .swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 10;
}
.ces-bizWeb-body .wrap-ces-zoom-swiper .ces-zoom-btn .swiper-button-next::after,
.ces-bizWeb-body .wrap-ces-zoom-swiper .ces-zoom-btn .swiper-button-prev::after {
  content: "";
}
.ces-bizWeb-body .wrap-ces-zoom-swiper .ces-zoom-btn .swiper-button-prev {
  left: 0rem;
  background-image: url(../images/common/ico_arrow_left_round.svg);
}
.ces-bizWeb-body .wrap-ces-zoom-swiper .ces-zoom-btn .swiper-button-next {
  right: 0rem;
  background-image: url(../images/common/ico_arrow_right_round.svg);
}
.ces-bizWeb-body .ces-form-addr {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.ces-bizWeb-body .ces-form-addr .ces-bizWeb-input {
  width: 100%;
}
.ces-bizWeb-body .ces-form-addr .ces-btn {
  flex: none;
}
.ces-bizWeb-body .ces-form-addr + .ces-form-addr {
  margin-top: 0.5rem;
}
.ces-bizWeb-body .ces-form-tel {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.4rem;
}
.ces-bizWeb-body .ces-form-tel .ces-bizWeb-select {
  min-width: 15rem;
}
.ces-bizWeb-body .ces-form-tel .dash {
  color: #000;
}
.ces-bizWeb-body .ces-form-tel .ces-bizWeb-input {
  width: 15rem;
}
.ces-bizWeb-body .ces-form-tel .ces-bizWeb-input.full {
  width: 100%;
}
.ces-bizWeb-body .ces-form-email {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.4rem;
}
.ces-bizWeb-body .ces-form-email .ces-bizWeb-select,
.ces-bizWeb-body .ces-form-email .ces-bizWeb-input {
  width: 15rem;
}
.ces-bizWeb-body .ces-form-email .dash {
  color: #000;
}
.ces-bizWeb-body .ces-form-flex {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.ces-bizWeb-body .ces-form-flex + .ces-form-flex {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-form-flex .ces-bizWeb-input {
  width: 100%;
}
.ces-bizWeb-body .ces-form-flex + .ces-link {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-form-flex .ces-btn {
  flex: none;
}
.ces-bizWeb-body .ces-form-flex .ces-btn.small {
  margin-left: 0 !important;
}
.ces-bizWeb-body .ces-form-flex.inline {
  display: inline-flex;
}
.ces-bizWeb-body .ces-form-flex .form-copy {
  flex: none;
}
.ces-bizWeb-body .ces-form-flex.layer {
  width: 60rem;
  margin: 0.6rem 0 2.4rem;
}
.ces-bizWeb-body .ces-form-flex.layer .ces-btn.line-blue {
  padding: 0 1.4rem;
}
.ces-bizWeb-body .ces-form-box {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.ces-bizWeb-body .ces-form-box[class*=item-col] {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.ces-bizWeb-body .ces-form-box[class*=item-col].item-col2 .btn-round-chk {
  flex: 0 0 calc((100% - 1rem) / 2);
}
.ces-bizWeb-body .ces-form-box .btn-round-chk {
  position: relative;
}
.ces-bizWeb-body .ces-form-box .btn-round-chk > input:checked + span {
  color: #0089D0;
  border: 0.1rem solid #0089D0;
  background-color: #fff;
}
.ces-bizWeb-body .ces-form-box .btn-round-chk > input:disabled + span {
  color: #5F6A86;
  border: 0.1rem solid #F3F5FA;
  background-color: #F3F5FA;
}
.ces-bizWeb-body .ces-form-box .btn-round-chk > input + span {
  display: block;
  min-height: 3.6rem;
  padding: 0.8rem 1.2rem;
  color: #5F6A86;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
  background-color: #fff;
}
.ces-bizWeb-body .ces-form-box .ces-round-chk {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ces-bizWeb-body .ces-form-box .ces-round-chk > input:checked + span {
  border: none;
  background-color: #0089D0;
  color: #fff;
}
.ces-bizWeb-body .ces-form-box .ces-round-chk > span {
  padding: 0.4rem 1.2rem;
  border-radius: 2.4rem;
  border: 0.1rem solid #e5e5e5;
  background-color: transparent;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #999;
}
.ces-bizWeb-body .ces-form-box + .ces-form-box {
  margin-left: 2rem;
}
.ces-bizWeb-body .ces-form-box + .ces-form-day {
  margin-left: 4rem;
}
.ces-bizWeb-body .ces-form-box + .ces-bizWeb-input, .ces-bizWeb-body .ces-form-box + .ces-bizWeb-textarea {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-form-box.box-pay .btn-round-chk > input + span {
  padding: 9.6rem 1.6rem 2rem;
  color: #000;
  font-weight: 500;
}
.ces-bizWeb-body .ces-form-box.box-pay .btn-round-chk .ico {
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 6.4rem;
  height: 6.4rem;
  transform: translateX(-50%);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico_pay_round01_48.svg);
}
.ces-bizWeb-body .wrap-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.ces-bizWeb-body .ces-checklist {
  width: 28rem;
  height: 100%;
  padding: 1.6rem;
  border-radius: 3.6rem 0.4rem 3.6rem 0.4rem;
  background: #E2E7ED;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box {
  padding: 1.6rem;
  border: 0.1rem solid #1489CA;
  border-radius: 2.8rem 0 2.8rem 0;
  background: #fff;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-header .logo {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-header .stamp {
  display: block;
  width: 7rem;
  height: 7rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content .checklist-title {
  display: block;
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.8rem;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content .checklist-date {
  margin-top: 0.4rem;
  color: #8798AD;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content .list-up {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content .list-up li {
  overflow: hidden;
  position: relative;
  padding-left: 2rem;
  color: #0A233F;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 1.8rem;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content .list-up li + li {
  margin-top: 0.4rem;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content .list-up li:not(:nth-child(-n+3)) {
  display: none;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content .list-up.active li:not(:nth-child(-n+3)) {
  display: block;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content .list-up.active + .btn-more {
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content .list-up.active + .btn-more .blur {
  display: none;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content .list-up.active + .btn-more .ico-arrow {
  transform: rotate(-180deg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content .btn-more {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 2.6rem;
  width: 100%;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content .btn-more .blur {
  display: none;
  box-shadow: 0 -1rem 1.9rem 0.5rem rgb(255, 255, 255) inset;
  width: 100%;
  height: 3.2rem;
  backdrop-filter: blur(0.1rem);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content .btn-more .text {
  display: block;
  flex: none;
  margin-right: 0.4rem;
  color: #8698B0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content .btn-more .ico-arrow {
  display: block;
  flex: none;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/common/ico_arrow_down_20_gray.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-content .btn-more.show {
  display: flex;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-footer {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-footer .list-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-footer .list-badge li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 calc((100% - 1.6rem) / 3);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box .checklist-footer .list-badge .ico {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 50%;
  width: 7.2rem;
  height: 7.2rem;
  color: #fff;
  background: #94A3B8;
}
.ces-bizWeb-body .ces-checklist .checklist-header .stamp {
  width: 7rem;
  height: 7rem;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box {
  padding: 1.6rem;
  border: 0.1rem solid #1489CA;
  border-radius: 3.2rem 0 3.2rem 0;
  background: #fff;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-] .logo {
  width: calc(100% - 8rem);
  height: 2.7rem;
  background-position: left center;
  background-size: auto 2.7rem;
  background-image: url(../images/common/logo_cesco.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-1 {
  border-color: #1489CA;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-1 .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_bug.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-1 .list-up li {
  background-image: url(../images/common/ico_chk_1_18.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-2 {
  border-color: #00B3B5;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-2 .checklist-header .logo {
  background-image: url(../images/common/logo_cesco_food.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-2 .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_food.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-2 .list-up li {
  background-image: url(../images/common/ico_chk_2_18.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-3 {
  border-color: #AA5CA4;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-3 .checklist-header .logo {
  background-image: url(../images/common/logo_cesco_viruscare.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-3 .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_virus.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-3 .list-up li {
  background-image: url(../images/common/ico_chk_3_18.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-4 {
  border-color: #F99E25;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-4 .checklist-header .logo {
  background-image: url(../images/common/logo_cesco_bodycare.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-4 .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_body.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-4 .list-up li {
  background-image: url(../images/common/ico_chk_4_18.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-5 {
  border-color: #34C3E0;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-5 .checklist-header .logo {
  background-image: url(../images/common/logo_cesco_water.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-5 .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_water.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-5 .list-up li {
  background-image: url(../images/common/ico_chk_5_18.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-6 {
  border-color: #8F92C8;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-6 .checklist-header .logo {
  background-image: url(../images/common/logo_cesco_airperfume.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-6 .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_air.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-6 .list-up li {
  background-image: url(../images/common/ico_chk_6_18.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-7 {
  border-color: #8F92C8;
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-7 .checklist-header .logo {
  background-image: url(../images/common/logo_cesco_air.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-7 .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_air.svg);
}
.ces-bizWeb-body .ces-checklist .ces-checklist-box[class*=type-].type-7 .list-up li {
  background-image: url(../images/common/ico_chk_6_18.svg);
}
.ces-bizWeb-body .ces-checklist.cesco .checklist-header .logo {
  width: 5.5rem;
  height: 2.7rem;
}
.ces-bizWeb-body .ces-checklist.cesco-food .checklist-header .logo {
  width: 10.2rem;
  height: 3.2rem;
}
.ces-bizWeb-body .ces-checklist.cesco-viruscare .checklist-header .logo {
  width: 14.4rem;
  height: 3.2rem;
}
.ces-bizWeb-body .btn-comment-delete,
.ces-bizWeb-body .btn-cancel {
  flex: none;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.5rem;
  background: url(../images/common/ico_trash_16.svg) no-repeat center/cover;
}
.ces-bizWeb-body .ces-required {
  position: relative;
}
.ces-bizWeb-body .ces-required::after {
  content: "*";
  position: absolute;
  top: -0.1rem;
  margin-left: 0.4rem;
  color: #0089D0;
}
.ces-bizWeb-body .required-dot {
  position: relative;
}
.ces-bizWeb-body .required-dot::after {
  content: "";
  position: absolute;
  top: 0.6rem;
  width: 0.3rem;
  height: 0.3rem;
  margin-left: 0.5rem;
  border-radius: 50%;
  background-color: #EE3124;
}
.ces-bizWeb-body .ces-bizWeb-accordion {
  border-top: 0.1rem solid #000;
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion {
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion .acco-show {
  display: flex;
  align-items: center;
  padding: 2rem;
  cursor: pointer;
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion .acco-show .q-mark {
  flex: none;
  display: flex;
  align-items: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion .acco-show .q-mark::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1.4rem;
  margin: 0 1.6rem 0 1rem;
  background-color: #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion .acco-show .title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion .acco-show .ico-arrow {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
  background: url(../images/common/ico_select_arrow_down_24.svg) no-repeat center/cover;
  transform: rotate(0deg);
  transition: 0.2s linear all;
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion .acco-show .date {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion .acco-show.active .ico-arrow {
  transform: rotate(180deg);
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion .acco-show.active + .acco-hide {
  display: block;
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion .acco-hide {
  display: none;
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion .acco-hide .hidden-cnt {
  padding: 2rem;
  border-top: 0.1rem solid #e5e5e5;
  background-color: #f8f8f8;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion .acco-hide .hidden-cnt p {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion .acco-hide .hidden-cnt ul {
  padding-left: 4rem;
  list-style: disc outside none;
  margin-bottom: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion .acco-hide .hidden-cnt ol {
  padding-left: 4rem;
  list-style: decimal outside none;
  margin-bottom: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion .acco-hide .hidden-cnt li {
  list-style: inherit;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.ces-bizWeb-body .ces-bizWeb-accordion .item-accordion .acco-hide .hidden-cnt hr {
  display: block;
  margin: 1rem 0;
}
.ces-bizWeb-body .ces-bizWeb-accordion.type2 {
  border-top: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-accordion.type2 .item-accordion .acco-hide .hidden-cnt {
  padding: 0;
  background-color: transparent;
  border-top: none;
}
.ces-bizWeb-body .ces-bizWeb-accordion.type2 .item-accordion .acco-hide .no-cnt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 4rem;
  margin-bottom: 2rem;
  border-radius: 1.6rem;
  background-color: #F3F5FA;
}
.ces-bizWeb-body .ces-bizWeb-accordion.type2 .item-accordion .acco-hide .no-cnt .txt {
  text-align: center;
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-accordion.type2 .item-accordion .acco-hide .no-cnt .ces-btn {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-accordion.type2 .item-accordion .acco-hide .form-hidden-cnt {
  position: relative;
  padding-bottom: 1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-accordion.type2 .item-accordion .acco-hide .form-hidden-cnt .label-text {
  color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-accordion.type2 .item-accordion .acco-hide .form-hidden-cnt .label-text:first-child {
  margin: 0 0 1rem;
}
.ces-bizWeb-body .ces-bizWeb-accordion.type2 .item-accordion .acco-hide .form-hidden-cnt .ces-gray-box {
  padding: 2rem;
}
.ces-bizWeb-body .ces-bizWeb-accordion.type2 .item-accordion .acco-hide .form-hidden-cnt .ces-form-group {
  display: flex;
}
.ces-bizWeb-body .ces-bizWeb-accordion.type2 .item-accordion .acco-hide .form-hidden-cnt .ces-form-group + .ces-form-group {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-accordion.type2 .item-accordion .acco-hide .form-hidden-cnt .ces-form-group .copy {
  flex: 0 0 14rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-accordion.type2 .item-accordion .acco-show {
  padding: 2rem 0;
}
.ces-bizWeb-body .list-curr-chk {
  padding-left: 0 !important;
  list-style: none !important;
  padding-bottom: 2rem;
}
.ces-bizWeb-body .list-curr-chk .item-chk {
  list-style: none !important;
}
.ces-bizWeb-body .list-curr-chk .item-chk + .item-chk {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .list-curr-chk .cnt-item {
  display: flex;
  gap: 0.8rem;
  flex-direction: column;
  padding: 2rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .list-curr-chk .cnt-item .goal-info {
  display: flex;
  justify-content: space-between;
}
.ces-bizWeb-body .list-curr-chk .cnt-item .goal-info .num {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .list-curr-chk .cnt-item .goal-info .goal {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
}
.ces-bizWeb-body .list-curr-chk .cnt-item .main-info {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.ces-bizWeb-body .list-curr-chk .cnt-item .main-info .title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-bizWeb-body .list-curr-chk .cnt-item .sub-info {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
}
.ces-bizWeb-body .list-curr-chk .cnt-item .sub-info > span {
  display: inline-flex;
  align-items: center;
}
.ces-bizWeb-body .list-curr-chk .cnt-item .sub-info > span:not(:last-child)::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1rem;
  background-color: #aaa;
  margin-right: 0.8rem;
  margin-left: 0.8rem;
}
.ces-bizWeb-body .calendar {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .calendar .weeks {
  display: flex;
}
.ces-bizWeb-body .calendar .weeks .week {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.2857142857%;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  color: #ccc;
}
.ces-bizWeb-body .calendar .weeks .week:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ces-bizWeb-body .calendar .days {
  gap: 0.8rem 2.3rem;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.ces-bizWeb-body .calendar .days .day {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc((100% - 13.8rem) / 7);
}
.ces-bizWeb-body .calendar .days .day.selected {
  color: #fff;
  border-color: #0A233F;
  background-color: #0A233F;
  border-radius: 50%;
}
.ces-bizWeb-body .calendar .days .day > span {
  position: relative;
  z-index: 2;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .calendar .days .day:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ces-bizWeb-body .calendar .days .day.today:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid #f5f5f5;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.ces-bizWeb-body .calendar .days .day.range-start span, .ces-bizWeb-body .calendar .days .day.range-end span {
  color: #fff;
}
.ces-bizWeb-body .calendar .days .day.range-start:before, .ces-bizWeb-body .calendar .days .day.range-end:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #0A233F;
}
.ces-bizWeb-body .calendar .days .day.range-start {
  border-radius: 50% 0 0 50%;
}
.ces-bizWeb-body .calendar .days .day.range-end {
  border-radius: 0 50% 50% 0;
}
.ces-bizWeb-body .calendar .days .day.prev-month-day, .ces-bizWeb-body .calendar .days .day.next-month-day {
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.ces-bizWeb-body .wrap-date-range {
  position: relative;
}
.ces-bizWeb-body .wrap-date-range .switch-year-month {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 2rem;
}
.ces-bizWeb-body .wrap-date-range .switch-year-month .btn-year-month {
  width: 2.4rem;
  height: 2.4rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .wrap-date-range .switch-year-month .btn-year-month.prev {
  background-image: url(../images/common/ico_prev_24.svg);
}
.ces-bizWeb-body .wrap-date-range .switch-year-month .btn-year-month.next {
  background-image: url(../images/common/ico_next_24.svg);
}
.ces-bizWeb-body .wrap-date-range .switch-year-month .year-month {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .wrap-date-range .calendar .weeks .week {
  display: flex;
  justify-content: flex-start;
  max-height: 3rem;
  padding: 0.8rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}
.ces-bizWeb-body .wrap-date-range .calendar .weeks .week.sun {
  color: #EE3124;
}
.ces-bizWeb-body .wrap-date-range .calendar .weeks .week.sat {
  color: #0089D0;
}
.ces-bizWeb-body .wrap-date-range .calendar .days {
  padding: 0.4rem;
  gap: 0.8rem;
}
.ces-bizWeb-body .wrap-date-range .calendar .days .day {
  justify-content: flex-start;
  align-items: flex-start;
  width: calc((100% - 4.8rem) / 7);
  height: 4.4rem;
  padding: 0.4rem;
  border-radius: 0.4rem;
  background-color: #F3F5FA;
}
.ces-bizWeb-body .wrap-date-range .calendar .days .day > span {
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
}
.ces-bizWeb-body .wrap-date-range .calendar .days .day.selected {
  color: #fff;
  background-color: #0A233F;
}
.ces-bizWeb-body .wrap-date-range .calendar .days .day::after {
  padding-bottom: 0;
}
.ces-bizWeb-body .wrap-date-range .calendar .stauts-dots {
  display: flex;
  gap: 0.4rem;
  position: absolute;
  bottom: 0.4rem;
}
.ces-bizWeb-body .wrap-date-range .calendar .stauts-dots .round-dot {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: #aaa;
}
.ces-bizWeb-body .wrap-date-range .calendar .stauts-dots .round-dot.done {
  background-color: #0089D0;
}
.ces-bizWeb-body .wrap-date-range .calendar .stauts-dots .round-dot.ing {
  background-color: #00B3B5;
}
.ces-bizWeb-body .wrap-date-range .calendar .stauts-dots .round-dot.over {
  background-color: #EE3124;
}
.ces-bizWeb-body .ces-check-step {
  display: none;
  width: 42rem;
  margin: 0 auto;
}
.ces-bizWeb-body .ces-check-step .title, .ces-bizWeb-body .ces-check-step .sub-txt {
  text-align: center;
}
.ces-bizWeb-body .ces-check-step .title {
  margin-top: 3rem;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-check-step .sub-txt {
  margin-top: 1rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
}
.ces-bizWeb-body .ces-check-step .sub-txt + .filter-row {
  margin-top: 3rem;
}
.ces-bizWeb-body .ces-check-step .box-progress {
  display: flex;
  gap: 8.2rem;
  align-items: center;
  justify-content: center;
}
.ces-bizWeb-body .ces-check-step .box-progress .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: 6.4rem;
}
.ces-bizWeb-body .ces-check-step .box-progress .step .progress {
  flex: none;
  position: relative;
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 6.4rem 6.4rem;
  background-image: url(../images/common/ico_step_inactive_64.svg);
  background-color: #fff !important;
  overflow: visible !important;
}
.ces-bizWeb-body .ces-check-step .box-progress .step:not(:last-child) .progress::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7.5rem;
  display: block;
  width: 6rem;
  height: 0.2rem;
  background-color: #e5e5e5;
}
.ces-bizWeb-body .ces-check-step .box-progress .step .txt-step {
  margin-top: 0.5rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  color: #aaa;
}
.ces-bizWeb-body .ces-check-step .box-progress .step.on .progress {
  background-image: url(../images/common/ico_step_active_64.svg) !important;
}
.ces-bizWeb-body .ces-check-step .box-progress .step.on .txt-step {
  color: #0089D0;
}
.ces-bizWeb-body .ces-check-step .ces-bizWeb-input,
.ces-bizWeb-body .ces-check-step .ces-bizWeb-select,
.ces-bizWeb-body .ces-check-step .btn-date {
  height: 4.8rem;
}
.ces-bizWeb-body .ces-check-step.active {
  display: block;
}
.ces-bizWeb-body .data-active-wrap {
  margin-top: 2rem;
}
.ces-bizWeb-body .data-active-terms {
  display: none;
}
.ces-bizWeb-body .data-active-terms.active {
  display: block;
}
.ces-bizWeb-body .data-active-terms + .ces-form-group {
  margin-top: 2rem;
}
.ces-bizWeb-body .btn-checkbox-chip .txt-body5 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #f8f8f8;
  color: #666;
}
.ces-bizWeb-body .btn-checkbox-chip input[type=checkbox]:checked + span {
  color: #fff;
  background-color: #0089D0;
}
.ces-bizWeb-body .chk-promo {
  margin: 4rem 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30rem;
  border-radius: 1.6rem;
  background-color: #F8F8F8;
  overflow: hidden;
}
.ces-bizWeb-body .chk-promo img {
  width: 100%;
  height: auto;
}
.ces-bizWeb-body .chk-today {
  margin-top: 1rem;
}
.ces-bizWeb-body .chk-today .tltle {
  color: #0089D0;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 4.2rem;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.ces-bizWeb-body .ces-list-item.line-bottom > li {
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-list-item.line-bottom > li:last-child {
  border-bottom: 0;
}
.ces-bizWeb-body .ces-list-item.line-top > li {
  border-top: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-list-item[class*=item-col] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  align-items: flex-start;
}
.ces-bizWeb-body .ces-list-item[class*=item-col].item-col1 > li {
  width: calc((100% - 0rem) / 1);
}
.ces-bizWeb-body .ces-list-item[class*=item-col].item-col2 > li {
  width: calc((100% - 0.8rem) / 2);
}
.ces-bizWeb-body .ces-list-item[class*=item-col].item-col3 > li {
  width: calc((100% - 1.6rem) / 3);
}
.ces-bizWeb-body .ces-list-item[class*=item-col].item-col4 > li {
  width: calc((100% - 2.4rem) / 4);
}
.ces-bizWeb-body .ces-list-item[class*=item-col].item-col5 > li {
  width: calc((100% - 3.2rem) / 5);
}
.ces-bizWeb-body .ces-list-item[class*=item-col].item-col6 > li {
  width: calc((100% - 4rem) / 6);
}
.ces-bizWeb-body .ces-list-item[class*=item-col].item-col7 > li {
  width: calc((100% - 4.8rem) / 7);
}
.ces-bizWeb-body .ces-list-item[class*=item-col].item-col2 {
  gap: 1.6rem 0.8rem;
}
.ces-bizWeb-body .ces-list-item[class*=item-col].item-col2 > li {
  width: calc((100% - 0.8rem) / 2);
}
.ces-bizWeb-body .box-check-line {
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .box-check-line:has(.ces-bizWeb-checkbox input[type=checkbox]:checked, .ico-checked) {
  border-color: #0089D0;
}
.ces-bizWeb-body .box-check-line:has(.ces-bizWeb-checkbox input[type=checkbox]:disabled, .ico-checked.disabled) {
  border-color: #e5e5e5;
}
.ces-bizWeb-body .box-check-line .check-head {
  padding: 2rem 1.6rem;
  display: flex;
  align-items: center;
}
.ces-bizWeb-body .box-check-line .check-head .btn-setting {
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
  background: url(../images/common/ico_view_detail_24.svg) top 50% right 0/2.4rem no-repeat;
}
.ces-bizWeb-body .box-check-line .check-head .ico-checked {
  display: inline-block;
  margin-right: 0.8rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ico_checkbox_checked_20.svg) center/2rem no-repeat;
}
.ces-bizWeb-body .box-check-line .check-head .ico-checked + span {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .box-check-line .check-head .ico-checked.disabled {
  background: url(../images/common/ico_checkbox_disabled_20.svg) center/2rem no-repeat;
}
.ces-bizWeb-body .box-check-line .check-body:has(.box-preview) {
  border-top: 0.1rem solid #e5e5e5;
  padding-bottom: 2rem;
  margin: 0 1.6rem;
}
.ces-bizWeb-body .box-check-line .check-body .box-image,
.ces-bizWeb-body .box-check-line .check-body .ces-bizApp-textarea {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .ces-checkbox-circle {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
}
.ces-bizWeb-body .ces-checkbox-circle input[type=checkbox] + i {
  display: block;
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/common/ico_check_circle_24_off2.svg);
  background-size: 2rem;
}
.ces-bizWeb-body .ces-checkbox-circle input[type=checkbox] + i + span {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-checkbox-circle input[type=checkbox]:checked + i {
  background-image: url(../images/common/ico_check_circle_20_on.svg);
}
.ces-bizWeb-body .ces-checkbox-circle input[type=checkbox]:disabled + i {
  background-image: url(../images/common/ico_check_circle_20_disabled.svg);
}
.ces-bizWeb-body .ces-checkbox-circle input[type=checkbox]:disabled + i + span {
  color: #ccc;
}
.ces-bizWeb-body .list-chk-result {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.ces-bizWeb-body .list-chk-result .card-chk-result {
  padding: 2rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .list-chk-result .card-chk-result.active {
  border-color: #0089D0;
}
.ces-bizWeb-body .list-chk-result .card-chk-result.active .result-body {
  display: block;
}
.ces-bizWeb-body .list-chk-result .card-chk-result .result-head {
  display: flex;
}
.ces-bizWeb-body .list-chk-result .card-chk-result .result-head .ces-bizWeb-checkbox .text {
  flex: 1 0 0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .list-chk-result .card-chk-result .result-body {
  display: block;
  padding-top: 2.4rem;
  margin-top: 2rem;
  border-top: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .list-chk-result .card-chk-result .result-body .box-img {
  border-radius: 0.4rem;
  width: 24rem;
  height: 24rem;
  overflow: hidden;
}
.ces-bizWeb-body .list-chk-result .card-chk-result .result-body .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .list-chk-result .card-chk-result .result-body .desc {
  margin-top: 0.8rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-qna {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.ces-bizWeb-body .list-qna > li {
  flex: 1 1 100%;
}
.ces-bizWeb-body .list-qna .link-qna {
  display: block;
  padding: 3rem;
  height: 100%;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .list-qna .link-qna .q-mark {
  display: block;
  color: #0089D0;
  font-size: 2rem;
  font-weight: 600;
}
.ces-bizWeb-body .list-qna .link-qna .title {
  display: block;
  margin-top: 0.4rem;
}
.ces-bizWeb-body .list-qna .link-qna .desc {
  margin-top: 1rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ces-bizWeb-body .list-inquiry {
  display: flex;
  gap: 2rem;
  justify-content: space-between;
}
.ces-bizWeb-body .list-inquiry .link-inquiry {
  display: block;
  padding: 3rem;
  min-width: 42.4rem;
  height: 100%;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .list-inquiry .link-inquiry .title {
  display: block;
  margin-top: 0.4rem;
}
.ces-bizWeb-body .list-inquiry .link-inquiry .date {
  display: block;
  margin-top: 3rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
}
.ces-bizWeb-body .box-flex-half:has(.box-customer-service) {
  margin-top: 6rem;
}
.ces-bizWeb-body .box-customer-service {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex: 1;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .box-customer-service .link-service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}
.ces-bizWeb-body .box-customer-service .link-service:nth-child(1), .ces-bizWeb-body .box-customer-service .link-service:nth-child(3) {
  border-right: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .box-customer-service .link-service:nth-child(3), .ces-bizWeb-body .box-customer-service .link-service:nth-child(4) {
  border-top: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .box-customer-service .link-service .ico-service {
  display: block;
  width: 4rem;
  height: 4rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 2.4rem 2.4rem;
}
.ces-bizWeb-body .box-customer-service .link-service .ico-service.manual {
  background-image: url(../images/common/ico_doc_24.svg);
}
.ces-bizWeb-body .box-customer-service .link-service .ico-service.promo {
  background-image: url(../images/common/ico_building_24.svg);
}
.ces-bizWeb-body .box-customer-service .link-service .ico-service.analyze {
  background-image: url(../images/common/ico_beaker_24.svg);
}
.ces-bizWeb-body .box-customer-service .link-service .ico-service.diagnosis {
  background-image: url(../images/common/ico_doc2_24.svg);
}
.ces-bizWeb-body .box-customer-service .link-service .tit {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .star-rating {
  display: inline-flex;
  vertical-align: middle;
  width: 10rem;
  height: 2rem;
  overflow: hidden;
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
  background-image: url(../images/common/ico_star_off.svg);
}
.ces-bizWeb-body .star-rating.star0 .star:not(button) {
  width: 0rem;
  height: 2rem;
  background-image: url(../images/common/ico_star_on.svg);
}
.ces-bizWeb-body .star-rating.star1 .star:not(button) {
  width: 2rem;
  height: 2rem;
  background-image: url(../images/common/ico_star_on.svg);
}
.ces-bizWeb-body .star-rating.star2 .star:not(button) {
  width: 4rem;
  height: 2rem;
  background-image: url(../images/common/ico_star_on.svg);
}
.ces-bizWeb-body .star-rating.star3 .star:not(button) {
  width: 6rem;
  height: 2rem;
  background-image: url(../images/common/ico_star_on.svg);
}
.ces-bizWeb-body .star-rating.star4 .star:not(button) {
  width: 8rem;
  height: 2rem;
  background-image: url(../images/common/ico_star_on.svg);
}
.ces-bizWeb-body .star-rating.star5 .star:not(button) {
  width: 10rem;
  height: 2rem;
  background-image: url(../images/common/ico_star_on.svg);
}
.ces-bizWeb-body .star-rating button.star {
  width: 2rem;
  height: 2rem;
  background-image: url(../images/common/ico_star_off.svg);
}
.ces-bizWeb-body .star-rating button.star.active {
  background-image: url(../images/common/ico_star_on.svg);
}
.ces-bizWeb-body .box-cs-center {
  flex: 1;
  padding: 3rem;
  border-radius: 1.6rem;
  background-color: #f8f8f8;
}
.ces-bizWeb-body .box-cs-center .tit {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .box-cs-center .phone-num {
  display: block;
  margin-top: 4.5rem;
  font-size: 3.6rem;
  font-weight: 700;
  user-select: text;
}
.ces-bizWeb-body .box-cs-center .sub-info {
  display: block;
  margin-top: 1rem;
  color: #787878;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .btn-share {
  flex: none;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.8rem 1.2rem;
  border: 0.1rem solid #000;
  border-radius: 10rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .btn-share::before {
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ico_share_20.svg) no-repeat center/cover;
}
.ces-bizWeb-body .btn-share.round {
  width: 4rem;
  height: 4rem;
  gap: 0;
  padding: 0;
  border-color: #15203E;
  background-color: #15203E;
  border-radius: 50%;
}
.ces-bizWeb-body .btn-share.round::before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_share_white_24.svg) no-repeat center/cover;
}
.ces-bizWeb-body .list-bizWeb-magazine {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-top: 1rem;
}
.ces-bizWeb-body .list-bizWeb-magazine > li {
  width: calc((100% - 4rem) / 3);
}
.ces-bizWeb-body .list-bizWeb-magazine .thumb-area {
  width: 100%;
  height: 23rem;
  border-radius: 0.8rem 0.8rem 0 0;
  overflow: hidden;
}
.ces-bizWeb-body .list-bizWeb-magazine .thumb-area img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ces-bizWeb-body .list-bizWeb-magazine .info-area {
  padding: 2rem;
  border: 0.1rem solid #e5e5e5;
  border-width: 0 0.1rem 0.1rem 0.1rem;
  border-radius: 0 0 0.8rem 0.8rem;
}
.ces-bizWeb-body .list-bizWeb-magazine .info-area .title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-bizWeb-body .list-bizWeb-magazine .info-area .desc {
  display: block;
  margin-top: 0.4rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #787878;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-bizWeb-body .list-bizWeb-magazine .info-area .date {
  display: block;
  margin-top: 2rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #aaa;
}
.ces-bizWeb-body .wrap-banner {
  margin-top: 4rem;
  display: flex;
  gap: 2rem;
}
.ces-bizWeb-body .wrap-banner .banner-item {
  display: block;
  width: 64.5rem;
}
.ces-bizWeb-body .wrap-banner .banner-item:first-child:nth-last-child(1) {
  width: auto;
  height: auto;
}
.ces-bizWeb-body .wrap-banner .wrap-image {
  display: flex;
  border-radius: 1.6rem;
  overflow: hidden;
}
.ces-bizWeb-body .wrap-banner .wrap-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .list-item > li {
  display: flex;
}
.ces-bizWeb-body .list-item > li:not(:first-child) {
  margin-top: 0.5rem;
}
.ces-bizWeb-body .list-item > li .item {
  flex: 0 0 9rem;
  color: #999;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-item > li .value {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-item > li .value.color01 {
  color: #EE3124;
}
.ces-bizWeb-body .list-item > li .value.color02 {
  color: #0089D0;
}
.ces-bizWeb-body .list-item > li .value .btn-round-line {
  margin-left: 1rem;
}
.ces-bizWeb-body .list-item > li .sub-text {
  color: #888;
}
.ces-bizWeb-body .list-item + .ces-gray-box {
  margin-top: 1rem;
}
.ces-bizWeb-body .list-item + .ces-gray-box .sub-copy {
  display: block;
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  font-weight: 600;
}
.ces-bizWeb-body .list-item + .ces-gray-box .list-item > li {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .list-item + .ces-gray-box .list-item > li .item {
  flex-basis: 11rem;
}
.ces-bizWeb-body .wrap-edu-programm {
  margin-top: 2rem;
}
.ces-bizWeb-body .wrap-edu-programm .sub-tit {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .wrap-edu-programm .desc {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0.4rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #888;
}
.ces-bizWeb-body .wrap-edu-programm .ces-edu-title {
  margin-bottom: 3rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: #0089D0;
}
.ces-bizWeb-body .wrap-edu-programm .box-border-gray {
  position: relative;
  padding: 4rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .wrap-edu-programm .box-border-gray + .box-border-gray {
  margin-top: 3.2rem;
}
.ces-bizWeb-body .wrap-edu-programm .box-edu-service {
  display: flex;
  align-items: center;
  padding: 3.6rem 4rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #0089D0;
  margin-bottom: 2rem;
}
.ces-bizWeb-body .wrap-edu-programm .box-edu-service .btn-link-line {
  margin-left: auto;
}
.ces-bizWeb-body .wrap-edu-programm .ces-gray-box {
  margin-top: 3rem;
  padding: 4rem;
  background-color: #F3F5F9;
}
.ces-bizWeb-body .wrap-edu-programm .ces-gray-box .edu-cate-copy {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 0.4rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  z-index: 1;
}
.ces-bizWeb-body .wrap-edu-programm .ces-gray-box .edu-sub-text {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 1rem;
  color: #666;
}
.ces-bizWeb-body .wrap-edu-programm .ces-gray-box .list-bullet {
  margin-top: 3.3rem;
  border-radius: 0.8rem;
  padding: 4rem;
  background-color: #fff;
}
.ces-bizWeb-body .wrap-edu-programm .ces-gray-box .list-bullet > li:not(:first-child) {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .wrap-edu-programm .list-bullet > li {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .wrap-box-edu {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 4.8rem;
  margin-top: 3rem;
}
.ces-bizWeb-body .wrap-box-edu .edu-cate {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.ces-bizWeb-body .wrap-box-edu .edu-cate .wrap-image {
  position: absolute;
  width: 100%;
}
.ces-bizWeb-body .wrap-box-edu .edu-cate .wrap-image::before {
  display: block;
  padding-top: 31.5rem;
}
.ces-bizWeb-body .wrap-box-edu .edu-cate .wrap-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .wrap-box-edu .edu-cate .edu-cate-tit {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
.ces-bizWeb-body .wrap-box-edu .edu-cate + .sub-tit {
  margin-top: 1rem;
}
.ces-bizWeb-body .wrap-box-edu .wrap-edu-info {
  flex: 0 0 calc((100% - 9.6rem) / 3);
}
.ces-bizWeb-body .wrap-box-edu .wrap-edu-info .desc {
  margin-top: 1rem;
}
.ces-bizWeb-body .wrap-box-edu.type2 {
  gap: 4rem;
}
.ces-bizWeb-body .wrap-box-edu.type2 .edu-cate {
  flex-direction: column;
  width: calc((100% - 8rem) / 3);
  height: 21.8rem;
}
.ces-bizWeb-body .wrap-box-edu.type2 .desc {
  padding: 0 2.8rem;
  margin-top: 2rem;
  text-align: center;
  color: #fff;
}
.ces-bizWeb-body .logo-academy {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
  width: 12rem;
  height: 2.7rem;
  background: url(../images/common/logo_cesco_academy.svg) center/cover no-repeat;
}
.ces-bizWeb-body .box-round {
  background-color: #fff;
  padding: 1.6rem 2rem;
  border-radius: 0.8rem;
}
.ces-bizWeb-body .box-round.gray {
  padding: 1.4rem 1.8rem;
  background-color: #f8f8f8;
}
.ces-bizWeb-body .box-round .txt-result {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .box-round .txt-result .value {
  font-weight: 700;
}
.ces-bizWeb-body .box-round .txt-result .value.color01 {
  color: #37AFE7;
}
.ces-bizWeb-body .box-round .txt-result .value.color02 {
  color: #00C7BE;
}
.ces-bizWeb-body .box-round .txt-result .value.color03 {
  color: #007AFF;
}
.ces-bizWeb-body .box-round .txt-result .value.color04 {
  color: #30B0C7;
}
.ces-bizWeb-body .box-round .info {
  display: flex;
  justify-content: space-between;
}
.ces-bizWeb-body .box-round .info .info-title {
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .box-round .info .info-txt {
  margin-top: 0.4rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-review {
  margin-top: 1rem;
}
.ces-bizWeb-body .list-review > li:not(:last-child) {
  margin-bottom: 1.2rem;
}
.ces-bizWeb-body .list-review .ces-item-review {
  border: 0.1rem solid #e5e5e5;
  border-radius: 1.6rem;
  overflow: hidden;
}
.ces-bizWeb-body .list-review .ces-item-review .review-info {
  display: flex;
  justify-content: space-between;
  justify-items: flex-start;
  padding: 2rem 2rem 1.6rem 2rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .list-review .ces-item-review .review-info .author-info {
  display: flex;
  gap: 0.8rem;
}
.ces-bizWeb-body .list-review .ces-item-review .review-info .author-info .profile {
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ccc;
}
.ces-bizWeb-body .list-review .ces-item-review .review-info .author-info .profile .profile-img {
  display: block;
  width: auto;
  height: 100%;
}
.ces-bizWeb-body .list-review .ces-item-review .review-info .author-info .wrap-txt .user-name {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .list-review .ces-item-review .review-info .author-info .wrap-txt .date {
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-review-cnt {
  padding: 1.6rem 2rem 2rem 2rem;
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-txt-cnt {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-txt-cnt .title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-txt-cnt .desc {
  margin-top: 0.8rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: #666;
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-top: 1.6rem;
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 0.8rem;
  gap: 0.4rem;
  border-radius: 0.4rem;
  background-color: #f8f8f8;
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react > span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.6rem;
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.taste {
  background-image: url(../images/common/ico_user_taste_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.fresh {
  background-image: url(../images/common/ico_user_fresh_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.menu {
  background-image: url(../images/common/ico_user_menu_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.clean {
  background-image: url(../images/common/ico_user_clean_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.toilet {
  background-image: url(../images/common/ico_user_toilet_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.staff {
  background-image: url(../images/common/ico_user_staff_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.smell {
  background-image: url(../images/common/ico_user_smell_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.kind {
  background-image: url(../images/common/ico_user_kind_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.interior {
  background-image: url(../images/common/ico_user_interior_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.parking {
  background-image: url(../images/common/ico_user_parking_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.bigstore {
  background-image: url(../images/common/ico_user_big_store_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.bedding {
  background-image: url(../images/common/ico_user_bedding_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.hotandcool {
  background-image: url(../images/common/ico_user_hotandcool_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.breakfast {
  background-image: url(../images/common/ico_user_breakfast_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.cook {
  background-image: url(../images/common/ico_user_cook_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.bug {
  background-image: url(../images/common/ico_user_no_bug_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.class {
  background-image: url(../images/common/ico_user_class_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.playground {
  background-image: url(../images/common/ico_user_playground_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.car {
  background-image: url(../images/common/ico_user_car_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.extchildcare {
  background-image: url(../images/common/ico_user_extchild_care_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.nightcare {
  background-image: url(../images/common/ico_user_night_care_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.vacation {
  background-image: url(../images/common/ico_user_vacation_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.viruscare {
  background-image: url(../images/common/ico_user_viruscare_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.longservice {
  background-image: url(../images/common/ico_user_long_service_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.greatfacility {
  background-image: url(../images/common/ico_user_great_facility_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.playground2 {
  background-image: url(../images/common/ico_user_playground_two_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.cleanparish {
  background-image: url(../images/common/ico_user_clean_parish_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.interior2 {
  background-image: url(../images/common/ico_user_interior_two_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.motionbed {
  background-image: url(../images/common/ico_user_motionbed_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.noise {
  background-image: url(../images/common/ico_user_noise_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.babycam {
  background-image: url(../images/common/ico_user_baby_cam_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.breastpump {
  background-image: url(../images/common/ico_user_breast_pump_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.sitzbath {
  background-image: url(../images/common/ico_user_sitz_bath_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.classprogram {
  background-image: url(../images/common/ico_user_class_program_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.money {
  background-image: url(../images/common/ico_user_money_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.eco {
  background-image: url(../images/common/ico_user_eco_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.calorie {
  background-image: url(../images/common/ico_user_calorie_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.protein {
  background-image: url(../images/common/ico_user_protein_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.lowsugar {
  background-image: url(../images/common/ico_user_low_sugar_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.childlikes {
  background-image: url(../images/common/ico_user_child_likes_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.simplecook {
  background-image: url(../images/common/ico_user_simplecook_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.expiration {
  background-image: url(../images/common/ico_user_expiration_date_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.package {
  background-image: url(../images/common/ico_user_package_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.repurchase {
  background-image: url(../images/common/ico_user_repurchase_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.volume {
  background-image: url(../images/common/ico_user_volume_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.money {
  background-image: url(../images/common/ico_user_money_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.workswell {
  background-image: url(../images/common/ico_user_works_well_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.hypoallergenic {
  background-image: url(../images/common/ico_user_hypoallergenic_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.harmful {
  background-image: url(../images/common/ico_user_harmful_ingredients_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.gift {
  background-image: url(../images/common/ico_user_gift_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.carry {
  background-image: url(../images/common/ico_user_carry_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.performance {
  background-image: url(../images/common/ico_user_performance_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.energy {
  background-image: url(../images/common/ico_user_energy_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.noiselow {
  background-image: url(../images/common/ico_user_noise_low_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.smallspace {
  background-image: url(../images/common/ico_user_small_space_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.install {
  background-image: url(../images/common/ico_user_install_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.trust {
  background-image: url(../images/common/ico_user_trust_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.management {
  background-image: url(../images/common/ico_user_management_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.sterilization {
  background-image: url(../images/common/ico_user_sterilization_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.interiorthree {
  background-image: url(../images/common/ico_user_interior_three_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.meat {
  background-image: url(../images/common/ico_user_meat_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.sidedish {
  background-image: url(../images/common/ico_user_sidedish_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.cutlery {
  background-image: url(../images/common/ico_user_cutlery_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.checksquare {
  background-image: url(../images/common/ico_user_tableware_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.oksign {
  background-image: url(../images/common/ico_user_oksign_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.seafood {
  background-image: url(../images/common/ico_user_seafood_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.cup {
  background-image: url(../images/common/ico_user_cup_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.shining {
  background-image: url(../images/common/ico_user_shining_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.table {
  background-image: url(../images/common/ico_user_table_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.oil {
  background-image: url(../images/common/ico_user_oil_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.watch {
  background-image: url(../images/common/ico_user_watch_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.chickenleg {
  background-image: url(../images/common/ico_user_chickenleg_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.chicken {
  background-image: url(../images/common/ico_user_chicken_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.packaging {
  background-image: url(../images/common/ico_user_packaging_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.rice {
  background-image: url(../images/common/ico_user_rice_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.gloves {
  background-image: url(../images/common/ico_user_gloves_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.ice {
  background-image: url(../images/common/ico_user_ice_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.showcase {
  background-image: url(../images/common/ico_user_showcase_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.broccoli {
  background-image: url(../images/common/ico_user_broccoli_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.disinfectant {
  background-image: url(../images/common/ico_user_disinfectant_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.board {
  background-image: url(../images/common/ico_user_board_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.kimbap {
  background-image: url(../images/common/ico_user_kimbap_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.dryer {
  background-image: url(../images/common/ico_user_dryer_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.note {
  background-image: url(../images/common/ico_user_note_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.done {
  background-image: url(../images/common/ico_user_done_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.diaper {
  background-image: url(../images/common/ico_user_diaper_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.bread {
  background-image: url(../images/common/ico_user_bread_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.air {
  background-image: url(../images/common/ico_user_air_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.receipt {
  background-image: url(../images/common/ico_user_receipt_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.bidet {
  background-image: url(../images/common/ico_user_bidet_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.babybottle {
  background-image: url(../images/common/ico_user_babybottle_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.baby {
  background-image: url(../images/common/ico_user_baby_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.roundsign {
  background-image: url(../images/common/ico_user_roundsign_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.product {
  background-image: url(../images/common/ico_user_product_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.toy {
  background-image: url(../images/common/ico_user_toy_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.lunch {
  background-image: url(../images/common/ico_user_lunch_16.png);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.frozen {
  background-image: url(../images/common/ico_user_frozen_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.family {
  background-image: url(../images/common/ico_user_family_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.music {
  background-image: url(../images/common/ico_user_music_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.trust {
  background-image: url(../images/common/ico_user_trust_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.comfy {
  background-image: url(../images/common/ico_user_comfy_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.party {
  background-image: url(../images/common/ico_user_party_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.pet {
  background-image: url(../images/common/ico_user_pet_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.sanitation {
  background-image: url(../images/common/ico_user_sanitation_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.strong {
  background-image: url(../images/common/ico_user_strong_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.water {
  background-image: url(../images/common/ico_user_water_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.apron {
  background-image: url(../images/common/ico_user_apron_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.fork {
  background-image: url(../images/common/ico_user_fork_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.scoop {
  background-image: url(../images/common/ico_user_scoop_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.mask {
  background-image: url(../images/common/ico_user_mask_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.flower {
  background-image: url(../images/common/ico_user_flower_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.gender {
  background-image: url(../images/common/ico_user_gender_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.good {
  background-image: url(../images/common/ico_user_good_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.temperature {
  background-image: url(../images/common/ico_user_temperature_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.smell2 {
  background-image: url(../images/common/ico_user_smell_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.sauce {
  background-image: url(../images/common/ico_user_sauce_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.fire {
  background-image: url(../images/common/ico_user_fire_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.towel {
  background-image: url(../images/common/ico_user_towel_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.bathroom {
  background-image: url(../images/common/ico_user_bathroom_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.scrubber {
  background-image: url(../images/common/ico_user_scrubber_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.breakfast {
  background-image: url(../images/common/ico_user_breakfast_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.tableware {
  background-image: url(../images/common/ico_user_tableware_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.corner {
  background-image: url(../images/common/ico_user_corner_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.slip {
  background-image: url(../images/common/ico_user_slip_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.washer {
  background-image: url(../images/common/ico_user_washer_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.camping {
  background-image: url(../images/common/ico_user_camping_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.landscape {
  background-image: url(../images/common/ico_user_landscape_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.building {
  background-image: url(../images/common/ico_user_building_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.sick {
  background-image: url(../images/common/ico_user_sick_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.accident {
  background-image: url(../images/common/ico_user_accident_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .wrap-user-react .chip-user-react .icon.picture {
  background-image: url(../images/common/ico_user_picture_16.svg);
}
.ces-bizWeb-body .list-review .ces-item-review .ces-scroll-x {
  position: relative;
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  flex-wrap: nowrap;
  scrollbar-width: none;
}
.ces-bizWeb-body .list-review .ces-item-review .ces-scroll-x li .zoom-img {
  display: block;
  overflow: hidden;
  border-radius: 0.4rem;
  width: 10rem;
  height: 10rem;
}
.ces-bizWeb-body .list-review .ces-item-review .ces-scroll-x li .zoom-img img {
  width: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .list-review .ces-item-review .ces-list-box {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .list-review .ces-item-review .box-thumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 1.6rem;
}
.ces-bizWeb-body .list-review .ces-item-review .box-thumb .copy {
  margin-right: 0.8rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  color: #666;
}
.ces-bizWeb-body .list-review .ces-item-review .box-thumb .btn-like {
  display: inline-flex;
  align-items: center;
  padding: 0.6rem 1.2rem 0.6rem 2.8rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1.4rem;
  background: url(../images/common/ico_thumb_16.svg) 0.8rem 50% no-repeat;
}
.ces-bizWeb-body .list-review .ces-item-review .box-thumb .btn-like > span {
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #888;
}
.ces-bizWeb-body .no-review-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 21.6rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .no-review-content .ico {
  display: block;
  margin-bottom: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .no-review-content .ico.warning {
  background-image: url(../images/common/ico_warning_gray_24.svg);
}
.ces-bizWeb-body .no-review-content .text {
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-popup-slide {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1004;
}
.ces-bizWeb-body .ces-popup-slide .popup-dim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.ces-bizWeb-body .ces-popup-slide .popup-content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: fit-content;
  margin: 0 auto;
}
.ces-bizWeb-body .ces-popup-slide .popup-content .list-slide {
  width: 50rem;
  height: 50rem;
}
.ces-bizWeb-body .ces-popup-slide .popup-content .list-slide .swiper-slide {
  overflow: hidden;
  border-radius: 1.2rem;
}
.ces-bizWeb-body .ces-popup-slide .popup-content .list-slide .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ces-bizWeb-body .ces-popup-slide .popup-content .list-slide .swiper-pagination {
  bottom: 0;
}
.ces-bizWeb-body .ces-popup-slide .popup-content .list-slide .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.ces-bizWeb-body .ces-popup-slide .popup-content .list-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0089D0;
}
.ces-bizWeb-body .ces-popup-slide .popup-content .btn-close {
  display: block;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  z-index: 2;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  background: rgba(0, 0, 0, 0.6) url(../images/common/ico_close_white_16.svg) no-repeat 50% 50%/1.6rem;
}
.ces-bizWeb-body .ces-popup-slide .wrap-filter-slide {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.ces-bizWeb-body .ces-popup-slide .btn-slide {
  position: absolute;
  top: 50%;
  z-index: 9;
  border: none;
  border-radius: 50%;
  width: 2.4rem;
  height: 2.4rem;
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem;
  transform: translateY(-50%);
}
.ces-bizWeb-body .ces-popup-slide .btn-slide.prev {
  left: 3.6rem;
}
.ces-bizWeb-body .ces-popup-slide .btn-slide.next {
  right: 3.6rem;
}
.ces-bizWeb-body .ces-popup-slide .wrap-list-slide {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 0 2rem;
  width: 100%;
  transform: translate(-50%, -50%);
}
.ces-bizWeb-body .ces-popup-slide .wrap-list-slide .btn-close {
  position: absolute;
  top: -3.2rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
}
.ces-bizWeb-body .ces-popup-slide .wrap-list-slide .btn-close:before, .ces-bizWeb-body .ces-popup-slide .wrap-list-slide .btn-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.2rem;
  width: 2.1rem;
  height: 0.2rem;
  background-color: #fff;
}
.ces-bizWeb-body .ces-popup-slide .wrap-list-slide .btn-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ces-bizWeb-body .ces-popup-slide .wrap-list-slide .btn-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ces-bizWeb-body .ces-popup-slide .wrap-list-slide .list-slide {
  display: flex;
  transition: transform 0.4s ease;
  transform: translateX(0);
}
.ces-bizWeb-body .ces-popup-slide .wrap-list-slide .list-slide::after {
  content: "";
  clear: both;
  display: block;
}
.ces-bizWeb-body .ces-popup-slide .wrap-list-slide .list-slide li {
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 1.2rem;
  width: 100%;
}
.ces-bizWeb-body .ces-popup-slide .wrap-list-slide .list-slide li img {
  display: block;
  width: 100%;
  height: auto;
}
.ces-bizWeb-body .ces-coupon-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.ces-bizWeb-body .ces-coupon-list .coupon-down-box {
  width: calc(50% - 0.8rem);
  padding: 2rem 0 1.6rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-coupon-list .coupon-down-box .top-tit-area {
  position: relative;
  padding: 0 2rem 2rem;
  border-bottom: 0.1rem dashed #e5e5e5;
}
.ces-bizWeb-body .ces-coupon-list .coupon-down-box .top-tit-area .discount {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.4;
  color: #0089D0;
}
.ces-bizWeb-body .ces-coupon-list .coupon-down-box .top-tit-area .coupon-name {
  display: block;
  margin-top: 0.4rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-coupon-list .coupon-down-box .top-tit-area .btn-coupon-down {
  position: absolute;
  top: 0;
  right: 2rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: #0089D0 url(../images/common/before_ico_download.svg) no-repeat center/2.4rem;
}
.ces-bizWeb-body .ces-coupon-list .coupon-down-box .top-tit-area::before {
  display: block;
  position: absolute;
  bottom: -0.8rem;
  left: -0.1rem;
  content: "";
  width: 0.8rem;
  height: 1.6rem;
  border: 0.1rem solid #e5e5e5;
  border-left: 0;
  border-radius: 0 0.8rem 0.8rem 0;
  background-color: #fff;
  z-index: 1;
}
.ces-bizWeb-body .ces-coupon-list .coupon-down-box .top-tit-area::after {
  display: block;
  position: absolute;
  bottom: -0.8rem;
  right: -0.1rem;
  content: "";
  width: 0.8rem;
  height: 1.6rem;
  border: 0.1rem solid #e5e5e5;
  border-right: 0;
  border-radius: 0.8rem 0 0 0.8rem;
  background-color: #fff;
  z-index: 1;
}
.ces-bizWeb-body .ces-coupon-list .coupon-down-box .bot-txt-area {
  padding: 1.6rem 2rem 0;
}
.ces-bizWeb-body .ces-coupon-list .coupon-down-box .bot-txt-area > li {
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-coupon-list .coupon-down-box .bot-txt-area > li + li {
  margin-top: 0.6rem;
}
.ces-bizWeb-body .ces-hide {
  position: absolute;
  overflow: hidden;
  clip: rect(0.1rem, 0.1rem, 0.1rem, 0.1rem);
  margin: -0.1rem;
  width: 0.1rem;
  height: 0.1rem;
}
.ces-bizWeb-body .ces-schedule-time .wrap-schedule {
  display: flex;
  gap: 0.8rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-bizWeb-body .ces-schedule-time .wrap-schedule .txt-day {
  font-weight: 700;
}
.ces-bizWeb-body .ces-schedule-time .wrap-schedule .txt-schedule .list-time li.add-info {
  display: flex;
  gap: 0.6rem;
  color: #888;
  font-weight: 500;
}
.ces-bizWeb-body .ces-schedule-time .wrap-schedule .txt-schedule .list-time li.add-info > span {
  display: block;
  width: 7.5rem;
}
.ces-bizWeb-body .ces-schedule-time .wrap-schedule .txt-schedule .list-time li.add-info > span + span {
  margin-left: 1.6rem;
}
.ces-bizWeb-body .ces-schedule-time .wrap-schedule + .wrap-schedule {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .ces-schedule-time.type-ipt {
  margin-top: 0.6rem;
}
.ces-bizWeb-body .ces-schedule-time.type-ipt .wrap-schedule {
  color: #888;
}
.ces-bizWeb-body .ces-schedule-time + .about-txt {
  margin: 1.6rem 0 0.6rem;
  color: #EC7979;
  font-size: 1.2rem;
  line-height: 1.4;
}
.ces-bizWeb-body .type-list.type-accordion .tbl-head {
  padding-right: 6rem;
}
.ces-bizWeb-body .type-list.type-accordion .tbl-body-wrap .inner-tit {
  position: relative;
  padding-right: 6rem !important;
}
.ces-bizWeb-body .type-list.type-accordion .tbl-body-wrap .inner-tit::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.8rem;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%) rotate(-180deg);
  background: url(../images/common/ico_arrow_24_black.svg) no-repeat center;
}
.ces-bizWeb-body .type-list.type-accordion .tbl-body-wrap .inner-tit.active::after {
  transform: translateY(-50%) rotate(0);
}
.ces-bizWeb-body .type-list .tbl-head {
  display: flex;
  width: 100%;
  height: 4.8rem;
  margin-bottom: 1rem;
  border-top: 0.1rem solid #000;
  background-color: #F3F5FA;
}
.ces-bizWeb-body .type-list .tbl-head > li {
  flex-shrink: 0;
  height: 4.8rem;
  padding: 1.4rem 0.8rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .type-list .tbl-head > li[class*=wid].w60 {
  width: 8rem;
}
.ces-bizWeb-body .type-list .tbl-head > li[class*=wid].w80 {
  width: 8rem;
}
.ces-bizWeb-body .type-list .tbl-head > li[class*=wid].w90 {
  width: 9rem;
}
.ces-bizWeb-body .type-list .tbl-head > li[class*=wid].w100 {
  width: 10rem;
}
.ces-bizWeb-body .type-list .tbl-head > li[class*=wid].w120 {
  width: 12rem;
}
.ces-bizWeb-body .type-list .tbl-head > li[class*=wid].w160 {
  width: 16rem;
}
.ces-bizWeb-body .type-list .tbl-head > li[class*=wid].w180 {
  width: 18rem;
}
.ces-bizWeb-body .type-list .tbl-head > li[class*=wid].w200 {
  width: 20rem;
}
.ces-bizWeb-body .type-list .tbl-head > li[class*=wid].w240 {
  width: 24rem;
}
.ces-bizWeb-body .type-list .tbl-head > li[class*=wid].w320 {
  width: 32rem;
}
.ces-bizWeb-body .type-list .tbl-head > li[class*=wid].wide {
  box-flex: 0;
  flex: 0 1 100%;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr {
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
  background-color: #fff;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr:has(.ces-no-content.second) {
  border-radius: 0;
  border: none;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 6rem;
  padding: 1.6rem 0;
  color: #787878;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > span,
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > li {
  flex-shrink: 0;
  padding: 0 0.8rem;
  line-height: 2.8rem;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > span[class*=wid].w60,
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > li[class*=wid].w60 {
  width: 8rem;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > span[class*=wid].w80,
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > li[class*=wid].w80 {
  width: 8rem;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > span[class*=wid].w90,
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > li[class*=wid].w90 {
  width: 9rem;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > span[class*=wid].w100,
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > li[class*=wid].w100 {
  width: 10rem;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > span[class*=wid].w120,
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > li[class*=wid].w120 {
  width: 12rem;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > span[class*=wid].w160,
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > li[class*=wid].w160 {
  width: 16rem;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > span[class*=wid].w180,
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > li[class*=wid].w180 {
  width: 18rem;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > span[class*=wid].w200,
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > li[class*=wid].w200 {
  width: 20rem;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > span[class*=wid].wide,
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > li[class*=wid].wide {
  box-flex: 0;
  flex: 0 1 100%;
  color: #000;
  font-weight: 500;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > span[class*=wid].wide a,
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit > li[class*=wid].wide a {
  text-align: left;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit a {
  display: inline-block;
  max-width: 100%;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit.active .inquiry-title {
  display: block;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit.active + .accordion-content,
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inner-tit.active + .inquiry-content {
  display: block;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inquiry-title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inquiry-content {
  display: none;
  padding: 2rem;
  background-color: #F4F6FC;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inquiry-content .reply-wrap {
  display: flex;
  align-items: center;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inquiry-content .reply-wrap .reply-cnt {
  flex: none;
  margin-right: 4rem;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inquiry-content .reply-wrap .reply-cnt .copy {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inquiry-content .reply-wrap .reply-cnt .date {
  display: block;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .inquiry-content .btn-area {
  margin-top: 1rem;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .accordion-content {
  display: none;
  padding: 2rem;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr + .tbl-tr {
  margin-top: 0.4rem;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr.no-data {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 63.6rem;
  color: #888;
  background-color: transparent;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr.no-data .wide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #aaa !important;
}
.ces-bizWeb-body .type-list .tbl-body-wrap .tbl-tr .ces-no-content.second {
  padding: 11.4rem 0;
}
.ces-bizWeb-body .type-list.type-drag .menu-item1 {
  width: 13rem;
}
.ces-bizWeb-body .type-list.type-drag .menu-item2 {
  width: 11rem;
}
.ces-bizWeb-body .type-list.type-drag .menu-item3 {
  width: 32rem;
}
.ces-bizWeb-body .type-list.type-drag .menu-item4 {
  width: 40rem;
}
.ces-bizWeb-body .type-list.type-drag .menu-item5 {
  width: 12rem;
}
.ces-bizWeb-body .type-list.type-drag .menu-item6 {
  width: 12rem;
}
.ces-bizWeb-body .type-list.type-drag .menu-item7 {
  width: 10rem;
}
.ces-bizWeb-body .type-list.type-drag .tbl-tr {
  border: none;
  border-radius: 0;
}
.ces-bizWeb-body .type-list.type-drag .tbl-tr + .tbl-tr {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .type-list.type-drag .tbl-tr .inner-tit {
  align-items: center;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
}
.ces-bizWeb-body .type-list.type-drag .tbl-tr .inner-tit > li {
  line-height: 2rem;
}
.ces-bizWeb-body .type-list.type-drag .tbl-tr .inner-tit .menu-item3,
.ces-bizWeb-body .type-list.type-drag .tbl-tr .inner-tit .menu-item4 {
  text-align: left;
}
.ces-bizWeb-body .type-list.type-drag .tbl-tr .inner-tit .menu-item3 .text,
.ces-bizWeb-body .type-list.type-drag .tbl-tr .inner-tit .menu-item4 .text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-bizWeb-body .type-list.type-drag .tbl-tr .inner-tit .ces-text-badge {
  padding: 0 1rem !important;
}
.ces-bizWeb-body .type-list.type-drag .tbl-tr .inner-tit .ces-text-badge::before {
  display: none;
}
.ces-bizWeb-body .type-list.type-drag .tbl-tr .inner-tit.active .menu-item3 .text,
.ces-bizWeb-body .type-list.type-drag .tbl-tr .inner-tit.active .menu-item4 .text {
  display: block;
}
.ces-bizWeb-body .type-list.type-drag .tbl-tr .inner-tit.active:has(+ .no-line) {
  border-color: #0089D0;
  border-radius: 0.8rem 0.8rem 0 0;
}
.ces-bizWeb-body .type-list.type-drag .tbl-tr .accordion-content {
  margin-top: 0.8rem;
  border: 0.1rem solid #0089D0;
  border-radius: 0.8rem;
}
.ces-bizWeb-body .type-list.type-drag .tbl-tr .accordion-content.active {
  display: block;
}
.ces-bizWeb-body .type-list.type-drag .tbl-tr .accordion-content.no-line {
  margin-top: -0.1rem;
  border-top: 0.1rem solid #fff;
  border-radius: 0 0 0.8rem 0.8rem;
}
.ces-bizWeb-body .type-list.type-drag .tbl-tr .accordion-content.no-line .board-bot-util {
  margin-top: 0;
}
.ces-bizWeb-body .type-list.type-drag .wrap-menu-edit {
  position: relative;
  display: inline-flex;
  flex-direction: column;
}
.ces-bizWeb-body .type-list.type-drag .wrap-menu-edit .btn-upload-custom .ces-btn.small {
  margin-top: 0.4rem;
  margin-left: 0;
  width: 100%;
}
.ces-bizWeb-body .type-list.type-drag .wrap-menu-edit + .ces-form-group {
  position: absolute;
  top: 50%;
  left: 13.4rem;
  transform: translateY(-50%);
}
.ces-bizWeb-body .type-list.type-drag .box-menu-image {
  position: relative;
}
.ces-bizWeb-body .type-list.type-drag .box-menu-image .wrap-image {
  width: 12rem;
  height: 14rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
.ces-bizWeb-body .type-list.type-drag .box-menu-image .wrap-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .type-list.type-drag .box-menu-image .box-badge {
  position: absolute;
  top: 0.4rem;
  left: 0.4rem;
}
.ces-bizWeb-body .type-list.type-drag .box-menu-image .box-badge .edit-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.1rem 0.6rem;
  border-radius: 1.8rem;
  min-height: 1.8rem;
  font-size: 1rem;
  font-weight: 500;
  color: #0089D0;
  background-color: #EBF6FB;
}
.ces-bizWeb-body .type-list.type-drag .box-menu-image .btn-cancel {
  display: flex;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  width: 1.8rem;
  height: 1.8rem;
  background: none;
}
.ces-bizWeb-body .type-list.type-drag .box-menu-image .btn-cancel .ico-delete {
  display: block;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}
.ces-bizWeb-body .type-list.type-drag .box-menu-image .btn-cancel .ico-delete:before, .ces-bizWeb-body .type-list.type-drag .box-menu-image .btn-cancel .ico-delete:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.2rem;
  width: 0.9rem;
  height: 0.1rem;
  background-color: #fff;
}
.ces-bizWeb-body .type-list.type-drag .box-menu-image .btn-cancel .ico-delete:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ces-bizWeb-body .type-list.type-drag .box-menu-image .btn-cancel .ico-delete:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ces-bizWeb-body .type-list.type-drag .inner-tit .text {
  color: #787878;
}
.ces-bizWeb-body .type-list.type-drag .inner-tit .text.black00 {
  color: #000;
}
.ces-bizWeb-body .type-list.type-drag .wrap-btn-drag {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ces-bizWeb-body .type-list.type-drag .wrap-btn-drag .btn-arrow-up {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_arrow_drag_up_24.svg) center/2.4rem no-repeat;
}
.ces-bizWeb-body .type-list.type-drag .wrap-btn-drag .btn-arrow-down {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_arrow_drag_down_24.svg) center/2.4rem no-repeat;
}
.ces-bizWeb-body .wrap-kcal .copy {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .wrap-kcal .copy ~ .copy {
  margin-left: 4rem;
}
.ces-bizWeb-body .wrap-kcal .value {
  margin-left: 1rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .wrap-kcal .ces-form-flex {
  margin-left: 1rem;
}
.ces-bizWeb-body .wrap-kcal .ces-form-flex .ces-bizWeb-input {
  width: 8rem;
  text-align: center;
}
.ces-bizWeb-body .wrap-kcal .ces-form-flex .form-copy {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .wrap-kcal + .ces-bizWeb-table {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-sub-wrap .box-title .title {
  display: inline-block;
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.ces-bizWeb-body .ces-sub-wrap .box-title .description {
  margin-top: 0.8rem;
  width: 100%;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  word-break: keep-all;
}
.ces-bizWeb-body .ces-sub-wrap .error-box {
  display: block;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 77rem;
}
.ces-bizWeb-body .ces-sub-wrap .error-box .img-box {
  width: 32rem;
  height: 26rem;
  margin-bottom: 2.4rem;
}
.ces-bizWeb-body .ces-sub-wrap .error-box .img-box img {
  width: 100%;
}
.ces-bizWeb-body .ces-sub-wrap .error-box .tit {
  display: block;
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .ces-sub-wrap .error-box .desc {
  margin-top: 0.8rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .loginfo-wrap {
  border-bottom: 0.1rem solid #E5E5E5;
  padding-bottom: 3rem;
}
.ces-bizWeb-body .loginfo-wrap .ces-list-item.social-login {
  width: 23rem;
  margin-top: 2.4rem;
}
.ces-bizWeb-body .loginfo-wrap .ces-list-item.social-login + .btn-area {
  margin-top: 4rem;
}
.ces-bizWeb-body .loginfo-wrap .item-social-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.6rem;
}
.ces-bizWeb-body .loginfo-wrap .item-social-login .group-flex {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.ces-bizWeb-body .loginfo-wrap .item-social-login i[class^=ico] {
  display: block;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .loginfo-wrap .item-social-login .ico-kakao {
  background-image: url(../../bizApp/images/common/ico_kakao_gray.svg);
}
.ces-bizWeb-body .loginfo-wrap .item-social-login .ico-naver {
  background-image: url(../../bizApp/images/common/ico_naver_gray.svg);
}
.ces-bizWeb-body .loginfo-wrap .item-social-login .ico-payco {
  background-image: url(../../bizApp/images/common/ico_payco_gray.svg);
}
.ces-bizWeb-body .loginfo-wrap .item-social-login .ico-apple {
  background-image: url(../../bizApp/images/common/ico_apple_gray.svg);
}
.ces-bizWeb-body .loginfo-wrap .item-social-login .ico-google {
  background-image: url(../../bizApp/images/common/ico_google_gray.svg);
}
.ces-bizWeb-body .loginfo-wrap .item-social-login .txt-social-link {
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .leave-wrap {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 3rem 0;
  border-bottom: 0.1rem solid #E5E5E5;
}
.ces-bizWeb-body .leave-wrap strong {
  display: flex;
  font-size: 1.8rem;
  font-weight: 600;
}
.ces-bizWeb-body .leave-wrap .ces-btn.bg-gray {
  height: 3rem;
  width: auto;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  font-size: 1.2rem;
}
.ces-bizWeb-body .myinfo-radio-box {
  display: flex;
}
.ces-bizWeb-body .myinfo-radio-box .radio [type=radio]:checked + span {
  border: 0.1rem solid #000;
  color: #000;
  background: #fff;
}
.ces-bizWeb-body .myinfo-radio-box .radio span {
  text-align: center;
  width: 3.6rem;
  height: 3.2rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0 0.4rem 0.4rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  color: #aaaaaa;
  font-weight: 500;
  background: #f8f8f8;
}
.ces-bizWeb-body .myinfo-radio-box .radio:first-of-type span {
  border-radius: 0.4rem 0 0 0.4rem;
}
.ces-bizWeb-body .ces-bizWeb-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  min-width: 176rem;
  height: 100vh;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple {
  min-width: 160rem;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-lnb-wrap {
  width: 10rem;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-lnb-wrap .ces-bizWeb-lnb-scroll {
  padding: 0 2rem;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-lnb-wrap .lnb-header > a {
  width: auto;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-lnb-wrap .lnb-header > a > img + img {
  display: none;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-lnb-wrap .lnb-office .txt-info {
  height: 4.2rem;
  padding: 2.8rem 0 0;
  background-position: center top;
  text-align: center;
  line-height: 1.4rem;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-lnb-wrap .lnb-office .corp-name {
  display: none;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-lnb-wrap .lnb-box .level-1-list {
  width: 4rem;
  margin: 0 auto;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link {
  padding-left: 4rem;
  border-radius: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link .ico {
  left: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link .ico.cesco-logo {
  left: 0.2rem;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link > span {
  display: none;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-2-list {
  display: none !important;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-lnb-wrap .lnb-slide {
  display: none;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-lnb-wrap .lnb-btn-toggle::before {
  transform: rotate(-180deg);
  background: url(../images/common/ico_lnb_arrow.svg) no-repeat right 0.2rem center;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-content-wrap {
  padding-inline-start: 10rem;
}
.ces-bizWeb-body .ces-bizWeb-wrap.lnb-simple .ces-bizWeb-content-wrap .ces-bizWeb-header {
  left: 0;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1003;
  display: flex;
  flex-direction: column;
  block-size: 100%;
  inline-size: 26rem;
  inset-block-start: 0rem;
  inset-inline-start: 0rem;
  will-change: transform, inline-size;
  transition: inline-size 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .ces-bizWeb-lnb-scroll {
  padding: 0 2.9rem;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-btn-toggle {
  position: absolute;
  top: 4.5rem;
  right: -1.4rem;
  width: 1.4rem;
  height: 3.6rem;
  border-radius: 0 1rem 1rem 0;
  background: url(../images/common/bg_lnb_toggle.svg) no-repeat left -0.2rem center;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-btn-toggle::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1.4rem;
  height: 3.6rem;
  background: url(../images/common/ico_lnb_arrow.svg) no-repeat left 0.2rem center;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 100%;
  height: 12.6rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-header > a {
  display: flex;
  width: 16.1rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-header > a > img {
  width: 4.7rem;
  height: 2.5rem;
  margin-top: 0.6rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-header > a > img + img {
  width: 12.1rem;
  height: 4.5rem;
  margin: 0 0 0 -0.6rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-office {
  width: 100%;
  padding: 4rem 0;
  border-top: 0.1rem solid #F3F5FA;
  border-bottom: 0.1rem solid #F3F5FA;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-office .txt-info {
  height: 2rem;
  padding-left: 2.4rem;
  background-image: url(../images/common/ico_lnb_office.svg);
  background-position: left center;
  background-repeat: no-repeat;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  line-height: 2rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-office .corp-name {
  width: 19.2rem;
  padding-top: 1rem;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-office.place .txt-info {
  background-image: url(../images/common/ico_lnb_place.svg);
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-office.home .txt-info {
  background-image: url(../images/common/ico_lnb_home.svg);
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box {
  width: 100%;
  padding: 4rem 0;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link {
  display: block;
  position: relative;
  width: 100%;
  height: 4.2rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  line-height: 4.2rem;
  padding-left: 3.2rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link .ico {
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%);
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link .ico img {
  width: 100%;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link .ico.cesco-logo {
  width: 3.6rem;
  padding: 0.3rem 0;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link .ico.cesco-logo img {
  height: 1.8rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link .ico.cesco-logo + span {
  margin-left: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link:hover, .ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link.active {
  padding-left: 4rem;
  color: #fff;
  background-color: #0089D0;
  border-radius: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link:hover .ico, .ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link.active .ico {
  left: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link.active + .level-2-list {
  display: block;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-2-list {
  display: none;
  margin-top: 0.4rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-2-list > li > .level-2-link {
  display: block;
  width: 100%;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0.6rem 1.4rem;
  min-height: 3.2rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-2-list > li > .level-2-link:hover, .ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-2-list > li > .level-2-link.active {
  color: #0089D0;
  font-weight: 700;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-2-list > li > .level-3-list {
  margin-top: 0.8rem;
  padding: 0.8rem 2rem;
  background-color: #F4F6FC;
  border-radius: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-2-list > li > .level-3-list > li > .level-3-link {
  display: block;
  width: 100%;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  color: #898989;
  line-height: 2.2rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-2-list > li > .level-3-list > li > .level-3-link:hover, .ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-2-list > li > .level-3-list > li > .level-3-link.active {
  color: #0089D0;
  font-weight: 400;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-2-list > li > .level-3-list > li + li {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-2-list > li + li {
  margin-top: 0.4rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li + li {
  margin-top: 0.4rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-slide {
  position: relative;
  margin-bottom: 7rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-slide .img-box {
  width: 19.2rem;
  max-height: 8rem;
  overflow: hidden;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-slide .img-box img {
  width: 100%;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-slide .name {
  margin: 0.8rem 0 0.4rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-slide .desc {
  color: #898989;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-slide .swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -1rem;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-slide .swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.2rem;
  background-color: #dcdcdc;
  opacity: initial;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-slide .swiper-pagination .swiper-pagination-bullet-active {
  background: #898989;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  min-block-size: 100dvh;
  padding-left: 4rem;
  padding-inline-start: 26rem;
  transition: padding-inline-start 0.2s ease-in-out;
  will-change: padding-inline-start;
  overflow-y: auto;
  overflow-x: clip;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap .ces-bizWeb-header {
  flex: none;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap .ces-bizWeb-header .menu-content {
  width: 143rem;
  padding: 0 0 0 4rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap .ces-bizWeb-container .ces-bizWeb-content {
  padding: 0 0 0 4rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap .ces-bizWeb-container .ces-bizWeb-content .ces-sub-main {
  width: 139rem;
  margin-bottom: 3rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.sub-main .ces-bizWeb-container .ces-bizWeb-content {
  padding: 4rem 0 3rem 3.2rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.sub-main .ces-bizWeb-header .menu-content .wrap-content {
  padding-bottom: 9rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.sub-main .ces-bizWeb-header .menu-content .title-wrap > h2 {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.sub-main .ces-bizWeb-header .menu-content .title-wrap.is-breadcrumb > h2 {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.8rem;
  line-height: 3.3rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.sub-main .ces-main-search {
  margin-top: -6rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .wrap-content {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .wrap-content .ces-sub-wrap {
  margin: 0;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .wrap-content .ces-sub-wrap.half {
  width: calc((100% - 3rem) / 2);
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .wrap-content .ces-sub-wrap.half .news-result-list {
  flex-wrap: nowrap;
  gap: 2rem;
  overflow-x: scroll;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .wrap-content .ces-sub-wrap.half .news-result-list > li {
  width: auto;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .wrap-content .ces-sub-wrap .ces-no-content.second {
  border: 0;
  height: auto;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .ces-bizWeb-box {
  min-height: auto;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .ces-bizWeb-box-title {
  margin-bottom: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .box-flex-half {
  gap: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .box-flex-half .flex-inner {
  width: calc(50% - 2rem);
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .wrap-banner {
  margin-top: 3rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .list-challenge {
  overflow-x: scroll;
  flex-wrap: nowrap;
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .list-challenge > li {
  flex: 0 0 29rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .list-challenge .box-cnt .list-value > li + li {
  margin-top: 1.2rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .list-challenge .box-cnt .list-value > li .copy {
  color: #000;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .list-challenge .box-cnt .btn-area {
  margin-top: 1.8rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .list-challenge .box-cnt .btn-area .ces-btn {
  width: 100%;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .list-pick-prd .wrap-image {
  height: 32rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .ces-no-content {
  padding-bottom: 0;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .ces-no-content .desc {
  margin-bottom: 0;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content {
  position: relative;
  width: 100%;
  z-index: 102;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4rem 0 8rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .title-wrap {
  position: relative;
  z-index: 101;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .title-wrap > h2 {
  margin-bottom: 1rem;
  color: #fff;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.8rem;
  line-height: 3.3rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .title-wrap .list-breadcrumb {
  display: flex;
  align-items: center;
  margin-top: 0.6rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .title-wrap .list-breadcrumb li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  position: relative;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .title-wrap .list-breadcrumb li + li {
  margin-left: 0.8rem;
  padding-left: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .title-wrap .list-breadcrumb li + li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.3rem;
  height: 0.6rem;
  background: url(../images/common/ico_head_breadcrumb.svg) no-repeat center center;
  transform: translateY(-50%);
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .title-wrap .list-breadcrumb .depth {
  border: 0;
  padding-right: 2rem;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
  background-size: 1.2rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .title-wrap .list-breadcrumb .current {
  display: block;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 3rem;
  line-height: 1.4rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .logo-cesco {
  display: block;
  flex: none;
  width: 6.8rem;
  height: 3.4rem;
  background: url(../images/common/logo_cesco.svg) no-repeat center center/100%;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .ces-gnb {
  flex: none;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links {
  position: relative;
  display: flex;
  align-items: center;
  flex: none;
  gap: 1rem;
  z-index: 101;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links [class^=wrap-btn] {
  position: relative;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links [class^=wrap-btn] > [class^=btn] {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links [class^=wrap-btn] > [class^=btn].btn-gowecheck {
  width: auto;
  height: 2.6rem;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
  line-height: 2.5rem;
  padding: 0 3.2rem 0 1.2rem;
  border: 0.1rem solid #fff;
  border-radius: 5rem;
  background-image: url(../images/common/ico_head_report.svg);
  background-position: right 1.2rem top 0.2rem;
  background-size: 2rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .btn-search {
  background-image: url(../images/common/ico_head_search.svg);
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .btn-alarm {
  background-image: url(../images/common/ico_head_alarm.svg);
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .btn-mypage {
  background-image: url(../images/common/ico_head_member.svg);
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links [class^=dropdown] {
  display: none;
  position: absolute;
  top: calc(100% + 1.6rem);
  left: auto;
  right: -6.4rem;
  height: 43.2rem;
  z-index: 100;
  padding: 2.4rem;
  border-radius: 2.4rem;
  box-shadow: 0 0.6rem 1.2rem 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links [class^=dropdown].active {
  display: block;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links [class^=dropdown]::before {
  display: block;
  position: absolute;
  top: -1.4rem;
  right: 6rem;
  content: "";
  width: 3rem;
  height: 1.4rem;
  background: url(../images/common/ico_head_arrow.png) no-repeat center top;
  background-size: 100% auto;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-search {
  width: 42rem;
  height: auto;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-search .ces-bizWeb-search {
  margin-bottom: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-search .ces-bizWeb-search .btn-search {
  background: url(../images/common/ico_search_black_16.svg) center/1.6rem no-repeat;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-search > .keyword-wrap {
  display: flex;
  justify-content: space-between;
  margin: 2rem 0 4rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-search > .keyword-wrap > ol {
  width: 50%;
  counter-reset: list-number;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-search > .keyword-wrap > ol li {
  position: relative;
  height: 2rem;
  padding-left: 2.5rem;
  counter-increment: list-number;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-search > .keyword-wrap > ol li a {
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-search > .keyword-wrap > ol li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-search > .keyword-wrap > ol li::after {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(list-number);
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  color: #363636;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-search > .keyword-wrap > ol li + li {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-search > .keyword-wrap + .ces-btn {
  width: 100%;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm {
  width: 36rem;
  height: auto;
  max-height: 75rem;
  padding: 0;
  background-color: #F4F6FC;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .box-round {
  border-radius: 0.8rem;
  background: #fff;
  padding: 1.6rem;
  cursor: pointer;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .box-round.confirm .category, .ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .box-round.confirm .info-txt, .ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .box-round.confirm .btn-txt-more {
  opacity: 0.5;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .box-round + .box-round {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .category {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .category .date {
  color: #888;
  margin: 0;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .info-txt {
  margin-top: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .info-txt.active .desc {
  display: block !important;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .info-txt.active .btn-txt-more {
  display: none;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .info-txt .title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .info-txt .desc {
  overflow: hidden;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  margin-top: 0.4rem;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .info-txt .btn-txt-more {
  margin-top: 1rem;
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0.4rem;
  padding-right: 2rem;
  height: 2rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .info-txt .btn-txt-more::after {
  display: block;
  position: absolute;
  right: 0;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_arrow_down_24.svg) no-repeat center/cover;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .wrap-title {
  border-radius: 1.6rem 1.6rem 0 0;
  padding: 1.6rem 2.4rem;
  background-color: #fff;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .wrap-scroll {
  overflow-y: scroll;
  max-height: 69rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .wrap-today-alarm {
  padding: 1.8rem 2.4rem 1.8rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .wrap-today-alarm > .title {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .wrap-since-alarm {
  padding: 1.8rem 2.4rem 1.8rem;
  overflow-y: auto;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .wrap-since-alarm > .title {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .reference {
  font-family: "Pretendard", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #aaa;
  margin: 1.6rem 0 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-alarm .no-content {
  height: 37.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-mypage {
  height: fit-content;
  right: -5rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-mypage::before {
  right: 4.6rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-mypage .list-user-setting .btn-user-setting {
  display: block;
  white-space: nowrap;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-mypage .list-user-setting .btn-user-setting:hover {
  color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-mypage .list-user-setting > li + li {
  margin-top: 1.2rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-mypage .drop-list li .btn-type {
  position: relative;
  width: 100%;
  height: 4rem;
  padding: 0 2.8rem 0 1.2rem;
  background-color: #fff;
  border-radius: 0.6rem;
  border: 0.1rem solid #f8f8f8;
  text-align: left;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  line-height: 4rem;
  font-weight: 600;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-mypage .drop-list li .btn-type > span {
  padding-left: 0.6rem;
  color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-mypage .drop-list li .btn-type.btn-type::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0.8rem;
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/ico_select_arrow_down_24.svg) center/2.4rem no-repeat;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-mypage .drop-list li .btn-type.btn-type.active::after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-mypage .drop-list li .btn-type.btn-type.active + .wrap-content-scroll {
  height: 12.8rem;
  padding: 1rem 1.6rem;
  border-radius: 0.6rem;
  border: 0.1rem solid #f8f8f8;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-mypage .drop-list li .btn-type.btn-type.active + .wrap-content-scroll > .list-item > li > button {
  line-height: 3.6rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-mypage .drop-list li .btn-type.btn-type.active + .wrap-content-scroll > .list-item > li > button.active, .ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-mypage .drop-list li .btn-type.btn-type.active + .wrap-content-scroll > .list-item > li > button:hover {
  color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-mypage .drop-list li .btn-type.btn-type + .wrap-content-scroll {
  transition: height 0.25s ease-in-out;
  height: 0;
  margin-top: -0.1rem;
  padding-top: 0;
  overflow-y: auto;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .dropdown-mypage .drop-list li + li {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-title {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-title .title {
  flex: 1;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-title [class^=btn] {
  flex: none;
  display: block;
  background-repeat: no-repeat;
  background-size: 2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-title .btn-more {
  padding-right: 2.4rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  line-height: 2.4rem;
  background-position: 100% 50%;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-title .btn-setting {
  width: 2.4rem;
  height: 2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-list-alarm {
  overflow-y: auto;
  margin: 1.6rem -2.4rem -1.8rem;
  padding: 1.8rem 2.4rem 1.8rem;
  max-height: 37.2rem;
  background-color: #F4F6FC;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .list-item.line-bottom > li {
  margin-bottom: 1.2rem;
  border-bottom: 0.1rem solid #f8f8f8;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .list-item.line-bottom > li:last-child {
  border-bottom: 0;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .list-item .link-alarm {
  display: block;
  padding: 0.4rem 0;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .list-item .link-alarm .title {
  display: block;
  overflow: hidden;
  width: 100%;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .list-item .link-alarm .date {
  display: block;
  margin-top: 0.4rem;
  text-align: left;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .list-item .item-no-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .list-item .item-no-content .no-content {
  display: block;
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-user-detail {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-user-detail .wrap-user {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-user-detail .wrap-user .wrap-user-profile {
  display: block;
  overflow: hidden;
  border-radius: 50%;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
  background-color: #f8f8f8;
  text-align: center;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-user-detail .wrap-user .wrap-user-profile img {
  width: 3.6rem;
  padding-top: 3.2rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-user-detail .wrap-user .account {
  display: block;
  margin-top: 0.8rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-user-detail .wrap-user .email {
  display: block;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-user-detail .wrap-user .btn-setting {
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% + 2.4rem);
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #5F6A86 url(../images/common/ico_profile_default_setting.svg) no-repeat center;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-user-detail .wrap-select-group {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-user-detail .wrap-select-group .ces-select-line-bottom {
  display: block;
  padding: 1rem 2.4rem 1rem 0;
  border-width: 0 0 0.1rem 0;
  border-color: #DFE1E5;
  outline: 0;
  width: 100%;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  background: url(../images/common/ico_select_arrow_down_24.svg) no-repeat 100% 50%/2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-user-detail .list-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-user-detail .list-menu li {
  position: relative;
  width: calc(33.3333% - 0.6666rem);
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-user-detail .list-menu li:last-child .btn-text {
  color: #5F6A86;
  background-color: #F3F5FA;
}
.ces-bizWeb-body .ces-bizWeb-header .menu-content .wrap-btn-links .wrap-user-detail .list-menu .btn-text {
  display: block;
  width: 100%;
  height: 3.6rem;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  line-height: 3.6rem;
  text-align: center;
  border-radius: 0.8rem;
  background-color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-header::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 26rem;
  background-image: url(../images/common/header_bg_0.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  z-index: 50;
}
.ces-bizWeb-body .ces-bizWeb-header.main {
  height: 68rem;
}
.ces-bizWeb-body .ces-bizWeb-header.main::before {
  height: 68rem;
  background-image: url(../images/common/header_bg_main.jpg);
}
.ces-bizWeb-body .ces-bizWeb-header.main .wrap-btn-links {
  margin-left: auto;
}
.ces-bizWeb-body .ces-bizWeb-header.main .title-content {
  position: relative;
  width: 143rem;
  margin-top: 7.5rem;
  text-align: center;
  z-index: 100;
}
.ces-bizWeb-body .ces-bizWeb-header.main .title-content .sub-title {
  display: block;
  margin-bottom: 0.8rem;
  color: #fff;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 4.4rem;
}
.ces-bizWeb-body .ces-bizWeb-header.main .title-content .sub-title .value {
  font: inherit;
}
.ces-bizWeb-body .ces-bizWeb-header.main .title-content .title {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 7.8rem;
  background: linear-gradient(93.27deg, #00A8FF 21.96%, #00D0D2 77.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ces-bizWeb-body .ces-bizWeb-header.main .title-content .btn-area .ces-btn {
  padding: 0.6rem 3rem;
  height: 4.8rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-header.main .shortcut-menu {
  position: absolute;
  left: 4rem;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  width: 139rem;
  height: 8.2rem;
  z-index: 101;
  background-color: rgba(0, 0, 0, 0.34);
}
.ces-bizWeb-body .ces-bizWeb-header.main .shortcut-menu::before {
  content: "";
  position: absolute;
  left: -4rem;
  bottom: 0;
  width: 4rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
}
.ces-bizWeb-body .ces-bizWeb-header.main .shortcut-menu::after {
  content: "";
  position: absolute;
  right: -100%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.34);
}
.ces-bizWeb-body .ces-bizWeb-header.main .shortcut-menu .item-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20%;
  padding: 3rem;
  border-left: 0.1rem solid rgba(229, 229, 229, 0.14);
}
.ces-bizWeb-body .ces-bizWeb-header.main .shortcut-menu .item-menu:last-child {
  border-right: 0.1rem solid rgba(229, 229, 229, 0.14);
}
.ces-bizWeb-body .ces-bizWeb-header.main .shortcut-menu .item-menu .copy {
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-header.main .shortcut-menu .item-menu:hover {
  background-color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-header.default::before {
  background-image: url(../images/common/header_bg_1.jpg);
}
.ces-bizWeb-body .ces-bizWeb-header.type-search {
  flex: none;
  position: relative;
  left: 0;
  width: 100%;
  height: 38rem;
}
.ces-bizWeb-body .ces-bizWeb-header.type-search .menu-content .wrap-content {
  padding-bottom: 0;
}
.ces-bizWeb-body .ces-bizWeb-header.type-search::before {
  height: 38rem;
  background-image: url(../images/common/header_bg_search.jpg);
  background-size: cover;
}
.ces-bizWeb-body .ces-bizWeb-header.type-search + .ces-bizWeb-container .ces-bizWeb-content {
  height: auto;
  padding: 5rem 0 0 4rem;
}
.ces-bizWeb-body .ces-bizWeb-header.type02::before {
  background-image: url(../images/common/header_bg_2.jpg);
}
.ces-bizWeb-body .ces-bizWeb-header.type03::before {
  background-image: url(../images/common/header_bg_3.jpg);
}
.ces-bizWeb-body .ces-bizWeb-header.type04::before {
  background-image: url(../images/common/header_bg_4.jpg);
}
.ces-bizWeb-body .ces-bizWeb-header.type05::before {
  background-image: url(../images/common/header_bg_5.jpg);
}
.ces-bizWeb-body .ces-bizWeb-header.type06::before {
  background-image: url(../images/common/header_bg_6.jpg);
}
.ces-bizWeb-body .ces-bizWeb-header.type07::before {
  background-image: url(../images/common/header_bg_7.jpg);
}
.ces-bizWeb-body .ces-bizWeb-header.type08 {
  height: 16rem;
}
.ces-bizWeb-body .ces-bizWeb-header.type08::before {
  height: 16rem;
  background-image: url(../images/common/header_bg_8.jpg);
}
.ces-bizWeb-body .ces-bizWeb-header.type08 .wrap-content {
  padding: 5rem 0 5.4rem;
  align-items: center;
}
.ces-bizWeb-body .ces-bizWeb-header.type08 + .ces-bizWeb-container {
  padding-top: 2.6rem;
}
.ces-bizWeb-body .ces-bizWeb-header.type09 {
  height: 16rem;
}
.ces-bizWeb-body .ces-bizWeb-header.type09::before {
  height: 16rem;
  background-image: url(../images/common/header_bg_9.jpg);
}
.ces-bizWeb-body .ces-bizWeb-header.type09 .wrap-content {
  padding: 5rem 0 5.4rem;
  align-items: center;
}
.ces-bizWeb-body .ces-bizWeb-header.type09 + .ces-bizWeb-container {
  padding-top: 2.6rem;
}
.ces-bizWeb-body .search-head-wrap {
  position: relative;
  width: 98rem;
  height: 18.8rem;
  margin: 4.2rem auto auto;
  z-index: 99;
  text-align: center;
}
.ces-bizWeb-body .search-head-wrap .ces-txt-headline {
  color: #fff;
  line-height: 5rem;
}
.ces-bizWeb-body .search-head-wrap .search-ipt-area {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 7.2rem;
  margin: 3rem 0 1.5rem;
  border-radius: 2.4rem;
  overflow: hidden;
}
.ces-bizWeb-body .search-head-wrap .search-ipt-area .left-search-box {
  width: calc(100% - 7.2rem);
  height: 7.2rem;
  padding: 1.2rem 3rem;
  background-color: #fff;
}
.ces-bizWeb-body .search-head-wrap .search-ipt-area .left-search-box input {
  width: 100%;
  border: 0;
  color: #0A233F;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 4.8rem;
}
.ces-bizWeb-body .search-head-wrap .search-ipt-area .btn-search {
  width: 7.2rem;
  height: 7.2rem;
  background: #0089D0 url(../images/common/ico_search_white.svg) no-repeat center;
}
.ces-bizWeb-body .search-head-wrap .search-keyword-area {
  display: flex;
  justify-content: flex-start;
}
.ces-bizWeb-body .search-head-wrap .search-keyword-area .title {
  width: 7.6rem;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .search-head-wrap .search-keyword-area .list-recommend {
  display: inline-flex;
  width: calc(100% - 7.6rem);
}
.ces-bizWeb-body .search-head-wrap .search-keyword-area .list-recommend li .btn-recommend {
  color: #fff;
  opacity: 0.75;
}
.ces-bizWeb-body .search-head-wrap .search-keyword-area .list-recommend li + li {
  margin-left: 1.5rem;
}
.ces-bizWeb-body .search-head-wrap.type2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 6rem 16.5rem;
  background-color: #f8f8f8;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
  z-index: 0;
}
.ces-bizWeb-body .search-head-wrap.type2 .ces-txt-headline {
  color: #000;
  font-size: 3.2rem;
  line-height: 4.5rem;
}
.ces-bizWeb-body .search-head-wrap.type2 .search-ipt-area {
  margin: 2.2rem 0 1rem;
}
.ces-bizWeb-body .search-head-wrap.type2 .search-ipt-area .btn-search {
  background-color: #5F6A86;
}
.ces-bizWeb-body .search-head-wrap.type2 + .ces-bizWeb-sub-title {
  margin-top: 6rem;
}
.ces-bizWeb-body .search-head-wrap.type2 .list-recommend {
  align-self: flex-start;
  display: flex;
  gap: 1.5rem;
}
.ces-bizWeb-body .search-head-wrap.type2 .list-recommend .copy {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .search-head-wrap.type2 .list-recommend .item-reco {
  color: #3e3e3e;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-footer {
  position: relative;
  padding: 4rem 0 6rem;
  background-color: #F3F5F9;
  color: #aaaaaa;
  font-size: 1.4rem;
  line-height: 1.4;
  flex-grow: 1;
}
.ces-bizWeb-body .ces-bizWeb-footer .footer-inner {
  position: relative;
  max-width: 139rem;
  margin-left: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-footer .footer-link {
  display: flex;
  margin-bottom: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-footer .footer-link li {
  position: relative;
  height: 2rem;
  padding-right: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-footer .footer-link li a {
  color: #999;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 700;
}
.ces-bizWeb-body .ces-bizWeb-footer .footer-link li + li {
  padding-left: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-footer .footer-link li + li::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: "";
  width: 0.1rem;
  height: 1rem;
  background-color: #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-footer .cs {
  font-weight: 400;
}
.ces-bizWeb-body .ces-bizWeb-footer .cs + .copyright {
  margin-top: 2.4rem;
  font-size: 1.2rem;
}
.ces-bizWeb-body .ces-bizWeb-footer .family-site {
  position: absolute;
  top: 0;
  right: 0;
}
.ces-bizWeb-body .ces-bizWeb-footer .family-site .ces-bizWeb-select {
  width: 26.3rem;
  height: 3.6rem;
  font-weight: 700;
  border: none;
  background-color: transparent;
  background: url(../images/common/ico_footer_arrow_down_16.svg) no-repeat center right 0.8rem/1.6rem;
}
.ces-bizWeb-body .ces-bizWeb-search {
  position: relative;
}
.ces-bizWeb-body .ces-bizWeb-search .ces-bizWeb-input {
  width: 100%;
  padding: 0 4.2rem 0 1.6rem;
  border: 0;
  border: 0.1rem solid #e5e5e5;
  height: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-search .btn-search {
  position: absolute;
  top: 0.8rem;
  right: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_search_black_16.svg) center/1.6rem no-repeat;
}
.ces-bizWeb-body .ces-bizWeb-search + .wrap-badge {
  margin-top: 0.4rem;
}
.ces-bizWeb-body .wrap-content {
  margin: 0 auto;
  width: 100%;
  max-width: 139rem;
}
.ces-bizWeb-body .ces-bizWeb-container {
  position: relative;
  background-color: #F4F6FC;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap .ces-main-search {
  margin-top: -2rem;
  z-index: 100;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap .ces-main-search .btn-search {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-left: auto;
  width: 10rem;
  height: auto;
  border-radius: 0 2.4rem 2.4rem 0;
  background: #5F6A86 url(../images/common/ico_search_white_19.svg) 50%/1.9rem no-repeat;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.main .ces-bizWeb-content {
  padding: 4rem 0 0 4rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.sub-main .ces-main-search {
  margin-top: -3rem;
}
.ces-bizWeb-body .ces-bizWeb-content-wrap.sub-main .ces-sub-wrap {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .ces-bizWeb-content {
  padding: 0 0 6.4rem;
  min-height: 60rem;
}
.ces-bizWeb-body .ces-subpage-content {
  margin-top: 4rem;
  position: relative;
}
.ces-bizWeb-body .ces-subpage-content.win-popup, .ces-bizWeb-body .ces-subpage-content.mt-0 {
  margin-top: 0;
}
.ces-bizWeb-body .ces-subpage-content .ces-bizWeb-row {
  gap: 2.4rem;
}
.ces-bizWeb-body .ces-subpage-content .ces-bizWeb-box {
  padding: 4rem;
  border-radius: 2.4rem;
  flex: 1;
}
.ces-bizWeb-body .ces-subpage-content .ces-bizWeb-column + .ces-tab {
  margin-top: 6.4rem;
}
.ces-bizWeb-body .ces-subpage-content .ces-bizWeb-column .ces-bizWeb-box.half {
  width: 66.8rem;
}
.ces-bizWeb-body .ces-subpage-content .ces-bizWeb-box.ces-auto {
  padding: 0;
}
.ces-bizWeb-body .ces-subpage-content > .board-list-info:first-child {
  margin-top: -4rem;
}
.ces-bizWeb-body .ces-sub-half {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 3rem;
}
.ces-bizWeb-body .ces-sub-half .ces-sub-wrap {
  width: calc(50% - 1.5rem);
}
.ces-bizWeb-body .ces-sub-half .ces-sub-wrap + .ces-sub-wrap {
  margin-top: 0;
}
.ces-bizWeb-body .ces-sub-half .news-result-list {
  flex-wrap: nowrap;
  gap: 2rem;
  overflow-x: scroll;
}
.ces-bizWeb-body .ces-sub-half .news-result-list > li {
  width: auto;
}
.ces-bizWeb-body .ces-sub-wrap {
  position: relative;
  padding: 4rem;
  border-radius: 2.4rem;
  width: 100%;
  background-color: #fff;
  z-index: 50;
}
.ces-bizWeb-body .ces-sub-wrap.win-popup {
  margin-top: 0;
}
.ces-bizWeb-body .ces-sub-wrap + .ces-sub-wrap {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .ces-sub-wrap .ces-sub-header {
  display: flex;
  align-items: center;
  padding: 0 0 3.2rem;
  border-bottom: 0.6rem solid #f8f8f8;
}
.ces-bizWeb-body .ces-sub-wrap .ces-sub-header [class^=ces-header] {
  display: flex;
  align-items: center;
  flex: 1;
  gap: 1.6rem;
}
.ces-bizWeb-body .ces-sub-wrap .ces-sub-header .ces-header-right {
  justify-content: flex-end;
}
.ces-bizWeb-body .ces-sub-wrap .ces-sub-header .ces-header-right .ces-link + * {
  position: relative;
}
.ces-bizWeb-body .ces-sub-wrap .ces-sub-header .ces-header-right .ces-link + *::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.2rem;
  width: 0.1rem;
  height: 1.6rem;
  background-color: #e5e5e5;
  transform: translateY(-50%);
}
.ces-bizWeb-body .ces-sub-wrap .ces-sub-header .ces-subpage-title {
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  line-height: 4rem;
}
.ces-bizWeb-body .ces-sub-wrap .ces-pagination:has(.btn-group) {
  margin-top: 2.6rem;
}
.ces-bizWeb-body .ces-sub-wrap .ces-bizWeb-box {
  padding: 0;
}
.ces-bizWeb-body .ces-winpopup-content {
  margin-top: 2.6rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100vh;
  padding: 4.8rem;
  z-index: 1004;
  overflow: auto;
  box-sizing: border-box;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-bizWeb-dim {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-title {
  padding: 4rem 4rem 3rem 0;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-title .logo-airperfume {
  display: inline-block;
  margin-right: 1.4rem;
  vertical-align: middle;
  width: 16.6rem;
  height: 3.3rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-content {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: auto;
  border-radius: 2.4rem;
  max-width: 144rem;
  max-height: 76rem;
  background: #fff;
  padding: 0 4rem 4rem 4rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-content.ces-pop-l {
  width: 120rem;
  min-width: 120rem;
  max-height: 76rem;
  min-height: 37.8rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-content.ces-pop-l .ces-pop-title {
  min-height: 8.8rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-content.ces-pop-m {
  width: 80rem;
  max-width: 80rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-content.ces-pop-s {
  width: 48rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-content.ces-pop-alert {
  width: 40rem;
  padding: 4rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-content.ces-pop-alert .ces-pop-title {
  padding: 0 0 1rem;
  font-family: "Pretendard", sans-serif;
  font-size: 2.6rem;
  text-align: center;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-content.ces-pop-alert .ces-pop-body {
  padding: 0;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-content.ces-pop-alert .ces-pop-body .ces-alert-txt {
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-content.ces-pop-alert .btn-area {
  padding: 0;
  gap: 1rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-content.ces-pop-alert .btn-area .ces-btn {
  width: 15.5rem;
  height: 4.8rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-content.chat {
  background: #F3F5FA;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-content.chat .ces-pop-title {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-content .wrap-layer-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-content .wrap-layer-image + .ces-form-group {
  margin-top: 3rem;
  text-align: center;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-board {
  margin-bottom: 2rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-board .board-list-info {
  margin: 0;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-body {
  max-height: calc(100% - 8.9rem);
  overflow: hidden auto;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-body > .board-list-info:first-child {
  margin-top: 0;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-body .content-area .sub-title {
  margin: 3rem 0 2rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-body .content-area .sub-title:first-child {
  margin: 0 0 2rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-body .box-title {
  margin: 0.9rem 0 0;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-body .ces-bizWeb-sub-title {
  margin: 4rem 0 1rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-body .ces-bizWeb-sub-title:first-child {
  margin-top: 0;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-body .ces-bizWeb-sub-title + .ces-box-inner {
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-body .ces-box-inner {
  padding: 3rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-body .ces-box-inner.type-line1 {
  border-color: #0089D0;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-body .ces-box-inner .ces-bizWeb-sub-title:first-child {
  margin-top: 0;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-pop-body .ces-box-inner .ces-label-text { /* 챌린지 참여하기 */
  margin-bottom: 1rem;
  font-weight: 500;
  color: #666;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop .ces-close {
  display: block;
  position: absolute;
  top: 3.6rem;
  right: 3.6rem;
  width: 4rem;
  height: 4rem;
  background: url(../images/common/ico_close_40.svg) no-repeat 0 0/4rem;
}
.ces-bizWeb-body .ces-bizWeb-layer-pop.show {
  display: flex;
}
.ces-bizWeb-body .box-layerpopup {
  position: relative;
  width: 100%;
}
.ces-bizWeb-body .box-layerpopup .layerpopup {
  margin-top: 3.6rem;
  position: relative;
  z-index: 2;
  border-radius: 1.6rem;
  width: 100%;
  background-color: #fff;
}
.ces-bizWeb-body .box-layerpopup .layerpopup .ces-layer-title {
  padding: 1.2rem 1.6rem;
  border-bottom: 1rem solid #ddd;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .box-layerpopup .layerpopup .ces-list {
  position: relative;
  min-height: 20rem;
}
.ces-bizWeb-body .box-layerpopup .layerpopup .ces-list .ces-bizWeb-box {
  position: absolute;
  margin: 0;
  padding: 0.4rem 1.6rem;
  width: 100%;
  min-height: auto;
}
.ces-bizWeb-body .box-layerpopup .layerpopup .ces-list .ces-bizWeb-box .wrap-tooltip,
.ces-bizWeb-body .box-layerpopup .layerpopup .ces-list .ces-bizWeb-box .ces-chart,
.ces-bizWeb-body .box-layerpopup .layerpopup .ces-list .ces-bizWeb-box .period,
.ces-bizWeb-body .box-layerpopup .layerpopup .ces-list .ces-bizWeb-box .column-right,
.ces-bizWeb-body .box-layerpopup .layerpopup .ces-list .ces-bizWeb-box .wrap-list-tab-btn,
.ces-bizWeb-body .box-layerpopup .layerpopup .ces-list .ces-bizWeb-box .ces-bizWeb-table,
.ces-bizWeb-body .box-layerpopup .layerpopup .ces-list .ces-bizWeb-box .ces-grid-table,
.ces-bizWeb-body .box-layerpopup .layerpopup .ces-list .ces-bizWeb-box .ces-pagination {
  display: none;
}
.ces-bizWeb-body .box-layerpopup .layerpopup .ces-list .ces-bizWeb-box.muuri-item-hidden {
  z-index: 0;
}
.ces-bizWeb-body .box-layerpopup .layerpopup .ces-list .ces-bizWeb-box.muuri-item-releasing {
  z-index: 2;
}
.ces-bizWeb-body .box-layerpopup .layerpopup .ces-list .ces-bizWeb-box.muuri-item-dragging {
  z-index: 3;
}
.ces-bizWeb-body .wrap-select-login {
  height: 23.1rem;
  margin-top: 1rem;
  padding: 1.6rem 2rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .wrap-select-login .list-store-login {
  height: 19.9rem;
  overflow-y: auto;
}
.ces-bizWeb-body .wrap-select-login .list-store-login > li {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 0.6rem 0;
}
.ces-bizWeb-body .wrap-select-login .list-store-login > li .ces-text-badge.color07 {
  padding: 0.4rem 1rem;
  color: #fff;
  background-color: #0A233F;
}
.ces-bizWeb-body .wrap-select-login .list-store-login > li + li {
  margin-top: 0.6rem;
}
.ces-bizWeb-body .wrap-select-login .list-store-login .ico-store {
  flex: none;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_main_store_check_24.svg) center/cover no-repeat;
}
.ces-bizWeb-body .wrap-select-login .list-store-login .btn-store-login {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: left;
}
.ces-bizWeb-body .wrap-select-login .list-store-login .btn-store-login:hover {
  color: #0089D0;
}
.ces-bizWeb-body .wrap-select-login .list-store-login .btn-store-login.active {
  color: #0089D0;
}
.ces-bizWeb-body .wrap-select-login .list-store-login .ces-text-badge {
  flex-shrink: 0;
}
.ces-bizWeb-body .wrap-select-login + .wrap-select-checkbox {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .ces-btn-top {
  position: sticky;
  left: 137.2rem;
  bottom: 4rem;
  z-index: 50;
  display: block;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  box-shadow: 0.1rem 0 0.4rem 0 rgba(0, 0, 0, 0.1215686275);
  background-color: #fff;
  background-size: 3.2rem;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico_top_arrow.svg);
}
.ces-bizWeb-body .todo-swiper {
  position: relative;
}
.ces-bizWeb-body .todo-swiper .list-todo {
  height: 26.6rem;
  padding: 3rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo {
  display: flex;
  align-items: center;
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo + .item-todo {
  margin-top: 3rem;
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo .ico {
  flex: none;
  display: inline-block;
  margin-right: 1.6rem;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo .ico.visit {
  background-image: url(../images/common/ico_todo_visit_48.svg);
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo .ico.done {
  background-image: url(../images/common/ico_todo_done_48.svg);
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo .ico.qcs {
  background-image: url(../images/common/ico_todo_qcs_48.svg);
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo .ico.report {
  background-image: url(../images/common/ico_todo_report_48.svg);
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo .ico.bug {
  background-image: url(../images/common/ico_todo_bug_48.svg);
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo .ico.food {
  background-image: url(../images/common/ico_todo_food_48.svg);
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo .ico.office {
  background-image: url(../images/common/ico_todo_office_48.svg);
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo .ico.notice {
  background-image: url(../images/common/ico_todo_notice_48.svg);
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo .ico.employee {
  background-image: url(../images/common/ico_todo_employee_48.svg);
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo .ico.checklist {
  background-image: url(../images/common/ico_todo_checklist_48.svg);
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo .ico.challenge {
  background-image: url(../images/common/ico_todo_challenge_48.svg);
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo .text {
  display: block;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .todo-swiper .list-todo .item-todo .copy {
  display: block;
  color: #0A233F;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-bizWeb-body .todo-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0;
  height: 0.8rem;
  margin-top: 1.6rem;
}
.ces-bizWeb-body .todo-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #e5e5e5;
  opacity: 1;
}
.ces-bizWeb-body .todo-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0089D0;
  width: 2.4rem;
  border-radius: 0.8rem;
}
.ces-bizWeb-body .checklist-swiper {
  margin-top: 1rem;
}
.ces-bizWeb-body .checklist-swiper .list-checklist {
  display: flex;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide {
  height: 20.9rem;
  padding: 2rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide.done {
  border-color: #0089D0;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide.ing {
  border-color: #00B3B5;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide.over {
  border-color: #EE3124;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide.before {
  border-color: #aaa;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide .cnt-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide .box-check {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide .box-check .check-text {
  padding-left: 2.6rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  background: url(../images/common/ico_check_24_black.svg) left 0 top -0.3rem/2.4rem no-repeat;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide .box-manager {
  display: flex;
  flex-wrap: wrap;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide .box-manager .text {
  position: relative;
  max-width: calc(100% - 8rem);
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide .box-manager .text + .text {
  margin-left: 1.6rem;
  overflow: visible;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide .box-manager .text + .text::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: -0.8rem;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #e5e5e5;
  z-index: 1;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide .box-manager .title {
  width: 100%;
  margin: 0.6rem 0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide .box-date {
  margin-top: auto;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide .box-date .item-date {
  display: flex;
  gap: 0.5rem;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide .box-date .item-date .date-badge {
  display: inline-flex;
  align-items: center;
  padding: 0 0.6rem;
  height: 2rem;
  border-radius: 2rem;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 3rem;
  background-color: #5F6A86;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide .box-date .item-date .text {
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .checklist-swiper .list-checklist .swiper-slide .box-date .item-date + .item-date {
  margin-top: 0.5rem;
}
.ces-bizWeb-body .checklist-swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0;
  height: 0.8rem;
  margin-top: 1.6rem;
}
.ces-bizWeb-body .checklist-swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #e5e5e5;
  opacity: 1;
}
.ces-bizWeb-body .checklist-swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0089D0;
  width: 2.4rem;
  border-radius: 0.8rem;
}
.ces-bizWeb-body .list-arrow > li {
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .list-arrow > li:first-child {
  margin-top: -1.4rem;
}
.ces-bizWeb-body .list-arrow > li .item-arrow {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1.4rem 3rem 1.4rem 0;
  background: url(../images/common/ico_arrow_black_16.svg) right 0 top 50%/2.4rem no-repeat;
}
.ces-bizWeb-body .list-arrow > li .item-arrow .wrap-tit .title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .list-arrow > li .item-arrow .wrap-sub {
  display: block;
  margin-top: 0.5rem;
}
.ces-bizWeb-body .list-arrow > li .item-arrow .wrap-sub .date {
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .box-work-link {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.ces-bizWeb-body .box-work-link [class^=link-] {
  flex: 1 0 calc(50% - 0.8rem);
  padding: 3.2rem;
  background-color: #F4F6FC;
  border-radius: 1.6rem;
}
.ces-bizWeb-body .box-work-link [class^=link-].link-event {
  background-color: #0089D0;
}
.ces-bizWeb-body .box-work-link [class^=link-].link-event .copy,
.ces-bizWeb-body .box-work-link [class^=link-].link-event .value {
  color: #fff;
}
.ces-bizWeb-body .box-work-link [class^=link-].link-check {
  background-color: #00B3B5;
}
.ces-bizWeb-body .box-work-link [class^=link-].link-check .copy,
.ces-bizWeb-body .box-work-link [class^=link-].link-check .value {
  color: #fff;
}
.ces-bizWeb-body .box-work-link [class^=link-] .copy {
  display: block;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .box-work-link [class^=link-] .value {
  margin-top: 0.4rem;
  display: block;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.5rem;
  text-align: center;
}
.ces-bizWeb-body .list-board {
  margin-top: 2rem;
}
.ces-bizWeb-body .list-board > li {
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .list-board > li:first-child {
  margin-top: -1.6rem;
}
.ces-bizWeb-body .list-board .item-board {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  padding: 1.6rem 0;
}
.ces-bizWeb-body .list-board .item-board .wrap-tit {
  display: flex;
  align-items: center;
}
.ces-bizWeb-body .list-board .item-board .wrap-tit .ces-text-badge {
  margin-right: 0.8rem;
}
.ces-bizWeb-body .list-board .item-board .wrap-tit .title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .list-board .item-board .wrap-tit .btn-file-download {
  margin-left: 0.5rem;
}
.ces-bizWeb-body .list-board .item-board .wrap-sub {
  margin-top: 1rem;
}
.ces-bizWeb-body .list-board .item-board .wrap-sub .author,
.ces-bizWeb-body .list-board .item-board .wrap-sub .date,
.ces-bizWeb-body .list-board .item-board .wrap-sub .point-under {
  position: relative;
  margin-left: 1.6rem;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-board .item-board .wrap-sub .author::before,
.ces-bizWeb-body .list-board .item-board .wrap-sub .date::before,
.ces-bizWeb-body .list-board .item-board .wrap-sub .point-under::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: -0.9rem;
  width: 0.1rem;
  height: 1rem;
  background-color: #e5e5e5;
}
.ces-bizWeb-body .list-board .item-board .wrap-sub .author:first-child,
.ces-bizWeb-body .list-board .item-board .wrap-sub .date:first-child,
.ces-bizWeb-body .list-board .item-board .wrap-sub .point-under:first-child {
  margin-left: 0;
}
.ces-bizWeb-body .list-board .item-board .wrap-sub .author:first-child::before,
.ces-bizWeb-body .list-board .item-board .wrap-sub .date:first-child::before,
.ces-bizWeb-body .list-board .item-board .wrap-sub .point-under:first-child::before {
  display: none;
}
.ces-bizWeb-body .list-board .item-board .wrap-sub .point-under {
  color: #0089D0;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.ces-bizWeb-body .swiper-worst-chart .swiper-pagination,
.ces-bizWeb-body .swiper-solution-chart .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0;
  height: 0.8rem;
  margin-top: 1.6rem;
}
.ces-bizWeb-body .swiper-worst-chart .swiper-pagination .swiper-pagination-bullet,
.ces-bizWeb-body .swiper-solution-chart .swiper-pagination .swiper-pagination-bullet {
  background-color: #e5e5e5;
  opacity: 1;
}
.ces-bizWeb-body .swiper-worst-chart .swiper-pagination .swiper-pagination-bullet-active,
.ces-bizWeb-body .swiper-solution-chart .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0089D0;
  width: 2.4rem;
  border-radius: 0.8rem;
}
.ces-bizWeb-body .box-worst-chart,
.ces-bizWeb-body .box-solution-chart {
  min-height: 28.2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  padding: 3rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .box-worst-chart .wrap-chart,
.ces-bizWeb-body .box-solution-chart .wrap-chart {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ces-bizWeb-body .box-worst-chart .wrap-chart .box-bubble,
.ces-bizWeb-body .box-solution-chart .wrap-chart .box-bubble {
  margin-bottom: 1.5rem;
}
.ces-bizWeb-body .box-worst-chart .wrap-chart .box-bubble .bubble,
.ces-bizWeb-body .box-solution-chart .wrap-chart .box-bubble .bubble {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.2rem 1.4rem;
  min-height: 2.5rem;
  border-radius: 2.5rem;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7rem;
  background-color: #0A233F;
}
.ces-bizWeb-body .box-worst-chart .wrap-chart .box-bubble .bubble::after,
.ces-bizWeb-body .box-solution-chart .wrap-chart .box-bubble .bubble::after {
  content: "";
  position: absolute;
  bottom: -0.7rem;
  left: 50%;
  width: 1.2rem;
  height: 0.9rem;
  background: url(../images/common/ico_arrow_navy.svg) center/cover no-repeat;
  transform: translateX(-50%);
}
.ces-bizWeb-body .box-worst-chart .wrap-chart .title,
.ces-bizWeb-body .box-solution-chart .wrap-chart .title {
  color: #0A233F;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-bizWeb-body .box-worst-chart .wrap-chart .ces-chart,
.ces-bizWeb-body .box-solution-chart .wrap-chart .ces-chart {
  margin-top: 1.4rem;
}
.ces-bizWeb-body .box-worst-chart .wrap-table,
.ces-bizWeb-body .box-solution-chart .wrap-table {
  flex: 0 0 27rem;
}
.ces-bizWeb-body .list-qcs {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.ces-bizWeb-body .list-qcs > li {
  flex: 0 0 calc((100% - 4rem) / 3);
  min-height: 43rem;
}
.ces-bizWeb-body .list-qcs .item-qcs {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  height: 100%;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .list-qcs .item-qcs .wrap-badge {
  margin-bottom: 1rem;
}
.ces-bizWeb-body .list-qcs .item-qcs .title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-bizWeb-body .list-qcs .item-qcs .info-text {
  display: block;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-qcs .item-qcs .ces-chart {
  margin-top: 2rem;
}
.ces-bizWeb-body .list-qcs .item-qcs .btn-area {
  margin-top: auto;
}
.ces-bizWeb-body .list-qcs .item-qcs .btn-area .ces-btn {
  flex: 1;
}
.ces-bizWeb-body .list-qcs .item-qcs .chart-grade {
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
}
.ces-bizWeb-body .list-qcs .item-qcs .chart-grade .ces-chart {
  margin-top: 0;
}
.ces-bizWeb-body .list-qcs .item-qcs .chart-grade .box-grade {
  margin-left: 2rem;
}
.ces-bizWeb-body .list-qcs .item-qcs .chart-grade .box-grade .item-grade {
  padding: 1.4rem 1.6rem;
  width: 24rem;
  border-radius: 0.8rem;
  background-color: #F8F8F8;
}
.ces-bizWeb-body .list-qcs .item-qcs .chart-grade .box-grade .item-grade + .item-grade {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .list-qcs .item-qcs .chart-grade .box-grade .item-grade .copy {
  display: block;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-qcs .item-qcs .chart-grade .box-grade .item-grade .store {
  color: #0A233F;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .box-cs-cesco {
  display: flex;
  flex-direction: column;
  min-height: 21rem;
}
.ces-bizWeb-body .box-cs-cesco .tit {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .box-cs-cesco .phone-num {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 6.7rem;
}
.ces-bizWeb-body .box-cs-cesco .sub-info {
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .box-cs-cesco .cs-link {
  display: flex;
  margin-top: auto;
  gap: 4rem;
}
.ces-bizWeb-body .search-result-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}
.ces-bizWeb-body .search-result-wrap .title {
  width: 100%;
  font-family: "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
  font-size: 2.8rem;
  text-align: center;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search {
  width: 100%;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .wrap-list-btn-tab {
  display: flex;
  justify-content: center;
  margin: 3rem 0 4rem;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content {
  padding: 4rem;
  border-radius: 2.4rem;
  background-color: #fff;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .search-result-box .ces-bizWeb-box-title .column-left .txt-title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .search-result-box .ces-subpage-content {
  margin-top: 2.4rem;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .search-result-box .ces-subpage-content > .result-list li .search-result {
  display: flex;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .search-result-box .ces-subpage-content > .result-list li .search-result > span {
  display: inline-block;
  line-height: 2.2rem;
  color: #666;
  text-decoration: underline;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .search-result-box .ces-subpage-content > .result-list li .search-result > span:last-child {
  text-decoration: underline;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .search-result-box .ces-subpage-content > .result-list li .search-result > span + span {
  padding-left: 2.4rem;
  background: url(../images/common/ico_breadcrumbs_arrow.svg) no-repeat left 0.4rem center;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .search-result-box .ces-subpage-content > .result-list li .search-result.detail {
  display: inline-block;
  padding-right: 2rem;
  background: url(../images/common/ico_search_black_arrow.svg) no-repeat right center;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .search-result-box .ces-subpage-content > .result-list li .search-result.detail span {
  text-decoration: none;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .search-result-box .ces-subpage-content > .result-list li + li {
  margin-top: 1.2rem;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .search-result-box .ces-subpage-content > .result-list .item-news {
  display: block;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .search-result-box .ces-subpage-content > .result-list .item-news .ces-text-badge {
  margin-right: 0.8rem;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .search-result-box .ces-subpage-content > .result-list .item-news .text {
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  padding-right: 1.8rem;
  background: url(../images/common/ico_arrow_black_16.svg) right 0 top 50%/1.6rem no-repeat;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .search-result-box + .search-result-box {
  margin-top: 4rem;
  padding-top: 3.2rem;
  border-top: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .list-tab-btn {
  justify-content: flex-start;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .list-tab-btn + .search-result-box {
  margin-top: 2rem;
  padding-top: 4rem;
  border-top: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .list-tab-btn + .search-result-box + .ces-pagination {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .search-result-wrap .ces-tab-square.search .ces-wrap-tab-square-content .no-data {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 23.2rem;
  color: #888;
  background-color: transparent;
}
.ces-bizWeb-body .news-result-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}
.ces-bizWeb-body .news-result-list > li {
  width: calc((100% - 3rem) / 4);
}
.ces-bizWeb-body .news-result-list > li .item-news {
  display: block;
  width: 32rem;
}
.ces-bizWeb-body .news-result-list > li .img-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 18.5rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.ces-bizWeb-body .news-result-list > li .img-area img {
  height: 100%;
}
.ces-bizWeb-body .news-result-list > li .tit {
  margin-top: 1.6rem;
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-bizWeb-body .news-result-list > li .date {
  margin-top: 1.6rem;
  display: block;
  color: #aaaaaa;
  font-size: 1.4rem;
}
.ces-bizWeb-body .leave-content {
  padding: 8rem;
}
.ces-bizWeb-body .leave-content .tit-box {
  text-align: center;
}
.ces-bizWeb-body .leave-content .tit-box .title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
}
.ces-bizWeb-body .leave-content .tit-box .txt {
  margin: 1.6rem 0 4rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .leave-content .ces-form-wrap {
  margin-top: 4rem;
  padding: 5rem;
  border-radius: 1.6rem;
  background-color: #f8f8f8;
}
.ces-bizWeb-body .setup-home {
  padding: 2rem !important;
}
.ces-bizWeb-body .setup-home .ces-bizWeb-box-title {
  justify-content: center;
  width: 100%;
}
.ces-bizWeb-body .setup-home .ces-bizWeb-box-title .column-left {
  text-align: center;
}
.ces-bizWeb-body .setup-home .ces-bizWeb-box-title .column-left .txt-title {
  width: 100%;
  color: #0089D0;
}
.ces-bizWeb-body .setup-home .ces-bizWeb-box-title .column-left .period {
  width: 100%;
  color: #aaa;
  font-size: 1.6rem;
}
.ces-bizWeb-body .setup-home .setup-home-list {
  display: flex;
  justify-content: space-between;
  margin-top: 4rem;
}
.ces-bizWeb-body .setup-home .setup-home-list > li {
  width: calc(25% - 1.8rem);
}
.ces-bizWeb-body .setup-home .setup-home-list > li > a {
  display: block;
  width: 100%;
  height: 19rem;
  padding-top: 3rem;
  background-color: #f8f8f8;
  border-radius: 1.6rem;
  text-align: center;
}
.ces-bizWeb-body .setup-home .setup-home-list > li > a .ico {
  display: block;
  width: 6.4rem;
  height: 6.4rem;
  margin: 0 auto;
  padding: 2rem;
  background-color: #fff;
  border-radius: 50%;
}
.ces-bizWeb-body .setup-home .setup-home-list > li > a .ico img {
  width: 2.4rem;
}
.ces-bizWeb-body .setup-home .setup-home-list > li > a .name {
  display: block;
  margin: 2rem 0 0.5rem;
  color: #0A233F;
  font-weight: 700;
}
.ces-bizWeb-body .setup-home .setup-home-list > li > a .txt {
  display: block;
  font-size: 1.4rem;
}
.ces-bizWeb-body .site-link-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% + 2.4rem);
  margin: 2.8rem -1.2rem 0;
}
.ces-bizWeb-body .site-link-list > li {
  width: calc(50% - 2.4rem);
  height: 19.3rem;
  margin: 1.2rem;
  padding: 4rem;
  background-color: #f8f8f8;
  border-radius: 2.4rem;
  text-align: center;
}
.ces-bizWeb-body .site-link-list > li .bi {
  display: block;
  width: auto;
  height: 4.3rem;
  margin: 0 auto;
  border-radius: 50%;
}
.ces-bizWeb-body .site-link-list > li .bi img {
  height: 4.3rem;
}
.ces-bizWeb-body .site-link-list > li > a {
  display: inline-block;
  margin: 3rem auto 0;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem 5rem 1rem 2.4rem;
  border-radius: 10rem;
  background: #fff url(../images/common/ico_arrow_black_16.svg) no-repeat right 2.4rem center;
}
.ces-bizWeb-body .box-store-half {
  display: flex;
  flex-wrap: wrap;
  margin-top: 4rem;
  gap: 1.6rem;
}
.ces-bizWeb-body .box-store-half .flex-inner {
  position: relative;
  width: calc(50% - 0.8rem);
}
.ces-bizWeb-body .box-store-half .flex-inner:last-child {
  margin-top: 3rem;
}
.ces-bizWeb-body .box-store-half .flex-inner .list-store-choice {
  min-height: 113.4rem;
}
.ces-bizWeb-body .box-store-half .flex-inner .ces-box-inner.type-line1 {
  position: relative;
  min-height: 113.4rem;
  padding-bottom: 1.6rem;
}
.ces-bizWeb-body .box-store-half .flex-inner .ces-box-inner.type-line1 .ces-bizWeb-sub-title {
  margin-top: 5rem;
}
.ces-bizWeb-body .box-store-half .flex-inner .ces-box-inner.type-line1 .ces-bizWeb-sub-title:first-child {
  margin-top: 0;
}
.ces-bizWeb-body .box-store-half .flex-inner > .board-list-info {
  margin-top: 0;
}
.ces-bizWeb-body .box-store-half .no-store-content {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ces-bizWeb-body .box-store-half .no-store-content .text {
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .list-store-choice > li {
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .list-store-choice > li:not(:first-child) {
  margin-top: 1.6rem;
}
.ces-bizWeb-body .list-store-choice > li:hover {
  border-color: #0A233F;
}
.ces-bizWeb-body .list-store-choice > li.active {
  border-color: #0089D0;
}
.ces-bizWeb-body .list-store-choice .item-store {
  display: block;
  height: 9.7rem;
  padding: 1.8rem 1.8rem 0;
}
.ces-bizWeb-body .list-store-choice .item-store .title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .list-store-choice .item-store .wrap-badge {
  margin-top: 1rem;
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.ces-bizWeb-body .list-store-choice .item-store .wrap-badge .ces-text-badge.lg.color07 {
  white-space: nowrap;
}
.ces-bizWeb-body .list-store-choice .item-store .wrap-badge .ces-text-badge.lg.color07 + .ces-text-badge.lg.color07 {
  margin-left: 0.4rem;
}
.ces-bizWeb-body .box-flex-half {
  margin-top: 2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.ces-bizWeb-body .box-flex-half .flex-inner {
  display: flex;
  flex-direction: column;
  width: calc(50% - 1rem);
}
.ces-bizWeb-body .box-flex-half .flex-inner .ces-gray-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ces-bizWeb-body .box-flex-half .flex-inner .ces-gray-box + .ces-gray-box {
  margin-top: 2rem;
}
.ces-bizWeb-body .box-flex-half .flex-inner .ces-bizWeb-sub-title + .board-list-info {
  margin-top: -1rem;
}
.ces-bizWeb-body .box-flex-half .flex-inner .ces-line-box {
  flex: 1;
}
.ces-bizWeb-body .box-flex-half .flex-inner .ces-bizWeb-sub-title {
  margin-top: 0;
}
.ces-bizWeb-body .box-flex-half + .ces-line-box {
  margin-top: 2rem;
}
.ces-bizWeb-body .box-flex-half.type2 {
  gap: 4rem;
}
.ces-bizWeb-body .box-flex-half.type2 .flex-inner {
  flex: 0 0 calc((100% - 4rem) / 2);
}
.ces-bizWeb-body .box-store-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.ces-bizWeb-body .box-store-flex .store-inner {
  flex: 1 0 25rem;
  display: flex;
  flex-direction: column;
}
.ces-bizWeb-body .box-store-flex .store-inner .ces-bizWeb-sub-title {
  margin-top: 0;
}
.ces-bizWeb-body .box-store-flex .store-inner .ces-bizWeb-sub-title .column-left .inline-desc {
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .box-store-flex .store-inner.event {
  position: relative;
  flex-grow: 1;
}
.ces-bizWeb-body .box-store-flex .store-inner.coupon .box-operate {
  justify-content: space-between;
}
.ces-bizWeb-body .box-store-flex .store-inner.coupon .item-store .value {
  margin-left: 1rem;
}
.ces-bizWeb-body .box-store-flex .box-operate {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 2rem 3rem;
  border-radius: 0.8rem;
  background-color: #F8F8F8;
}
.ces-bizWeb-body .box-store-flex .box-operate .wrap-graph {
  display: flex;
  align-items: center;
  width: 100%;
}
.ces-bizWeb-body .box-store-flex .box-operate .wrap-graph .box-graph {
  background-color: #fff;
}
.ces-bizWeb-body .box-store-flex .box-operate .wrap-graph .box-num {
  flex: none;
  padding-left: 2.4rem;
  margin-right: auto;
}
.ces-bizWeb-body .box-store-flex .box-operate .wrap-graph .box-num .current {
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .box-store-flex .box-operate .wrap-graph .box-num .goal {
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-line-box {
  padding: 4rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1.6rem;
  flex: 1;
}
.ces-bizWeb-body .ces-line-box .ces-bizWeb-box-title {
  margin-bottom: 2.4rem;
}
.ces-bizWeb-body .ces-line-box .ces-bizWeb-box-title + .board-list-info {
  margin-top: 0;
}
.ces-bizWeb-body .ces-line-box .box-round {
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-line-box + .ces-line-box {
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-line-box .box-flex-half {
  margin-top: 0;
}
.ces-bizWeb-body .list-value > li {
  display: flex;
  align-items: center;
}
.ces-bizWeb-body .list-value > li:not(:first-child) {
  margin-top: 1.8rem;
}
.ces-bizWeb-body .list-value.half {
  display: flex;
}
.ces-bizWeb-body .list-value.half > li {
  flex: 1 0 50%;
  margin-top: 0;
}
.ces-bizWeb-body .list-value.half > li:nth-child(n+3) {
  margin-top: 1.8rem;
}
.ces-bizWeb-body .list-value .copy {
  flex: 0 0 10rem;
  color: #5F6A86;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .list-value .value {
  flex: 1 1 auto;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-value .wrap-mark-image {
  display: inline-block;
  width: 6rem;
  height: 5.3rem;
}
.ces-bizWeb-body .list-value .wrap-mark-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .box-store-image {
  position: relative;
  margin-bottom: 2rem;
}
.ces-bizWeb-body .box-store-image .wrap-store-image {
  width: 100%;
  height: 24rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.ces-bizWeb-body .box-store-image .wrap-store-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .box-store-image .btn-edit-area {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.ces-bizWeb-body .box-store-image .btn-edit-area .ces-btn {
  font-weight: 400;
}
.ces-bizWeb-body .box-store-detail {
  display: block;
  padding: 2rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
.ces-bizWeb-body .box-store-detail.gray {
  background-color: #F8F8F8;
}
.ces-bizWeb-body .box-store-detail.none-bg {
  padding: 0;
  border-radius: 0;
  background-color: transparent;
}
.ces-bizWeb-body .box-store-detail.none-bg .ces-btn {
  margin-top: 1rem;
}
.ces-bizWeb-body .box-store-detail .wrap-badge {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
}
.ces-bizWeb-body .box-store-detail .title {
  display: block;
  color: #0A233F;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .box-store-detail .sub-text {
  margin-top: 0.5rem;
  display: block;
  color: #0A233F;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .box-store-detail .sub-text + .list-value {
  margin-top: 3.2rem;
}
.ces-bizWeb-body .box-store-detail {
  display: block;
  height: 100%;
  padding: 2rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
.ces-bizWeb-body .wrap-space {
  position: relative;
  margin-top: 2rem;
  width: 48rem;
  height: 49.7rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.ces-bizWeb-body .wrap-space .btn-upload-custom {
  position: absolute;
  top: 2rem;
  right: 2rem;
  z-index: 2;
}
.ces-bizWeb-body .wrap-space .btn-upload-custom .ces-btn.bg-opaque {
  font-weight: 500;
  border: 0.1rem solid rgba(255, 255, 255, 0.4);
}
.ces-bizWeb-body .wrap-space .box-space-visual {
  position: relative;
}
.ces-bizWeb-body .wrap-space .box-space-visual .ces-badge-recording-cesco {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2;
}
.ces-bizWeb-body .wrap-space .box-space-visual .care-visual-swiper {
  overflow: hidden;
}
.ces-bizWeb-body .wrap-space .box-space-visual .care-visual-swiper .wrap-visual-img {
  position: relative;
  width: 100%;
  height: auto;
}
.ces-bizWeb-body .wrap-space .box-space-visual .care-visual-swiper .wrap-visual-img .care-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .wrap-space .box-space-solution {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 2.4rem 2rem;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.ces-bizWeb-body .wrap-space .box-space-solution .title {
  margin-bottom: 1.2rem;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .wrap-space .box-space-solution .care-solution-swiper .swiper-slide {
  width: auto;
  height: auto;
}
.ces-bizWeb-body .wrap-space .box-space-solution .care-solution-swiper .swiper-slide .care-solution-img {
  display: block;
  width: 8rem;
  height: 8rem;
  border-radius: 0.8rem;
  object-fit: cover;
  overflow: hidden;
}
.ces-bizWeb-body .wrap-space .box-space-solution .care-solution-swiper .text {
  display: block;
  margin-top: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .box-time-choice .ces-form-group {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-bottom: 1.6rem;
}
.ces-bizWeb-body .box-time-choice .ces-form-group .ces-btn-switch input[type=checkbox]:checked:before {
  background-image: url(../images/common/ico_check_10_on.svg);
  background-position: center;
  background-size: 1rem;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .ces-form-day {
  display: inline-flex;
  align-items: center;
  width: auto;
  gap: 1rem;
}
.ces-bizWeb-body .ces-form-day .copy {
  color: #5F6A86;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-form-day .copy ~ .copy {
  margin-left: 1rem;
}
.ces-bizWeb-body .list-amenities {
  margin-top: 2.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.ces-bizWeb-body .list-amenities > li {
  position: relative;
  padding: 0.8rem 0;
  width: 6.8rem;
}
.ces-bizWeb-body .list-amenities .btn-cancel {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.8rem;
  height: 1.8rem;
  background: none;
}
.ces-bizWeb-body .list-amenities .btn-cancel .ico-delete {
  display: block;
  position: relative;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
}
.ces-bizWeb-body .list-amenities .btn-cancel .ico-delete:before, .ces-bizWeb-body .list-amenities .btn-cancel .ico-delete:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.2rem;
  width: 0.9rem;
  height: 0.1rem;
  background-color: #fff;
}
.ces-bizWeb-body .list-amenities .btn-cancel .ico-delete:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ces-bizWeb-body .list-amenities .btn-cancel .ico-delete:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ces-bizWeb-body .list-amenities .ico-picto {
  display: block;
  padding-top: 3.2rem;
  color: #000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  text-align: center;
  background-image: url(../images/common/ico_place_default_24.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 2.4rem;
}
.ces-bizWeb-body .list-amenities .ico-picto.takeout {
  background-image: url(../images/common/ico_place_takeout_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.internet {
  background-image: url(../images/common/ico_place_internet_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.booking {
  background-image: url(../images/common/ico_place_booking_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.delivery {
  background-image: url(../images/common/ico_place_delivery_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.group_use {
  background-image: url(../images/common/ico_place_group_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.toilet {
  background-image: url(../images/common/ico_place_toilet_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.babysit {
  background-image: url(../images/common/ico_place_babysit_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.colchage {
  background-image: url(../images/common/ico_place_colchage_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.wheelchair_entrance {
  background-image: url(../images/common/ico_place_wheelchair_entrance_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.waitingroom {
  background-image: url(../images/common/ico_place_waitingroom_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.wheelchair_seat {
  background-image: url(../images/common/ico_place_wheelchair_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.disabled_parking {
  background-image: url(../images/common/ico_place_disabled_parking_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.pets_allowed {
  background-image: url(../images/common/ico_place_pets_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.takeout_sale {
  background-image: url(../images/common/ico_place_takeout_sale_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.wheelchair {
  background-image: url(../images/common/ico_place_wheelchair_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.visit_reception {
  background-image: url(../images/common/ico_place_visit_reception_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.birthday {
  background-image: url(../images/common/ico_place_birthday_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.childcare {
  background-image: url(../images/common/ico_place_childcare_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.refill {
  background-image: url(../images/common/ico_place_refill_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.vegan {
  background-image: url(../images/common/ico_place_vegan_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.handdrip {
  background-image: url(../images/common/ico_place_handdrip_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.wine {
  background-image: url(../images/common/ico_place_wine_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.roastery {
  background-image: url(../images/common/ico_place_roastery_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.organic {
  background-image: url(../images/common/ico_place_organic_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.nokids {
  background-image: url(../images/common/ico_place_nokids_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.driver_thru {
  background-image: url(../images/common/ico_place_driver_thru_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.gluten_free {
  background-image: url(../images/common/ico_place_gluten_free_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.sommelier {
  background-image: url(../images/common/ico_place_sommelier_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.reception {
  background-image: url(../images/common/ico_place_reception_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.wifi {
  background-image: url(../images/common/ico_place_wifi_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.bedroom {
  background-image: url(../images/common/ico_place_bedroom_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.family {
  background-image: url(../images/common/ico_place_family_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.private_house {
  background-image: url(../images/common/ico_place_private_house_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.bbq {
  background-image: url(../images/common/ico_place_bbq_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.double_room {
  background-image: url(../images/common/ico_place_double_room_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.individual_bbq {
  background-image: url(../images/common/ico_place_individual_bbq_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.common {
  background-image: url(../images/common/ico_place_group_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.group {
  background-image: url(../images/common/ico_place_group_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.ondol {
  background-image: url(../images/common/ico_place_ondol_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.modern {
  background-image: url(../images/common/ico_place_modern_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.spa {
  background-image: url(../images/common/ico_place_spa_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.deck {
  background-image: url(../images/common/ico_place_deck_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.grass {
  background-image: url(../images/common/ico_place_grass_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.parcel {
  background-image: url(../images/common/ico_place_parcel_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.burger {
  background-image: url(../images/common/ico_place_burger_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.parking {
  background-image: url(../images/common/ico_place_parking_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.pool {
  background-image: url(../images/common/ico_place_pool_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.breakfast {
  background-image: url(../images/common/ico_place_breakfast_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.glamping {
  background-image: url(../images/common/ico_place_glamping_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.duplex {
  background-image: url(../images/common/ico_place_duplex_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.private_toilet {
  background-image: url(../images/common/ico_place_private_toilet_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.shower {
  background-image: url(../images/common/ico_place_shower_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.party {
  background-image: url(../images/common/ico_place_party_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.pickup {
  background-image: url(../images/common/ico_place_pickup_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.nature {
  background-image: url(../images/common/ico_place_nature_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.longterm_stay {
  background-image: url(../images/common/ico_place_longterm_stay_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.playground {
  background-image: url(../images/common/ico_place_play_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.pool_villa {
  background-image: url(../images/common/ico_place_pool_villa_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.activities {
  background-image: url(../images/common/ico_place_activities_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.crushed_stone {
  background-image: url(../images/common/ico_place_crushed_stone_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.jokgu {
  background-image: url(../images/common/ico_place_jokgu_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.caravan {
  background-image: url(../images/common/ico_place_caravan_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.seminar {
  background-image: url(../images/common/ico_place_seminar_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.pets {
  background-image: url(../images/common/ico_place_pets_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.hanok {
  background-image: url(../images/common/ico_place_hanok_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.sauna {
  background-image: url(../images/common/ico_place_sauna_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.jacuzzi {
  background-image: url(../images/common/ico_place_jacuzzi_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.dormitory {
  background-image: url(../images/common/ico_place_dormitory_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.autocamping {
  background-image: url(../images/common/ico_place_crushed_stone_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.bungalow {
  background-image: url(../images/common/ico_place_bungalow_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.waterslide {
  background-image: url(../images/common/ico_place_waterslide_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.kids {
  background-image: url(../images/common/ico_place_kids_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.songroom {
  background-image: url(../images/common/ico_place_songroom_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.chicken {
  background-image: url(../images/common/ico_place_chicken_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.coffee {
  background-image: url(../images/common/ico_place_coffee_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.business {
  background-image: url(../images/common/ico_place_business_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.restaurant {
  background-image: url(../images/common/ico_place_restaurant_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.fitness {
  background-image: url(../images/common/ico_place_fitness_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.bar {
  background-image: url(../images/common/ico_place_bar_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.roomservice {
  background-image: url(../images/common/ico_place_roomservice_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.language {
  background-image: url(../images/common/ico_place_language_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.nosmoking {
  background-image: url(../images/common/ico_place_nosmoking_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.timer {
  background-image: url(../images/common/ico_place_timer_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.care {
  background-image: url(../images/common/ico_place_care_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.cam {
  background-image: url(../images/common/ico_place_cam_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.shuttle {
  background-image: url(../images/common/ico_place_shuttle_24.svg);
}
.ces-bizWeb-body .list-amenities .ico-picto.livelihood {
  background-image: url(../images/common/ico_place_livelihood_24.svg);
}
.ces-bizWeb-body .parking-info {
  display: inline-flex;
  flex-wrap: wrap;
  width: 32rem;
  margin-right: 4rem;
}
.ces-bizWeb-body .parking-info .title {
  display: flex;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 1.2rem;
}
.ces-bizWeb-body .parking-info .title .copy {
  display: inline-block;
  margin-right: 0.4rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .parking-info .title .ico {
  display: inline-flex;
  margin-right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .parking-info .title .ico.parking {
  background-image: url(../images/common/ico_place_parking_24.svg);
}
.ces-bizWeb-body .parking-info .title .ico.valet {
  background-image: url(../images/common/ico_place_valet_24.svg);
}
.ces-bizWeb-body .parking-info .list-bullet {
  margin-top: 2rem;
}
.ces-bizWeb-body .list-sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 56rem;
}
.ces-bizWeb-body .list-sns > li {
  flex: 1 0 50%;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.ces-bizWeb-body .list-sns > li:nth-child(n+3) {
  margin-top: 1.2rem;
}
.ces-bizWeb-body .list-sns .link-sns {
  display: inline-block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ico-sns {
  flex: none;
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  background-position: center;
  background-size: 2.4rem;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .ico-sns.global {
  background-image: url(../images/common/ico_sns_global_24.svg);
}
.ces-bizWeb-body .ico-sns.instagram {
  background-image: url(../images/common/ico_sns_instagram_24.svg);
}
.ces-bizWeb-body .ico-sns.facebook {
  background-image: url(../images/common/ico_sns_facebook_24.svg);
}
.ces-bizWeb-body .ico-sns.blog {
  background-image: url(../images/common/ico_sns_blog_24.svg);
}
.ces-bizWeb-body .cell-layer-search {
  position: relative;
  display: block;
  width: 60rem;
}
.ces-bizWeb-body .cell-layer-search .cell-search-input .ces-bizWeb-input {
  width: 100%;
  padding-right: 4.2rem;
}
.ces-bizWeb-body .cell-layer-search .cell-search-input .btn-search {
  position: absolute;
  top: 0.6rem;
  right: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_search_24.svg) center/2.4rem no-repeat;
}
.ces-bizWeb-body .cell-layer-search .cell-search-list {
  display: none;
  max-height: 15.6rem;
  overflow-y: scroll;
  margin-top: 0.4rem;
  padding: 0.8rem 1.2rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .cell-layer-search .cell-search-list > li:not(:first-child) {
  margin-top: 1rem;
}
.ces-bizWeb-body .cell-layer-search .cell-search-list .item {
  display: block;
  width: 100%;
  color: #aaaaaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: left;
}
.ces-bizWeb-body .cell-layer-search .cell-search-list .item:hover {
  color: #0089D0;
}
.ces-bizWeb-body .cell-layer-search .cell-search-list.active {
  display: block;
}
.ces-bizWeb-body .list-facility {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.ces-bizWeb-body .list-facility > li {
  display: flex;
  align-items: center;
}
.ces-bizWeb-body .list-facility .text {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-facility .text .num {
  margin-left: 0.2rem;
  color: #0089D0;
}
.ces-bizWeb-body .list-facility .ico-picto {
  flex: none;
  display: inline-flex;
  margin-right: 0.5rem;
  width: 2.4rem;
  height: 2.4rem;
  background-position: center;
  background-size: 2.4rem;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .list-facility .ico-picto.care {
  background-image: url(../images/common/ico_facili_care_24.svg);
}
.ces-bizWeb-body .list-facility .ico-picto.playground {
  background-image: url(../images/common/ico_facili_play_24.svg);
}
.ces-bizWeb-body .list-facility .ico-picto.cam {
  background-image: url(../images/common/ico_facili_cam_24.svg);
}
.ces-bizWeb-body .list-facility .ico-picto.shuttle {
  background-image: url(../images/common/ico_facili_shuttle_24.svg);
}
.ces-bizWeb-body .wrap-chart {
  display: inline-block;
}
.ces-bizWeb-body .wrap-chart .title { /* 임시 */
  display: block;
  text-align: center;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .list-room {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.ces-bizWeb-body .list-room > li {
  flex: 0 0 calc((100% - 2rem) / 2);
  height: 26rem;
}
.ces-bizWeb-body .list-room .item-room {
  display: flex;
  padding: 3rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .list-room .item-room .wrap-image {
  flex: none;
  width: 32rem;
  height: 20rem;
  overflow: hidden;
}
.ces-bizWeb-body .list-room .item-room .wrap-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .list-room .item-room .box-cnt {
  display: flex;
  flex-direction: column;
  margin-left: 2rem;
}
.ces-bizWeb-body .list-room .item-room .box-cnt .name {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-bizWeb-body .list-room .item-room .box-cnt .detail-info {
  margin-top: 1rem;
}
.ces-bizWeb-body .list-room .item-room .box-cnt .detail-info .info {
  display: block;
  padding-left: 2rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  background-size: 1.6rem;
  background-position: left top;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .list-room .item-room .box-cnt .detail-info .info + .info {
  margin-top: 0.4rem;
}
.ces-bizWeb-body .list-room .item-room .box-cnt .detail-info .info.user {
  background-image: url(../images/common/ico_user_double_gray_16.svg);
}
.ces-bizWeb-body .list-room .item-room .box-cnt .detail-info .info.house {
  background-image: url(../images/common/ico_house_gray_16.svg);
}
.ces-bizWeb-body .list-room .item-room .box-cnt .detail-info .info.building {
  background-image: url(../images/common/ico_building_gray_16.svg);
}
.ces-bizWeb-body .list-room .item-room .box-cnt .detail-info .info.sofa {
  background-image: url(../images/common/ico_sofa_gray_16.svg);
}
.ces-bizWeb-body .list-room .item-room .box-cnt .detail-price {
  margin-top: auto;
}
.ces-bizWeb-body .list-room .item-room .box-cnt .detail-price .day {
  display: inline-block;
  margin-right: 0.4rem;
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .list-room .item-room .box-cnt .detail-price .price {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .wrap-menu-category {
  display: flex;
  flex-direction: column;
}
.ces-bizWeb-body .wrap-menu-category .list-menu-category {
  max-height: 30.8rem;
  overflow: auto;
}
.ces-bizWeb-body .wrap-menu-category .ces-input-btn {
  position: relative;
}
.ces-bizWeb-body .wrap-menu-category .ces-input-btn + .ces-input-btn {
  margin-top: 0.4rem;
}
.ces-bizWeb-body .wrap-menu-category .btn-area {
  margin-top: 1rem;
}
.ces-bizWeb-body .wrap-menu-category .btn-area .ces-btn {
  width: 100%;
}
.ces-bizWeb-body .box-social {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.ces-bizWeb-body .box-social .btn-social {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
}
.ces-bizWeb-body .box-social .btn-social .ico-kakao {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../images/common/ico_kakao_48.svg) no-repeat center/cover;
}
.ces-bizWeb-body .box-social .btn-social .ico-copy {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  background: url(../images/common/ico_copy_48.svg) no-repeat center/cover;
}
.ces-bizWeb-body .box-social .btn-social > span {
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 1.2rem;
}
.ces-bizWeb-body .list-catalog {
  display: flex;
  margin-top: 4rem;
  gap: 8rem 4rem;
  flex-wrap: wrap;
}
.ces-bizWeb-body .list-catalog > li {
  flex: 0 0 calc((100% - 12rem) / 4);
  overflow: hidden;
}
.ces-bizWeb-body .list-catalog .wrap-item {
  position: relative;
  margin-bottom: 2rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  overflow: hidden;
}
.ces-bizWeb-body .list-catalog .wrap-item .wrap-image {
  width: 100%;
  height: 44.2rem;
}
.ces-bizWeb-body .list-catalog .wrap-item .wrap-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .list-catalog .wrap-item .box-btn-download {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  height: 4.4rem;
  background-color: #5F6A86;
}
.ces-bizWeb-body .list-catalog .wrap-item .box-btn-download .btn-download {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-catalog .wrap-item .box-btn-download .btn-download::before {
  content: "";
  margin-right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_download_white_24.svg) center/cover no-repeat;
}
.ces-bizWeb-body .list-catalog .wrap-item .box-btn-download .btn-download + .btn-download {
  border-left: 0.1rem solid #fff;
}
.ces-bizWeb-body .list-catalog .wrap-item .btn-share.round {
  position: absolute;
  right: 1.6rem;
  bottom: 1.6rem;
}
.ces-bizWeb-body .list-catalog .copy {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-bizWeb-body .service-info-title {
  display: flex;
}
.ces-bizWeb-body .service-info-title .info-left .title {
  display: block;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
}
.ces-bizWeb-body .service-info-title .info-left .title + .info-copy {
  margin-top: 2rem;
}
.ces-bizWeb-body .service-info-title .info-left .title + .info-text {
  margin-top: 1rem;
}
.ces-bizWeb-body .service-info-title .info-left .title2 {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .service-info-title .info-left .point {
  color: #0089D0;
}
.ces-bizWeb-body .service-info-title .info-left .info-copy {
  display: block;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .service-info-title .info-left .info-text {
  margin-top: 0.5rem;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .service-info-title .info-right {
  margin-left: auto;
}
.ces-bizWeb-body .service-info-title + .service-members-box {
  margin-top: 3rem;
}
.ces-bizWeb-body .service-info-title + .wrap-graph {
  margin-top: 1.5rem;
}
.ces-bizWeb-body .service-members-box {
  display: flex;
  gap: 1rem;
}
.ces-bizWeb-body .service-members-box [class^=box-] {
  padding: 3rem;
  border-radius: 0.8rem;
  background-color: #f8f8f8;
  flex: 0 1 auto;
}
.ces-bizWeb-body .service-members-box [class^=box-] .copy {
  display: block;
  margin-bottom: 2rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .service-members-box [class^=box-] .copy .sub-text {
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .service-members-box .box-member {
  flex-grow: 3;
}
.ces-bizWeb-body .service-members-box .box-member .member-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
.ces-bizWeb-body .service-members-box .box-member .member-inner .wrap-image {
  flex: none;
  width: 5.6rem;
  height: 5.6rem;
}
.ces-bizWeb-body .service-members-box .box-member .member-inner .wrap-image > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ces-bizWeb-body .service-members-box .box-member .member-inner .member-name {
  display: block;
  margin-left: 0.8rem;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.ces-bizWeb-body .service-members-box .box-amount {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.ces-bizWeb-body .service-members-box .box-amount .amount-wrap {
  margin-top: auto;
}
.ces-bizWeb-body .service-members-box .box-amount .amount-text {
  display: flex;
  justify-content: space-between;
}
.ces-bizWeb-body .service-members-box .box-amount .amount-text .text {
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .service-members-box .box-amount .amount-graph {
  margin-top: 1.5rem;
  position: relative;
  top: 0;
  width: 100%;
  height: 1.2rem;
  border-radius: 1rem;
  background-color: #fff;
  overflow: hidden;
}
.ces-bizWeb-body .service-members-box .box-amount .amount-graph .graph {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 1rem;
  background-color: #0089D0;
}
.ces-bizWeb-body .service-members-box .box-amount + .box-level {
  flex-grow: 1;
}
.ces-bizWeb-body .service-members-box .box-amount + .box-level .list-level > li:not(:last-child)::before {
  right: 0;
}
.ces-bizWeb-body .service-members-box .box-level .list-level {
  display: flex;
  justify-content: space-between;
}
.ces-bizWeb-body .service-members-box .box-level .list-level > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 7.8rem;
}
.ces-bizWeb-body .service-members-box .box-level .list-level > li:not(:last-child) {
  padding-right: 5.4rem;
}
.ces-bizWeb-body .service-members-box .box-level .list-level > li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_arrow_round_24.svg) center/2.4rem no-repeat;
  transform: translateY(-50%);
}
.ces-bizWeb-body .service-members-box .box-level .list-level > li.active::before {
  background: url(../images/common/ico_step_check_24.svg) center/2.4rem no-repeat;
}
.ces-bizWeb-body .service-members-box .box-level .list-level .wrap-image {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
}
.ces-bizWeb-body .service-members-box .box-level .list-level .wrap-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .service-members-box .box-level .list-level .text {
  display: block;
  margin-top: 0.6rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .store-info {
  display: flex;
  margin-top: 2rem;
  padding: 2rem 3rem;
  gap: 7rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
.ces-bizWeb-body .store-info .item-store {
  flex-direction: column;
  padding-left: 4.6rem;
}
.ces-bizWeb-body .item-store {
  position: relative;
  display: flex;
}
.ces-bizWeb-body .item-store .copy {
  display: block;
  color: #5F6A86;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .item-store .value {
  display: block;
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .item-store .ico {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 3.6rem;
  height: 3.6rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-50%);
}
.ces-bizWeb-body .item-store .ico.search {
  background-image: url(../images/common/ico_search_round_36.svg);
}
.ces-bizWeb-body .item-store .ico.review {
  background-image: url(../images/common/ico_review_round_36.svg);
}
.ces-bizWeb-body .item-store .ico.cs {
  background-image: url(../images/common/ico_cs_round_36.svg);
}
.ces-bizWeb-body .wrap-graph .box-text {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.ces-bizWeb-body .wrap-graph .box-text .current {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .wrap-graph .box-text .goal {
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .wrap-graph .box-graph {
  position: relative;
  width: 100%;
  height: 1.2rem;
  border-radius: 1rem;
  background-color: #f5f5f5;
  overflow: hidden;
}
.ces-bizWeb-body .wrap-graph .box-graph .graph {
  position: absolute;
  left: 0;
  height: 100%;
  border-radius: 1rem;
  background-color: #0089D0;
}
.ces-bizWeb-body .ces-box-select .select-head {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 8.6rem;
  padding: 2.4rem 8rem 2.4rem 3rem;
  border: 0.1rem solid #0089D0;
  border-radius: 1.6rem;
}
.ces-bizWeb-body .ces-box-select .select-head::after {
  content: "";
  position: absolute;
  right: 3rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_arrow_down_24.svg) center/cover no-repeat;
  transition: transform 0.4s;
}
.ces-bizWeb-body .ces-box-select .select-head.active::after {
  transform: rotate(-180deg);
}
.ces-bizWeb-body .ces-box-select .select-head.active + .select-body {
  margin-top: -0.1rem;
  display: block;
  padding: 3rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #0089D0;
}
.ces-bizWeb-body .ces-box-select .select-head.active + .select-body .select-scroll {
  max-height: 21.5rem;
  overflow-y: auto;
}
.ces-bizWeb-body .ces-box-select .select-head.active + .select-body .btn-option {
  display: flex;
  align-items: center;
}
.ces-bizWeb-body .ces-box-select .select-head.active + .select-body .btn-option:hover {
  color: #0089D0;
}
.ces-bizWeb-body .ces-box-select .select-head.active + .select-body .btn-option + .btn-option {
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-box-select .copy {
  display: inline-block;
  margin-right: 1rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-box-select .wrap-badge {
  display: inline-flex;
  gap: 0.5rem;
}
.ces-bizWeb-body .ces-box-select .select-body {
  display: none;
}
.ces-bizWeb-body .ces-box-select + .ces-box-inner {
  margin-top: 4rem;
}
.ces-bizWeb-body .list-contract {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.ces-bizWeb-body .list-contract > li {
  padding: 3rem 2.4rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1.6rem;
  flex: 0 0 calc((100% - 6rem) / 4);
}
.ces-bizWeb-body .list-contract .wrap-title {
  display: flex;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .list-contract .wrap-title .left .copy {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .list-contract .wrap-title .left .text {
  margin-top: 0.4rem;
  display: inline-block;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-contract .wrap-title .right {
  flex: none;
  margin-left: auto;
  align-self: end;
}
.ces-bizWeb-body .list-contract .wrap-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .list-contract .wrap-btn .ces-btn {
  flex: 1 0 calc(50% - 0.4rem);
}
.ces-bizWeb-body .list-contract .wrap-btn .ces-btn.bg-light:hover {
  color: #fff;
  background-color: #0089D0 !important;
}
.ces-bizWeb-body .list-contract.item-col2 > li {
  flex-basis: calc((100% - 2rem) / 2);
}
.ces-bizWeb-body .list-contract.item-col2 .wrap-btn .ces-btn {
  flex-basis: calc(33% - 0.4rem);
}
.ces-bizWeb-body .list-contract .btn-round-line {
  display: inline-flex;
  align-items: center;
  color: #999;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  padding: 0.2rem 1.2rem;
  min-height: 2.8rem;
  border-radius: 2.4rem;
  border: 0.1rem solid #e5e5e5;
  background-color: #fff;
}
.ces-bizWeb-body .list-contract + .ces-bullet.refer {
  margin-top: 2rem;
}
.ces-bizWeb-body .wrap-arrow-menu {
  margin-top: 4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.ces-bizWeb-body .wrap-arrow-menu .btn-item {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 1.6rem 7.4rem 1.6rem 4.3rem;
  height: 7rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1.6rem;
  background-color: #f8f8f8;
  background-position: right 3rem top 50%;
  background-size: 2.4rem;
  background-image: url(../images/common/ico_arrow_black_24.svg);
  background-repeat: no-repeat;
}
.ces-bizWeb-body .wrap-arrow-menu .btn-item .ico {
  margin-right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
  background-position: center;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .wrap-arrow-menu .btn-item .ico.smile {
  background-image: url(../images/common/ico_smile_24.svg);
}
.ces-bizWeb-body .wrap-arrow-menu .btn-item .ico.certi {
  background-image: url(../images/common/ico_certi_24.svg);
}
.ces-bizWeb-body .wrap-arrow-menu .btn-item .ico.prd {
  background-image: url(../images/common/ico_prd_24.svg);
}
.ces-bizWeb-body .wrap-arrow-menu .btn-item .copy {
  font-size: 1.6rem;
  font-weight: 600;
}
.ces-bizWeb-body .bill-wrap {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  padding: 2rem 0;
  border-bottom: 0.1rem solid #0089D0;
}
.ces-bizWeb-body .bill-wrap .bill-title .title {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
}
.ces-bizWeb-body .bill-wrap .bill-util {
  margin-left: auto;
}
.ces-bizWeb-body .bill-wrap .bill-util .count {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
}
.ces-bizWeb-body .bill-wrap .bill-util .count .point {
  color: #0089D0;
}
.ces-bizWeb-body .bill-wrap .bill-util .ces-btn.small {
  margin-left: 1rem;
}
.ces-bizWeb-body .bill-pop-wrap .bill-title {
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #000;
  text-align: center;
}
.ces-bizWeb-body .bill-pop-wrap .bill-title .title {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .bill-pop-wrap .bill-title .info {
  display: block;
  margin-top: 1rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .bill-pop-wrap .bill-info {
  margin-top: 2rem;
}
.ces-bizWeb-body .bill-pop-wrap .bill-info .sub-info {
  display: block;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .bill-pop-wrap .bill-info .sub-info.check {
  color: #888;
  text-align: right;
}
.ces-bizWeb-body .bill-pop-wrap + .ces-box-inner {
  margin-top: 4rem;
}
.ces-bizWeb-body .list-box-satus {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.ces-bizWeb-body .list-box-satus .box-status {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2.4rem;
  height: 11rem;
  border-radius: 1.6rem;
  background-color: #f8f8f8;
}
.ces-bizWeb-body .list-box-satus .box-status .copy {
  color: #5F6A86;
  font-family: "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .list-box-satus .box-status .copy .point {
  color: #0089D0;
}
.ces-bizWeb-body .list-box-satus .box-status .ico {
  flex: none;
  display: inline-block;
  margin-right: 2rem;
  width: 5rem;
  height: 5rem;
  background-size: 5rem;
  background-position: center;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .list-box-satus .box-status .ico.ico1 {
  background-image: url(../images/common/ico_analyze_ico1_50.svg);
}
.ces-bizWeb-body .list-box-satus .box-status .ico.ico2 {
  background-image: url(../images/common/ico_analyze_ico2_50.svg);
}
.ces-bizWeb-body .list-box-satus .box-status .ico.ico3 {
  background-image: url(../images/common/ico_analyze_ico3_50.svg);
}
.ces-bizWeb-body .list-box-satus .box-status .ico.ico4 {
  background-image: url(../images/common/ico_analyze_ico4_50.svg);
}
.ces-bizWeb-body .list-box-satus + .wrap-list-tab-btn {
  margin-top: 4rem;
}
.ces-bizWeb-body .info-contract .title {
  display: block;
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
  text-align: center;
}
.ces-bizWeb-body .info-contract .title .point {
  color: #0089D0;
}
.ces-bizWeb-body .info-contract .info-detail {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.ces-bizWeb-body .info-contract .info-detail > li {
  position: relative;
}
.ces-bizWeb-body .info-contract .info-detail > li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -1rem;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #D4D9E0;
}
.ces-bizWeb-body .info-contract .info-detail .item {
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .info-contract .info-detail .value {
  margin-left: 0.8rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .info-contract .btn-area {
  margin-top: 3rem;
}
.ces-bizWeb-body .ces-box-bg {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4rem;
  height: 30rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.ces-bizWeb-body .ces-box-bg .wrap-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ces-bizWeb-body .ces-box-bg .wrap-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .ces-box-bg .wrap-cnt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ces-bizWeb-body .ces-box-bg .wrap-cnt .title {
  font-family: "cesco", "Pretendard", sans-serif;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 4.5rem;
}
.ces-bizWeb-body .ces-box-bg .wrap-cnt .text {
  display: inline-block;
  margin-top: 1rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}
.ces-bizWeb-body .ces-box-bg .wrap-cnt .text2 {
  display: inline-block;
  margin-top: 2rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
}
.ces-bizWeb-body .ces-box-bg .wrap-cnt .box-btn {
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-box-bg + .ces-box-inner, .ces-bizWeb-body .ces-box-bg + .ces-tab-type02 {
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-box-bg.promotion {
  margin-top: 0;
  height: 72rem;
  align-items: flex-start;
}
.ces-bizWeb-body .ces-box-bg.promotion .wrap-cnt {
  margin-top: 8rem;
}
.ces-bizWeb-body .ces-box-bg.promotion + .ces-bizWeb-box-title {
  margin: 6rem 0 2rem;
}
.ces-bizWeb-body .ces-box-bg.promotion .ces-btn.bg-blue {
  height: 5rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 3.4rem;
}
.ces-bizWeb-body .list-promotion {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
.ces-bizWeb-body .list-promotion > li {
  flex: 0 0 calc((100% - 6rem) / 3);
}
.ces-bizWeb-body .list-promotion > li .wrap-image {
  width: 100%;
  height: 24rem;
  border-radius: 1.6rem;
  overflow: hidden;
}
.ces-bizWeb-body .list-promotion > li .wrap-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .list-promotion > li .title {
  display: block;
  margin: 2rem 0 1rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .list-promotion > li .title.txt-color1 {
  color: #0089D0;
}
.ces-bizWeb-body .list-promotion > li .title.txt-color2 {
  color: #00B3B5;
}
.ces-bizWeb-body .list-promotion > li .title.txt-color3 {
  color: #AA5CA4;
}
.ces-bizWeb-body .list-step-arrow {
  display: flex;
  flex-wrap: wrap;
}
.ces-bizWeb-body .list-step-arrow > li {
  position: relative;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ces-bizWeb-body .list-step-arrow > li:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_step_arrow.svg) center/2.4rem no-repeat;
  transform: translateY(-50%);
}
.ces-bizWeb-body .list-step-arrow .copy {
  margin-top: 2rem;
  display: block;
  color: #5F6A86;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.ces-bizWeb-body .list-step-arrow .ico {
  display: block;
  width: 10.4rem;
  height: 10.4rem;
  border-radius: 50%;
  background-color: #f8f8f8;
  background-position: center;
  background-size: 2.4rem;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .list-step-arrow .ico.ico1 {
  background-image: url(../images/common/ico_step01_24.svg);
}
.ces-bizWeb-body .list-step-arrow .ico.ico2 {
  background-image: url(../images/common/ico_step02_24.svg);
}
.ces-bizWeb-body .list-step-arrow .ico.ico3 {
  background-image: url(../images/common/ico_step03_24.svg);
}
.ces-bizWeb-body .list-step-arrow .ico.ico4 {
  background-image: url(../images/common/ico_step04_24.svg);
}
.ces-bizWeb-body .list-solution {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.ces-bizWeb-body .list-solution > li {
  flex: 0 0 calc((100% - 6rem) / 4);
  padding: 4rem 2rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1.6rem;
  text-align: center;
}
.ces-bizWeb-body .list-solution > li .copy {
  margin-top: 1rem;
  display: block;
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-solution > li .desc {
  margin-top: 1rem;
  display: block;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-solution > li .box-btn {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.ces-bizWeb-body .list-solution > li .box-btn .ces-btn {
  padding: 0.6rem 1.4rem;
}
.ces-bizWeb-body .box-between-line {
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  padding: 2rem 0;
}
.ces-bizWeb-body .list-step-check {
  display: flex;
}
.ces-bizWeb-body .list-step-check > li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 5rem;
}
.ces-bizWeb-body .list-step-check > li:first-child {
  padding: 0 5rem 0 0;
}
.ces-bizWeb-body .list-step-check > li:last-child {
  padding: 0 0 0 5rem;
}
.ces-bizWeb-body .list-step-check > li .ico {
  flex: none;
  display: block;
  margin-right: 1rem;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background-color: #f8f8f8;
  background-image: url(../images/common/ico_check_24_black.svg);
  background-position: center;
  background-size: 2.4rem;
  background-repeat: no-repeat;
}
.ces-bizWeb-body .list-step-check > li.active {
  margin-right: auto;
}
.ces-bizWeb-body .list-step-check > li.active::after {
  content: "";
  position: absolute;
  right: -5rem;
  top: 50%;
  width: 5rem;
  height: 0.1rem;
  transform: translateY(-50%);
  background-color: #0089D0;
}
.ces-bizWeb-body .list-step-check > li.active::before {
  content: "";
  position: absolute;
  right: -7.4rem;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%);
  background: url(../images/common/ico_step_check_24.svg) center/2.4rem no-repeat;
}
.ces-bizWeb-body .list-step-check > li.active .ico {
  background-color: #0089D0;
  background-image: url(../images/common/ico_check_24_white.svg);
}
.ces-bizWeb-body .list-step-check > li.active .text {
  color: #0089D0;
}
.ces-bizWeb-body .list-step-check > li.active .copy {
  color: #0A233F;
}
.ces-bizWeb-body .list-step-check > li.active:last-child {
  margin-right: 0;
  margin-left: auto;
}
.ces-bizWeb-body .list-step-check > li.active:last-child::after, .ces-bizWeb-body .list-step-check > li.active:last-child::before {
  display: none;
}
.ces-bizWeb-body .list-step-check .text {
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}
.ces-bizWeb-body .list-step-check .copy {
  display: block;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-box-inner.sample-add-box {
  margin-top: -1rem;
}
.ces-bizWeb-body .ces-box-inner.sample-add-box .ces-bizWeb-sub-title:first-child {
  margin-top: 0;
}
.ces-bizWeb-body .ces-box-inner .sample-add-inner {
  margin-top: 6rem;
}
.ces-bizWeb-body .ces-box-inner .sample-add-inner .ces-bizWeb-sub-title:first-child .column-left {
  display: block;
}
.ces-bizWeb-body .ces-box-inner .sample-add-inner .ces-bizWeb-sub-title:first-child .column-left .txt-title:first-child {
  margin-bottom: 2rem;
  color: #0089D0;
  font-size: 1.8rem;
}
.ces-bizWeb-body .ces-box-inner .list-upload-file-view {
  display: flex;
  gap: 1rem;
}
.ces-bizWeb-body .ces-box-inner .list-upload-file-view a.file-name {
  color: #787878;
}
.ces-bizWeb-body .box-terms {
  margin-top: 4rem;
  padding: 2.4rem;
  border-radius: 1.6rem;
  background-color: #F8F8F8;
}
.ces-bizWeb-body .box-terms .copy {
  display: block;
  margin-bottom: 1.5rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .box-line-terms {
  padding: 1.4rem;
  border-radius: 0.4rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .box-line-terms .copy {
  display: block;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .box-line-terms .text {
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
.ces-bizWeb-body .box-line-terms + .ces-bizWeb-table {
  margin-top: 2rem;
}
.ces-bizWeb-body .terms-text {
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .terms-text.bold {
  font-weight: 700;
}
.ces-bizWeb-body .terms-text.division {
  margin-top: 2rem;
}
.ces-bizWeb-body .terms-text + .ces-form-group {
  margin-top: 2rem;
}
.ces-bizWeb-body .terms-list > li {
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .hr-line {
  border-top: 0.1rem solid #e5e5e5;
  margin: 4rem 0;
}
.ces-bizWeb-body .application-copy {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .list-members-info {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.ces-bizWeb-body .list-members-info > li {
  flex: 0 0 calc((100% - 4rem) / 3);
  padding: 4rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1.6rem;
}
.ces-bizWeb-body .list-members-info > li .members-img {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.ces-bizWeb-body .list-members-info > li .members-img .wrap-image {
  width: 6.4rem;
  height: 6.4rem;
}
.ces-bizWeb-body .list-members-info > li .members-img .wrap-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .list-members-info > li .members-img .member-name {
  display: block;
  margin-left: 0.8rem;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.ces-bizWeb-body .list-members-info > li .wrap-title {
  margin-top: 1rem;
  display: flex;
  align-items: center;
}
.ces-bizWeb-body .list-members-info > li .wrap-title .title {
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.4;
}
.ces-bizWeb-body .list-members-info > li .wrap-title .info {
  display: block;
  margin-left: 0.8rem;
  color: #999;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}
.ces-bizWeb-body .list-members-info > li .list-bullet {
  margin-top: 1.2rem;
}
.ces-bizWeb-body .list-members-info > li .list-bullet > li {
  color: #000;
}
.ces-bizWeb-body .list-members-info > li .list-bullet > li + li {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .list-members-info > li .list-bullet > li .small-text {
  display: block;
  color: #888;
  font-size: 1rem;
  line-height: 1.4rem;
}
.ces-bizWeb-body .box-employee-chart {
  position: relative;
}
.ces-bizWeb-body .box-employee-chart .chart-wrap {
  padding: 3.4rem;
  border-radius: 1.6rem;
  background-color: #F3F5FA;
}
.ces-bizWeb-body .box-employee-chart .swiper-employee-info {
  overflow: hidden;
}
.ces-bizWeb-body .box-employee-chart .swiper-employee-info .swiper-button {
  position: absolute;
  bottom: 18.5rem;
  right: 2.8rem;
}
.ces-bizWeb-body .box-employee-chart .swiper-employee-info .swiper-button .swiper-button-next {
  left: 0;
  width: 2.7rem;
  height: 2.7rem;
  background: url(../images/common/ico_arrow_right_round.svg) center/cover no-repeat;
}
.ces-bizWeb-body .box-employee-chart .swiper-employee-info .swiper-button .swiper-button-next::after {
  display: none;
}
.ces-bizWeb-body .box-employee-chart .swiper-employee-info .swiper-button .swiper-button-prev {
  left: -3.2rem;
  width: 2.7rem;
  height: 2.7rem;
  background: url(../images/common/ico_arrow_left_round.svg) center/cover no-repeat;
}
.ces-bizWeb-body .box-employee-chart .swiper-employee-info .swiper-button .swiper-button-prev::after {
  display: none;
}
.ces-bizWeb-body .box-employee-chart .swiper-employee-info .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 0;
  height: 0.8rem;
  margin-top: 1.6rem;
}
.ces-bizWeb-body .box-employee-chart .swiper-employee-info .swiper-pagination .swiper-pagination-bullet {
  background-color: #e5e5e5;
  opacity: 1;
}
.ces-bizWeb-body .box-employee-chart .swiper-employee-info .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #0089D0;
  width: 2.4rem;
  border-radius: 0.8rem;
}
.ces-bizWeb-body .box-employee-chart .employee-info {
  display: flex;
  padding: 2rem 0;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .box-employee-chart .employee-info + .employee-info {
  margin-top: 1rem;
}
.ces-bizWeb-body .box-employee-chart .employee-info > li {
  display: flex;
  align-items: center;
}
.ces-bizWeb-body .box-employee-chart .employee-info > li:first-child .value {
  flex: 0 0 11.6rem;
}
.ces-bizWeb-body .box-employee-chart .employee-info .copy {
  margin: 0 2rem;
  color: #5F6A86;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .box-employee-chart .employee-info .value {
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-challenge {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.ces-bizWeb-body .list-challenge > li {
  flex: 0 0 calc((100% - 6rem) / 4);
}
.ces-bizWeb-body .list-challenge .item-challenge {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.ces-bizWeb-body .list-challenge .item-challenge .box-image {
  flex: none;
  position: relative;
  width: 100%;
  height: 16rem;
  border-radius: 1.6rem 1.6rem 0 0;
  overflow: hidden;
}
.ces-bizWeb-body .list-challenge .item-challenge .box-image .wrap-image {
  width: 100%;
  height: 100%;
}
.ces-bizWeb-body .list-challenge .item-challenge .box-image .wrap-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .list-challenge .item-challenge .box-image .wrap-badge {
  display: flex;
  gap: 0.1rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ces-bizWeb-body .list-challenge .item-challenge .box-cnt {
  height: 100%;
  padding: 2rem;
  border-radius: 0 0 1.6rem 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .list-challenge .item-challenge .box-cnt .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .list-challenge .item-challenge .box-cnt .text {
  display: block;
  margin-top: 0.4rem;
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-challenge .item-challenge .box-cnt .list-value {
  margin-top: 2rem;
}
.ces-bizWeb-body .list-challenge .item-challenge .box-cnt .list-value > li:not(:first-child) {
  margin-top: 0.8rem;
}
.ces-bizWeb-body .list-challenge .item-challenge .box-cnt .list-value > li .copy {
  color: #999;
  font-weight: 400;
}
.ces-bizWeb-body .list-challenge .item-challenge .box-cnt .list-value > li .value {
  text-align: right;
}
.ces-bizWeb-body .box-exam {
  display: flex;
  gap: 3rem;
}
.ces-bizWeb-body .box-exam .item-exam {
  flex: 0 1 50%;
}
.ces-bizWeb-body .box-exam .item-exam .wrap-image {
  width: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
}
.ces-bizWeb-body .box-exam .item-exam .wrap-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .box-exam .item-exam .text {
  display: block;
  margin-top: 1rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .box-between-info {
  display: flex;
  padding: 2.4rem 3rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #0089D0;
  background-color: #F4F6FC;
}
.ces-bizWeb-body .box-between-info .title {
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .box-between-info .box-cnt {
  margin-left: auto;
}
.ces-bizWeb-body .box-between-info .copy {
  position: relative;
  display: inline-block;
  color: #5F6A86;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .box-between-info .copy:not(:first-child) {
  margin-left: 8rem;
}
.ces-bizWeb-body .box-between-info .copy:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: -4rem;
  width: 0.1rem;
  height: 1.2rem;
  background-color: #D4D9E0;
}
.ces-bizWeb-body .box-between-info .value {
  margin-left: 0.8rem;
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .box-between-info + .ces-box-inner {
  margin-top: 2rem;
}
.ces-bizWeb-body .box-edit-line {
  margin-top: 2rem;
  padding: 4rem;
  border-radius: 1.6rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .box-edit-line .edit-head {
  display: flex;
  margin-bottom: 3rem;
}
.ces-bizWeb-body .box-edit-line .edit-head .title {
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .box-edit-line .edit-head .wrap-btn-dot {
  margin-left: auto;
}
.ces-bizWeb-body .box-edit-line .edit-body {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
  padding-bottom: 3rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .box-edit-line .edit-body .wrap-image {
  flex: 0 0 calc(50% - 1rem);
}
.ces-bizWeb-body .box-edit-line .edit-body .wrap-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .ces-pop-content.chat {
  overflow: hidden;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box {
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box .wrap-date {
  text-align: center;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box .top-date {
  display: inline-block;
  padding: 0.4rem 0.6rem 0.3rem;
  border-radius: 2.4rem;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  background-color: #C4CBDC;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box .top-date + .box-user {
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box [class^=box] {
  display: flex;
  align-items: flex-end;
  margin-top: 2rem;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box [class^=box] [class^=bubble] {
  padding: 1rem;
  border-radius: 0.8rem;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box [class^=box] .date {
  display: block;
  flex: none;
  margin: 0 0.6rem;
  width: 6rem;
  color: #666;
  font-family: "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box .box-user {
  justify-content: flex-end;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box .box-user .bubble-user {
  max-width: 30rem;
  order: 2;
  color: #fff;
  background: #0089D0;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box .box-user .date {
  order: 1;
  text-align: right;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box .box-place .place-detail {
  display: flex;
  align-items: flex-start;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box .box-place .profile {
  flex: none;
  overflow: hidden;
  margin-right: 0.6rem;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box .box-place .profile img {
  width: 100%;
  height: auto;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box .box-place .bubble-place {
  max-width: 30rem;
  background-color: #fff;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box + .btn-default {
  margin-top: 4rem;
}
.ces-bizWeb-body .ces-pop-content.chat .ces-detail-box.end-chat {
  opacity: 0.6;
}
.ces-bizWeb-body .ces-pop-content.chat .fixed-btn-area {
  width: 100%;
  height: 5.6rem;
}
.ces-bizWeb-body .ces-pop-content.chat .fixed-btn-area .ces-chatbox {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.8rem;
  border-top: 0.1rem solid #E3E6F0;
  border-radius: 0 0 2.4rem 2.4rem;
  width: 100%;
  height: 5.6rem;
  background-color: #fff;
  transition: bottom 0.3s;
}
.ces-bizWeb-body .ces-pop-content.chat .fixed-btn-area .ces-chatbox .btn-plus {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.15rem solid #e5e5e5;
}
.ces-bizWeb-body .ces-pop-content.chat .fixed-btn-area .ces-chatbox .btn-plus::after {
  content: "";
  position: absolute;
  width: 0.1rem;
  height: 1.3rem;
  background-color: #000;
  border-radius: 2.4px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ces-bizWeb-body .ces-pop-content.chat .fixed-btn-area .ces-chatbox .btn-plus::before {
  content: "";
  position: absolute;
  width: 1.3rem;
  height: 0.1rem;
  background-color: #000;
  border-radius: 2.4px;
  transform: translate(-50%, -50%);
}
.ces-bizWeb-body .ces-pop-content.chat .fixed-btn-area .ces-chatbox .box-input {
  width: calc(100% - 9.6rem);
}
.ces-bizWeb-body .ces-pop-content.chat .fixed-btn-area .ces-chatbox .box-input input {
  padding: 0.8rem 1.6rem;
  border: 0;
  border-radius: 1.6rem;
  width: 100%;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  background-color: #F3F5FA;
}
.ces-bizWeb-body .ces-pop-content.chat .fixed-btn-area .ces-chatbox .btn-send-message {
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../images/common/ico_send_message.svg) no-repeat center center;
  background-size: 2.4rem;
}
.ces-bizWeb-body .ces-pop-content.chat .fixed-btn-area .ces-chatbox.hide {
  bottom: -5.6rem;
  transition: bottom 0.3s;
}
.ces-bizWeb-body .ces-pop-content.chat .fixed-btn-area .btn-chip {
  position: absolute;
  bottom: 7.8rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  box-shadow: 0 0 1.2rem 0 rgba(0, 0, 0, 0.25);
  border-radius: 5rem;
  padding: 1rem 2rem;
  gap: 0.2rem;
  background-color: #0A233F;
  transition: bottom 0.3s;
}
.ces-bizWeb-body .ces-pop-content.chat .fixed-btn-area .btn-chip::after {
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/common/ico_arrow_right_16_white.svg);
  background-repeat: no-repeat;
}
.ces-bizWeb-body .ces-pop-content.chat .fixed-btn-area .btn-chip span {
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .ces-pop-content.chat .fixed-btn-area .btn-chip.bottom {
  bottom: 2rem;
}
.ces-bizWeb-body .coupon-swiper {
  overflow: hidden;
}
.ces-bizWeb-body .coupon-swiper .box-operate .num {
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #0089D0;
}
.ces-bizWeb-body .coupon-swiper .box-operate .box-cnt {
  display: flex;
  flex-direction: column;
}
.ces-bizWeb-body .coupon-swiper .box-operate .box-cnt .title {
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .coupon-swiper .box-operate .box-cnt .text {
  color: #aaa;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .coupon-swiper .swiper-button {
  position: absolute;
  top: 2rem;
  right: 2.4rem;
}
.ces-bizWeb-body .coupon-swiper .swiper-button .swiper-button-next {
  left: 0;
  width: 2.7rem;
  height: 2.7rem;
  background: url(../images/common/ico_arrow_right_round.svg) center/cover no-repeat;
}
.ces-bizWeb-body .coupon-swiper .swiper-button .swiper-button-next::after {
  display: none;
}
.ces-bizWeb-body .coupon-swiper .swiper-button .swiper-button-prev {
  left: -3.2rem;
  width: 2.7rem;
  height: 2.7rem;
  background: url(../images/common/ico_arrow_left_round.svg) center/cover no-repeat;
}
.ces-bizWeb-body .coupon-swiper .swiper-button .swiper-button-prev::after {
  display: none;
}
.ces-bizWeb-body .list-pick-prd {
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 1rem;
}
.ces-bizWeb-body .list-pick-prd > li {
  flex: 0 0 calc((100% - 3rem) / 4);
}
.ces-bizWeb-body .list-pick-prd .item-pick .wrap-image {
  width: 32rem;
  height: 32rem;
  border-radius: 1.6rem;
  margin-bottom: 1rem;
  overflow: hidden;
}
.ces-bizWeb-body .list-pick-prd .item-pick .wrap-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-bizWeb-body .list-pick-prd .item-pick .category {
  display: inline-block;
  margin-bottom: 0.2rem;
  color: #0089D0;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
}
.ces-bizWeb-body .list-pick-prd .item-pick .sub-text {
  display: block;
  margin-bottom: 0.2rem;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-pick-prd .item-pick .title {
  display: block;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-terms {
  margin-top: 2rem;
}
.ces-bizWeb-body .list-terms > li:not(:first-child) {
  margin-top: 0.4rem;
}
.ces-bizWeb-body .list-terms > li.all-chk {
  margin-bottom: 1rem;
}
.ces-bizWeb-body .list-terms > li.all-chk .ces-bizWeb-checkbox .text {
  font-weight: 700;
}
.ces-bizWeb-body .list-terms > li .ces-bizWeb-checkbox .ces-checkbox + .text {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.ces-bizWeb-body .list-terms > li .btn-text-underline {
  margin-left: 0.8rem;
}
.ces-bizWeb-body .wrap-store-check {
  margin: 1.5rem 0 4.8rem;
}
.ces-bizWeb-body .wrap-store-check .list-store-check {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1.6rem;
}
.ces-bizWeb-body .wrap-store-check .list-store-check > li {
  display: flex;
  align-items: center;
  width: calc(50% - 0.8rem);
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-bizWeb-body .wrap-store-check .list-store-check > li .ces-bizWeb-checkbox {
  flex: none;
}
.ces-bizWeb-body .wrap-store-check .list-store-check > li .box-cnt {
  margin-left: 2.4rem;
}
.ces-bizWeb-body .wrap-store-check .list-store-check > li .box-cnt .title {
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.4;
}
.ces-bizWeb-body .wrap-store-check .list-store-check > li .box-cnt .wrap-badge {
  margin-top: 1rem;
}
.ces-bizWeb-body .wrap-store-check .board-list-info {
  margin-top: 0;
}
.ces-bizWeb-body .square-text {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1.6rem;
  margin: 0.5rem 0.3rem;
  min-height: 5.4rem;
  color: #000;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1rem;
}
.ces-bizWeb-body .before-main {
  min-width: auto;
  height: auto;
}
.ces-bizWeb-body .before-main .bizWeb-before-header {
  position: relative;
  width: 100%;
  height: 100.8rem;
  background: url(../images/common/before_bg_top_visual.jpg) no-repeat center;
  background-size: cover;
}
.ces-bizWeb-body .before-main .bizWeb-before-header .head-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.8rem 8rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-header .head-area .logo {
  width: 16.1rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-header .head-area .logo img {
  width: 100%;
}
.ces-bizWeb-body .before-main .bizWeb-before-header .head-area .util-area {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-header .head-area .util-area .btn-wecheck {
  height: 3.6rem;
  border-radius: 5rem;
  border: 0.1rem solid #fff;
  padding: 0 4.2rem 0 1.4rem;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.4;
  background: url(../images/common/ico_head_report.svg) no-repeat right 1.4rem center;
}
.ces-bizWeb-body .before-main .bizWeb-before-header .head-area .util-area .btn-login {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_head_member.svg) no-repeat center;
}
.ces-bizWeb-body .before-main .bizWeb-before-header .title-area {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  transform: translate(-50%, -50%);
}
.ces-bizWeb-body .before-main .bizWeb-before-header .title-area .title {
  width: 100%;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 8rem;
  font-weight: 900;
  line-height: 9.9rem;
  background: linear-gradient(93.27deg, #00A8FF 21.96%, #00D0D2 77.17%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  transform: translateY(5rem);
}
.ces-bizWeb-body .before-main .bizWeb-before-header .title-area .desc {
  width: 100%;
  padding: 6rem 0 2rem;
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.8rem;
  opacity: 0;
  transform: translateY(5rem);
}
.ces-bizWeb-body .before-main .bizWeb-before-header .title-area .btn-area {
  width: 100%;
  margin-top: 0;
  opacity: 0;
  transform: translateY(5rem);
}
.ces-bizWeb-body .before-main .bizWeb-before-header .title-area .btn-area .btn-now-join {
  padding: 1.9rem 2.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.2rem;
  border-radius: 10rem;
  background-color: #fff;
}
.ces-bizWeb-body .before-main .bizWeb-before-header.active .title-area .title {
  animation: aniEle 0.5s 0s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-header.active .title-area .desc {
  animation: aniEle 0.5s 0.25s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-header.active .title-area .btn-area {
  animation: aniEle 0.5s 0.5s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row {
  position: relative;
  padding: 12.2rem 0 12.5rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row .bizWeb-before-content {
  display: flex;
  justify-content: space-between;
  width: 120rem;
  margin: 0 auto;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row .title-area .title {
  width: 100%;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 8.4rem;
  opacity: 0;
  transform: translateY(5rem);
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row .title-area .desc {
  width: 100%;
  padding: 4rem 0 0;
  color: #888;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  font-size: 2.4rem;
  opacity: 0;
  transform: translateY(5rem);
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.active .title-area .title {
  animation: aniEle 0.5s 0s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.active .title-area .desc {
  animation: aniEle 0.5s 0.25s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.second {
  background: url(../images/common/before_second_wechck_txt.svg) no-repeat center;
  background-size: 192rem auto;
  transform: translateY(15rem);
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.second .bizWeb-before-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.second .bizWeb-before-content .img-area {
  position: relative;
  width: 38.9rem;
  height: 84.8rem;
  border-radius: 2.4rem;
  box-shadow: 3.1rem 2.8rem 7.13rem 0rem rgba(0, 0, 0, 0.1), -6.5rem -6.5rem 8.45rem 0rem rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(5rem);
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.second .bizWeb-before-content .img-area > img {
  height: 84.8rem;
  overflow: hidden;
  border-radius: 2.4rem;
  border: 1px solid #e5e5e5;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.second .bizWeb-before-content .img-area .zoom {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 48rem;
  height: 10.1rem;
  opacity: 0;
  transform: translate(-50%, 5rem);
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.second .bizWeb-before-content .img-area .zoom img {
  width: 100%;
  height: auto;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.second.active {
  animation: aniEleSec 0.5s 0s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.second.active .title-area .title {
  animation: aniEle 0.5s 0.5s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.second.active .title-area .desc {
  animation: aniEle 0.5s 0.75s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.second.active .img-area {
  animation: aniEleRight 0.5s 1s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.second.active .img-area .zoom {
  animation: aniEleTrd 0.5s 1.5s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third {
  padding: 17.5rem 0 0;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third::before {
  display: block;
  position: absolute;
  top: 54rem;
  left: 0;
  content: "";
  width: 100%;
  height: 84.4rem;
  background: linear-gradient(129deg, #00B3B5 13.09%, #0089D0 65.47%), #0089D0;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third::after {
  display: block;
  position: absolute;
  top: 101.6rem;
  left: 50%;
  content: "";
  width: 120rem;
  height: 35.1rem;
  opacity: 0;
  transform: translate(-50%, 15rem);
  background: url(../images/common/before_bg_third_wecheck.svg) no-repeat center;
  background-size: cover;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .bizWeb-before-content {
  flex-wrap: wrap;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .title-area {
  width: 100%;
  text-align: right;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section {
  position: relative;
  width: 120rem;
  height: 118.8rem;
  padding: 22.7rem 0 0 0;
  overflow: hidden;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .horizontal-wrap {
  display: flex;
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
  will-change: transform;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .horizontal-wrap .slide-box {
  display: flex;
  justify-content: space-between;
  flex: 0 0 100%;
  flex-shrink: 0;
  width: 120rem;
  height: 84.8rem;
  padding-left: 21.9rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .horizontal-wrap .slide-box .img-area {
  width: 38.9rem;
  height: 84.9rem;
  border-radius: 2.4rem;
  border: 1px solid #e5e5e5;
  background: #fff;
  box-shadow: 3.1rem 2.8rem 7.13rem 0rem rgba(0, 0, 0, 0.1), -6.5rem -6.5rem 8.45rem 0rem rgba(0, 0, 0, 0.05);
  opacity: 0;
  transform: translateY(5rem);
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .horizontal-wrap .slide-box .img-area img {
  width: 100%;
  height: auto;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .horizontal-wrap .slide-box .txt-box {
  text-align: right;
  opacity: 0;
  transform: translateY(5rem);
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .horizontal-wrap .slide-box .txt-box strong,
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .horizontal-wrap .slide-box .txt-box span {
  display: block;
  text-align: right;
  color: #fff;
  font-size: 4.6rem;
  font-weight: 700;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .horizontal-wrap .slide-box .txt-box span {
  margin-top: 3rem;
  font-size: 2.4rem;
  font-weight: 400;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .control-box {
  display: flex;
  position: absolute;
  top: 73.4rem;
  right: 0;
  width: 40rem;
  height: 20rem;
  z-index: 99;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .control-box .btn-prev,
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .control-box .btn-next {
  position: relative;
  width: 20rem;
  height: 20rem;
  background-color: #0F97DD;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .control-box .btn-prev::before,
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .control-box .btn-next::before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  width: 3.4rem;
  height: 1.9rem;
  transform: translate(-50%, -50%);
  background-image: url(../images/common/before_third_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .control-box .btn-prev.first::before, .ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .control-box .btn-prev.last::before,
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .control-box .btn-next.first::before,
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .control-box .btn-next.last::before {
  opacity: 0.5;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third .horizontal-section .control-box .btn-prev::before {
  transform: rotate(-180deg) translate(50%, 50%);
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third.active::after {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: all 1s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third.active .slide-box .img-area {
  animation: aniEleLeft 0.5s 0.75s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.third.active .slide-box .txt-box {
  animation: aniEle 0.5s 1s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.four {
  padding: 16.1rem 0 10.7rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.four .bizWeb-before-content {
  display: block;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.four .title-area .title .txt-color-blue {
  font-family: "cesco", "Pretendard", sans-serif;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.four .title-area .sharp-list {
  display: flex;
  margin-top: 3.5rem;
  gap: 1.4rem;
  opacity: 0;
  transform: translateY(5rem);
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.four .title-area .sharp-list > li {
  padding: 0 2.4rem;
  color: #1A1A1A;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.7rem;
  border-radius: 10rem;
  border: 0.1rem solid #A1A1A1;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.four .img-area {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 120rem;
  height: 85.2rem;
  margin: 10.2rem auto 0;
  border-radius: 2.4rem;
  opacity: 0;
  transform: translateY(5rem);
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.four .img-area > img {
  width: 120rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.four .img-area .zoom {
  position: absolute;
  top: 0;
  left: auto;
  width: 39.3rem;
  height: 85.2rem;
  transform: scale(0);
  border-radius: 2.2rem;
  border: 0.1rem solid #e5e5e5;
  overflow: hidden;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.four .img-area .zoom img {
  width: 100%;
  height: auto;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.four.active .title-area .sharp-list {
  animation: aniEle 0.5s 0.25s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.four.active .img-area {
  animation: aniEle 0.5s 0.5s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.four.active .img-area .zoom {
  animation: aniEleScale 0.5s 0.85s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.five {
  position: relative;
  padding: 19.3rem 0 15rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.five .bizWeb-before-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: 80rem;
  overflow: hidden;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.five .bizWeb-before-content .title-area {
  width: 69.2rem;
  color: #fff;
  text-align: right;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.five .bizWeb-before-content .title-area .desc {
  color: #fff;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.five .bizWeb-before-content .img-area {
  position: absolute;
  bottom: 0;
  right: 4.2rem;
  width: 39.3rem;
  height: 70.5rem;
  border-radius: 2.4rem 2.4rem 0 0;
  background-color: #0089D0;
  opacity: 0;
  transform: translateY(5rem);
  overflow: hidden;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.five .bizWeb-before-content .img-area img {
  width: 100%;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.five::before {
  position: absolute;
  top: 19.3rem;
  left: 0;
  content: "";
  width: 100%;
  height: 80rem;
  background: url(../images/common/before_bg_five_1.jpg) no-repeat center;
  background-size: cover;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.five.active .title-area .title {
  animation: aniEle 0.5s 0.25s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.five.active .title-area .desc {
  animation: aniEle 0.5s 0.5s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.five.active .img-area {
  animation: aniEle 0.5s 0.85s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.six {
  position: relative;
  padding: 15rem 0 27.2rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.six .bizWeb-before-content {
  display: block;
  align-items: center;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.six .bizWeb-before-content .title-area {
  margin-bottom: 14.8rem;
  text-align: center;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.six .bizWeb-before-content .img-area {
  width: 100%;
  height: 72.8rem;
  border-radius: 2.4rem;
  background-color: #fff;
  box-shadow: 3.1rem 2.8rem 7.13rem 0rem rgba(0, 0, 0, 0.1), -6.5rem -6.5rem 8.45rem 0rem rgba(0, 0, 0, 0.05);
  overflow: hidden;
  opacity: 0;
  transform: translateY(5rem);
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.six .bizWeb-before-content .img-area img {
  height: 72.8rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.six.active .img-area {
  animation: aniEle 0.5s 0.5s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.seven {
  position: relative;
  height: 70rem;
  padding: 20rem 0 15rem;
  background: url(../images/common/before_bg_seven.jpg) no-repeat center;
  background-size: cover;
  opacity: 0;
  transform: translateY(5rem);
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.seven .bizWeb-before-content {
  display: block;
  align-items: center;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.seven .bizWeb-before-content .title-area {
  margin-bottom: 4rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.seven .bizWeb-before-content .title-area .title {
  text-align: center;
  background: linear-gradient(93deg, #0189D0 1.7%, #00B3B5 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.seven .bizWeb-before-content .btn-area {
  gap: 2rem;
  opacity: 0;
  transform: translateY(5rem);
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.seven .bizWeb-before-content .btn-area .btn-qr-link {
  cursor: default;
  font-size: 2.4rem;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.03rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 2.2rem 4rem;
  background-color: #fff;
  border-radius: 10rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.seven .bizWeb-before-content .btn-area .btn-qr-link .img-qr {
  width: 7.5rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.seven .bizWeb-before-content .btn-area .btn-qr-link .img-ico {
  width: 4rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.seven.active {
  animation: aniEle 0.5s 0s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.seven.active .title-area .title {
  animation: aniEle 0.5s 0.25s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-main .section-row.seven.active .btn-area {
  animation: aniEle 0.5s 0.5s forwards;
}
.ces-bizWeb-body .before-main .bizWeb-before-footer {
  position: relative;
  padding: 5.6rem 0 5rem;
  background-color: #018DCD;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
}
.ces-bizWeb-body .before-main .bizWeb-before-footer .ces-before-content {
  position: relative;
  width: 120rem;
  margin: 0 auto;
}
.ces-bizWeb-body .before-main .bizWeb-before-footer .footer-link {
  display: flex;
  margin-bottom: 2.4rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-footer .footer-link li {
  position: relative;
  height: 2rem;
  padding-right: 2rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-footer .footer-link li a {
  color: #fff;
  font-family: "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  font-weight: 700;
}
.ces-bizWeb-body .before-main .bizWeb-before-footer .footer-link li + li {
  padding-left: 2rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-footer .footer-link li + li::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: "";
  width: 0.1rem;
  height: 1rem;
  background-color: rgba(255, 255, 255, 0.2);
}
.ces-bizWeb-body .before-main .bizWeb-before-footer .cs {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 400;
}
.ces-bizWeb-body .before-main .bizWeb-before-footer .cs + .copyright {
  margin-top: 0.5rem;
  color: rgba(255, 255, 255, 0.5);
}
.ces-bizWeb-body .before-main .bizWeb-before-footer .family-site {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin-top: -0.4rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-footer .family-site .ces-bizWeb-select {
  width: 26.3rem;
  height: 3.2rem;
  padding: 0.3rem 3.5rem 0.3rem 1.1rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8rem;
  border: none;
  background-color: transparent;
  background: url(../images/common/ico_footer_before_arrow.svg) no-repeat center right/3.2rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-footer .family-site .ces-bizWeb-select option {
  color: #000;
}
.ces-bizWeb-body .before-main .bizWeb-before-footer .family-site .igc-area {
  position: absolute;
  bottom: 0;
  right: 0;
}
.ces-bizWeb-body .before-main .bizWeb-before-footer .family-site .igc-area img {
  height: 2.4rem;
}
.ces-bizWeb-body .before-main .bizWeb-before-footer .family-site .igc-area img + img {
  margin-left: 0.8rem;
}
@keyframes aniEle {
  0% {
    opacity: 0;
    transform: translateY(5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes aniEleSec {
  0% {
    transform: translateY(15rem);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes aniEleTrd {
  0% {
    opacity: 0;
    transform: translate(-50%, 5rem);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@keyframes aniEleLeft {
  0% {
    opacity: 0;
    transform: translateX(-15rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes aniEleRight {
  0% {
    opacity: 0;
    transform: translateX(15rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes aniEleScale {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

/*--------------------------*/
/* custom					*/
/*--------------------------*/
.portlet-barebone .portlet-title-text,
.portlet-borderless .portlet-title-text {
  display: none;
}
.portlet-barebone .panel,
.portlet-borderless .panel {
  background-color: transparent;
}
.portlet-barebone .panel.card,
.portlet-borderless .panel.card {
  border-color: #cdced9;
  box-shadow: none;
}
.portlet-barebone .panel-default,
.portlet-borderless .panel-default {
  border-color: #cdced9;
}
.portlet-barebone .widget-mode-detail,
.portlet-borderless .widget-mode-detail {
  background-color: transparent;
}

/*--------------------------*/
/* fix						*/
/*--------------------------*/
.portlet-layout .portlet-header {
  margin-bottom: 0;
}

/*--------------------------*/
/* fix						*/
/*--------------------------*/
html:not(#__):not(#___) .cadmin .page-editor__sidebar,
html:not(#__):not(#___) .cadmin.lfr-product-menu-panel.sidenav-menu-slider {
  z-index: 1100 !important;
}

body.has-edit-mode-menu .cadmin.tbar .dropdown {
  display: block !important;
  top: -12px;
  left: -10px;
}

body.has-edit-mode-menu .cadmin .dropdown {
  top: auto;
  left: auto;
  right: auto;
}

body.has-edit-mode-menu .cadmin .dropdown .btn {
  top: auto;
}

.ces-bizWeb-body {
  line-height: unset;
}
.ces-bizWeb-body .ces-bizWeb-lnb-wrap .lnb-box .level-1-list > li > .level-1-link {
  transition: none;
}
.ces-bizWeb-body .ces-btn.bg-blue {
  background-color: #0089D0 !important;
}
.ces-bizWeb-body .ces-btn.bg-red {
  background-color: #F69892 !important;
}
.ces-bizWeb-body section.portlet {
  margin-bottom: 0;
}

/*--------------------------*/
/* loader					*/
/*--------------------------*/
.ces-loader-container {
  display: flex;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2000;
}

.ces-loader-container .ces-loader-bar {
  width: 10rem;
  height: 10rem;
  background: url(../images/common/loader_bar.gif) no-repeat center/10rem;
}

.ces-loader-container .ces-loader {
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  animation: ces-loader-keyframes 1.1s infinite ease;
  transform: translateZ(0);
}

@keyframes ces-loader-keyframes {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(0, 91, 185, 0.2), 2.5em 0em 0 0em rgba(0, 91, 185, 0.2), 1.75em 1.75em 0 0em rgba(0, 91, 185, 0.2), 0em 2.5em 0 0em rgba(0, 91, 185, 0.2), -1.8em 1.8em 0 0em rgba(0, 91, 185, 0.2), -2.6em 0em 0 0em rgba(0, 91, 185, 0.5), -1.8em -1.8em 0 0em rgba(0, 91, 185, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 91, 185, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(0, 91, 185, 0.2), 1.75em 1.75em 0 0em rgba(0, 91, 185, 0.2), 0em 2.5em 0 0em rgba(0, 91, 185, 0.2), -1.8em 1.8em 0 0em rgba(0, 91, 185, 0.2), -2.6em 0em 0 0em rgba(0, 91, 185, 0.2), -1.8em -1.8em 0 0em rgba(0, 91, 185, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 91, 185, 0.5), 1.8em -1.8em 0 0em rgba(0, 91, 185, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(0, 91, 185, 0.2), 0em 2.5em 0 0em rgba(0, 91, 185, 0.2), -1.8em 1.8em 0 0em rgba(0, 91, 185, 0.2), -2.6em 0em 0 0em rgba(0, 91, 185, 0.2), -1.8em -1.8em 0 0em rgba(0, 91, 185, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 91, 185, 0.2), 1.8em -1.8em 0 0em rgba(0, 91, 185, 0.5), 2.5em 0em 0 0em rgba(0, 91, 185, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(0, 91, 185, 0.2), -1.8em 1.8em 0 0em rgba(0, 91, 185, 0.2), -2.6em 0em 0 0em rgba(0, 91, 185, 0.2), -1.8em -1.8em 0 0em rgba(0, 91, 185, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 91, 185, 0.2), 1.8em -1.8em 0 0em rgba(0, 91, 185, 0.2), 2.5em 0em 0 0em rgba(0, 91, 185, 0.5), 1.75em 1.75em 0 0em rgba(0, 91, 185, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(0, 91, 185, 0.2), -2.6em 0em 0 0em rgba(0, 91, 185, 0.2), -1.8em -1.8em 0 0em rgba(0, 91, 185, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 91, 185, 0.2), 1.8em -1.8em 0 0em rgba(0, 91, 185, 0.2), 2.5em 0em 0 0em rgba(0, 91, 185, 0.2), 1.75em 1.75em 0 0em rgba(0, 91, 185, 0.5), 0em 2.5em 0 0em rgba(0, 91, 185, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(0, 91, 185, 0.2), -1.8em -1.8em 0 0em rgba(0, 91, 185, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 91, 185, 0.2), 1.8em -1.8em 0 0em rgba(0, 91, 185, 0.2), 2.5em 0em 0 0em rgba(0, 91, 185, 0.2), 1.75em 1.75em 0 0em rgba(0, 91, 185, 0.2), 0em 2.5em 0 0em rgba(0, 91, 185, 0.5), -1.8em 1.8em 0 0em rgba(0, 91, 185, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(0, 91, 185, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 91, 185, 0.2), 1.8em -1.8em 0 0em rgba(0, 91, 185, 0.2), 2.5em 0em 0 0em rgba(0, 91, 185, 0.2), 1.75em 1.75em 0 0em rgba(0, 91, 185, 0.2), 0em 2.5em 0 0em rgba(0, 91, 185, 0.2), -1.8em 1.8em 0 0em rgba(0, 91, 185, 0.5), -2.6em 0em 0 0em rgba(0, 91, 185, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}