/* 공통 */
[class*="image__cover_"] {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
[class*="image__cover_"].bg-contain {
  background-size: contain;
}
[class*="image__cover_"]::after {
  content: "";
  display: block;
}
.image__cover_1_1::after {
  padding-top: 100%;
}
.image__cover_16_9::after {
  padding-top: calc(100% / 16 * 9);
}
.image__cover_4_3::after {
  padding-top: calc(100% / 4 * 3);
}
.image__cover_3_2::after {
  padding-top: calc(100% / 3 * 2);
}
.image__cover_2_1::after {
  padding-top: calc(100% / 2 * 1);
}
.image__cover_130 {
  padding-top: 130%;
}
.image__cover_1_2::after {
  padding-top: calc(100% / 1 * 2);
}
.none-img {
  background-color: #f9f9f9;
  background-image: url(/assets/common/img/user/image_icon.png);
  background-size: 14%;
  background-position: center;
  background-repeat: no-repeat;
}
.board-write-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.board-write-wrap .btn + .btn {
  margin-left: 5px;
}
.content-none {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
}
.content-none i,
.content-none img {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 2rem;
}
.required::after {
  content: "*";
  display: inline-block;
  color: #ff1212;
  padding-left: 2px;
}
.parsley-errors-list {
  margin-top: 10px;
  color: var(--bs-error-color);
  font-size: 15px;
  font-weight: 500;
}
/* 모달 */
.modal-xl {
  width: 1080px;
}
@media (max-width: 1200px) {
  .modal-xl {
    width: 95%;
    margin: 10px 0;
  }
}
.modal-xxl {
  width: 1380px;
}
@media (max-width: 1400px) {
  .modal-xxl {
    width: 95%;
    margin: 10px 0;
  }
}
.modal-xxxl {
  width: 1780px;
}
@media (max-width: 1800px) {
  .modal-xxxl {
    width: 95%;
    margin: 10px 0;
  }
}
.modal .modal-header {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}
.modal .modal-header .btn-close {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0;
  width: 32px;
  height: 32px;
  background: none;
  opacity: 0.6;
  font-size: 18px;
}
.modal .modal-header .btn-close:hover {
  opacity: 1;
}
.modal .modal-header .btn-close::after {
  font-family: "Font Awesome 6 pro";
  content: "\f00d";
  font-weight: 900;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
}
.modal-footer {
  padding: 1rem 1.25rem;
}
.modal-body table {
  width: 100%;
  margin-bottom: 10px;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
  margin: 8px auto;
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-dialog-centered {
    margin: 0 auto;
  }
}
/* 버튼 */
button.btn-full-small,
a.btn-full-small {
  padding: 0px;
  line-height: 34px;
  font-size: 12px;
  color: #fff;
  background-color: var(--bs-inverse);
  border-radius: 99px;
  border: 1px solid var(--bs-inverse);
  transition: 0.2s;
  font-weight: 500;
}
button.btn-full-small:hover,
button.btn-full-small:focus,
a.btn-full-small:hover,
a.btn-full-small:focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
button.btn-full-line-small,
a.btn-full-line-small {
  padding: 0px;
  line-height: 34px;
  font-size: 12px;
  color: #fff;
  background-color: #fff;
  border-radius: 99px;
  border: 1px solid var(--bs-inverse);
  transition: 0.2s;
  font-weight: 500;
}
button.btn-full-line-small:hover,
button.btn-full-line-small:focus,
a.btn-full-line-small:hover,
a.btn-full-line-small:focus {
  background-color: #f1f1f1;
  border-color: var(--bs-inverse);
}
button.btn-full-small:disabled,
a.btn-full-small:disabled {
}
button.btn-full-medium,
a.btn-full-medium {
  padding: 0px 2rem;
  font-size: 1rem;
  line-height: 3rem;
  color: #fff;
  background-color: var(--bs-inverse);
  border-radius: 99px;
  border: 1px solid var(--bs-inverse);
  transition: 0.2s;
  font-weight: 500;
}
button.btn-full-medium:hover,
button.btn-full-medium:focus,
a.btn-full-medium:hover,
a.btn-full-medium:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}
button.btn-full-line-medium,
a.btn-full-line-medium {
  padding: 0px 2rem;
  font-size: 1rem;
  line-height: 3rem;
  color: #111;
  background-color: var(--bs-white);
  border-radius: 99px;
  border: 1px solid var(--bs-inverse);
  transition: 0.2s;
  font-weight: 500;
}
button.btn-full-line-medium:hover,
button.btn-full-line-medium:focus,
a.btn-full-line-medium:hover,
a.btn-full-line-medium:focus {
  background-color: var(--bs-gray-10);
  border-color: var(--bs-inverse);
}
button.btn-full-medium:disabled,
a.btn-full-medium:disabled {
}
button.btn-full-line-large,
a.btn-full-line-large {
  padding: 0px 2.6rem;
  line-height: 3.6rem;
  font-size: 16px;
  color: var(--bs-white);
  background-color: #fff;
  border-radius: 99px;
  border: 1px solid var(--bs-inverse);
  transition: 0.2s;
  font-weight: 500;
}
button.btn-full-line-large:hover,
button.btn-full-line-large:focus,
a.btn-full-line-large:hover,
a.btn-full-line-large:focus {
  background-color: var(--bs-gray-10);
  border-color: var(--bs-inverse);
}
button.btn-large,
a.btn-large {
  padding: 0px 2.6rem;
  line-height: 3.6rem;
  font-size: 16px;
  border-radius: 99px;
  transition: 0.2s;
  font-weight: 500;
}
button.btn-full-large,
a.btn-full-large {
  padding: 0px 2.6rem;
  line-height: 3.6rem;
  font-size: 1.15rem;
  color: #fff;
  background-color: var(--bs-inverse);
  border-radius: 99px;
  border: 1px solid var(--bs-inverse);
  transition: 0.2s;
  font-weight: 500;
}
button.btn-full-large:hover,
button.btn-full-large:focus,
a.btn-full-large:hover,
a.btn-full-large:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}
button.btn-full-large:disabled,
a.btn-full-large:disabled {
}
a.btn-line-small,
button.btn-line-small {
  padding: 0 6px;
  font-size: 12px;
  line-height: 34px;
  color: #111;
  box-shadow: 0 0 0 0.5px var(--bs-inverse) inset;
  border-radius: 99px;
  text-align: center;
  background: #fff;
  font-weight: 700;
  transition: 0.2s;
  font-weight: 500;
}
a.btn-line-small:hover,
button.btn-line-small:hover,
span.btn-line-small:hover {
  background-color: #f1f3f5;
}
a.btn-line-medium,
button.btn-line-medium {
  padding: 0px 2rem;
  font-size: 1rem;
  line-height: 3rem;
  color: #111;
  box-shadow: 0 0 0 0.5px var(--bs-inverse) inset;
  border-radius: 99px;
  text-align: center;
  background: #fff;
  font-weight: 700;
  transition: 0.2s;
  font-weight: 500;
}
a.btn-line-medium:hover,
button.btn-line-medium:hover,
span.btn-line-medium:hover {
  background-color: var(--bs-gray-10);
}
a.btn-line-large,
button.btn-line-large,
span.btn-line-large {
  padding: 0px 2.6rem;
  font-size: 1.15rem;
  line-height: 3.6rem;
  color: #111;
  box-shadow: 0 0 0 0.5px var(--bs-inverse) inset;
  border-radius: 99px;
  text-align: center;
  background: #fff;
  font-weight: 700;
  transition: 0.2s;
  font-weight: 500;
}
a.btn-line-large:hover,
button.btn-line-large:hover,
span.btn-line-large:hover {
  background-color: var(--bs-gray-10);
}
@media (max-width: 768px) {
  .button.btn-full-large,
  a.btn-full-large {
    padding: 0 12px;
    font-size: 14px;
  }
}
/* 게시판 search */
.searchWrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 15px;
}
.searchWrap .searchCount {
  font-size: 16px;
}
.searchWrap .searchTitle {
  font-weight: 700;
  font-size: 18px;
}
.searchWrap .searchMore {
  font-size: 16px;
}
.searchWrap .searchMore i {
  margin-left: 4px;
}
.searchWrap .searchContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.searchWrap .searchSelect.bootstrap-select {
  margin-right: 10px;
}
.searchWrap .searchSelect.bootstrap-select:last-child {
  margin-right: 0;
}
.searchWrap .searchSelect > .dropdown-toggle {
  height: 100%;
  padding: 12px 20px;
  font-size: 15px;
}
.searchWrap .searchSelect > .dropdown-toggle:focus {
  outline: none !important;
}
.searchWrap .searchSelect .dropdown-menu {
  padding: 0;
}
.searchWrap .searchSelect .dropdown-menu > li > a {
  padding: 12px 20px;
  font-size: 15px;
}
.searchWrap .searchSelect .dropdown-menu > li.selected > a {
  background-color: #f5f5f5;
  outline: none;
}
.searchWrap .searchSelect .dropdown-menu > li.selected > a:focus {
  outline: none !important;
}
.searchWrap .searchForm {
  position: relative;
}
.searchWrap .searchForm .searchInput {
  height: 52px;
  width: 100%;
  max-width: 250px;
  padding: 0 50px 0px 20px;
  border: 1px solid transparent;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.searchWrap .searchForm .searchInput:focus {
  outline: none;
  border-color: var(--bs-theme);
  background-color: #fff;
}
.searchWrap .searchForm .search-btn {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  font-size: 17px;
  width: 24px;
  height: 24px;
  background: none;
}

.result-wrap {
}
.result-wrap .result-list + .result-list {
  padding-top: 80px;
}

.dropdown-menu > .active > a {
  /* background-color:var(--bs-theme); */
  color: #333;
  background: none;
}
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.board-mode-list-wrap {
  margin-left: 5px;
  flex: 0 0 auto;
}
.board-mode-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  height: 100%;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 5px;
}
.board-mode-list a {
  width: 40px;
  height: 40px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  font-size: 20px;
  color: #8c8c8c;
}
.board-mode-list a:hover {
  color: #000;
}
.board-mode-list a.on {
  background-color: #fff;
  color: #000;
}
@media (max-width: 768px) {
  .searchWrap {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }
  .searchWrap .searchMore {
    font-size: 14px;
  }
  .searchWrap .searchContent {
    margin-top: 12px;
    width: 100%;
    flex-wrap: wrap;
  }
  .searchWrap .searchForm {
    width: 100%;
  }
  .searchWrap .searchForm .searchInput {
    max-width: 100%;
    height: 48px;
    font-size: 15px;
    padding: 0px 36px 0 12px;
  }
  .searchWrap .searchForm .search-btn {
    right: 8px;
    font-size: 13px;
    width: 21px;
    height: 21px;
  }
  .searchWrap .searchSelect > .selectpicker {
    height: 40px;
    padding: 0;
    padding-left: 12px;
    padding-right: 24px;
    font-size: 13px;
  }
  .searchWrap .searchSelect.bootstrap-select {
    margin-right: 0;
    margin-bottom: 5px;
    width: 100% !important;
  }
  .searchWrap .searchSelect .dropdown-menu > li > a {
    font-size: 12px;
  }
  .board-mode-list-wrap {
    margin-left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
  }
}
/* 글 작성 & 입력 form 관련 */
#writeContainer {
  width: 100%;
  flex: 1;
  position: relative;
  background-color: #fff;
}
.edit-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding-top: 85px;
}
.edit-wrap .edit-head {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  padding: 20px 50px;
  background-color: #fff;
  z-index: 99;
}
.edit-wrap .edit-head.fix {
  position: fixed;
  top: 0;
  left: 0;
}
.edit-head-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 170px;
}
.edit-head-btn-group {
  display: flex;
}
.edit-btn {
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  color: #767676;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  transition: background-color 0.2s;
  margin-right: 5px;
}
.edit-btn i {
  margin-right: 8px;
}
.edit-btn:hover {
  color: #111;
  background-color: #f1f1f1;
}
.edit-submit {
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  text-align: center;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
  background-color: var(--bs-theme);
  border-radius: 4px;
  border: 0;
  transition: background-color 0.2s;
}
.edit-submit:hover {
  background-color: var(--bs-theme-hover);
}
.edit-wrap .edit-body {
  background: #fff;
  padding-top: 38px;
  padding-bottom: 50px;
}
.cover-wrap {
  margin-bottom: 20px;
}
.cover-upload-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 450px;
  margin: 0 auto;
  background-color: #f3f5f8;
}
.cover-upload-wrap::after {
  content: "";
  display: block;
  padding-top: 100%;
  width: 100%;
}
.cover-upload {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  max-width: 450px;
  max-height: 450px;
  background-color: #f3f5f8;
  padding: 25px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cover-upload h5 {
  font-size: 15px;
  margin-bottom: 5px;
}
.cover-upload p {
  line-height: 1.4;
  margin-bottom: 5px;
  font-size: 14px;
  opacity: 0.7;
}
.cover-upload .cover-upload-btn {
  margin-top: 20px;
  display: inline-block;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  background-color: #a3adbc;
  border-radius: 4px;
  color: #fff;
  transition: background-color 0.2s;
}
.cover-upload:hover .cover-upload-btn {
  background-color: #808ea1;
}
.cover-upload-wrap .cover_img {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-color: #f3f5f8;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.cover-upload-wrap .cover_img canvas {
  width: 100%;
  height: auto;
}
.cover-change-btn {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  bottom: 10px;
  right: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 20px;
  border-radius: 4px;
}
.cover-change-btn:hover,
.cover-change-btn:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 1);
}
.edit-form-title {
  position: relative;
}
.edit-form-control {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-size: 32px;
  padding: 15px 0px;
  font-weight: 700;
  color: #111;
}
.edit-form-control:focus {
  outline: none;
}
.edit-form-control::placeholder {
  color: #b4b4b4;
}
.edit-form-title .edit-form-control {
  padding-right: 65px;
}
.edit-form-title .edit_limit {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 300;
  color: #979797;
}
.editor-content {
  margin-top: 30px;
}
.editor-content.borad-editor-content {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.editor-content.popup-editor-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.editor-content .ck.ck-editor__main {
  margin-top: 10px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.28);
  font-size: 16px;
  line-height: 1.6;
}
.editor-content .ck.ck-editor__top .ck-sticky-panel .ck-toolbar {
  background-color: #fff;
  border: 1px solid #ddd;
}
.editor-content .ck.ck-button:not(.ck-disabled):hover,
a.ck.ck-button:not(.ck-disabled):hover,
.editor-content .ck.ck-button.ck-on:not(.ck-disabled):hover,
.editor-content a.ck.ck-button.ck-on:not(.ck-disabled):hover,
.editor-content .ck.ck-button.ck-on,
a.ck.ck-button.ck-on {
  background-color: #f5f5f5;
}

