/**
 * 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=1765533114880);
.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-public-body {
  font-size: 1.6rem;
  /* placeholder */
  /* variables */
  /* primary */
  /* secondary */
  /* service */
  /* basic */
  /* grayscale - #000은 $cesco-black */
  /* 사용중이지만 미정 */
  /* mixins font */
  /* fonts - cesco */
  /* fonts - pretendard */
  /* font */
  /* button - box */
  /* 버튼 하단 고정 */
  /* button */
  /* button - link */
  /* link button right arrow */
  /* 좋아요 버튼 - 리뷰 */
  /* 버튼 -  서비스 마크 */
  /* icon - 위쳌 서비스 마크 */
  /* scroll x축 이동  */
  /* icon - 별 */
  /* icon - 성분 단계 */
  /* icon - 상태 뱃지 - 텍스트형 */
  /* icon - Q, A */
  /* icon - 세스코 멤버스, 화이트 세스코 뱃지 */
  /* text - 상태 */
  /* text - input label*/
  /* item - 링크 화살표 */
  /* form */
  /* form - search round type */
  /* form - textarea */
  /* form - select type02 */
  /* 241203 없음 */
  /* form - checkbox round button */
  /* form - checkbox chip */
  /* 241203 없음 */
  /* 리스트 분할 */
  /* [공통] list-style : circle */
  /* accordion */
  /* tab */
  /* tab type round scroll */
  /* box-round */
  /* gray box */
  /* round table */
  /* border table */
  /* ces-table */
  /* date filter */
  /* 241203 없음 */
  /* date range */
  /* No content */
  /* 241203 없음 */
  /* 리뷰 */
  /* 문의/리뷰 - 수정,삭제 */
  /* 마이페이지, 통합검색 */
  /* 이벤트 & 쿠폰 */
  /* 체크리스트 */
  /* slide popup */
  /* 	장소체크, 상품체크 상세 */
  /* 프랜차이즈 정보 */
  /* 공유하기 */
  /* loading-spinner */
  /* 접근성 숨김 */
  /* 컨텐츠 숨김 */
  /* popup */
  /* 촬영 가이드 - PSC030100P */
  /* 마이페이지 */
  /* 설정 */
  /* 상품 - 공통 */
  /* 상품 - 브랜드관 
    PGD040100G
  */
  /*************************** 컴포넌트 ****************************/
  /* 상품 - 상세
    PGD020102T 리뷰 탭 :: box-review-score
  */
  /* 상품 - 상세 장소t > 음식점 메뉴 */
  /* 상품 - 인증 마크 리스트 */
  /* 상품상세 - 식품 라벨 */
  /* 장소정보 탭 - 지도 */
  /* 길찾기 bottom-sheet-content */
  /* 장소정보 탭 - 정보 */
  /* 메뉴상세 */
}
.ces-public-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-public-body :after,
.ces-public-body :before {
  box-sizing: border-box;
}
.ces-public-body picture,
.ces-public-body video,
.ces-public-body canvas,
.ces-public-body svg {
  display: block;
}
.ces-public-body button {
  border: 0;
  background: transparent;
  cursor: pointer;
}
.ces-public-body a {
  text-decoration: none;
}
.ces-public-body p {
  margin: 0;
}
.ces-public-body strong {
  font-weight: 700;
}
.ces-public-body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.ces-public-body legend,
.ces-public-body caption {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ces-public-body ul,
.ces-public-body ol {
  list-style: none;
}
.ces-public-body li {
  list-style: none;
}
.ces-public-body fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
.ces-public-body a,
.ces-public-body label,
.ces-public-body button,
.ces-public-body input[type=button],
.ces-public-body input[type=submit],
.ces-public-body input[type=radio],
.ces-public-body input[type=checkbox] {
  cursor: pointer;
}
.ces-public-body p,
.ces-public-body h1,
.ces-public-body h2,
.ces-public-body h3,
.ces-public-body h4,
.ces-public-body h5,
.ces-public-body h6,
.ces-public-body ul,
.ces-public-body ol,
.ces-public-body li,
.ces-public-body dl,
.ces-public-body dt,
.ces-public-body dd,
.ces-public-body table,
.ces-public-body th,
.ces-public-body td,
.ces-public-body form,
.ces-public-body fieldset,
.ces-public-body legend,
.ces-public-body input,
.ces-public-body textarea,
.ces-public-body button,
.ces-public-body select {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
}
.ces-public-body a {
  color: inherit;
  text-decoration: none;
}
.ces-public-body img,
.ces-public-body fieldset,
.ces-public-body iframe {
  border: 0 none;
}
.ces-public-body img {
  vertical-align: top;
}
.ces-public-body i,
.ces-public-body em,
.ces-public-body address {
  font-style: normal;
}
.ces-public-body input[type=text],
.ces-public-body input[type=password],
.ces-public-body input[type=image],
.ces-public-body textarea,
.ces-public-body button {
  font-family: inherit;
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.ces-public-body select {
  color: inherit;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.ces-public-body input:focus,
.ces-public-body button:focus {
  outline: none;
}
.ces-public-body hr {
  display: none;
}
.ces-public-body ::placeholder {
  color: #a3a7b6;
  opacity: 1;
}
.ces-public-body :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a3a7b6;
}
.ces-public-body ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a3a7b6;
}
.ces-public-body ::-webkit-scrollbar {
  width: 10px;
  /* 스크롤바 너비 */
  height: 10px;
  /* 가로 스크롤바 높이 */
}
.ces-public-body ::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  /* 스크롤바 색상 */
  border-radius: 8px;
  /* 스크롤바 둥글게 */
  border: 2px solid transparent;
  /* 스크롤바와 콘텐츠 사이 공간 */
  background-clip: content-box;
  /* 배경 클립 */
}
.ces-public-body ::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.ces-public-body ::-webkit-scrollbar-track {
  background: transparent;
  /* 스크롤바 트랙 색상 */
  border-radius: 8px;
  /* 트랙 둥글게 */
}
.ces-public-body .ces-txt-headline {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 4.1rem;
  letter-spacing: -0.03em;
}
.ces-public-body .ces-txt-banner {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  letter-spacing: -0.03em;
}
.ces-public-body .ces-txt-banner-small {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: -0.03em;
}
.ces-public-body .ces-txt-info {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.03em;
}
.ces-public-body .txt-headline1 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
}
.ces-public-body .txt-headline2 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.ces-public-body .txt-headline3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.ces-public-body .txt-headline4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.ces-public-body .txt-body1 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.ces-public-body .txt-body2 {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .txt-body3 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .txt-body4 {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
}
.ces-public-body .txt-body5 {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .txt-color-000 {
  color: #000;
}
.ces-public-body .txt-color-fff {
  color: #fff;
}
.ces-public-body .txt-color-blue {
  color: #0089D0;
}
.ces-public-body .txt-color-red {
  color: #ee3124;
}
.ces-public-body .txt-color-gray {
  color: #5F6A86;
}
.ces-public-body .txt-color-gray02 {
  color: #666;
}
.ces-public-body .txt-color-gray03 {
  color: #888;
}
.ces-public-body .txt-color-gray04 {
  color: #aaa;
}
.ces-public-body .btn-area {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}
.ces-public-body .btn-area.half {
  flex-direction: row;
  flex-wrap: nowrap;
}
.ces-public-body .btn-area.half .btn-default {
  width: 50%;
}
.ces-public-body .btn-area.half .btn-default:first-child {
  margin-right: 0.8rem;
}
.ces-public-body .btn-area.dual {
  flex-direction: row;
  flex-wrap: nowrap;
}
.ces-public-body .btn-area.dual .btn-default:first-child {
  margin-right: 0.8rem;
  width: auto;
  min-width: 10.4rem;
}
.ces-public-body .btn-area.dual .btn-default + .btn-default {
  flex: 1;
}
.ces-public-body .btn-area.dual.type2 .btn-default.btn-bookmark {
  padding: 1.1rem;
  min-width: 4.8rem;
}
.ces-public-body .btn-area.dual.type2 .btn-default.btn-bookmark .ico-bookmark {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_bookmark_line_blue_24.svg) no-repeat center center/cover;
}
.ces-public-body .btn-area.dual.type2 .btn-default.btn-bookmark.active .ico-bookmark {
  background-image: url(../images/common/ico_bookmark_24_blue.svg);
}
.ces-public-body .btn-area.dual.type2 .btn-default.bg-blue:first-child {
  width: 100%;
  margin-right: 0;
}
.ces-public-body .btn-area.space .btn-default + .btn-default {
  margin-top: 2.4rem;
}
.ces-public-body .fixed-btn-box {
  height: 8.8rem;
}
.ces-public-body .fixed-btn-box .btn-area {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  padding: 2rem;
  width: 100%;
  background: #fff;
}
.ces-public-body .btn-default {
  padding: 1.4rem 0.8rem;
  border-radius: 0.8rem;
  width: 100%;
  height: 4.8rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
}
.ces-public-body .btn-default.bg-blue {
  background-color: #0089D0;
}
.ces-public-body .btn-default.bg-blue:disabled {
  color: #aaa;
  background-color: #f8f8f8 !important;
}
.ces-public-body .btn-default.bg-navy {
  background-color: #0A233F;
}
.ces-public-body .btn-default.bg-navy:disabled {
  color: #aaa;
  background-color: #f8f8f8;
}
.ces-public-body .btn-default.bg-lightblue {
  color: #0089D0;
  background-color: #e6eff8;
}
.ces-public-body .btn-default.bg-grey {
  color: #5F6A86;
  background-color: #F3F5FA;
}
.ces-public-body .btn-default.bg-outline-blue {
  border: 0.1rem solid #0089D0;
  color: #0089D0;
  background-color: #fff;
}
.ces-public-body .btn-default.bg-outline-blue:disabled {
  border: 0.1rem solid #e5e5e5;
  color: #888;
}
.ces-public-body .btn-default.bg-scale03 {
  color: #fff;
  background-color: #8692AE;
}
.ces-public-body .btn-default.small {
  border: 0.1rem solid transparent;
  padding: 1rem 0.8rem;
  height: 4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .btn-default.small.default {
  border-color: #e5e5e5;
  color: #666;
  font-weight: 500;
}
.ces-public-body .btn-default.small.bg-outline-blue {
  border-color: #0089D0;
  font-weight: 600;
}
.ces-public-body .btn-default.small:disabled {
  border-color: #f8f8f8;
  color: #aaa;
  font-weight: 600;
  background-color: #f8f8f8;
}
.ces-public-body .btn-default.small.function {
  border-color: #F3F5FA;
  color: #000;
  background-color: #F3F5FA;
}
.ces-public-body .btn-default.small.bg-navy {
  border-color: #0A233F;
  color: #fff;
  font-weight: 600;
  background-color: #0A233F;
}
.ces-public-body .btn-default.btn-more .ico-arrow-down {
  display: inline-flex;
  align-items: center;
  padding-right: 2.2rem;
  color: #000;
  background: url(../images/common/ico_arrow_down_16.svg) no-repeat 100% 50%;
  background-size: 1.6rem;
}
.ces-public-body .btn-default.btn-tag {
  display: inline-flex;
  height: 3rem;
  padding: 0.5rem 1.1rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 5rem;
}
.ces-public-body .btn-default.btn-tag .copy {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.8rem;
}
.ces-public-body .btn-default.btn-tag:focus {
  border: 0.1rem solid #0089D0;
  background-color: rgba(0, 137, 208, 0.05);
}
.ces-public-body .btn-default.btn-tag:focus .copy {
  color: #0089D0;
}
.ces-public-body .btn-default .ico-plus {
  display: inline-flex;
  position: relative;
  padding-right: 2rem;
  color: inherit;
  line-height: 1.6rem;
}
.ces-public-body .btn-default .ico-plus:before, .ces-public-body .btn-default .ico-plus:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 0.2rem;
  background-color: #fff;
}
.ces-public-body .btn-default .ico-plus:before {
  top: 50%;
  right: 0.3rem;
  width: 1rem;
  height: 0.2rem;
  transform: translateY(-50%);
}
.ces-public-body .btn-default .ico-plus:after {
  top: 50%;
  right: 0.7rem;
  width: 0.2rem;
  height: 1rem;
  transform: translateY(-50%);
}
.ces-public-body .btn-default .ico-arrow-right {
  padding-right: 2rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  background: url(../images/common/ico_arrow_right_16.svg) no-repeat 100% 50%/1.6rem;
}
.ces-public-body .btn-text-underline {
  color: #666;
  text-decoration: underline;
}
.ces-public-body .btn-text-underline.fz-l {
  font-size: 1.8rem;
}
.ces-public-body .btn-text-underline.fz-m {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .btn-text-underline.fz-s {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
}
.ces-public-body .btn-link-arrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #0089D0;
}
.ces-public-body .btn-link-arrow.fz-l {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.5rem;
}
.ces-public-body .btn-link-arrow.fz-m {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.ces-public-body .btn-link-arrow.fz-s {
  font-size: 1.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-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-public-body .btn-link-arrow.gray {
  color: #666;
}
.ces-public-body .btn-link-arrow.gray:after {
  background-image: url(../images/common/ico_arrow_right_16_gray.svg);
}
.ces-public-body .btn-link-arrow.gray.none:after {
  display: none;
}
.ces-public-body .link-text-arrow {
  display: flex;
  position: relative;
  padding-right: 1.6rem;
}
.ces-public-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-public-body .btn-like {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 0.8rem 0.4rem 2.6rem;
  border: 0.1rem solid #E3E6F0;
  border-radius: 1.4rem;
  background: url(../images/common/ico_thumb_16.svg) 0.8rem 50% no-repeat;
}
.ces-public-body .btn-like > span {
  color: #888;
  font-size: 1.3rem;
  font-weight: 500;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
}
.ces-public-body .btn-like.active {
  border: 0.1rem solid #0A233F;
}
.ces-public-body .wrap-btn-move [class^=btn-move] {
  display: block;
  padding: 0.6rem 1.2rem;
  border-radius: 2rem;
  background-color: #0A233F;
  transform: translateX(-50%);
}
.ces-public-body .wrap-btn-move .btn-move-search-map {
  display: none;
  position: absolute;
  top: -4.8rem;
  left: 50%;
  background-color: #fff;
  border: 0.1rem solid #0A233F;
}
.ces-public-body .wrap-btn-move .btn-move-search-map .ico-list {
  padding-left: 1.8rem;
  color: #0A233F;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  background: url(../images/common/ico_search_map_16.svg) no-repeat 0 50%/1.6rem;
}
.ces-public-body .wrap-btn-move .btn-move-search-map.on {
  display: block;
}
.ces-public-body .wrap-btn-move .btn-move-list {
  display: none;
  position: absolute;
  top: -4.8rem;
  left: 50%;
}
.ces-public-body .wrap-btn-move .btn-move-list .ico-list {
  padding-left: 1.8rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  background: url(../images/common/ico_list_white_16.svg) no-repeat 0 50%/1.6rem;
}
.ces-public-body .wrap-btn-move .btn-move-list.on {
  display: block;
}
.ces-public-body .wrap-btn-move .btn-move-list.on + .btn-move-search-map {
  top: -8.8rem;
}
.ces-public-body .wrap-btn-move .btn-move-map {
  position: fixed;
  bottom: 9.6rem;
  left: 50%;
  z-index: 10;
}
.ces-public-body .wrap-btn-move .btn-move-map .ico-map {
  padding-left: 1.8rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  background: url(../images/common/ico_map_white_16.svg) no-repeat 0 50%/1.6rem;
}
.ces-public-body .wrap-user-react {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.ces-public-body .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-public-body .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-public-body .chip-user-react .icon.taste {
  background-image: url(../images/common/ico_user_taste_16.png);
}
.ces-public-body .chip-user-react .icon.fresh {
  background-image: url(../images/common/ico_user_fresh_16.png);
}
.ces-public-body .chip-user-react .icon.menu {
  background-image: url(../images/common/ico_user_menu_16.png);
}
.ces-public-body .chip-user-react .icon.clean {
  background-image: url(../images/common/ico_user_clean_16.png);
}
.ces-public-body .chip-user-react .icon.toilet {
  background-image: url(../images/common/ico_user_toilet_16.png);
}
.ces-public-body .chip-user-react .icon.staff {
  background-image: url(../images/common/ico_user_staff_16.png);
}
.ces-public-body .chip-user-react .icon.smell {
  background-image: url(../images/common/ico_user_smell_16.png);
}
.ces-public-body .chip-user-react .icon.kind {
  background-image: url(../images/common/ico_user_kind_16.png);
}
.ces-public-body .chip-user-react .icon.interior {
  background-image: url(../images/common/ico_user_interior_16.png);
}
.ces-public-body .chip-user-react .icon.parking {
  background-image: url(../images/common/ico_user_parking_16.png);
}
.ces-public-body .chip-user-react .icon.bigstore {
  background-image: url(../images/common/ico_user_big_store_16.png);
}
.ces-public-body .chip-user-react .icon.bedding {
  background-image: url(../images/common/ico_user_bedding_16.png);
}
.ces-public-body .chip-user-react .icon.hotandcool {
  background-image: url(../images/common/ico_user_hotandcool_16.png);
}
.ces-public-body .chip-user-react .icon.breakfast {
  background-image: url(../images/common/ico_user_breakfast_16.png);
}
.ces-public-body .chip-user-react .icon.cook {
  background-image: url(../images/common/ico_user_cook_16.png);
}
.ces-public-body .chip-user-react .icon.bug {
  background-image: url(../images/common/ico_user_no_bug_16.png);
}
.ces-public-body .chip-user-react .icon.class {
  background-image: url(../images/common/ico_user_class_16.png);
}
.ces-public-body .chip-user-react .icon.playground {
  background-image: url(../images/common/ico_user_playground_16.png);
}
.ces-public-body .chip-user-react .icon.car {
  background-image: url(../images/common/ico_user_car_16.png);
}
.ces-public-body .chip-user-react .icon.extchildcare {
  background-image: url(../images/common/ico_user_extchild_care_16.png);
}
.ces-public-body .chip-user-react .icon.nightcare {
  background-image: url(../images/common/ico_user_night_care_16.png);
}
.ces-public-body .chip-user-react .icon.vacation {
  background-image: url(../images/common/ico_user_vacation_16.png);
}
.ces-public-body .chip-user-react .icon.viruscare {
  background-image: url(../images/common/ico_user_viruscare_16.png);
}
.ces-public-body .chip-user-react .icon.longservice {
  background-image: url(../images/common/ico_user_long_service_16.png);
}
.ces-public-body .chip-user-react .icon.greatfacility {
  background-image: url(../images/common/ico_user_great_facility_16.png);
}
.ces-public-body .chip-user-react .icon.playground2 {
  background-image: url(../images/common/ico_user_playground_two_16.png);
}
.ces-public-body .chip-user-react .icon.cleanparish {
  background-image: url(../images/common/ico_user_clean_parish_16.png);
}
.ces-public-body .chip-user-react .icon.interior2 {
  background-image: url(../images/common/ico_user_interior_two_16.png);
}
.ces-public-body .chip-user-react .icon.motionbed {
  background-image: url(../images/common/ico_user_motionbed_16.png);
}
.ces-public-body .chip-user-react .icon.noise {
  background-image: url(../images/common/ico_user_noise_16.png);
}
.ces-public-body .chip-user-react .icon.babycam {
  background-image: url(../images/common/ico_user_baby_cam_16.png);
}
.ces-public-body .chip-user-react .icon.breastpump {
  background-image: url(../images/common/ico_user_breast_pump_16.png);
}
.ces-public-body .chip-user-react .icon.sitzbath {
  background-image: url(../images/common/ico_user_sitz_bath_16.png);
}
.ces-public-body .chip-user-react .icon.classprogram {
  background-image: url(../images/common/ico_user_class_program_16.png);
}
.ces-public-body .chip-user-react .icon.money {
  background-image: url(../images/common/ico_user_money_16.png);
}
.ces-public-body .chip-user-react .icon.eco {
  background-image: url(../images/common/ico_user_eco_16.png);
}
.ces-public-body .chip-user-react .icon.calorie {
  background-image: url(../images/common/ico_user_calorie_16.png);
}
.ces-public-body .chip-user-react .icon.protein {
  background-image: url(../images/common/ico_user_protein_16.png);
}
.ces-public-body .chip-user-react .icon.lowsugar {
  background-image: url(../images/common/ico_user_low_sugar_16.png);
}
.ces-public-body .chip-user-react .icon.childlikes {
  background-image: url(../images/common/ico_user_child_likes_16.png);
}
.ces-public-body .chip-user-react .icon.simplecook {
  background-image: url(../images/common/ico_user_simplecook_16.png);
}
.ces-public-body .chip-user-react .icon.expiration {
  background-image: url(../images/common/ico_user_expiration_date_16.png);
}
.ces-public-body .chip-user-react .icon.package {
  background-image: url(../images/common/ico_user_package_16.png);
}
.ces-public-body .chip-user-react .icon.repurchase {
  background-image: url(../images/common/ico_user_repurchase_16.png);
}
.ces-public-body .chip-user-react .icon.volume {
  background-image: url(../images/common/ico_user_volume_16.png);
}
.ces-public-body .chip-user-react .icon.money {
  background-image: url(../images/common/ico_user_money_16.png);
}
.ces-public-body .chip-user-react .icon.workswell {
  background-image: url(../images/common/ico_user_works_well_16.png);
}
.ces-public-body .chip-user-react .icon.hypoallergenic {
  background-image: url(../images/common/ico_user_hypoallergenic_16.png);
}
.ces-public-body .chip-user-react .icon.harmful {
  background-image: url(../images/common/ico_user_harmful_ingredients_16.png);
}
.ces-public-body .chip-user-react .icon.gift {
  background-image: url(../images/common/ico_user_gift_16.png);
}
.ces-public-body .chip-user-react .icon.carry {
  background-image: url(../images/common/ico_user_carry_16.png);
}
.ces-public-body .chip-user-react .icon.performance {
  background-image: url(../images/common/ico_user_performance_16.png);
}
.ces-public-body .chip-user-react .icon.energy {
  background-image: url(../images/common/ico_user_energy_16.png);
}
.ces-public-body .chip-user-react .icon.noiselow {
  background-image: url(../images/common/ico_user_noise_low_16.png);
}
.ces-public-body .chip-user-react .icon.smallspace {
  background-image: url(../images/common/ico_user_small_space_16.png);
}
.ces-public-body .chip-user-react .icon.install {
  background-image: url(../images/common/ico_user_install_16.png);
}
.ces-public-body .chip-user-react .icon.trust {
  background-image: url(../images/common/ico_user_trust_16.png);
}
.ces-public-body .chip-user-react .icon.management {
  background-image: url(../images/common/ico_user_management_16.png);
}
.ces-public-body .chip-user-react .icon.sterilization {
  background-image: url(../images/common/ico_user_sterilization_16.png);
}
.ces-public-body .chip-user-react .icon.interiorthree {
  background-image: url(../images/common/ico_user_interior_three_16.png);
}
.ces-public-body .chip-user-react .icon.meat {
  background-image: url(../images/common/ico_user_meat_16.png);
}
.ces-public-body .chip-user-react .icon.sidedish {
  background-image: url(../images/common/ico_user_sidedish_16.png);
}
.ces-public-body .chip-user-react .icon.cutlery {
  background-image: url(../images/common/ico_user_cutlery_16.png);
}
.ces-public-body .chip-user-react .icon.checksquare {
  background-image: url(../images/common/ico_user_tableware_16.png);
}
.ces-public-body .chip-user-react .icon.oksign {
  background-image: url(../images/common/ico_user_oksign_16.png);
}
.ces-public-body .chip-user-react .icon.seafood {
  background-image: url(../images/common/ico_user_seafood_16.png);
}
.ces-public-body .chip-user-react .icon.cup {
  background-image: url(../images/common/ico_user_cup_16.png);
}
.ces-public-body .chip-user-react .icon.shining {
  background-image: url(../images/common/ico_user_shining_16.png);
}
.ces-public-body .chip-user-react .icon.table {
  background-image: url(../images/common/ico_user_table_16.png);
}
.ces-public-body .chip-user-react .icon.oil {
  background-image: url(../images/common/ico_user_oil_16.png);
}
.ces-public-body .chip-user-react .icon.watch {
  background-image: url(../images/common/ico_user_watch_16.png);
}
.ces-public-body .chip-user-react .icon.chickenleg {
  background-image: url(../images/common/ico_user_chickenleg_16.png);
}
.ces-public-body .chip-user-react .icon.chicken {
  background-image: url(../images/common/ico_user_chicken_16.png);
}
.ces-public-body .chip-user-react .icon.packaging {
  background-image: url(../images/common/ico_user_packaging_16.png);
}
.ces-public-body .chip-user-react .icon.rice {
  background-image: url(../images/common/ico_user_rice_16.png);
}
.ces-public-body .chip-user-react .icon.gloves {
  background-image: url(../images/common/ico_user_gloves_16.png);
}
.ces-public-body .chip-user-react .icon.ice {
  background-image: url(../images/common/ico_user_ice_16.png);
}
.ces-public-body .chip-user-react .icon.showcase {
  background-image: url(../images/common/ico_user_showcase_16.png);
}
.ces-public-body .chip-user-react .icon.broccoli {
  background-image: url(../images/common/ico_user_broccoli_16.png);
}
.ces-public-body .chip-user-react .icon.disinfectant {
  background-image: url(../images/common/ico_user_disinfectant_16.png);
}
.ces-public-body .chip-user-react .icon.board {
  background-image: url(../images/common/ico_user_board_16.png);
}
.ces-public-body .chip-user-react .icon.kimbap {
  background-image: url(../images/common/ico_user_kimbap_16.png);
}
.ces-public-body .chip-user-react .icon.dryer {
  background-image: url(../images/common/ico_user_dryer_16.png);
}
.ces-public-body .chip-user-react .icon.note {
  background-image: url(../images/common/ico_user_note_16.png);
}
.ces-public-body .chip-user-react .icon.done {
  background-image: url(../images/common/ico_user_done_16.png);
}
.ces-public-body .chip-user-react .icon.diaper {
  background-image: url(../images/common/ico_user_diaper_16.png);
}
.ces-public-body .chip-user-react .icon.bread {
  background-image: url(../images/common/ico_user_bread_16.png);
}
.ces-public-body .chip-user-react .icon.air {
  background-image: url(../images/common/ico_user_air_16.png);
}
.ces-public-body .chip-user-react .icon.receipt {
  background-image: url(../images/common/ico_user_receipt_16.png);
}
.ces-public-body .chip-user-react .icon.bidet {
  background-image: url(../images/common/ico_user_bidet_16.png);
}
.ces-public-body .chip-user-react .icon.babybottle {
  background-image: url(../images/common/ico_user_babybottle_16.png);
}
.ces-public-body .chip-user-react .icon.baby {
  background-image: url(../images/common/ico_user_baby_16.png);
}
.ces-public-body .chip-user-react .icon.roundsign {
  background-image: url(../images/common/ico_user_roundsign_16.png);
}
.ces-public-body .chip-user-react .icon.product {
  background-image: url(../images/common/ico_user_product_16.png);
}
.ces-public-body .chip-user-react .icon.toy {
  background-image: url(../images/common/ico_user_toy_16.png);
}
.ces-public-body .chip-user-react .icon.lunch {
  background-image: url(../images/common/ico_user_lunch_16.png);
}
.ces-public-body .chip-user-react .icon.frozen {
  background-image: url(../images/common/ico_user_frozen_16.svg);
}
.ces-public-body .chip-user-react .icon.family {
  background-image: url(../images/common/ico_user_family_16.svg);
}
.ces-public-body .chip-user-react .icon.music {
  background-image: url(../images/common/ico_user_music_16.svg);
}
.ces-public-body .chip-user-react .icon.trust {
  background-image: url(../images/common/ico_user_trust_16.svg);
}
.ces-public-body .chip-user-react .icon.comfy {
  background-image: url(../images/common/ico_user_comfy_16.svg);
}
.ces-public-body .chip-user-react .icon.party {
  background-image: url(../images/common/ico_user_party_16.svg);
}
.ces-public-body .chip-user-react .icon.pet {
  background-image: url(../images/common/ico_user_pet_16.svg);
}
.ces-public-body .chip-user-react .icon.sanitation {
  background-image: url(../images/common/ico_user_sanitation_16.svg);
}
.ces-public-body .chip-user-react .icon.strong {
  background-image: url(../images/common/ico_user_strong_16.svg);
}
.ces-public-body .chip-user-react .icon.water {
  background-image: url(../images/common/ico_user_water_16.svg);
}
.ces-public-body .chip-user-react .icon.apron {
  background-image: url(../images/common/ico_user_apron_16.svg);
}
.ces-public-body .chip-user-react .icon.fork {
  background-image: url(../images/common/ico_user_fork_16.svg);
}
.ces-public-body .chip-user-react .icon.scoop {
  background-image: url(../images/common/ico_user_scoop_16.svg);
}
.ces-public-body .chip-user-react .icon.mask {
  background-image: url(../images/common/ico_user_mask_16.svg);
}
.ces-public-body .chip-user-react .icon.flower {
  background-image: url(../images/common/ico_user_flower_16.svg);
}
.ces-public-body .chip-user-react .icon.gender {
  background-image: url(../images/common/ico_user_gender_16.svg);
}
.ces-public-body .chip-user-react .icon.good {
  background-image: url(../images/common/ico_user_good_16.svg);
}
.ces-public-body .chip-user-react .icon.temperature {
  background-image: url(../images/common/ico_user_temperature_16.svg);
}
.ces-public-body .chip-user-react .icon.smell2 {
  background-image: url(../images/common/ico_user_smell_16.svg);
}
.ces-public-body .chip-user-react .icon.sauce {
  background-image: url(../images/common/ico_user_sauce_16.svg);
}
.ces-public-body .chip-user-react .icon.fire {
  background-image: url(../images/common/ico_user_fire_16.svg);
}
.ces-public-body .chip-user-react .icon.towel {
  background-image: url(../images/common/ico_user_towel_16.svg);
}
.ces-public-body .chip-user-react .icon.bathroom {
  background-image: url(../images/common/ico_user_bathroom_16.svg);
}
.ces-public-body .chip-user-react .icon.scrubber {
  background-image: url(../images/common/ico_user_scrubber_16.svg);
}
.ces-public-body .chip-user-react .icon.breakfast {
  background-image: url(../images/common/ico_user_breakfast_16.svg);
}
.ces-public-body .chip-user-react .icon.tableware {
  background-image: url(../images/common/ico_user_tableware_16.svg);
}
.ces-public-body .chip-user-react .icon.corner {
  background-image: url(../images/common/ico_user_corner_16.svg);
}
.ces-public-body .chip-user-react .icon.slip {
  background-image: url(../images/common/ico_user_slip_16.svg);
}
.ces-public-body .chip-user-react .icon.washer {
  background-image: url(../images/common/ico_user_washer_16.svg);
}
.ces-public-body .chip-user-react .icon.camping {
  background-image: url(../images/common/ico_user_camping_16.svg);
}
.ces-public-body .chip-user-react .icon.landscape {
  background-image: url(../images/common/ico_user_landscape_16.svg);
}
.ces-public-body .chip-user-react .icon.building {
  background-image: url(../images/common/ico_user_building_16.svg);
}
.ces-public-body .chip-user-react .icon.sick {
  background-image: url(../images/common/ico_user_sick_16.svg);
}
.ces-public-body .chip-user-react .icon.accident {
  background-image: url(../images/common/ico_user_accident_16.svg);
}
.ces-public-body .chip-user-react .icon.picture {
  background-image: url(../images/common/ico_user_picture_16.svg);
}
.ces-public-body .ces-btn-chip .chip-round .ico {
  display: block;
  margin-right: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.ces-public-body .ces-btn-chip .chip-round .ico.bug {
  background-image: url(../images/common/ico_chip_bug_16_on.svg);
}
.ces-public-body .ces-btn-chip .chip-round .ico.flying {
  background-image: url(../images/common/ico_chip_fly_16_on.svg);
}
.ces-public-body .ces-btn-chip .chip-round .ico.matrix {
  background-image: url(../images/common/ico_chip_matrix_16_on.svg);
}
.ces-public-body .ces-btn-chip .chip-round .ico.bedbug {
  background-image: url(../images/common/ico_chip_bedbug_16_on.svg);
}
.ces-public-body .ces-btn-chip .chip-round .ico.virus {
  background-image: url(../images/common/ico_chip_virus_16_on.svg);
}
.ces-public-body .ces-btn-chip .chip-round .ico.securify {
  background-image: url(../images/common/ico_chip_securify_16_on.svg);
}
.ces-public-body .ces-btn-chip .chip-round .ico.purity {
  background-image: url(../images/common/ico_chip_purity_16_on.svg);
}
.ces-public-body .ces-btn-chip .chip-round .ico.water {
  background-image: url(../images/common/ico_chip_water_16_on.svg);
}
.ces-public-body .ces-btn-chip .chip-round .ico.rest {
  background-image: url(../images/common/ico_chip_rest_16_on.svg);
}
.ces-public-body .ces-btn-chip .chip-round .ico.food {
  background-image: url(../images/common/ico_chip_food_16_on.svg);
}
.ces-public-body .ces-btn-chip .chip-round .ico.analyze {
  background-image: url(../images/common/ico_chip_analyze_16_on.svg);
}
.ces-public-body [class^=chip-] {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  color: #0a233f;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: -0.03rem;
}
.ces-public-body [class^=chip-] .ico {
  display: block;
  flex: none;
  margin-right: 0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.ces-public-body [class^=chip-] .ico.bug {
  background-image: url(../images/common/ico_chip_bug_16_on.svg);
}
.ces-public-body [class^=chip-] .ico.flying {
  background-image: url(../images/common/ico_chip_fly_16_on.svg);
}
.ces-public-body [class^=chip-] .ico.matrix {
  background-image: url(../images/common/ico_chip_matrix_16_on.svg);
}
.ces-public-body [class^=chip-] .ico.bedbug {
  background-image: url(../images/common/ico_chip_bedbug_16_on.svg);
}
.ces-public-body [class^=chip-] .ico.virus {
  background-image: url(../images/common/ico_chip_virus_16_on.svg);
}
.ces-public-body [class^=chip-] .ico.securify {
  background-image: url(../images/common/ico_chip_securify_16_on.svg);
}
.ces-public-body [class^=chip-] .ico.purity {
  background-image: url(../images/common/ico_chip_purity_16_on.svg);
}
.ces-public-body [class^=chip-] .ico.water {
  background-image: url(../images/common/ico_chip_water_16_on.svg);
}
.ces-public-body [class^=chip-] .ico.rest {
  background-image: url(../images/common/ico_chip_rest_16_on.svg);
}
.ces-public-body [class^=chip-] .ico.food {
  background-image: url(../images/common/ico_chip_food_16_on.svg);
}
.ces-public-body [class^=chip-] .ico.aroma {
  background-image: url(../images/common/ico_chip_aroma_16_on.svg);
}
.ces-public-body [class^=chip-] .ico.analyze {
  background-image: url(../images/common/ico_chip_analyze_16_on.svg);
}
.ces-public-body [class^=chip-].color01 {
  color: #0089D0;
}
.ces-public-body [class^=chip-].color02 {
  color: #93328e;
}
.ces-public-body [class^=chip-].color03 {
  color: #845ec3;
}
.ces-public-body [class^=chip-].color04 {
  color: #00b5e2;
}
.ces-public-body [class^=chip-].color05 {
  color: #ef8700;
}
.ces-public-body [class^=chip-].color06 {
  color: #00b3b5;
}
.ces-public-body [class^=chip-].color07 {
  color: #0a233f;
}
.ces-public-body .chip-round {
  height: 3.2rem;
  padding: 0 1.2rem;
  border-width: 0.1rem;
  border-style: solid;
  border-radius: 2rem;
}
.ces-public-body .chip-round .ico {
  width: 1.6rem;
  height: 1.6rem;
}
.ces-public-body .chip-round span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
.ces-public-body .chip-round ~ .chip-round {
  margin: 0 0 0 0.4rem;
}
.ces-public-body .chip-round.color01 {
  border-color: #0089D0;
  background-color: #e0f0fa;
}
.ces-public-body .chip-round.color02 {
  border-color: #93328e;
  background-color: #f2e6f0;
}
.ces-public-body .chip-round.color03 {
  border-color: #845ec3;
  background-color: #f4eeff;
}
.ces-public-body .chip-round.color04 {
  border-color: #00b5e2;
  background-color: #e0f6fc;
}
.ces-public-body .chip-round.color05 {
  border-color: #ef8700;
  background-color: #ffe3c1;
}
.ces-public-body .chip-round.color06 {
  border-color: #00b3b5;
  background-color: #e0f1f2;
}
.ces-public-body .chip-round.color07 {
  border-color: #0a233f;
  background-color: #e2e6ec;
}
.ces-public-body .chip-round.color08 {
  border-color: #0a233f;
  color: #fff;
  background-color: #0a233f;
}
.ces-public-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-public-body .chip-round.square .ico {
  margin: 0;
}
.ces-public-body .chip-round.square span {
  margin: auto 0;
}
.ces-public-body .chip-round.default {
  border-color: #E3E6F0;
  color: #5F6A86;
  background-color: transparent;
}
.ces-public-body .chip-place {
  display: flex;
  align-items: center;
  flex: none;
  padding: 0.5rem 1.1rem;
  border: 0.1rem solid #E3E6F0;
  border-radius: 2.4rem;
  color: #0A233F;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  background-color: #fff;
}
.ces-public-body .chip-place.active {
  border: 0.1rem solid #0A233F !important;
}
.ces-public-body .chip-place [class^=ico] {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.6rem;
}
.ces-public-body .chip-place .ico-restaurant {
  background-image: url(../images/common/ico_restaurant_16_ver2.svg);
}
.ces-public-body .chip-place .ico-accommodation {
  background-image: url(../images/common/ico_accommodation_16_ver2.svg);
}
.ces-public-body .chip-place .ico-kids {
  background-image: url(../images/common/ico_kids_16_ver2.svg);
}
.ces-public-body .chip-place .ico-postnatal {
  background-image: url(../images/common/ico_postnatal_16_ver2.svg);
}
.ces-public-body .chip-place .ico-list {
  background-image: url(../images/common/ico_list_16.svg);
}
.ces-public-body .chip-place .ico-filter {
  background-image: url(../images/common/ico_filter_16.svg);
}
.ces-public-body .chip-place .ico-map {
  background-image: url(../images/common/ico_map_16.svg);
}
.ces-public-body .chip-place .ico-location {
  background-image: url(../images/common/ico_location_default_on.svg);
  background-size: 1.2rem;
}
.ces-public-body .chip-place.restaurant.active .ico-restaurant {
  background-image: url(../images/common/ico_restaurant_16_ver2_white.svg);
}
.ces-public-body .chip-place.accommodation.active .ico-accommodation {
  background-image: url(../images/common/ico_accommodation_16_ver2_white.svg);
}
.ces-public-body .chip-place.kids.active .ico-kids {
  background-image: url(../images/common/ico_kids_16_ver2_white.svg);
}
.ces-public-body .chip-place.postnatal.active .ico-postnatal {
  background-image: url(../images/common/ico_postnatal_16_ver2_white.svg);
}
.ces-public-body .chip-place.list.active {
  color: #fff;
  background-color: #0A233F;
}
.ces-public-body .chip-place.list.active .ico-list {
  background-image: url(../images/common/ico_list_16_on.svg);
}
.ces-public-body .chip-place.filter.active {
  color: #fff;
  background-color: #0A233F;
}
.ces-public-body .chip-place.filter.active .ico-filter {
  background-image: url(../images/common/ico_filter_16_on.svg);
}
.ces-public-body .chip-place.map.active {
  color: #fff;
  background-color: #0A233F;
}
.ces-public-body .chip-place.map.active .ico-map {
  background-image: url(../images/common/ico_map_16_on.svg);
}
.ces-public-body .chip-place.location.active {
  color: #fff;
  background-color: #0089D0;
}
.ces-public-body .chip-place.location.active .ico-location {
  background-image: url(../images/common/ico_location_default.svg);
}
.ces-public-body .ces-food-information {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  gap: 0.4rem;
  color: #5F6A86;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.6rem;
}
.ces-public-body .ces-food-information [class^=ico] {
  display: inline-flex;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.6rem;
}
.ces-public-body .ces-scroll-x {
  display: flex;
  overflow-x: auto;
  position: relative;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.ces-public-body .ces-scroll-x::-webkit-scrollbar {
  display: none;
}
.ces-public-body .ces-scroll-x.chip {
  margin: 2rem -2rem 0;
  padding: 0 2rem;
  gap: 0.8rem;
}
.ces-public-body .cesco-ico-star {
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  background: url(../images/common/ico_rate_star_off.svg) no-repeat center center;
  background-size: 100% 100%;
}
.ces-public-body .cesco-ico-star.on {
  background-image: url(../images/common/ico_rate_star.svg);
}
.ces-public-body .ces-ico-ewg-grade {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.ces-public-body .ces-ico-ewg-grade.green {
  background-image: url(../images/common/bg_grade_green.svg);
}
.ces-public-body .ces-ico-ewg-grade.lightgreen {
  background-image: url(../images/common/bg_grade_lightgreen.svg);
}
.ces-public-body .ces-ico-ewg-grade.yellow {
  background-image: url(../images/common/bg_grade_yellow.svg);
}
.ces-public-body .ces-ico-ewg-grade.orange {
  background-image: url(../images/common/bg_grade_orange.svg);
}
.ces-public-body .ces-ico-ewg-grade.red {
  background-image: url(../images/common/bg_grade_red.svg);
}
.ces-public-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-public-body .ces-ico-ewg-grade + .column-title {
  margin-left: 0.8rem;
}
.ces-public-body .ces-text-badge {
  display: inline-block;
  padding: 0 0.6rem;
  border-radius: 5rem;
  color: #666;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.8rem;
  background-color: #F3F5FA;
}
.ces-public-body .ces-text-badge.color01 {
  color: #00B3B5;
  background-color: #ebfbf6;
}
.ces-public-body .ces-text-badge.color03 {
  color: #0089D0;
  background-color: #f2fbff;
}
.ces-public-body .ces-text-badge.color04 {
  color: #fff;
  background-color: #0089D0;
}
.ces-public-body .ces-text-badge.color05 {
  color: #fff;
  background-color: #00B3B5;
}
.ces-public-body .ces-badge-members,
.ces-public-body .ces-badge-white-cesco,
.ces-public-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-public-body .ces-badge-members {
  border-color: #0089D0;
  color: #fff;
  background-color: #0089D0;
}
.ces-public-body .ces-badge-white-cesco {
  border-color: #008f9f;
  color: #008f9f;
  background-color: #fff;
}
.ces-public-body .ces-badge-recording-cesco {
  position: relative;
  padding: 0 1.6rem 0 0.6rem;
  border-color: #000;
  color: #fff;
  background-color: #000;
}
.ces-public-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-public-body .txt-state {
  color: #0089D0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
}
.ces-public-body .txt-state.done {
  color: #ee3124;
}
.ces-public-body .ces-label-title {
  display: flex;
  color: #5F6A86;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}
.ces-public-body .item-arrow {
  display: flex;
  align-items: center;
  position: relative;
  padding: 2rem 4.8rem 2rem 2rem;
  color: #000;
}
.ces-public-body .item-arrow::after {
  content: "";
  display: block;
  flex-shrink: 0;
  position: absolute;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ico_arrow_right_20.svg) no-repeat 50% 50%;
}
.ces-public-body .item-arrow .tits {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.ces-public-body .item-arrow.wide-arrow {
  padding: 2.4rem 3.2rem 2.4rem 0;
}
.ces-public-body .item-arrow.wide-arrow::after {
  right: 0;
}
.ces-public-body .item-arrow.delete-arrow {
  padding: 1.8rem 0;
}
.ces-public-body .item-arrow.delete-arrow::after {
  display: none;
}
.ces-public-body .item-arrow.delete-arrow .tits {
  color: #666;
}
.ces-public-body .item-arrow.item-ingredient .column-title .tit {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-public-body .title-main {
  margin: 4rem 0 2.4rem;
  text-align: center;
}
.ces-public-body .title-main .subtitle {
  display: block;
  color: #0089D0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
  letter-spacing: -0.03em;
}
.ces-public-body .title-main .subtitle + .title {
  margin-top: 0.4rem;
}
.ces-public-body .title-main .title {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 4.1rem;
  letter-spacing: -0.03em;
}
.ces-public-body .title-main .title .lft-edit,
.ces-public-body .title-main .title .name {
  font-family: inherit;
}
.ces-public-body .title-main + .wrap-swiper-recommendation {
  margin-top: 24px;
}
.ces-public-body .title-main + .box-title {
  margin-top: 0;
}
.ces-public-body .box-title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin: 4rem 0 1.6rem;
}
.ces-public-body .box-title .title-inner-left {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.ces-public-body .box-title .title {
  display: inline-block;
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.ces-public-body .box-title .tail {
  color: #0089D0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .box-title .title-inner-right {
  margin-left: auto;
}
.ces-public-body .box-title .description {
  margin-top: 0.8rem;
  width: 100%;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  word-break: keep-all;
}
.ces-public-body .box-title .title-inner-arrow {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 2.4rem;
  width: 100%;
}
.ces-public-body .box-title .title-inner-arrow .title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.ces-public-body .box-title .title-inner-arrow .tail {
  margin-left: 0.4rem;
  color: #888;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.ces-public-body .box-title .title-inner-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ico_arrow_right_20.svg) 50%/cover no-repeat;
  transform: translateY(-50%);
}
.ces-public-body .box-title-sub {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin: 2.4rem 0 1.6rem;
}
.ces-public-body .box-title-sub .small-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .wrap-tooltip {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.ces-public-body .wrap-tooltip .btn-tooltip {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
}
.ces-public-body .wrap-tooltip .btn-tooltip .ico-tooltip {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/common/ico_warning_16.svg) no-repeat 50% 50%/1.6rem;
}
.ces-public-body .wrap-tooltip .btn-tooltip.active + .ces-tooltip {
  display: block;
}
.ces-public-body .wrap-tooltip .tip-text {
  display: inline-flex;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .wrap-tooltip .tip-text.lg {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .wrap-tooltip .ces-tooltip {
  display: none;
  position: absolute;
  top: 2.4rem;
  left: -6rem;
  z-index: 1;
  width: 28rem;
  padding: 1.5rem;
  border: 0.1rem solid #0089D0;
  border-radius: 0.8rem;
  background-color: #fff;
}
.ces-public-body .wrap-tooltip .ces-tooltip.po-left {
  left: 0;
}
.ces-public-body .wrap-tooltip .ces-tooltip.po-right {
  left: auto;
  right: 0;
}
.ces-public-body .wrap-tooltip .ces-tooltip-header {
  display: flex;
  position: relative;
  padding-right: 1.6rem;
}
.ces-public-body .wrap-tooltip .ces-tooltip-header .title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .wrap-tooltip .ces-tooltip-header .title .sub-txt {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .wrap-tooltip .ces-tooltip-header .btn-tooltip-close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_close_16.svg) no-repeat 50% 50%/1.6rem;
}
.ces-public-body .wrap-tooltip .tooltip-content {
  margin-top: 0.8rem;
}
.ces-public-body .wrap-tooltip .tooltip-content .txt-color-000 + .txt-color-gray02 {
  margin-top: 1.6rem;
}
.ces-public-body .wrap-tooltip .tooltip-content .txt-color-gray02 li + li {
  margin-top: 0.4rem;
}
.ces-public-body .wrap-tooltip .tooltip-content .txt-color-gray02 + .txt-color-gray02 {
  margin-top: 0.8rem;
}
.ces-public-body .wrap-tooltip.none-title .btn-tooltip .ico-tooltip {
  vertical-align: middle;
}
.ces-public-body .wrap-tooltip.none-title .ces-tooltip .tooltip-content {
  margin-top: 0;
  padding-right: 3.3rem;
}
.ces-public-body .column-title {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ces-public-body .column-title .title-wrap {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
}
.ces-public-body .column-title .box-top-badge {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.4rem;
}
.ces-public-body .column-title .tit {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-public-body .column-title .sub-wrap {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.ces-public-body .column-title .sub-wrap .btn-confirm-download {
  margin-left: auto;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .column-title .sub-wrap .btn-confirm-download .ico-download {
  padding-right: 2rem;
  background: url(../images/common/ico_download_16.svg) no-repeat 100% -0.1rem/1.6rem 1.6rem;
}
.ces-public-body .column-title .text {
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .column-title .summarize {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-public-body .column-title .state-box {
  display: inline-flex;
  margin-right: 0.8rem;
}
.ces-public-body .column-title .date,
.ces-public-body .column-title .author {
  position: relative;
  padding-left: 0.8rem;
  margin-right: 0.8rem;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .column-title .date:not(:first-child)::before,
.ces-public-body .column-title .author: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-public-body .column-title .date:first-child,
.ces-public-body .column-title .author:first-child {
  padding-left: 0;
}
.ces-public-body .column-title .author.type2 {
  color: #000;
}
.ces-public-body .column-title.inner-btn {
  position: relative;
}
.ces-public-body .column-title.inner-btn .title-wrap::after {
  display: inline-block;
  content: "";
  width: 2.4rem;
}
.ces-public-body .column-title.inner-btn .btn-more-util {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_more_util_24.svg) no-repeat center;
}
.ces-public-body .box-top-text .title-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ces-public-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;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ces-public-body .box-top-text .title + button {
  flex: none;
}
.ces-public-body .box-top-text .data-description {
  margin-top: 0.8rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  word-break: keep-all;
}
.ces-public-body .ces-label-text {
  display: inline-flex;
  align-items: center;
  position: relative;
  color: #5F6A86;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}
.ces-public-body .ces-label-text ~ .ces-label-text {
  margin-top: 2.4rem;
}
.ces-public-body .ces-label-text .required {
  overflow: hidden;
  margin-left: 0.4rem;
  border-radius: 100%;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #ee3124;
}
.ces-public-body .ces-input-group {
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
  /* 241203 없음 */
}
.ces-public-body .ces-input-group .border-effect {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.1rem;
}
.ces-public-body .ces-input-group .border-effect::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #dadeea;
}
.ces-public-body .ces-input-group .border-effect::after {
  content: "";
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #0089D0;
  transition: 0.3s ease-in;
}
.ces-public-body .ces-input-group .ces-input-text {
  flex: 1;
  padding: 0 1.6rem 0 0;
  border: none;
  border-radius: 0.4rem;
  outline: none;
  width: 100%;
  height: 4.8rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  background: transparent;
}
.ces-public-body .ces-input-group .ces-input-text::placeholder {
  color: #888;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.ces-public-body .ces-input-group .ces-input-text::-webkit-input-placeholder {
  color: #888;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.ces-public-body .ces-input-group .ces-input-text:-ms-input-placeholder {
  color: #888;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.ces-public-body .ces-input-group .ces-input-text:focus ~ .border-effect::after {
  width: 100%;
}
.ces-public-body .ces-input-group .ces-input-text[type=password] {
  padding: 0 3.2rem 0 0;
}
.ces-public-body .ces-input-group .ces-input-text:read-only {
  color: #666;
}
.ces-public-body .ces-input-group .ces-input-text:read-only ~ .border-effect::before,
.ces-public-body .ces-input-group .ces-input-text:read-only ~ .border-effect::after {
  background-color: #dadeea;
}
.ces-public-body .ces-input-group .ces-input-text.error ~ .border-effect::after {
  width: 100%;
  background-color: #ee3124;
}
.ces-public-body .ces-input-group .selectbox {
  flex: 1;
  padding-right: 3.2rem;
  border-radius: 0;
  border: none;
  outline: none;
  width: 100%;
  height: 5.6rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  background: url(../images/common/ico_arrow_down_24.svg) no-repeat right center/2rem;
  appearance: none;
}
.ces-public-body .ces-input-group .selectbox:focus ~ .border-effect::after {
  width: 100%;
}
.ces-public-body .ces-input-group .selectbox.error ~ .border-effect::after {
  width: 100%;
  background-color: #ee3124;
}
.ces-public-body .ces-input-group .selectbox.disabled {
  color: #ccc;
  background-image: url(../images/common/ico_arrow_down_24_gray.svg);
}
.ces-public-body .ces-input-group .count-time {
  margin: 0 0.8rem;
  color: #0089D0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-input-group .btn-password-show {
  flex: none;
  align-self: center;
  margin-left: 0.8rem;
  border: 0 solid transparent;
  width: 2.4rem;
  height: 2.4rem;
  background-color: transparent;
  background: url(../images/common/ico_eye_on.svg) no-repeat center center;
  background-size: 2.4rem;
}
.ces-public-body .ces-input-group .btn-password-show.on {
  background-image: url(../images/common/ico_eye_off.svg);
}
.ces-public-body .ces-input-group .btn-search {
  flex: none;
  align-self: center;
  margin-left: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_search_16.svg) no-repeat center center;
  background-size: 1.6rem;
}
.ces-public-body .ces-input-group .input-radio-btn {
  display: flex;
  align-items: center;
  flex: none;
  margin-left: 0.4rem;
}
.ces-public-body .ces-input-group .input-radio-btn > *:first-child {
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
}
.ces-public-body .ces-input-group .input-radio-btn > *:last-child {
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}
.ces-public-body .ces-input-group .input-radio-btn label + label {
  margin-left: -0.1rem;
}
.ces-public-body .ces-input-group .input-radio-btn label input {
  display: none;
}
.ces-public-body .ces-input-group .input-radio-btn label input:checked + .txt {
  border-color: #0089D0;
  color: #0089D0;
  z-index: 1;
}
.ces-public-body .ces-input-group .input-radio-btn label .txt {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-width: 3.6rem;
  min-height: 3.6rem;
  padding: 0 0.8rem;
  border: 0.1rem solid #C4CBDC;
  border-radius: inherit;
  color: #A0ABC6;
  font-size: 1.4rem;
  font-weight: 600;
}
.ces-public-body .ces-input-group [class^=ces-checkbox],
.ces-public-body .ces-input-group [class^=ces-radio] {
  display: flex;
  align-items: center;
}
.ces-public-body .ces-input-group [class^=ces-checkbox] input + i,
.ces-public-body .ces-input-group [class^=ces-radio] input + i {
  display: inline-block;
  margin-right: 0.8rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.ces-public-body .ces-input-group .ces-checkbox-default input[type=checkbox] + i {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/common/ico_check_default_24_off.svg);
  background-size: 2.4rem;
}
.ces-public-body .ces-input-group .ces-checkbox-default input[type=checkbox] + i + span {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.ces-public-body .ces-input-group .ces-checkbox-default input[type=checkbox]:checked + i {
  background-image: url(../images/common/ico_check_default_24_on.svg);
}
.ces-public-body .ces-input-group .ces-checkbox-default input[type=checkbox]:disabled + i {
  background-image: url(../images/common/ico_check_default_24_disabled.svg);
}
.ces-public-body .ces-input-group .ces-checkbox-default input[type=checkbox]:disabled + i + span {
  color: #aaa;
}
.ces-public-body .ces-input-group .ces-checkbox-circle {
  align-items: flex-start;
}
.ces-public-body .ces-input-group .ces-checkbox-circle input[type=checkbox] + i {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/common/ico_check_circle_20_off.svg);
  background-size: 2rem;
}
.ces-public-body .ces-input-group .ces-checkbox-circle input[type=checkbox] + i + span {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-input-group .ces-checkbox-circle input[type=checkbox]:checked + i {
  background-image: url(../images/common/ico_check_circle_20_on.svg);
}
.ces-public-body .ces-input-group .ces-checkbox-circle input[type=checkbox]:disabled + i {
  background-image: url(../images/common/ico_check_circle_20_disabled.svg);
}
.ces-public-body .ces-input-group .ces-checkbox-circle input[type=checkbox]:disabled + i + span {
  color: #aaa;
}
.ces-public-body .ces-input-group .ces-checkbox-circle.big input[type=checkbox] + i {
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/common/ico_check_circle_24_off.svg);
  background-size: 2.4rem;
}
.ces-public-body .ces-input-group .ces-checkbox-circle.big input[type=checkbox] + i + span {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
}
.ces-public-body .ces-input-group .ces-checkbox-circle.big input[type=checkbox]:checked + i {
  background-image: url(../images/common/ico_check_circle_24_on.svg);
}
.ces-public-body .ces-input-group .ces-checkbox-circle.big input[type=checkbox]:disabled + i {
  background-image: url(../images/common/ico_check_circle_24_disabled.svg);
}
.ces-public-body .ces-input-group .ces-checkbox-circle.big input[type=checkbox]:disabled + i + span {
  color: #E3E6F0;
}
.ces-public-body .ces-input-group .ces-radio-default input[type=radio] + i {
  width: 2rem;
  height: 2rem;
  background-image: url(../images/common/ico_radio_20_off.svg);
  background-size: 2rem;
}
.ces-public-body .ces-input-group .ces-radio-default input[type=radio] + i + span {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-input-group .ces-radio-default input[type=radio]:checked + i {
  background-image: url(../images/common/ico_radio_20_on.svg);
}
.ces-public-body .ces-input-group .ces-radio-default input[type=radio]:disabled + i {
  background-image: url(../images/common/ico_radio_20_disabled.svg);
}
.ces-public-body .ces-input-group .ces-radio-default input[type=radio]:disabled + i + span {
  color: #E3E6F0;
}
.ces-public-body .ces-input-group .btn-box-gray {
  padding: 0 0.8rem;
  border-radius: 0.6rem;
  height: 3.2rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
  background: #5F6A86;
}
.ces-public-body .ces-input-group .btn-box-gray:disabled {
  color: #aaa;
  background-color: #f5f5f5;
}
.ces-public-body .ces-input-group + .hint {
  display: block;
  margin-top: 0.4rem;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .hint.error {
  color: #ee3124;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-btn-bookmark {
  display: block;
}
.ces-public-body .ces-btn-bookmark input + .ico-bookmark {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_bookmark_line_24.svg) no-repeat center center/100%;
}
.ces-public-body .ces-btn-bookmark input:checked + .ico-bookmark {
  background-image: url(../images/common/ico_bookmark_24_blue.svg);
}
.ces-public-body .ces-upload {
  display: flex;
  align-items: center;
}
.ces-public-body .ces-upload .box-preview {
  display: flex;
  overflow-x: auto;
  flex-wrap: nowrap;
  margin-left: 0.4rem;
  -ms-overflow-style: none;
}
.ces-public-body .ces-upload .box-preview::-webkit-scrollbar {
  display: none;
}
.ces-public-body .ces-upload .box-preview .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-public-body .ces-upload .box-preview .box-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ces-public-body .ces-upload .box-preview .box-image .btn-cancel {
  display: flex;
  position: absolute;
  top: 0.8rem;
  right: 0.4rem;
  width: 1.8rem;
  height: 1.8rem;
}
.ces-public-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-public-body .ces-upload .box-preview .box-image .btn-cancel .ico-delete:before, .ces-public-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-public-body .ces-upload .box-preview .box-image .btn-cancel .ico-delete:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ces-public-body .ces-upload .box-preview .box-image .btn-cancel .ico-delete:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ces-public-body .ces-upload .box-preview .box-image + .box-image {
  margin-left: 0.4rem;
}
.ces-public-body .ces-upload .box-preview .data-upload {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
}
.ces-public-body .ces-upload .box-preview .data-upload .count {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.ces-public-body .ces-upload .box-preview .data-upload .count b {
  font-weight: 600;
}
.ces-public-body .ces-upload .box-preview .data-upload .capacity {
  margin-left: 0.8rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.ces-public-body .ces-upload .box-preview.active {
  display: block;
}
.ces-public-body .ces-upload .ces-btn-upload {
  display: block;
  flex: none;
}
.ces-public-body .ces-upload .ces-btn-upload .btn-upload {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 10rem;
  height: 10rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.4rem;
  background-color: #f8f8f8;
}
.ces-public-body .ces-upload .ces-btn-upload .btn-upload .ico-plus {
  display: inline-block;
  position: relative;
  width: 2rem;
  height: 2rem;
}
.ces-public-body .ces-upload .ces-btn-upload .btn-upload .ico-plus:before, .ces-public-body .ces-upload .ces-btn-upload .btn-upload .ico-plus:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.2rem;
  background-color: #888;
  transform: translate(-50%, -50%);
}
.ces-public-body .ces-upload .ces-btn-upload .btn-upload .ico-plus:before {
  width: 2rem;
  height: 0.1rem;
}
.ces-public-body .ces-upload .ces-btn-upload .btn-upload .ico-plus:after {
  width: 0.1rem;
  height: 2rem;
}
.ces-public-body .ces-upload .ces-btn-upload .btn-upload .count {
  margin-top: 0.4rem;
  color: #888;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-btn-square {
  display: inline;
  position: relative;
}
.ces-public-body .ces-btn-square input + .box-square {
  position: relative;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.6rem;
  background-color: #fff;
}
.ces-public-body .ces-btn-square input + .box-square::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ces-public-body .ces-btn-square input + .box-square .box-content {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-btn-square input + .box-square [class^=img-] {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 4.8rem;
}
.ces-public-body .ces-btn-square input + .box-square [class^=img-].img-restaurant {
  background-image: url(../images/common/img_interest_restaurant.png);
}
.ces-public-body .ces-btn-square input + .box-square [class^=img-].img-accommodation {
  background-image: url(../images/common/img_interest_accommodation.png);
}
.ces-public-body .ces-btn-square input + .box-square [class^=img-].img-hospital {
  background-image: url(../images/common/img_interest_hospital.png);
}
.ces-public-body .ces-btn-square input + .box-square [class^=img-].img-kindergarten {
  background-image: url(../images/common/img_interest_kindergarten.png);
}
.ces-public-body .ces-btn-square input + .box-square [class^=img-].img-sanitation {
  background-size: 4.8rem;
  background-image: url(../images/common/img_interest_sanitation.png);
}
.ces-public-body .ces-btn-square input + .box-square [class^=img-].img-bed {
  background-size: 4.8rem;
  background-image: url(../images/common/img_interest_bed.png);
}
.ces-public-body .ces-btn-square input + .box-square [class^=img-].img-dishwasher {
  background-size: 4.8rem;
  background-image: url(../images/common/img_interest_dishwasher.png);
}
.ces-public-body .ces-btn-square input + .box-square [class^=img-].img-electronics {
  background-size: 4.8rem;
  background-image: url(../images/common/img_interest_electronics.png);
}
.ces-public-body .ces-btn-square input + .box-square [class^=img-].img-food {
  background-size: 4.8rem;
  background-image: url(../images/common/img_interest_food.png);
}
.ces-public-body .ces-btn-square input + .box-square [class^=img-].img-insecticide {
  background-size: 4.8rem;
  background-image: url(../images/common/img_interest_insecticide.png);
}
.ces-public-body .ces-btn-square input + .box-square [class^=img-].img-cosmetics {
  background-size: 4.8rem;
  background-image: url(../images/common/img_interest_cosmetics.png);
}
.ces-public-body .ces-btn-square input + .box-square [class^=img-].img-cleanser {
  background-size: 4.8rem;
  background-image: url(../images/common/img_interest_cleanser.png);
}
.ces-public-body .ces-btn-square input + .box-square [class^=img-].img-broom {
  background-size: 4.8rem;
  background-image: url(../images/common/img_interest_broom.png);
}
.ces-public-body .ces-btn-square input + .box-square .data {
  display: block;
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-btn-square input:checked + .box-square {
  border-color: #0089D0;
  background-color: #fff;
}
.ces-public-body .ces-btn-square input:checked + .box-square .data {
  color: #0089D0;
}
.ces-public-body .ces-btn-service-mark {
  display: inline-flex;
  position: relative;
}
.ces-public-body .ces-btn-service-mark .chip-round {
  display: flex;
  align-items: center;
  height: 3.2rem;
  padding: 0 1.2rem;
  border: 0.1rem solid #F3F5FA;
  border-radius: 1.8rem;
  background-color: #F3F5FA;
}
.ces-public-body .ces-btn-service-mark .chip-round .ico {
  display: block;
  margin-right: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.6rem;
}
.ces-public-body .ces-btn-service-mark .chip-round .ico.bug {
  background-image: url(../images/common/ico_chip_bug_16.svg);
}
.ces-public-body .ces-btn-service-mark .chip-round .ico.flying {
  background-image: url(../images/common/ico_chip_fly_16.svg);
}
.ces-public-body .ces-btn-service-mark .chip-round .ico.matrix {
  background-image: url(../images/common/ico_chip_matrix_16.svg);
}
.ces-public-body .ces-btn-service-mark .chip-round .ico.bedbug {
  background-image: url(../images/common/ico_chip_bedbug_16.svg);
}
.ces-public-body .ces-btn-service-mark .chip-round .ico.virus {
  background-image: url(../images/common/ico_chip_virus_16.svg);
}
.ces-public-body .ces-btn-service-mark .chip-round .ico.securify {
  background-image: url(../images/common/ico_chip_securify_16.svg);
}
.ces-public-body .ces-btn-service-mark .chip-round .ico.purity {
  background-image: url(../images/common/ico_chip_purity_16.svg);
}
.ces-public-body .ces-btn-service-mark .chip-round .ico.water {
  background-image: url(../images/common/ico_chip_water_16.svg);
}
.ces-public-body .ces-btn-service-mark .chip-round .ico.rest {
  background-image: url(../images/common/ico_chip_rest_16.svg);
}
.ces-public-body .ces-btn-service-mark .chip-round .ico.food {
  background-image: url(../images/common/ico_chip_food_16.svg);
}
.ces-public-body .ces-btn-service-mark .chip-round .ico.aroma {
  background-image: url(../images/common/ico_chip_aroma_16.svg);
}
.ces-public-body .ces-btn-service-mark .chip-round .ico.analyze {
  background-image: url(../images/common/ico_chip_analyze_16.svg);
}
.ces-public-body .ces-btn-service-mark .chip-round span {
  color: #A0ABC6;
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round {
  background-color: #fff;
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round.color01 {
  border-color: #0074c7;
  color: #0074c7;
  background-color: #e0f0fa;
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round.color02 {
  border-color: #93328e;
  color: #93328e;
  background-color: #f2e6f0;
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round.color03 {
  border-color: #845ec3;
  color: #845ec3;
  background-color: #f4eeff;
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round.color04 {
  border-color: #00b5e2;
  color: #00b5e2;
  background-color: #e0f6fc;
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round.color05 {
  border-color: #f99d25;
  color: #f99d25;
  background-color: #fef2e4;
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round.color06 {
  border-color: #018f9e;
  color: #018f9e;
  background-color: #e0f1f2;
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round.color07 {
  border-color: #133c6d;
  color: #133c6d;
  background-color: #e2e6ec;
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round.color08 {
  border-color: #31335d;
  color: #fff;
  background-color: #31335d;
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round .ico.bug {
  background-image: url(../images/common/ico_chip_bug_16_on.svg);
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round .ico.flying {
  background-image: url(../images/common/ico_chip_fly_16_on.svg);
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round .ico.matrix {
  background-image: url(../images/common/ico_chip_matrix_16_on.svg);
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round .ico.bedbug {
  background-image: url(../images/common/ico_chip_bedbug_16_on.svg);
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round .ico.virus {
  background-image: url(../images/common/ico_chip_virus_16_on.svg);
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round .ico.securify {
  background-image: url(../images/common/ico_chip_securify_16_on.svg);
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round .ico.purity {
  background-image: url(../images/common/ico_chip_purity_16_on.svg);
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round .ico.water {
  background-image: url(../images/common/ico_chip_water_16_on.svg);
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round .ico.rest {
  background-image: url(../images/common/ico_chip_rest_16_on.svg);
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round .ico.food {
  background-image: url(../images/common/ico_chip_food_16_on.svg);
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round .ico.aroma {
  background-image: url(../images/common/ico_chip_aroma_16_on.svg);
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round .ico.analyze {
  background-image: url(../images/common/ico_chip_analyze_16_on.svg);
}
.ces-public-body .ces-btn-service-mark input:checked + .chip-round span {
  color: inherit;
}
.ces-public-body .ces-round-search {
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
}
.ces-public-body .ces-round-search .ces-input-text {
  padding: 0 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-round-search .ces-input-text::placeholder {
  color: #888;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-round-search .btn-search {
  margin: 0;
  width: 4.8rem;
  height: 4.8rem;
}
.ces-public-body .ces-btn-switch {
  display: inline-flex;
  align-self: center;
  position: relative;
  margin: 0;
}
.ces-public-body .ces-btn-switch input[type=checkbox] {
  position: relative;
  padding: 0.2rem;
  border-radius: 4.2rem;
  box-sizing: border-box;
  width: 4.2rem;
  height: 2.4rem;
  background-color: #A0ABC6;
  transition: background-color 0.25s linear;
  appearance: none;
}
.ces-public-body .ces-btn-switch input[type=checkbox]:before {
  content: "";
  position: absolute;
  left: 0.2rem;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  transition: left 0.25s linear;
}
.ces-public-body .ces-btn-switch input[type=checkbox]:checked {
  background-color: #0089D0;
  transition: background-color 0.25s linear;
}
.ces-public-body .ces-btn-switch input[type=checkbox]:checked:before {
  left: 2rem;
  transition: left 0.25s linear;
}
.ces-public-body .ces-btn-switch.small input[type=checkbox] {
  width: 3.2rem;
  height: 1.8rem;
}
.ces-public-body .ces-btn-switch.small input[type=checkbox]:before {
  width: 1.4rem;
  height: 1.4rem;
}
.ces-public-body .ces-btn-switch.small input[type=checkbox]:checked:before {
  left: 1.6rem;
}
.ces-public-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-public-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-public-body .btn-switch.active {
  background-color: #0089D0;
  transition: background-color 0.25s linear;
}
.ces-public-body .btn-switch.active:before {
  left: 1.6rem;
  transition: left 0.25s linear;
}
.ces-public-body .ces-public-textarea {
  position: relative;
  padding: 2rem 1.6rem 4rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  box-sizing: border-box;
  min-height: 1.2rem;
}
.ces-public-body .ces-public-textarea textarea {
  overflow: auto;
  border: 0;
  width: 100%;
  min-height: 6rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  background-color: transparent;
  resize: none;
}
.ces-public-body .ces-public-textarea textarea:focus {
  outline: none;
}
.ces-public-body .ces-public-textarea textarea::placeholder {
  color: #888;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-textarea textarea::-webkit-input-placeholder {
  color: #888;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-textarea textarea:-ms-input-placeholder {
  color: #888;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-textarea.read-only {
  background-color: #f8f8f8;
}
.ces-public-body .ces-public-textarea.read-only textarea:read-only {
  color: #aaa;
}
.ces-public-body .ces-public-textarea.disabled {
  background-color: #f8f8f8;
}
.ces-public-body .ces-public-textarea.disabled textarea:disabled {
  color: #aaa;
}
.ces-public-body .ces-public-textarea .count-box {
  position: absolute;
  bottom: 1.3rem;
  right: 1.6rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-textarea.active {
  border-color: #0089D0;
}
.ces-public-body .ces-public-textarea.active .count-box .count-byte {
  color: #000;
}
.ces-public-body .ces-public-textarea + .ces-input-group .ces-checkbox-circle {
  margin-top: 2rem;
}
.ces-public-body .ces-select-box {
  position: relative;
  padding: 0 2.4rem 0 1.2rem;
  border: 0;
  height: 3.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: right;
  background: url(../images/common/ico_arrow_down_16.svg) no-repeat 100% 50%;
  background-size: 1.6rem;
}
.ces-public-body .ces-select-box option {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
.ces-public-body .btn-round-chk {
  display: inline-block;
  min-width: 7.7rem;
  height: 4rem;
}
.ces-public-body .btn-round-chk span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.3rem 1.2rem;
  border: 0.1rem solid #E3E6F0;
  border-radius: 0.6rem;
  height: inherit;
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  background-color: #fff;
}
.ces-public-body .btn-round-chk input[type=checkbox]:checked + span {
  border: 0.1rem solid #0089D0;
  color: #0089D0;
  font-weight: 600;
}
.ces-public-body .btn-round-chk.typebg input[type=checkbox]:checked + span {
  border-color: #0075e0;
  color: #fff;
  background-color: #0075e0;
}
.ces-public-body .btn-checkbox-chip .txt-body5 {
  display: inline-block;
  padding: 0.7rem 1.1rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1.6rem;
  line-height: 1.6rem;
}
.ces-public-body .btn-checkbox-chip .txt-body5 [class^=ico] {
  display: block;
  padding-left: 2rem;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 1.6rem;
}
.ces-public-body .btn-checkbox-chip input[type=checkbox]:checked + span {
  border-color: #0089D0;
  color: #0089D0;
  background-color: rgba(0, 137, 208, 0.05);
}
.ces-public-body .coupon-box {
  position: relative;
  padding: 2rem 1.6rem;
  border: 0.1rem solid #E3E6F0;
  border-radius: 0.8rem;
}
.ces-public-body .coupon-box .txt-box .tits {
  font-size: 2rem;
  font-weight: 600;
}
.ces-public-body .coupon-box .txt-box .sub-tit {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.8rem;
  font-size: 1.5rem;
  font-weight: 400;
  text-overflow: ellipsis;
  word-break: keep-all;
  white-space: normal;
}
.ces-public-body .coupon-box .txt-box .txt {
  margin-top: 0.8rem;
  color: #888;
  font-size: 1.5rem;
}
.ces-public-body .coupon-box .date-info {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.5rem;
}
.ces-public-body .coupon-box .date-info .date {
  color: #0089D0;
}
.ces-public-body .coupon-box .date-tag {
  padding: 0.4rem;
  border-radius: 0.4rem;
  color: #0089D0;
  font-size: 1.1rem;
  font-weight: 500;
  background-color: #dcf3ff;
}
.ces-public-body .coupon-box .group-flex {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 2rem;
}
.ces-public-body .coupon-box .link-more {
  display: flex;
  align-items: center;
  position: relative;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
}
.ces-public-body .coupon-box .link-more::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_arrow_right_16.svg) no-repeat 0% 50%;
  background-size: 100% 100%;
}
.ces-public-body .coupon-box.used .date-info .date {
  color: #5F6A86;
}
.ces-public-body .coupon-box.used .date-info .date-tag {
  color: #5F6A86;
  background-color: #F3F5FA;
}
.ces-public-body .coupon-box + .coupon-box {
  margin-top: 0.8rem;
}
.ces-public-body .box-coupon {
  position: relative;
  padding: 2rem 1.6rem;
  border: 0.1rem solid #E3E6F0;
  border-radius: 0.8rem;
}
.ces-public-body .box-coupon .wrap-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
}
.ces-public-body .box-coupon .wrap-title .txt-title {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-bottom: 2.4rem;
}
.ces-public-body .box-coupon .wrap-title .txt-title .title {
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.8rem;
}
.ces-public-body .box-coupon .wrap-title .txt-title .case {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  color: #0089D0;
}
.ces-public-body .box-coupon .wrap-title .date {
  display: block;
  flex: none;
  padding: 0.3rem 0.8rem;
  margin-bottom: 2.4rem;
  border-radius: 0.8rem;
  color: #0089D0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
  background-color: #DCF3FF;
}
.ces-public-body .box-coupon .wrap-detail {
  padding-top: 2.4rem;
  border-top: 0.1rem solid #E3E6F0;
}
.ces-public-body .box-coupon .wrap-detail .list-detail {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.ces-public-body .box-coupon .wrap-detail .list-detail .category {
  flex: none;
  width: 5rem;
  color: #888;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .box-coupon .wrap-detail .list-detail .text {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .box-coupon .wrap-detail .list-detail + .list-detail {
  margin-top: 1.2rem;
}
.ces-public-body .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-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .box-coupon .wrap-detail .link-more::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_arrow_right_16_gray.svg) no-repeat 0% 50%;
  background-size: 100% 100%;
}
.ces-public-body .box-coupon .wrap-detail .btn-default {
  margin-top: 2.4rem;
}
.ces-public-body .box-coupon .box-coupon-code {
  margin-top: 2.4rem;
  text-align: center;
}
.ces-public-body .box-coupon .box-coupon-code .code-input {
  margin: 0 0.4rem;
  width: 4rem;
  height: 4rem;
  text-align: center;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  color: #0089D0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
  caret-color: transparent;
}
.ces-public-body .box-coupon .box-coupon-code .code-input::-webkit-inner-spin-button, .ces-public-body .box-coupon .box-coupon-code .code-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.ces-public-body .box-coupon .box-coupon-code .code-input[type=number] {
  -moz-appearance: textfield;
}
.ces-public-body .box-coupon.used .wrap-title .date {
  color: #666;
  background-color: #F3F5FA;
}
.ces-public-body .box-coupon + .box-coupon {
  margin-top: 2rem;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-head {
  padding: 4rem 0 2.4rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-head .badge-chk {
  margin-bottom: 0.8rem;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content {
  margin: 2rem 0;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-question {
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-question .box-content .text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-question .box-content .ces-list-box.item-col2 {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-question .box-content .ces-list-box.item-col2 .zoom-img {
  display: block;
  height: 15.8rem;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-question .box-content .ces-list-box.item-col2 .zoom-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-question .ces-list-box.item-col1 {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-question .ces-list-box.item-col1 .box-dim-img {
  display: block;
  position: relative;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-question .ces-list-box.item-col1 .box-dim-img.on .dim-image {
  display: none;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-question .ces-list-box.item-col1 .box-dim-img .dim-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-question .ces-list-box.item-col1 .box-dim-img .dim-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(40, 40, 40, 0.8);
  backdrop-filter: blur(0.8rem);
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-question .ces-list-box.item-col1 .box-dim-img .btn-dim-checked {
  display: inline-flex;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  padding: 0.5rem 1.2rem;
  border: 0.1rem solid #fff;
  border-radius: 2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  background-color: rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%);
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-question .ces-list-box.item-col1 .box-dim-img .bug-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-question + .ces-no-content.gray08 {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-reply {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-reply .box-master {
  display: flex;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-reply .box-master .img-profile {
  overflow: hidden;
  flex: none;
  margin-right: 0.8rem;
  width: 4rem;
  height: 4rem;
  border: 0.1rem solid #E3E6F0;
  border-radius: 50%;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-reply .box-master .img-profile img {
  width: 100%;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-reply .box-content {
  margin-top: 1.6rem;
  padding: 2rem 1.6rem;
  border-radius: 0.8rem;
  background-color: #f8f8f8;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-reply .box-content .ces-list-box.item-col1 .zoom-img {
  display: block;
  height: 15.8rem;
}
.ces-public-body .ces-public-detail-board .ces-board-detail .ces-board-detail-content .wrap-reply .box-content .ces-list-box.item-col1 .zoom-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-list-item.line-bottom > li {
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-list-item.line-bottom > li:last-child {
  border-bottom: 0;
}
.ces-public-body .ces-list-item.line-top > li {
  border-top: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-list-item[class*=item-col] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
  align-items: flex-start;
}
.ces-public-body .ces-list-item[class*=item-col].item-col1 > li {
  width: calc((100% - 0rem) / 1);
}
.ces-public-body .ces-list-item[class*=item-col].item-col2 > li {
  width: calc((100% - 1.2rem) / 2);
}
.ces-public-body .ces-list-item[class*=item-col].item-col3 > li {
  width: calc((100% - 2.4rem) / 3);
}
.ces-public-body .ces-list-item[class*=item-col].item-col4 > li {
  width: calc((100% - 3.6rem) / 4);
}
.ces-public-body .ces-list-item[class*=item-col] + .btn-area {
  margin-top: 2.4rem;
}
.ces-public-body .ces-list-item[class*=item-col].item-col2 {
  gap: 2.4rem 0.8rem;
}
.ces-public-body .ces-list-item[class*=item-col].item-col2 > li {
  width: calc((100% - 0.8rem) / 2);
}
.ces-public-body .ces-list-item[class*=line-] + .btn-area {
  margin-top: 2.4rem;
}
.ces-public-body .ces-list-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.ces-public-body .ces-list-box.item-col1 > li {
  width: calc((100% - 0rem) / 1);
}
.ces-public-body .ces-list-box.item-col2 > li {
  width: calc((100% - 0.8rem) / 2);
}
.ces-public-body .ces-list-box.item-col3 > li {
  width: calc((100% - 1.6rem) / 3);
}
.ces-public-body .ces-list-box.item-col4 > li {
  width: calc((100% - 2.4rem) / 4);
}
.ces-public-body .ces-list-box .btn-round-chk {
  width: 100%;
}
.ces-public-body .ces-list-box.item-gap-4 {
  gap: 0.4rem;
}
.ces-public-body .list-bullet {
  margin-top: 1.6rem;
}
.ces-public-body .list-bullet > li {
  position: relative;
  padding-left: 1.1rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .list-bullet > li + li {
  margin-top: 0.8rem;
}
.ces-public-body .list-bullet > li .semibold {
  font-weight: 600;
}
.ces-public-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-public-body .list-bullet.second > li {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .list-bullet.second > li::before {
  top: 0.8rem;
}
.ces-public-body .list-bullet.line {
  padding-bottom: 1.6rem;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-accordion .ces-accordion-title {
  display: flex;
  align-items: flex-start;
  padding: 2.4rem 0;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-accordion .ces-accordion-title [class^=ico] {
  margin-right: 0.8rem;
  flex: none;
  width: 2.4rem;
}
.ces-public-body .ces-accordion .ces-accordion-title .title-content {
  display: flex;
  align-items: center;
  flex: 1;
}
.ces-public-body .ces-accordion .ces-accordion-title .ico-arrow {
  display: block;
  margin: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_arrow_down_24.svg) no-repeat center center/100%;
}
.ces-public-body .ces-accordion .ces-accordion-title:first-child {
  border-top: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-accordion .ces-accordion-title.active + .ces-accordion-hidden-content {
  display: flex;
}
.ces-public-body .ces-accordion .ces-accordion-title.active .ico-arrow {
  background-image: url(../images/common/ico_arrow_up_24.svg);
}
.ces-public-body .ces-accordion .ces-accordion-hidden-content {
  display: none;
}
.ces-public-body .ces-accordion .ces-accordion-hidden-content .hidden-content {
  display: flex;
}
.ces-public-body .ces-accordion .ces-accordion-box {
  position: relative;
}
.ces-public-body .ces-accordion .ces-accordion-box .ces-accordion-title {
  width: calc(100% - 2.8rem);
}
.ces-public-body .ces-accordion .ces-accordion-box .btn-more-util {
  position: absolute;
  top: 2rem;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_more_util_24.svg) no-repeat center;
}
.ces-public-body .ces-accordion .ces-accordion-box + .ces-accordion-box {
  border-top: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-accordion.faq .ces-accordion-title {
  position: relative;
  margin-top: -0.1rem;
  border: none;
}
.ces-public-body .ces-accordion.faq .ces-accordion-title ~ .ces-accordion-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #E3E6F0;
}
.ces-public-body .ces-accordion.faq .ces-accordion-title .tit {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-accordion.faq .ces-accordion-title .data {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-accordion.faq .ces-accordion-hidden-content {
  position: relative;
  border-top: 0.1rem solid #e5e5e5;
  padding: 1.6rem 0 2.4rem;
  z-index: 1;
}
.ces-public-body .ces-accordion.faq .ces-accordion-hidden-content .hidden-content {
  flex: 1;
  flex-direction: column;
}
.ces-public-body .ces-accordion.faq .ces-accordion-hidden-content .data {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #000;
}
.ces-public-body .ces-accordion.faq .box-content {
  margin-top: 1.6rem;
  padding: 1.6rem;
  border-radius: 1.2rem;
  background-color: #f8f8f8;
}
.ces-public-body .ces-accordion.faq .box-content .wrap-writer {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.ces-public-body .ces-accordion.faq .box-content .wrap-writer .writer {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}
.ces-public-body .ces-accordion.faq .box-content .wrap-writer .date {
  position: relative;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-accordion.faq .box-content .wrap-writer .date:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -0.7rem;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #ccc;
  transform: translateY(-50%);
}
.ces-public-body .ces-accordion.faq .box-content .wrap-writer + .data {
  margin-top: 1.2rem;
}
.ces-public-body .ces-accordion .item-accordion .accordion-show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 0;
}
.ces-public-body .ces-accordion .item-accordion .accordion-show.active + .accordion-hidden {
  display: block;
}
.ces-public-body .ces-accordion .item-accordion .accordion-show.active .ico-arrow {
  background-image: url(../images/common/ico_arrow_up_16.svg);
}
.ces-public-body .ces-accordion .item-accordion .title-content {
  display: block;
  width: calc(100% - 2rem);
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.ces-public-body .ces-accordion .item-accordion .ico-arrow {
  flex: none;
  display: block;
  margin: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_arrow_down_16.svg) no-repeat center center/100%;
}
.ces-public-body .ces-accordion .item-accordion .accordion-hidden {
  display: none;
  padding-bottom: 2.4rem;
}
.ces-public-body .ces-accordion .item-accordion .accordion-hidden .question-data {
  padding: 1.6rem 0;
  border-top: 0.1rem solid #e5e5e5;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-accordion .item-accordion .accordion-hidden .hidden-content {
  padding: 1.6rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-accordion .item-accordion .accordion-hidden .hidden-content .data {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-top: 1.2rem;
}
.ces-public-body .ces-accordion .item-accordion:not(:first-child) {
  border-top: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-accordion .column-title .icon-lock {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_lock_20.svg) no-repeat center/cover;
  margin-right: 0.4rem;
}
.ces-public-body .ces-tab .list-btn-tab {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #E3E6F0;
}
.ces-public-body .ces-tab .list-btn-tab li {
  flex: 1;
}
.ces-public-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-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  text-align: center;
}
.ces-public-body .ces-tab .list-btn-tab li .btn-tab > span {
  white-space: nowrap;
}
.ces-public-body .ces-tab .list-btn-tab li .btn-tab.active {
  color: #000;
  border-bottom-color: #000;
}
.ces-public-body .ces-tab .ces-wrap-tab-content {
  margin-top: 2.4rem;
}
.ces-public-body .ces-tab .ces-wrap-tab-content .ces-tab-content {
  display: none;
}
.ces-public-body .ces-tab .ces-wrap-tab-content .ces-tab-content.active {
  display: block;
}
.ces-public-body .ces-tab-depth2 .list-sub-btn-tab {
  display: flex;
  align-items: center;
}
.ces-public-body .ces-tab-depth2 .list-sub-btn-tab li {
  flex: 1;
}
.ces-public-body .ces-tab-depth2 .list-sub-btn-tab li .btn-sub-tab {
  display: block;
  padding: 1.2rem 0;
  border-radius: 0.6rem;
  width: 100%;
  color: #5F6A86;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  background-color: #F3F5FA;
}
.ces-public-body .ces-tab-depth2 .list-sub-btn-tab li .btn-sub-tab.active {
  color: #fff;
  background-color: #0A233F;
}
.ces-public-body .ces-tab-depth2 .list-sub-btn-tab li + li {
  margin-left: 0.6rem;
}
.ces-public-body .ces-tab-depth2 .ces-wrap-sub-tab-content {
  margin-top: 1.6rem;
}
.ces-public-body .ces-tab-depth2 .ces-wrap-sub-tab-content .ces-sub-tab-content {
  display: none;
}
.ces-public-body .ces-tab-depth2 .ces-wrap-sub-tab-content .ces-sub-tab-content.active {
  display: block;
}
.ces-public-body .ces-tab-type2 .list-btn-tab-type2 {
  display: flex;
  align-items: center;
  border-bottom: 0.1rem solid #E3E6F0;
}
.ces-public-body .ces-tab-type2 .list-btn-tab-type2 li {
  flex: 1;
}
.ces-public-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-public-body .ces-tab-type2 .list-btn-tab-type2 li .btn-tab-type2.active {
  border-bottom-color: #0089D0;
}
.ces-public-body .ces-tab-type2 .ces-wrap-tab-type2-content .ces-tab-content-type2 {
  display: none;
}
.ces-public-body .ces-tab-type2 .ces-wrap-tab-type2-content .ces-tab-content-type2.active {
  display: block;
}
.ces-public-body .ces-tab-square .list-square-btn-tab {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
}
.ces-public-body .ces-tab-square .list-square-btn-tab::-webkit-scrollbar {
  display: none;
}
.ces-public-body .ces-tab-square .list-square-btn-tab .btn-tab-square {
  display: block;
  flex: 1;
  white-space: nowrap;
  padding: 0.8rem 2rem;
  border-radius: 2rem;
  min-width: 8rem;
  height: 4rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  background-color: #F3F5FA;
}
.ces-public-body .ces-tab-square .list-square-btn-tab .btn-tab-square.active {
  color: #fff;
  background-color: #000;
}
.ces-public-body .ces-tab-square .list-square-btn-tab .btn-tab-square + .btn-tab-square {
  margin-left: 0.4rem;
}
.ces-public-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip {
  flex: none;
  padding: 0;
  min-width: auto;
  height: auto;
}
.ces-public-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round {
  border-color: #E3E6F0;
  background-color: #F3F5FA;
}
.ces-public-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round .ico {
  display: block;
}
.ces-public-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-public-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-public-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-public-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-public-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-public-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-public-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-public-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-public-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-public-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-public-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-public-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-public-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip .chip-round span {
  color: #A0ABC6;
}
.ces-public-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active {
  background-color: transparent;
}
.ces-public-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round {
  background-color: #fff;
}
.ces-public-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-public-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-public-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-public-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-public-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-public-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-public-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-public-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round.color08 {
  color: #fff;
  background-color: #31335d;
}
.ces-public-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-public-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-public-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-public-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-public-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-public-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-public-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-public-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-public-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-public-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-public-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-public-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-public-body .ces-tab-square .list-square-btn-tab .btn-tab-square.ces-btn-chip.active .chip-round span {
  color: inherit;
}
.ces-public-body .ces-tab-square .ces-wrap-tab-square-content .ces-tab-square-content {
  display: none;
}
.ces-public-body .ces-tab-square .ces-wrap-tab-square-content .ces-tab-square-content.active {
  display: block;
}
.ces-public-body .ces-tab-square .ces-wrap-tab-square-content .ces-tab-square-content .ces-tab-depth4 .list-btn-tab-depth4 {
  padding-left: 2rem;
}
.ces-public-body .ces-tab-square .ces-wrap-tab-square-content .ces-tab-square-content .txt-color-gray03.txt-body5 {
  margin-bottom: 0.8rem;
}
.ces-public-body .ces-tab-square.filter .wrap-list-btn-tab {
  position: relative;
  padding-right: 4rem;
}
.ces-public-body .ces-tab-square.filter .btn-filter-open {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}
.ces-public-body .ces-tab-square.filter .ces-wrap-tab-square-content {
  margin-top: 1.6rem;
}
.ces-public-body .ces-tab-square.filter.type2 .wrap-list-btn-tab {
  padding-right: 11.1rem;
  border-bottom: 0.1rem solid #E3E6F0;
  height: 4.8rem;
}
.ces-public-body .ces-tab-square.filter.type2 .list-square-btn-tab {
  gap: 2rem;
  height: 4.8rem;
}
.ces-public-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-public-body .ces-tab-square.is-sticky {
  height: calc(100dvh - 14.4rem);
}
.ces-public-body .ces-tab-square.is-sticky .ces-wrap-tab-square-content {
  height: calc(100dvh - 18.4rem);
  min-height: calc(100dvh - 9.6rem);
  margin-top: 0 !important;
  padding: 0.8rem 0 8.8rem;
  overflow-y: auto;
}
.ces-public-body .ces-tab-square.is-sticky .ces-wrap-tab-square-content::-webkit-scrollbar {
  display: none;
}
.ces-public-body .ces-tab-square.is-sticky .ces-wrap-tab-square-content .ces-tab-content {
  min-height: 100%;
}
.ces-public-body .ces-tab-square.is-sticky .list-square-btn-tab {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 2;
}
.ces-public-body .ces-tab-round .list-round-btn-tab {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  overflow-x: scroll;
  gap: 0.4rem;
}
.ces-public-body .ces-tab-round .list-round-btn-tab::-webkit-scrollbar {
  display: none;
}
.ces-public-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-public-body .ces-tab-round .list-round-btn-tab .btn-tab-round span {
  color: #888;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-tab-round .list-round-btn-tab .btn-tab-round.active {
  border: 0;
  background-color: #0a233f;
}
.ces-public-body .ces-tab-round .list-round-btn-tab .btn-tab-round.active span {
  color: #fff;
  font-weight: 500;
}
.ces-public-body .ces-tab-round .list-round-btn-tab .btn-tab-round + .btn-tab-round {
  margin-left: 0.4rem;
}
.ces-public-body .ces-tab-round .ces-wrap-tab-round-content {
  margin-top: 1.6rem;
}
.ces-public-body .ces-tab-round .ces-wrap-tab-round-content .ces-tab-round-content {
  display: none;
}
.ces-public-body .ces-tab-round .ces-wrap-tab-round-content .ces-tab-round-content.active {
  display: block;
}
.ces-public-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-public-body .ces-tab-depth4 .list-btn-tab-depth4::-webkit-scrollbar {
  display: none;
}
.ces-public-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-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-tab-depth4 .list-btn-tab-depth4 .btn-tab-text.active {
  border-color: #0A233F;
  color: #fff;
  background-color: #0A233F;
}
.ces-public-body .ces-tab-depth4 .ces-wrap-tab-depth4-content .txt-color-gray03.txt-body5 {
  margin-top: -0.8rem;
}
.ces-public-body .ces-tab-depth4 .ces-wrap-tab-depth4-content .ces-tab-depth4-content {
  display: none;
}
.ces-public-body .ces-tab-depth4 .ces-wrap-tab-depth4-content .ces-tab-depth4-content.active {
  display: block;
}
.ces-public-body .ces-tab-chip .list-tab-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0.4rem;
  border-radius: 2rem;
  background-color: #f5f5f5;
}
.ces-public-body .ces-tab-chip .list-tab-btn > li {
  flex: 1 0 auto;
}
.ces-public-body .ces-tab-chip .list-tab-btn .btn-tab-list {
  width: 100%;
  height: 3.2rem;
}
.ces-public-body .ces-tab-chip .list-tab-btn .btn-tab-list span {
  display: flex;
  height: 100%;
  align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 0.8rem;
  border-radius: 1.6rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-tab-chip .list-tab-btn .btn-tab-list.active span {
  color: #000;
  font-weight: 600;
  background-color: #fff;
}
.ces-public-body .ces-tab-chip .wrap-tab-content {
  margin-top: 2.4rem;
}
.ces-public-body .ces-tab-chip .wrap-tab-content .tab-content {
  display: none;
}
.ces-public-body .ces-tab-chip .wrap-tab-content .tab-content.active {
  display: block;
}
.ces-public-body .ces-tab-chip.type02 {
  display: flex;
  flex-direction: column;
  margin-top: 4rem;
}
.ces-public-body .ces-tab-chip.type02 .list-tab-btn {
  width: 20.6rem;
  display: inline-flex;
  justify-content: center;
  align-self: center;
}
.ces-public-body .ces-tab-chip.type02 .wrap-tab-content {
  margin-top: 0;
}
.ces-public-body .ces-vertical-tab {
  display: flex;
  align-items: flex-start;
  position: relative;
  margin: 1.6rem -2rem 0;
}
.ces-public-body .ces-vertical-tab::before, .ces-public-body .ces-vertical-tab::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: #e5e5e5;
}
.ces-public-body .ces-vertical-tab::after {
  top: auto;
  bottom: 0;
}
.ces-public-body .ces-vertical-tab .list-btn {
  display: block;
  width: 12.4rem;
  height: 31.2rem;
  overflow: auto;
  border-right: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-vertical-tab .list-btn::-webkit-scrollbar {
  display: none;
}
.ces-public-body .ces-vertical-tab .list-btn .btn-tab {
  display: block;
  margin: 0;
  padding: 1.4rem 0;
  border-radius: 0;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #888;
  background-color: #f8f8f8;
}
.ces-public-body .ces-vertical-tab .list-btn .btn-tab.active {
  color: #0089D0;
  background-color: #fff;
}
.ces-public-body .ces-vertical-tab .ces-content {
  position: absolute;
  left: 12.4rem;
  top: 0.1rem;
  width: calc(100% - 12.4rem);
  height: 31.2rem;
  overflow: auto;
  margin-left: -0.1rem;
  border-left: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-vertical-tab .ces-content::-webkit-scrollbar {
  display: none;
}
.ces-public-body .ces-vertical-tab .ces-content .ces-tab-content {
  display: none;
}
.ces-public-body .ces-vertical-tab .ces-content .ces-tab-content.active {
  display: block;
}
.ces-public-body .ces-vertical-tab .ces-content .ces-tab-content .ces-list-box {
  gap: 0;
}
.ces-public-body .ces-vertical-tab .ces-content .ces-tab-content .ces-list-box li {
  width: 100%;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-vertical-tab .ces-content .ces-tab-content .ces-list-box .btn-round-chk {
  display: block;
  height: auto;
}
.ces-public-body .ces-vertical-tab .ces-content .ces-tab-content .ces-list-box .btn-round-chk input[type=checkbox] + span {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 1.4rem 2rem;
  color: #A0ABC6;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #888;
}
.ces-public-body .ces-vertical-tab .ces-content .ces-tab-content .ces-list-box .btn-round-chk input[type=checkbox]:checked + span {
  color: #0089D0;
  background-color: #fff;
}
.ces-public-body .item-selected-tag {
  display: inline-flex;
  padding: 0.7rem 1.1rem;
  border: 0.1rem solid #0089D0;
  border-radius: 1.6rem;
  gap: 0.4rem;
  background-color: rgba(0, 137, 208, 0.05);
}
.ces-public-body .item-selected-tag .txt-body5 {
  color: #0089D0;
}
.ces-public-body .item-selected-tag .btn-delete {
  display: block;
  position: relative;
  flex: none;
  width: 1.6rem;
  height: 1.6rem;
}
.ces-public-body .item-selected-tag .btn-delete:before, .ces-public-body .item-selected-tag .btn-delete:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.4rem;
  width: 1.1rem;
  height: 0.1rem;
  background-color: #0089D0;
}
.ces-public-body .item-selected-tag .btn-delete:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ces-public-body .item-selected-tag .btn-delete:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ces-public-body .box-round {
  padding: 2rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
}
.ces-public-body .box-round.gray {
  padding: 1.6rem;
  border-color: #f8f8f8;
  background-color: #f8f8f8;
}
.ces-public-body .box-round .title {
  display: block;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .box-round .title + .txt {
  margin-top: 0.4rem;
}
.ces-public-body .box-round .txt {
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .box-round .ces-input-group + .ces-input-group {
  margin-top: 1.6rem;
}
.ces-public-body .wrap-ico-information {
  padding-left: 2.2rem;
  background: url(../images/common/ico_warning_blue_14.svg) no-repeat top 0.4rem left 0;
  background-size: 1.4rem;
}
.ces-public-body .box-round-table {
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
}
.ces-public-body .box-round-table .round-table {
  border-collapse: collapse;
  /* 241203 없음 */
}
.ces-public-body .box-round-table .round-table tr:last-child .tbl-title {
  border-bottom: 0;
}
.ces-public-body .box-round-table .round-table tr:last-child .tbl-data {
  border-bottom: 0;
}
.ces-public-body .box-round-table .round-table .ces-input-group .ces-input-text {
  overflow: hidden;
  margin-right: 1.6rem;
  padding: 0;
  height: auto;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: transparent;
}
.ces-public-body .box-round-table .tbl-title {
  padding: 1.4rem 0rem 1.4rem 1.6rem;
  border-bottom: 0.1rem solid #e5e5e5;
  width: 33%;
  color: #5F6A86;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  text-align: left;
}
.ces-public-body .box-round-table .tbl-data {
  padding: 1.4rem 1.6rem;
  border-bottom: 0.1rem solid #e5e5e5;
  width: 67%;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .box-border-table .border-table {
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
  border-collapse: collapse;
  text-align: left;
}
.ces-public-body .box-border-table .border-table .tbl-title {
  padding: 1.2rem 0.8rem;
  border-top: 0.1rem solid #e5e5e5;
  height: 5.8rem;
  min-height: 5.8rem;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
  background-color: #f8f8f8;
}
.ces-public-body .box-border-table .border-table .tbl-data {
  padding: 1.2rem 0.8rem;
  border-top: 0.1rem solid #e5e5e5;
  height: 5.8rem;
  min-height: 5.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .box-border-table .border-table .tbl-data .list-bullet {
  margin-top: 0;
}
.ces-public-body .box-border-table .border-table .tbl-data .list-bullet > li {
  color: #000;
}
.ces-public-body .box-border-table .border-table .tbl-data .group-flex {
  display: flex;
  align-items: center;
}
.ces-public-body .box-border-table .border-table tr:first-child .tbl-title,
.ces-public-body .box-border-table .border-table tr:first-child .tbl-data {
  border-top: 0;
}
.ces-public-body .ces-table table {
  border-top: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #ccc;
  table-layout: fixed;
}
.ces-public-body .ces-table table th {
  padding: 0.8rem;
  border-bottom: 0.1rem solid #e5e5e5;
  height: 4.8rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  text-align: left;
  background-color: #f8f8f8;
}
.ces-public-body .ces-table table th + th {
  border-left: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-table table th.text-center {
  text-align: center;
}
.ces-public-body .ces-table table th.text-right {
  text-align: right;
}
.ces-public-body .ces-table table td {
  padding: 0.8rem;
  border-bottom: 0.1rem solid #e5e5e5;
  height: 4.8rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-table table td + td {
  border-left: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-table table td.text-center {
  text-align: center;
}
.ces-public-body .ces-table table td.text-right {
  text-align: right;
}
.ces-public-body .ces-table table tfoot th {
  color: #000;
  font-weight: 500;
}
.ces-public-body .ces-table table tfoot th + td {
  border-left: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-table table tfoot td {
  background-color: #f8f8f8;
}
.ces-public-body .ces-filter-period .list-month {
  display: flex;
  border: 0.1rem solid #C4CBDC;
  border-radius: 0.6rem;
}
.ces-public-body .ces-filter-period .list-month .btn-month {
  flex: 1;
  position: relative;
  width: 100%;
  text-align: center;
}
.ces-public-body .ces-filter-period .list-month .btn-month input:checked + span {
  color: #5F6A86;
}
.ces-public-body .ces-filter-period .list-month .btn-month span {
  display: block;
  padding: 1.2rem 0;
  color: #8692AE;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
}
.ces-public-body .ces-filter-period .list-month .btn-month + .btn-month {
  border-left: 0.1rem solid #E3E6F0;
}
.ces-public-body .ces-filter-period .box-input {
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 0.8rem;
  border: 0.1rem solid #C4CBDC;
  border-radius: 0.6rem;
}
.ces-public-body .ces-filter-period .box-input input {
  flex: 1;
  padding: 0.7rem 1.6rem;
  border: 0;
  width: 6.4rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.4rem;
  text-align: center;
}
.ces-public-body .ces-filter-period .box-input span {
  flex: none;
}
.ces-public-body .ces-filter-period .box-input .btn-calendar {
  display: block;
  position: relative;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../images/common/ico_calendar_16.svg) no-repeat center center;
  background-size: 1.6rem;
}
.ces-public-body .ces-filter-period .box-input .btn-calendar:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.1rem;
  height: 1.6rem;
  background-color: #C4CBDC;
  transform: translateY(-50%);
}
.ces-public-body .ces-filter-date-picker {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.ces-public-body .ces-filter-date-picker .txt {
  flex: none;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
}
.ces-public-body .ces-filter-date-picker .box-period {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: space-between;
  position: relative;
}
.ces-public-body .ces-filter-date-picker .box-period .input-date {
  width: 100%;
  padding: 0.8rem 4rem 0.8rem 1.6rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  outline: none;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-filter-date-picker .box-period .btn-date-picker {
  display: block;
  position: absolute;
  right: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_calendar_gray_24.svg) no-repeat center/cover;
}
.ces-public-body .ces-filter-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-filter-box .ces-list-box {
  margin-bottom: 1.6rem;
}
.ces-public-body .ces-filter-box .ces-select-box {
  padding: 0 1.6rem 0 0;
  outline: 0;
  height: auto;
  color: #666;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
  text-align: left;
  background-image: url(../images/common/ico_arrow_down_filter_12.svg);
  background-size: 1.2rem;
}
.ces-public-body .ces-filter-box.right {
  justify-content: flex-end;
}
.ces-public-body .ces-no-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: auto;
  color: #888;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-no-content.gray08 {
  border-radius: 0.8rem;
  background-color: #f8f8f8;
}
.ces-public-body .ces-no-content .ico-warning {
  display: block;
  position: relative;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_warning_24.svg) no-repeat 50% 50%/100%;
}
.ces-public-body .ces-no-content .ico-time {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_time_24.svg) 50% no-repeat;
}
.ces-public-body .ces-no-content .ico-close {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_round_close_24.svg) 50% no-repeat;
}
.ces-public-body .ces-no-content:has(.ico-warning, .ico-time, .ico-close) {
  height: 18rem;
}
.ces-public-body .ces-no-content .ico-none {
  width: 100%;
  width: 18rem;
  height: 16rem;
  margin: 0 auto;
  background: url(../images/common/img_no_content.png) no-repeat center;
  background-size: auto 16rem;
}
.ces-public-body .ces-no-content .ico-question {
  width: 100%;
  width: 32rem;
  height: 26rem;
  margin: 0 auto;
  background: url(../images/common/img_no_question.png) no-repeat center;
  background-size: auto 26rem;
}
.ces-public-body .ces-no-content .ico-micro {
  width: 100%;
  width: 32rem;
  height: 26rem;
  margin: 0 auto;
  background: url(../images/common/img_no_micro.png) no-repeat center;
  background-size: auto 26rem;
}
.ces-public-body .ces-no-content .ico-list {
  width: 100%;
  width: 32rem;
  height: 26rem;
  margin: 0 auto;
  background: url(../images/common/img_no_list.png) no-repeat center;
  background-size: auto 26rem;
}
.ces-public-body .ces-no-content .ico-picture {
  width: 100%;
  width: 32rem;
  height: 26rem;
  margin: 0 auto;
  background: url(../images/common/img_no_picture.png) no-repeat center;
  background-size: auto 26rem;
}
.ces-public-body .ces-no-content .tit {
  margin-top: 2.4rem;
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  font-weight: 400;
}
.ces-public-body .ces-no-content .desc {
  display: block;
  margin-top: 0.8rem;
  color: #666;
  font-size: 1.5rem;
  font-weight: 400;
}
.ces-public-body .ces-no-content .title {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  color: #000;
}
.ces-public-body .ces-no-content .title + .txt {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-no-content .txt {
  margin-top: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
}
.ces-public-body .ces-list-content {
  position: relative;
  width: 100%;
}
.ces-public-body .ces-list-content .ces-link-content {
  display: flex;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-image {
  position: relative;
  flex: none;
  overflow: hidden;
  margin-right: 1.6rem;
  border-radius: 0.8rem;
  width: 12rem;
  height: 14rem;
  background-color: #E3E6F0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-image::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.05) 44.72%);
}
.ces-public-body .ces-list-content .ces-link-content .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content {
  width: calc(100% - 13.6rem);
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-badge {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -0.2rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-badge i {
  margin: 0.2rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-badge + .title {
  margin-top: 0.8rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-badge + .subtitle {
  margin-top: 0.8rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .subtitle {
  display: block;
  overflow: hidden;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  text-overflow: ellipsis;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .subtitle + .title {
  margin-top: 0.4rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .title {
  display: block;
  overflow: hidden;
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  letter-spacing: -0.03em;
  text-overflow: ellipsis;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .title + .wrap-category {
  margin-top: 0.4rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .title + .wrap-price {
  margin-top: 0.8rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-category {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-category .category {
  display: block;
  position: relative;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-category .category + .category {
  padding-left: 1.2rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-category .category + .category:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #e5e5e5;
  transform: translateY(-50%);
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-category .category + .detail:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.8rem;
  width: 0.1rem;
  height: 1rem;
  background-color: #ccc;
  transform: translateY(-50%);
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-category .detail {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 1.7rem;
  color: #00b3b5;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-category .detail .ico-location {
  display: inline-block;
  margin-right: 0.2rem;
  width: 1.2rem;
  height: 1.7rem;
  background: url(../images/common/ico_location_point_12.svg) 0 50%/1.2rem no-repeat;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-price {
  display: flex;
  position: relative;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-price .discount {
  color: #ee3124;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-price .price {
  margin-left: 0.4rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-price .original {
  display: inline-block;
  align-self: center;
  margin-left: 0.4rem;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  text-decoration: line-through;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-tag {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 0.4rem;
  margin-top: 0.8rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-tag .sharp-tag {
  flex-shrink: 0;
  display: inline-block;
  height: 2.8rem;
  padding: 0 1.2rem;
  color: #0089D0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.6rem;
  border-radius: 2rem;
  border: 0.1rem solid #0089D0;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-icon-text {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-icon-text .wrap-category + i {
  position: relative;
  margin-left: 1.7rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-icon-text .wrap-category + i:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -0.8rem;
  width: 0.1rem;
  height: 1rem;
  background-color: #e5e5e5;
  transform: translateY(-50%);
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-icon-text i {
  display: block;
  padding-left: 1.4rem;
  color: #00b3b5;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 1.2rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-icon-text i.ico-location {
  background-image: url(../images/common/ico_location_point_20.svg);
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-icon-text i.cesco-ico-star {
  width: auto;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-icon-text .detail {
  display: block;
  position: relative;
  margin-left: 1.7rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-icon-text .detail:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -0.8rem;
  width: 0.1rem;
  height: 1rem;
  background-color: #e5e5e5;
  transform: translateY(-50%);
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-service-mark {
  margin: 0.8rem 0 0;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-service-mark .chip-default {
  display: flex;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-service-mark .chip-default + .chip-default {
  margin-top: 0.2rem;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content .wrap-reivew {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  gap: 0.2rem;
  color: #666;
}
.ces-public-body .ces-list-content .ces-link-content .wrap-text-content + .wrap-user-react {
  margin-top: 1.6rem;
}
.ces-public-body .ces-list-content.merchandise .wrap-image {
  background-image: url(../images/common/ico_marchandise_default.svg);
}
.ces-public-body .ces-list-content.merchandise .wrap-text-content .title {
  line-height: 2rem;
}
.ces-public-body .ces-list-content.merchandise .wrap-text-content .wrap-icon-text .cesco-ico-star {
  color: #000;
  background-image: url(../images/common/ico_rate_star_16_blue.svg);
}
.ces-public-body .ces-list-content.location .wrap-image {
  background-image: url(../images/common/ico_location_default.svg);
}
.ces-public-body .ces-list-content.horizontal .wrap-text-content .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-public-body .ces-list-content.horizontal .ces-btn-bookmark {
  position: absolute;
  top: 0.8rem;
  left: 8.8rem;
  z-index: 2;
}
.ces-public-body .ces-list-content.horizontal .ces-btn-bookmark input + .ico-bookmark {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url(../images/common/ico_bookmark_24.svg);
}
.ces-public-body .ces-list-content.horizontal .ces-btn-bookmark input:checked + .ico-bookmark {
  background-image: url(../images/common/ico_bookmark_24_blue.svg);
}
.ces-public-body .ces-list-content.vertical .ces-link-content {
  flex-direction: column;
}
.ces-public-body .ces-list-content.vertical .ces-link-content .wrap-image {
  display: block;
  position: relative;
  margin: 0 0 1.2rem;
  border-radius: 0.8rem;
  width: 100%;
  height: auto;
  min-height: 14.5rem;
}
.ces-public-body .ces-list-content.vertical .ces-link-content .wrap-text-content {
  width: 100%;
}
.ces-public-body .ces-list-content.vertical .ces-link-content .wrap-text-content .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-public-body .ces-list-content.vertical .ces-link-content .wrap-service-mark {
  display: flex;
  gap: 0.8rem;
}
.ces-public-body .ces-list-content.vertical .ces-link-content .wrap-service-mark .chip-default + .chip-default {
  margin-top: 0;
}
.ces-public-body .ces-list-content.vertical .ces-btn-bookmark {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 2;
}
.ces-public-body .ces-list-content.vertical .ces-btn-bookmark input + .ico-bookmark {
  background-image: url(../images/common/ico_bookmark_24.svg);
}
.ces-public-body .ces-list-content.vertical .ces-btn-bookmark input:checked + .ico-bookmark {
  background-image: url(../images/common/ico_bookmark_24_blue.svg);
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-image {
  margin: 0 0 1.6rem;
  min-height: 20rem;
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-badge {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .title {
  overflow: hidden;
  margin: 0;
  font-size: 1.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .wrap-icon-text {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  margin: 0;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.5);
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .wrap-icon-text .ico-location {
  padding-left: 1.4rem;
  color: #fff;
  font-weight: 400;
  background: url(../images/common/ico_location_default.svg) no-repeat 0 50%/1rem;
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .wrap-icon-rate {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .wrap-icon-rate i {
  display: block;
  padding-left: 2rem;
  height: 1.6rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 1.6rem;
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .wrap-icon-rate i.ico-location {
  background-image: url(../images/common/ico_location_point_20.svg);
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .wrap-icon-rate i.cesco-ico-star {
  width: auto;
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .wrap-icon-rate .detail {
  display: block;
  margin-left: 0.4rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .wrap-icon-rate .category {
  display: block;
  position: relative;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .wrap-icon-rate .category:first-child {
  margin-left: 0.8rem;
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .wrap-icon-rate .category + .category {
  padding-left: 1.2rem;
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .wrap-icon-rate .category + .category:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.5rem;
  background: #e3e6f0;
  transform: translateY(-50%);
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .wrap-category {
  align-items: center;
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .wrap-service-mark {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .wrap-service-mark .chip-default {
  font-size: 1.4rem;
}
.ces-public-body .ces-list-content.big .ces-link-content .wrap-text-content .wrap-service-mark .chip-default + .chip-default {
  margin: 0 0 0 0.8rem;
}
.ces-public-body .wrap-private {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 3;
}
.ces-public-body .wrap-private .btn-private {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.8rem;
  padding: 0 1.2rem;
  background-color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
  color: #0089D0;
  border: 0.1rem solid #0089D0;
  border-radius: 2rem;
}
.ces-public-body .ces-item-magazine .link-magazine {
  display: block;
}
.ces-public-body .ces-item-magazine .link-magazine .wrap-image {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #E3E6F0;
}
.ces-public-body .ces-item-magazine .link-magazine .wrap-image::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ces-public-body .ces-item-magazine .link-magazine .wrap-image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
}
.ces-public-body .ces-item-magazine .link-magazine .wrap-content {
  margin-top: 1.6rem;
}
.ces-public-body .ces-item-magazine .link-magazine .wrap-content .title {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-public-body .magazine-card-item {
  display: block;
}
.ces-public-body .magazine-card-item .wrap-thumbnail {
  flex: none;
  overflow: hidden;
  border-radius: 0.8rem;
  width: 100%;
  height: auto;
  background: #E3E6F0;
}
.ces-public-body .magazine-card-item .wrap-thumbnail .thumb-img {
  width: 100%;
  object-fit: cover;
}
.ces-public-body .magazine-card-item .detail {
  display: block;
  margin-top: 0.8rem;
}
.ces-public-body .magazine-card-item .title {
  margin-top: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-public-body .magazine-card-item .magazine-info-txt {
  margin-top: 0.8rem;
}
.ces-public-body .magazine-card-item .magazine-info-txt .publish-info {
  display: block;
  margin-top: 0.8rem;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .magazine-card-item .magazine-info-txt .sub-info {
  margin-top: 0.8rem;
  color: #888;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
}
.ces-public-body .ces-item-banner {
  position: relative;
  /* 241204 없음 */
}
.ces-public-body .ces-item-banner .link-banner {
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-right: 4.4rem;
  border-radius: 0.8rem;
  background-color: #f8f8f8;
  background-size: 1.6rem;
  background-position: right 1.4rem top 50%;
  background-image: url(../images/common/ico_arrow_right_16.svg);
  background-repeat: no-repeat;
}
.ces-public-body .ces-item-banner .wrap-image {
  flex: none;
  position: relative;
  overflow: hidden;
  margin-right: 1.2rem;
  border-radius: 0.8rem 0 0 0.8rem;
  width: 8.2rem;
  height: 8.2rem;
  background-color: #E3E6F0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem;
}
.ces-public-body .ces-item-banner .wrap-image img {
  width: 100%;
}
.ces-public-body .ces-item-banner .wrap-text-content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: calc(100% - 12rem);
}
.ces-public-body .ces-item-banner .wrap-text-content .subtitle {
  display: block;
  overflow: hidden;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  text-overflow: ellipsis;
}
.ces-public-body .ces-item-banner .wrap-text-content .title {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-public-body .ces-item-banner .wrap-text-content .title + .wrap-category {
  margin-top: 0.4rem;
}
.ces-public-body .ces-item-banner .wrap-text-content .title + .wrap-price {
  margin-top: 0.4rem;
}
.ces-public-body .ces-item-banner .wrap-text-content .wrap-price {
  display: flex;
  position: relative;
}
.ces-public-body .ces-item-banner .wrap-text-content .wrap-price .discount {
  color: #ee3124;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-item-banner .wrap-text-content .wrap-price .price {
  margin-left: 0.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-item-banner .wrap-text-content .wrap-category {
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.ces-public-body .ces-item-banner .wrap-text-content .wrap-category .category {
  display: block;
  position: relative;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.ces-public-body .ces-item-banner .wrap-text-content .wrap-category .category + .category {
  padding-left: 1.2rem;
}
.ces-public-body .ces-item-banner .wrap-text-content .wrap-category .category + .category:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.5rem;
  background: #e3e6f0;
  transform: translateY(-50%);
}
.ces-public-body .ces-item-banner .box-like {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.ces-public-body .ces-item-banner .box-like .btn-like {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0;
  border: 0;
  width: 4rem;
  background: transparent;
}
.ces-public-body .ces-item-banner .box-like .btn-like .ico-heart {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_heart_20.svg) no-repeat center center;
  background-size: 1.6rem;
}
.ces-public-body .ces-item-banner .box-like .btn-like .number-count {
  display: block;
  margin-top: 0.8rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
.ces-public-body .ces-item-banner .box-like .btn-like.active {
  border: 0;
}
.ces-public-body .ces-item-banner .box-like .btn-like.active .ico-heart {
  background-image: url(../images/common/ico_heart_20_on.svg);
}
.ces-public-body .ces-item-banner.merchandise .wrap-image {
  width: 10rem;
  height: 10rem;
  background-image: url(../images/common/ico_marchandise_default.svg);
}
.ces-public-body .ces-item-banner.location .wrap-image {
  background-image: url(../images/common/ico_location_default.svg);
}
.ces-public-body .ces-item-banner.location .title {
  font-weight: 600;
}
.ces-public-body .ces-item-room {
  display: block;
}
.ces-public-body .ces-item-room .wrap-image {
  overflow: hidden;
  border-radius: 0.8rem 0.8rem 0 0;
  width: 100%;
  height: 18rem;
  background: #E3E6F0 url(../images/common/ico_location_default.svg) no-repeat center center;
  background-size: 2.4rem;
}
.ces-public-body .ces-item-room .wrap-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ces-public-body .ces-item-room .box-text-content {
  display: block;
  padding: 1.2rem 2rem 1.6rem;
  border-radius: 0 0 0.8rem 0.8rem;
  border-width: 0 0.1rem 0.1rem 0.1rem;
  border-style: solid;
  border-color: transparent #e5e5e5 #e5e5e5 #e5e5e5;
}
.ces-public-body .ces-item-room .box-text-content .wrap-title {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ces-public-body .ces-item-room .box-text-content .wrap-title .name {
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.ces-public-body .ces-item-room .box-text-content .text-detail {
  margin-top: 0.8rem;
  padding-left: 2rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 1.6rem;
}
.ces-public-body .ces-item-room .box-text-content .text-detail.user {
  background-image: url(../images/common/ico_user_double_gray_16.svg);
}
.ces-public-body .ces-item-room .box-text-content .text-detail.house {
  background-image: url(../images/common/ico_house_gray_16.svg);
}
.ces-public-body .ces-item-room .box-text-content .text-detail.building {
  background-image: url(../images/common/ico_building_gray_16.svg);
}
.ces-public-body .ces-item-room .box-text-content .text-detail.sofa {
  background-image: url(../images/common/ico_sofa_gray_16.svg);
}
.ces-public-body .ces-item-room .box-text-content .text-detail + .text-detail {
  margin-top: 0.4rem;
}
.ces-public-body .ces-item-room .box-text-content .detail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: none;
  margin-top: 1.6rem;
  width: 100%;
}
.ces-public-body .ces-item-room .box-text-content .detail .day {
  color: #0089D0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-item-room .box-text-content .detail .price {
  margin-left: 0.4rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.ces-public-body .ces-item-news {
  padding: 2.4rem 0;
}
.ces-public-body .ces-item-news .wrap-image {
  overflow: hidden;
  margin-top: 1.6rem;
  border-radius: 0.8rem;
  width: 100%;
}
.ces-public-body .ces-item-news .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-item-news .box-content {
  margin-top: 1.6rem;
}
.ces-public-body .ces-item-news .box-content .title {
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.ces-public-body .ces-item-news .box-content .text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  margin-top: 0.8rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-item-news .box-content .text.active {
  display: block;
  overflow: visible;
}
.ces-public-body .ces-item-news .box-content .btn-read-more {
  display: inline-block;
  margin-top: 0.4rem;
  color: #888;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  text-decoration: underline;
}
.ces-public-body .ces-item-news .period {
  display: inline-block;
  margin-top: 1.2rem;
  padding: 0.4rem 0.8rem;
  border-radius: 0.4rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  background-color: #f5f5f5;
}
.ces-public-body .badge-chk {
  padding-left: 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 1.6rem;
}
.ces-public-body .badge-chk.prd {
  color: #00b3b5;
  background-image: url(../images/common/ico_prd_chk.svg);
}
.ces-public-body .badge-chk.place {
  color: #0089D0;
  background-image: url(../images/common/ico_place_chk.svg);
}
.ces-public-body .ces-item-link-magazine {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem 0;
  gap: 1.6rem;
}
.ces-public-body .ces-item-link-magazine .wrap-thumbnail {
  flex: none;
  overflow: hidden;
  border-radius: 0.8rem;
  width: 100%;
  height: auto;
  background: #E3E6F0;
}
.ces-public-body .ces-item-link-magazine .wrap-thumbnail .thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-item-link-magazine .column-title .badge-txt {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}
.ces-public-body .ces-item-link-magazine .column-title .badge-txt.color01 {
  color: #0089D0;
}
.ces-public-body .ces-item-link-magazine .column-title .badge-txt.color02 {
  color: #00B3B5;
}
.ces-public-body .ces-item-link-magazine .column-title .description {
  margin-top: 0.4rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-public-body .ces-item-link-magazine .column-title .sub-wrap {
  margin-top: 1.2rem;
}
.ces-public-body .ces-item-link-magazine.reverse {
  align-items: baseline;
  flex-direction: row-reverse;
}
.ces-public-body .ces-item-link-magazine.reverse .magazine-info-txt {
  flex: 1 1 auto;
}
.ces-public-body .ces-item-link-magazine.reverse .magazine-info-txt .description {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-public-body .ces-item-link-magazine.reverse .description {
  margin-top: 0.8rem;
}
.ces-public-body .author-info {
  display: flex;
  gap: 0.8rem;
}
.ces-public-body .author-info .profile {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #ccc;
  overflow: hidden;
}
.ces-public-body .author-info .profile .profile-img {
  display: block;
  width: 4rem;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .author-info .wrap-txt .user-name {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .author-info .wrap-txt .date {
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-item-review {
  overflow: hidden;
  padding: 2.4rem 0;
}
.ces-public-body .ces-item-review .review-info {
  margin-bottom: 2rem;
}
.ces-public-body .ces-item-review .review-info > .icon {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 1.6rem;
  border: 0.1rem solid #E3E6F0;
  border-radius: 50%;
  width: 4.8rem;
  height: 4.8rem;
  background-color: #F3F5FA;
}
.ces-public-body .ces-item-review .review-info .date {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #888;
}
.ces-public-body .ces-item-review .review-info .title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ces-public-body .ces-item-review .review-info .title-wrap .review-tit {
  width: 100%;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.03em;
  font-size: 1.8rem;
}
.ces-public-body .ces-item-review .review-info .title-wrap .date {
  flex-shrink: 0;
  line-height: 2.8rem;
  padding: 0 0.4rem;
}
.ces-public-body .ces-item-review .review-info.inner-btn {
  position: relative;
}
.ces-public-body .ces-item-review .review-info.inner-btn .title-wrap::after {
  display: inline-block;
  content: "";
  width: 2.4rem;
}
.ces-public-body .ces-item-review .review-info.inner-btn .btn-more-util {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  transform: translateY(-50%);
  background: url(../images/common/ico_more_util_24.svg) no-repeat center;
}
.ces-public-body .ces-item-review .review-info.type-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ces-public-body .ces-item-review .review-info.type-flex .title-wrap::after {
  display: none;
}
.ces-public-body .ces-item-review .review-info.type-flex .title-wrap + .date {
  flex-shrink: 0;
}
.ces-public-body .ces-item-review .review-info.type-flex .title-wrap + .date:last-child::after {
  display: none;
}
.ces-public-body .ces-item-review .review-info.type-flex .title-wrap + .date::after {
  display: inline-block;
  content: "";
  width: 2.4rem;
}
.ces-public-body .ces-item-review .wrap-user-react {
  margin-top: 2.4rem;
}
.ces-public-body .ces-item-review .ces-scroll-x {
  margin-right: -2rem;
}
.ces-public-body .ces-item-review .ces-scroll-x li {
  margin-right: 0.8rem;
}
.ces-public-body .ces-item-review .ces-scroll-x li .zoom-img {
  display: block;
  overflow: hidden;
  border-radius: 0.4rem;
  width: 22.6rem;
  height: 22.6rem;
}
.ces-public-body .ces-item-review .ces-scroll-x li .zoom-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-item-review .ces-scroll-x li:last-child {
  margin-right: 2rem;
}
.ces-public-body .ces-item-review .ces-list-box {
  margin-top: 0.8rem;
}
.ces-public-body .list-more-util-area {
  margin: 2.4rem 0 0;
}
.ces-public-body .list-more-util-area .item-more-util + .item-more-util {
  margin-top: 0.8rem;
}
.ces-public-body .list-more-util-area .more-util {
  display: flex;
  align-items: center;
  height: 4.8rem;
  padding-left: 1.6rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
  gap: 0.8rem;
}
.ces-public-body .list-more-util-area .more-util .ico-more-util {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.ces-public-body .list-more-util-area .more-util .ico-more-util.modify {
  background-image: url(../images/common/ico_more_util_modify_24.svg);
}
.ces-public-body .list-more-util-area .more-util .ico-more-util.delete {
  background-image: url(../images/common/ico_more_util_delete_24.svg);
}
.ces-public-body .list-more-util-area .more-util .name {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .box-thumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2rem;
}
.ces-public-body .box-thumb .copy {
  margin-right: 0.8rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
  color: #666;
}
.ces-public-body .box-thumb.space-between {
  justify-content: space-between;
}
.ces-public-body .box-thumb.space-between > .txt-body5 {
  line-height: 1.6rem;
}
.ces-public-body .box-thumb.space-between > .txt-body5 .wrap-tooltip .ces-tooltip {
  top: -6.4rem;
  width: 18rem;
  height: 6.4rem;
}
.ces-public-body .box-thumb.space-between > .txt-body5 .wrap-tooltip .ces-tooltip .tooltip-content {
  padding-right: 2rem;
}
.ces-public-body .wrap-item-recommend {
  position: relative;
}
.ces-public-body .wrap-item-recommend .ces-btn-bookmark {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.2rem;
  right: 1.6rem;
  z-index: 1;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  background: rgba(0, 0, 0, 0.4);
}
.ces-public-body .wrap-item-recommend .ces-btn-bookmark .ico-bookmark {
  background-image: url(../images/common/ico_bookmark_24.svg);
  background-size: 3.2rem;
}
.ces-public-body .wrap-item-recommend .ces-btn-bookmark input[type=checkbox]:checked + .ico-bookmark {
  background-image: url(../images/common/ico_bookmark_24_blue.svg);
}
.ces-public-body .ces-item-recommend {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 -2rem;
}
.ces-public-body .ces-item-recommend .wrap-thumb {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ces-public-body .ces-item-recommend .wrap-thumb::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.05) 44.72%);
}
.ces-public-body .ces-item-recommend .wrap-thumb img {
  vertical-align: top;
  width: 100%;
  object-fit: cover;
}
.ces-public-body .ces-item-recommend .box-detail {
  position: relative;
  z-index: 1;
  margin: -8rem auto 0;
  padding: 2.4rem 1.6rem;
  border-radius: 2.4rem 2.4rem 0 0;
  width: calc(100% - 1.6rem);
  background-color: #fff;
  text-align: center;
}
.ces-public-body .ces-item-recommend .list-certi-mark {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  position: absolute;
  top: -4.6rem;
  left: 50%;
  transform: translateX(-50%);
}
.ces-public-body .ces-item-recommend .list-certi-mark [class^=img-] {
  display: block;
  height: auto;
  object-fit: cover;
}
.ces-public-body .ces-item-recommend .list-certi-mark [class^=img-].img-mark01, .ces-public-body .ces-item-recommend .list-certi-mark [class^=img-].img-mark03 {
  width: 3.4rem;
}
.ces-public-body .ces-item-recommend .list-certi-mark [class^=img-].img-mark02 {
  width: 3.2rem;
}
.ces-public-body .ces-item-recommend .wrap-badge {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  height: 2rem;
}
.ces-public-body .ces-item-recommend .wrap-badge + .title {
  margin-top: 1.2rem;
}
.ces-public-body .ces-item-recommend .wrap-badge + .title .ces-txt-banner {
  font-weight: 500;
}
.ces-public-body .ces-item-recommend .wrap-badge.second {
  height: 7rem;
  margin-top: -4.4rem;
}
.ces-public-body .ces-item-recommend .wrap-badge.second .ces-badge-members,
.ces-public-body .ces-item-recommend .wrap-badge.second .ces-badge-white-cesco {
  display: inline-block;
  padding: 0;
  width: 8rem;
  height: 7rem;
  border-width: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 8rem 7rem;
}
.ces-public-body .ces-item-recommend .wrap-badge.second .ces-badge-members {
  background-image: url(../images/common/img_solution_mark01.png);
}
.ces-public-body .ces-item-recommend .wrap-badge.second .ces-badge-white-cesco {
  background-image: url(../images/common/img_solution_mark02.png);
}
.ces-public-body .ces-item-recommend .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ces-public-body .ces-item-recommend .title .ces-txt-banner {
  display: block;
  width: 100%;
}
.ces-public-body .ces-item-recommend .wrap-category {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  margin-top: 0.2rem;
}
.ces-public-body .ces-item-recommend .wrap-category .category {
  display: block;
  position: relative;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-item-recommend .wrap-category .category + .category {
  padding-left: 1.2rem;
}
.ces-public-body .ces-item-recommend .wrap-category .category + .category:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  background: #e5e5e5;
  transform: translateY(-50%);
}
.ces-public-body .ces-item-recommend .wrap-category .category + .wrap-icon-text {
  padding-left: 1.7rem;
}
.ces-public-body .ces-item-recommend .wrap-category .category + .wrap-icon-text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.9rem;
  width: 0.1rem;
  height: 1rem;
  background: #e5e5e5;
  transform: translateY(-50%);
}
.ces-public-body .ces-item-recommend .wrap-icon-text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.ces-public-body .ces-item-recommend .wrap-icon-text [class^=ico] {
  display: block;
  padding-left: 1.4rem;
  color: #00b3b5;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  background-repeat: no-repeat;
  background-position: 0 30%;
  background-size: 1.2rem;
}
.ces-public-body .ces-item-recommend .wrap-icon-text .ico-location {
  background-image: url(../images/common/ico_location_point_20.svg);
}
.ces-public-body .ces-item-recommend .wrap-icon-text .detail {
  display: block;
  position: relative;
  margin-left: 1.7rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-item-recommend .wrap-icon-text .detail:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -0.8rem;
  width: 0.1rem;
  height: 1rem;
  background-color: #e5e5e5;
  transform: translateY(-50%);
}
.ces-public-body .ces-item-recommend .wrap-service-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2.4rem;
}
.ces-public-body .ces-item-recommend .wrap-service-mark [class^=chip-] > i {
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
}
.ces-public-body .box-btn-line {
  display: flex;
  flex-wrap: wrap;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
}
.ces-public-body .box-btn-line .btn-line-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0.8rem;
  min-height: 10rem;
  border-right: 0.1rem solid #e5e5e5;
}
.ces-public-body .box-btn-line .btn-line-item:last-child {
  border-right: none;
}
.ces-public-body .box-btn-line .btn-line-item .copy {
  margin-top: 0.8rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
}
.ces-public-body .box-btn-line .btn-line-item [class^=icon] {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-position: 50%;
  background-size: 2.4rem;
  background-repeat: no-repeat;
}
.ces-public-body .box-btn-line .btn-line-item [class^=icon].barcode {
  background-image: url(../images/common/ico_barcode_24.svg);
}
.ces-public-body .box-btn-line .btn-line-item [class^=icon].question {
  background-image: url(../images/common/ico_question_24.svg);
}
.ces-public-body .box-btn-line .btn-line-item [class^=icon].ingredient {
  background-image: url(../images/common/ico_book_24.svg);
}
.ces-public-body .box-btn-line .btn-line-item [class^=icon].food {
  background-image: url(../images/common/ico_ranking_24.svg);
}
.ces-public-body .box-btn-line .btn-line-item [class^=icon].clean {
  background-image: url(../images/common/ico_glass_24.svg);
}
.ces-public-body .box-btn-line .btn-line-item [class^=icon].allergy {
  background-image: url(../images/common/ico_checklist_24.svg);
}
.ces-public-body .box-btn-line .btn-line-item [class^=icon].bookmark {
  background: url(../images/common/ico_bookmark_32.svg);
}
.ces-public-body .box-btn-line .btn-line-item [class^=icon].coupon {
  background: url(../images/common/ico_coupon_32.svg);
}
.ces-public-body .box-btn-line .btn-line-item [class^=icon].mileage {
  background: url(../images/common/ico_mileage_32.svg);
}
.ces-public-body .ces-card-item {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  flex-direction: column;
  height: 21rem;
  padding: 2rem 1.6rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
.ces-public-body .ces-card-item .thumb {
  overflow: hidden;
  border-radius: 50%;
  width: 7.2rem;
  height: 7.2rem;
  background-color: #EAECF4;
}
.ces-public-body .ces-card-item .thumb .img-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-card-item .info-txt {
  display: flex;
  flex-direction: column;
  margin-top: 1.2rem;
  width: 100%;
  text-align: center;
}
.ces-public-body .ces-card-item .info-txt .host {
  color: #0089D0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
  text-align: center;
}
.ces-public-body .ces-card-item .info-txt .title {
  margin-top: 0.4rem;
  min-height: 3.6rem;
  color: #000;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.03em;
}
.ces-public-body .ces-card-item .info-txt .deadline {
  margin-top: 0.8rem;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-checklist {
  padding: 1.6rem;
  border-radius: 3.2rem 0.8rem 3.2rem 0.8rem;
  background: #E2E7ED;
}
.ces-public-body .ces-checklist .ces-checklist-box {
  padding: 2rem;
  border: 0.1rem solid #1489CA;
  border-radius: 3.2rem 0 3.2rem 0;
  background: #fff;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-header .logo {
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-header .stamp {
  display: block;
  width: 8rem;
  height: 8rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-content {
  margin-top: 2rem;
}
.ces-public-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-public-body .ces-checklist .ces-checklist-box .checklist-content .checklist-date {
  margin-top: 1.6rem;
  color: #8798AD;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7rem;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-content .list-up {
  margin-top: 1rem;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-content .list-up li {
  overflow: hidden;
  position: relative;
  padding-left: 2.8rem;
  color: #0A233F;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.3rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 2.4rem;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-content .list-up li + li {
  margin-top: 1rem;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-content .list-up li:not(:nth-child(-n+3)) {
  display: none;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-content .list-up.active li:not(:nth-child(-n+3)) {
  display: block;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-content .list-up.active + .btn-more {
  margin-top: 0.8rem;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-content .list-up.active + .btn-more .blur {
  display: none;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-content .list-up.active + .btn-more .ico-arrow {
  transform: rotate(-180deg);
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-content .btn-more {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -3.2rem;
  width: 100%;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-content .btn-more .blur {
  display: block;
  box-shadow: 0 -1rem 1.9rem 0.5rem rgb(255, 255, 255) inset;
  width: 100%;
  height: 3.2rem;
  backdrop-filter: blur(0.1rem);
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-content .btn-more .text {
  display: block;
  flex: none;
  margin-right: 0.4rem;
  color: #8698B0;
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-content .btn-more .ico-arrow {
  display: block;
  flex: none;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_arrow_down_checklist.svg) no-repeat center center/100%;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-content .btn-more.show {
  display: flex;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-footer {
  margin-top: 1.6rem;
}
.ces-public-body .ces-checklist .ces-checklist-box .checklist-footer .list-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ces-public-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-public-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-public-body .ces-checklist.small {
  padding: 1.4rem;
  border-radius: 3.6rem 0.4rem 3.6rem 0.4rem;
  background: #E2E7ED;
}
.ces-public-body .ces-checklist.small .checklist-header .stamp {
  width: 7rem;
  height: 7rem;
}
.ces-public-body .ces-checklist.small .ces-checklist-box {
  padding: 1.6rem;
  border: 0.1rem solid #1489CA;
  border-radius: 3.2rem 0 3.2rem 0;
  background: #fff;
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-] .logo {
  width: calc(100% - 8rem);
  height: 2.7rem;
  background-position: left center;
  background-size: auto 2.7rem;
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-1 {
  border-color: #1489CA;
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-1 .checklist-header .logo {
  background-image: url(../images/common/logo_header_cesco.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-1 .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_bug.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-1 .list-up li {
  background-image: url(../images/common/ico_chk_1_18.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-2 {
  border-color: #00B3B5;
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-2 .checklist-header .logo {
  background-image: url(../images/common/logo_cesco_food.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-2 .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_food.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-2 .list-up li {
  background-image: url(../images/common/ico_chk_2_18.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-3 {
  border-color: #AA5CA4;
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-3 .checklist-header .logo {
  background-image: url(../images/common/logo_cesco_viruscare.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-3 .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_virus.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-3 .list-up li {
  background-image: url(../images/common/ico_chk_3_18.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-4 {
  border-color: #F99E25;
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-4 .checklist-header .logo {
  background-image: url(../images/common/logo_cesco_bodycare.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-4 .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_body.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-4 .list-up li {
  background-image: url(../images/common/ico_chk_4_18.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-5 {
  border-color: #34C3E0;
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-5 .checklist-header .logo {
  background-image: url(../images/common/logo_cesco_water.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-5 .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_water.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-5 .list-up li {
  background-image: url(../images/common/ico_chk_5_18.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-6 {
  border-color: #8F92C8;
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-6 .checklist-header .logo {
  background-image: url(../images/common/logo_cesco_airperfume.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-6 .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_air.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-6 .list-up li {
  background-image: url(../images/common/ico_chk_6_18.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-7 {
  border-color: #8F92C8;
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-7 .checklist-header .logo {
  background-image: url(../images/common/logo_cesco_air.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-7 .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_air.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-].type-7 .list-up li {
  background-image: url(../images/common/ico_chk_6_18.svg);
}
@media (max-width: 320px) {
  .ces-public-body .ces-checklist.small .ces-checklist-box[class*=type-] .logo {
    width: calc(100% - 5rem);
    height: 1.7rem;
    background-size: auto 1.7rem;
  }
}
.ces-public-body .ces-checklist.small .ces-checklist-box .checklist-content {
  margin-top: 1.4rem;
}
.ces-public-body .ces-checklist.small .ces-checklist-box .checklist-content .checklist-title {
  color: #0A233F;
}
.ces-public-body .ces-checklist.small .ces-checklist-box .checklist-content .checklist-date {
  margin-top: 1.4rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  line-height: 1.4rem;
}
.ces-public-body .ces-checklist.small .ces-checklist-box .checklist-content .list-up {
  margin-top: 1.4rem;
}
.ces-public-body .ces-checklist.small .ces-checklist-box .checklist-content .list-up li {
  padding-left: 2rem;
  color: #0A233F;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8rem;
  background-size: 1.8rem;
}
.ces-public-body .ces-checklist.small .ces-checklist-box .checklist-content .list-up li + li {
  margin-top: 0.4rem;
}
.ces-public-body .ces-checklist.small .ces-checklist-box .checklist-content .btn-more {
  margin-top: 2rem;
}
.ces-public-body .ces-checklist.small .ces-checklist-box .checklist-content .btn-more .text {
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-checklist.small .ces-checklist-box .checklist-content .btn-more .ico-arrow {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/common/ico_arrow_down_16.svg);
}
.ces-public-body .ces-checklist.small .ces-checklist-box .checklist-content .btn-more .blur {
  display: none;
}
.ces-public-body .ces-checklist.small.cesco .checklist-header .logo {
  width: 5.5rem;
  height: 2.7rem;
}
.ces-public-body .ces-checklist.small.cesco .list-up li {
  background-image: url(../images/common/ico_checkbox_blue_18.svg);
}
.ces-public-body .ces-checklist.small.cesco-food .checklist-header .logo {
  width: 10.2rem;
  height: 3.2rem;
}
.ces-public-body .ces-checklist.small.cesco-food .list-up li {
  background-image: url(../images/common/ico_checkbox_mint_18.svg);
}
.ces-public-body .ces-checklist.small.cesco-viruscare .checklist-header .logo {
  width: 14.4rem;
  height: 3.2rem;
}
.ces-public-body .ces-checklist.small.cesco-viruscare .list-up li {
  background-image: url(../images/common/ico_checkbox_purple_18.svg);
}
.ces-public-body .ces-checklist.cesco .checklist-header .logo {
  width: 6rem;
  height: 3.2rem;
  background-image: url(../images/common/logo_header_cesco.svg);
}
.ces-public-body .ces-checklist.cesco .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_bug.svg);
}
.ces-public-body .ces-checklist.cesco .list-up li {
  background-image: url(../images/common/ico_checkbox_blue.svg);
}
.ces-public-body .ces-checklist.cesco-food .checklist-header .logo {
  width: 10.2rem;
  height: 3.2rem;
  background-image: url(../images/common/logo_cesco_food.svg);
}
.ces-public-body .ces-checklist.cesco-food .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_food.svg);
}
.ces-public-body .ces-checklist.cesco-food .list-up li {
  background-image: url(../images/common/ico_checkbox_mint.svg);
}
.ces-public-body .ces-checklist.cesco-viruscare .checklist-header .logo {
  width: 14.4rem;
  height: 3.2rem;
  background-image: url(../images/common/logo_cesco_viruscare.svg);
}
.ces-public-body .ces-checklist.cesco-viruscare .checklist-header .stamp {
  background-image: url(../images/common/ico_stamp_virus.svg);
}
.ces-public-body .ces-checklist.cesco-viruscare .list-up li {
  background-image: url(../images/common/ico_checkbox_purple.svg);
}
.ces-public-body .ces-popup-slide {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}
.ces-public-body .ces-popup-slide .popup-dim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.ces-public-body .ces-popup-slide .popup-content {
  position: relative;
  top: 50%;
  padding: 0 2rem;
  transform: translateY(-50%);
}
.ces-public-body .ces-popup-slide .popup-content .list-slide {
  padding-bottom: 2.6rem;
}
.ces-public-body .ces-popup-slide .popup-content .list-slide .swiper-slide {
  overflow: hidden;
  border-radius: 1.2rem;
}
.ces-public-body .ces-popup-slide .popup-content .list-slide .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ces-public-body .ces-popup-slide .popup-content .list-slide .swiper-pagination {
  bottom: 0;
}
.ces-public-body .ces-popup-slide .popup-content .list-slide .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.ces-public-body .ces-popup-slide .popup-content .list-slide .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0089D0;
}
.ces-public-body .ces-popup-slide .popup-content .btn-close {
  display: block;
  position: absolute;
  top: 1.2rem;
  right: 3.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-public-body .ces-popup-slide .wrap-filter-slide {
  overflow: hidden;
  width: 100%;
  height: auto;
}
.ces-public-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-public-body .ces-popup-slide .btn-slide.prev {
  left: 3.6rem;
  background-image: url(../images/common/ico_arrow_left_20_white.svg);
}
.ces-public-body .ces-popup-slide .btn-slide.next {
  right: 3.6rem;
  background-image: url(../images/common/ico_arrow_right_20_white.svg);
}
.ces-public-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-public-body .ces-popup-slide .wrap-list-slide .btn-close {
  position: absolute;
  top: -3.2rem;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
}
.ces-public-body .ces-popup-slide .wrap-list-slide .btn-close:before, .ces-public-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-public-body .ces-popup-slide .wrap-list-slide .btn-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ces-public-body .ces-popup-slide .wrap-list-slide .btn-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ces-public-body .ces-popup-slide .wrap-list-slide .list-slide {
  display: flex;
  transition: transform 0.4s ease;
  transform: translateX(0);
}
.ces-public-body .ces-popup-slide .wrap-list-slide .list-slide::after {
  content: "";
  clear: both;
  display: block;
}
.ces-public-body .ces-popup-slide .wrap-list-slide .list-slide li {
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 1.2rem;
  width: 100%;
}
.ces-public-body .ces-popup-slide .wrap-list-slide .list-slide li img {
  display: block;
  width: 100%;
  height: auto;
}
.ces-public-body .ces-user-swiper {
  position: relative;
  overflow: hidden;
}
.ces-public-body .ces-user-swiper .space-banner {
  width: 100%;
}
.ces-public-body .ces-user-swiper .img-banner {
  width: 100%;
  object-fit: cover;
}
.ces-public-body .ces-user-swiper .swiper-pagination.num {
  display: inline-flex;
  top: 0.8rem;
  right: 0.8rem;
  bottom: auto;
  left: auto;
  padding: 0.2rem 0.8rem;
  border-radius: 1.8rem;
  gap: 0.2rem;
  width: auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.ces-public-body .ces-user-swiper .swiper-pagination.num .swiper-pagination-current {
  color: #fff;
}
.ces-public-body .ces-user-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  background: #fff;
  opacity: 0.5;
}
.ces-public-body .ces-user-swiper .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.ces-public-body .box-file-attachment {
  display: flex;
  flex-direction: column;
  margin-top: 2.4rem;
  padding: 1.1rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
}
.ces-public-body .box-file-attachment + .box-file-attachment {
  margin-top: 0.8rem;
}
.ces-public-body .box-file-attachment .btn-confirm-download {
  position: relative;
  display: flex;
  flex: 1;
}
.ces-public-body .box-file-attachment .btn-confirm-download::before {
  flex-shrink: 0;
  content: "";
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.8rem;
  background: url(../images/common/ico_file_attachment_16.svg) left 0 top 0.2rem/cover no-repeat;
}
.ces-public-body .box-file-attachment .btn-confirm-download .data {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #666;
  text-decoration: underline;
}
.ces-public-body .ces-public-sub-detail {
  margin-top: -5.6rem;
  padding-bottom: 5.6rem;
}
.ces-public-body .ces-public-sub-detail .place-visual-swiper {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: url(../images/common/mask_place_visual.svg);
  -webkit-mask-size: cover;
}
.ces-public-body .ces-public-sub-detail .place-visual-swiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-sub-detail .place-visual-swiper .swiper-slide::after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/common/mask_place_gradient.svg);
  background-size: cover;
}
.ces-public-body .ces-public-sub-detail [class^=place-detail] {
  padding: 0 2rem 4rem;
  border-bottom: 0.8rem solid #F3F5FA;
}
.ces-public-body .ces-public-sub-detail .place-detail-title {
  border-bottom: 0;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-title {
  margin: 2rem 0 0 0;
  align-items: flex-start;
  flex-direction: column;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-title .wrap-category {
  display: flex;
  align-items: center;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-title .wrap-category .category {
  position: relative;
  color: #888;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-title .wrap-category .category + .category {
  padding-left: 1.1rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-title .wrap-category .category + .category:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.4rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #C4CBDC;
  transform: translateY(-50%);
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-title .title {
  margin-top: 0.8rem;
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 3.4rem;
  font-weight: 400;
  line-height: 4.8rem;
  letter-spacing: -0.03em;
  word-break: break-all;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-price {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-price [class^=txt] {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-price .txt-price {
  margin-top: 0.4rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-price .txt-price .num {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 3.9rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-price .txt-price + .txt-color-gray03.txt-body5 {
  font-size: 1.2rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-price .txt {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-price .discount {
  color: #ee3124;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-price .original {
  color: #888;
  text-decoration: line-through;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-price .used-info {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #888;
  margin-top: 0.4rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-price.box-round {
  padding: 1.6rem;
  border-radius: 0.8rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-price.box-round .txt-compare .txt {
  color: #000;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-price.box-round.blue {
  border: 0.1rem solid #0089D0;
  background-color: rgba(20, 137, 202, 0.06);
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-price.box-round.blue .txt-price {
  color: #0089D0;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-price.box-round.blue + .box-round {
  margin-top: 0.8rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-title .box-price.box-round + .txt-color-gray03.txt-body5 {
  margin-top: 0.8rem;
}
.ces-public-body .ces-public-sub-detail .box-care-period {
  margin: 4rem 0 0;
}
.ces-public-body .ces-public-sub-detail .box-care-period .description {
  display: block;
}
.ces-public-body .ces-public-sub-detail .box-care-period .description .badge {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  border-radius: 1.6rem;
  color: #0089D0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  background: #EBF6FB;
}
.ces-public-body .ces-public-sub-detail .box-care-period .description .txt {
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-weight: 500;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-sub-detail .box-care-period .description .txt .txt-color-blue {
  font-family: inherit;
}
.ces-public-body .ces-public-sub-detail .box-care-period .description .ico-expression {
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  height: 2.2rem;
  background: url(../images/common/ico_warning_16.svg) no-repeat 50% 50%/100%;
}
.ces-public-body .ces-public-sub-detail .ces-tab {
  /* 장소정보 탭 - 메뉴 */
}
.ces-public-body .ces-public-sub-detail .ces-tab .list-square-btn-tab {
  padding: 0 1.4rem;
  gap: 2.4rem;
  background-color: #f8f8f8;
}
.ces-public-body .ces-public-sub-detail .ces-tab .list-square-btn-tab .btn-tab-square {
  padding: 0;
  min-width: auto;
  color: #888;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  background-color: transparent;
}
.ces-public-body .ces-public-sub-detail .ces-tab .list-square-btn-tab .btn-tab-square.active {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  background-color: transparent;
}
.ces-public-body .ces-public-sub-detail .ces-tab .ces-tab-square {
  margin-top: -2.4rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .ces-tab-square .box-title .title-inner-left .title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .ces-tab-square .box-title + .box-title {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .box-title + .map-discover {
  margin-top: 0;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .wrap-detail-home:last-child .box-title .title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .wrap-detail-home:not(:last-child) {
  padding-bottom: 4rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .ces-list-item[class*=item-col].item-col1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2.4rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .ces-list-item[class*=item-col].item-col1.item-col1 > li {
  width: calc((100% - 0rem) / 1);
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .ces-list-item[class*=item-col].item-col1.item-col2 > li {
  width: calc((100% - 2.4rem) / 2);
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .ces-list-item[class*=item-col].item-col1.item-col3 > li {
  width: calc((100% - 4.8rem) / 3);
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .ces-list-item[class*=item-col].item-col1.item-col4 > li {
  width: calc((100% - 7.2rem) / 4);
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .ces-list-item[class*=item-col].item-col2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .ces-list-item[class*=item-col].item-col2.item-col1 > li {
  width: calc((100% - 0rem) / 1);
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .ces-list-item[class*=item-col].item-col2.item-col2 > li {
  width: calc((100% - 0.8rem) / 2);
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .ces-list-item[class*=item-col].item-col2.item-col3 > li {
  width: calc((100% - 1.6rem) / 3);
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .ces-list-item[class*=item-col].item-col2.item-col4 > li {
  width: calc((100% - 2.4rem) / 4);
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .ces-list-item[class*=item-col].ces-no-thumb {
  gap: 2.4rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .ces-list-item[class*=item-col].ces-no-thumb .box-item-menu .menu-wrap-img {
  display: none;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .ces-list-item[class*=item-col].ces-no-thumb .box-item-menu .link-menu .text {
  display: none;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .ces-list-item[class*=item-col] + .btn-area {
  margin-top: 2rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-home .list-bullet > li {
  color: #000;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-menu .ces-list-item.ces-no-thumb {
  gap: 2.4rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-menu .ces-list-item.ces-no-thumb .box-item-menu .menu-wrap-img {
  display: none;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-menu .ces-list-item.ces-no-thumb .box-item-menu .link-menu .text {
  display: none;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-menu .ces-list-item + .btn-area {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-menu .ces-box-menu {
  gap: 1.2rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-menu .ces-box-menu .zoom-img {
  display: block;
  overflow: hidden;
  width: 14rem;
  height: 14rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-menu .ces-box-menu .zoom-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-menu .ces-tab-depth4 .list-btn-tab-depth4 {
  padding-left: 0;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-picture {
  margin-top: 4rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-picture .ces-list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-picture .ces-list-item.item-col1 > li {
  width: calc((100% - 0rem) / 1);
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-picture .ces-list-item.item-col2 > li {
  width: calc((100% - 0.8rem) / 2);
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-picture .ces-list-item.item-col3 > li {
  width: calc((100% - 1.6rem) / 3);
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-picture .ces-list-item.item-col4 > li {
  width: calc((100% - 2.4rem) / 4);
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-room,
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-pregnant {
  margin-top: 4rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-room .ces-list-item.item-col1,
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-pregnant .ces-list-item.item-col1 {
  gap: 2.4rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-facility .list-bullet > li,
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-permitting .list-bullet > li {
  color: #000;
}
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-facility .ces-no-content,
.ces-public-body .ces-public-sub-detail .ces-tab .wrap-box-content-permitting .ces-no-content {
  margin-top: 4rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab.is-sticky {
  position: sticky;
  top: 0;
  left: 0;
  height: calc(100dvh - 14.4rem);
  z-index: 99;
}
.ces-public-body .ces-public-sub-detail .ces-tab.is-sticky .ces-wrap-tab-content {
  height: calc(100dvh - 18.4rem);
  min-height: calc(100dvh - 9.6rem);
  margin-top: 0 !important;
  padding: 0.8rem 0 12.8rem;
  overflow-y: auto;
}
.ces-public-body .ces-public-sub-detail .ces-tab.is-sticky .ces-wrap-tab-content::-webkit-scrollbar {
  display: none;
}
.ces-public-body .ces-public-sub-detail .ces-tab.is-sticky .ces-wrap-tab-content .ces-tab-content {
  position: relative;
  min-height: 100%;
}
.ces-public-body .ces-public-sub-detail .ces-tab.is-sticky .ces-wrap-tab-content .ces-tab-content .ces-tab-square {
  margin-top: -0.8rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab.is-sticky .list-btn-tab {
  background-color: #fff;
}
.ces-public-body .ces-public-sub-detail .wrap-box-content-map {
  margin-top: 4rem;
}
.ces-public-body .ces-public-sub-detail .box-top-notice {
  position: relative;
  margin-top: -4rem;
}
.ces-public-body .ces-public-sub-detail .box-top-notice .box-solution-mark {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.ces-public-body .ces-public-sub-detail .box-top-notice .box-solution-mark .solution-mark {
  display: block;
  width: 8rem;
  height: 7.1rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
.ces-public-body .ces-public-sub-detail .box-top-notice .box-solution-mark .solution-mark.members {
  background-image: url(../images/common/img_solution_mark01.png);
}
.ces-public-body .ces-public-sub-detail .box-top-notice .box-solution-mark .solution-mark.white {
  background-image: url(../images/common/img_solution_mark02.png);
}
.ces-public-body .ces-public-sub-detail .box-top-notice .box-solution-mark .solution-mark.pre-members {
  background-image: url(../images/common/img_solution_mark03.png);
}
.ces-public-body .ces-public-sub-detail .box-top-notice .box-solution-mark .solution-mark.pre-white {
  background-image: url(../images/common/img_solution_mark04.png);
}
.ces-public-body .ces-public-sub-detail .box-round.loading {
  display: flex;
  flex-direction: column;
  margin-top: 2.4rem;
  align-items: center;
}
.ces-public-body .ces-public-sub-detail .box-round.loading .title {
  margin-top: 1.6rem;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.03em;
}
.ces-public-body .ces-public-sub-detail .box-round.loading .badge-round {
  margin-top: 1.2rem;
}
.ces-public-body .ces-public-sub-detail .box-review {
  display: flex;
  align-items: center;
  margin-top: 0.4rem;
}
.ces-public-body .ces-public-sub-detail .box-review .count {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-sub-detail .box-review .count b {
  margin-left: 0.4rem;
  font-family: inherit;
  color: #0089D0;
  font-weight: 600;
}
.ces-public-body .ces-public-sub-detail .box-review .count + .count {
  padding-left: 1.2rem;
}
.ces-public-body .ces-public-sub-detail .box-review .count + .count:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.4rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #C4CBDC;
  transform: translateY(-50%);
}
.ces-public-body .ces-public-sub-detail .ces-scroll-x {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-sub-detail .wrap-chip-round {
  display: flex;
  flex-wrap: wrap;
  margin: 2.2rem -0.2rem 0;
}
.ces-public-body .ces-public-sub-detail .wrap-chip-round .chip-round {
  margin: 0.2rem;
  padding: 0.7rem 0.8rem;
  font-size: 1.4rem;
}
.ces-public-body .ces-public-sub-detail .wrap-chip-round .chip-round i {
  width: 1.6rem;
  height: 1.6rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .list-item {
  display: flex;
  align-items: flex-start;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .list-item + .list-item {
  margin-top: 1.2rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .list-item .ces-list-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .list-item .ces-list-box.item-col1 > li {
  width: calc((100% - 0rem) / 1);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .list-item .ces-list-box.item-col2 > li {
  width: calc((100% - 0.4rem) / 2);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .list-item .ces-list-box.item-col3 > li {
  width: calc((100% - 0.8rem) / 3);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .list-item .ces-list-box.item-col4 > li {
  width: calc((100% - 1.2rem) / 4);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .icon {
  display: block;
  flex: none;
  margin: -0.2rem 0.8rem 0 0;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .icon.address {
  background-image: url(../images/common/ico_place_address_24.svg);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .icon.time {
  background-image: url(../images/common/ico_place_time_24.svg);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .icon.phone {
  background-image: url(../images/common/ico_place_phone_24.svg);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .icon.discount {
  background-image: url(../images/common/ico_place_discount.svg);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .icon.delivery {
  background-image: url(../images/common/ico_place_delivery.svg);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .icon.tag {
  background-image: url(../images/common/ico_place_tag_24.svg);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .icon.warning {
  background-image: url(../images/common/ico_place_warning_24.svg);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .icon.shop {
  background-image: url(../images/common/ico_place_shop_24.svg);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .icon.flask {
  background-image: url(../images/common/ico_place_flask_24.svg);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .icon.merit {
  background-image: url(../images/common/ico_place_merit_24.svg);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .text {
  position: relative;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  line-height: 2.1rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .text b {
  margin-left: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .text .num {
  font-weight: 600;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .text .inner-title {
  display: block;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .text-time {
  margin-left: 0.8rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .text-emph {
  display: inline-block;
  position: relative;
  padding-left: 1.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .text-emph::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.3rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #e5e5e5;
  transform: translateY(-50%);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .wrap-btn-tag-chip {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .btn-tag-chip {
  flex: none;
  padding: 0.5rem 1.1rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .box-action {
  display: flex;
  flex: none;
  margin-left: 0.8rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .box-action .btn-copy,
.ces-public-body .ces-public-sub-detail .place-detail-list .box-action .btn-text {
  position: relative;
  color: #0089D0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .box-action .btn-copy + .btn-text,
.ces-public-body .ces-public-sub-detail .place-detail-list .box-action .btn-text + .btn-text {
  padding-left: 1.2rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .box-action .btn-copy + .btn-text:before,
.ces-public-body .ces-public-sub-detail .place-detail-list .box-action .btn-text + .btn-text:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.4rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #C4CBDC;
  transform: translateY(-50%);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .btn-tag {
  display: inline-flex;
  padding: 0.5rem 1.1rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .btn-tag .copy {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .ces-box-text {
  width: 100%;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .ces-box-text .btn-move {
  display: block;
  padding-right: 1.8rem;
  margin-bottom: 0.8rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  background: url(../images/common/ico_arrow_right_16_gray.svg) no-repeat 100% 50%/1.6rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .ces-dropdown {
  width: 100%;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .ces-dropdown .btn-dropdown {
  display: flex;
  align-items: flex-start;
  position: relative;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .ces-dropdown .btn-dropdown .txt .num {
  font-weight: 600;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .ces-dropdown .btn-dropdown .ico-arrow {
  display: block;
  margin-left: 0.3rem;
  width: 1.6rem;
  height: 2rem;
  background: url(../images/common/ico_arrow_down_gray_16.svg) no-repeat 50% 50%/100%;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .ces-dropdown .btn-dropdown.active .ico-arrow {
  background-image: url(../images/common/ico_arrow_up_gray_16.svg);
}
.ces-public-body .ces-public-sub-detail .place-detail-list .ces-dropdown .btn-dropdown.active + .hidden-txt {
  display: block;
}
.ces-public-body .ces-public-sub-detail .place-detail-list .ces-dropdown .hidden-txt {
  display: none;
  margin-top: 0.2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  font-weight: 600;
}
.ces-public-body .ces-public-sub-detail .box-gray-grade {
  padding: 1.6rem;
  border-radius: 0.8rem;
  width: 100%;
  background-color: #f8f8f8;
}
.ces-public-body .ces-public-sub-detail .box-gray-grade li:not(:first-child) {
  margin-top: 0.8rem;
}
.ces-public-body .ces-public-sub-detail .box-gray-grade .item-grade {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-sub-detail .box-gray-grade .item-grade [class^=ico] {
  padding-left: 2.4rem;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 2rem;
}
.ces-public-body .ces-public-sub-detail .box-gray-grade .item-grade .ico-grade01 {
  background-image: url(../images/common/ico_grade01_20.svg);
}
.ces-public-body .ces-public-sub-detail .box-gray-grade .item-grade .ico-grade02 {
  background-image: url(../images/common/ico_grade02_20.svg);
}
.ces-public-body .ces-public-sub-detail .box-gray-grade .item-grade .ico-grade03 {
  background-image: url(../images/common/ico_grade03_20.svg);
}
.ces-public-body .ces-public-sub-detail .box-gray-grade .item-grade .ico-grade04 {
  background-image: url(../images/common/ico_grade04_20.svg);
}
.ces-public-body .ces-public-sub-detail .box-gray-grade .item-grade .ico-grade05 {
  background-image: url(../images/common/ico_grade05_20.svg);
}
.ces-public-body .ces-public-sub-detail .box-gray-grade .item-grade .count {
  color: #666;
}
.ces-public-body .ces-public-sub-detail .box-event-notice {
  margin-top: 1.6rem;
  padding: 1.6rem 2rem;
  border-radius: 0.8rem;
  background-color: #f8f8f8;
}
.ces-public-body .ces-public-sub-detail .box-event-notice .link-notice {
  display: flex;
}
.ces-public-body .ces-public-sub-detail .box-event-notice .link-notice + .link-notice {
  margin-top: 0.4rem;
}
.ces-public-body .ces-public-sub-detail .box-event-notice .link-notice .info-notice {
  flex: 0 0 4rem;
  margin-right: 0.8rem;
}
.ces-public-body .ces-public-sub-detail .box-event-notice .link-notice .info-notice .text {
  color: #666;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-public-sub-detail .box-event-notice .link-notice .info-title .text {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-sub-detail .box-event-notice .link-notice .info-date {
  flex: 0 0 9.4rem;
  margin-left: auto;
  padding-left: 1.2rem;
  text-align: right;
}
.ces-public-body .ces-public-sub-detail .box-event-notice .link-notice .info-date .text {
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-sub-detail .btn-open-coupon {
  display: flex;
  align-items: center;
  position: relative;
  margin-top: 2.4rem;
  border: 0.1rem solid #b8eaea;
  border-radius: 0.8rem;
  width: 100%;
  background-color: #f2fbfb;
}
.ces-public-body .ces-public-sub-detail .btn-open-coupon .txt {
  display: flex;
  align-items: center;
  padding: 1.1rem 1.5rem;
  gap: 0.4rem;
  width: calc(100% - 4.2rem);
}
.ces-public-body .ces-public-sub-detail .btn-open-coupon .txt .coupon {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: left;
  color: #00b3b5;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-public-sub-detail .btn-open-coupon .txt .txt-body2 {
  flex: none;
}
.ces-public-body .ces-public-sub-detail .btn-open-coupon .case-coupon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-left: 0.1rem dashed rgba(0, 179, 181, 0.24);
  flex: none;
  width: 4.2rem;
  height: 4.2rem;
  color: #00b3b5;
  font-size: 1.1rem;
  line-height: 1.3rem;
}
.ces-public-body .ces-public-sub-detail .btn-open-coupon .case-coupon:before, .ces-public-body .ces-public-sub-detail .btn-open-coupon .case-coupon:after {
  content: "";
  position: absolute;
  right: 3.8rem;
  z-index: 2;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/common/ico_coupon_hole_16.png) no-repeat 50% 50%/0.8rem;
}
.ces-public-body .ces-public-sub-detail .btn-open-coupon .case-coupon:before {
  top: -0.4rem;
}
.ces-public-body .ces-public-sub-detail .btn-open-coupon .case-coupon:after {
  bottom: -0.4rem;
  transform: scaleY(-1);
}
.ces-public-body .ces-public-sub-detail .btn-open-coupon .case-coupon.ico {
  background: url(../images/common/ico_download_circle_24.svg) no-repeat 50% 50%/2.4rem;
}
.ces-public-body .ces-public-sub-detail .btn-open-coupon .ico-download {
  display: block;
  border-left: 0.1rem dashed rgba(0, 179, 181, 0.24);
  flex: none;
  width: 4.2rem;
  height: 4.2rem;
  background: url(../images/common/ico_download_circle_24.svg) no-repeat 50% 50%/2.4rem;
}
.ces-public-body .ces-public-sub-detail .btn-open-coupon .ico-download:before, .ces-public-body .ces-public-sub-detail .btn-open-coupon .ico-download:after {
  content: "";
  position: absolute;
  right: 3.8rem;
  z-index: 2;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/common/ico_coupon_hole_16.png) no-repeat 50% 50%/0.8rem;
}
.ces-public-body .ces-public-sub-detail .btn-open-coupon .ico-download:before {
  top: -0.4rem;
}
.ces-public-body .ces-public-sub-detail .btn-open-coupon .ico-download:after {
  bottom: -0.4rem;
  transform: scaleY(-1);
}
.ces-public-body .ces-public-sub-detail .box-top-text {
  margin: 4rem 0 1.6rem;
}
.ces-public-body .ces-public-sub-detail .box-top-text .title {
  text-align: center;
}
.ces-public-body .ces-public-sub-detail .ces-wrap-tab-content .ces-wrap-tab-square-content {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-sub-detail .ces-wrap-tab-content .ces-wrap-tab-square-content .ces-list-item + .btn-area {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-sub-detail .ces-wrap-tab-content .ces-wrap-tab-square-content .ces-accordion + .btn-area {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-sub-detail .ces-no-content .badge-round.lg {
  margin-top: 0.8rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab-type2 {
  border-bottom: none;
}
.ces-public-body .ces-public-sub-detail .ces-tab-type2.care-space {
  min-height: 50rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab-type2.care-space .list-btn-tab-type2 {
  padding: 0 2rem;
  gap: 0.2rem;
  overflow: scroll hidden;
  border-bottom: none;
}
.ces-public-body .ces-public-sub-detail .ces-tab-type2.care-space .list-btn-tab-type2::-webkit-scrollbar {
  display: none;
}
.ces-public-body .ces-public-sub-detail .ces-tab-type2.care-space .list-btn-tab-type2 li {
  flex: none;
  display: flex;
  justify-content: center;
  width: 8rem;
}
.ces-public-body .ces-public-sub-detail .ces-tab-type2.care-space .list-btn-tab-type2 .btn-tab-type2 {
  width: auto;
  padding: 0;
  border-bottom: none;
}
.ces-public-body .ces-public-sub-detail .ces-tab-type2.care-space .list-btn-tab-type2 .btn-tab-type2.active .wrap-tab-care::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #222;
  border-radius: 50%;
}
.ces-public-body .ces-public-sub-detail .ces-tab-type2.care-space .list-btn-tab-type2 .btn-tab-type2.active .copy {
  color: #000;
  font-weight: 600;
}
.ces-public-body .ces-public-sub-detail .ces-tab-type2.care-space .list-btn-tab-type2 .wrap-tab-care {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  overflow: hidden;
}
.ces-public-body .ces-public-sub-detail .ces-tab-type2.care-space .list-btn-tab-type2 .wrap-tab-care .care-tab-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-sub-detail .ces-tab-type2.care-space .list-btn-tab-type2 .copy {
  margin-top: 0.8rem;
  display: block;
  max-width: 9rem;
  color: #666;
  font-size: 1.3rem;
  font-weight: 500;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-public-body .ces-public-sub-detail .box-care-info {
  overflow: hidden;
}
.ces-public-body .ces-public-sub-detail .box-care-info .care-info-swiper .swiper-slide .ces-checklist {
  transform: scale(0.9);
}
.ces-public-body .ces-public-sub-detail .box-care-info .care-info-swiper .swiper-slide.swiper-slide-active .ces-checklist {
  transform: scale(1);
}
.ces-public-body .ces-public-sub-detail .box-care-info .btn-area {
  margin-top: 2rem;
}
.ces-public-body .ces-public-sub-detail .box-care-info .ces-no-content {
  background-color: #f8f8f8;
}
.ces-public-body .ces-public-sub-detail .box-care-space .box-top-text {
  padding: 0 2rem;
}
.ces-public-body .ces-public-sub-detail .box-care-space:last-child {
  margin-bottom: -3.2rem;
}
.ces-public-body .ces-public-sub-detail .box-care-challenge .box-top-text {
  text-align: center;
}
.ces-public-body .ces-public-sub-detail .box-care-challenge .box-top-text .description {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-sub-detail .ces-challenge-swiper .swiper-slide {
  padding: 0 2rem;
}
.ces-public-body .ces-public-sub-detail .box-line-gray {
  padding: 1.6rem;
  border: 0.1rem solid #ccc;
  border-radius: 0.8rem;
}
.ces-public-body .ces-public-sub-detail .box-line-gray .challenge-info {
  display: flex;
  align-items: center;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-sub-detail .box-line-gray .challenge-info .title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-sub-detail .box-line-gray .challenge-info .detail {
  margin-left: auto;
}
.ces-public-body .ces-public-sub-detail .box-line-gray .ces-list-item {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.ces-public-body .ces-public-sub-detail .box-line-gray .ces-list-item.item-col1 > li {
  width: calc((100% - 0rem) / 1);
}
.ces-public-body .ces-public-sub-detail .box-line-gray .ces-list-item.item-col2 > li {
  width: calc((100% - 0.8rem) / 2);
}
.ces-public-body .ces-public-sub-detail .box-line-gray .ces-list-item.item-col3 > li {
  width: calc((100% - 1.6rem) / 3);
}
.ces-public-body .ces-public-sub-detail .box-line-gray .ces-list-item.item-col4 > li {
  width: calc((100% - 2.4rem) / 4);
}
.ces-public-body .ces-public-sub-detail .box-line-gray .wrap-image {
  overflow: hidden;
  border-radius: 0.8rem;
  width: 100%;
}
.ces-public-body .ces-public-sub-detail .box-line-gray .wrap-image img {
  width: 100%;
  height: auto;
}
.ces-public-body .ces-public-sub-detail .wrap-box-content-space {
  position: relative;
}
.ces-public-body .ces-public-sub-detail .box-space-visual {
  position: relative;
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-sub-detail .box-space-visual .ces-badge-recording-cesco {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 2;
}
.ces-public-body .ces-public-sub-detail .box-space-visual .care-visual-swiper {
  overflow: hidden;
}
.ces-public-body .ces-public-sub-detail .box-space-visual .care-visual-swiper .wrap-visual-img {
  position: relative;
  width: 100%;
  height: auto;
}
.ces-public-body .ces-public-sub-detail .box-space-visual .care-visual-swiper .wrap-visual-img .care-visual-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-sub-detail .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-public-body .ces-public-sub-detail .box-space-solution .title {
  margin-bottom: 2rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-public-sub-detail .box-space-solution .care-solution-swiper .swiper-slide {
  width: auto;
  height: auto;
}
.ces-public-body .ces-public-sub-detail .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-public-body .ces-public-sub-detail .box-space-solution .care-solution-swiper .text {
  display: block;
  margin-top: 0.8rem;
  color: #aaa;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
  text-align: center;
}
.ces-public-body .ces-public-sub-detail .badge-round {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 4rem;
  padding: 0.2rem 0.6rem;
  border-radius: 2rem;
  color: #0089D0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  background-color: #cfefff;
}
.ces-public-body .ces-public-sub-detail .badge-round.color01 {
  color: #ee3124;
  background-color: #ffeeed;
}
.ces-public-body .ces-public-sub-detail .badge-round.color02 {
  color: #00B3B5;
  background-color: #EBFBF6;
}
.ces-public-body .ces-public-sub-detail .badge-round.color03 {
  color: #666;
  background-color: #F3F5FA;
}
.ces-public-body .ces-public-sub-detail .badge-round.lg {
  min-width: 6.4rem;
  padding: 0.4rem 0.8rem;
  font-size: 1.4rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  background-color: #666;
}
.ces-public-body .ces-public-sub-detail .list-btn-tab-depth4 {
  margin: 2rem 0;
}
.ces-public-body .ces-public-sub-detail .box-item-menu .link-menu {
  display: flex;
  align-items: flex-start;
}
.ces-public-body .ces-public-sub-detail .box-item-menu .link-menu .wrap-badge-round + .title {
  margin-top: 0.8rem;
}
.ces-public-body .ces-public-sub-detail .box-item-menu .link-menu .title {
  display: block;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-sub-detail .box-item-menu .link-menu .text {
  display: block;
  margin-top: 0.8rem;
  color: #888;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-public-body .ces-public-sub-detail .box-item-menu .link-menu .wrap-price {
  display: block;
  margin-top: 1.2rem;
}
.ces-public-body .ces-public-sub-detail .box-item-menu .link-menu .wrap-price .discount {
  margin-right: 0.4rem;
  color: #ee3124;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-public-sub-detail .box-item-menu .link-menu .wrap-price .price {
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-public-sub-detail .box-item-menu .link-menu .menu-wrap-img {
  flex: none;
  overflow: hidden;
  margin-right: 1.6rem;
  border-radius: 0.8rem;
  width: 12rem;
  height: 14rem;
  background-color: #E3E6F0;
}
.ces-public-body .ces-public-sub-detail .box-item-menu .link-menu .menu-wrap-img img {
  width: 100%;
  height: auto;
}
.ces-public-body .ces-public-sub-detail .ces-table + .ces-table {
  margin-top: 1rem;
}
.ces-public-body .ces-public-sub-detail .ces-list-item .box-review-info {
  margin-bottom: 1.6rem;
}
.ces-public-body .ces-public-sub-detail .ces-list-item .box-thumb {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-sub-detail .item-info-photo {
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  border-radius: 0.8rem;
  width: 100%;
}
.ces-public-body .ces-public-sub-detail .item-info-photo .zoom-img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #E3E6F0;
  overflow: hidden;
}
.ces-public-body .ces-public-sub-detail .item-info-photo .zoom-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-sub-detail .wrap-chart {
  padding: 2rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
}
.ces-public-body .ces-public-sub-detail .wrap-chart .title {
  display: block;
  margin-bottom: 1.6rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-public-sub-detail .wrap-chart + .ces-table {
  margin-top: 4rem;
}
.ces-public-body .ces-public-sub-detail .desc-info {
  margin-top: 1.2rem;
  display: block;
  text-align: right;
  font-size: 1rem;
  font-weight: 400;
  color: #666;
  line-height: 1.4rem;
}
.ces-public-body .ces-public-sub-detail .ces-table + .wrap-chart {
  margin-top: 4rem;
}
.ces-public-body .ces-public-sub-detail .ces-table + .btn-area {
  margin-top: 2rem;
}
.ces-public-body .ces-public-sub-detail .list-facility {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.ces-public-body .ces-public-sub-detail .list-facility.item-col1 > li {
  width: calc((100% - 0rem) / 1);
}
.ces-public-body .ces-public-sub-detail .list-facility.item-col2 > li {
  width: calc((100% - 1.6rem) / 2);
}
.ces-public-body .ces-public-sub-detail .list-facility.item-col3 > li {
  width: calc((100% - 3.2rem) / 3);
}
.ces-public-body .ces-public-sub-detail .list-facility.item-col4 > li {
  width: calc((100% - 4.8rem) / 4);
}
.ces-public-body .ces-public-sub-detail .list-facility + .btn-area {
  margin-top: 2rem;
}
.ces-public-body .ces-public-sub-detail .fixed-btn-box .btn-area {
  box-shadow: 0 -0.4rem 1.2rem 0 rgba(0, 0, 0, 0.05);
}
.ces-public-body .wrap-schedule {
  display: flex;
  gap: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .wrap-schedule + .wrap-schedule {
  margin-top: 0.8rem;
}
.ces-public-body .franchise-info-content div:first-child,
.ces-public-body .franchise-info-content h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.ces-public-body .franchise-info-content div:first-child + h4,
.ces-public-body .franchise-info-content div:first-child + div,
.ces-public-body .franchise-info-content h3 + h4,
.ces-public-body .franchise-info-content h3 + div {
  margin-top: 0.8rem;
}
.ces-public-body .franchise-info-content table + h3 {
  margin-top: 2.4rem;
}
.ces-public-body .franchise-info-content h4 {
  font-size: 1.4rem;
}
.ces-public-body .franchise-info-content h4 + table {
  margin-top: 1.6rem;
}
.ces-public-body .franchise-info-content h4 + table + h4 {
  margin-top: 1.6rem;
}
.ces-public-body .franchise-info-content div {
  width: 100%;
  overflow-x: auto;
}
.ces-public-body .franchise-info-content div > table {
  margin-top: 0;
}
.ces-public-body .franchise-info-content div > table thead th {
  text-align: center;
}
.ces-public-body .franchise-info-content div > table th {
  white-space: nowrap; /* 줄바꿈 방지 */
  width: auto; /* 내용에 맞게 너비 설정 */
}
.ces-public-body .franchise-info-content div + div {
  margin-top: 1.6rem;
}
.ces-public-body .franchise-info-content table {
  margin-top: 1.6rem;
  border-top: 0.1rem solid #ccc;
  border-bottom: 0.1rem solid #ccc;
  table-layout: fixed;
  border-collapse: collapse;
}
.ces-public-body .franchise-info-content table th {
  padding: 0.8rem;
  border-bottom: 0.1rem solid #e5e5e5;
  height: 4.8rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  text-align: left;
  background-color: #f8f8f8;
}
.ces-public-body .franchise-info-content table th + th {
  border-left: 0.1rem solid #e5e5e5;
}
.ces-public-body .franchise-info-content table td {
  padding: 0.8rem;
  border-bottom: 0.1rem solid #e5e5e5;
  height: 4.8rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-public-body .franchise-info-content table td:first-child {
  border-left: 0;
}
.ces-public-body .franchise-info-content table td:last-child {
  border-right: 0;
}
.ces-public-body .franchise-info-content table td.text-center {
  text-align: center;
}
.ces-public-body .franchise-info-content table td.text-right {
  text-align: right;
}
.ces-public-body .franchise-info-content table tfoot th {
  color: #000;
  font-weight: 500;
}
.ces-public-body .franchise-info-content table tfoot th + td {
  border-left: 0.1rem solid #e5e5e5;
}
.ces-public-body .franchise-info-content table tfoot td {
  background-color: #f8f8f8;
}
.ces-public-body .share-wrap {
  display: flex;
  width: 100%;
  margin-top: 2.4rem;
  gap: 0.8rem;
}
.ces-public-body .share-wrap .btn-share {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33.3333%;
  padding: 2rem 0.8rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
}
.ces-public-body .share-wrap .btn-share .in-box {
  width: 100%;
  height: 8rem;
}
.ces-public-body .share-wrap .btn-share .in-box i {
  display: inline-block;
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.ces-public-body .share-wrap .btn-share .in-box i.kakao {
  background-color: #F9E000;
  background-image: url(../images/common/ico_share_kakao.svg);
}
.ces-public-body .share-wrap .btn-share .in-box i.url {
  background-color: #00B3B5;
  background-image: url(../images/common/ico_share_url.svg);
}
.ces-public-body .share-wrap .btn-share .in-box i.more {
  background-color: #5F6A86;
  background-image: url(../images/common/ico_share_more.svg);
}
.ces-public-body .share-wrap .btn-share .in-box span {
  display: block;
  width: 100%;
  padding-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .wrap-loading-spinner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1010;
}
.ces-public-body .wrap-loading-spinner .dim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.ces-public-body .wrap-loading-spinner .ces-loading-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 6rem;
}
.ces-public-body .wrap-loading-spinner .ces-loading-dot .dot {
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: #aaa;
  animation: fadeAnimation 0.9s infinite;
  transform: translate(-50%, -50%);
}
.ces-public-body .wrap-loading-spinner .ces-loading-dot .dot:nth-child(1) {
  top: 0.5rem;
  left: 3rem;
  animation-delay: 0s;
}
.ces-public-body .wrap-loading-spinner .ces-loading-dot .dot:nth-child(2) {
  top: 1.2rem;
  left: 4.7rem;
  animation-delay: 0.2s;
}
.ces-public-body .wrap-loading-spinner .ces-loading-dot .dot:nth-child(3) {
  top: 3rem;
  left: 5.5rem;
  animation-delay: 0.15s;
}
.ces-public-body .wrap-loading-spinner .ces-loading-dot .dot:nth-child(4) {
  top: 4.7rem;
  left: 4.7rem;
  animation-delay: 0.3s;
}
.ces-public-body .wrap-loading-spinner .ces-loading-dot .dot:nth-child(5) {
  top: 5.5rem;
  left: 3rem;
  animation-delay: 0.45s;
}
.ces-public-body .wrap-loading-spinner .ces-loading-dot .dot:nth-child(6) {
  top: 4.7rem;
  left: 1.2rem;
  animation-delay: 0.6s;
}
.ces-public-body .wrap-loading-spinner .ces-loading-dot .dot:nth-child(7) {
  top: 3rem;
  left: 0.5rem;
  animation-delay: 0.75s;
}
.ces-public-body .wrap-loading-spinner .ces-loading-dot .dot:nth-child(8) {
  top: 1.2rem;
  left: 1.2rem;
  animation-delay: 0.9s;
}
@keyframes fadeAnimation {
  0% {
    background-color: #aaa;
  }
  12.5% {
    background-color: rgba(0, 137, 208, 0.4);
  }
  25% {
    background-color: rgba(0, 137, 208, 0.6);
  }
  37.5% {
    background-color: rgba(0, 137, 208, 0.8);
  }
  50% {
    background-color: rgba(0, 137, 208, 0.8);
  }
  62.5% {
    background-color: rgb(0, 137, 208);
  }
  75% {
    background-color: rgb(245, 245, 245);
  }
  87.5% {
    background-color: rgb(229, 229, 229);
  }
  100% {
    background-color: #aaa;
  }
}
.ces-public-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-public-body .ces-hidden {
  display: none;
}
@media (max-width: 35.9rem) {
  .ces-public-body .ces-public-product .box-title .title-inner-arrow .title {
    font-size: 1.7rem;
  }
  .ces-public-body .ces-public-product .ces-list-content .ces-link-content .wrap-text-content .wrap-price .discount,
  .ces-public-body .ces-public-product .ces-list-content .ces-link-content .wrap-text-content .wrap-price .original,
  .ces-public-body .ces-public-product .ces-list-content .ces-link-content .wrap-text-content .wrap-price .price {
    font-size: 1.3rem;
    letter-spacing: -0.075rem;
  }
}
.ces-public-body .skeleton {
  margin-top: 2.2rem;
  /* 컴포넌트 */
  /* 유형별 레이아웃 */
}
.ces-public-body .skeleton .banner {
  width: 100%;
  min-height: 7.8rem;
  border-radius: 0.85rem;
  background-color: #bbc2c9;
  position: relative;
  overflow: hidden;
}
.ces-public-body .skeleton .banner::after {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  left: 0;
  height: 100%;
  animation: 1s linear infinite skeleton-animation;
  background: linear-gradient(90deg, #bbc2c9, #d2d6db, #bbc2c9);
}
.ces-public-body .skeleton .banner.type2 {
  min-height: 8.5rem;
  border-radius: 1rem;
  background-color: #d2d6db;
  position: relative;
  overflow: hidden;
}
.ces-public-body .skeleton .banner.type2::after {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  left: 0;
  height: 100%;
  animation: 1s linear infinite skeleton-animation;
  background: linear-gradient(90deg, #d2d6db, #e8ebed, #d2d6db);
}
.ces-public-body .skeleton .banner.small {
  min-height: 5rem;
}
.ces-public-body .skeleton .banner.large {
  min-height: 12.4rem;
}
.ces-public-body .skeleton .dummy-cnt {
  width: 100%;
  min-height: 15.4rem;
  border-radius: 1rem;
  background-color: #d2d6db;
  position: relative;
  overflow: hidden;
}
.ces-public-body .skeleton .dummy-cnt::after {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  left: 0;
  height: 100%;
  animation: 1s linear infinite skeleton-animation;
  background: linear-gradient(90deg, #d2d6db, #e8ebed, #d2d6db);
}
.ces-public-body .skeleton .dummy-cnt.type2 {
  background-color: #e8ebed;
  position: relative;
  overflow: hidden;
}
.ces-public-body .skeleton .dummy-cnt.type2::after {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  left: 0;
  height: 100%;
  animation: 1s linear infinite skeleton-animation;
  background: linear-gradient(90deg, #e8ebed, rgba(255, 255, 255, 0.4), #e8ebed);
}
.ces-public-body .skeleton .dummy-cnt.type3 {
  background-color: #bbc2c9;
  position: relative;
  overflow: hidden;
}
.ces-public-body .skeleton .dummy-cnt.type3::after {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  left: 0;
  height: 100%;
  animation: 1s linear infinite skeleton-animation;
  background: linear-gradient(90deg, #bbc2c9, #d2d6db, #bbc2c9);
}
.ces-public-body .skeleton .dummy-txt {
  width: 100%;
  min-height: 2.4rem;
  border-radius: 1.5rem;
  background-color: #d2d6db;
  position: relative;
  overflow: hidden;
}
.ces-public-body .skeleton .dummy-txt::after {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  left: 0;
  height: 100%;
  animation: 1s linear infinite skeleton-animation;
  background: linear-gradient(90deg, #d2d6db, #e8ebed, #d2d6db);
}
.ces-public-body .skeleton .dummy-txt.small {
  min-height: 1.3rem;
  border-radius: 0.6rem;
  background-color: #e8ebed;
  position: relative;
  overflow: hidden;
}
.ces-public-body .skeleton .dummy-txt.small::after {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  left: 0;
  height: 100%;
  animation: 1s linear infinite skeleton-animation;
  background: linear-gradient(90deg, #e8ebed, rgba(255, 255, 255, 0.4), #e8ebed);
}
.ces-public-body .skeleton .item-skeleton .thumbnail {
  border-radius: 0.85rem;
  width: 100%;
  min-height: 15rem;
}
.ces-public-body .skeleton .item-skeleton .dummy-info {
  margin-top: 1rem;
}
.ces-public-body .skeleton .item-skeleton .dummy-info .badge {
  min-height: 1.1rem;
  width: 3.1rem;
  border-radius: 0.6rem;
}
.ces-public-body .skeleton .item-skeleton .dummy-info .title,
.ces-public-body .skeleton .item-skeleton .dummy-info .price {
  width: 100%;
  border-radius: 0.6rem;
  margin-top: 0.9rem;
}
.ces-public-body .skeleton .item-skeleton .dummy-info .title {
  min-height: 3.5rem;
}
.ces-public-body .skeleton .item-skeleton .dummy-info .price {
  width: 8.4rem;
  min-height: 1.1rem;
}
.ces-public-body .skeleton .item-skeleton .dummy-info .wrap-chip {
  display: flex;
  gap: 0.5rem;
  margin-top: 1rem;
}
.ces-public-body .skeleton .item-skeleton .dummy-info .wrap-chip .chip {
  min-height: 1.8rem;
  width: 5rem;
  border-radius: 1rem;
}
.ces-public-body .skeleton .item-skeleton .thumbnail,
.ces-public-body .skeleton .item-skeleton .price,
.ces-public-body .skeleton .item-skeleton .chip {
  background-color: #e8ebed;
  position: relative;
  overflow: hidden;
}
.ces-public-body .skeleton .item-skeleton .thumbnail::after,
.ces-public-body .skeleton .item-skeleton .price::after,
.ces-public-body .skeleton .item-skeleton .chip::after {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  left: 0;
  height: 100%;
  animation: 1s linear infinite skeleton-animation;
  background: linear-gradient(90deg, #e8ebed, rgba(255, 255, 255, 0.4), #e8ebed);
}
.ces-public-body .skeleton .item-skeleton .badge,
.ces-public-body .skeleton .item-skeleton .title {
  background-color: #d2d6db;
  position: relative;
  overflow: hidden;
}
.ces-public-body .skeleton .item-skeleton .badge::after,
.ces-public-body .skeleton .item-skeleton .title::after {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  left: 0;
  height: 100%;
  animation: 1s linear infinite skeleton-animation;
  background: linear-gradient(90deg, #d2d6db, #e8ebed, #d2d6db);
}
.ces-public-body .skeleton .item-skeleton.type1 .thumbnail {
  background-color: #bbc2c9;
  position: relative;
  overflow: hidden;
}
.ces-public-body .skeleton .item-skeleton.type1 .thumbnail::after {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  left: 0;
  height: 100%;
  animation: 1s linear infinite skeleton-animation;
  background: linear-gradient(90deg, #bbc2c9, #d2d6db, #bbc2c9);
}
.ces-public-body .skeleton .item-skeleton.type1 .dummy-info .badge,
.ces-public-body .skeleton .item-skeleton.type1 .dummy-info .title {
  background-color: #d2d6db;
  position: relative;
  overflow: hidden;
}
.ces-public-body .skeleton .item-skeleton.type1 .dummy-info .badge::after,
.ces-public-body .skeleton .item-skeleton.type1 .dummy-info .title::after {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  left: 0;
  height: 100%;
  animation: 1s linear infinite skeleton-animation;
  background: linear-gradient(90deg, #d2d6db, #e8ebed, #d2d6db);
}
.ces-public-body .skeleton .item-skeleton.type1 .dummy-info .price,
.ces-public-body .skeleton .item-skeleton.type1 .dummy-info .chip {
  background-color: #e8ebed;
  position: relative;
  overflow: hidden;
}
.ces-public-body .skeleton .item-skeleton.type1 .dummy-info .price::after,
.ces-public-body .skeleton .item-skeleton.type1 .dummy-info .chip::after {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  left: 0;
  height: 100%;
  animation: 1s linear infinite skeleton-animation;
  background: linear-gradient(90deg, #e8ebed, rgba(255, 255, 255, 0.4), #e8ebed);
}
.ces-public-body .skeleton .item-skeleton.type2 .thumbnail,
.ces-public-body .skeleton .item-skeleton.type2 .badge,
.ces-public-body .skeleton .item-skeleton.type2 .title {
  background-color: #d2d6db;
  position: relative;
  overflow: hidden;
}
.ces-public-body .skeleton .item-skeleton.type2 .thumbnail::after,
.ces-public-body .skeleton .item-skeleton.type2 .badge::after,
.ces-public-body .skeleton .item-skeleton.type2 .title::after {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  left: 0;
  height: 100%;
  animation: 1s linear infinite skeleton-animation;
  background: linear-gradient(90deg, #d2d6db, #e8ebed, #d2d6db);
}
.ces-public-body .skeleton .item-skeleton.type2 .price,
.ces-public-body .skeleton .item-skeleton.type2 .chip {
  background-color: #e8ebed;
  position: relative;
  overflow: hidden;
}
.ces-public-body .skeleton .item-skeleton.type2 .price::after,
.ces-public-body .skeleton .item-skeleton.type2 .chip::after {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  left: 0;
  height: 100%;
  animation: 1s linear infinite skeleton-animation;
  background: linear-gradient(90deg, #e8ebed, rgba(255, 255, 255, 0.4), #e8ebed);
}
.ces-public-body .skeleton .slide-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin: 2.5rem -2rem 2.5rem;
}
.ces-public-body .skeleton .slide-wrapper .slide {
  width: 100%;
  flex-grow: 1;
  border-radius: 1rem;
  background-color: #e8ebed;
  position: relative;
  overflow: hidden;
}
.ces-public-body .skeleton .slide-wrapper .slide::after {
  content: "";
  position: absolute;
  width: inherit;
  top: 0;
  left: 0;
  height: 100%;
  animation: 1s linear infinite skeleton-animation;
  background: linear-gradient(90deg, #e8ebed, rgba(255, 255, 255, 0.4), #e8ebed);
}
.ces-public-body .skeleton .slide-wrapper.type1 {
  gap: 2.2rem;
}
.ces-public-body .skeleton .slide-wrapper.type1 .slide:nth-child(1), .ces-public-body .skeleton .slide-wrapper.type1 .slide:nth-child(3) {
  width: 6.3rem;
  min-height: 11rem;
}
.ces-public-body .skeleton .slide-wrapper.type1 .slide:nth-child(2) {
  width: 20.6rem;
  min-height: 15rem;
}
.ces-public-body .skeleton .slide-wrapper.type2 {
  gap: 2.8rem;
  margin: 0 -2rem;
}
.ces-public-body .skeleton .slide-wrapper.type2 .slide {
  border-radius: 0.85rem;
}
.ces-public-body .skeleton .slide-wrapper.type2 .slide:nth-child(1), .ces-public-body .skeleton .slide-wrapper.type2 .slide:nth-child(3) {
  width: 7.1rem;
  min-height: 14.2rem;
}
.ces-public-body .skeleton .slide-wrapper.type2 .slide:nth-child(2) {
  width: 16.84rem;
  min-height: 21.5rem;
}
.ces-public-body .skeleton .slide-wrapper.type3 {
  gap: 1rem;
  margin: 2.5rem -2rem 0 0;
}
.ces-public-body .skeleton .slide-wrapper.type3 .slide {
  min-height: 12.7rem;
  width: 14rem;
}
.ces-public-body .skeleton .slide-wrapper.type3 .slide:nth-child(3) {
  width: 4.2rem;
}
.ces-public-body .skeleton .slide-wrapper.type3 .group-flex {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  flex-grow: 1;
  width: 14rem;
}
.ces-public-body .skeleton .slide-wrapper.type3 .group-flex .slide {
  width: 100%;
}
.ces-public-body .skeleton .slide-wrapper.type3 .group-flex .dummy-txt {
  min-height: 2rem;
  border-radius: 1rem;
}
.ces-public-body .skeleton .slide-wrapper.type3 .group-flex:nth-child(3) {
  width: 4.2rem;
}
.ces-public-body .skeleton.skeletonA .banner.type2 {
  margin: 2.5rem 0 2.5rem;
}
.ces-public-body .skeleton.skeletonA .dummy-wrapper1 {
  display: flex;
  justify-content: space-between;
  gap: 2.2rem;
}
.ces-public-body .skeleton.skeletonA .dummy-wrapper2 {
  margin-top: 2.5rem;
  display: flex;
  justify-content: space-between;
  gap: 5rem;
}
.ces-public-body .skeleton.skeletonA .dummy-wrapper2 .dummy-txt.small {
  min-height: 3.2rem;
  border-radius: 2rem;
}
.ces-public-body .skeleton.skeletonA .dummy-cnt.type2 {
  min-height: 15rem;
}
.ces-public-body .skeleton.skeletonB-1 .list-skeleton {
  margin: 3.6rem 0 3.6rem;
}
.ces-public-body .skeleton.skeletonB-2 .dummy-wrapper1 .inner-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  margin: 1.9rem 0 1.9rem;
}
.ces-public-body .skeleton.skeletonB-2 .dummy-wrapper1 .inner-wrapper .dummy-txt.small {
  flex: 1;
  min-height: 1.1rem;
}
.ces-public-body .skeleton.skeletonB-2 .dummy-wrapper1 > .dummy-txt:nth-child(3) {
  max-width: 17.1rem;
}
.ces-public-body .skeleton.skeletonB-2 .dummy-wrapper2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 4.9rem;
}
.ces-public-body .skeleton.skeletonB-2 .dummy-wrapper2 .dummy-txt.small:nth-child(2) {
  max-width: 8.4rem;
}
.ces-public-body .skeleton.skeletonB-2 .dummy-wrapper2 .dummy-txt.small:nth-child(3), .ces-public-body .skeleton.skeletonB-2 .dummy-wrapper2 .dummy-txt.small:nth-child(4) {
  max-width: 13.6rem;
}
.ces-public-body .skeleton.skeletonB-2 .dummy-wrapper2 .inner-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.9rem;
}
.ces-public-body .skeleton.skeletonB-2 .banner {
  margin: 1.9rem 0 3.3rem;
}
.ces-public-body .skeleton.skeletonC-2 .main-wrapper {
  position: relative;
  margin-bottom: 8.1rem;
}
.ces-public-body .skeleton.skeletonC-2 .main-wrapper .dummy-cnt.type2 {
  min-height: 19rem;
}
.ces-public-body .skeleton.skeletonC-2 .main-wrapper .dummy-cnt.type3 {
  position: absolute;
  bottom: -4rem;
  right: 3rem;
  width: 8rem;
  min-height: 7.7rem;
}
.ces-public-body .skeleton.skeletonC-2 .dummy-wrapper2 {
  margin: 6.4rem 0 2.6rem;
}
.ces-public-body .skeleton.skeletonC-2 .dummy-wrapper2 .group-flex {
  display: flex;
  justify-content: space-between;
  gap: 1.1rem;
  margin-bottom: 3.5rem;
}
.ces-public-body .skeleton.skeletonC-2 .dummy-wrapper2 .group-flex .dummy-cnt {
  min-height: 5.3rem;
}
.ces-public-body .skeleton.skeletonC-2 .dummy-txt {
  min-height: 3.5rem;
  max-width: 27.6rem;
}
.ces-public-body .skeleton.skeletonC-2 .dummy-txt.small {
  min-height: 1.5rem;
  max-width: 14.2rem;
  margin-top: 1.2rem;
}
.ces-public-body .skeleton.skeletonD-1 .banner.large {
  min-height: 14.4rem;
}
.ces-public-body .skeleton.skeletonD-1 .banner.small {
  min-height: 5.7rem;
  margin-top: 2.5rem;
}
.ces-public-body .skeleton.skeletonD-2 .dummy-cnt {
  min-height: 42rem;
  margin-bottom: 6rem;
}
@keyframes skeleton-animation {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.ces-public-body .ces-loading-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
}
.ces-public-body .ces-loading-spinner .spinner {
  display: block;
}
.ces-public-body .ces-loading-spinner .spinner .border {
  fill: none;
  stroke: #F3F5FA;
  stroke-width: 0.5rem;
}
.ces-public-body .ces-loading-spinner .spinner .progress {
  fill: none;
  stroke: #0089D0;
  stroke-width: 0.5rem;
  stroke-dasharray: 20, 100;
  stroke-dashoffset: 10;
  transform-origin: center;
  stroke-linecap: round;
  animation: loading 2s ease-in-out infinite;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ces-public-body .ces-public-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100vh;
}
.ces-public-body .ces-public-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
.ces-public-body .ces-public-header .header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 2rem;
  width: 100%;
  height: 5.6rem;
  background-color: #fff;
  transition: all 0.3s;
}
.ces-public-body .ces-public-header [class^=wrap-btn] {
  display: flex;
  align-items: center;
}
.ces-public-body .ces-public-header [class^=wrap-btn] .btn-gnb {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.4rem;
}
.ces-public-body .ces-public-header [class^=wrap-btn] .btn-gnb.back {
  display: none;
  background-image: url(../images/common/ico_back_24.svg);
}
.ces-public-body .ces-public-header [class^=wrap-btn] .btn-gnb.setting {
  display: none;
  background-image: url(../images/common/ico_setting_24.svg);
}
.ces-public-body .ces-public-header [class^=wrap-btn] .btn-gnb.alarm {
  background-image: url(../images/common/ico_alarm_24.svg);
}
.ces-public-body .ces-public-header [class^=wrap-btn] .btn-gnb.alarm.on {
  background-image: url(../images/common/ico_alarm_24_on.svg);
}
.ces-public-body .ces-public-header [class^=wrap-btn] .btn-gnb.search {
  background-image: url(../images/common/ico_search_24.svg);
}
.ces-public-body .ces-public-header [class^=wrap-btn] .btn-gnb.menu {
  background-image: url(../images/common/ico_menu_24.svg);
}
.ces-public-body .ces-public-header [class^=wrap-btn] .btn-gnb.round-back {
  display: none;
  width: 4rem;
  height: 4rem;
  background-image: url(../images/common/ico_back_24.svg);
}
.ces-public-body .ces-public-header [class^=wrap-btn] .btn-gnb.share {
  display: none;
  width: 4rem;
  height: 4rem;
  background-image: url(../images/common/ico_share_24.svg);
}
.ces-public-body .ces-public-header [class^=wrap-btn] .btn-gnb.close {
  display: none;
  background-image: url(../images/common/ico_close_24.svg);
}
.ces-public-body .ces-public-header [class^=wrap-btn] .btn-gnb + .btn-gnb {
  margin-left: 0.8rem;
}
.ces-public-body .ces-public-header .btn-logo-wecheck {
  display: block;
  width: 12.7rem;
  height: 2.6rem;
  background: url(../images/common/logo_header_wecheck.svg) no-repeat center center/100%;
}
.ces-public-body .ces-public-header .header-search {
  display: none;
  position: relative;
  margin-left: 0.8rem;
  width: calc(100% - 4rem);
}
.ces-public-body .ces-public-header .header-search .input-search {
  border: 0;
  width: 100%;
  height: 4rem;
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  -webkit-appearance: searchfield;
  background-color: #fff;
}
.ces-public-body .ces-public-header .header-search .input-search::-moz-input-placeholder, .ces-public-body .ces-public-header .header-search .input-search::-webkit-input-placeholder {
  color: #A0ABC6;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}
.ces-public-body .ces-public-header .header-search .input-search::placeholder {
  color: #A0ABC6;
  font-family: "Pretendard", sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
}
.ces-public-body .ces-public-header .header-search .input-search::-ms-clear, .ces-public-body .ces-public-header .header-search .input-search::-ms-reveal {
  display: none;
  appearance: none;
}
.ces-public-body .ces-public-header .header-search .input-search::-webkit-search-decoration, .ces-public-body .ces-public-header .header-search .input-search::-webkit-search-cancel-button, .ces-public-body .ces-public-header .header-search .input-search::-webkit-search-results-button, .ces-public-body .ces-public-header .header-search .input-search::-webkit-search-results-decoration {
  display: none;
  -webkit-appearance: none;
}
.ces-public-body .ces-public-header .header-search .input-search::-webkit-search-cancel-button {
  display: none;
  -webkit-appearance: none;
}
.ces-public-body .ces-public-header .header-search .btn-search-clear {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_clear_search.svg) no-repeat 50% 50%;
  background-size: 1.6rem;
  transform: translateY(-50%);
}
.ces-public-body .ces-public-header .header-search .wrap-search {
  display: block;
  width: 100%;
}
.ces-public-body .ces-public-header .header-search .wrap-keyword {
  display: none;
  width: 100%;
}
.ces-public-body .ces-public-header .header-search .wrap-keyword .chip-keyword {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 0.6rem 1.6rem;
  gap: 0.8rem;
  border-radius: 2rem;
  color: #fff;
  background-color: #000;
}
.ces-public-body .ces-public-header .header-search .wrap-keyword .chip-keyword .keyword {
  display: block;
  overflow: hidden;
  flex: none;
  width: 100%;
  max-width: calc(100% - 1.6rem);
  color: inherit;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ces-public-body .ces-public-header .header-search .wrap-keyword .chip-keyword .btn-close {
  display: block;
  position: relative;
  flex: none;
  width: 1.6rem;
  height: 1.6rem;
}
.ces-public-body .ces-public-header .header-search .wrap-keyword .chip-keyword .btn-close:before, .ces-public-body .ces-public-header .header-search .wrap-keyword .chip-keyword .btn-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.4rem;
  width: 1.1rem;
  height: 0.2rem;
  background-color: #fff;
}
.ces-public-body .ces-public-header .header-search .wrap-keyword .chip-keyword .btn-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ces-public-body .ces-public-header .header-search .wrap-keyword .chip-keyword .btn-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.ces-public-body .ces-public-header .header-title {
  display: none;
  overflow: hidden;
  margin-right: auto;
  width: calc(100% - 4.8rem);
  color: #000;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.6rem;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ces-public-body .ces-public-header.mypage [class^=wrap-btn] .btn-gnb.setting {
  display: block;
}
.ces-public-body .ces-public-header.mypage [class^=wrap-btn] .btn-gnb.search {
  display: none;
}
.ces-public-body .ces-public-header.mypage [class^=wrap-btn] .btn-gnb.menu {
  display: none;
}
.ces-public-body .ces-public-header.subpage .btn-logo-wecheck {
  display: none;
}
.ces-public-body .ces-public-header.subpage [class^=wrap-btn] .btn-gnb.back {
  display: block;
}
.ces-public-body .ces-public-header.subpage [class^=wrap-btn] .btn-gnb.alarm {
  display: none;
}
.ces-public-body .ces-public-header.subpage [class^=wrap-btn] .btn-gnb.setting {
  display: none;
}
.ces-public-body .ces-public-header.subpage [class^=wrap-btn] .btn-gnb.search {
  display: none;
}
.ces-public-body .ces-public-header.subpage [class^=wrap-btn] .btn-gnb.menu {
  display: none;
}
.ces-public-body .ces-public-header.sub-menu .btn-logo-wecheck {
  display: none;
}
.ces-public-body .ces-public-header.sub-menu .header-title {
  display: block;
}
.ces-public-body .ces-public-header.sub-menu [class^=wrap-btn] .btn-gnb.back {
  display: block;
}
.ces-public-body .ces-public-header.sub-menu [class^=wrap-btn] .btn-gnb.alarm {
  display: block;
}
.ces-public-body .ces-public-header.sub-menu [class^=wrap-btn] .btn-gnb.setting {
  display: none;
}
.ces-public-body .ces-public-header.sub-menu [class^=wrap-btn] .btn-gnb.search {
  display: none;
}
.ces-public-body .ces-public-header.sub-menu [class^=wrap-btn] .btn-gnb.menu {
  display: block;
}
.ces-public-body .ces-public-header.share .btn-logo-wecheck {
  display: none;
}
.ces-public-body .ces-public-header.share .header-content {
  padding: 0 1.4rem;
  background: transparent;
}
.ces-public-body .ces-public-header.share [class^=wrap-btn] .btn-gnb.back {
  display: none;
}
.ces-public-body .ces-public-header.share [class^=wrap-btn] .btn-gnb.alarm {
  display: none;
}
.ces-public-body .ces-public-header.share [class^=wrap-btn] .btn-gnb.search {
  display: none;
}
.ces-public-body .ces-public-header.share [class^=wrap-btn] .btn-gnb.menu {
  display: none;
}
.ces-public-body .ces-public-header.share [class^=wrap-btn] .btn-gnb.round-back {
  display: block;
}
.ces-public-body .ces-public-header.share [class^=wrap-btn] .btn-gnb.share {
  display: block;
}
.ces-public-body .ces-public-header.sub-search .btn-logo-wecheck {
  display: none;
}
.ces-public-body .ces-public-header.sub-search .wrap-btn-left {
  width: calc(100% - 3.2rem);
}
.ces-public-body .ces-public-header.sub-search .wrap-btn-right {
  width: 3.2rem;
}
.ces-public-body .ces-public-header.sub-search [class^=wrap-btn] .btn-gnb.back {
  display: block;
}
.ces-public-body .ces-public-header.sub-search [class^=wrap-btn] .btn-gnb.alarm {
  display: none;
}
.ces-public-body .ces-public-header.sub-search [class^=wrap-btn] .btn-gnb.menu {
  display: none;
}
.ces-public-body .ces-public-header.sub-search-input .btn-logo-wecheck {
  display: none;
}
.ces-public-body .ces-public-header.sub-search-input .header-content {
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-public-header.sub-search-input .header-search {
  display: block;
}
.ces-public-body .ces-public-header.sub-search-input [class^=wrap-btn] .btn-gnb.back {
  display: block;
}
.ces-public-body .ces-public-header.sub-search-input [class^=wrap-btn] .btn-gnb.alarm {
  display: none;
}
.ces-public-body .ces-public-header.sub-search-input [class^=wrap-btn] .btn-gnb.menu {
  display: none;
}
.ces-public-body .ces-public-header.sub-search-input .wrap-btn-left {
  flex: 1;
}
.ces-public-body .ces-public-header.sub-search-input.has-keyword .wrap-btn-left {
  flex: none;
  max-width: calc(100% - 3.2rem);
}
.ces-public-body .ces-public-header.sub-search-input.has-keyword .header-search .wrap-search {
  display: none;
}
.ces-public-body .ces-public-header.sub-search-input.has-keyword .header-search .wrap-keyword {
  display: block;
}
.ces-public-body .ces-public-header.popup .header-content {
  background-color: transparent;
}
.ces-public-body .ces-public-header.popup .header-title {
  display: block;
  margin: 0 auto 0 3.2rem;
}
.ces-public-body .ces-public-header.popup .btn-logo-wecheck {
  display: none;
}
.ces-public-body .ces-public-header.popup [class^=wrap-btn] .btn-gnb.back {
  display: none;
}
.ces-public-body .ces-public-header.popup [class^=wrap-btn] .btn-gnb.alarm {
  display: none;
}
.ces-public-body .ces-public-header.popup [class^=wrap-btn] .btn-gnb.search {
  display: none;
}
.ces-public-body .ces-public-header.popup [class^=wrap-btn] .btn-gnb.menu {
  display: none;
}
.ces-public-body .ces-public-header.popup [class^=wrap-btn] .btn-gnb.close {
  display: block;
}
.ces-public-body .ces-public-header.popup-layout .btn-logo-wecheck {
  display: none;
}
.ces-public-body .ces-public-header.popup-layout .header-title {
  display: block;
}
.ces-public-body .ces-public-header.popup-layout .header-content {
  background-color: #fff;
}
.ces-public-body .ces-public-header.popup-layout [class^=wrap-btn] .btn-gnb.back {
  display: block;
}
.ces-public-body .ces-public-header.popup-layout [class^=wrap-btn] .btn-gnb.alarm {
  display: none;
}
.ces-public-body .ces-public-header.popup-layout [class^=wrap-btn] .btn-gnb.search {
  display: none;
}
.ces-public-body .ces-public-header.popup-layout [class^=wrap-btn] .btn-gnb.menu {
  display: none;
}
.ces-public-body .ces-public-header.popup-layout [class^=wrap-btn] .btn-gnb.close {
  display: none;
}
.ces-public-body .ces-public-header.bg > .header-content {
  background-color: #0A233F;
}
.ces-public-body .ces-public-header.bg .btn-logo-wecheck {
  background-image: url(../images/common/logo_header_wecheck_white.svg);
}
.ces-public-body .ces-public-header.bg .btn-gnb.alarm {
  background-image: url(../images/common/ico_alarm_24_white.svg);
}
.ces-public-body .ces-public-header.bg .btn-gnb.alarm.on {
  background-image: url(../images/common/ico_alarm_24_white_on.svg);
}
.ces-public-body .ces-public-header.bg .btn-gnb.search {
  background-image: url(../images/common/ico_search_24_white.svg);
}
.ces-public-body .ces-public-header.bg .btn-gnb.menu {
  background-image: url(../images/common/ico_menu_24_white.svg);
}
.ces-public-body .ces-public-header.bg .all-menu .btn-gnb.alarm {
  background-image: url(../images/common/ico_alarm_24.svg);
}
.ces-public-body .ces-public-header.bg .all-menu .btn-gnb.alarm.on {
  background-image: url(../images/common/ico_alarm_24_on.svg);
}
.ces-public-body .ces-public-header.main .btn-logo-wecheck {
  background-image: url(../images/common/logo_header_wecheck_white.svg);
}
.ces-public-body .ces-public-header.main .header-content {
  background-color: transparent;
}
.ces-public-body .ces-public-header.main .btn-gnb.alarm {
  background-image: url(../images/common/ico_alarm_24_white.svg);
}
.ces-public-body .ces-public-header.main .btn-gnb.alarm.on {
  background-image: url(../images/common/ico_alarm_24_white_on.svg);
}
.ces-public-body .ces-public-header.main .btn-gnb.search {
  background-image: url(../images/common/ico_search_24_white.svg);
}
.ces-public-body .ces-public-header.main .btn-gnb.menu {
  background-image: url(../images/common/ico_menu_24_white.svg);
}
.ces-public-body .ces-public-header.main .all-menu .all-menu-header .header-content {
  background-color: #fff;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-public-header.main .all-menu .btn-gnb.alarm {
  background-image: url(../images/common/ico_alarm_24.svg);
}
.ces-public-body .ces-public-header.main .all-menu .btn-gnb.alarm.on {
  background-image: url(../images/common/ico_alarm_24_on.svg);
}
.ces-public-body .ces-public-header.main .all-menu .btn-gnb.search {
  background-image: url(../images/common/ico_search_24.svg);
}
.ces-public-body .ces-public-header.main.scroll .header-content {
  background-color: #0A233F;
}
.ces-public-body .ces-public-header.main + .ces-public-container {
  padding-top: 0;
}
.ces-public-body .ces-public-header .all-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  transform: translateX(101%);
  transition: 0.3s;
}
.ces-public-body .ces-public-header .all-menu .wrap-btn-left {
  flex: 1;
}
.ces-public-body .ces-public-header .all-menu .btn-gnb.back {
  display: block;
}
.ces-public-body .ces-public-header .all-menu .header-search {
  display: block;
}
.ces-public-body .ces-public-header .all-menu .all-menu-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  padding-bottom: 4rem;
}
.ces-public-body .ces-public-header .all-menu .box-login {
  margin-bottom: 0;
}
.ces-public-body .ces-public-header .all-menu .box-login .user-info .user + b {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
}
.ces-public-body .ces-public-header .all-menu .box-btn-line {
  margin: 2.4rem 2rem 4rem;
}
.ces-public-body .ces-public-header .all-menu .box-btn-line .icon {
  width: 2.4rem;
  height: 2.4rem;
  background-size: cover;
}
.ces-public-body .ces-public-header .all-menu .list-menu-left {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2rem;
}
.ces-public-body .ces-public-header .all-menu .list-menu-left li {
  width: 50%;
}
.ces-public-body .ces-public-header .all-menu .list-menu-left .menu-left {
  display: block;
  width: 100%;
  padding: 1.6rem 0;
}
.ces-public-body .ces-public-header .all-menu .btn-area {
  padding: 2rem;
}
.ces-public-body .ces-public-header .all-menu .btn-area .btn-default {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ces-public-body .ces-public-header .all-menu .btn-area .btn-default [class^=ico] {
  display: inline-block;
  margin-right: 0.8rem;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.ces-public-body .ces-public-header .all-menu .btn-area .btn-default .ico-cesco-service {
  background-image: url(../images/common/ico_cesco_service.svg);
}
.ces-public-body .ces-public-header .all-menu .btn-area .btn-default .ico-customer-service {
  background-image: url(../images/common/ico_customer_service.svg);
}
.ces-public-body .ces-public-header.opened .all-menu {
  transform: translateX(0);
}
.ces-public-body .box-line-bold {
  position: relative;
}
.ces-public-body .box-line-bold .ces-label-title {
  margin-top: 1rem;
  padding: 2rem 1.6rem 2rem 2rem;
}
.ces-public-body .box-line-bold .ces-label-title + .ces-list-item, .ces-public-body .box-line-bold .ces-label-title + .list-menu-left {
  margin-bottom: 1rem;
}
.ces-public-body .box-line-bold::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.8rem;
  background-color: #f5f5f5;
}
.ces-public-body .search-layer {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  width: 100%;
}
.ces-public-body .search-layer .wrap-btn-right .btn-gnb {
  margin-left: 0.8rem;
}
.ces-public-body .search-layer .wrap-btn-right .btn-gnb.close {
  display: block;
}
.ces-public-body .search-layer .ces-public-search {
  position: relative;
  padding: 2rem 2rem 4rem;
  background-color: #fff;
}
.ces-public-body .search-layer .ces-public-search .ces-list-box {
  min-height: 3.6rem;
}
.ces-public-body .search-layer .ces-public-search .ces-list-search li + li {
  margin-top: 1.6rem;
}
.ces-public-body .search-layer .ces-public-search .ces-list-search .btn-autocomplete {
  display: block;
  padding-left: 2.8rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  background: url(../images/common/ico_search_24.svg) no-repeat 0 50%/1.6rem;
}
.ces-public-body .search-layer .ces-public-search .ces-list-search .btn-autocomplete .point {
  color: #0089D0;
  background: transparent;
}
.ces-public-body .search-layer .layer-dim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.ces-public-body .search-layer.show {
  display: flex;
}
.ces-public-body .ces-public-container {
  flex: 1;
  padding: 5.6rem 0 9.6rem;
}
.ces-public-body .page-content {
  flex: 1;
  overflow-y: auto;
  padding: 5.6rem 0 2rem;
}
.ces-public-body .ces-public-content .ces-bizApp-body .ces-bizApp-wrap {
  height: auto;
}
.ces-public-body .ces-public-content .ces-bizApp-body .ces-bizApp-wrap .ces-bizApp-myservice {
  padding-bottom: 0 !important;
}
.ces-public-body .ces-public-content .ces-bizApp-body .ces-bizApp-wrap .ces-bizApp-floating {
  height: auto;
}
.ces-public-body .ces-public-content .ces-bizApp-body .ces-bizApp-wrap .ces-bizApp-floating .bizApp-floating {
  bottom: 7rem;
}
.ces-public-body .ces-public-content .ces-bizApp-body .ces-bizApp-container {
  padding-top: 0;
}
.ces-public-body .ces-public-space {
  padding: 0 2rem;
}
.ces-public-body .ces-public-navigation-bar .list-link {
  display: flex;
  align-items: flex-start;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 7rem;
  padding: 0 0.8rem 0.8rem;
  box-shadow: 0 -0.6rem 0.8rem 0 rgba(0, 0, 0, 0.05);
  background-color: rgb(255, 255, 255);
  z-index: 999;
  transition: 0.3s ease;
}
.ces-public-body .ces-public-navigation-bar .list-link.hide {
  transform: translateY(100%);
}
.ces-public-body .ces-public-navigation-bar .list-link li {
  width: 20%;
  height: 6rem;
}
.ces-public-body .ces-public-navigation-bar .list-link .link {
  display: block;
  padding-top: 3.6rem;
  width: 100%;
  height: 6rem;
  background-repeat: no-repeat;
  background-position: top 1rem left 50%;
  background-size: 2.4rem;
}
.ces-public-body .ces-public-navigation-bar .list-link .link .tit {
  display: block;
  color: #5F6A86;
  font-weight: 500;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.8rem;
}
.ces-public-body .ces-public-navigation-bar .list-link .link.on .tit {
  color: #0075e0;
}
.ces-public-body .ces-public-navigation-bar .list-link .link.home {
  background-image: url(../images/common/ico_nav_home_off.svg);
}
.ces-public-body .ces-public-navigation-bar .list-link .link.home.on {
  background-image: url(../images/common/ico_nav_home_on.svg);
}
.ces-public-body .ces-public-navigation-bar .list-link .link.location-check {
  background-image: url(../images/common/ico_nav_location_check_off.svg);
}
.ces-public-body .ces-public-navigation-bar .list-link .link.location-check.on {
  background-image: url(../images/common/ico_nav_location_check_on.svg);
}
.ces-public-body .ces-public-navigation-bar .list-link .link.merchandise-check {
  background-image: url(../images/common/ico_nav_merchandise_check_off.svg);
}
.ces-public-body .ces-public-navigation-bar .list-link .link.merchandise-check.on {
  background-image: url(../images/common/ico_nav_merchandise_check_on.svg);
}
.ces-public-body .ces-public-navigation-bar .list-link .link.lounge {
  background-image: url(../images/common/ico_nav_lounge_off.svg);
}
.ces-public-body .ces-public-navigation-bar .list-link .link.lounge.on {
  background-image: url(../images/common/ico_nav_lounge_on.svg);
}
.ces-public-body .ces-public-navigation-bar .list-link .link.mypage {
  background-image: url(../images/common/ico_nav_mypage_off.svg);
}
.ces-public-body .ces-public-navigation-bar .list-link .link.mypage.on {
  background-image: url(../images/common/ico_nav_mypage_on.svg);
}
.ces-public-body .cec-public-footer {
  padding: 4rem 2rem;
  background-color: #fff;
}
.ces-public-body .cec-public-footer .btn-footer-toggle {
  width: 100%;
  text-align: left;
}
.ces-public-body .cec-public-footer .btn-footer-toggle .ico-arrow {
  padding-right: 2rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  background: url(../images/common/ico_arrow_down_16.svg) no-repeat right center;
  background-size: 1.6rem;
}
.ces-public-body .cec-public-footer .btn-footer-toggle.active .ico-arrow {
  background-image: url(../images/common/ico_arrow_up_16.svg);
}
.ces-public-body .cec-public-footer .btn-footer-toggle.active + .footer-toggle-content {
  display: block;
}
.ces-public-body .cec-public-footer .footer-toggle-content {
  display: none;
  margin-top: 1.6rem;
}
.ces-public-body .cec-public-footer .footer-toggle-content .footer-data {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.4rem;
  line-height: 1.6rem;
}
.ces-public-body .cec-public-footer .footer-toggle-content .footer-data dt {
  width: 11rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .cec-public-footer .footer-toggle-content .footer-data dd {
  padding-left: 1rem;
  width: calc(100% - 12rem);
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  word-break: keep-all;
}
.ces-public-body .cec-public-footer .footer-toggle-content .footer-data + .footer-data {
  margin-top: 0.8rem;
}
.ces-public-body .cec-public-footer .list-link-footer {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
  border-top: 0.1rem solid #E3E6F0;
  padding-top: 1.6rem;
}
.ces-public-body .cec-public-footer .list-link-footer li {
  position: relative;
}
.ces-public-body .cec-public-footer .list-link-footer li a {
  display: block;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  text-decoration: underline;
}
.ces-public-body .cec-public-footer .list-link-footer li + li {
  margin-left: 2rem;
}
.ces-public-body .cec-public-footer .list-link-footer li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.2rem;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #E3E6F0;
  transform: translateY(-50%);
}
.ces-public-body .cec-public-footer .footer-info {
  display: block;
  margin-top: 1.6rem;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .cec-public-footer .footer-copyright {
  display: block;
  margin-top: 1.6rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-popup {
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  height: 100dvh;
}
.ces-public-body .ces-public-popup .popup-dim {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: 0.5;
}
.ces-public-body .ces-public-popup .popup-box {
  flex: none;
  position: relative;
  width: calc(100% - 2rem);
  max-width: 32rem;
  margin: 1rem;
  border-radius: 1.2rem;
}
.ces-public-body .ces-public-popup .popup-box > *:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.ces-public-body .ces-public-popup .popup-box > *:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.ces-public-body .ces-public-popup .popup-box .popup-container {
  padding: 3.2rem 2rem;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}
.ces-public-body .ces-public-popup .popup-box .popup-container .pop-title {
  margin-bottom: 1.6rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
  word-break: keep-all;
}
.ces-public-body .ces-public-popup .popup-box .popup-container .pop-title.txt-cesco {
  font-family: "cesco", "Pretendard", sans-serif;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.ces-public-body .ces-public-popup .popup-box .popup-container .pop-content {
  overflow-y: auto;
  margin-bottom: 2.4rem;
  max-height: 31.8rem;
}
.ces-public-body .ces-public-popup .popup-box .popup-container .pop-content.franchise-out {
  margin-bottom: 0;
  max-height: 75dvh;
}
.ces-public-body .ces-public-popup .popup-box .popup-container .wrap-app-icon {
  margin-bottom: 1.6rem;
}
.ces-public-body .ces-public-popup .popup-box .popup-container .wrap-app-icon + .text {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-popup .popup-box .popup-container .pop-text {
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  word-break: keep-all;
}
.ces-public-body .ces-public-popup .popup-box .popup-container .pop-text .em-txt {
  display: block;
  margin-top: 0.4rem;
  color: #000;
}
.ces-public-body .ces-public-popup .popup-box .popup-container.layer .pop-text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 12rem;
}
.ces-public-body .ces-public-popup .popup-box .popup-container.layer-left {
  text-align: left;
}
.ces-public-body .ces-public-popup .popup-box .popup-container .btn-area .btn-default + .btn-default {
  margin-top: 0.8rem;
}
.ces-public-body .ces-public-popup .popup-box .popup-container .btn-area.half .btn-default + .btn-default {
  margin-top: 0;
}
.ces-public-body .ces-public-popup .popup-box .note-box {
  margin-top: 2rem;
}
.ces-public-body .ces-public-popup .popup-box .note-box .tit {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.4rem;
}
.ces-public-body .ces-public-popup .popup-box .note-box .txt {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-popup .popup-box .list-item {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0 0;
  border-top: 0.1rem solid #C4CBDC;
}
.ces-public-body .ces-public-popup .popup-box .list-item dt {
  padding: 1rem 0.8rem;
  border-bottom: 0.1rem solid #E3E6F0;
  width: 8rem;
  color: #5F6A86;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.ces-public-body .ces-public-popup .popup-box .list-item dt + dd {
  padding: 1rem 0.8rem 1rem 0;
  border-bottom: 0.1rem solid #E3E6F0;
  width: calc(100% - 8rem);
  color: #000;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.ces-public-body .ces-public-popup .popup-box .popup-footer {
  overflow: hidden;
}
.ces-public-body .ces-public-popup .popup-box .popup-footer .btn-area .btn-default {
  margin: 0;
  border-radius: 0;
}
.ces-public-body .ces-public-popup .popup-box .btn-pop-close {
  display: none;
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_close_24.svg) no-repeat 0 0/2.4rem 2.4rem;
}
.ces-public-body .ces-public-popup .popup-box .popup-care-tit {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  width: 100%;
  height: 2.4rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 2.4rem;
}
.ces-public-body .ces-public-popup .popup-box .popup-care-tit.bodycare, .ces-public-body .ces-public-popup .popup-box .popup-care-tit.rest {
  background-image: url(../images/common/logo_cesco_bodycare.svg);
}
.ces-public-body .ces-public-popup .popup-box .popup-care-tit.water {
  background-image: url(../images/common/logo_cesco_water.svg);
}
.ces-public-body .ces-public-popup .popup-box .popup-care-tit.air, .ces-public-body .ces-public-popup .popup-box .popup-care-tit.securify {
  background-image: url(../images/common/logo_cesco_air.svg);
}
.ces-public-body .ces-public-popup .popup-box .popup-care-tit.airperfume, .ces-public-body .ces-public-popup .popup-box .popup-care-tit.aroma {
  background-image: url(../images/common/logo_cesco_airperfume.svg);
}
.ces-public-body .ces-public-popup .popup-box .popup-care-tit.food {
  background-image: url(../images/common/logo_cesco_food.svg);
}
.ces-public-body .ces-public-popup .popup-box .popup-care-tit.basic, .ces-public-body .ces-public-popup .popup-box .popup-care-tit.bedbug, .ces-public-body .ces-public-popup .popup-box .popup-care-tit.flying, .ces-public-body .ces-public-popup .popup-box .popup-care-tit.bug {
  background-image: url(../images/common/logo_header_cesco.svg);
}
.ces-public-body .ces-public-popup .popup-box .popup-care-tit.viruscare, .ces-public-body .ces-public-popup .popup-box .popup-care-tit.virus, .ces-public-body .ces-public-popup .popup-box .popup-care-tit.purity {
  background-image: url(../images/common/logo_cesco_viruscare.svg);
}
.ces-public-body .ces-public-popup .popup-box.has-btn-close .popup-container {
  position: relative;
  padding: 4.8rem 1.6rem 1.6rem;
}
.ces-public-body .ces-public-popup .popup-box.has-btn-close .popup-container .btn-area:first-child {
  margin-top: 1.2rem;
}
.ces-public-body .ces-public-popup .popup-box.has-btn-close .btn-pop-close {
  display: block;
}
.ces-public-body .ces-public-popup .page-popup {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  flex: 1;
  width: 100%;
  background: #fff;
}
.ces-public-body .ces-public-popup .page-popup .wrap-page-content {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  height: calc(100dvh - 14.4rem);
}
.ces-public-body .ces-public-popup .ces-toast {
  position: absolute;
  left: 0;
  bottom: 4rem;
  right: 0;
  padding: 0 2rem;
  width: 100%;
}
.ces-public-body .ces-public-popup .ces-toast .ces-toast-content {
  padding: 3rem 2rem;
  border-radius: 1.2rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  text-align: center;
  background-color: #fff;
}
.ces-public-body .ces-public-popup .ces-toast .ces-toast-content .confirm {
  display: flex;
  flex-direction: column;
}
.ces-public-body .ces-public-popup .ces-toast .ces-toast-content .confirm .ico-checked {
  display: block;
  margin: 0 auto;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_check_circle_24_on.svg) no-repeat 0 0/2.4rem;
}
.ces-public-body .ces-public-popup .ces-toast .ces-toast-content .title {
  display: block;
  margin-top: 0.8rem;
  font-weight: 700;
}
.ces-public-body .ces-public-popup .ces-toast .ces-toast-content .text {
  display: block;
  margin-top: 0.4rem;
  font-weight: 400;
}
.ces-public-body .ces-public-popup .ces-toast .ces-toast-content p + p {
  margin-top: 0.8rem;
}
.ces-public-body .ces-public-popup.show {
  display: flex;
}
.ces-public-body .ces-public-popup .btn-area-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.6rem;
  gap: 0.4rem;
}
.ces-public-body .ces-public-popup.type-toast {
  z-index: 1001;
}
.ces-public-body .ces-public-popup.type-notice {
  justify-content: flex-end;
}
.ces-public-body .ces-public-popup.type-notice .popup-box {
  margin: 2.4rem 1rem;
  max-width: 100%;
}
.ces-public-body .ces-public-popup.type-notice .popup-box .popup-container {
  padding: 1.4rem;
}
.ces-public-body .ces-public-popup.type-notice .popup-box .icon-alarm {
  display: block;
  margin: auto;
  width: 5.6rem;
  height: 4.2rem;
  background: url(../images/common/ico_alarm_blue.svg) center/cover no-repeat;
}
.ces-public-body .ces-public-popup.type-notice .popup-box .pop-title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-popup.type-notice .popup-box .pop-title .bold {
  font-weight: 700;
}
.ces-public-body .ces-public-popup.type-notice .popup-box .btn-access {
  display: block;
  width: 100%;
  height: 3.2rem;
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.ces-public-body .full-bg-page {
  position: relative;
  z-index: 1;
  margin: -5.6rem 0 0;
  padding: 5.6rem 0 0;
  width: 100%;
  min-height: 100dvh;
}
.ces-public-body .ces-map-utility {
  position: fixed;
  top: 5.6rem;
  z-index: 3;
  padding: 1.6rem 0 0;
  width: 100%;
}
.ces-public-body .ces-map-utility .wrap-chip-place {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding: 0 1.6rem 1.2rem;
  box-sizing: border-box;
  gap: 0.4rem;
}
.ces-public-body .ces-map-utility .wrap-chip-place::-webkit-scrollbar {
  display: none;
  height: 0;
}
.ces-public-body .ces-map-utility .wrap-chip-place .chip-place.active {
  border: 0.1rem solid #0A233F !important;
  background-color: #0A233F;
  color: #fff;
  font-weight: 700;
}
.ces-public-body .ces-map-utility .wrap-right-btns {
  display: block;
  position: absolute;
  top: 6rem;
  right: 0;
  padding-right: 1.2rem;
  gap: 0.8rem;
}
.ces-public-body .ces-map-utility .wrap-right-btns .btn-circle {
  position: static;
}
.ces-public-body .ces-map-utility .chip-place {
  border-color: transparent;
  box-shadow: 0 0.2rem 0.3rem 0 rgba(21, 32, 62, 0.3);
}
.ces-public-body .ces-map-utility .btn-circle {
  position: absolute;
  top: 10rem;
  border-radius: 4rem;
  width: 4rem;
  min-height: 4rem;
  box-shadow: 0 0.2rem 0.3rem 0 rgba(21, 32, 62, 0.3);
  background-color: #fff;
}
.ces-public-body .ces-map-utility .btn-circle.cesco-filter {
  left: 1.6rem;
  background: url(../images/common/ico_cesco_filter.svg) no-repeat center center/4.8rem;
}
.ces-public-body .ces-map-utility .btn-circle.bookmark {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ces-public-body .ces-map-utility .btn-circle.bookmark .ico-bookmark {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_bookmark_line_14.svg) no-repeat center center/1.4rem;
}
.ces-public-body .ces-map-utility .btn-circle.bookmark.active .ico-bookmark {
  background-image: url(../images/common/ico_bookmark_line_black_14.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation {
  margin-top: 0.8rem;
  padding: 0.8rem 0.2rem;
}
.ces-public-body .ces-map-utility .btn-circle.sanitation.active {
  background-color: #0089D0;
}
.ces-public-body .ces-map-utility .btn-circle.sanitation.active .ces-weather .temperature {
  color: #fff;
}
.ces-public-body .ces-map-utility .btn-circle.sanitation.active .info {
  color: #fff;
}
.ces-public-body .ces-map-utility .btn-circle.sanitation.active .info .state-weather {
  color: #FFC9B0;
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather {
  display: block;
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather {
  display: block;
  margin: auto;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.sunny {
  background-image: url(../images/common/ico_sanitation_sun.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.cloudy {
  background-image: url(../images/common/ico_sanitation_cloudy00.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.cloudy02 {
  background-image: url(../images/common/ico_sanitation_cloudy02.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.rainy {
  background-image: url(../images/common/ico_sanitation_rainy.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.snowy {
  background-image: url(../images/common/ico_sanitation_snowy.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.rainy01 {
  background-image: url(../images/common/ico_sanitation_rainy_03.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.rainy02 {
  background-image: url(../images/common/ico_sanitation_rainy_01.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.snowy01 {
  background-image: url(../images/common/ico_sanitation_snowy_01.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.smoke {
  background-image: url(../images/common/ico_sanitation_smoke_01.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.lightening {
  background-image: url(../images/common/ico_sanitation_lightening.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.cloudy01 {
  background-image: url(../images/common/ico_sanitation_cloudy01.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.lightening01 {
  background-image: url(../images/common/ico_sanitation_lightening_01.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.rainy03 {
  background-image: url(../images/common/ico_sanitation_rainy_02.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.rainy04 {
  background-image: url(../images/common/ico_sanitation_rainy_03.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.rainy05 {
  background-image: url(../images/common/ico_sanitation_rainy_04.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.cloudy03 {
  background-image: url(../images/common/ico_sanitation_cloudy01.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.sunny01 {
  background-image: url(../images/common/ico_sanitation_sun_01.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.sunny02 {
  background-image: url(../images/common/ico_sanitation_sun_02.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.sunny03 {
  background-image: url(../images/common/ico_sanitation_sun_03.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.sunny04 {
  background-image: url(../images/common/ico_sanitation_sun_04.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.sunny05 {
  background-image: url(../images/common/ico_sanitation_sun_05.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.cloudy02 {
  background-image: url(../images/common/ico_sanitation_cloudy02.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .ico-weather.smoke01 {
  background-image: url(../images/common/ico_sanitation_smoke_02.svg);
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .ces-weather .temperature {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #000;
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .info {
  display: block;
  margin-top: 0.4rem;
  color: #0a233f;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.1rem;
}
.ces-public-body .ces-map-utility .btn-circle.sanitation .info .state-weather {
  display: block;
  margin-top: 0.2rem;
  color: #EE312F;
  font-weight: 600;
  letter-spacing: -0.03em;
}
.ces-public-body .ces-map-utility.active {
  top: 5.5rem;
  background-color: #fff;
}
.ces-public-body .ces-map-utility.active + .wrap-location-filter {
  margin-top: 6.2rem;
}
.ces-public-body .ces-bottom-sheet {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: auto;
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s linear;
}
.ces-public-body .ces-bottom-sheet .wrap-bottom-sheet {
  position: relative;
  padding: 0 0 7rem;
  width: 100%;
  height: 50vh;
  max-height: 100vh;
  border-radius: 2.4rem 2.4rem 0 0;
  background: #fff;
  transform: translateY(100%);
  transition: 0.3s ease;
}
.ces-public-body .ces-bottom-sheet .wrap-bottom-sheet .wrap-dragger {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.ces-public-body .ces-bottom-sheet .wrap-bottom-sheet .wrap-dragger .dragger {
  width: 100%;
  height: 2.4rem;
  border-radius: 2.4rem 2.4rem 0 0;
  background-color: #fff;
}
.ces-public-body .ces-bottom-sheet .wrap-bottom-sheet .wrap-dragger .dragger:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 50%;
  border-radius: 0.4rem;
  width: 3.6rem;
  height: 0.5rem;
  background-color: #ccc;
  transform: translateX(-50%);
}
.ces-public-body .ces-bottom-sheet .wrap-bottom-sheet .wrap-dragger .wrap-left-btns {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  position: absolute;
  top: -5.2rem;
  left: 1.2rem;
}
.ces-public-body .ces-bottom-sheet .wrap-bottom-sheet .wrap-dragger .wrap-left-btns [class^=btn] {
  display: block;
  border-radius: 50%;
  box-shadow: 0 0.2rem 0.3rem 0 rgba(21, 32, 62, 0.3);
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.ces-public-body .ces-bottom-sheet .wrap-bottom-sheet .wrap-dragger .wrap-left-btns .btn-pin {
  background-image: url(../images/common/ico_pin.svg);
  background-size: 1.8rem;
}
.ces-public-body .ces-bottom-sheet .wrap-bottom-sheet .wrap-dragger .btn-naver {
  position: absolute;
  top: -2rem;
  right: 1.2rem;
  width: 5.6rem;
  height: 1rem;
  background: url(../images/common/ico_naver_text.svg) no-repeat center center/5.6rem;
}
.ces-public-body .ces-bottom-sheet .wrap-bottom-sheet .wrap-content {
  overflow-y: auto;
  height: calc(100% - 2.4rem);
}
.ces-public-body .ces-bottom-sheet .wrap-bottom-sheet .wrap-content::-webkit-scrollbar {
  display: none;
  width: 0;
}
.ces-public-body .ces-bottom-sheet.show .wrap-bottom-sheet {
  transform: translateY(0%);
}
.ces-public-body .ces-bottom-sheet.show .wrap-bottom-sheet .wrap-content {
  display: block;
}
.ces-public-body .ces-bottom-sheet.hidden .wrap-bottom-sheet {
  box-shadow: inset 0 -8.4rem 0.5rem rgba(21, 32, 62, 0.1);
}
.ces-public-body .ces-bottom-sheet.hidden .wrap-bottom-sheet .ces-result-empty {
  display: none;
}
.ces-public-body .ces-bottom-sheet.dragging .wrap-bottom-sheet {
  transition: none;
}
.ces-public-body .ces-bottom-sheet.fullscreen .wrap-bottom-sheet {
  padding: 0 0 7rem;
  border-radius: 0;
  height: calc(100dvh - 11.5rem) !important;
}
.ces-public-body .ces-bottom-sheet.fullscreen .wrap-bottom-sheet .wrap-dragger .wrap-left-btns,
.ces-public-body .ces-bottom-sheet.fullscreen .wrap-bottom-sheet .wrap-dragger .btn-naver {
  display: none;
}
.ces-public-body .ces-bottom-sheet.selected .wrap-bottom-sheet {
  height: 28.8rem !important;
}
.ces-public-body .ces-bottom-sheet.selected .wrap-bottom-sheet .dragger {
  display: none;
}
.ces-public-body .ces-bottom-sheet.selected .wrap-bottom-sheet .wrap-content {
  overflow: hidden;
}
.ces-public-body .ces-bottom-sheet.selected .wrap-bottom-sheet .ces-public-place {
  padding: 2.4rem 2rem;
}
.ces-public-body .ces-search-sheet {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: auto;
  transition: 0.3s linear;
}
.ces-public-body .ces-search-sheet .wrap-dragger {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.ces-public-body .ces-search-sheet .wrap-dragger .dragger {
  width: 100%;
  height: 2.4rem;
}
.ces-public-body .ces-search-sheet .wrap-dragger .dragger:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7rem;
  left: 50%;
  border-radius: 0.4rem;
  width: 3.6rem;
  height: 0.5rem;
  background-color: #ccc;
  transform: translateX(-50%);
}
.ces-public-body .ces-search-sheet .wrap-dragger .btn-close {
  position: absolute;
  top: -3.6rem;
  right: 1.2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_close_24.svg) no-repeat center center/2.4rem;
}
.ces-public-body .ces-search-sheet .search-dimmed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
}
.ces-public-body .ces-search-sheet .search-dimmed.active {
  display: block;
}
.ces-public-body .ces-search-sheet .wrap-bottom-sheet {
  position: relative;
  z-index: 2;
  padding: 0 0 8rem;
  width: 100%;
  height: 0;
  max-height: 100vh;
  border-radius: 2.4rem 2.4rem 0 0;
  background: #fff;
  transform: translateY(100%);
  transition: 0.3s ease;
}
.ces-public-body .ces-search-sheet .wrap-content {
  overflow-y: auto;
  height: 100%;
}
.ces-public-body .ces-search-sheet .wrap-content::-webkit-scrollbar {
  display: none;
  width: 0;
}
.ces-public-body .ces-search-sheet.show {
  z-index: 1000;
}
.ces-public-body .ces-search-sheet.show .wrap-bottom-sheet {
  height: 70vh;
  transform: translateY(0%);
}
.ces-public-body .ces-search-sheet.show .fixed-btn-filter .btn-filter-area {
  position: fixed;
}
.ces-public-body .ces-search-sheet .wrap-filter-btn {
  width: 100%;
  height: 4.8rem;
  background: #fff;
}
.ces-public-body .ces-search-sheet .wrap-filter-btn .list-filter-tab {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -ms-overflow-style: none;
  overflow-x: scroll;
  margin: 0 -2rem;
  border-radius: 2.4rem 2.4rem 0 0;
  border-bottom: 0.1rem solid #E3E6F0;
  background-color: #fff;
}
.ces-public-body .ces-search-sheet .wrap-filter-btn .list-filter-tab::-webkit-scrollbar {
  display: none;
}
.ces-public-body .ces-search-sheet .wrap-filter-btn .list-filter-tab li {
  flex: 1;
}
.ces-public-body .ces-search-sheet .wrap-filter-btn .list-filter-tab li .btn-filter {
  display: block;
  padding: 1.4rem 0 1.2rem;
  border-bottom: 0.2rem solid transparent;
  width: 100%;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
  text-align: center;
}
.ces-public-body .ces-search-sheet .wrap-filter-btn .list-filter-tab li .btn-filter .filter-num {
  display: inline-flex;
  vertical-align: middle;
  margin: -0.2rem 0 0 0;
}
.ces-public-body .ces-search-sheet .wrap-filter-btn .list-filter-tab li .btn-filter .filter-num .num {
  display: inline-block;
  margin-left: 0.4rem;
  border-radius: 50%;
  width: 1.6rem;
  height: 1.6rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: center;
  background-color: #8692AE;
}
.ces-public-body .ces-search-sheet .wrap-filter-btn .list-filter-tab li .btn-filter.active {
  border-bottom-color: #222;
}
.ces-public-body .ces-search-sheet .wrap-filter-btn .list-filter-tab li .btn-filter.active .filter-num .num {
  background-color: #0089D0;
}
.ces-public-body .ces-search-sheet .wrap-filter-btn .list-filter-tab.ces-scroll-x li {
  flex: none;
}
.ces-public-body .ces-search-sheet .wrap-filter-btn + .filter-tab-content .filter-content [class^=ces-filter] {
  padding-top: 4rem;
}
.ces-public-body .ces-search-sheet .wrap-filter-btn + .filter-tab-content .filter-content [class^=ces-filter] .box-title:first-child {
  margin-top: 0;
}
.ces-public-body .ces-search-sheet .filter-tab-content {
  overflow: hidden auto;
  height: 50vh;
}
.ces-public-body .ces-search-sheet .filter-tab-content::-webkit-scrollbar {
  display: none;
  width: 0;
}
.ces-public-body .ces-search-sheet .filter-tab-content .filter-content:last-child [class^=ces-filter] {
  padding-bottom: 5.2rem;
}
.ces-public-body .ces-search-sheet .fixed-btn-filter {
  height: 6rem;
}
.ces-public-body .ces-search-sheet .fixed-btn-filter .btn-filter-area {
  position: static;
  right: 0;
  bottom: 8.8rem;
  left: 0;
  z-index: 99;
  display: flex;
  padding: 2rem 0 0 2rem;
  width: 100%;
  background: #fff;
  box-shadow: 0 -0.5rem 0.5rem 0 rgba(21, 32, 62, 0.0509803922);
}
.ces-public-body .ces-search-sheet .fixed-btn-filter .all-delete {
  flex-shrink: 0;
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../images/common/ico_trash_24.svg) center/2.4rem no-repeat;
}
.ces-public-body .ces-search-sheet .fixed-btn-filter .filter-scroll {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
}
.ces-public-body .ces-search-sheet .fixed-btn-filter .filter-scroll::-webkit-scrollbar {
  display: none;
}
.ces-public-body .ces-search-sheet .fixed-btn-filter .filter-scroll .btn-delete {
  display: flex;
  align-items: center;
  flex: none;
  margin-left: 0.8rem;
  padding: 1rem 1.2rem 1rem 1.6rem;
  border-radius: 0.6rem;
  color: #0089D0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  background-color: #EAF5FF;
}
.ces-public-body .ces-search-sheet .fixed-btn-filter .filter-scroll .btn-delete .delete {
  margin-left: 0.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/btn_tag_close.svg) no-repeat center center;
}
.ces-public-body .ces-search-sheet .ces-filter-goods .box-title .title-inner-left > .title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.ces-public-body .ces-search-sheet .ces-filter-goods .box-title.sub {
  margin: 2.4rem 0 0.8rem;
}
.ces-public-body .ces-search-sheet .ces-filter-goods .box-title.sub .title {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-search-sheet .ces-filter-goods .box-title.sub .title b {
  font-weight: 600;
}
.ces-public-body .ces-search-sheet .ces-filter-goods .box-title + .box-title.sub {
  margin-top: 1.6rem;
}
.ces-public-body .ces-search-sheet .ces-filter-goods .ces-list-box {
  gap: 0.4rem;
}
.ces-public-body .ces-search-sheet.fullscreen .filter-tab-content {
  height: 80vh;
}
.ces-public-body .ces-btn-recent {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 9.6rem;
  right: 2rem;
  z-index: 1011;
  border-radius: 50%;
  box-shadow: 0 0.3rem 0.28rem 0 rgba(0, 0, 0, 0.06);
  width: 4rem;
  height: 4rem;
  background: #0A233F;
}
.ces-public-body .ces-btn-recent .ico-recent {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/common/ico_recent.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.4rem;
}
.ces-public-body .ces-btn-recent.hidden {
  display: none;
}
.ces-public-body .ces-btn-recent.second-pos {
  bottom: 14.4rem;
}
.ces-public-body .ces-btn-top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 9.6rem;
  right: 2rem;
  z-index: 1001;
  border-radius: 50%;
  box-shadow: 0.1rem 0 0.4rem 0 rgba(0, 0, 0, 0.12);
  width: 4rem;
  height: 4rem;
  background: #fff;
  opacity: 0;
}
.ces-public-body .ces-btn-top .ico-top {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(../images/common/ico_top.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1.8rem;
}
.ces-public-body .ces-btn-top.on {
  opacity: 1;
  transition: opacity 0.5s linear;
}
.ces-public-body .ces-btn-top.on + .ces-btn-recent {
  bottom: 14.4rem;
}
.ces-public-body .ces-bottom-sheet-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: auto;
}
.ces-public-body .ces-bottom-sheet-popup.show {
  z-index: 1001;
}
.ces-public-body .ces-bottom-sheet-popup.show .wrap-bottom-sheet-popup {
  transform: translateY(0%);
  transition: all 0.3s;
}
.ces-public-body .ces-bottom-sheet-popup.show .bottom-sheet-dimmed {
  display: block;
}
.ces-public-body .ces-bottom-sheet-popup .wrap-bottom-sheet-popup {
  position: relative;
  width: 100%;
  max-height: 100vh;
  padding: 2rem 0;
  border-radius: 2.4rem 2.4rem 0 0;
  background-color: #fff;
  z-index: 2;
  transform: translateY(100%);
  transition: all 0.3s;
}
.ces-public-body .ces-bottom-sheet-popup .bottom-sheet-dimmed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100dvh;
  background: rgba(0, 0, 0, 0.5);
}
.ces-public-body .ces-bottom-sheet-popup .bottom-sheet-header {
  position: relative;
  min-height: 2rem;
}
.ces-public-body .ces-bottom-sheet-popup .bottom-sheet-header .title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.ces-public-body .ces-bottom-sheet-popup .bottom-sheet-header .btn-bottom-sheet-close {
  position: absolute;
  top: 50%;
  right: 0;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ico_close_24.svg) no-repeat center/cover;
  transform: translateY(-50%);
}
.ces-public-body .ces-bottom-sheet-popup.notice .link-search-content {
  position: relative;
  display: block;
  border-radius: 0.8rem;
  overflow: hidden;
  padding-bottom: 83.4375%;
}
.ces-public-body .ces-bottom-sheet-popup.notice .link-search-content .search-cnt-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ces-public-body .ces-bottom-sheet-popup.notice .wrap-bottom-sheet-popup {
  background-color: transparent;
}
.ces-public-body .ces-bottom-sheet-popup.notice .bottom-sheet-header {
  margin-top: 1.2rem;
}
.ces-public-body .ces-bottom-sheet-popup.notice .bottom-sheet-header .ces-input-group .ces-checkbox-circle input[type=checkbox] + i + span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}
.ces-public-body .ces-bottom-sheet-popup.notice .bottom-sheet-header .btn-bottom-sheet-close {
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_close_white_24.svg) no-repeat center/cover;
}
.ces-public-body .ces-bottom-sheet-popup.notice .main-pop-notice .swiper-slide.item {
  position: relative;
  display: block;
  padding-bottom: 83.4375%;
  border-radius: 0.8rem;
  overflow: hidden;
}
.ces-public-body .ces-bottom-sheet-popup.notice .main-pop-notice .swiper-slide.item .wrap-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ces-public-body .ces-bottom-sheet-popup.notice .main-pop-notice .swiper-slide.item .wrap-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-bottom-sheet-popup.notice .swiper-pagination {
  top: 1.5rem;
  bottom: auto;
  left: auto;
  right: 1.5rem;
  width: auto;
  padding: 0 1.2rem;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 1.6rem;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: -0.03rem;
  color: rgba(255, 255, 255, 0.6);
}
.ces-public-body .ces-bottom-sheet-popup.notice .swiper-pagination .swiper-pagination-current {
  color: #fff;
}
.ces-public-body .coupon-popup .ces-list-item {
  max-height: 28rem;
  overflow-y: scroll;
}
.ces-public-body .wrap-date-range .switch-year-month {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.ces-public-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-public-body .wrap-date-range .switch-year-month .btn-year-month.prev {
  background-image: url(../images/common/ico_prev_24.svg);
}
.ces-public-body .wrap-date-range .switch-year-month .btn-year-month.next {
  background-image: url(../images/common/ico_next_24.svg);
}
.ces-public-body .wrap-date-range .switch-year-month .year-month {
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.ces-public-body .wrap-date-range .filter-period {
  display: flex;
  justify-content: space-between;
  gap: 0.8rem;
  margin-top: 3.2rem;
}
.ces-public-body .wrap-date-range .filter-period .btn-months {
  flex: 1;
  padding: 1rem 2.4rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  color: #888;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .wrap-date-range .filter-period .btn-months.active {
  border: 0.1rem solid #000;
  color: #0A233F;
}
.ces-public-body .calendar {
  margin-top: 0.8rem;
}
.ces-public-body .calendar .weeks {
  display: flex;
}
.ces-public-body .calendar .weeks .week {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.2857142857%;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #aaa;
}
.ces-public-body .calendar .weeks .week:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ces-public-body .calendar .days {
  display: flex;
  align-items: start;
  flex-wrap: wrap;
}
.ces-public-body .calendar .days .day {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 14.2857142857%;
}
.ces-public-body .calendar .days .day span {
  position: relative;
  z-index: 2;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.ces-public-body .calendar .days .day:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.ces-public-body .calendar .days .day.today:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border: 0.1rem solid #ccc;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.ces-public-body .calendar .days .day.selected {
  background-color: #F3F5FA;
}
.ces-public-body .calendar .days .day.range-start span, .ces-public-body .calendar .days .day.range-end span {
  color: #fff;
}
.ces-public-body .calendar .days .day.range-start:before, .ces-public-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-public-body .calendar .days .day.range-start {
  border-radius: 50% 0 0 50%;
}
.ces-public-body .calendar .days .day.range-end {
  border-radius: 0 50% 50% 0;
}
.ces-public-body .calendar .days .day.prev-month-day, .ces-public-body .calendar .days .day.next-month-day {
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.4rem;
}
.ces-public-body .ces-public-search .box-top-text {
  margin-top: 4rem;
}
.ces-public-body .ces-public-search .box-btn-line {
  margin-top: 4rem;
}
.ces-public-body .ces-public-search .btn-keyword {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 1.2rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 2rem;
}
.ces-public-body .ces-public-search .btn-keyword .copy {
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
}
.ces-public-body .ces-public-search .btn-keyword .copy.ellipsis {
  overflow: hidden;
  max-width: 12rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ces-public-body .ces-public-search .btn-keyword.grey {
  background-color: #F3F5FA;
}
.ces-public-body .ces-public-search .btn-keyword.grey .copy {
  color: #5F6A86;
}
.ces-public-body .ces-public-search .btn-keyword.white {
  border: 0.1rem solid #eee;
  background-color: #fff;
}
.ces-public-body .ces-public-search .btn-keyword.white .copy {
  color: #000;
}
.ces-public-body .ces-public-search .btn-keyword.white .copy .point {
  color: #0075e0;
}
.ces-public-body .ces-public-search .ces-search-history li + li {
  margin-top: 1.2rem;
}
.ces-public-body .ces-public-search .btn-recent-keyword {
  display: flex;
  align-items: center;
  padding-left: 2rem;
  background: url(../images/common/ico_clock_16.svg) no-repeat 0 50%/1.6rem;
}
.ces-public-body .ces-public-search .btn-recent-keyword .link-delete {
  flex: 1;
  overflow: hidden;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ces-public-body .ces-public-search .btn-recent-keyword .delete {
  flex: none;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_close_16.svg) no-repeat center center/1.6rem;
}
.ces-public-body .ces-public-search .ces-list-recommend {
  counter-reset: number 0;
}
.ces-public-body .ces-public-search .ces-list-recommend li {
  position: relative;
  padding-left: 2rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-public-search .ces-list-recommend li:before {
  content: counter(number);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number 1;
}
.ces-public-body .ces-public-search .ces-list-recommend li + li {
  margin-top: 1.2rem;
}
.ces-public-body .ces-public-search .ces-list-recommend li:nth-child(1), .ces-public-body .ces-public-search .ces-list-recommend li:nth-child(2), .ces-public-body .ces-public-search .ces-list-recommend li:nth-child(3) {
  color: #0089D0;
}
.ces-public-body .ces-public-search .ces-list-recommend .btn-recommend {
  color: inherit;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-public-search .ces-list-recommend .btn-recommend .copy {
  display: block;
  text-align: left;
}
.ces-public-body .ces-public-search .ces-ingredient-dic {
  /* 성분기준설명 - PSC040200P */
  /* 성분 상세 - PSC040400P */
}
.ces-public-body .ces-public-search .ces-ingredient-dic .box-top-text {
  margin-bottom: 1.6rem;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .ces-list-box {
  gap: 0.4rem;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .ces-list-item {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .ces-list-box.item-col1 {
  gap: 0.8rem;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .ces-list-box.item-col1 .box-round {
  display: flex;
  padding: 1.6rem;
  align-items: center;
  justify-content: space-between;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .ces-list-box.item-col1 .box-round .wrap-content .copy {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .ces-list-box.item-col1 .box-round .wrap-content .text {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #666;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .ces-list-box.item-col1 .box-round .ces-ico-ewg-grade {
  margin-left: 2.8rem;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .ces-no-content {
  margin-top: 4rem;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .wrap-ingredient-img .ingredient-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .box-ingredient-info {
  display: flex;
  align-items: center;
  margin: 4rem 0 2.4rem;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .box-ingredient-info .box-top-badge {
  margin-bottom: 0.8rem;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .box-ingredient-info .column-title .tit,
.ces-public-body .ces-public-search .ces-ingredient-dic .box-ingredient-info .column-title .text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .box-ingredient-info .ces-btn-bookmark input + .ico-bookmark {
  background: url(../images/common/ico_bookmark_line_black_24.svg) no-repeat center center/100%;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .box-ingredient-info .ces-btn-bookmark input:checked + .ico-bookmark {
  background: url(../images/common/ico_bookmark_checked_24.svg) no-repeat center center/100%;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .box-ingredient-info + .box-border-table {
  margin-bottom: 1.6rem;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .bar-text {
  position: relative;
  padding-left: 1.2rem;
  color: #666;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .bar-text::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.6rem;
  width: 1px;
  height: 1rem;
  background-color: #e5e5e5;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .box-line {
  width: 100%;
  height: 0.1rem;
  margin: 40px 0;
  background-color: #e5e5e5;
}
.ces-public-body .ces-public-search .ces-ingredient-dic .box-title + .info-description {
  margin-top: -0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-search .ces-public-result .box-top-text {
  margin-bottom: 2rem;
}
.ces-public-body .ces-public-search .ces-public-result .list-btn-tab {
  margin: 0 -2rem;
}
.ces-public-body .ces-public-search .ces-public-result .ces-filter-box + .ces-no-content {
  margin-top: 0;
}
.ces-public-body .ces-public-search .ces-public-result .ces-no-content {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-search .ces-public-result .ces-filter-box {
  margin: 2.4rem 0;
}
.ces-public-body .ces-public-search .ces-public-result .data-active-wrap .ces-no-content {
  margin-bottom: 3.2rem;
}
.ces-public-body .ces-public-search .ces-public-result .data-active-wrap + .data-active-wrap {
  position: relative;
  margin: 4rem -2rem 0;
  padding: 0 2rem;
  border-top: 0.8rem solid #f8f8f8;
}
.ces-public-body .ces-public-search .magazine-card-item .wrap-thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
}
.ces-public-body .ces-public-search .magazine-card-item .wrap-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ces-public-body .ces-public-search .ces-tab .ces-wrap-tab-content {
  margin-bottom: 2.4rem;
}
.ces-public-body .ces-public-search .data-no-wrap:has(.ces-no-content) .box-title-sub {
  border-top: 0.1rem solid #e5e5e5;
  margin: 0 0 2.4rem;
  padding-top: 2.4rem;
}
.ces-public-body .ces-public-cs .box-title .description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .pop-content .ces-ingredient-dic .ces-list-item.item-col1 {
  margin-top: 2rem;
  gap: 2rem;
}
.ces-public-body .pop-content .guide-frame-box {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.ces-public-body .pop-content .guide-frame-box .wrap-image {
  flex-shrink: 0;
  overflow: hidden;
  width: 12rem;
  height: 12rem;
  border-radius: 0.8rem;
}
.ces-public-body .pop-content .guide-frame-box .wrap-image .guide-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .pop-content .guide-frame-box .txt {
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-mypage .box-top-text {
  margin-top: 4rem;
}
.ces-public-body .ces-public-mypage .box-top-text + .profile-area {
  margin-top: 4rem;
}
.ces-public-body .ces-public-mypage .profile-area {
  position: relative;
  margin: 0 auto;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
}
.ces-public-body .ces-public-mypage .profile-area + label {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-mypage .profile-area .user-profile {
  width: 100%;
  height: 100%;
}
.ces-public-body .ces-public-mypage .profile-area .user-profile .wrap-user-img {
  width: 100%;
  height: 100%;
}
.ces-public-body .ces-public-mypage .profile-area .ces-profile-upload {
  position: absolute;
  bottom: 0;
  right: -0.4rem;
  z-index: 2;
}
.ces-public-body .ces-public-mypage .profile-area .ces-profile-upload .btn-edit-profile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #5F6A86;
}
.ces-public-body .ces-public-mypage .profile-area .ces-profile-upload .btn-edit-profile .ico-picture {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/common/ico_gallery_24_white.svg);
  background-repeat: no-repeat;
}
.ces-public-body .ces-public-mypage .ces-public-modify {
  margin-top: 4rem;
}
.ces-public-body .ces-public-mypage .ces-public-modify .box-top-text + .ces-label-text {
  margin-top: 4rem;
}
.ces-public-body .ces-public-mypage .ces-public-modify .box-round-table + .box-round-table {
  margin-top: 0.8rem;
}
.ces-public-body .ces-public-mypage .ces-public-modify .box-round-table + .btn-area {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-mypage .ces-public-modify .ces-list-item.social-login {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-mypage .ces-public-modify .ces-list-item.social-login + .btn-area {
  margin-top: 4rem;
}
.ces-public-body .ces-public-mypage .ces-public-modify .item-social-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-mypage .ces-public-modify .item-social-login .group-flex {
  display: flex;
  gap: 0.8rem;
  align-items: center;
}
.ces-public-body .ces-public-mypage .ces-public-modify .item-social-login i[class^=ico] {
  display: block;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ces-public-body .ces-public-mypage .ces-public-modify .item-social-login .ico-kakao {
  background-image: url(../images/common/ico_kakao_gray.svg);
}
.ces-public-body .ces-public-mypage .ces-public-modify .item-social-login .ico-naver {
  background-image: url(../images/common/ico_naver_gray.svg);
}
.ces-public-body .ces-public-mypage .ces-public-modify .item-social-login .ico-payco {
  background-image: url(../images/common/ico_payco_gray.svg);
}
.ces-public-body .ces-public-mypage .ces-public-modify .item-social-login .ico-apple {
  background-image: url(../images/common/ico_apple_gray.svg);
}
.ces-public-body .ces-public-mypage .ces-public-modify .item-social-login .ico-google {
  background-image: url(../images/common/ico_google_gray.svg);
}
.ces-public-body .ces-public-mypage .ces-public-modify .item-social-login .txt-social-link {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-public-mypage .ces-public-modify .ces-input-group + .data-active-wrap {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-mypage .ces-profile-step {
  display: none;
}
.ces-public-body .ces-public-mypage .ces-profile-step .box-top-text + .ces-list-box {
  margin-top: 4rem;
}
.ces-public-body .ces-public-mypage .ces-profile-step.active {
  display: block;
}
.ces-public-body .ces-public-mypage .ces-profile-step.profile-step1 .box-top-text + .ces-list-box {
  margin-top: 2rem;
  height: 4rem;
}
.ces-public-body .ces-public-mypage .ces-profile-step.profile-step1 .ces-tab-round {
  margin-top: 4rem;
}
.ces-public-body .ces-public-mypage .ces-profile-step.profile-step1 .ces-list-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.ces-public-body .ces-public-mypage .ces-profile-step.profile-step1 .ces-list-box.item-col1 > li {
  width: calc((100% - 0rem) / 1);
}
.ces-public-body .ces-public-mypage .ces-profile-step.profile-step1 .ces-list-box.item-col2 > li {
  width: calc((100% - 0.4rem) / 2);
}
.ces-public-body .ces-public-mypage .ces-profile-step.profile-step1 .ces-list-box.item-col3 > li {
  width: calc((100% - 0.8rem) / 3);
}
.ces-public-body .ces-public-mypage .ces-profile-step.profile-step1 .ces-list-box.item-col4 > li {
  width: calc((100% - 1.2rem) / 4);
}
.ces-public-body .ces-public-mypage .ces-tab-round .list-round-btn-tab {
  margin: 0 -2rem 2rem;
  padding: 0 2rem;
}
.ces-public-body .ces-public-mypage .progress-bar {
  display: flex;
}
.ces-public-body .ces-public-mypage .progress-bar > i {
  width: 100%;
  height: 0.2rem;
  margin-right: 0.2rem;
  background-color: #F3F5FA;
}
.ces-public-body .ces-public-mypage .progress-bar > i ~ i:last-child {
  margin-right: 0;
}
.ces-public-body .ces-public-mypage .progress-bar > i.on {
  background-color: #0089D0;
}
.ces-public-body .ces-public-mypage .item-setting {
  display: flex;
  padding: 1.7rem 2rem;
}
.ces-public-body .ces-public-mypage .item-setting .copy {
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-mypage .item-setting .version {
  margin-left: auto;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-mypage .item-setting .version span {
  position: relative;
  padding-left: 1.6rem;
}
.ces-public-body .ces-public-mypage .item-setting .version span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.6rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background-color: #e5e5e5;
  transform: translateY(-50%);
}
.ces-public-body .ces-public-mypage .full-bg-page {
  background-color: #F3F5FA;
}
.ces-public-body .ces-public-mypage .ces-public-detail-board.full-bg-page {
  margin-top: -5.6rem;
  padding-top: 0;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail {
  padding: 5.6rem 2rem 0;
  background-color: #F3F5FA;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-owner-information {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-owner-information .profile {
  overflow: hidden;
  border-radius: 50%;
  width: 8rem;
  height: 8rem;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-owner-information .profile img {
  width: 100%;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-owner-information .place-name {
  display: block;
  margin-top: 1.2rem;
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.03em;
  font-size: 1.8rem;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-owner-information .txt-introduction {
  margin-top: 0.8rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-owner-information .box-round {
  width: 100%;
  padding: 2rem 1.6rem;
  margin-top: 2.4rem;
  background-color: #fff;
  border: none;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-owner-information .box-round .info {
  display: flex;
  justify-content: space-between;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-owner-information .box-round .info .info-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
  color: #666;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-owner-information .box-round .info .info-txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-owner-information .box-round .info + .info {
  margin-top: 4px;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-owner-information + .btn-default {
  margin-top: 2rem;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box {
  margin-top: 4rem;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box .wrap-date {
  text-align: center;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box .top-date {
  display: inline-block;
  padding: 0.4rem 0.6rem 0.3rem;
  border-radius: 2.4rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
  background-color: #C4CBDC;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box .top-date + .box-user {
  margin-top: 2rem;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box [class^=box] {
  display: flex;
  align-items: flex-end;
  margin-top: 2rem;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box [class^=box] [class^=bubble] {
  padding: 1rem;
  border-radius: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box [class^=box] .date {
  display: block;
  flex: none;
  margin: 0 0.6rem;
  width: 6rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box .box-user {
  justify-content: flex-end;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box .box-user .bubble-user {
  order: 2;
  color: #fff;
  background: #0089D0;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box .box-user .date {
  order: 1;
  text-align: right;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box .box-place .place-detail {
  display: flex;
  align-items: flex-start;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box .box-place .profile {
  flex: none;
  overflow: hidden;
  margin-right: 0.6rem;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box .box-place .profile img {
  width: 100%;
  height: auto;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box .box-place .bubble-place {
  width: calc(100% - 3.8rem);
  background-color: #fff;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box + .btn-default {
  margin-top: 4rem;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .ces-detail-box.end-chat {
  opacity: 0.6;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .text-end {
  display: block;
  margin-top: 4rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-align: center;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .text-first-end {
  display: block;
  margin-top: 2rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  text-align: center;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .fixed-btn-area {
  width: 100%;
  height: 5.6rem;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .fixed-btn-area .ces-chatbox {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.8rem;
  border-top: 0.1rem solid #E3E6F0;
  width: 100%;
  height: 5.6rem;
  background-color: #fff;
  transition: bottom 0.3s;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .fixed-btn-area .ces-chatbox .btn-plus {
  display: block;
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: 0.15rem solid #e5e5e5;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .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-public-body .ces-public-mypage .ces-inquiry-detail .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-public-body .ces-public-mypage .ces-inquiry-detail .fixed-btn-area .ces-chatbox .box-input {
  width: calc(100% - 9.6rem);
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .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-public-body .ces-public-mypage .ces-inquiry-detail .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-public-body .ces-public-mypage .ces-inquiry-detail .fixed-btn-area .ces-chatbox.hide {
  bottom: -5.6rem;
  transition: bottom 0.3s;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .fixed-btn-area .btn-chip {
  position: fixed;
  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-public-body .ces-public-mypage .ces-inquiry-detail .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-public-body .ces-public-mypage .ces-inquiry-detail .fixed-btn-area .btn-chip span {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-public-mypage .ces-inquiry-detail .fixed-btn-area .btn-chip.bottom {
  bottom: 2rem;
}
.ces-public-body .ces-public-mypage .ces-public-write-board .ces-input-group + .ces-label-text {
  margin: 2.4rem 0 0.4rem;
}
.ces-public-body .ces-public-mypage .ces-public-write-board .ces-input-group + .ces-public-textarea {
  margin-top: 1rem;
}
.ces-public-body .box-login {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 4rem 0;
  padding: 0 2rem;
}
.ces-public-body .box-login .user-profile .wrap-user-img {
  flex: none;
  width: 6.4rem;
  height: 6.4rem;
}
.ces-public-body .box-login .user-profile .wrap-user-img .txt {
  color: #fff;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
}
.ces-public-body .box-login .wrap-user-tag {
  margin-top: 4rem;
}
.ces-public-body .box-login .wrap-user-tag .ces-label-title {
  color: #5F6A86;
}
.ces-public-body .box-login .wrap-user-tag .ces-list-box {
  margin-top: 1.6rem;
  gap: 0.4rem;
}
.ces-public-body .ces-mypage-group .ces-label-title + .ces-list-item {
  margin-top: 1.6rem;
}
.ces-public-body .ces-mypage-group .ces-list-item .item-arrow {
  padding: 1.7rem 2.8rem 1.7rem 0;
}
.ces-public-body .ces-mypage-group .ces-list-item .item-arrow:after {
  right: 0;
}
.ces-public-body .ces-mypage-group.box-line-bold .ces-label-title {
  margin-top: 2.4rem;
  padding: 0 2rem;
}
.ces-public-body .ces-mypage-group.box-line-bold .ces-list-item {
  padding: 0 2rem;
}
.ces-public-body .ces-mypage-group.box-line-bold + .btn-area {
  padding: 0 2rem;
}
.ces-public-body .user-profile {
  display: flex;
  align-items: center;
}
.ces-public-body .user-profile .wrap-user-img {
  position: relative;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 8.8rem;
  height: 8.8rem;
  background-color: #f5f5f5;
}
.ces-public-body .user-profile .wrap-user-img img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .user-profile .wrap-user-img .ico-user, .ces-public-body .user-profile .wrap-user-img .ico-user-white {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 3.6rem;
  height: 3.6rem;
  background: url(../images/common/ico_profile_default_black_34.svg) no-repeat center/cover;
}
.ces-public-body .user-profile .wrap-user-img .ico-user-white {
  background: url(../images/common/ico_profile_default_34.svg) no-repeat center/cover;
}
.ces-public-body .user-profile .wrap-user-img.avatar1 {
  background: #0089D0;
}
.ces-public-body .user-profile .wrap-user-img.avatar1 img {
  display: none;
}
.ces-public-body .user-profile .wrap-user-img.avatar2 {
  background: #00B3B5;
}
.ces-public-body .user-profile .wrap-user-img.avatar2 img {
  display: none;
}
.ces-public-body .user-profile .wrap-user-img.avatar3 {
  background: #9093C8;
}
.ces-public-body .user-profile .wrap-user-img.avatar3 img {
  display: none;
}
.ces-public-body .user-profile .wrap-user-img.avatar4 {
  background: #34c3e0;
}
.ces-public-body .user-profile .wrap-user-img.avatar4 img {
  display: none;
}
.ces-public-body .user-profile .wrap-user-img.avatar5 {
  background: #a24a9c;
}
.ces-public-body .user-profile .wrap-user-img.avatar5 img {
  display: none;
}
.ces-public-body .user-profile .wrap-user-img.avatar6 {
  background: #99cb4f;
}
.ces-public-body .user-profile .wrap-user-img.avatar6 img {
  display: none;
}
.ces-public-body .user-profile .wrap-user-img.avatar7 {
  background: #029cae;
}
.ces-public-body .user-profile .wrap-user-img.avatar7 img {
  display: none;
}
.ces-public-body .user-profile .wrap-user-img.avatar8 {
  background: #fc6c6b;
}
.ces-public-body .user-profile .wrap-user-img.avatar8 img {
  display: none;
}
.ces-public-body .user-profile .user-info {
  margin-left: 1.6rem;
  flex-direction: column;
}
.ces-public-body .user-profile .user-info .user, .ces-public-body .user-profile .user-info > span {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.ces-public-body .user-profile .user-info .btn-link-arrow.fz-s {
  margin-top: 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
}
.ces-public-body .list-edit-profile {
  margin-top: 1.6rem;
}
.ces-public-body .list-edit-profile > li:not(:last-child) {
  border-bottom: 0.1rem solid #E3E6F0;
}
.ces-public-body .list-edit-profile > li .btn-setting-profile {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1.4rem 0;
  background-size: 2.4rem;
  background-position: left center;
  background-repeat: no-repeat;
}
.ces-public-body .list-edit-profile > li .btn-setting-profile > span {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  margin-left: 3.2rem;
  color: #000;
}
.ces-public-body .list-edit-profile > li .btn-setting-profile.camera {
  background-image: url(../images/common/ico_camera_24.svg);
}
.ces-public-body .list-edit-profile > li .btn-setting-profile.gallery {
  background-image: url(../images/common/ico_gallery_24.svg);
}
.ces-public-body .list-edit-profile > li .btn-setting-profile.custom {
  background-image: url(../images/common/ico_palette_24.svg);
}
.ces-public-body .ces-push-alarm {
  padding: 2rem 0;
}
.ces-public-body .ces-push-alarm .alarm-title {
  padding-right: 1.6rem;
  background-image: url(../images/common/ico_arrow_down_16.svg);
  background-repeat: no-repeat;
  background-position: 100% 0.3rem;
  background-size: 1.6rem;
}
.ces-public-body .ces-push-alarm .alarm-title .title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-public-body .ces-push-alarm .alarm-title .categories {
  display: flex;
  align-items: center;
  margin-top: 0.8rem;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-push-alarm .alarm-title .categories .classify {
  display: block;
  color: #0089D0;
  font-weight: 600;
}
.ces-public-body .ces-push-alarm .alarm-title .categories .classify + .date {
  position: relative;
  margin-left: 2rem;
}
.ces-public-body .ces-push-alarm .alarm-title .categories .classify + .date:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.2rem;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #E3E6F0;
  transform: translateY(-50%);
}
.ces-public-body .ces-push-alarm .box-detail {
  margin-top: 1.6rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-public-body .ces-push-alarm.active .alarm-title {
  background-image: url(../images/common/ico_arrow_up_16.svg);
}
.ces-public-body .ces-push-alarm.active .box-detail {
  display: block;
  line-clamp: none;
  -webkit-line-clamp: none;
}
.ces-public-body .ces-push-alarm.visited .alarm-title .title {
  color: #999;
}
.ces-public-body .ces-push-alarm.visited .alarm-title .categories .date {
  color: #999;
}
.ces-public-body .ces-push-alarm.visited .box-detail {
  color: #999;
}
.ces-public-body .list-push-alarm {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.ces-public-body .list-push-alarm > li {
  padding: 2.4rem 2rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
}
.ces-public-body .list-push-alarm > li .btn-more-text {
  display: none;
  margin-top: 0.8rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  padding-right: 2rem;
  background-position: right 0 top 0;
  background-size: 1.6rem;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico_arrow_down_16.svg);
}
.ces-public-body .list-push-alarm > li .btn-more-text.visible {
  display: block;
}
.ces-public-body .list-push-alarm > li .btn-more-text.on {
  background-image: url(../images/common/ico_arrow_up_16.svg);
}
.ces-public-body .list-push-alarm > li.visited > * {
  opacity: 0.5;
}
.ces-public-body .list-push-alarm .btn-alarm {
  display: block;
}
.ces-public-body .list-push-alarm .btn-alarm .alarm-top {
  display: flex;
  gap: 1.2rem;
  margin-bottom: 0.8rem;
}
.ces-public-body .list-push-alarm .btn-alarm .alarm-top .info {
  position: relative;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .list-push-alarm .btn-alarm .alarm-top .info.point {
  color: #0089D0;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}
.ces-public-body .list-push-alarm .btn-alarm .alarm-top .info:not(:first-child)::after {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: -0.7rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #e5e5e5;
}
.ces-public-body .list-push-alarm .btn-alarm .alarm-cnt {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.ces-public-body .list-push-alarm .btn-alarm .alarm-cnt .title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #000;
}
.ces-public-body .list-push-alarm .btn-alarm .alarm-cnt .title.on {
  max-height: 100%;
  -webkit-line-clamp: unset;
  overflow: visible;
}
.ces-public-body .list-push-alarm .btn-alarm .alarm-cnt .desc {
  max-height: 6rem;
  margin-top: 0.8rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ces-public-body .list-push-alarm .btn-alarm .alarm-cnt .desc.on {
  max-height: 100%;
  -webkit-line-clamp: unset;
  overflow: visible;
}
.ces-public-body .list-push-alarm .btn-alarm .alarm-cnt .img {
  flex: none;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 0.8rem;
  background-color: #E3E6F0;
  overflow: hidden;
}
.ces-public-body .list-push-alarm .btn-alarm .alarm-cnt .img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .list-push-alarm + .btn-area {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-faq .ces-accordion {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-faq .btn-area {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-activity .box-title.box-title-coupon {
  margin: 4rem 0;
}
.ces-public-body .ces-public-activity .box-round-table.box-between .tbl-title {
  width: 42%;
}
.ces-public-body .ces-public-activity .box-round-table.box-between .tbl-data {
  color: #000;
  font-size: 1.5rem;
  font-weight: 600;
  text-align: right;
}
.ces-public-body .ces-public-activity .box-round-table.box-between .tbl-data.point {
  color: #0089D0;
}
.ces-public-body .ces-public-activity .box-round-table + .ces-filter-box {
  margin: 2rem 0 4rem;
}
.ces-public-body .ces-public-activity .ces-filter-box {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-activity .ces-filter-period {
  margin: 2rem 0;
}
.ces-public-body .ces-public-activity .ces-item-point {
  display: flex;
  padding: 2.4rem 0;
}
.ces-public-body .ces-public-activity .ces-item-point .tit-box {
  display: flex;
  flex-direction: column;
}
.ces-public-body .ces-public-activity .ces-item-point .tit-box .tit {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-activity .ces-item-point .tit-box .date {
  margin-top: 0.8rem;
  color: #888;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-activity .ces-item-point .point-box {
  margin-left: auto;
  padding-left: 1.6rem;
  flex-shrink: 0;
}
.ces-public-body .ces-public-activity .ces-item-point .point-box > span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-public-activity .ces-item-point .point-box > span.plus {
  color: #0089D0;
}
.ces-public-body .ces-public-activity .ces-item-point .point-box > span.minus {
  color: #888;
}
.ces-public-body .ces-public-activity .ces-no-content {
  margin-top: 4rem;
}
.ces-public-body .ces-public-activity .ces-hidden-content {
  display: none;
}
.ces-public-body .ces-public-activity .ces-hidden-content.active {
  display: block;
}
.ces-public-body .ces-public-activity .ces-hidden-content.active:not(#itemIngredients) {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-activity .box-round {
  padding: 2rem 1.6rem;
}
.ces-public-body .ces-public-activity .box-round.point {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
}
.ces-public-body .ces-public-activity .box-round.point .usable-point,
.ces-public-body .ces-public-activity .box-round.point .extinction-point {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 0.4rem;
}
.ces-public-body .ces-public-activity .box-round.point .usable-point {
  position: relative;
  padding-right: 0.8rem;
}
.ces-public-body .ces-public-activity .box-round.point .usable-point::after {
  content: "";
  position: absolute;
  right: 0;
  display: block;
  width: 0.1rem;
  height: 4.6rem;
  background-color: #e5e5e5;
}
.ces-public-body .ces-public-activity .box-round + .ces-filter-date-picker {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-activity .box-round + .ces-filter-date-picker + .ces-filter-box {
  margin-top: 4rem;
}
.ces-public-body .ces-public-coupon .ces-filter-box {
  margin-top: 4rem;
  border-bottom: 0;
}
.ces-public-body .ces-public-coupon .ces-list-item {
  gap: 0.8rem;
}
.ces-public-body .ces-public-coupon .ces-no-content {
  margin-top: 4rem;
}
.ces-public-body .ces-public-cs {
  position: relative;
}
.ces-public-body .ces-public-cs .box-top-text + .ces-label-text {
  margin-top: 4rem;
}
.ces-public-body .ces-public-cs .ces-filter-date-picker {
  margin-bottom: 1.6rem;
}
.ces-public-body .ces-public-cs .ces-list-item .link-qna-datail {
  display: flex;
  padding: 2.4rem 0;
}
.ces-public-body .ces-public-cs .ces-list-item .link-qna-datail .img-profile {
  flex-shrink: 0;
  position: relative;
  margin-right: 1.6rem;
  width: 4rem;
  height: 4rem;
}
.ces-public-body .ces-public-cs .ces-list-item .link-qna-datail .img-profile img {
  width: 100%;
}
.ces-public-body .ces-public-cs .ces-list-item .link-qna-datail + .btn-more-util {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_more_util_24.svg) no-repeat center;
}
.ces-public-body .ces-public-cs .ces-list-item.inner-btn li {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.ces-public-body .ces-public-cs .ces-list-item.inner-btn li .link-qna-datail + .btn-more-util {
  position: absolute;
  top: 2.4rem;
  right: 0;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_more_util_24.svg) no-repeat center;
}
.ces-public-body .ces-public-cs .ces-no-content {
  margin-top: 4rem;
}
.ces-public-body .ces-public-cs .ces-qna-counsel .box-round + .ces-filter-date-picker {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-cs .ces-qna-counsel .column-title .tit {
  font-family: "cesco", "Pretendard", sans-serif;
}
.ces-public-body .ces-public-cs .ces-input-group + .ces-input-group {
  margin-top: 1rem;
}
.ces-public-body .ces-public-cs .ces-input-group + .ces-label-text {
  margin-bottom: 0.4rem;
}
.ces-public-body .ces-public-cs .list-bullet + .btn-area {
  margin-top: 4rem;
}
.ces-public-body .ces-public-cs .ces-filter-box {
  margin-top: 4rem;
}
.ces-public-body .ces-public-cs .box-title .title-inner-right .btn-text-underline {
  color: #0089D0;
}
.ces-public-body .btn-float-question {
  position: fixed;
  bottom: 9.2rem;
  right: 2rem;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  background: #0A233F;
  box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
}
.ces-public-body .btn-float-question .icon-bubble {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/common/ico_bubble_tag_24.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ces-public-body .ces-public-setting .ces-public-list-board.setting .ces-list-item {
  margin-top: 4rem;
  padding: 0 2rem;
}
.ces-public-body .ces-public-setting .ces-public-list-board.setting .wide-arrow {
  padding: 1.7rem 3.2rem 1.7rem 0;
}
.ces-public-body .ces-public-setting .ces-list-item [class^=ico-] {
  display: inline-block;
  margin-right: 0.8rem;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center center;
}
.ces-public-body .ces-public-setting .ces-list-item [class^=ico-].ico-alarm {
  background-image: url(../images/common/ico_alarm_20.svg);
}
.ces-public-body .ces-public-setting .ces-list-item [class^=ico-].ico-notice {
  background-image: url(../images/common/ico_notice_20.svg);
}
.ces-public-body .ces-public-setting .ces-list-item [class^=ico-].ico-site {
  background-image: url(../images/common/ico_global_20.svg);
}
.ces-public-body .ces-public-setting .ces-list-item.inquiry {
  margin-top: 4rem;
}
.ces-public-body .ces-public-setting .ces-list-item.inquiry li + li {
  margin-top: 1rem;
}
.ces-public-body .ces-public-setting .ces-list-item.site .item-arrow {
  padding: 3.6rem 4.8rem 3.6rem 2.4rem;
}
.ces-public-body .ces-public-setting .box-round.app-push-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 2rem;
  padding: 1.6rem;
  border-color: #e5e5e5;
  border-radius: 0.8rem;
  gap: 2rem;
}
.ces-public-body .ces-public-setting .box-round.app-push-box li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.ces-public-body .ces-public-setting .box-round.app-push-box li span {
  display: block;
  margin-top: 0.4rem;
  color: #666;
  font-size: 1.2rem;
  line-height: 1.4;
}
.ces-public-body .ces-public-setting .box-round.app-push-box .txt-push {
  color: #000;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-setting .agree-box {
  margin-top: 4rem;
}
.ces-public-body .ces-public-setting .agree-box .all-chk {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-bottom: 0.6rem;
  border-bottom: 0.1rem solid #E3E6F0;
}
.ces-public-body .ces-public-setting .agree-box .all-chk .ces-checkbox-circle input[type=checkbox] + i + span {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-setting .agree-box .all-chk .btn-more {
  content: "";
  display: block;
  width: 4rem;
  height: 4rem;
  background: url(../images/common/ico_arrow_right_20.svg) no-repeat 50% 50%;
}
.ces-public-body .ces-public-setting .agree-box .list-social-chk {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-setting .agree-box .list-social-chk li + li {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-setting .agree-box .list-social-chk .ces-checkbox-default {
  width: 100%;
}
.ces-public-body .ces-public-setting .box-top-text {
  margin-top: 2rem;
}
.ces-public-body .ces-public-setting .item-inquiry-box {
  display: flex;
  align-items: center;
  position: relative;
  padding: 2rem;
  border: 0.1rem solid #E3E6F0;
  border-radius: 0.8rem;
}
.ces-public-body .ces-public-setting .item-inquiry-box::after {
  content: "";
  display: block;
  position: absolute;
  right: 2rem;
  width: 2rem;
  height: 2rem;
  background-image: url(../images/common/ico_arrow_right_20.svg);
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.ces-public-body .ces-public-setting .item-inquiry-box .tit-box .tit {
  color: #0089D0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-setting .item-inquiry-box .tit-box .info-txt {
  margin-top: 0.4rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-setting .ces-account-delete .box-round {
  padding: 2rem 1.6rem;
  border-radius: 0.8rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
.ces-public-body .ces-public-setting .ces-account-delete .box-round.gray span {
  color: #888;
}
.ces-public-body .ces-public-setting .ces-account-delete .box-round + .box-round-table {
  margin-top: 1.2rem;
}
.ces-public-body .ces-public-setting .ces-account-delete .box-title .description {
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-setting .ces-account-delete .ces-input-group.line {
  margin-top: 1.6rem;
  border-top: 0.1rem solid #e5e5e5;
  padding-top: 1.6rem;
}
.ces-public-body .ces-public-setting .ces-account-delete .btn-area {
  margin-top: 4rem;
}
.ces-public-body .ces-public-setting .ces-public-detail-board .btn-area {
  margin-top: 4rem;
}
.ces-public-body .ces-profile-avatar-upload {
  padding: 0 0.8rem;
  margin-top: 1.6rem;
}
.ces-public-body .ces-profile-avatar-upload .list-profile-avatar {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
}
.ces-public-body .ces-profile-avatar-upload .list-profile-avatar li {
  display: flex;
  justify-content: center;
  width: calc(25% - 1.2rem);
  box-sizing: border-box;
}
.ces-public-body .ces-profile-avatar-upload .list-profile-avatar li .btn-avatar-upload {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.4rem;
  height: 6.4rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 50%;
}
.ces-public-body .ces-profile-avatar-upload .list-profile-avatar li .btn-avatar-upload .ico-picture {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_picture_20_light.svg) no-repeat center/cover;
}
.ces-public-body .ces-profile-avatar-upload .list-profile-avatar li .avatar {
  display: flex;
  align-items: center;
}
.ces-public-body .ces-profile-avatar-upload .list-profile-avatar li .avatar input[type=radio]:checked + i {
  border: 0.1rem solid #000;
}
.ces-public-body .ces-profile-avatar-upload .list-profile-avatar li .ico-avatar {
  display: inline-block;
  width: 6.4rem;
  height: 6.4rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 50%;
  border: 0.15rem solid transparent;
}
.ces-public-body .ces-profile-avatar-upload .list-profile-avatar li .ico-avatar.avatar1 {
  background-color: #0089D0;
}
.ces-public-body .ces-profile-avatar-upload .list-profile-avatar li .ico-avatar.avatar2 {
  background-color: #00B3B5;
}
.ces-public-body .ces-profile-avatar-upload .list-profile-avatar li .ico-avatar.avatar3 {
  background-color: #9093C8;
}
.ces-public-body .ces-profile-avatar-upload .list-profile-avatar li .ico-avatar.avatar4 {
  background-color: #34c3e0;
}
.ces-public-body .ces-profile-avatar-upload .list-profile-avatar li .ico-avatar.avatar5 {
  background-color: #a24a9c;
}
.ces-public-body .ces-profile-avatar-upload .list-profile-avatar li .ico-avatar.avatar6 {
  background-color: #99cb4f;
}
.ces-public-body .ces-profile-avatar-upload .list-profile-avatar li .ico-avatar.avatar7 {
  background-color: #029cae;
}
.ces-public-body .ces-profile-avatar-upload .list-profile-avatar li .ico-avatar.avatar8 {
  background-color: #fc6c6b;
}
.ces-public-body .pop-content .box-coupon .txt-title .title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.ces-public-body .ces-common .ces-no-content {
  margin-top: 4rem;
}
.ces-public-body .ces-common .btn-area.dual .btn-default.bg-navy {
  width: 10.4rem;
}
.ces-public-body .ces-public-product .ces-user-swiper {
  margin-top: 2rem;
}
.ces-public-body .ces-public-product .ces-user-swiper .swiper-pagination {
  display: inline-flex;
  top: 0.8rem;
  right: 0.8rem;
  bottom: auto;
  left: auto;
  padding: 0.2rem 0.8rem;
  border-radius: 1.8rem;
  gap: 0.2rem;
  width: auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.ces-public-body .ces-public-product .ces-user-swiper .swiper-pagination .swiper-pagination-current {
  color: #fff;
}
.ces-public-body .ces-public-product .ces-user-swiper .ces-tab-round .list-round-btn-tab {
  margin: 0 -2rem;
  padding: 0 2rem;
}
.ces-public-body .ces-public-product .ces-user-swiper + .ces-btn-scroll {
  margin-top: 4rem;
}
.ces-public-body .ces-public-product .ces-btn-scroll {
  display: flex;
  align-items: center;
  margin: 0 -2rem 1.6rem;
  padding: 0 2rem;
  gap: 0.4rem;
}
.ces-public-body .ces-public-product .ces-btn-scroll .btn-outline {
  display: inline-block;
  flex: none;
  padding: 0.6rem 1.1rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 1.6rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
  line-height: 1.8rem;
}
.ces-public-body .ces-public-product .ces-btn-scroll .btn-outline.btn-filter {
  padding: 0;
  width: 3.2rem;
  height: 3.2rem;
}
.ces-public-body .ces-public-product .ces-btn-scroll .btn-outline.btn-filter .ico-filter {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/ico_filter_gray_16.svg) no-repeat 50% 50%/1.6rem;
}
.ces-public-body .ces-public-product .ces-btn-scroll .btn-outline.active {
  border-color: #0089D0;
  color: #0089D0;
  background-color: rgba(0, 137, 208, 0.05);
}
.ces-public-body .ces-public-product .ces-btn-scroll .btn-outline.active .ico-filter {
  background-image: url(../images/common/ico_filter_blue_16.svg);
}
.ces-public-body .ces-public-product .ces-tab .list-btn-tab {
  overflow: scroll hidden;
}
.ces-public-body .ces-public-product .ces-tab .list-btn-tab::-webkit-scrollbar {
  display: none;
}
.ces-public-body .ces-public-product .ces-tab .list-btn-tab .btn-tab {
  min-width: 7.2rem;
}
.ces-public-body .ces-public-product .ces-tab.type-second .list-btn-tab .btn-tab {
  min-width: auto;
  padding: 1.2rem 0.8rem;
  white-space: nowrap;
}
.ces-public-body .ces-public-product .ces-tab.auto .list-btn-tab .btn-tab {
  padding: 1.2rem 1.3rem;
  min-width: auto;
}
.ces-public-body .ces-public-product [class^=product-main-] {
  padding: 0 2rem 0;
}
.ces-public-body .ces-public-product .product-main-info {
  padding-bottom: 1.6rem;
  border-bottom: 0.8rem solid #f8f8f8;
}
.ces-public-body .ces-public-product .product-main-info .ces-scroll-x {
  margin: 2rem -2rem 0;
  padding: 0 2rem;
}
.ces-public-body .ces-public-product .link-category {
  display: flex;
  flex-direction: column;
  margin: 0 0.8rem;
}
.ces-public-body .ces-public-product .link-category .category-wrap-img {
  position: relative;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  background: #E3E6F0;
  overflow: hidden;
}
.ces-public-body .ces-public-product .link-category .category-wrap-img img {
  width: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-product .link-category .text {
  margin-top: 0.8rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  line-height: 1.2;
  color: #666;
  text-align: center;
  word-break: keep-all;
}
.ces-public-body .ces-public-product .link-category.active .category-wrap-img::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.2rem solid #000;
  border-radius: 50%;
}
.ces-public-body .ces-public-product .link-category.active.active .text {
  color: #000;
  font-weight: 500;
}
.ces-public-body .ces-public-product .product-main-special {
  margin-top: 4rem;
  margin-bottom: 6.4rem;
  padding-bottom: 4rem;
  position: relative;
  overflow: hidden;
  background-color: #eaecf4;
}
.ces-public-body .ces-public-product .product-main-special .location-swiper {
  margin-right: -2rem;
}
.ces-public-body .ces-public-product .product-main-brand {
  padding: 0 2rem 2.4rem;
}
.ces-public-body .ces-public-product .product-main-brand .ces-list-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.ces-public-body .ces-public-product .product-main-brand .ces-list-item.item-col1 > li {
  width: calc((100% - 0rem) / 1);
}
.ces-public-body .ces-public-product .product-main-brand .ces-list-item.item-col2 > li {
  width: calc((100% - 0.8rem) / 2);
}
.ces-public-body .ces-public-product .product-main-brand .ces-list-item.item-col3 > li {
  width: calc((100% - 1.6rem) / 3);
}
.ces-public-body .ces-public-product .product-main-brand .ces-list-item.item-col4 > li {
  width: calc((100% - 2.4rem) / 4);
}
.ces-public-body .ces-public-product .product-item-swiper,
.ces-public-body .ces-public-product .product-event-swiper {
  overflow: hidden;
  margin: 0 -2rem;
}
.ces-public-body .ces-public-product .product-item .link-product-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.ces-public-body .ces-public-product .product-item .link-product-item .txt {
  position: absolute;
  right: 2rem;
  bottom: 1.6rem;
  left: 2rem;
  display: block;
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-public-product .product-item .product-wrap-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 0.8rem;
  background: #ddd;
}
.ces-public-body .ces-public-product .product-item .product-wrap-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ces-public-body .ces-public-product .box-care-period .description {
  text-align: center;
  word-break: keep-all;
}
.ces-public-body .ces-public-product .box-care-period .description .txt {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.03em;
}
.ces-public-body .ces-public-product .box-care-period .description .txt span,
.ces-public-body .ces-public-product .box-care-period .description .txt .txt-color-blue {
  font-family: inherit;
}
.ces-public-body .ces-public-product .box-care-period .ces-scroll-x {
  justify-content: center;
}
.ces-public-body .ces-public-product .box-care-space {
  padding-bottom: 4rem;
  border-bottom: 0.8rem solid #F3F5FA;
}
.ces-public-body .ces-public-product .box-care-detail .box-top-text .title {
  text-align: left;
}
.ces-public-body .ces-public-product .list-filter-tab.ces-scroll-x li {
  flex: none;
}
.ces-public-body .ces-public-product .list-filter-tab.ces-scroll-x li .btn-filter {
  padding: 1.4rem 2rem 1.2rem;
}
.ces-public-body .ces-public-product .ces-public-brand .wrap-item-recommend {
  margin-top: -2.4rem;
}
.ces-public-body .ces-public-product .ces-public-brand .wrap-item-recommend + .ces-list-item {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-product .ces-public-brand .ces-list-item.list-brand li:not(:first-child) {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-product .ces-public-sub-detail .ces-tab .list-square-btn-tab .btn-tab-square {
  flex: 1;
  white-space: nowrap;
}
.ces-public-body .ces-public-product .ces-list-item.line-both > li {
  border-top: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-public-product .ces-list-item.line-both > li:last-child {
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-public-product .ces-list-item .item-arrow.wide-arrow {
  padding: 1.6rem 3.2rem 1.6rem 0;
}
.ces-public-body .ces-public-product .wrap-box-content-detail .box-top-text {
  margin-bottom: 0;
}
.ces-public-body .ces-public-product .wrap-box-content-detail .box-top-text .title {
  text-align: left;
}
.ces-public-body .ces-public-product .wrap-box-content-detail .box-top-text + .ces-list-item {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-product .box-product-detail {
  margin-top: 4rem;
}
.ces-public-body .ces-public-product .box-product-detail .wrap-image-detail {
  position: relative;
  overflow: hidden;
  height: 45rem;
}
.ces-public-body .ces-public-product .box-product-detail .wrap-image-detail img {
  width: 100%;
  height: auto;
}
.ces-public-body .ces-public-product .box-product-detail .wrap-image-detail:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11.5rem;
  background: linear-gradient(180deg, transparent 0%, #FFFFFF 100%);
  z-index: 1;
  pointer-events: none;
}
.ces-public-body .ces-public-product .box-product-detail .wrap-image-detail.show {
  height: auto;
}
.ces-public-body .ces-public-product .box-product-detail .wrap-image-detail.show:after {
  display: none;
}
.ces-public-body .ces-public-product .box-product-detail .wrap-image-detail.show + .btn-area .btn-more .ico-arrow-down {
  background-image: url(../images/common/ico_arrow_up_16.svg);
}
.ces-public-body .ces-public-product .box-product-detail .btn-area {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-product .ces-public-write-board .ces-public-textarea {
  margin-top: 4rem;
}
.ces-public-body .ces-public-product .ces-public-write-board .ces-input-group {
  margin-top: 1.2rem;
}
.ces-public-body .ces-public-product .ces-public-write-board .btn-area {
  margin-top: 4rem;
}
.ces-public-body .ces-public-product .wrap-box-content-inquiry {
  width: 100%;
  /* 상품 - 상품 정보t > 문의 */
}
.ces-public-body .ces-public-product .wrap-box-content-inquiry > .ces-accordion {
  margin-top: 4rem;
}
.ces-public-body .ces-public-product .wrap-box-content-inquiry .btn-inquiry {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 2.4rem 0 1.6rem auto;
  padding: 0.75rem 1.2rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 5rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.6rem;
}
.ces-public-body .ces-public-product .wrap-box-content-inquiry .btn-inquiry .title {
  margin-right: 0.4rem;
}
.ces-public-body .ces-public-product .wrap-box-content-inquiry .btn-inquiry .count {
  color: #0089D0;
  margin-right: 0.2rem;
}
.ces-public-body .ces-public-product .wrap-box-content-inquiry .btn-inquiry::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/common/ico_arrow_right_16_gray.svg) no-repeat 50% 50%;
}
.ces-public-body .ces-brand-banner {
  position: relative;
  width: 100%;
}
.ces-public-body .ces-brand-banner .swiper-brand-banner {
  position: relative;
}
.ces-public-body .ces-brand-banner .brand-bg {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ces-public-body .ces-brand-banner .brand-img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.ces-public-body .ces-brand-banner .wrap-ces-brand {
  width: inherit;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.ces-public-body .ces-brand-banner .list-ces-badge {
  position: absolute;
  bottom: calc(100% - 1rem);
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  gap: 0.4rem;
}
.ces-public-body .ces-brand-banner .list-ces-badge li {
  width: 8rem;
  height: auto;
}
.ces-public-body .ces-brand-banner .list-ces-badge li .img-ces-solution {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.ces-public-body .ces-brand-banner .ces-brand-info .wrapper-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 0.8rem;
  border-radius: 2.4rem 2.4rem 0 0;
  background-color: #fff;
}
.ces-public-body .ces-brand-banner .ces-brand-info .wrapper-info .txt-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ces-public-body .ces-brand-banner .ces-brand-info .wrapper-info .txt-info .title {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8rem;
  letter-spacing: -0.03em;
}
.ces-public-body .ces-brand-banner .ces-brand-info .ces-members {
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4rem;
  color: #0089D0;
}
.ces-public-body .ces-brand-banner .ces-brand-info .recent-chk-date {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #000;
}
.ces-public-body .ces-brand-banner .ces-brand-info span:not(:first-child) {
  position: relative;
  margin-left: 0.4rem;
  padding-left: 0.6rem;
}
.ces-public-body .ces-brand-banner .ces-brand-info span:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #C4CBDC;
}
.ces-public-body .ces-brand-banner + .ces-list-item {
  margin-top: 4rem;
}
.ces-public-body .link-brand-detail {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  padding: 1.65rem 1.6rem;
  border-radius: 0.8rem;
  background-color: #f8f8f8;
}
.ces-public-body .link-brand-detail .cesco-mark {
  position: relative;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #fff;
}
.ces-public-body .link-brand-detail .cesco-mark::after {
  content: "";
  display: block;
  width: 2.8rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../images/common/logo_cesco_brand.svg) no-repeat center/cover;
}
.ces-public-body .link-brand-detail .brand-info {
  display: flex;
  flex-direction: column;
}
.ces-public-body .link-brand-detail .brand-info .brand-title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .link-brand-detail .brand-info .sub {
  margin-top: 0.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  color: #888;
}
.ces-public-body .place-detail-list .box-round {
  margin-top: 0.8rem;
}
.ces-public-body .place-detail-list .box-round + .box-round {
  margin-top: 0.4rem;
}
.ces-public-body .list-additive .additive {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.ces-public-body .list-additive .additive .ces-ico-ewg-grade {
  width: 1.6em;
  height: 1.6rem;
  background-size: 1.2rem;
  background-position: center;
}
.ces-public-body .list-additive .additive .ces-ico-ewg-grade > em {
  font-size: 0.8rem;
}
.ces-public-body .list-additive .additive .additive-detail {
  color: #000;
  text-decoration: underline;
}
.ces-public-body .list-additive .additive + .additive {
  margin-top: 1.2rem;
}
.ces-public-body .list-ingredient-grade {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  margin-top: 0.8rem;
}
.ces-public-body .list-ingredient-grade .grade {
  display: flex;
  align-items: center;
  gap: 0.2rem;
}
.ces-public-body .list-ingredient-grade .grade .ces-ico-ewg-grade {
  width: 1.2rem;
  height: 1.2rem;
  background-size: 0.8rem;
}
.ces-public-body .list-ingredient-grade .grade > span {
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .list-ingredient-grade + .box-border-table {
  margin-top: 2.4rem;
}
.ces-public-body .box-border-table + .box-border-table {
  margin-top: 2.4rem;
}
.ces-public-body .box-border-table .certification-mark {
  display: block;
  height: 6rem;
  margin-right: 1.6rem;
}
.ces-public-body .ces-public-promotion .promotion-image {
  margin-top: 2.4rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
.ces-public-body .ces-public-promotion .promotion-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-promotion .ces-list-item.item-col1 {
  margin-top: 4rem;
}
.ces-public-body .box-review-score {
  display: flex;
  flex-direction: column;
  border-radius: 0.8rem;
  padding: 2rem;
  margin-top: 2rem;
  background-color: #F3F5FA;
}
.ces-public-body .box-review-score .reviewing {
  display: flex;
  justify-content: start;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
}
.ces-public-body .box-review-score .reviewing .title {
  flex: 0 0 4rem;
  white-space: nowrap;
  margin-right: 0.8rem;
}
.ces-public-body .box-review-score .reviewing + .reviewing {
  margin-top: 1.6rem;
}
.ces-public-body .box-review-score .reviewing .oneline-review {
  margin-right: auto;
}
.ces-public-body .box-review-score .reviewing .percent {
  color: #0089D0;
}
.ces-public-body .ces-wrap-box-content-menu-list .data-active-wrap .ces-list-item:first-child {
  margin-top: 4rem;
}
.ces-public-body .certi-mark-area {
  margin: 2rem 0;
}
.ces-public-body .certi-mark-area .list-certi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.ces-public-body .certi-mark-area .list-certi li {
  height: 3.4rem;
}
.ces-public-body .certi-mark-area .list-certi .certi-mark {
  object-fit: cover;
  width: auto;
  height: 100%;
}
.ces-public-body .list-detail-label {
  padding: 2rem 4rem;
  border-top: 0.1rem solid #e5e5e5;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-public-body .list-detail-label li img {
  width: 100%;
}
.ces-public-body .list-detail-label li + li {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-place {
  min-height: 100%;
  /* 위생 지수 */
  /* 위생지도 핀 */
  /* 장소체크 홈(지도) */
  /* 장소체크 목록 > 리뷰작성 */
  /* 지도 핀 버튼 */
}
.ces-public-body .ces-public-place .bottom-sheet-title {
  margin: 0 -2rem;
  padding: 0 1.6rem;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 4.8rem;
  text-align: center;
}
.ces-public-body .ces-public-place .bottom-sheet-title .data {
  font-family: inherit;
  font-weight: inherit;
}
.ces-public-body .ces-public-place .bottom-sheet-sub-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
  margin-bottom: 0.8rem;
}
.ces-public-body .ces-public-place .wrap-location-filter {
  position: relative;
  padding: 0 2rem;
  gap: 0.4rem;
  background-color: #fff;
  z-index: 1;
}
.ces-public-body .ces-public-place .wrap-location-filter .btn-chip {
  padding: 0.6rem 1.1rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 2.4rem;
  flex: none;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
  color: #000;
}
.ces-public-body .ces-public-place .wrap-location-filter .btn-chip.active {
  border-color: #0089D0;
  color: #0089D0;
  background-color: rgba(0, 137, 208, 0.05);
}
.ces-public-body .ces-public-place .wrap-location-filter .btn-chip.filter {
  padding: 0.7rem;
}
.ces-public-body .ces-public-place .wrap-location-filter .btn-chip.filter .ico-filter {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_filter_gray_16.svg) no-repeat 50% 50%/1.6rem;
}
.ces-public-body .ces-public-place .wrap-location-filter .btn-chip.filter.active .ico-filter {
  background-image: url(../images/common/ico_filter_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-location-filter .btn-location-filter {
  display: flex;
  align-items: center;
  padding: 0.4rem 1.1rem 0.4rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 3rem;
  gap: 0.2rem;
  flex: none;
}
.ces-public-body .ces-public-place .wrap-location-filter .btn-location-filter .txt-body4 {
  color: #000;
  font-weight: 600;
}
.ces-public-body .ces-public-place .wrap-location-filter .btn-location-filter .txt-body4.txt-color-blue {
  color: #0089D0;
}
.ces-public-body .ces-public-place .wrap-location-filter .btn-location-filter .ico-arrow-down {
  display: inline-block;
  width: 1.2rem;
  height: 1.7rem;
  background: url(../images/common/ico_arrow_down_16.svg) no-repeat 50% 50%/1.2rem;
}
.ces-public-body .ces-public-place .wrap-location-filter + .ces-list-item {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-place .wrap-location-filter.ces-scroll-x + .ces-public-space .ces-list-item.item-col1:first-child {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-place .wrap-item-recommend .wrap-icon-text {
  margin-top: 0.8rem;
}
.ces-public-body .ces-public-place .wrap-item-recommend .wrap-icon-text .ico-location {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  padding-left: 1.8rem;
  background-size: 1.6rem;
}
.ces-public-body .ces-public-place .wrap-item-recommend .ces-btn-bookmark {
  right: 0;
}
.ces-public-body .ces-public-place .ces-tab-chip .list-tab-btn {
  gap: 0.8rem;
}
.ces-public-body .ces-public-place .ces-tab-chip .list-tab-btn li {
  flex: 1;
}
.ces-public-body .ces-public-place .ces-tab-chip .list-tab-btn li .btn-tab-list {
  width: 100%;
}
.ces-public-body .ces-public-place .ces-tab-chip .list-tab-btn li .btn-tab-list span {
  width: 100%;
  text-align: center;
}
.ces-public-body .ces-public-place .ces-tab-chip + .btn-area {
  margin-top: 0;
}
.ces-public-body .ces-public-place .btn-area.half .btn-round + .btn-round {
  margin-left: 0.8rem;
}
.ces-public-body .ces-public-place .btn-round {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  width: 100%;
  color: #5F6A86;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 10rem;
}
.ces-public-body .ces-public-place .btn-round.small {
  padding: 1.1rem 0.6rem;
}
.ces-public-body .ces-public-place .btn-round.bg-outline-grey {
  border: 0.1rem solid #E3E6F0;
}
.ces-public-body .ces-public-place .btn-round .ico-refresh {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.4rem;
  background: url(../images/common/ico_refresh_16.svg) center no-repeat;
}
.ces-public-body .ces-public-place .btn-default.btn-refresh .ico-refresh {
  display: inline-flex;
  padding-right: 2rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  background: url(../images/common/ico_refresh_16.svg) no-repeat 100% 50%/1.5rem;
}
.ces-public-body .ces-public-place .box-location-wrap {
  margin-top: 4rem;
}
.ces-public-body .ces-public-place .box-location-wrap + .ces-list-item {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation {
  padding-bottom: 4rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation .box-sanitation-wrap {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation .box-sanitation-wrap ~ .box-sanitation-wrap {
  margin-top: 2rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation .box-sanitation-wrap ~ .box-sanitation-wrap .bottom-sheet-sub-title {
  margin-bottom: 0.4rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation .box-sanitation-wrap ~ .box-sanitation-wrap .bottom-sheet-sub-title .wrap-tooltip {
  vertical-align: middle;
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather .ico-face,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .ico-face,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date .ico-face {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather .color01 .value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .color01 .value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date .color01 .value {
  color: #0089D0;
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather .color01.value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .color01.value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date .color01.value {
  color: #0089D0;
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather .color01 .ico-face,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .color01 .ico-face,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date .color01 .ico-face {
  background-image: url(../images/common/ico_face_blue.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather .color02 .value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .color02 .value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date .color02 .value {
  color: #15B097;
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather .color02.value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .color02.value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date .color02.value {
  color: #15B097;
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather .color02 .ico-face,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .color02 .ico-face,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date .color02 .ico-face {
  background-image: url(../images/common/ico_face_green.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather .color03 .value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .color03 .value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date .color03 .value {
  color: #EDA145;
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather .color03.value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .color03.value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date .color03.value {
  color: #EDA145;
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather .color03 .ico-face,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .color03 .ico-face,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date .color03 .ico-face {
  background-image: url(../images/common/ico_face_yellow.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather .color04 .value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .color04 .value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date .color04 .value {
  color: #ee3124;
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather .color04.value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .color04.value,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date .color04.value {
  color: #ee3124;
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather .color04 .ico-face,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .color04 .ico-face,
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date .color04 .ico-face {
  background-image: url(../images/common/ico_face_red.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather {
  display: flex;
  gap: 1.2rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li {
  position: relative;
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item {
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather {
  display: inline-block;
  vertical-align: middle;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-size: cover;
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.sunny {
  background-image: url(../images/common/ico_sanitation_sun.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.wind01 {
  background-image: url(../images/common/ico_sanitation_wind01.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.wind02 {
  background-image: url(../images/common/ico_sanitation_wind02.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.wind03 {
  background-image: url(../images/common/ico_sanitation_wind03.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.wind04 {
  background-image: url(../images/common/ico_sanitation_wind04.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.cloudy01 {
  background-image: url(../images/common/ico_sanitation_cloudy01.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.cloudy02 {
  background-image: url(../images/common/ico_sanitation_cloudy02.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.wave01 {
  background-image: url(../images/common/ico_sanitation_wave01.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.wave02 {
  background-image: url(../images/common/ico_sanitation_wave02.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.lightening {
  background-image: url(../images/common/ico_sanitation_lightening.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.rainy {
  background-image: url(../images/common/ico_sanitation_rainy.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.hailstone {
  background-image: url(../images/common/ico_sanitation_hailstone.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.typhoon {
  background-image: url(../images/common/ico_sanitation_typhoon.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.heat {
  background-image: url(../images/common/ico_sanitation_heat.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.cold {
  background-image: url(../images/common/ico_sanitation_cold.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.storm {
  background-image: url(../images/common/ico_sanitation_storm.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.yellow-dust {
  background-image: url(../images/common/ico_sanitation_yellow_dust.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.snowy {
  background-image: url(../images/common/ico_sanitation_snowy.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .item .ico-weather.sunny-night {
  background-image: url(../images/common/ico_sanitation_suuny_night.svg);
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li .value {
  margin-left: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation .list-info-weather > li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.8rem;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  background: #e5e5e5;
  transform: translateY(-50%);
}
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll {
  display: flex;
  overflow-x: auto;
  position: relative;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  margin: 2rem -2rem 0;
  padding: 0 2rem;
  gap: 0.4rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll::-webkit-scrollbar {
  display: none;
}
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .box-index {
  flex: none;
  display: inline-flex;
  align-items: center;
  padding: 0.8rem;
  border-radius: 0.8rem;
  border: 0.1rem solid #e5e5e5;
  background-color: #fff;
}
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .box-index .cnt {
  display: flex;
  flex-direction: column;
  margin-right: 0.8rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .box-index .cnt .item {
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .box-index .cnt .value {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-scroll .box-index .ico-face {
  width: 2.4rem;
  height: 2.4rem;
  background-size: 2.4rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date {
  display: flex;
  margin-top: 2rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date > li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  text-align: center;
}
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date > li:not(:first-child) {
  border-left: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date > li:last-child .date {
  font-weight: 600;
}
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date > li .date {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date > li .date em {
  display: block;
}
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date > li .ico-face {
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
}
.ces-public-body .ces-public-place .ces-public-sanitation .sanitation-index-date > li .value {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.5rem;
  min-width: 7.6rem;
  background-color: #fff;
  border-radius: 0.8rem;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.active::before {
  display: block;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.active .copy {
  padding-left: 0;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.active .text,
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.active .state {
  display: block;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.active .ico-face {
  position: initial;
  transform: none;
  margin: 0.8rem 0;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin::before {
  display: none;
  content: "";
  position: absolute;
  bottom: -0.9rem;
  left: 50%;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateX(-50%);
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.color01 {
  color: #0089D0;
  border: 0.2rem solid #0089D0;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.color01 .ico-face {
  background: url(../images/common/ico_face_blue.svg) center/1.6rem no-repeat;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.color01::before {
  background: url(../images/common/ico_arrow_bubble_blue.svg) center/1.6rem no-repeat;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.color02 {
  color: #15B097;
  border: 0.2rem solid #15B097;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.color02 .ico-face {
  background: url(../images/common/ico_face_green.svg) center/1.6rem no-repeat;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.color02::before {
  background: url(../images/common/ico_arrow_bubble_green.svg) center/1.6rem no-repeat;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.color03 {
  color: #EDA145;
  border: 0.2rem solid #EDA145;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.color03 .ico-face {
  background: url(../images/common/ico_face_yellow.svg) center/1.6rem no-repeat;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.color03::before {
  background: url(../images/common/ico_arrow_bubble_yellow.svg) center/1.6rem no-repeat;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.color04 {
  color: #ee3124;
  border: 0.2rem solid #ee3124;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.color04 .ico-face {
  background: url(../images/common/ico_face_red.svg) center/1.6rem no-repeat;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .sanitation-pin.color04::before {
  background: url(../images/common/ico_arrow_bubble_red.svg) center/1.6rem no-repeat;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .ico-face {
  flex: none;
  position: absolute;
  top: 50%;
  left: 0.8rem;
  width: 1.6rem;
  height: 1.6rem;
  transform: translateY(-50%);
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .copy {
  padding-left: 2.4rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .text {
  display: none;
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-place .wrap-sanitation-pin .state {
  display: none;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-place .range-wrap {
  margin-bottom: 4rem;
}
.ces-public-body .ces-public-place .range-bar {
  appearance: none;
  width: 100%;
  height: 0.2rem;
  background-color: #e5e5e5;
  border-radius: 0.8rem;
}
.ces-public-body .ces-public-place .range-bar:focus {
  outline: none;
}
.ces-public-body .ces-public-place .range-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 50%;
  border: 0.1rem solid #0089D0;
  box-sizing: border-box;
  box-shadow: none;
}
.ces-public-body .ces-public-place .range-step {
  display: flex;
  justify-content: space-between;
  margin-top: 1.8rem;
}
.ces-public-body .ces-public-place .range-step .step {
  color: #888;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
}
.ces-public-body .ces-public-place .filter-tab-content .box-title .title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-place .filter-tab-content .box-title .description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-place .filter-tab-content .box-title + .ces-list-box .item-selected-tag {
  margin-bottom: 1.6rem;
}
.ces-public-body .ces-public-place .filter-tab-content .box-title ~ .ces-vertical-tab {
  margin: 0 -2rem;
}
.ces-public-body .ces-public-place .filter-tab-content .ces-list-box {
  gap: 0.4rem;
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-restaurant {
  background-image: url(../images/common/ico_filter_restaurant_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-accommodation {
  background-image: url(../images/common/ico_filter_accommodation_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-kids {
  background-image: url(../images/common/ico_filter_kids_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-postnatal,
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-hospital {
  background-image: url(../images/common/ico_filter_hospital_black_16.png);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food01 {
  background-image: url(../images/common/ico_filter_food01_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food02 {
  background-image: url(../images/common/ico_filter_food02_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food03 {
  background-image: url(../images/common/ico_filter_food03_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food04 {
  background-image: url(../images/common/ico_filter_food04_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food05 {
  background-image: url(../images/common/ico_filter_food05_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food06 {
  background-image: url(../images/common/ico_filter_food06_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food07 {
  background-image: url(../images/common/ico_filter_food07_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food08 {
  background-image: url(../images/common/ico_filter_food08_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food09 {
  background-image: url(../images/common/ico_filter_food09_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food10 {
  background-image: url(../images/common/ico_filter_food10_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food11 {
  background-image: url(../images/common/ico_filter_food11_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food12 {
  background-image: url(../images/common/ico_filter_food12_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food13 {
  background-image: url(../images/common/ico_filter_food13_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food14 {
  background-image: url(../images/common/ico_filter_food14_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food15 {
  background-image: url(../images/common/ico_filter_food15_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food16 {
  background-image: url(../images/common/ico_filter_food16_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-food17 {
  background-image: url(../images/common/ico_filter_food17_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-lodgings01 {
  background-image: url(../images/common/ico_filter_lodgings01_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-lodgings02 {
  background-image: url(../images/common/ico_filter_lodgings02_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-lodgings03 {
  background-image: url(../images/common/ico_filter_lodgings03_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-lodgings04 {
  background-image: url(../images/common/ico_filter_lodgings04_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-lodgings05 {
  background-image: url(../images/common/ico_filter_lodgings05_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-lodgings06 {
  background-image: url(../images/common/ico_filter_lodgings06_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-lodgings07 {
  background-image: url(../images/common/ico_filter_lodgings07_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-facility01 {
  background-image: url(../images/common/ico_filter_facility01_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-facility02 {
  background-image: url(../images/common/ico_filter_facility02_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-facility03 {
  background-image: url(../images/common/ico_filter_facility03_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-facility04 {
  background-image: url(../images/common/ico_filter_facility04_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-facility05 {
  background-image: url(../images/common/ico_filter_facility06_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-hospital01 {
  background-image: url(../images/common/ico_filter_hospital01_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-hospital02 {
  background-image: url(../images/common/ico_filter_hospital02_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip .ico-filter-hospital03 {
  background-image: url(../images/common/ico_filter_hospital03_black_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-restaurant {
  background-image: url(../images/common/ico_filter_restaurant_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-accommodation {
  background-image: url(../images/common/ico_filter_accommodation_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-kids {
  background-image: url(../images/common/ico_filter_kids_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-postnatal,
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-hospital {
  background-image: url(../images/common/ico_filter_hospital_blue_16.png);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food01 {
  background-image: url(../images/common/ico_filter_food01_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food02 {
  background-image: url(../images/common/ico_filter_food02_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food03 {
  background-image: url(../images/common/ico_filter_food03_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food04 {
  background-image: url(../images/common/ico_filter_food04_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food05 {
  background-image: url(../images/common/ico_filter_food05_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food06 {
  background-image: url(../images/common/ico_filter_food06_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food07 {
  background-image: url(../images/common/ico_filter_food07_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food08 {
  background-image: url(../images/common/ico_filter_food08_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food09 {
  background-image: url(../images/common/ico_filter_food09_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food10 {
  background-image: url(../images/common/ico_filter_food10_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food11 {
  background-image: url(../images/common/ico_filter_food11_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food12 {
  background-image: url(../images/common/ico_filter_food12_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food13 {
  background-image: url(../images/common/ico_filter_food13_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food14 {
  background-image: url(../images/common/ico_filter_food14_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food15 {
  background-image: url(../images/common/ico_filter_food15_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food16 {
  background-image: url(../images/common/ico_filter_food16_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-food17 {
  background-image: url(../images/common/ico_filter_food17_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-lodgings01 {
  background-image: url(../images/common/ico_filter_lodgings01_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-lodgings02 {
  background-image: url(../images/common/ico_filter_lodgings02_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-lodgings03 {
  background-image: url(../images/common/ico_filter_lodgings03_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-lodgings04 {
  background-image: url(../images/common/ico_filter_lodgings04_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-lodgings05 {
  background-image: url(../images/common/ico_filter_lodgings05_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-lodgings06 {
  background-image: url(../images/common/ico_filter_lodgings06_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-lodgings07 {
  background-image: url(../images/common/ico_filter_lodgings07_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-facility01 {
  background-image: url(../images/common/ico_filter_facility01_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-facility02 {
  background-image: url(../images/common/ico_filter_facility02_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-facility03 {
  background-image: url(../images/common/ico_filter_facility03_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-facility04 {
  background-image: url(../images/common/ico_filter_facility04_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-facility05 {
  background-image: url(../images/common/ico_filter_facility06_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-hospital01 {
  background-image: url(../images/common/ico_filter_hospital01_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-hospital02 {
  background-image: url(../images/common/ico_filter_hospital02_blue_16.svg);
}
.ces-public-body .ces-public-place .btn-checkbox-chip input[type=checkbox]:checked + .txt-body5 .ico-filter-hospital03 {
  background-image: url(../images/common/ico_filter_hospital03_blue_16.svg);
}
.ces-public-body .ces-public-place .ces-none-place {
  margin: 4rem 0;
  padding: 0 2rem;
}
.ces-public-body .ces-public-place .ces-none-place .ces-result-empty {
  position: initial;
  transform: none;
}
.ces-public-body .ces-public-place .ces-result-empty .tits,
.ces-public-body .ces-public-place .ces-result-empty .txt {
  display: block;
  text-align: center;
}
.ces-public-body .ces-public-place .ces-result-empty .tits {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-place .ces-result-empty .txt {
  margin-top: 0.8rem;
  color: #666;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-place .ces-result-empty .txt .ico-bookmark {
  margin: 0 0.2rem;
}
.ces-public-body .ces-public-place .ces-result-empty .ico-bookmark {
  display: inline-block;
  vertical-align: sub;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ico_bookmark_line_24.svg) no-repeat center center/2rem;
}
.ces-public-body .ces-public-place .ces-result-empty .ico-bookmark-plus {
  display: inline-block;
  vertical-align: sub;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ico_bookmark_plus_20.svg) center no-repeat;
}
.ces-public-body .ces-public-place .ces-result-empty .btn-area {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-place .ces-result-empty .btn-round {
  flex: none;
  width: auto;
  padding: 0.6rem 1.1rem 0.5rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-place .ces-result-empty .btn-round .ico_refresh {
  padding-right: 1.4rem;
  background: url(../images/common/ico_refresh_black_12.svg) no-repeat 100% 50%/1.2rem;
}
.ces-public-body .ces-public-place .box-user-msg {
  position: relative;
  margin: 0 2rem;
}
.ces-public-body .ces-public-place .box-user-msg::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.6rem;
  width: 2rem;
  height: 2rem;
  background: url(../images/common/ico_arrow_right_20_navy.svg) center no-repeat;
  transform: translateY(-50%);
}
.ces-public-body .ces-public-place .box-user-msg .user-link-msg {
  display: flex;
  align-items: center;
  padding: 1.2rem 3.6rem 1.2rem 1.6rem;
  border-radius: 0.8rem;
  background-color: #F3F5FA;
}
.ces-public-body .ces-public-place .box-user-msg .user-link-msg .magazine-icon {
  flex-shrink: 0;
  display: inline-block;
  margin-right: 0.8rem;
  width: 2.4rem;
  height: 2.4rem;
}
.ces-public-body .ces-public-place .box-user-msg .user-link-msg .magazine-icon img {
  width: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-place .box-user-msg .user-link-msg .tit {
  color: #5F6A86;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.6rem;
}
.ces-public-body .ces-public-place .ces-user-place .bottom-sheet-title {
  margin-top: 4rem;
}
.ces-public-body .ces-public-place .ces-user-place .bottom-sheet-title + .ces-tab-chip {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-place .ces-user-place .ces-tab-square .list-square-btn-tab.wrap-chip-tab {
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
}
.ces-public-body .ces-public-place .ces-user-place .ces-list-content.big + .btn-area {
  margin-top: 0;
}
.ces-public-body .ces-public-place .ces-user-check {
  margin-top: 5rem;
  padding-bottom: 4rem;
}
.ces-public-body .ces-public-place .ces-user-check .ces-tab-square {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-place .ces-user-check .ces-tab-square .list-square-btn-tab {
  margin: 0 -2rem;
  padding: 0 2rem;
}
.ces-public-body .ces-public-place .ces-user-check .ces-tab-square .list-square-btn-tab .ces-btn-chip {
  line-height: initial;
  margin-bottom: 0.1rem;
}
.ces-public-body .ces-public-place .ces-user-check .ces-tab-square .ces-wrap-tab-square-content {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-place .ces-user-event {
  position: relative;
  overflow: hidden;
  padding: 4rem 0;
  background-color: #eaecf4;
}
.ces-public-body .ces-public-place .ces-user-event .location-swiper {
  margin-top: 2.4rem;
  padding: 0 2rem;
}
.ces-public-body .ces-public-place .ces-user-direct {
  margin-top: 4rem;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-review-swiper {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space {
  position: relative;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .ces-link-direct .wrap-text-content .wrap-badge + .title {
  margin-top: 0.8rem;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .ces-link-direct .wrap-text-content .title {
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .ces-link-direct .ces-badge-members,
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .ces-link-direct .ces-badge-white-cesco {
  padding: 0.2rem 0.6rem;
  font-size: 1.3rem;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .wrap-direct-info {
  display: flex;
  margin-top: 0.8rem;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .wrap-direct-info .wrap-category {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .wrap-direct-info .wrap-category .category {
  display: block;
  position: relative;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .wrap-direct-info .wrap-category .category + .category {
  padding-left: 1.2rem;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .wrap-direct-info .wrap-category .category + .category::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.5rem;
  width: 0.3rem;
  height: 0.3rem;
  border-radius: 50%;
  background-color: #e3e6f0;
  transform: translateY(-50%);
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .wrap-direct-info .wrap-icon-text {
  position: relative;
  margin-left: auto;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .wrap-direct-info .wrap-icon-text i {
  display: block;
  padding-left: 2rem;
  height: 1.6rem;
  color: #007aeb;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: 0 50%;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .wrap-direct-info .wrap-icon-text i.ico-location {
  background-image: url(../images/common/ico_location_point_blue_16.svg);
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .ces-scroll-x {
  margin: 1.6rem -2rem 0 0;
  gap: 0.2rem;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .ces-scroll-x li:first-child .direct-img {
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .ces-scroll-x li:last-child .direct-img {
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .ces-scroll-x .direct-img {
  display: block;
  overflow: hidden;
  width: 12rem;
  height: 12rem;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-item-space .ces-scroll-x .direct-img img {
  width: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-scroll-x {
  margin: 0.8rem -2rem 0 0;
  gap: 0.4rem;
}
.ces-public-body .ces-public-place .ces-user-direct .ces-scroll-x .review-tag {
  flex: none;
}
.ces-public-body .ces-public-place .box-write-intro {
  margin-top: 2.4rem;
  display: flex;
  align-items: center;
  padding: 1.6rem;
  border-radius: 0.8rem;
  background-color: #f8f8f8;
}
.ces-public-body .ces-public-place .box-write-intro + .box-title .description {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-place .choice-img {
  margin-right: 1.2rem;
  display: block;
  overflow: hidden;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  background-color: #E3E6F0;
}
.ces-public-body .ces-public-place .choice-img img {
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-place .write-content .title {
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-public-place .write-content .text {
  margin-top: 0.4rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-place .ces-list-box.wrap-user-react {
  gap: 0.4rem;
}
.ces-public-body .ces-public-place .ces-list-box.wrap-user-react input[type=checkbox] + .chip-user-react {
  padding: 0.5rem 0.7rem;
  border: 0.1rem solid #f8f8f8;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-place .ces-list-box.wrap-user-react input[type=checkbox]:checked + .chip-user-react {
  border-color: #0089D0;
  background-color: #ebf6fb;
  color: #0089D0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-place .ces-place-banner {
  margin-top: 4rem;
  width: 100%;
}
.ces-public-body .ces-public-place .ces-place-banner.ces-public-space + .ces-user-event {
  margin-top: 4rem;
}
.ces-public-body .ces-public-place .cluster-list-box {
  display: none;
  position: absolute;
  bottom: 1.4rem;
  right: -1.4rem;
  width: 16.8rem;
  max-height: 19.2rem;
  padding: 0.6rem 1rem;
  border-radius: 0.8rem;
  border: 0.2rem solid #0089D0;
  background-color: #fff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  overflow-y: scroll;
}
.ces-public-body .ces-public-place .cluster-list-box > ul {
  width: 100%;
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li {
  padding: 0.8rem 0;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster {
  width: 100%;
  height: 1.6rem;
  padding: 0 0 0 2.4rem;
  text-align: left;
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: -0.03em;
  font-size: 1.2rem;
  background-size: 2.4rem;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.6rem auto;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.restaurant {
  background-image: url(../images/common/ico_filter_restaurant_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.korean {
  background-image: url(../images/common/ico_filter_food01_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.pot {
  background-image: url(../images/common/ico_filter_food02_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.meat {
  background-image: url(../images/common/ico_filter_food03_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.rawfish {
  background-image: url(../images/common/ico_filter_food04_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.pork {
  background-image: url(../images/common/ico_filter_food05_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.food {
  background-image: url(../images/common/ico_filter_food06_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.fastfood {
  background-image: url(../images/common/ico_filter_food07_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.chicken {
  background-image: url(../images/common/ico_filter_food08_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.sushi {
  background-image: url(../images/common/ico_filter_food09_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.chinese {
  background-image: url(../images/common/ico_filter_food10_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.asian {
  background-image: url(../images/common/ico_filter_food11_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.snack {
  background-image: url(../images/common/ico_filter_food12_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.coffee {
  background-image: url(../images/common/ico_filter_food14_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.buffet {
  background-image: url(../images/common/ico_filter_food13_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.lunch {
  background-image: url(../images/common/ico_filter_food15_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.night {
  background-image: url(../images/common/ico_filter_food16_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.store {
  background-image: url(../images/common/ico_filter_food17_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.lodgement {
  background-image: url(../images/common/ico_filter_lodgings08_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.hotel {
  background-image: url(../images/common/ico_filter_lodgings01_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.resort {
  background-image: url(../images/common/ico_filter_lodgings02_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.pension {
  background-image: url(../images/common/ico_filter_lodgings03_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.castle {
  background-image: url(../images/common/ico_filter_lodgings04_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.residence {
  background-image: url(../images/common/ico_filter_lodgings05_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.camping {
  background-image: url(../images/common/ico_filter_lodgings06_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.motel {
  background-image: url(../images/common/ico_filter_lodgings07_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.book {
  background-image: url(../images/common/ico_filter_kids_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.play {
  background-image: url(../images/common/ico_filter_facility03_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.kindergarten {
  background-image: url(../images/common/ico_filter_facility01_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.kindergarten2 {
  background-image: url(../images/common/ico_filter_facility02_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.school {
  background-image: url(../images/common/ico_filter_facility04_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.slide {
  background-image: url(../images/common/ico_filter_facility06_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.postpartum {
  background-image: url(../images/common/ico_filter_hospital_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.hospital1 {
  background-image: url(../images/common/ico_filter_hospital01_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.public {
  background-image: url(../images/common/ico_filter_hospital02_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li .btn-cluster.hospital {
  background-image: url(../images/common/ico_filter_hospital03_blue_16.svg);
}
.ces-public-body .ces-public-place .cluster-list-box > ul > li:last-child {
  border-bottom: 0;
}
.ces-public-body .ces-public-place .cluster-list-box.active {
  display: block;
}
.ces-public-body .ces-public-place .cluster-list-box.po-left {
  left: -2.2rem;
  right: auto;
}
.ces-public-body .ces-public-place .location-wrap {
  position: absolute;
  top: 40%;
  left: 10%;
  z-index: 9;
}
.ces-public-body .ces-public-place .location-wrap .current-location {
  position: relative;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  border: 0.2rem solid #fff;
  background-color: #00B3B5;
  border-radius: 50%;
  box-shadow: 0 0 0.4rem 0 rgba(0, 137, 207, 0.4);
  z-index: 2;
}
.ces-public-body .ces-public-place .location-wrap .location-wide {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 3.2rem;
  height: 3.2rem;
  background-color: rgba(0, 179, 181, 0.2);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ces-public-body .ces-public-place .location-wrap .current-direction {
  position: absolute;
  top: -0.8rem;
  left: -0.8rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background-size: 0.6rem;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-image: url(../images/common/current_direction.svg);
  z-index: 2;
}
.ces-public-body .ces-public-place .wrap-place-pin {
  position: relative;
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.4rem;
  height: 2.56rem;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.cluster {
  top: 50%;
  left: 50%;
  transform: translate(-65%, -50%);
  width: 3.5rem;
  height: 2.56rem;
  padding: 0.3rem 0.4rem 0.5rem;
  background-image: url(../images/common/ico_pin_cluster.svg);
  color: #fff;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6rem;
  letter-spacing: -0.03em;
  font-size: 1.2rem;
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.bookmark, .ces-public-body .ces-public-place .wrap-place-pin .place-tag.new {
  position: absolute;
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.bookmark::before, .ces-public-body .ces-public-place .wrap-place-pin .place-tag.new::before {
  content: "";
  position: absolute;
  right: -0.5rem;
  top: -0.5rem;
  width: 1.2rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.bookmark::before {
  background-image: url(../images/common/ico_place_pin_bookmark.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.new::before {
  background-image: url(../images/common/ico_place_pin_new.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.meet {
  background-image: url(../images/common/ico_pin_meet.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.shrimp {
  background-image: url(../images/common/ico_pin_shrimp.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.sushi {
  background-image: url(../images/common/ico_pin_sushi.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.beer {
  background-image: url(../images/common/ico_pin_beer.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.coffee {
  background-image: url(../images/common/ico_pin_cafe.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.restaurant {
  background-image: url(../images/common/ico_pin_restaurant.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.food {
  background-image: url(../images/common/ico_pin_food.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.korean {
  background-image: url(../images/common/ico_pin_korean.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.pot {
  background-image: url(../images/common/ico_pin_pot.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.rowfish {
  background-image: url(../images/common/ico_pin_rowfish.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.pork {
  background-image: url(../images/common/ico_pin_pork.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.fastfood {
  background-image: url(../images/common/ico_pin_fastfood.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.chicken {
  background-image: url(../images/common/ico_pin_chicken.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.chinese {
  background-image: url(../images/common/ico_pin_chinese.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.asian {
  background-image: url(../images/common/ico_pin_asian.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.snack {
  background-image: url(../images/common/ico_pin_snack.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.buffet {
  background-image: url(../images/common/ico_pin_buffet.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.packed-lunch {
  background-image: url(../images/common/ico_pin_packed_lunch.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.midnight-snack {
  background-image: url(../images/common/ico_pin_midnight_snack.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.store {
  background-image: url(../images/common/ico_pin_store.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.lodgement {
  background-image: url(../images/common/ico_pin_lodgement.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.hotel {
  background-image: url(../images/common/ico_pin_hotel.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.resort {
  background-image: url(../images/common/ico_pin_resort.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.pension {
  background-image: url(../images/common/ico_pin_pension.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.kids-pension {
  background-image: url(../images/common/ico_pin_kidspension.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.residence {
  background-image: url(../images/common/ico_pin_residence.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.camping {
  background-image: url(../images/common/ico_pin_camping.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.motel {
  background-image: url(../images/common/ico_pin_motel.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.study {
  background-image: url(../images/common/ico_pin_study.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.public-kindergarten {
  background-image: url(../images/common/ico_pin_public_kindergarten.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.daycare {
  background-image: url(../images/common/ico_pin_daycare.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.public-daycare {
  background-image: url(../images/common/ico_pin_public_daycare.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.kindergarten {
  background-image: url(../images/common/ico_pin_kindergarten.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.kidscafe {
  width: 2.4rem;
  height: 2.5rem;
  background-image: url(../images/common/ico_pin_kidscafe.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.postpartum {
  width: 2.4rem;
  height: 2.5rem;
  background-image: url(../images/common/ico_pin_postpartum.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.hospital-annex {
  width: 2.4rem;
  height: 2.5rem;
  background-image: url(../images/common/ico_pin_hospital_annex.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.public-type {
  width: 2.4rem;
  height: 2.5rem;
  background-image: url(../images/common/ico_pin_public_type.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-tag.civil-postpartum {
  width: 2.4rem;
  height: 2.5rem;
  background-image: url(../images/common/ico_pin_civil_postpartum.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin {
  display: none;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -160%);
  width: max-content;
  padding: 0.6rem 1.2rem;
  border-radius: 2rem;
  border: 0.1rem solid #0089D0;
  background-color: #fff;
  z-index: 1;
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin.active {
  display: flex;
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin.bookmark, .ces-public-body .ces-public-place .wrap-place-pin .place-pin.new {
  position: absolute;
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin.bookmark::before, .ces-public-body .ces-public-place .wrap-place-pin .place-pin.new::before {
  content: "";
  position: absolute;
  right: -0.2rem;
  top: -0.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background: url(../images/common/ico_place_pin_.ces-public-body .ces-public-place .wrap-place-pin .place-pin.bookmark::before, .ces-public-body .ces-public-place .wrap-place-pin .place-pin.new::before.svg) no-repeat center/cover;
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin.bookmark::before {
  background-image: url(../images/common/ico_place_pin_bookmark.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin.new::before {
  background-image: url(../images/common/ico_place_pin_new.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.5rem;
  height: 0.5rem;
  background: url(../images/common/ico_place_pin_tail.png) no-repeat center/cover;
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin .copy {
  display: block;
  max-width: 10rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2rem;
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico] {
  margin-right: 0.4rem;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-size: 1.6rem;
  background-position: 50%;
  background-repeat: no-repeat;
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-restaurant {
  background-image: url(../images/common/ico_filter_restaurant_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-korean {
  background-image: url(../images/common/ico_filter_food01_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-pot {
  background-image: url(../images/common/ico_filter_food02_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-meet {
  background-image: url(../images/common/ico_filter_food03_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-rowfish {
  background-image: url(../images/common/ico_filter_food04_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-pork {
  background-image: url(../images/common/ico_filter_food05_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-food {
  background-image: url(../images/common/ico_filter_food06_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-fastfood {
  background-image: url(../images/common/ico_filter_food07_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-chicken {
  background-image: url(../images/common/ico_filter_food08_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-sushi {
  background-image: url(../images/common/ico_filter_food09_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-chinese {
  background-image: url(../images/common/ico_filter_food10_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-asian {
  background-image: url(../images/common/ico_filter_food11_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-snack {
  background-image: url(../images/common/ico_filter_food12_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-coffee {
  background-image: url(../images/common/ico_filter_food14_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-buffet {
  background-image: url(../images/common/ico_filter_food13_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-packed-lunch {
  background-image: url(../images/common/ico_filter_food15_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-midnight-snack {
  background-image: url(../images/common/ico_filter_food16_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-store {
  background-image: url(../images/common/ico_filter_food17_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-lodgement {
  background-image: url(../images/common/ico_filter_lodgings08_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-hotel {
  background-image: url(../images/common/ico_filter_lodgings01_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-resort {
  background-image: url(../images/common/ico_filter_lodgings02_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-pension {
  background-image: url(../images/common/ico_filter_lodgings03_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-kids-pension {
  background-image: url(../images/common/ico_filter_lodgings04_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-residence {
  background-image: url(../images/common/ico_filter_lodgings05_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-camping {
  background-image: url(../images/common/ico_filter_lodgings06_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-motel {
  background-image: url(../images/common/ico_filter_lodgings07_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-study {
  background-image: url(../images/common/ico_filter_kids_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-kindergarten {
  background-image: url(../images/common/ico_filter_facility03_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-daycare {
  background-image: url(../images/common/ico_filter_facility01_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-public-daycare {
  background-image: url(../images/common/ico_filter_facility02_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-public-kindergarten {
  background-image: url(../images/common/ico_filter_facility04_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-kidscafe {
  background-image: url(../images/common/ico_filter_facility06_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-postpartum {
  background-image: url(../images/common/ico_filter_hospital_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-hospital-annex {
  background-image: url(../images/common/ico_filter_hospital01_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-public-type {
  background-image: url(../images/common/ico_filter_hospital02_blue_16.svg);
}
.ces-public-body .ces-public-place .wrap-place-pin .place-pin [class^=ico].ico-civil-postpartum {
  background-image: url(../images/common/ico_filter_hospital03_blue_16.svg);
}
.ces-public-body .ces-public-place .ces-review-swiper {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-place .ces-review-swiper .ces-list-content.vertical .ces-link-content .wrap-image {
  height: 14rem;
}
.ces-public-body .ces-public-place .ces-review-swiper .ces-list-content.vertical .ces-btn-bookmark {
  top: 15.6rem;
}
.ces-public-body .ces-public-place .ces-review-swiper .ces-list-content.vertical .ces-btn-bookmark input + .ico-bookmark {
  background-image: url(../images/common/ico_bookmark_line_24.svg);
}
.ces-public-body .ces-public-place .ces-review-swiper .ces-list-content.vertical .ces-btn-bookmark input:checked + .ico-bookmark {
  background-image: url(../images/common/ico_bookmark_24_blue.svg);
  background-size: 3.2rem;
}
.ces-public-body .ces-public-place .ces-review-swiper .swiper-pagination {
  display: inline-flex;
  top: 0.8rem;
  right: 0.8rem;
  bottom: auto;
  left: auto;
  padding: 0.2rem 0.8rem;
  border-radius: 1.8rem;
  gap: 0.2rem;
  width: auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.ces-public-body .ces-public-place .ces-review-swiper .swiper-pagination .swiper-pagination-current {
  color: #fff;
}
.ces-public-body .ces-public-place .fixed-btn-box .btn-area {
  box-shadow: 0 -0.4rem 1.2rem 0 rgba(0, 0, 0, 0.05);
}
.ces-public-body .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-public-body .ico-picto.takeout {
  background-image: url(../images/common/ico_place_takeout_24.svg);
}
.ces-public-body .ico-picto.internet {
  background-image: url(../images/common/ico_place_internet_24.svg);
}
.ces-public-body .ico-picto.booking {
  background-image: url(../images/common/ico_place_booking_24.svg);
}
.ces-public-body .ico-picto.delivery {
  background-image: url(../images/common/ico_place_delivery_24.svg);
}
.ces-public-body .ico-picto.group_use {
  background-image: url(../images/common/ico_place_group_24.svg);
}
.ces-public-body .ico-picto.toilet {
  background-image: url(../images/common/ico_place_toilet_24.svg);
}
.ces-public-body .ico-picto.babysit {
  background-image: url(../images/common/ico_place_babysit_24.svg);
}
.ces-public-body .ico-picto.colchage {
  background-image: url(../images/common/ico_place_colchage_24.svg);
}
.ces-public-body .ico-picto.wheelchair_entrance {
  background-image: url(../images/common/ico_place_wheelchair_entrance_24.svg);
}
.ces-public-body .ico-picto.waitingroom {
  background-image: url(../images/common/ico_place_waitingroom_24.svg);
}
.ces-public-body .ico-picto.wheelchair_seat {
  background-image: url(../images/common/ico_place_wheelchair_24.svg);
}
.ces-public-body .ico-picto.disabled_parking {
  background-image: url(../images/common/ico_place_disabled_parking_24.svg);
}
.ces-public-body .ico-picto.pets_allowed {
  background-image: url(../images/common/ico_place_pets_24.svg);
}
.ces-public-body .ico-picto.takeout_sale {
  background-image: url(../images/common/ico_place_takeout_sale_24.svg);
}
.ces-public-body .ico-picto.wheelchair {
  background-image: url(../images/common/ico_place_wheelchair_24.svg);
}
.ces-public-body .ico-picto.visit_reception {
  background-image: url(../images/common/ico_place_visit_reception_24.svg);
}
.ces-public-body .ico-picto.birthday {
  background-image: url(../images/common/ico_place_birthday_24.svg);
}
.ces-public-body .ico-picto.childcare {
  background-image: url(../images/common/ico_place_childcare_24.svg);
}
.ces-public-body .ico-picto.refill {
  background-image: url(../images/common/ico_place_refill_24.svg);
}
.ces-public-body .ico-picto.vegan {
  background-image: url(../images/common/ico_place_vegan_24.svg);
}
.ces-public-body .ico-picto.handdrip {
  background-image: url(../images/common/ico_place_handdrip_24.svg);
}
.ces-public-body .ico-picto.wine {
  background-image: url(../images/common/ico_place_wine_24.svg);
}
.ces-public-body .ico-picto.roastery {
  background-image: url(../images/common/ico_place_roastery_24.svg);
}
.ces-public-body .ico-picto.organic {
  background-image: url(../images/common/ico_place_organic_24.svg);
}
.ces-public-body .ico-picto.nokids {
  background-image: url(../images/common/ico_place_nokids_24.svg);
}
.ces-public-body .ico-picto.driver_thru {
  background-image: url(../images/common/ico_place_driver_thru_24.svg);
}
.ces-public-body .ico-picto.gluten_free {
  background-image: url(../images/common/ico_place_gluten_free_24.svg);
}
.ces-public-body .ico-picto.sommelier {
  background-image: url(../images/common/ico_place_sommelier_24.svg);
}
.ces-public-body .ico-picto.reception {
  background-image: url(../images/common/ico_place_reception_24.svg);
}
.ces-public-body .ico-picto.wifi {
  background-image: url(../images/common/ico_place_wifi_24.svg);
}
.ces-public-body .ico-picto.bedroom {
  background-image: url(../images/common/ico_place_bedroom_24.svg);
}
.ces-public-body .ico-picto.family {
  background-image: url(../images/common/ico_place_family_24.svg);
}
.ces-public-body .ico-picto.private_house {
  background-image: url(../images/common/ico_place_private_house_24.svg);
}
.ces-public-body .ico-picto.bbq {
  background-image: url(../images/common/ico_place_bbq_24.svg);
}
.ces-public-body .ico-picto.double_room {
  background-image: url(../images/common/ico_place_double_room_24.svg);
}
.ces-public-body .ico-picto.individual_bbq {
  background-image: url(../images/common/ico_place_individual_bbq_24.svg);
}
.ces-public-body .ico-picto.common {
  background-image: url(../images/common/ico_place_group_24.svg);
}
.ces-public-body .ico-picto.group {
  background-image: url(../images/common/ico_place_group_24.svg);
}
.ces-public-body .ico-picto.ondol {
  background-image: url(../images/common/ico_place_ondol_24.svg);
}
.ces-public-body .ico-picto.modern {
  background-image: url(../images/common/ico_place_modern_24.svg);
}
.ces-public-body .ico-picto.spa {
  background-image: url(../images/common/ico_place_spa_24.svg);
}
.ces-public-body .ico-picto.deck {
  background-image: url(../images/common/ico_place_deck_24.svg);
}
.ces-public-body .ico-picto.grass {
  background-image: url(../images/common/ico_place_grass_24.svg);
}
.ces-public-body .ico-picto.parcel {
  background-image: url(../images/common/ico_place_parcel_24.svg);
}
.ces-public-body .ico-picto.burger {
  background-image: url(../images/common/ico_place_burger_24.svg);
}
.ces-public-body .ico-picto.parking {
  background-image: url(../images/common/ico_place_parking_24.svg);
}
.ces-public-body .ico-picto.pool {
  background-image: url(../images/common/ico_place_pool_24.svg);
}
.ces-public-body .ico-picto.breakfast {
  background-image: url(../images/common/ico_place_breakfast_24.svg);
}
.ces-public-body .ico-picto.glamping {
  background-image: url(../images/common/ico_place_glamping_24.svg);
}
.ces-public-body .ico-picto.duplex {
  background-image: url(../images/common/ico_place_duplex_24.svg);
}
.ces-public-body .ico-picto.private_toilet {
  background-image: url(../images/common/ico_place_private_toilet_24.svg);
}
.ces-public-body .ico-picto.shower {
  background-image: url(../images/common/ico_place_shower_24.svg);
}
.ces-public-body .ico-picto.party {
  background-image: url(../images/common/ico_place_party_24.svg);
}
.ces-public-body .ico-picto.pickup {
  background-image: url(../images/common/ico_place_pickup_24.svg);
}
.ces-public-body .ico-picto.nature {
  background-image: url(../images/common/ico_place_nature_24.svg);
}
.ces-public-body .ico-picto.longterm_stay {
  background-image: url(../images/common/ico_place_longterm_stay_24.svg);
}
.ces-public-body .ico-picto.playground {
  background-image: url(../images/common/ico_place_play_24.svg);
}
.ces-public-body .ico-picto.pool_villa {
  background-image: url(../images/common/ico_place_pool_villa_24.svg);
}
.ces-public-body .ico-picto.activities {
  background-image: url(../images/common/ico_place_activities_24.svg);
}
.ces-public-body .ico-picto.crushed_stone {
  background-image: url(../images/common/ico_place_crushed_stone_24.svg);
}
.ces-public-body .ico-picto.jokgu {
  background-image: url(../images/common/ico_place_jokgu_24.svg);
}
.ces-public-body .ico-picto.caravan {
  background-image: url(../images/common/ico_place_caravan_24.svg);
}
.ces-public-body .ico-picto.seminar {
  background-image: url(../images/common/ico_place_seminar_24.svg);
}
.ces-public-body .ico-picto.pets {
  background-image: url(../images/common/ico_place_pets_24.svg);
}
.ces-public-body .ico-picto.hanok {
  background-image: url(../images/common/ico_place_hanok_24.svg);
}
.ces-public-body .ico-picto.sauna {
  background-image: url(../images/common/ico_place_sauna_24.svg);
}
.ces-public-body .ico-picto.jacuzzi {
  background-image: url(../images/common/ico_place_jacuzzi_24.svg);
}
.ces-public-body .ico-picto.dormitory {
  background-image: url(../images/common/ico_place_dormitory_24.svg);
}
.ces-public-body .ico-picto.autocamping {
  background-image: url(../images/common/ico_place_crushed_stone_24.svg);
}
.ces-public-body .ico-picto.bungalow {
  background-image: url(../images/common/ico_place_bungalow_24.svg);
}
.ces-public-body .ico-picto.waterslide {
  background-image: url(../images/common/ico_place_waterslide_24.svg);
}
.ces-public-body .ico-picto.kids {
  background-image: url(../images/common/ico_place_kids_24.svg);
}
.ces-public-body .ico-picto.songroom {
  background-image: url(../images/common/ico_place_songroom_24.svg);
}
.ces-public-body .ico-picto.chicken {
  background-image: url(../images/common/ico_place_chicken_24.svg);
}
.ces-public-body .ico-picto.coffee {
  background-image: url(../images/common/ico_place_coffee_24.svg);
}
.ces-public-body .ico-picto.business {
  background-image: url(../images/common/ico_place_business_24.svg);
}
.ces-public-body .ico-picto.restaurant {
  background-image: url(../images/common/ico_place_restaurant_24.svg);
}
.ces-public-body .ico-picto.fitness {
  background-image: url(../images/common/ico_place_fitness_24.svg);
}
.ces-public-body .ico-picto.bar {
  background-image: url(../images/common/ico_place_bar_24.svg);
}
.ces-public-body .ico-picto.roomservice {
  background-image: url(../images/common/ico_place_roomservice_24.svg);
}
.ces-public-body .ico-picto.language {
  background-image: url(../images/common/ico_place_language_24.svg);
}
.ces-public-body .ico-picto.nosmoking {
  background-image: url(../images/common/ico_place_nosmoking_24.svg);
}
.ces-public-body .ico-picto.timer {
  background-image: url(../images/common/ico_place_timer_24.svg);
}
.ces-public-body .ico-picto.care {
  background-image: url(../images/common/ico_place_care_24.svg);
}
.ces-public-body .ico-picto.cam {
  background-image: url(../images/common/ico_place_cam_24.svg);
}
.ces-public-body .ico-picto.shuttle {
  background-image: url(../images/common/ico_place_shuttle_24.svg);
}
.ces-public-body .ico-picto.livelihood {
  background-image: url(../images/common/ico_place_livelihood_24.svg);
}
.ces-public-body .location-swiper {
  overflow-x: hidden;
}
.ces-public-body .ces-bottom-sheet .ces-result-empty {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.ces-public-body .ces-bottom-sheet .wrap-btn-link {
  padding: 0 2rem;
}
.ces-public-body .ces-bottom-sheet .wrap-btn-link .btn-back {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_back_24.svg) 50%/2.4rem no-repeat;
}
.ces-public-body .ces-bottom-sheet .wrap-btn-link + .ces-list-item {
  margin-top: 1.2rem;
}
.ces-public-body .map-discover {
  position: relative;
  background-color: rgb(248, 249, 250);
  overflow: hidden;
  height: 14.8rem;
  z-index: 1;
}
.ces-public-body .map-discover .img-map {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .map-discover + .place-detail-list {
  margin-top: 1.2rem;
  padding: 0;
  border-bottom: 0;
}
.ces-public-body .box-discover-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.6rem;
}
.ces-public-body .box-discover-info .title-inner-left .title {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4rem;
  color: #000;
}
.ces-public-body .box-discover-info .title-inner-left .description {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4rem;
  color: #666;
}
.ces-public-body .list-navigation-app {
  margin: 2.4rem 0 1.8rem;
}
.ces-public-body .list-navigation-app .item-navigation-app + .item-navigation-app {
  margin-top: 1.6rem;
}
.ces-public-body .list-navigation-app .link-app {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.ces-public-body .list-navigation-app .link-app .ico-navi-app {
  display: block;
  width: 3.2rem;
  height: 3.2rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.ces-public-body .list-navigation-app .link-app .ico-navi-app.tmap {
  background-image: url(../images/common/img_navi_tmap.png);
}
.ces-public-body .list-navigation-app .link-app .ico-navi-app.naver {
  background-image: url(../images/common/img_navi_naver_map.png);
}
.ces-public-body .list-navigation-app .link-app .ico-navi-app.kakao {
  background-image: url(../images/common/img_navi_kakao_map.png);
}
.ces-public-body .list-navigation-app .link-app .name {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .btn-radius-chk {
  display: inline-flex;
  align-items: center;
  min-width: 8rem;
  height: 4rem;
}
.ces-public-body .btn-radius-chk span {
  padding: 1rem 2rem;
  border: 0.1rem solid #E3E6F0;
  border-radius: 2rem;
  background-color: #fff;
  color: #5F6A86;
  font-size: 1.4rem;
  font-weight: 500;
}
.ces-public-body .btn-radius-chk input[type=checkbox]:checked + span {
  border-color: #0089D0;
  background-color: #ecf9ff;
  color: #0089D0;
}
.ces-public-body .box-round-bg-table {
  margin-top: 4rem;
  padding: 1.6rem;
  border-radius: 0.8rem;
  background-color: #f8f8f8;
}
.ces-public-body .box-round-bg-table .round-table tr {
  display: flex;
  justify-content: space-between;
}
.ces-public-body .box-round-bg-table .round-table tr:not(:first-child) {
  margin-top: 0.8rem;
}
.ces-public-body .box-round-bg-table .tbl-title {
  color: #000;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .box-round-bg-table .tbl-data {
  color: #0089D0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .wrap-box-content-news .ces-no-content,
.ces-public-body .wrap-box-content-review .ces-no-content,
.ces-public-body .wrap-box-content-inquiry .ces-no-content {
  margin-top: 4rem;
}
.ces-public-body .wrap-box-content-info .ces-list-box.item-col4 {
  gap: 1.6rem 0.8rem;
  align-items: start;
}
.ces-public-body .wrap-box-content-info .ces-list-item.item-col2 {
  gap: 1.2rem;
}
.ces-public-body .wrap-box-content-info .link-sns {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.ces-public-body .wrap-box-content-info .link-sns .ico-sns {
  display: block;
  flex: none;
  width: 2.8rem;
  height: 2.8rem;
  margin-top: 0.1rem;
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 2.8rem;
}
.ces-public-body .wrap-box-content-info .link-sns .ico-sns.safari {
  background-image: url(../images/common/ico_gray_global_28.svg);
}
.ces-public-body .wrap-box-content-info .link-sns .ico-sns.instagram {
  background-image: url(../images/common/ico_gray_instagram_28.svg);
}
.ces-public-body .wrap-box-content-info .link-sns .ico-sns.facebook {
  background-image: url(../images/common/ico_gray_facebook_28.svg);
}
.ces-public-body .wrap-box-content-info .link-sns .ico-sns.blog {
  background-image: url(../images/common/ico_gray_blog_28.svg);
}
.ces-public-body .wrap-box-content-info .link-sns .txt {
  display: block;
  flex: none;
  width: calc(100% - 3.6rem);
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-public-body .wrap-box-content-info .parking-info .title {
  display: flex;
  align-items: center;
}
.ces-public-body .wrap-box-content-info .parking-info .title [class^=ico] {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 2.4rem;
}
.ces-public-body .wrap-box-content-info .parking-info .title [class^=ico] + .subtitle {
  margin-left: 0.8rem;
}
.ces-public-body .wrap-box-content-info .parking-info .title .ico-parking {
  background-image: url(../images/common/ico_place_parking_24.svg);
}
.ces-public-body .wrap-box-content-info .parking-info .title .ico-valet {
  background-image: url(../images/common/ico_place_valet_24.svg);
}
.ces-public-body .wrap-box-content-info .parking-info .title .subtitle {
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .wrap-box-content-info .parking-info .title .subtitle + .badge-round {
  margin-left: 0.4rem;
}
.ces-public-body .wrap-box-content-info .parking-info .title + .txt {
  margin-top: 1.2rem;
}
.ces-public-body .wrap-box-content-info .parking-info .txt .txt-body3 + .txt-body3 {
  margin-top: 0.4rem;
}
.ces-public-body .wrap-box-content-info .parking-info .txt .list-bullet li + li {
  margin-top: 0.2rem;
}
.ces-public-body .wrap-box-content-info .parking-info + .parking-info {
  margin-top: 4rem;
}
.ces-public-body .wrap-box-content-info .ces-no-content {
  margin-top: 4rem;
}
.ces-public-body .ces-public-detail-intro .ces-public-sub-detail {
  margin-top: 0;
  padding-bottom: 0;
}
.ces-public-body .ces-public-detail-intro .place-detail-intro .wrap-item-recommend .box-detail {
  padding: 2.4rem 2rem 0;
  text-align: left;
}
.ces-public-body .ces-public-detail-intro .place-detail-intro .wrap-item-recommend .box-detail .box-title {
  margin: 0.4rem 0 0;
}
.ces-public-body .ces-public-detail-intro .place-detail-intro .wrap-item-recommend .box-detail .box-title .title {
  margin-top: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.8rem;
}
.ces-public-body .ces-public-detail-intro .place-detail-intro .wrap-item-recommend .wrap-thumb img {
  min-height: 36rem;
}
.ces-public-body .ces-public-detail-intro .place-detail-intro .wrap-price {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
}
.ces-public-body .ces-public-detail-intro .place-detail-intro .wrap-price .discount {
  color: #ee3124;
}
.ces-public-body .ces-public-detail-intro .place-detail-intro .wrap-price .price {
  color: #000;
}
.ces-public-body .ces-public-detail-intro .place-detail-nutrition {
  border-bottom: none;
}
.ces-public-body .ces-public-detail-intro .place-detail-nutrition .box-title .title {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.ces-public-body .pop-content .pop-img-wrap {
  overflow: hidden;
  border-radius: 0.8rem;
  width: 100%;
  height: 20rem;
}
.ces-public-body .pop-content .pop-img-wrap .pop-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .pop-content .pop-description {
  margin-top: 2.4rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-solution-detail {
  margin-top: 5.6rem;
}
.ces-public-body .ces-solution-detail .wrap-visual {
  display: block;
  margin: 0 -0.2rem;
  width: 100%;
}
.ces-public-body .ces-solution-detail .wrap-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-solution-detail .box-solution-content {
  padding: 2.4rem 2rem 4rem;
}
.ces-public-body .ces-solution-detail .box-solution-content .title {
  color: #000;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
  letter-spacing: -0.03em;
}
.ces-public-body .ces-solution-detail .box-solution-content .description {
  margin-top: 1.2rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-solution-detail .box-solution-content .wrap-image {
  display: block;
  margin-top: 4rem;
  overflow: hidden;
  border-radius: 0.8rem;
  width: 100%;
}
.ces-public-body .ces-solution-detail .box-solution-content .wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .btn-box-coupon {
  display: flex;
  align-items: center;
  margin: 1.2rem 0;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  width: 100%;
}
.ces-public-body .btn-box-coupon .box-txt {
  padding: 1.9rem 1.5rem;
  border-right: 0.1rem dashed #e5e5e5;
  width: calc(100% - 6.4rem);
  text-align: left;
}
.ces-public-body .btn-box-coupon .box-txt .coupon-title {
  display: block;
  overflow: hidden;
  width: 100%;
  color: #000;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ces-public-body .btn-box-coupon .box-txt .detail {
  display: block;
  overflow: hidden;
  margin-top: 0.4rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ces-public-body .btn-box-coupon .box-txt .period {
  display: flex;
  align-items: center;
  margin-top: 1.6rem;
  gap: 0.4rem;
}
.ces-public-body .btn-box-coupon .box-txt .period .badge-round {
  display: block;
  padding: 0.2rem 0.8rem;
  border-radius: 1.8rem;
  color: #00b3b5;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
  background-color: #EBFBF6;
}
.ces-public-body .btn-box-coupon .box-txt .period .date {
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .btn-box-coupon .status {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.2rem;
  height: 100%;
}
.ces-public-body .btn-box-coupon .status [class^=ico] {
  display: block;
  padding-top: 2.4rem;
  width: 4.2rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 2.4rem;
}
.ces-public-body .btn-box-coupon .status .ico-download {
  width: 3.6rem;
  height: 3.6rem;
  background-image: url(../images/common/ico_download_circle_24.svg);
  background-size: 3.6rem;
}
.ces-public-body .btn-box-coupon .status .ico-used {
  display: none;
  background-image: url(../images/common/ico_checked_gray_24.svg);
}
.ces-public-body .btn-box-coupon .status .ico-percent {
  display: none;
  background-image: url(../images/common/ico_coupon_percent_24.svg);
  color: #00b3b5;
}
.ces-public-body .btn-box-coupon.used .box-txt .coupon-title {
  color: #888;
}
.ces-public-body .btn-box-coupon.used .box-txt .period .badge-round {
  color: #888;
  background-color: #f5f5f5;
}
.ces-public-body .btn-box-coupon.used .status .ico-download {
  display: none;
}
.ces-public-body .btn-box-coupon.used .status .ico-used {
  display: block;
}
.ces-public-body .btn-box-coupon.used .status .ico-percent {
  display: none;
}
.ces-public-body .btn-box-coupon.percent .status .ico-download {
  display: none;
}
.ces-public-body .btn-box-coupon.percent .status .ico-used {
  display: none;
}
.ces-public-body .btn-box-coupon.percent .status .ico-percent {
  display: block;
}
.ces-public-body .ces-scroll-x.menu {
  margin-right: -2rem;
}
.ces-public-body .ces-scroll-x.menu li {
  margin-right: 0.8rem;
}
.ces-public-body .ces-scroll-x.menu li .zoom-img {
  display: block;
  overflow: hidden;
  width: 14rem;
  height: 14rem;
}
.ces-public-body .ces-scroll-x.menu li .zoom-img img {
  width: 100%;
  object-fit: cover;
}
.ces-public-body .list-menu-pic.item-col2 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.8rem;
}
.ces-public-body .list-menu-pic.item-col2.item-col1 > li {
  width: calc((100% - 0rem) / 1);
}
.ces-public-body .list-menu-pic.item-col2.item-col2 > li {
  width: calc((100% - 0.8rem) / 2);
}
.ces-public-body .list-menu-pic.item-col2.item-col3 > li {
  width: calc((100% - 1.6rem) / 3);
}
.ces-public-body .list-menu-pic.item-col2.item-col4 > li {
  width: calc((100% - 2.4rem) / 4);
}
.ces-public-body .list-menu-pic .item-menu-pic .link-menu {
  display: block;
  width: 100%;
}
.ces-public-body .list-menu-pic .item-menu-pic .link-menu img {
  width: inherit;
  height: 100%;
}
@media (max-width: 35.9rem) {
  .ces-public-body .ces-public-place .ces-tab-chip .list-tab-btn li:not(li:first-child) .btn-tab-list span {
    padding: 0.6rem 1.2rem;
  }
}
.ces-public-body .ces-public-lounge {
  /* 라운지 - 세스코 서비스(위쳌 매거진) 목록 
    PBD010000G, PBD020000G, PBD030000G, PBD040000G 
  */
  /* 라운지 - 상세 페이지
    PBD020100G, PBD030100G, PBD040100G
  */
}
.ces-public-body .ces-public-lounge .ces-magazine-main-banner {
  margin-top: -2.5rem;
}
.ces-public-body .ces-public-lounge .ces-bug-qna.ces-public-space:nth-child(2),
.ces-public-body .ces-public-lounge .ces-recent-magazine.ces-public-space:nth-child(2) {
  position: relative;
  margin-top: -1.6rem;
  border-radius: 1.6rem 1.6rem 0 0;
  z-index: 1;
  background-color: #fff;
}
.ces-public-body .ces-public-lounge .ces-bug-qna.ces-public-space:nth-child(2) .title-main,
.ces-public-body .ces-public-lounge .ces-recent-magazine.ces-public-space:nth-child(2) .title-main {
  margin-top: 0;
  padding-top: 4rem;
}
.ces-public-body .ces-public-lounge .swiper-recent-magazine,
.ces-public-body .ces-public-lounge .swiper-related-place,
.ces-public-body .ces-public-lounge .swiper-food-safe {
  padding: 0 2rem;
}
.ces-public-body .ces-public-lounge .swiper-recent-magazine,
.ces-public-body .ces-public-lounge .swiper-related-place {
  margin: 0 -2rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine {
  padding-bottom: 4rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .box-title .title.arrow {
  display: block;
  padding-right: 1.6rem;
  width: 100%;
  text-align: left;
  background: url(../images/common/ico_arrow_right_16.svg) no-repeat 100% 50%/1.6rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .item-bug {
  display: block;
  padding: 2.4rem 2rem;
  border: 0.1rem solid #e5e5e5;
  border-radius: 0.8rem;
  width: 100%;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .item-bug .question {
  display: flex;
  align-items: flex-start;
  gap: 0.4rem;
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .item-bug .question .ico-q {
  flex: none;
  color: #0089D0;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.2rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .item-bug .answer {
  display: block;
  margin-top: 1.2rem;
  height: 4rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .item-bug .sub-wrap {
  display: flex;
  align-items: center;
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .item-bug .sub-wrap .state-box {
  margin-right: 0.8rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .item-bug .sub-wrap .date {
  position: relative;
  display: block;
  color: #888;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
  padding-left: 0.8rem;
  margin-right: 0.8rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .item-bug .sub-wrap .date::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.2rem;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  background-color: #E3E6F0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-filter-box {
  margin: 2.4rem 0 0;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-list-item.lineclamp1 .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .btn-thumbnail {
  margin-top: 2rem;
  justify-content: flex-end;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .btn-thumbnail.active + .ces-list-item .wrap-thumbnail {
  display: none;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-switch-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.4rem;
  margin-bottom: 1.6rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-switch-box .copy {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.7rem;
  color: #666;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-switch-box + .ces-list-item .wrap-thumbnail {
  display: block;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-switch-box.active + .ces-list-item .wrap-thumbnail {
  display: none;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-recent-magazine .magazine-card-item {
  position: relative;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-recent-magazine .magazine-card-item .wrap-thumbnail {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 101.44%;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-recent-magazine .magazine-card-item .wrap-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-recent-magazine .magazine-card-item .detail {
  display: block;
  position: absolute;
  bottom: 1.6rem;
  left: 2rem;
  margin-top: 0;
  width: 100%;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-recent-magazine .magazine-card-item .title {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  height: 4rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .swiper-lounge-main {
  position: relative;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .swiper-lounge-main .item-home .wrap-thumbnail {
  border-radius: 0;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .swiper-lounge-main .swiper-pagination {
  display: flex;
  position: absolute;
  bottom: 4.4rem;
  left: 2rem;
  gap: 0.6rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .swiper-lounge-main .swiper-pagination .swiper-pagination-bullet {
  width: 0.6rem;
  height: 0.6rem;
  margin: 0;
  background: rgba(255, 255, 255, 0.42);
  opacity: 1;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .swiper-lounge-main .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .item-home {
  display: block;
  position: relative;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .item-home .wrap-thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 0.8rem;
  width: 100%;
  height: auto;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .item-home .wrap-thumbnail img {
  display: block;
  width: 100%;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .item-home .txt-info {
  position: absolute;
  bottom: 6.6rem;
  z-index: 2;
  padding: 0 2rem;
  width: 100%;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .item-home .txt-info .date {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .item-home .txt-info .title {
  display: block;
  margin-top: 0.4rem;
  color: #fff;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.8rem;
  letter-spacing: -0.03em;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-magazine-banner {
  margin: 4rem 0;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-magazine-banner .link-banner {
  display: block;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-magazine-banner .link-banner img {
  display: block;
  width: 100%;
  height: auto;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-magazine-banner .main-banner-swiper img {
  display: block;
  width: 100%;
  height: auto;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-magazine-banner .main-banner-swiper .swiper-pagination.num {
  display: inline-flex;
  top: 0.8rem;
  right: 0.8rem;
  bottom: auto;
  left: auto;
  padding: 0.2rem 0.8rem;
  border-radius: 1.8rem;
  gap: 0.2rem;
  width: auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-magazine-banner .main-banner-swiper .swiper-pagination.num .swiper-pagination-current {
  color: #fff;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-food-safe {
  margin-top: 4rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .swiper-box-bugs {
  overflow: hidden;
  margin: 0 -2rem;
  padding: 0 2rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .swiper-food-safe .magazine-info-txt .title {
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  word-break: break-all;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-popular {
  padding: 0 2rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-popular .ces-list-item li:first-child .ces-item-link-magazine {
  padding-top: 0;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-popular .ces-item-link-magazine {
  padding: 2.4rem 0;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-item-link-magazine .wrap-thumbnail {
  flex: none;
  width: 12.8rem;
  height: 12.8rem;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-hidden-content {
  display: none;
}
.ces-public-body .ces-public-lounge .ces-public-magazine .ces-hidden-content.active {
  display: block;
}
.ces-public-body .ces-public-lounge .ces-public-detail-board {
  /* 이전글 다음글 버튼 */
}
.ces-public-body .ces-public-lounge .ces-public-detail-board .ces-board-detail-content + .box-thumb {
  margin-top: 4rem;
}
.ces-public-body .ces-public-lounge .ces-public-detail-board .ces-board-detail-control {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 4rem;
}
.ces-public-body .ces-public-lounge .ces-public-detail-board .ces-board-detail-control [class^=link] {
  display: block;
  background-repeat: no-repeat;
  background-size: 2rem;
}
.ces-public-body .ces-public-lounge .ces-public-detail-board .ces-board-detail-control [class^=link] span {
  display: block;
  width: 100%;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-lounge .ces-public-detail-board .ces-board-detail-control .link-prev {
  padding-left: 2rem;
  background-image: url(../images/common/ico_arrow_left_20_gray.svg);
  background-position: 0 50%;
}
.ces-public-body .ces-public-lounge .ces-public-detail-board .ces-board-detail-control .link-next {
  padding-right: 2rem;
  background-image: url(../images/common/ico_arrow_right_20_gray.svg);
  background-position: 100% 50%;
}
.ces-public-body .ces-public-lounge .ces-public-detail-board .ces-board-detail-control + .btn-area {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-lounge .ces-public-detail-board .btn-area {
  margin-top: 4rem;
}
.ces-public-body .ces-public-home .ces-section {
  position: relative;
  z-index: 1;
}
.ces-public-body .ces-public-home .ces-section:not(.main-recommendation, .ces-home-visual, .main-virtual) {
  padding: 4rem 2rem 5rem;
  background-color: #fff;
}
.ces-public-body .ces-public-home .ces-section.main-recommendation {
  padding: 4rem 0 1rem;
}
.ces-public-body .ces-public-home .ces-section .title-main {
  margin-top: 0;
}
.ces-public-body .ces-public-home .ces-home-visual {
  padding: 15.9rem 2rem 7rem;
  background: url(../images/sub/@img_visual_sample01.png) no-repeat 0 0/100%;
}
.ces-public-body .ces-public-home .ces-home-visual .main-search {
  display: flex;
  align-items: center;
  padding: 0.7rem 1.9rem;
  border: 0.1rem solid #0089D0;
  border-radius: 10rem;
  gap: 0.8rem;
  background-color: rgba(255, 255, 255, 0.1);
  mix-blend-mode: plus-lighter;
  backdrop-filter: blur(1rem);
}
.ces-public-body .ces-public-home .ces-home-visual .main-search .link {
  width: calc(100% - 2rem);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-public-home .ces-home-visual .main-search .ipt-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 2rem);
}
.ces-public-body .ces-public-home .ces-home-visual .main-search .ipt-group .ipt-search {
  width: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.4rem;
  border: 0;
  background: transparent;
}
.ces-public-body .ces-public-home .ces-home-visual .main-search .ipt-group .btn-clear {
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_input_clear.svg) no-repeat center/1.6rem;
}
.ces-public-body .ces-public-home .ces-home-visual .main-search .btn-search {
  flex-shrink: 0;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/common/ico_search_24_white.svg) no-repeat 50%/1.6rem;
}
.ces-public-body .ces-public-home .ces-home-visual .keyword-swiper {
  position: relative;
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-home .ces-home-visual .keyword-swiper .swiper-slide {
  text-align: center;
}
.ces-public-body .ces-public-home .ces-home-visual .keyword-swiper .swiper-button-prev,
.ces-public-body .ces-public-home .ces-home-visual .keyword-swiper .swiper-button-next {
  top: 3rem;
  width: 2.4rem;
  height: 2.4rem;
  opacity: 1;
}
.ces-public-body .ces-public-home .ces-home-visual .keyword-swiper .swiper-button-prev:after,
.ces-public-body .ces-public-home .ces-home-visual .keyword-swiper .swiper-button-next:after {
  content: none;
}
.ces-public-body .ces-public-home .ces-home-visual .keyword-swiper .swiper-button-prev {
  left: 0;
  background: url(../images/common/ico_arrow_left_20_white.svg) no-repeat 50% 50%/2.4rem;
}
.ces-public-body .ces-public-home .ces-home-visual .keyword-swiper .swiper-button-next {
  right: 0;
  background: url(../images/common/ico_arrow_right_20_white.svg) no-repeat 50% 50%/2.4rem;
}
.ces-public-body .ces-public-home .ces-home-visual .visual-card-swiper {
  margin: 6.2rem -2rem 0;
}
.ces-public-body .ces-public-home .ces-home-visual .btn-hashtag {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0.8rem 1.6rem;
  border-radius: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  color: #fff;
  white-space: nowrap;
}
.ces-public-body .ces-public-home .ces-home-visual .btn-hashtag:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  border-radius: 2rem;
  width: 100%;
  height: 100%;
  box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.08);
  background-color: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(1rem);
}
.ces-public-body .ces-public-home .ces-home-visual .btn-hashtag .text {
  position: relative;
  z-index: 2;
  backdrop-filter: none;
}
.ces-public-body .ces-public-home .ces-home-visual .btn-hashtag .icon {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  display: block;
  margin-left: 0.4rem;
  width: 1.6rem;
  height: 1.6rem;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.6rem;
}
.ces-public-body .ces-public-home .ces-home-visual .btn-hashtag .icon.ico-note {
  background-image: url(../images/common/ico_note_white_16.svg);
  backdrop-filter: none;
}
.ces-public-body .ces-public-home .ces-home-visual .box-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  border-radius: 0.8rem;
  background-color: rgba(70, 107, 211, 0.5);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .text {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state {
  display: flex;
  align-items: center;
  margin-top: 0.2rem;
  gap: 0.4rem;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon {
  flex-shrink: 0;
  display: block;
  margin-right: 0.4rem;
  width: 2.4rem;
  height: 2.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2.4rem;
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.sunny {
  background-image: url(../images/common/ico_sanitation_sun.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.cloudy {
  background-image: url(../images/common/ico_sanitation_cloudy00.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.cloudy02 {
  background-image: url(../images/common/ico_sanitation_cloudy02.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.rainy {
  background-image: url(../images/common/ico_sanitation_rainy.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.snowy {
  background-image: url(../images/common/ico_sanitation_snowy.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.rainy01 {
  background-image: url(../images/common/ico_sanitation_rainy_03.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.rainy02 {
  background-image: url(../images/common/ico_sanitation_rainy_01.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.snowy01 {
  background-image: url(../images/common/ico_sanitation_snowy_01.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.smoke {
  background-image: url(../images/common/ico_sanitation_smoke_01.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.lightening {
  background-image: url(../images/common/ico_sanitation_lightening.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.cloudy01 {
  background-image: url(../images/common/ico_sanitation_cloudy01.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.lightening01 {
  background-image: url(../images/common/ico_sanitation_lightening_01.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.rainy03 {
  background-image: url(../images/common/ico_sanitation_rainy_02.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.rainy04 {
  background-image: url(../images/common/ico_sanitation_rainy_03.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.rainy05 {
  background-image: url(../images/common/ico_sanitation_rainy_04.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.cloudy03 {
  background-image: url(../images/common/ico_sanitation_cloudy01.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.sunny01 {
  background-image: url(../images/common/ico_sanitation_sun_01.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.sunny02 {
  background-image: url(../images/common/ico_sanitation_sun_02.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.sunny03 {
  background-image: url(../images/common/ico_sanitation_sun_03.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.sunny04 {
  background-image: url(../images/common/ico_sanitation_sun_04.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.sunny05 {
  background-image: url(../images/common/ico_sanitation_sun_05.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.cloudy02 {
  background-image: url(../images/common/ico_sanitation_cloudy02.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.weather.smoke01 {
  background-image: url(../images/common/ico_sanitation_smoke_02.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.good {
  background-image: url(../images/common/ico_face_blue.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.std {
  background-image: url(../images/common/ico_face_green.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.caution {
  background-image: url(../images/common/ico_face_yellow.svg);
}
.ces-public-body .ces-public-home .ces-home-visual .box-link .state .icon.bad {
  background-image: url(../images/common/ico_face_red.svg);
}
.ces-public-body .ces-public-home .main-list-category {
  margin-top: -3.2rem;
  border-radius: 3.2rem 3.2rem 0 0;
}
.ces-public-body .ces-public-home .main-list-category .ces-list-box {
  margin-top: 2.4rem;
}
.ces-public-body .ces-public-home .main-list-category .ces-list-box.item-col4 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.6rem;
  align-items: flex-start;
  justify-content: center;
}
.ces-public-body .ces-public-home .main-list-category .ces-list-box.item-col4.item-col1 > li {
  width: calc((100% - 0rem) / 1);
}
.ces-public-body .ces-public-home .main-list-category .ces-list-box.item-col4.item-col2 > li {
  width: calc((100% - 1.6rem) / 2);
}
.ces-public-body .ces-public-home .main-list-category .ces-list-box.item-col4.item-col3 > li {
  width: calc((100% - 3.2rem) / 3);
}
.ces-public-body .ces-public-home .main-list-category .ces-list-box.item-col4.item-col4 > li {
  width: calc((100% - 4.8rem) / 4);
}
.ces-public-body .ces-public-home .main-list-category .box-category .icon {
  display: block;
  overflow: hidden;
  margin: auto;
  border-radius: 50%;
  width: 6.4rem;
  height: 6.4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 6.4rem;
}
.ces-public-body .ces-public-home .main-list-category .box-category .icon.restaurant {
  background-image: url(../images/common/img_interest_restaurant.png);
}
.ces-public-body .ces-public-home .main-list-category .box-category .icon.accommodation {
  background-image: url(../images/common/img_interest_accommodation.png);
}
.ces-public-body .ces-public-home .main-list-category .box-category .icon.hospital {
  background-image: url(../images/common/img_interest_hospital.png);
}
.ces-public-body .ces-public-home .main-list-category .box-category .icon.kindergarten {
  background-image: url(../images/common/img_interest_kindergarten.png);
}
.ces-public-body .ces-public-home .main-list-category .box-category .icon.vegetable {
  background-image: url(../images/common/img_interest_food.png);
}
.ces-public-body .ces-public-home .main-list-category .box-category .icon.food {
  background-image: url(../images/common/img_interest_food2.png);
}
.ces-public-body .ces-public-home .main-list-category .box-category .icon.sanitation {
  background-image: url(../images/common/img_interest_sanitation.png);
}
.ces-public-body .ces-public-home .main-list-category .box-category .icon.electronics {
  background-image: url(../images/common/img_interest_electronics2.png);
}
.ces-public-body .ces-public-home .main-list-category .box-category .icon.bug {
  background-image: url(../images/common/img_interest_bug.png);
}
.ces-public-body .ces-public-home .main-list-category .box-category .caption {
  display: block;
  text-align: center;
  margin-top: 0.8rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-home .main-banner-swiper {
  margin-top: 5rem;
}
.ces-public-body .ces-public-home .main-banner-swiper .swiper-pagination.num {
  display: inline-flex;
  top: 0.8rem;
  right: 0.8rem;
  bottom: auto;
  left: auto;
  padding: 0.2rem 0.8rem;
  border-radius: 1.8rem;
  gap: 0.2rem;
  width: auto;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
}
.ces-public-body .ces-public-home .main-banner-swiper .swiper-pagination.num .swiper-pagination-current {
  color: #fff;
}
.ces-public-body .ces-public-home .box-banner {
  display: block;
  width: 100%;
  height: auto;
}
.ces-public-body .ces-public-home .box-banner img {
  display: block;
  width: 100%;
}
.ces-public-body .ces-public-home .main-virtual {
  padding: 0 2rem 3.7rem;
}
.ces-public-body .ces-public-home .main-virtual .item-tour {
  display: block;
  position: relative;
}
.ces-public-body .ces-public-home .main-virtual .item-tour .wrap-virtual-img img {
  width: 100%;
}
.ces-public-body .ces-public-home .main-virtual .item-tour .list-ces-badge {
  position: absolute;
  bottom: -3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 50%;
  transform: translateX(-50%);
  gap: 0.4rem;
}
.ces-public-body .ces-public-home .main-virtual .item-tour .list-ces-badge li {
  width: 8rem;
  height: auto;
}
.ces-public-body .ces-public-home .main-virtual .item-tour .list-ces-badge li .img-ces-solution {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.ces-public-body .ces-public-home .ces-tab-chip .list-tab-btn li:not(li:first-child) .btn-tab-list span {
  padding: 0.6rem 2rem;
}
.ces-public-body .ces-public-home .main-recommendation .wrap-swiper-recommendation {
  position: relative;
}
.ces-public-body .ces-public-home .main-recommendation .wrap-swiper-recommendation .swiper-bg {
  position: absolute;
  overflow: hidden;
  width: 100%;
}
.ces-public-body .ces-public-home .main-recommendation .wrap-swiper-recommendation .swiper-bg .wrap-swiper-bg {
  position: relative;
  height: 25.4rem;
  filter: blur(2px);
  transform: translate3d(0, 0, 0);
}
.ces-public-body .ces-public-home .main-recommendation .wrap-swiper-recommendation .swiper-bg .wrap-swiper-bg::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.ces-public-body .ces-public-home .main-recommendation .wrap-swiper-recommendation .swiper-bg .wrap-swiper-bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper {
  position: relative;
  padding-top: 7.4rem;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-slide .info-tag {
  display: inline-flex;
  position: absolute;
  top: -4.2rem;
  left: 50%;
  padding: 0.4rem 1.2rem 0.4rem 2.6rem;
  border-radius: 5rem;
  border: 0.1rem solid rgba(255, 255, 255, 0.4);
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url(../images/common/ico_location_default.svg);
  background-repeat: no-repeat;
  background-position: 1.2rem 50%;
  background-size: 0.9rem;
  transform: translateX(-50%);
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-slide .info-tag .text {
  color: #fff;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.03em;
  font-size: 1.2rem;
  white-space: nowrap;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-slide .info-tag.sharp {
  padding: 0.4rem 1.2rem;
  background-image: none;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-slide .info-tag.sharp + .link .wrap-recommendation-img {
  height: 25rem;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-slide .link {
  display: block;
  margin: 0 2rem;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-slide .ces-btn-bookmark {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 1.8rem;
  right: 3.8rem;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-slide .ces-btn-bookmark input + .ico-bookmark {
  background-image: url(../images/common/ico_bookmark_24.svg);
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-slide .ces-btn-bookmark input:checked + .ico-bookmark {
  background-image: url(../images/common/ico_bookmark_24_blue.svg);
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .wrap-recommendation-img {
  width: auto;
  height: 22rem;
  overflow: hidden;
  border-radius: 0.8rem;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .wrap-recommendation-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .wrap-text-content {
  margin-top: 2rem;
  text-align: center;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .wrap-text-content .wrap-badge {
  margin-bottom: 0.8rem;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .wrap-text-content .title {
  display: block;
  padding: 0 3.2rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.8rem;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .wrap-text-content .wrap-category {
  margin-top: 0.2rem;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .wrap-text-content .wrap-category .category {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #666;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .wrap-text-content .wrap-category .category + .category {
  padding-left: 1.2rem;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .wrap-text-content .wrap-category .category + .category::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0.3rem;
  border-radius: 50%;
  width: 0.3rem;
  height: 0.3rem;
  background: #ccc;
  transform: translateY(-50%);
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .wrap-text-content .wrap-icon-text {
  margin-top: 0.4rem;
  height: 2rem;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .wrap-text-content .wrap-icon-text .cesco-ico-star {
  display: inline-block;
  padding-left: 2rem;
  height: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 1.6rem;
  width: auto;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .wrap-text-content .wrap-icon-text .cesco-ico-star.on {
  background-image: url(../images/common/ico_rate_star_16_blue.svg);
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .wrap-text-content .wrap-icon-text .detail {
  display: inline-block;
  margin-left: 0.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
  color: #888;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-button-prev,
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-button-next {
  top: auto;
  bottom: 3rem;
  width: 2.4rem;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-button-prev {
  left: 2.8rem;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-button-prev:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_arrow_left_24.svg) no-repeat 50% 50%/100%;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-button-prev:after {
  display: none;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-button-next {
  right: 2.8rem;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-button-next:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_arrow_right_24.svg) no-repeat 50% 50%/100%;
}
.ces-public-body .ces-public-home .main-recommendation .main-recommendation-swiper .swiper-button-next:after {
  display: none;
}
.ces-public-body .ces-public-home .wrap-sanitation-quiz {
  margin-top: 2.7rem;
  padding: 0 2rem;
}
.ces-public-body .ces-public-home .wrap-sanitation-quiz .link-sanitation-quiz {
  display: block;
  overflow: hidden;
  border-radius: 0.8rem;
}
.ces-public-body .ces-public-home .wrap-sanitation-quiz .link-sanitation-quiz img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ces-public-body .ces-public-home .main-magazine .main-magazine-swiper {
  margin: 0 -2rem;
  padding: 0 2rem;
}
.ces-public-body .ces-public-home .main-magazine .main-magazine-swiper .swiper-slide .link {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 0.8rem;
  width: 100%;
  height: 0;
  padding-top: 101.44%;
}
.ces-public-body .ces-public-home .main-magazine .main-magazine-swiper .swiper-slide .link .text {
  position: absolute;
  z-index: 1;
  left: 2rem;
  right: 2rem;
  bottom: 1.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-public-home .main-magazine .main-magazine-swiper .swiper-slide .link img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-home .main-magazine .btn-area {
  margin-top: 2rem;
}
.ces-public-body .ces-public-home .btn-default.btn-more .ico-arrow-right {
  display: inline-flex;
  align-items: center;
  padding-right: 2.2rem;
  background: url(../images/common/ico_arrow_right_16.svg) no-repeat 100% 50%;
  background-size: 1.6rem;
}
.ces-public-body .ces-public-onboarding {
  position: relative;
  background-color: #eceef4;
  margin: -5.6rem 0 -8rem;
  min-height: 100vh;
}
.ces-public-body .ces-public-onboarding .btn-link-text {
  position: absolute;
  top: 5.6rem;
  right: 2rem;
  z-index: 2;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-public-onboarding .swiper-onboarding {
  overflow: hidden;
}
.ces-public-body .ces-public-onboarding .swiper-onboarding .swiper-slide {
  position: relative;
}
.ces-public-body .ces-public-onboarding .swiper-onboarding .swiper-pagination {
  bottom: 4.2rem;
}
.ces-public-body .ces-public-onboarding .swiper-onboarding .swiper-pagination .swiper-pagination-bullet {
  background: #9b9b9b;
}
.ces-public-body .ces-public-onboarding .swiper-onboarding .swiper-pagination .swiper-pagination-bullet-active {
  background: #0089D0;
}
.ces-public-body .ces-public-onboarding .swiper-onboarding .wrap-image img {
  width: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-onboarding .swiper-onboarding .box-wecheck {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 3rem;
  min-height: 24rem;
  padding: 4rem 2rem 4.8rem;
  border-radius: 1.6rem;
  background-color: #fff;
  box-shadow: 0 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.08);
}
.ces-public-body .ces-public-onboarding .swiper-onboarding .box-wecheck .text {
  display: block;
  font-family: "cesco", "Pretendard", sans-serif;
  color: #222;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.3rem;
}
.ces-public-body .ces-public-onboarding .swiper-onboarding .box-wecheck .title {
  display: block;
  margin-top: 1.2rem;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3rem;
  color: #222;
}
.ces-public-body .ces-public-onboarding .swiper-onboarding .box-wecheck .title span {
  font-family: inherit;
}
.ces-public-body .ces-public-onboarding .swiper-onboarding .box-wecheck .btn-default {
  margin-top: auto;
}
.ces-public-body .ces-public-quiz .box-top-text {
  margin: 4rem 0 4rem;
}
.ces-public-body .ces-public-quiz .box-top-text .title {
  font-size: 3.4rem;
  line-height: 3.84rem;
}
.ces-public-body .ces-public-quiz .card-quiz {
  padding: 3.2rem 2rem 4rem;
  border-radius: 0.8rem;
  background-color: #0089D0;
}
.ces-public-body .ces-public-quiz .card-quiz .group-title .label {
  display: block;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 2.2rem;
  color: rgba(255, 255, 255, 0.5);
}
.ces-public-body .ces-public-quiz .card-quiz .group-title .tit-quiz {
  display: block;
  margin-top: 1.6rem;
  font-family: "cesco", "Pretendard", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 2.8rem;
  color: #fff;
}
.ces-public-body .ces-public-quiz .card-quiz .thumb-quiz {
  height: 18rem;
  overflow: hidden;
  margin-top: 4rem;
  border-radius: 0.4rem;
}
.ces-public-body .ces-public-quiz .card-quiz .thumb-quiz img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-quiz .card-quiz .thumb-quiz + .group-answer {
  margin-top: 1.6rem;
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 4rem;
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer > li {
  flex: 1;
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer .ces-quiz-default {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4rem 1.6rem;
  border-radius: 0.8rem;
  background-color: #fff;
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer .ces-quiz-default input[type=radio] + i {
  width: 4.8rem;
  height: 4.8rem;
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer .ces-quiz-default input[type=radio] + i.yes {
  background-image: url(../images/common/ico_quiz_yes_default.svg);
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer .ces-quiz-default input[type=radio] + i.no {
  background-image: url(../images/common/ico_quiz_no_default.svg);
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer .ces-quiz-default input[type=radio] + i + span {
  margin-top: 1.2rem;
  text-align: center;
  min-width: 10rem;
  color: #aaa;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer .ces-quiz-default input[type=radio]:checked + i.yes {
  background-image: url(../images/common/ico_quiz_yes_active.svg);
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer .ces-quiz-default input[type=radio]:checked + i.yes + .txt-answer {
  color: #0089D0;
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer .ces-quiz-default input[type=radio]:checked + i.no {
  background-image: url(../images/common/ico_quiz_no_active.svg);
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer .ces-quiz-default input[type=radio]:checked + i.no + .txt-answer {
  color: #ee3124;
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer .ces-quiz-choose {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer .ces-quiz-choose input[type=radio] + span {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  width: 100%;
  border-radius: 0.4rem;
  padding: 1.2rem;
  background-color: #fff;
  color: #aaa;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer .ces-quiz-choose input[type=radio] + span i {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url(../images/common/ico_quiz_chk_default.svg);
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer .ces-quiz-choose input[type=radio]:checked + span {
  background-color: #0A233F;
  color: #fff;
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer .ces-quiz-choose input[type=radio]:checked + span i {
  background-image: url(../images/common/ico_quiz_chk_active.svg);
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer.type02 {
  flex-direction: column;
}
.ces-public-body .ces-public-quiz .card-quiz .group-answer.type02 > li {
  width: 100%;
}
.ces-public-body .ces-public-quiz .box-quiz {
  margin-top: 4rem;
  padding: 2rem;
  border: 0.1rem solid #0089D0;
  border-radius: 0.8rem;
  text-align: center;
}
.ces-public-body .ces-public-quiz .box-quiz .copy {
  color: #0089D0;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-public-quiz .box-quiz .text {
  display: block;
  margin-top: 0.4rem;
  color: #666;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.7rem;
}
.ces-public-body .ces-public-quiz .box-quiz.error {
  border: 0.1rem solid #ee3124;
}
.ces-public-body .ces-public-quiz .box-quiz.error .copy {
  color: #ee3124;
}
.ces-public-body .ces-public-quiz .quiz-result {
  margin: 2.4rem 0 4rem;
}
.ces-public-body .ces-public-quiz .quiz-result .title {
  display: block;
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2rem;
}
.ces-public-body .ces-public-quiz .quiz-result .text {
  display: block;
  color: #666;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2rem;
}
.ces-public-body .ces-public-coach {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}
.ces-public-body .ces-public-coach .dim {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 100dvh;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 41.15%, rgba(0, 0, 0, 0.8) 123.85%);
}
.ces-public-body .ces-public-coach .coach-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.ces-public-body .ces-public-coach .coach-wrap .coach-content {
  width: 100%;
}
.ces-public-body .ces-public-coach .coach-wrap .coach-content .coach-main {
  position: relative;
  width: 100%;
  height: 100vh;
}
.ces-public-body .ces-public-coach .coach-wrap .coach-content .coach-main .wrap-image {
  position: absolute;
}
.ces-public-body .ces-public-coach .coach-wrap .coach-content .coach-main .wrap-image img {
  width: 100%;
  object-fit: cover;
}
.ces-public-body .ces-public-coach .coach-wrap .coach-content .coach-main .wrap-image.coach-1 {
  top: 11rem;
  left: 50%;
  width: 88.88888%;
  max-width: 32rem;
  transform: translateX(-50%);
}
.ces-public-body .ces-public-coach .coach-wrap .coach-content .coach-main .wrap-image.coach-2 {
  top: 20.8rem;
  left: 50%;
  width: 52.22222%;
  max-width: 18.8rem;
  transform: translateX(-50%);
}
.ces-public-body .ces-public-coach .coach-wrap .coach-content .coach-main .wrap-image.coach-3 {
  top: 30.6rem;
  left: 50%;
  width: 34.44444%;
  max-width: 12.4rem;
  transform: translateX(-50%);
}
.ces-public-body .ces-public-coach .coach-wrap .coach-content .coach-main .wrap-image.coach-4 {
  bottom: 2.4rem;
  left: 4.8rem;
  width: 56.1111%;
  max-width: 20.4rem;
}
.ces-public-body .ces-public-coach .coach-wrap .bottom-util {
  position: fixed;
  left: 0;
  top: 2.2rem;
  width: 100%;
  height: 2.4rem;
  padding: 0 2rem;
}
.ces-public-body .ces-public-coach .coach-wrap .bottom-util .ces-input-group .ces-checkbox-circle input[type=checkbox] + i + span {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}
.ces-public-body .ces-public-coach .coach-wrap .bottom-util .btn-coach-close {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url(../images/common/ico_close_white_24.svg) no-repeat center/cover;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ces-public-body .ces-public-authority {
  padding-top: 4rem;
}
.ces-public-body .ces-public-authority .authority-list {
  margin-top: 4rem;
}
.ces-public-body .ces-public-authority .authority-list > li {
  display: flex;
  align-items: center;
  padding: 1.6rem 0;
  border-bottom: 0.1rem solid #e5e5e5;
}
.ces-public-body .ces-public-authority .authority-list > li .ico {
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 1.6rem;
}
.ces-public-body .ces-public-authority .authority-list > li .ico img {
  width: 2.4rem;
}
.ces-public-body .ces-public-authority .authority-list > li .text {
  line-height: 2.2rem;
  font-size: 1.6rem;
  font-weight: 500;
}
.ces-public-body .ces-public-authority .authority-list > li .text > span {
  display: block;
  margin-top: 0.4rem;
  line-height: 2rem;
  color: #888;
  font-size: 1.4rem;
  font-weight: 400;
}
.ces-public-body .ces-splash-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: #0A233F;
}
.ces-public-body .ces-splash-box img {
  width: 25rem;
}
@media (max-width: 35.9rem) {
  .ces-public-body .ces-public-home .title-main .title {
    font-size: 3.2rem;
  }
  .ces-public-body .ces-public-home .ces-tab-chip .list-tab-btn li:not(li:first-child) .btn-tab-list span {
    padding: 0.6rem 1.2rem;
  }
}

/*--------------------------*/
/* 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;
}

.ces-public-body {
  /*--------------------------*/
  /* saml app					*/
  /*--------------------------*/
}
@media (min-width: 992px) {
  .ces-public-body.has-control-menu .ces-public-wrap {
    top: 56px;
  }
  .ces-public-body.has-control-menu .ces-public-wrap .ces-public-header {
    top: 56px;
  }
  .ces-public-body.has-control-menu .ces-public-wrap .ces-public-header .all-menu {
    top: 56px;
  }
}
.ces-public-body #portlet_please-select-your-identity-provider {
  display: none;
}
.ces-public-body #portlet_single-sign-out {
  display: none;
}

/*--------------------------*/
/* temp fix					*/
/*--------------------------*/
.ces-public-body .ces-search-sheet .wrap-filter-btn .list-filter-tab {
  justify-content: space-around;
}

.portlet-layout .portlet-header {
  margin-bottom: 0 !important;
}

.bg-blue {
  background-color: #0089D0 !important;
}

/*--------------------------*/
/* 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.01);
  z-index: 1001;
}

.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;
  }
}