.editor-content .ck.ck-dropdown__panel {
  box-shadow: 0px 4px 10px rgb(0 0 0 / 5%);
  border: 1px solid #eee;
}
.editor-content .ck.ck-list__item .ck-button.ck-on {
  background-color: #d9d9d9;
  color: #111;
}
.editor-content .ck.ck-list__item .ck-button.ck-on:hover:not(.ck-disabled) {
  background-color: #d2d2d2;
}
.editor-content .ck-editor__editable {
  min-height: 300px;
  border: 0 !important;
}
.editor-content.popup-editor-content .ck-editor__editable {
  min-height: 200px;
}
.editor-content .ck-editor__editable p {
  margin-bottom: 10px;
}
.editor-content
  .ck.ck-editor__editable:not(.ck-editor__nested-editable).ck-focused {
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.editor-content .media,
.editor-content .media-body {
  overflow: visible;
}
.editor-content a {
  color: var(--bs-primary);
}

.edit-form-group {
  display: flex;
  padding: 8px 0;
}
.edit-form-group .edit-control-label {
  width: 130px;
  flex: 0 0 auto;
  font-weight: 500;
  font-size: 15px;
}
.edit-form-group .edit-form-group-content {
  flex: 1 0 0px;
}
.edit-form-group-check {
  display: flex;
  flex-wrap: wrap;
}
.edit-form-group .ui-widget.ui-widget-content {
  border-color: #ccc;
}
.edit-form-group .form-control {
  height: 46px;
}
.edit-form-group textarea.form-control {
  height: 120px;
}
.form-check-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-bottom: 12px;
  cursor: pointer;
  user-select: none;
}
.form-check-label input {
  width: 22px;
  height: 22px;
  margin: 0;
  border-radius: 3px;
  margin-right: 8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  border: 1px solid #ccc;
  cursor: pointer;
}
.form-check-label input:focus {
  outline: none;
}
.form-check-label input[type="checkbox"] {
}
.form-check-label input[type="checkbox"]:checked {
  background-color: var(--bs-theme);
  border-color: var(--bs-theme);
  background-image: url(/assets/common/img/basic/check_white.svg);
  background-position: center center;
  background-repeat: no-repeat;
}
.form-check-label input[type="radio"] {
  border-radius: 50%;
}
.form-check-label input[type="radio"]:checked {
  background-color: var(--bs-theme);
  border-color: var(--bs-theme);
  background-image: url(/assets/common/img/basic/round_white.svg);
  background-size: 12px;
  background-position: center center;
  background-repeat: no-repeat;
}
textarea.form-control {
  resize: vertical;
}
.my-dropzone {
  border: 2px dashed #ddd !important;
  background: #fff;
  border-radius: 6px;
  cursor: pointer;
  min-height: 100px !important;
  padding: 20px;
}
.my-dropzone .dz-message {
  font-weight: 300;
  color: inherit;
  font-size: 2.03125rem;
  text-align: center;
  margin: 1rem 0 !important;
  transition: all 0.3s ease-in-out;
}
.my-dropzone.dz-started .dz-message {
  display: flex !important;
  margin: 0 !important;
  text-align: left;
  align-items: center;
}
.my-dropzone.dz-started .dz-message i {
  font-size: 18px;
  margin-right: 5px;
}
.my-dropzone.dz-started .dz-message h4 {
  margin: 0;
  font-size: 15px;
  color: #454545;
  margin-left: 5px;
}
.my-dropzone .dz-preview .dz-image {
  border: 1px solid #e9e9e9;
}
.my-dropzone .dz-preview .dz-remove {
  color: #141414;
  font-size: 14px;
  padding: 3px 8px;
  margin-top: 3px;
}
.loading-background {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9999;
}
.loading-background .loader-box {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  flex-direction: column;
  color: #fff;
  text-align: center;
}
.loading-background .loader-box svg {
  width: 47px;
}
.loading-background .loader-box p {
  font-size: 16px;
  margin-top: 25px;
}
/* 신청 */
.form-container {
  margin-top: 80px;
}
.form-write-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
}
.form-item {
  margin-bottom: 30px;
}
.form-item-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
.form--box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.form--inputgroup {
  position: relative;
  flex: 1 0 0;
}
.form--label {
  display: inline-block;
  width: 180px;
  margin-right: 15px;
  margin-bottom: 0;
  line-height: 40px;
  flex: 0 0 auto;
  font-size: 16px;
  color: #404040;
  font-weight: 500;
}
.form--box .form-control,
.form--box .form-control.bootstrap-select {
  width: 100%;
  height: 46px;
  margin-bottom: 8px;
  font-size: 16px;
}
.form--box .form-control.bootstrap-select > button {
  height: 100%;
  font-size: 16px;
}
.form--box .form-control.bootstrap-select > button:focus {
  outline: none !important;
}
.form--box .form-control:focus {
  border-color: var(--bs-theme);
}
.form-address-search {
  display: flex;
}
.form-address-search .form-address-search-btn {
  background-color: var(--bs-theme);
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  flex: 0 0 auto;
  width: 80px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  border-radius: 4px;
  margin-left: 5px;
}
.icon-input {
  position: relative;
}
.icon-input .form-control {
  position: relative;
  padding-right: 46px;
}
.icon-input .form-control[readonly] {
  background-color: #fff;
}
.icon-input .icon-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  font-size: 16px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  user-select: none;
}
.form--box .won_price {
  font-size: 14px;
  color: #767676;
  width: 100%;
}
.form--box .my-dropzone {
  width: 100%;
}
.form-refer {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
  color: #ff2c2c;
}
.form--check-box-inline {
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 6px;
}
.form--check-input {
  display: none;
}
.form--check-la {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccd0d4;
  user-select: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  border-radius: 4px;
  margin-bottom: 8px;
}
.form--check-la.form--check-la-inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  width: auto;
  min-width: 100px;
}
.form--check-input:checked + .form--check-la {
  border: 1px solid var(--bs-theme);
  color: var(--bs-theme);
}
.form--check-la .ck-b {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #ccd0d4;
  margin-right: 8px;
}
.form--check-input[type="radio"] + .form--check-la .ck-b {
  border-radius: 50%;
}
.form--check-input:checked + .form--check-la .ck-b {
  border-color: var(--bs-theme);
  background-color: var(--bs-theme);
}
.form--check-input:checked + .form--check-la .ck-b::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 10px;
  color: #fff;
  line-height: 1;
}
.form--box .form-control .form-selectpicker {
  height: 100%;
  background-color: #fff;
  border: 1px solid #ccd0d4;
  font-size: 16px;
}
.form--box .form-control .form-selectpicker:focus,
.form--box .btn-group.open .dropdown-toggle {
  outline: none !important;
  box-shadow: none;
}
.form--box .btn-group.open .dropdown-toggle {
  background-color: #f5f5f5;
  border-color: var(--bs-theme);
}
.form--box .form-control .dropdown-menu {
  font-size: 15px;
  box-shadow: 0px 3px 8px rgb(0 0 0 / 10%);
}
.form--box .form-control .dropdown-menu .bs-searchbox .form-control {
  height: 34px;
}
.form--box .form-control .dropdown-menu > li > a {
  padding: 8px 12px;
}
.form--box .form-control .dropdown-menu > li > a:focus,
.form--box .form-control .form-selectpicker .dropdown-menu > li > a:hover {
  outline: none;
}
.greement-info {
  display: block;
  width: 100%;
  min-height: 120px;
  border: 1px solid #ccd0d4;
  background-color: #f5f5f5;
  padding: 6px 12px;
  border-radius: 4px;
  overflow-y: auto;
  line-height: 1.7;
  color: #767676;
}
.form-doWrite-box {
  margin: 30px 0;
  text-align: center;
}
.form-doWrite-btn {
  display: inline-block;
  max-width: 220px;
  width: 100%;
  line-height: 64px;
  text-align: center;
  font-size: 21px;
  font-weight: 500;
  color: #111;
  border: 1px solid #111;
  border-radius: 99px;
  background-color: #fff;
  padding: 0;
  transition: 0.2s;
}
.form-doWrite-btn:hover {
  background-color: #000;
  color: #fff;
}
.form-info-box {
  margin-top: 10px;
  padding: 12px 18px;
  background-color: #f1f2f3;
  border-radius: 8px;
}
.form-info-box > p {
  font-weight: 700;
}
.form-info-box > span {
  display: inline-block;
  margin-top: 4px;
  color: #676767;
  word-break: keep-all;
}
.input-iconBox {
  position: relative;
}
.input-iconBox input {
  padding-right: 46px;
}
.input-iconBox .input-icon,
.input-box .input-icon {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 12px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  width: 20px;
}
@media (max-width: 1024px) {
  .form-write-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .form-item-title {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .form--box {
    margin-bottom: 25px;
  }
  .form--label {
    font-size: 15px;
    line-height: 1.6;
    width: 100%;
    margin-bottom: 8px;
  }
  .icon-input .icon-box {
    width: 40px;
    height: 40px;
  }
  .form--box .form-control,
  .form--box .form-control.bootstrap-select {
    height: 40px;
    font-size: 15px;
  }
  .form-address-search .form-address-search-btn {
    font-size: 15px;
    line-height: 40px;
    height: 40px;
    width: 60px;
  }
  .form--check-la {
    font-size: 14px;
  }
  .form-doWrite-btn {
    max-width: 180px;
    line-height: 52px;
    font-size: 18px;
  }
  .form--box .form-control .form-selectpicker {
    font-size: 15px;
  }
  .form--box .form-control .dropdown-menu > li > a {
    font-size: 15px;
  }
}
@keyframes animation {
  0% {
    stroke-dasharray: 1 98;
    stroke-dashoffset: -105;
  }
  50% {
    stroke-dasharray: 80 10;
    stroke-dashoffset: -160;
  }
  100% {
    stroke-dasharray: 1 98;
    stroke-dashoffset: -300;
  }
}
#loading-spinner {
  transform-origin: center;
  animation-name: animation;
  animation-duration: 1.2s;
  animation-timing-function: cubic-bezier;
  animation-iteration-count: infinite;
}
.input-group {
  position: relative;
  width: 100%;
}
.input-group .input-group-addon {
  border-width: 1px 0;
  border-color: #ddd;
}
.bootstrap-timepicker-widget table td input {
  border: 1px solid #ddd;
}
@media (max-width: 768px) {
  .edit-wrap .edit-head {
    padding: 12px 20px;
  }
  .edit-head-logo {
    display: none;
  }
  .edit-head-btn-group {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .edit-submit {
    width: auto;
    padding: 0;
    font-size: 14px;
    height: 36px;
    width: 65px;
  }
  .edit-submit:hover {
    color: #111;
    background-color: #fff;
  }
  .edit-btn {
    width: auto;
    padding: 0;
  }
  .edit-btn span {
    display: none;
  }
  .edit-btn:hover {
    color: #111;
    background-color: #fff;
  }
  .edit-wrap .edit-body {
    padding-top: 20px;
  }
  .cover-upload p {
    font-size: 12px;
  }
  .cover-upload .cover-upload-btn {
    font-size: 13px;
    padding: 8px 18px;
    margin-top: 10px;
  }
  .edit-form-control {
    font-size: 18px;
  }
  .edit-form-title .edit_limit {
    font-size: 13px;
  }
  .edit-form-title .edit-form-control {
    padding-right: 48px;
  }
  .edit-form-group {
    flex-wrap: wrap;
  }
  .edit-form-group .edit-control-label {
    font-size: 15px;
    width: 100%;
  }
  .form-check-label {
    font-size: 15px;
  }
  .editor-content .ck.ck-editor__main {
    font-size: 15px;
  }
  .editor-content .ck-editor__editable {
  }
}
/* 게시판 공통 */

/* 게시판 카테고리 */
@media (min-width: 1025px) {
  .category-tab-bar {
    position: relative;
    margin-bottom: 50px;
  }
  .category-tab {
  }
  .category-tab ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
  }
  .category-tab ul li {
    flex: 0 0 calc(20% - 10px);
    margin: 5px;
  }
  .category-tab ul li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: #f5f5f5;
    height: 56px;
    border-radius: 99px;
    text-align: center;
    padding: 0 15px;
    font-size: 16px;
  }
  .category-tab ul li a.on {
    background-color: var(--bs-theme);
    color: #fff;
  }
  .category-tab-btn-box {
    display: none;
  }
}
@media (max-width: 1024px) {
  .container .category-tab-bar {
    margin-left: -15px;
    margin-right: -15px;
  }
  .category-tab-bar {
    position: relative;
    margin-bottom: 50px;
  }
  .category-tab {
    position: relative;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    padding-right: 40px;
    overflow-x: auto;
  }
  .category-tab ul {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    white-space: nowrap;
  }
  .category-tab li {
    display: inline-block;
    height: 100%;
    padding: 0 15px;
  }
  .category-tab li a {
    position: relative;
    height: 56px;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: #767676;
  }
  .category-tab li a.on {
    color: #000;
  }
  .category-tab li a.on::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: var(--bs-theme);
  }
  .category-tab-btn-box {
    display: block;
  }
  .category-arr-first,
  .category-arr-last {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: calc(100% - 2px);
    color: #ccc;
  }
  .category-arr-last {
    right: 0;
    top: 1px;
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0),
      #fff,
      #fff
    );
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #fff, #fff);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff, #fff);
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff, #fff);
  }
  .category-arr-first {
    left: 0;
    top: 1px;
    background: -webkit-linear-gradient(
      left,
      #fff,
      #fff,
      rgba(255, 255, 255, 0)
    );
    background: -moz-linear-gradient(left, #fff, #fff, rgba(255, 255, 255, 0));
    background: -o-linear-gradient(left, #fff, #fff, rgba(255, 255, 255, 0));
    background: linear-gradient(to right, #fff, #fff, rgba(255, 255, 255, 0));
  }
}
/* 기본 게시판 */
.col-table {
  display: table;
  width: 100%;
  border-top: 2px solid #212121;
}
.col-table-head {
  display: table-header-group;
}
.col-table-body {
  display: table-row-group;
}
.col-table-row {
  display: table-row;
}
.col-table-cell:first-child {
  width: 10%;
}
.col-table-cell:nth-child(2) {
  width: 90%;
}
.col-table-cell {
  display: table-cell;
  padding: 32px 16px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #222;
  border-bottom: 1px solid #ddd;
}
.col-table-head .col-table-cell {
  padding: 20px 16px;
  font-weight: 700;
  background-color: #fafafa;
}
.noti-list .col-table-cell {
  padding: 16px;
}
.col-table-head .col-table-cell.divide {
  padding: 0;
}
.col-table-cell .divide-table {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  padding: 20px 0;
}
.col-table-cell .divide-table .table-cell {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  word-break: break-all;
}
.noti-list .col-table-cell:nth-child(2) .table-cell:first-child {
  width: 68%;
}
.video-list .col-table-cell:nth-child(2) .table-cell:first-child {
  width: 56%;
}
.consulting-list .col-table-cell:nth-child(2) .table-cell:first-child {
  width: 48%;
}
.noti-list .col-table-cell:nth-child(2) .table-cell:first-child ~ .table-cell {
  flex: 1;
}
.noti-list .col-table-cell.notice-num {
  width: 11%;
}
.noti-list .col-table-cell:nth-child(2) {
  width: 90%;
}
.noti-list .col-table .divide {
  padding: 0;
}
.noti-list .col-table .notice-num {
  font-weight: 500;
  color: #212121;
}
.noti-list .col-table .notice-num .notice-num-icon {
  font-size: 10px;
  background-color: #212121;
  color: #fff;
  display: inline-flex;
  height: 21px;
  width: 21px;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.noti-list .col-table .noti-title {
  text-align: left;
  justify-content: flex-start;
  flex-wrap: wrap;
  font-size: 17px;
  font-weight: 500;
}
.noti-list .col-table .noti-date,
.noti-list .col-table .noti-pv,
.noti-list .col-table .noti-name {
  color: #767676;
}
/* .noti-list .noti-title .noti-link {
	font-weight: 700;
	color:#212121;
} */
.noti-list .noti-badge {
  display: inline-block;
  font-size: 12px;
  background-color: #212121;
  color: #fff;
  padding: 2px 4px;
}
.noti-list .noti-category-list {
  width: 100%;
  font-weight: 400;
  font-size: 13px;
}
.noti-list .noti-category-list .noti-category {
  margin-right: 5px;
  margin-bottom: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 99px;
  color: #767676;
}
.noti-list .noti-category-list .noti-category.success {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}
.noti-list .noti-category-list .noti-category.ing {
  border-color: #a57c36;
  color: #a57c36;
}
.notice-num-icon {
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  background-color: var(--bs-inverse);
  color: #fff;
  font-size: 10px;
  margin-right: 5px;
  margin-top: -4px;
  vertical-align: middle;
  border-radius: 2px;
}
.video-list-popup-btn {
  font-size: 24px;
}
.video-list-popup-btn span {
  display: none;
}
@media (max-width: 1024px) {
  .noti-list .col-table-head {
    display: none;
  }
  .noti-list .col-table-cell.notice-num {
    width: 13%;
  }
  .noti-list .col-table-cell:nth-child(2) .table-cell {
    position: relative;
    float: left;
  }
  .noti-list .col-table-cell:nth-child(2) .table-cell:first-child {
    width: 100%;
  }
  .noti-list .col-table-cell:nth-child(2) .table-cell:nth-child(2) {
    width: auto;
  }
  .noti-list .col-table-cell:nth-child(2) .table-cell:nth-child(n + 3)::before {
    position: absolute;
    top: 59%;
    left: 0;
    width: 1px;
    height: 50%;
    background: #ccc;
    transform: translateY(-50%);
    content: "";
  }
  .video-list .col-table-cell:nth-child(2) .table-cell:nth-child(3)::before {
    display: none;
  }
  .noti-list .col-table-cell:nth-child(2) .table-cell .txt {
    display: inline-block;
    margin-top: 4px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.35px;
    color: #888;
  }
  .noti-list .col-table-cell:nth-child(2) .table-cell.noti-date .txt::before {
    content: "등록일 : ";
    display: inline-block;
  }
  .noti-list .col-table-cell:nth-child(2) .table-cell.noti-pv .txt::before {
    content: "조회수 : ";
    display: inline-block;
  }
  .noti-list .col-table-row {
    position: relative;
    display: block;
    padding: 20px 5px;
    border-bottom: 1px solid #ddd;
  }
  .col-table-row.is-video {
    padding-bottom: 70px;
  }
  .noti-list .col-table-cell {
    display: block;
    border: 0;
  }
  .noti-list .col-table-cell:nth-child(2) {
    width: 100%;
  }
  .noti-list .col-table-cell.notice-num {
    width: 100%;
    text-align: left;
    padding: 0;
    font-size: 12px;
  }
  .noti-list .col-table-cell.notice-num > p::before {
    content: "No. ";
  }
  .col-table-cell .divide-table {
    flex-wrap: wrap;
    padding: 0;
  }
  .noti-list .col-table-cell .noti-title {
    margin-top: 8px;
    font-size: 16px;
  }
  .noti-list .noti-badge,
  .noti-list .noti-category-list {
    font-size: 10px;
  }
  .noti-list .col-table .notice-num .notice-num-icon {
    font-size: 10px;
    height: 18px;
    width: 18px;
  }
  .noti-list .col-table-cell:nth-child(2) .table-cell .txt {
    font-size: 13px;
  }
  .noti-list .col-table-cell:nth-child(2) .table-cell:nth-child(n + 3) {
    padding-left: 7px;
    margin-left: 7px;
  }
  .video-list .col-table-cell:nth-child(2) .table-cell:nth-child(3) {
    padding-left: 0;
    margin-left: 0;
  }
  .noti-list
    .col-table-cell:nth-child(2)
    .table-cell:first-child
    ~ .table-cell {
    flex: 0 0 auto;
  }
  .notice-num-icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 1px;
    margin-top: -3px;
  }
  .noti-list .col-table-cell .table-cell.noti-video {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100% !important;
  }
  .video-list-popup-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background-color: #333;
    color: #fff;
    border-radius: 4px;
    font-size: 18px;
  }
  .video-list-popup-btn:hover,
  .video-list-popup-btn:focus {
    color: #fff;
  }
  .video-list-popup-btn span {
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
  }
}
/* 갤러리 */
.gallery-list {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.gallery-list a {
  display: block;
}
.gallery-list .gallery-list-item {
  width: 100%;
  max-width: 33.33333%;
  padding: 0 20px;
  margin-bottom: 68px;
}
.gallery-list .gallery-list-item .gallery-list-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}
.gallery-list .gallery-list-item .gallery-list-thumb .gallery-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease-in-out;
}
.gallery-list
  .gallery-list-item
  .gallery-list-thumb
  .gallery-img.default_photo {
  background-color: #f9f9f9;
  background-image: url(/assets/common/img/user/image_icon.png);
  background-size: 14%;
}
.gallery-list .cover-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.gallery-list .cover-link:hover .gallery-img {
  transform: scale(1.06);
}
.gallery-list .gallery-list-item .cont {
  margin-top: 20px;
}
.gallery-list .gallery-list-item .cont .gallery-title {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 21px;
  font-weight: 500;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.4;
}
.gallery-list .gallery-list-item .cont .rating {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
  color: #767676;
  flex-wrap: wrap;
}
.gallery-list .gallery-list-item .cont .rating .write-date {
  /* font-weight: 500; */
}
.gallery-list .gallery-list-item .cont .rating .writer {
  color: #767676;
}
.gallery-list .gallery-list-item .cont .rating .views-num {
  color: #767676;
  padding-left: 5px;
  margin-left: 5px;
}
.gallery-list .gallery-list-item .cont .rating span {
  position: relative;
}
.gallery-list .gallery-list-item .cont .rating span + span::before {
  content: "";
  position: absolute;
  top: 53%;
  left: -2px;
  width: 1px;
  height: 50%;
  background: #ccc;
  transform: translateY(-50%);
}
.video-popup-btn {
  position: absolute;
  width: 85px;
  height: 70px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 5px;
  right: 5px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 6px;
  color: #fff;
  border: 0;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.video-popup-btn i {
  position: relative;
  font-size: 24px;
  top: -8px;
  transition: all 0.2s ease-in-out;
}
.video-popup-btn .video-popup-btn-txt {
  position: absolute;
  display: block;
  width: 100%;
  font-size: 12px;
  transition: all 0.1s ease-in-out;
  top: calc(50% + 17px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-popup-btn .video-popup-length {
  display: block;
  font-size: 0px;
  transition: all 0.1s ease-in-out;
  position: absolute;
  top: calc(50% + 20px);
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.video-popup-btn:hover,
.video-popup-btn:focus {
  /* transform: translateY(2px); */
  width: 100%;
  height: 100%;
  bottom: 0;
  right: 0;
  background-color: #000;
}
.video-popup-btn:hover i,
.video-popup-btn:focus i {
  font-size: 36px;
}
.video-popup-btn:hover .video-popup-btn-txt,
.video-popup-btn:focus .video-popup-btn-txt {
  margin-top: 0px;
  font-size: 0px;
  opacity: 0;
}
.video-popup-btn:hover .video-popup-length,
.video-popup-btn:focus .video-popup-length {
  font-size: 15px;
  margin-top: 8px;
  opacity: 1;
}
@media (max-width: 768px) {
  .gallery-list {
    margin: 0 -15px;
  }
  .gallery-list .gallery-list-item {
    max-width: 50%;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .gallery-list .gallery-list-item .cont,
  .gallery-list .gallery-list-item .cont .rating {
    margin-top: 15px;
  }
  .gallery-list .gallery-list-item .cont .gallery-title {
    font-size: 18px;
  }
  .gallery-list .gallery-list-item .cont .rating {
    font-size: 12px;
  }
  .video-popup-btn:hover,
  .video-popup-btn:focus {
    width: 85px;
    height: 70px;
    bottom: 5px;
    right: 5px;
  }
  .video-popup-btn:hover i,
  .video-popup-btn:focus i {
    font-size: 24px;
  }
  .video-popup-btn:hover .video-popup-btn-txt,
  .video-popup-btn:focus .video-popup-btn-txt {
    font-size: 12px;
    opacity: 1;
  }
  .video-popup-btn .video-popup-length {
    display: none;
  }
}
@media (max-width: 576px) {
  .gallery-list .gallery-list-item {
    max-width: 100%;
  }
}

/* 웹진 */
.webzine-list {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.webzine-link {
  display: block;
}
.webzine-list .webzine-list-item {
  width: 100%;
  max-width: 50%;
  padding: 0 20px;
  margin-bottom: 50px;
}
.webzine-list .webzine-list-item .webzine-list-thumb {
  position: relative;
  overflow: hidden;
}
.webzine-list .webzine-list-item .webzine-list-thumb .webzine-img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.3s ease-in-out;
}
.webzine-list
  .webzine-list-item
  .webzine-list-thumb
  .webzine-img.default_photo {
  background-color: #f9f9f9;
  background-image: url(/assets/common/img/user/image_icon.png);
  background-size: 14%;
}
.webzine-list .webzine-link:hover .webzine-img {
  transform: scale(1.06);
}
.webzine-list .cont {
  margin-top: 30px;
}
.webzine-list .cont .webzine-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.4px;
}
.webzine-list .cont .rating {
  margin-top: 45px;
  font-size: 15px;
  letter-spacing: -0.4px;
  color: #767676;
}
@media (max-width: 768px) {
  .webzine-list {
    margin: 0 -15px;
  }
  .webzine-list .webzine-list-item {
    max-width: 50%;
    padding: 0 15px;
  }
  .webzine-list .cont {
    margin-top: 18px;
  }
  .webzine-list .cont .webzine-title {
    font-size: 18px;
  }
  .webzine-list .cont .rating {
    margin-top: 30px;
    font-size: 13px;
  }
}
/* 태그 & 라벨 */
.status-list {
  margin-bottom: 10px;
}
.status-list .status-item {
  display: inline-block;
  font-size: 11px;
  background-color: #212121;
  color: #fff;
  padding: 2px 4px;
}
.status-list .status-item.bg-danger {
  background-color: #ff0a0a;
}
.tag-list {
  margin-top: 10px;
}
.tag-list .tag-item {
  vertical-align: top;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 3px;
  font-weight: 300;
  border: 1px solid #e2e5e7;
  color: #767676;
  padding: 4px 8px;
  font-size: 12px;
  border-radius: 99px;
}
.naver-bg {
  background-color: #19ce60;
  color: #fff;
}
.facebook-bg {
  background-color: #3b5998;
  color: #fff;
}
.google-bg {
  background-color: #ff3d2c;
  color: #fff;
}
.kakao-bg {
  background-color: #ffe812;
  color: #000;
}
.twitter-bg {
  background-color: #00acee;
  color: #fff;
}
@media (max-width: 576px) {
  .status-list .status-item {
    font-size: 10px;
  }
}
/* faq 자주묻는질문 */
.top-faq-category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 50px;
}
.top-faq-category a {
  position: relative;
  display: inline-block;
  /* flex: 1; */
  text-align: center;
  font-size: 15px;
  margin: 0 10px;
  color: #767676;
}
.top-faq-category a:first-child {
  margin-left: 0;
}
.top-faq-category a:last-child {
  margin-right: 0;
}
.top-faq-category a.selected {
  color: #212121;
  font-weight: 700;
}
.faq-accordion {
}
.faq-accordion .faq-item {
  position: relative;
  border-top: 1px solid #ddd;
}
.faq-accordion .faq-item::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform: scaleX(0);
  transform-origin: right center;
}
.faq-accordion .faq-item:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}
.faq-accordion .faq-item:last-child {
  border-bottom: 1px solid #ddd;
}
.faq-accordion .faq-item:first-of-type {
  border-top: 2px solid #111;
}
.faq-accordion .faq-item .accordion-toggle {
  position: relative;
  display: flex;
  width: 100%;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  padding: 30px 80px 30px 30px;
}
.faq-accordion .faq-item .accordion-toggle[aria-expanded="true"] {
  /* background-color:#f5f5f5; */
}
.faq-accordion .faq-item .faq-item-head .accordion-toggle .faq-icon {
  width: 50px;
  flex: 0 0 auto;
  font-size: 21px;
  color: var(--bs-theme);
}
.faq-accordion .faq-item .faq-item-head .accordion-toggle .txt {
  flex: 1;
  word-break: break-all;
}
.faq-accordion .faq-item .faq-item-head .accordion-toggle .faq-category {
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 300;
  border: 1px solid #111;
  display: inline-block;
  padding: 2px 10px;
  border-radius: 99px;
}
.faq-accordion .faq-item .faq-item-head .accordion-toggle .faq-title {
  display: block;
  font-size: 24px;
  font-weight: 700;
}
.faq-accordion .faq-item .faq-item-head .accordion-toggle .arrow {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 30px;
  top: 50%;
  font-size: 19px;
  transform: translateY(-50%);
}
.faq-accordion .faq-item .faq-item-head .accordion-toggle .arrow i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease-in-out;
}
.faq-accordion
  .faq-item
  .faq-item-head
  .accordion-toggle[aria-expanded="true"]
  .arrow
  i {
  transform: translate(-50%, -50%) rotate(-180deg);
}
.faq-accordion .faq-item .faq-item-body {
  background-color: #fff;
}
.faq-accordion .faq-item .faq-item-body .question-content {
  display: flex;
  padding: 30px;
  padding-top: 0;
}
.faq-accordion .faq-item .faq-item-body .question-content .faq-icon {
  display: flex;
  width: 35px;
  height: 35px;
  background-color: var(--bs-theme);
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  font-size: 17px;
  flex: 0 0 auto;
}
.faq-accordion .faq-item .faq-item-body .question-content .faq-icon i {
  color: #fff;
}
.faq-accordion .faq-item .faq-item-body .question-content .cont {
  flex: 1;
  font-size: 18px;
  line-height: 1.6;
  color: #454545;
  word-break: break-all;
}
@media (max-width: 768px) {
  .faq-accordion .faq-item .accordion-toggle {
    padding: 20px 50px 20px 20px;
  }
  .faq-accordion .faq-item .faq-item-head .accordion-toggle .arrow {
    right: 12px;
    font-size: 16px;
  }
  .faq-accordion .faq-item .faq-item-head .accordion-toggle .faq-title {
    font-size: 18px;
  }
  .faq-accordion .faq-item .faq-item-head .accordion-toggle .faq-category {
    font-size: 12px;
  }
  .faq-accordion .faq-item .faq-item-head .accordion-toggle .faq-icon {
    width: 39px;
    font-size: 15px;
  }
  .faq-accordion .faq-item .faq-item-body .question-content {
    padding: 20px;
    padding-top: 0;
  }
  .faq-accordion .faq-item .faq-item-body .question-content .faq-icon {
    display: flex;
    width: 20px;
    height: 20px;
    margin-right: 20px;
    font-size: 10px;
  }
  .faq-accordion .faq-item .faq-item-body .question-content .cont {
    font-size: 15px;
  }
}
.board-route {
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  color: #767676;
}
/* 검색 */
.global-search-wrap {
  padding-top: 180px;
}
.search-result-title {
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  color: #111;
  margin-bottom: 50px;
}
.search-result-total {
  text-align: center;
  font-size: 21px;
  margin-bottom: 30px;
}
.search-field-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.search-field-box > label {
  display: block;
  width: 100%;
  margin: 0;
}
.search-field-box .search-field-input {
  display: block;
  width: 100%;
  border: 0;
  background-color: #f5f5f5;
  padding: 0px 20px;
  outline: none;
  font-size: 24px;
  height: 75px;
  color: #111;
}
.search-field-box .search-field-input::placeholder {
  color: #bbb;
  font-weight: 400;
}
.search-field-box .search-field-input:focus {
  outline: none;
}
.search-field-box .search-field-btn {
  width: 120px;
  height: 75px;
  flex: 0 0 auto;
  display: block;
  background-color: #111;
  color: #fff;
  font-size: 24px;
  text-align: center;
  border: 0;
  font-weight: 700;
}
.search-result-wrap {
  padding-top: 80px;
  padding-bottom: 100px;
}
.search-kwd-wrap {
  /* position: absolute;
  top:100%;
  left:0;
  width: 100%;
  z-index: 99;
  box-shadow: 0px 4px 7px rgb(0 0 0 / 7%); */
}
.search-kwd-wrap .search-kwd-list {
  padding: 10px 0;
  background-color: #fff;
  border: 0 !important;
  font-family: inherit;
  font-size: inherit;
  box-shadow: 0px 4px 7px rgb(0 0 0 / 7%);
  width: 100% !important;
}
.search-kwd-none {
  padding: 10px 20px;
  background-color: #fff;
  color: #767676;
}
.search-kwd-list .search-kwd-item .kwd_text,
.search-kwd-wrap .search-kwd-list .ui-menu-item .kwd_text {
  position: relative;
  display: block;
  padding-left: 20px;
  padding-right: 50px;
  line-height: 32px;
  font-size: 14px;
  cursor: pointer;
  list-style-image: none;
}
.search-kwd-list .search-kwd-item .kwd_text.ui-state-active {
  border: 0;
  margin: 0;
  background: #fafafa;
  color: inherit;
}
.search-kwd-list .search-kwd-item .kwd_text:hover,
.search-kwd-wrap .search-kwd-list .ui-menu-item .kwd_text:hover {
  background-color: #fafafa;
}
.search-kwd-list .search-kwd-item.arrow .kwd_text::after,
.search-kwd-wrap .search-kwd-list .ui-menu-item .kwd_text::after {
  content: "\e09d";
  font-family: "Font Awesome 6 pro";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #767676;
}
.search-kwd-result {
  position: relative;
  padding: 10px 120px 10px 20px;
  border-top: 1px solid #eee;
  background-color: #f9f9f9;
  color: #767676;
}
.search-kwd-result .kwd_close {
  position: absolute;
  right: 20px;
  top: 50%;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 14px;
  color: #767676;
  background: none;
  transform: translateY(-50%);
}
.search-kwd-result .kwd_close:hover {
  text-decoration: underline;
}
.search-result-wrap .search-result-list {
  border-top: 2px solid #212121;
}
.search-result-wrap .search-result-list > li {
  background: #fff;
  border-bottom: solid 1px #ddd;
  padding: 30px 25px;
}
.search-result-wrap .search-result-list > li > a {
  display: block;
}
.search-result-wrap .search-result-list > li .cont .title {
  font-size: 24px;
  color: #111;
  font-weight: 700;
}
.search-result-wrap .search-result-list > li .cont .route {
  margin-bottom: 8px;
  font-size: 16px;
  color: #767676;
}
.search-result-wrap .search-result-list > li .cont .route i {
  font-size: 12px;
}
.search-result-wrap .tag-list {
  margin: 9px 0 0;
  height: auto;
}
.search-result-wrap .tag-list li {
  display: inline-block;
  margin: 10px 10px 0 0;
}
.search-result-wrap .tag-list li a {
  display: inline-block;
  background-color: #f5f5f5;
  color: #333;
  font-size: 13px;
  padding: 2px 8px;
  border-radius: 3px;
  border: 1px solid #eee;
}
.search-result-wrap .tag-list li a:hover {
  text-decoration: underline;
}
.search-result-wrap .search-none {
  text-align: center;
  font-size: 16px;
  padding: 50px 0;
}
@media (max-width: 768px) {
  .global-search-wrap {
    padding-top: 120px;
  }
  .search-result-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .search-field-box .search-field-input {
    font-size: 16px;
    height: 54px;
  }
  .search-field-box .search-field-btn {
    width: 80px;
    font-size: 16px;
    height: 54px;
  }
  .search-result-wrap {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .search-result-wrap .search-result-list > li {
    padding: 20px 15px;
  }
  .search-result-wrap .search-result-list > li .cont .route {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .search-result-wrap .search-result-list > li .cont .title {
    font-size: 18px;
  }
  .search-result-wrap .tag-list li a {
    font-size: 11px;
  }
}
/* 히스토리 */
.history-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.history-wrap .history-list {
  width: 100%;
}
.history-wrap .history-list > li + li {
  border-top: 1px solid #ddd;
}
.history-item {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
  color: #1e1e1e;
}
.history-item .year {
  width: 180px;
  flex: 0 0 auto;
  font-size: 24px;
  font-weight: 700;
}
.history-item .history-cont {
  flex: 1 0 auto;
}
.history-item .history-cont .history-info {
  display: flex;
  flex-wrap: wrap;
}
.history-item .history-cont .history-info + .history-info {
  margin-top: 10px;
}
.history-item .history-cont .history-info .history-date {
  width: 80px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #212121;
}
.history-item .history-cont .history-info .history-text {
  font-size: 15px;
  color: #333;
}
/* 일정 */
.fc .fc-scrollgrid-liquid {
  border: 1px solid #e9e9e9 !important;
}
.fc .fc-view table > :not(caption) > * {
  border-width: 0;
  border-color: var(--app-component-table-border-color);
}
.fc .fc-view table > :not(caption) > * > * {
  border-width: 0;
  border-color: var(--app-component-table-border-color);
  background: #fff;
}
.fc .fc-col-header-cell {
  height: 50px;
  vertical-align: middle;
}
.fc .fc-daygrid-day-top {
  justify-content: center;
}
.fc .table-bordered {
  border: 0;
}
.fc .fc-day-sun {
  color: #ff0000;
}
#calendar.fc .fc-daygrid-day.fc-day-today {
  background: none;
}
#calendar.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  background-color: #1c93ff;
  color: #fff;
  border-radius: 99px;
}
#calendar.fc .fc-daygrid-day-frame {
}
#calendar .fc-h-event {
  background-color: #1c93ff;
  border-color: #1c93ff;
}
.popover {
  padding: 0;
  font-family: "Noto Sans Kr";
}
.popover-title {
  padding: 8px 10px;
  font-size: 13px;
}
.popover-content {
  padding: 8px 12px;
}
.popover-e-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}
.popover-dismiss.btn-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* 비디오 팝업 */
.modal-dialog.video-modal {
  width: 75%;
  max-width: 1400px;
}
@media (max-width: 767px) {
  .modal-dialog.video-modal {
    width: 98%;
  }
}
@media (max-height: 960px) {
  .modal-dialog.video-modal {
    width: 75%;
    max-width: 1200px;
  }
}
@media (max-height: 900px) {
  .modal-dialog.video-modal {
    width: 98%;
    max-width: 900px;
    margin: 10px auto;
  }
}
@media (max-width: 767px) {
  .video-popup-container .button-next,
  .video-popup-container .button-prev {
    font-size: 24px;
  }
}
@media (max-width: 767px) and (max-height: 960px) {
  .modal-dialog.video-modal {
    width: 98%;
    margin: 0;
  }
}
.modal-dialog.video-modal .modal-content {
  background: none;
  overflow: visible;
  box-shadow: none;
}
.modal-dialog.video-modal .modal-body {
  padding: 0;
}
.modal-dialog.video-modal .close-cont {
  position: relative;
  width: 100%;
  height: 50px;
}
.modal-dialog.video-modal .close-cont .close {
  position: absolute;
  right: 0;
  top: 0;
  background: none;
  text-indent: 0;
  opacity: 1;
  font-size: 35px;
  width: 50px;
  height: 50px;
  color: #fff;
  text-shadow: none;
  background-color: #000;
  border-radius: 4px 4px 0 0;
  opacity: 0;
  transition: 0.4s ease-in;
}
.modal.in .modal-dialog.video-modal .close-cont .close {
  opacity: 1;
}
.video-popup-box {
  position: relative;
}
.video-popup-box::after {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.video-popup-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.video-popup-container {
  background-color: #000;
}
.video-popup-container .swiper-slide::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
}
.video-popup-container .swiper-slide .oooo {
  position: absolute;
  width: 300px;
  height: 50px;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  background: #000;
}
.video-popup-thumbs {
  background-color: #000;
  max-height: 148px;
}
.video-popup-thumbs .swiper-wrapper {
  padding: 5px;
  height: 100%;
}
.video-popup-thumbs .swiper-slide {
}
.video-popup-thumbs .swiper-slide .cover {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.video-popup-thumbs .swiper-slide .cover::after {
  content: "";
  display: block;
  padding-top: 50%;
}
.video-popup-thumbs .swiper-slide.swiper-slide-active .cover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid red;
  position: absolute;
  top: 0;
  left: 0;
}
.video-popup-button-next,
.video-popup-button-prev {
  width: 72px;
  height: 72px;
  font-size: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  top: calc(50% - 45px);
  transform: translateY(-50%);
  z-index: 10;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.7);
}
.swiper-button-disabled.video-popup-button-next,
.swiper-button-disabled.video-popup-button-prev {
  opacity: 0.5;
  display: none;
}
.video-popup-button-next:hover,
.video-popup-button-prev:hover {
  background-color: rgba(0, 0, 0, 1);
  opacity: 1;
  color: #fff;
}
.video-popup-button-prev {
  left: -90px;
}
.video-popup-button-next {
  right: -90px;
}
.video-popup-container .media {
  position: relative;
}
.video-popup-container .youtube_img {
  width: 100%;
  padding-bottom: 56.25%;
}
.video-popup-container .play::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  cursor: pointer;
}
.video-popup-container .play::after {
  content: "\f04b";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
.video-popup-container .play-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  background-color: rgba(245, 91, 91, 0.2);
}
.video-popup-container .play-btn::after {
  content: "\f04b";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
.video-popup-container .pause-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 56px);
  background-color: rgba(131, 91, 245, 0.2);
}
.video-popup-container .pause-btn::after {
  content: "\f04c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  z-index: 1;
  color: #fff;
  cursor: pointer;
}
.video-popup-container .thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup-comment {
  width: 100%;
  height: 200px;
  resize: none;
  border: 0;
  font-size: 14px;
  color: #333;
  padding: 12px 15px;
  background-color: #f5f5f5;
  outline: none;
}
.popup-comment:focus {
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 1);
}
.modal-footer-btn-box {
}
.gray-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background-color: #dddddd;
  color: #000;
  min-width: 120px;
  height: 44px;
  border: 0;
  font-size: 16px;
  transition: 0.2s ease-in-out;
}
.gray-btn:hover {
  background-color: #cccccc;
}
.save-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 99px;
  background-color: var(--bs-theme);
  color: #fff;
  min-width: 120px;
  height: 44px;
  border: 0;
  font-size: 16px;
  transition: 0.2s ease-in-out;
}
.save-btn:hover {
  background-color: var(--bs-theme-hover);
}
.auth-error-wrap {
  position: relative;
}
.auth-error-box {
  width: calc(100% - 30px);
  max-width: 820px;
  margin: 60px auto;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 60px 180px;
}
.auth-error-box-tit {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
}
.auth-error-box-txt {
  text-align: center;
  font-size: 16px;
  color: #767676;
  line-height: 1.6;
}
.join-footer {
  margin-top: 50px;
  text-align: center;
}
.join-footer .join-footer-txt {
  color: #979797;
  font-size: 14px;
}
.join-footer .join-footer-txt a {
  display: inline-block;
  margin-left: 12px;
  text-decoration: underline;
}
.join-footer-link a {
  display: inline-block;
  color: #767676;
  text-decoration: underline;
  font-size: 14px;
}
.join-footer-link a:hover {
  color: #000;
}
.join-footer-link a + a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  width: 1px;
  height: 12px;
  background-color: #e5e5e5;
}

.daum_address_wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  overflow: hidden;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.daum_address_popup {
  display: none;
  height: 400px;
  width: calc(100% - 20px);
  max-width: 540px;
  margin: 0 auto;
  border: 2px solid #000;
  box-shadow: 0px 6px 24px rgba(0, 0, 0, 0.07);
  -webkit-overflow-scrolling: touch;
  border-radius: 4px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  margin-top: 30px;
}
.daum_address_close {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 28px;
  height: 28px;
  background-color: #000;
  position: absolute;
  right: -2px;
  top: -28px;
  z-index: 1;
  border-radius: 0px;
  border: 0;
}
.message-box {
  padding: 10px 15px;
  border: 1px solid #e5e5e5;
  background-color: #f7f8f9;
  width: 100%;
  border-radius: 8px;
  font-size: 14px;
  color: #4b61fc;
}
@media (max-width: 767px) {
  .swiper-button-disabled.video-popup-button-next,
  .swiper-button-disabled.video-popup-button-prev {
    display: inline-flex;
    opacity: 0.5;
  }
  .video-popup-button-next,
  .video-popup-button-prev {
    top: calc(100% + 44px);
    width: 56px;
    height: 56px;
    font-size: 24px;
    background-color: #000;
  }
  .video-popup-button-next {
    right: calc(50% - 61px);
  }
  .video-popup-button-prev {
    left: calc(50% - 61px);
  }
}
/* 태블릿 모음 */
@media (max-width: 1024px) {
  .gallery-list .gallery-list-item .cont .gallery-title {
    font-size: 18px;
  }
  .video-popup-btn {
    width: 60px;
    height: 50px;
  }
  .video-popup-btn i {
    font-size: 16px;
  }
  .video-popup-btn .video-popup-btn-txt {
    font-size: 10px;
    top: calc(50% + 12px);
  }
}
/* 모바일 모음 */
@media (max-width: 767px) {
  .content-none {
    font-size: 15px;
  }
  .content-none i {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .form-refer {
    font-size: 13px;
  }
  .auth-error-box {
    padding: 30px;
  }
  .daum_address_popup {
    height: 70vh;
  }
}
