/* 공통 */
.none-transform {
  transform: none !important;
}
.custom-scroll::-webkit-scrollbar {
  width: 6px;
}
.custom-scroll::-webkit-scrollbar-track {
  background: #ddd;
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #9f9f9f;
  border-radius: 6px;
  border: 0px none #ffffff;
}
[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_1_2::after {
  padding-top: calc(100% / 1 * 2);
}
.image__cover_60 {
  padding-top: 60%;
}
.image__cover_130 {
  padding-top: 130%;
}
.image__cover_145 {
  padding-top: 145%;
}
.board-write-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.board-write-wrap .btn + .btn {
  margin-left: 6px;
}
.none-content {
  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;
  padding: 80px 0;
  width: 100%;
  font-size: 18px;
}
.none-content i,
.none-content img {
  display: inline-block;
  margin-bottom: 14px;
  font-size: 60px;
  color: #aaa;
}
[class*="image__cover"].none-img,
.none-img {
  background-color: #f9f9f9 !important;
  background-image: url(/assets/common/img/user/image_icon.png) !important;
  background-size: 14% !important;
}
.required::after {
  content: "*";
  display: inline-block;
  color: #ff1212;
  padding-left: 2px;
}
.parsley-errors-list {
  margin-top: 8px;
  color: var(--bs-error-color);
  font-size: 14px;
  font-weight: 400;
}
button[disabled] {
  background-color: #eee;
  border-color: #eee;
  color: #878c9a;
}
/* 모달 */
.modal .modal-header {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 20px;
}
.modal .modal-header .modal-title {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  padding-right: 20px;
}
.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 .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 20px;
}
.modal-footer {
  padding: 1rem 1.25rem;
}
.modal-info-list {
  padding: 20px 0;
}
.modal-info-list > li {
  position: relative;
  font-size: 14px;
  padding-left: 14px;
  color: #767676;
}
.modal-info-list > li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  background-color: #767676;
  position: absolute;
  top: 8px;
  left: 4px;
}
.modal-info-list > li + li {
  margin-top: 8px;
}
/* 버튼 */
button.btn-full-small,
a.btn-full-small {
  padding: 0px;
  line-height: 34px;
  font-size: 12px;
  color: #fff;
  background-color: var(--bs-dark);
  border-radius: 0px;
  border: 1px solid var(--bs-dark);
  transition: 0.2s ease-in-out;
  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: 0px;
  border: 1px solid var(--bs-dark);
  transition: 0.2s ease-in-out;
  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-dark);
}
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-dark);
  border-radius: 0px;
  border: 1px solid var(--bs-dark);
  transition: 0.2s ease-in-out;
  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: 0px;
  border: 1px solid var(--bs-dark);
  transition: 0.2s ease-in-out;
  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-dark);
}
button.btn-full-medium:disabled,
a.btn-full-medium:disabled {
}
button.btn-full-line-large,
a.btn-full-line-large {
  padding: 0px 14px;
  line-height: 48px;
  font-size: 16px;
  color: var(--bs-white);
  background-color: #fff;
  border-radius: 0px;
  border: 1px solid var(--bs-dark);
  transition: 0.2s ease-in-out;
  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-dark);
}
button.btn-large,
a.btn-large {
  padding: 0px 20px;
  line-height: 48px;
  font-size: 14px;
  border-radius: 0px;
  transition: 0.2s ease-in-out;
  font-weight: 500;
}
button.btn-full-large,
a.btn-full-large {
  padding: 0px 20px;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  background-color: var(--bs-dark);
  border-radius: 0px;
  border: 1px solid var(--bs-dark);
  transition: 0.2s ease-in-out;
  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-hover);
  border-color: var(--bs-dark-hover);
}
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-dark) inset;
  border-radius: 0px;
  text-align: center;
  background: #fff;
  font-weight: 700;
  transition: 0.2s ease-in-out;
  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-dark) inset;
  border-radius: 0px;
  text-align: center;
  background: #fff;
  font-weight: 700;
  transition: 0.2s ease-in-out;
  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 20px;
  font-size: 14px;
  line-height: 48px;
  color: #111;
  box-shadow: 0 0 0 0.5px var(--bs-dark) inset;
  border-radius: 0px;
  text-align: center;
  background: #fff;
  font-weight: 700;
  transition: 0.2s ease-in-out;
  font-weight: 500;
}
a.btn-line-large:hover,
button.btn-line-large:hover,
span.btn-line-large:hover {
  background-color: var(--bs-gray-10);
}
.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;
}
.userLeave {
  display: inline-block;
  height: 56px;
  line-height: 56px;
  width: 120px;
  border: 1px solid #333;
  background-color: #333;
  color: #fff;
  font-size: 16px;
  border-radius: 0px;
  text-align: center;
}
/* 게시판 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: 40px;
}
.searchWrap .searchCount {
  font-size: 16px;
}
.searchWrap .searchContent {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.searchWrap .searchCount {
  font-size: 16px;
}
.searchWrap .searchTitle {
  font-weight: 700;
  font-size: 24px;
}
.searchWrap .searchMore {
  font-size: 16px;
}
.searchWrap .searchMore i,
.result-search-wrap .searchMore i {
  margin-left: 4px;
}
.result-search-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px 14px;
  border-bottom: 1px solid #e5e5e5;
}
.result-search-wrap .searchTitle {
  font-size: 18px;
  font-weight: 600;
}
.result-search-wrap .searchMore {
  font-size: 14px;
  color: #767676;
}
.dropdown-menu {
  padding: 8px 0;
  font-size: 14px;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 12%);
  border-radius: 0;
  background-color: #fff;
  border: none;
}
.searchWrap .searchSelect > .dropdown-toggle {
  height: 100%;
  padding: 12px 20px;
}
.searchWrap .searchSelect > .dropdown-toggle:focus {
  outline: none !important;
}
.searchWrap .searchSelect .dropdown-menu {
  padding: 0;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 12%);
  border-radius: 0;
  min-width: 200px !important;
  margin-top: 4px;
}
.searchWrap .searchSelect .dropdown-menu > li > a {
  padding: 12px 20px;
  font-size: 14px;
  transition: 0s;
}
.searchWrap .searchSelect .dropdown-menu > li > a:hover {
  background-color: #f9f9f9;
}
.searchWrap .searchSelect .dropdown-menu > li.selected > a {
  background-color: #f9f9f9;
  outline: none;
}
.searchWrap .searchSelect .dropdown-menu > li.selected > a:focus {
  outline: none !important;
}
.searchWrap .searchForm {
  position: relative;
}
.searchWrap .searchForm .searchInput {
  height: 56px;
  width: 260px;
  padding: 20px 50px 20px 16px;
  border: none;
  border-bottom: solid 2px #51740b;
  background-color: #fff;
  border-radius: 0px;
  font-size: 14px;
  outline: none;
}
.searchWrap .searchForm .search-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400;
  border: 0;
  font-size: 14px;
  width: 50px;
  height: 50px;
  background: none;
  padding: 0;
}
.filter-list {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.filter-sort-box {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.filter-category-box {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.filter-list > div:not(:first-child)::before {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  margin: 0 16px;
  background-color: #e5e5e5;
}
.filter-reset-box {
  margin-left: 6px;
}
.filter-sort-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 44px;
  padding: 0 18px;
  border-radius: 0px;
  background-color: #f5f5f5;
  color: #999;
  font-size: 14px;
  font-weight: 500;
}
.filter-sort-btn + .filter-sort-btn {
  margin-left: 6px;
}
.filter-sort-btn.on {
  background-color: #000;
  color: #fff;
}
.filter-reset-btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 44px;
  padding: 0 12px;
  border-radius: 0px;
  background-color: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 500;
}
.filter-reset-btn i {
  margin-right: 4px;
}
.filter-line {
  display: inline-block;
  width: 1px;
  height: 20px;
  vertical-align: middle;
  margin: 0 20px;
  background-color: #b2b2b2;
}

.filter-wrap
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: auto;
}
.filter-wrap .searchSelect .filter-select {
  display: inline-flex;
  padding: 0 18px;
  height: 44px;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #ddd;
}
.filter-wrap .searchSelect .filter-select,
.filter-wrap .searchSelect.open .filter-select,
.filter-wrap .searchSelect.open .filter-select:active,
.filter-wrap .searchSelect.open .filter-select:focus {
  box-shadow: none;
}
.filter-wrap .searchSelect .filter-select .bs-caret {
  position: relative;
  margin-left: 12px;
}
.filter-wrap .searchSelect .filter-select .bs-caret .caret {
  right: 0;
  border: none;
  display: none;
}
.filter-wrap .searchSelect .filter-select .bs-caret::before {
  content: "\f107";
  font-family: "Font Awesome 6 pro";
  font-weight: 400;
  display: inline-block;
}
.filter-wrap .searchSelect.open .filter-select .bs-caret::before {
  content: "\f106";
}
.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 {
  flex: none;
  margin-left: 6px;
}
.board-mode-list {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  height: 100%;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 0px;
  padding: 8px;
}
.board-mode-list a {
  width: 32px;
  height: 32px;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  font-size: 16px;
  color: #8c8c8c;
}
.board-mode-list a:hover {
  color: #000;
}
.board-mode-list a.on {
  background-color: #fff;
  color: #000;
}

/* 글 작성 & 입력 form 관련 */
.edit-wrap {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.edit-wrap .edit-head {
  position: sticky;
  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-head-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
}
.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: #676767;
  background-color: #fff;
  border: 0;
  border-radius: 0px;
  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: 0px;
  border: 0;
  transition: background-color 0.2s;
}
.edit-submit:hover {
  background-color: var(--bs-theme-hover);
}
.edit-wrap .edit-body {
  padding-top: 38px;
  padding-bottom: 50px;
}
.edit-container {
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  width: 840px;
  max-width: 100%;
  box-sizing: border-box;
  min-height: 1px;
}
.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: 0px;
  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: 0px;
}
.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: 80px;
}
.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;
  background-color: #f9f9f9;
}
.editor-content .ck.ck-editor__main .ck-content {
  max-width: 840px;
  margin: 0 auto;
  width: 100%;
}
.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;
}

.edit-form-group {
  display: flex;
  padding: 8px 0;
}
.edit-form-group .edit-control-label {
  width: 130px;
  flex: 0 0 auto;
  padding: 7px 0;
  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;
}
.form-check-label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px 12px;
  cursor: pointer;
  user-select: none;
}
.edit-form-group-check .form-check-label:first-child {
  margin-left: 0;
}
.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.2s 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;
}
/* View Page */
.board-view-area {
  position: relative;
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
}
.board-view-header {
  position: relative;
  padding: 26px 0 60px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
}
.board-view-header.access {
}
.board-view-category {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.board-view-category .status-item {
  display: inline-block;
  font-size: 13px;
  background-color: #212121;
  color: #fff;
  padding: 2px 6px;
}
.board-view-category .board-view-category-item {
  font-size: 15px;
  color: #767676;
}
.board-view-category
  .board-view-category-item
  + .board-view-category-item::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  vertical-align: middle;
  margin: 0 6px;
  opacity: 0.3;
}
.board-view-title {
  font-size: 44px;
  font-weight: 600;
  color: #000;
  overflow: hidden;
  margin-bottom: 15px;
}
.board-view-info {
  display: inline-flex;
  flex-wrap: wrap;
}
.board-view-info .board-view-info-item {
  position: relative;
  font-size: 14px;
  color: #767676;
}
.board-view-info .board-view-info-item::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 49%;
  background-color: #ccc;
  margin: 0 8px;
}
.board-view-info .board-view-info-item:last-child::after {
  display: none;
}
.board-menu-dorpdown {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 0px;
}
.board-menu-dorpdown .board-menu-dropdown-btn {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 24px;
  outline: none;
  border: 0;
  background: none;
  transition: transform 0.2s ease-in-out;
}
.board-menu-dorpdown.open .board-menu-dropdown-btn {
  /* position: absolute; */
  transform: rotate(90deg);
}
.board-menu-dorpdown .dropdown-menu {
  padding: 8px 0;
  border-radius: 0px;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 12%);
}
.board-menu-dorpdown .dropdown-menu .dropdown-item a {
  display: block;
  padding: 8px 14px;
  font-size: 14px;
  transition: 0s;
  color: #000;
}
.board-view-body {
  padding-top: 80px;
  padding-bottom: 100px;
}
.board-view-body .viewContent {
  width: 100%;
  display: inline-block;
  padding: 25px;
  font-size: 13px;
}
.board-view-body .viewContent table {
  width: 100% !important;
}
.board-view-body .viewContent img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
}

.board-view-body .article-editor video {
  max-width: 100%;
}
.article-editor * {
  word-break: break-all;
}
.article-editor .media {
  position: relative;
}

.article-editor .youtube_img {
  width: 100%;
  padding-bottom: 56.25%;
}

.article-editor .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;
}

.article-editor .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;
}

.article-editor .thumb-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.view-download-list {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.view-download-list .view-download-tit {
  width: 100px;
  font-weight: 500;
  font-size: 16px;
}
.view-download-list .view-download-box {
  flex: 1;
}
.view-download-list .view-download-item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  margin-bottom: 10px;
  padding-right: 20px;
  word-break: break-all;
}
.view-download-list .view-download-item .file-name {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.view-download-list .view-download-item i {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.view-download-list .view-download-item .file-size {
  font-weight: 300;
  flex: none;
  font-size: 14px;
}
.view-tag {
  position: relative;
  text-align: center;
  margin: -2px;
  margin-top: 40px;
}
.view-tag .view-tag-item {
  display: inline-block;
  line-height: 32px;
  height: 32px;
  font-size: 14px;
  background-color: #eee;
  border-radius: 0px;
  padding: 0 14px;
  margin: 2px;
  color: #000;
}
.view-tag .view-tag-item:hover {
  background-color: #ddd;
}
.edit-group-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: end;
  margin-bottom: 30px;
}
.edit-group-wrap .edit-group-btn {
  font-size: 16px;
  padding: 0;
  color: #979797;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  line-height: 1.4;
}
.edit-group-wrap .edit-group-btn + .edit-group-btn {
  margin-left: 15px;
}
.edit-group-wrap .edit-group-btn span {
  font-weight: 400;
  margin-left: 5px;
}
.edit-group-btn.delete:hover {
  color: #fe2727;
}
.edit-group-btn.edit:hover {
  color: #1ad364;
}
.view-pagination {
  margin-top: 40px;
  text-align: center;
}
.view-pagination .view-pagination-btn {
  display: inline-block;
  min-width: 200px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  background-color: #000;
  color: #fff;
  line-height: 56px;
  height: 56px;
  border-radius: 0px;
}
.view-pagination .view-pagination-btn:hover {
  background-color: #000;
}
.view-pagination .view-pagination-nav a {
  position: relative;
}
.view-pagination .view-pagination-nav .txt {
  font-size: 21px;
  font-weight: 700;
  color: #979797;
  transition: color 0.2s ease-in-out;
}
.view-pagination .view-pagination-nav .hide-txt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 500;
  opacity: 0;
  transition: 0.2s ease-in-out;
  transform: translateY(5px);
}
.view-pagination .view-pagination-nav a:hover .hide-txt {
  opacity: 1;
  transform: translateY(0);
}
.view-pagination .view-pagination-nav a:hover .txt {
  color: #212121;
}
.view-pagination .view-pagination-prev {
  flex: 1 0 auto;
  width: 50%;
  padding-right: 70px;
}
.view-pagination .view-pagination-next {
  text-align: right;
  flex: 0 0 auto;
  width: 50%;
  padding-left: 70px;
}
.view-pagination .view-pagination-prev i {
  margin-right: 8px;
}
.view-pagination .view-pagination-next i {
  margin-left: 8px;
}
.view-navigator {
  position: relative;
  border-top: 1px solid #e5e5e5;
}
.view-navigator .view-navigator-link {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.view-navigator .view-navigator-tit {
  font-weight: 700;
  flex: none;
  width: 114px;
  text-align: center;
}
.view-navigator .view-navigator-txt {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
/* comment */
.commnet-container {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
}
.commnet-container .commnet-list {
  flex: 1 1 auto;
  padding: 20px 0px;
}
.commnet-container .commnet-list + .commnet-list {
  border-top: 1px solid #ddd;
}
.commnet-container .comment-inner {
  width: 100%;
}
.commnet-container .nickname-box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.commnet-container .nickname-box .comment-user-date {
  font-size: 12px;
  color: #979797;
}
.commnet-container .comment-user-image {
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  background-size: cover;
  border-radius: 50%;
  margin-right: 15px;
}
.commnet-container .comment-user-name {
  font-size: 14px;
  margin-right: 8px;
  font-weight: 600;
}
.commnet-container .comment-text {
  margin: 10px 10px 0;
  font-size: 14px;
  line-height: 1.5;
}
.commnet-container .comment-btn-list {
  margin-top: 10px;
  margin-left: 10px;
}
.commnet-container .comment-btn-list .comment-list-btn {
  font-size: 13px;
}
.commnet-container .comment-btn-list .comment-list-btn + .comment-list-btn {
  margin-left: 10px;
}
.reply-comment {
  margin-top: 10px;
}
.reply-container {
  margin-top: 30px;
  margin-left: 20px;
}
.comment-area {
  overflow-y: hidden;
  width: 100%;
  background-color: #fafafa;
  border: 1px solid #eee;
  border-radius: 0px;
  padding: 12px 15px;
  height: 70px;
  font-size: 14px;
  color: #000;
}
.comment-area:focus {
  outline: none;
}
.noresize {
  resize: none;
}
.comment-area-btn-box {
  margin-top: 5px;
  justify-content: flex-end;
}
.comment-area-btn {
  background-color: #212121;
  color: #fff;
  transition: 0.2s ease-in-out;
  font-size: 13px;
  border-radius: 0px;
}
.comment-area-btn:hover {
  background-color: #000;
  color: #fff;
}
.comment-area-default-btn {
  background-color: #eee;
  color: #111;
  transition: 0.2s ease-in-out;
  font-size: 14px;
  border-radius: 0px;
}
.comment-area-default-btn:hover {
  background-color: #212121;
  color: #fff;
}
#comment {
  margin-top: 80px;
}
.comment-header {
  position: relative;
  background: #f5f5f5;
  padding: 10px;
  padding-right: 50px;
  border-radius: 0px;
}
.comment-none {
  text-align: center;
  padding: 40px 0 30px;
  color: #979797;
  background-color: #fafafa;
  border-radius: 0px;
  border: 1px solid #eee;
}
.comment-none .txt {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.5;
}
.reply-write {
  padding: 15px 0;
}

.comment-menu-dorpdown {
  position: absolute;
  right: 10px;
  top: 4px;
}
.comment-menu-dorpdown .comment-menu-dropdown-btn {
  padding: 0;
  background: none;
  border: 0;
  font-size: 20px;
  transition: transform 0.2s ease-in-out;
}
.comment-menu-dorpdown.open .comment-menu-dropdown-btn {
  transform: rotate(90deg);
}
.comment-menu-dorpdown .dropdown-menu {
  padding: 8px 0;
  border-radius: 0px;
  box-shadow: 0px 2px 6px rgb(0 0 0 / 12%);
}
.comment-menu-dorpdown .dropdown-menu .dropdown-item a {
  display: block;
  padding: 8px 14px;
  font-size: 13px;
  transition: 0s;
  color: #000;
}
/* 신청 */
.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 {
  flex: 1 0 0;
}
.form--inputgroup input::placeholder {
  color: #bbb;
}
.form--label {
  display: inline-block;
  line-height: 46px;
  width: 180px;
  margin-right: 15px;
  margin-bottom: 0;
  flex: 0 0 auto;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}
.form--box .form-control,
.form--box .form-control.bootstrap-select {
  width: 100%;
  height: 46px;
  margin-bottom: 8px;
  font-size: 16px;
}
.form--inputgroup .bootstrap-select {
  height: 46px;
}
.form--inputgroup .bootstrap-select .form-selectpicker {
  height: 46px;
  border: 1px solid #ddd;
  background: #fff;
  font-size: 16px;
  border-radius: 0px;
}
.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: 0px;
  margin-left: 5px;
}
.icon-input {
  position: relative;
}
.icon-input .form-control,
.form--inputgroup .icon-input .form-input {
  position: relative;
  padding-right: 46px;
}
.icon-input .form-control[readonly],
.form--inputgroup .icon-input .form-input[readonly] {
  background-color: #fff;
  color: #000;
}
.icon-input .icon-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  user-select: none;
  font-size: 14px;
}
.form--check-box {
}
.form--check-box .form--check-input {
  display: none;
}
.form--check-box .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: 0px;
  margin-bottom: 8px;
}
.form--check-box .form--check-input:checked + .form--check-la {
  border: 1px solid var(--bs-theme);
  color: var(--bs-theme);
}
.form--check-box .form--check-la .ck-b {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 0px;
  border: 1px solid #ccd0d4;
  margin-right: 8px;
}
.form--check-box .form--check-input[type="radio"] + .form--check-la .ck-b {
  border-radius: 50%;
}
.form--check-box .form--check-input:checked + .form--check-la .ck-b {
  border-color: var(--bs-theme);
  background-color: var(--bs-theme);
}
.form--check-box .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,
.form--inputgroup .form-control .form-selectpicker:focus,
.form--inputgroup .btn-group.open .dropdown-toggle {
  outline: none !important;
  box-shadow: none;
}
.form--box .btn-group.open .dropdown-toggle,
.form--inputgroup .btn-group.open .dropdown-toggle {
  background-color: #f5f5f5;
  border-color: #000;
}
.form--box .form-control .dropdown-menu,
.form--inputgroup .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,
.form--inputgroup .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,
.form--inputgroup .form-control .dropdown-menu > li > a:focus,
.form--inputgroup .form-control .dropdown-menu > li > a:hover {
  outline: none;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder {
  color: #bbb !important;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder .caret {
  color: #000 !important;
}
.greement-info {
  display: block;
  width: 100%;
  min-height: 120px;
  border: 1px solid #ccd0d4;
  background-color: #f5f5f5;
  padding: 6px 12px;
  border-radius: 0px;
  overflow-y: auto;
  line-height: 1.7;
  color: #676767;
}
.form-doWrite-box {
  margin-top: 30px;
  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: var(--bs-theme);
  border: 2px solid var(--bs-theme);
  border-radius: 0px;
  background-color: #fff;
  padding: 0;
  transition: 0.2s ease-in-out;
}
.form-doWrite-btn:hover {
  background-color: var(--bs-theme);
  color: #fff;
}
@media (max-width: 1023px) {
  .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;
  }
  .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-box .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;
}
.selectPickerBox {
  position: relative;
}
.selectPickerBox select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 26px;
}
.selectPickerBox::after {
  content: "\f107";
  font-family: "Font Awesome 6 pro";
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
}
.inputGroup {
  position: relative;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}
.group-addon {
  margin: 0 4px;
  font-size: 14px;
}
.input-group {
  position: relative;
  width: 100%;
}
.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;
    padding-bottom: 0;
  }
  .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-check {
    margin: 0 -12px;
  }
  .edit-form-group .edit-control-label {
    font-size: 15px;
    width: 100%;
  }
  .edit-form-group-check .form-check-label:first-child {
    margin-left: 12px;
  }
  .form-check-label {
    font-size: 15px;
  }
  .editor-content .ck.ck-editor__main {
    font-size: 15px;
  }
  .editor-content .ck-editor__editable {
  }
}
/* 기본 게시판 */
.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: 54%;
}
.video-list .col-table-cell:nth-child(2) .table-cell:first-child {
  width: 56%;
}
.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: #000;
  font-size: 16px;
}
.noti-badge {
  display: inline-block;
  font-size: 13px;
  background-color: #000;
  color: #fff;
  padding: 2px 4px;
}
.noti-list .noti-category-list {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 8px;
}
.noti-list .noti-category-list .noti-category {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  padding: 0px 4px;
}
.notice-num-icon {
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 10px;
  margin-right: 4px;
  vertical-align: middle;
  border-radius: 2px;
}

.default-noti-wrap {
}
.default-noti-list {
  border-top: 1px solid #000;
}
.default-noti-list .noti-item {
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.default-noti-list .noti-ab {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.default-noti-list .noti-tr {
  display: block;
  padding: 15px 12px;
}
.default-noti-list .noti-td {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 4px;
}
.default-noti-list .noti-num {
  color: #767676;
  align-items: center;
  font-size: 14px;
}
.default-noti-list .noti-title {
  flex-wrap: wrap;
  flex: 1 1 100%;
  font-size: 18px;
}
.default-noti-list .noti-date {
  align-items: center;
  color: #767676;
  font-size: 14px;
}
.default-noti-list .title-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  width: 100%;
  align-items: center;
}
.default-noti-list .title-wrap .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}
.default-noti-list .category-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.default-noti-list .category-wrap .category {
  display: inline-block;
  font-size: 16px;
  color: #767676;
}
.default-noti-list .category-wrap .category + .category::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  vertical-align: middle;
  margin: 0 6px;
  opacity: 0.3;
}
.default-noti-list .title-wrap .down-icon {
  margin-left: 8px;
}
@media (min-width: 1024px) {
  .default-noti-list .noti-tr {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    padding: 0;
  }
  .default-noti-list .noti-td {
    padding: 40px 15px;
  }
  .default-noti-list .noti-num {
    flex: none;
    width: 10%;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    margin-bottom: 0;
  }
  .default-noti-list .noti-title {
    font-size: 22px;
  }
  .default-noti-list .noti-date {
    flex: none;
    width: 14%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #767676;
    font-size: 16px;
  }
  .default-noti-list .noti-video {
    flex: none;
    width: 5%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #767676;
    font-size: 16px;
  }
}
@media (max-width: 1023px) {
  .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 {
    float: left;
  }
  .col-table-cell .divide-table {
    flex-wrap: wrap;
    padding: 0;
  }
  .noti-list .col-table-cell:nth-child(2) .table-cell:first-child {
    width: 100%;
  }
  .noti-list
    .col-table-cell:nth-child(2)
    .table-cell:first-child
    ~ .table-cell {
    flex: 0 0 auto;
  }
  .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) {
    position: relative;
    width: auto;
    margin-left: 16px;
    padding-left: 16px;
  }
  .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: "";
  }
  .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;
  }
  .default-noti-list .noti-num .num::before {
    content: "No.";
  }
}
@media (max-width: 768px) {
  .noti-list .col-table-row {
    display: block;
    padding: 20px 0 24px;
    border-bottom: 1px solid #ddd;
  }
  .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 {
    padding: 0;
  }
  .noti-list .col-table-cell .noti-title {
    margin-top: 8px;
  }
  .noti-badge,
  .noti-list .noti-category-list {
    font-size: 10px;
  }
  .noti-list .noti-title .noti-link {
    font-size: 14px;
  }
  .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: 12px;
  }
  .noti-list .col-table-cell:nth-child(2) .table-cell:nth-child(n + 3) {
    padding-left: 10px;
    margin-left: 10px;
  }
  .notice-num-icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin-right: 1px;
    margin-top: -3px;
  }
}
/* 갤러리 */
.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; */
  margin: 0 -8px;
}
.gallery-list a {
  display: block;
}
.gallery-list .gallery-list-item {
  width: 100%;
  /* max-width: 25%; */
  max-width: 33.333333333%;
  /* padding: 0 20px; */
  padding: 0 8px;
  margin-bottom: 60px;
}
.gallery-list .gallery-list-item .gallery-list-thumb {
  position: relative;
  overflow: hidden;
  /* border-radius: 0px; */
  border-radius: 12px;

  border: solid 1px #f0f0f0;
}
.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.2s 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 .gallery-list-thumb:hover .gallery-img {
  transform: scale(1.06);
}
.gallery-list .category-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 8px;
}
.gallery-list .category-wrap .category {
  display: inline-block;
  font-size: 14px;
  color: #767676;
}
.gallery-list .category-wrap .category + .category::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  vertical-align: middle;
  margin: 0 6px;
  opacity: 0.3;
}
.gallery-list .gallery-list-item .cont {
  /* margin-top: 20px; */
  margin: 12px 4px 0 4px;
}
.gallery-list .gallery-list-item .cont .gallery-title .gallery-title-link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  font-weight: 500;
  font-size: 18px;
}
.gallery-list .gallery-list-item .cont .rating {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 14px;
}
.gallery-list .gallery-list-item .cont .rating .write-date {
  font-weight: 400;
  color: #767676;
}
.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%);
}
.gallery-space-info {
  margin-top: 20px;
  font-size: 15px;
}
.gallery-space-info > span {
  margin-right: 14px;
}
.gallery-space-info > span > span {
  color: #767676;
}
.gallery-space-info > span > strong {
  font-weight: 500;
}
.gallery-space-info > span > b > span {
  font-weight: 300;
  font-size: 13px;
}
.hover-info-icon {
  display: inline-block;
}
.gallery-space-info .hover-info-icon {
  margin-left: 2px;
  /* font-size:13px; */
}
.gallery-info-box {
  background-color: #f9f9f9;
  padding: 10px 15px;
  margin-top: 12px;
}
.gallery-info-box dl {
  margin-bottom: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.gallery-info-box dl + dl {
  margin-top: 8px;
}
.gallery-info-box dl dt {
  width: 78px;
  font-size: 14px;
  font-weight: 400;
  color: #767676;
}
.gallery-info-box dl dd {
  flex: 1;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}

/* gallery 추가 */
.board-category-list {
  display: flex;
  gap: 24px;
  margin-bottom: 8px;
}
.board-category-list .category {
  font-weight: 700;
  position: relative;
}
.board-category-list .category::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #ddd;
  top: 50%;
  transform: translateY(-50%);
  right: -12px;
}
.board-category-list .write-date {
  color: #767676;
}
.gallery-list .gallery-list-item .cont .gallery-title .gallery-title-link:hover,
.gallery-list
  .gallery-list-item
  .cont
  .gallery-title
  .gallery-title-link:focus {
  text-decoration: none;
  color: #51740b;
}

.product-info-box {
  background-color: #f9f9f9;
  padding: 10px 15px;
  margin-top: 12px;
}
.product-info-box dl {
  margin-bottom: 0;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}
.product-info-box dl + dl {
  margin-top: 8px;
}
.product-info-box dl dt {
  width: 78px;
  font-size: 14px;
  font-weight: 400;
  color: #767676;
}
.product-info-box dl dd {
  flex: 1;
  font-size: 14px;
  color: #333;
  font-weight: 600;
}
.product-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 16px;
}
.product-won {
  margin-top: 8px;
  font-size: 16px;
}
.product-won > span {
  font-weight: 700;
  font-size: 20px;
  margin-right: 2px;
}
.author-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  font-weight: 400;
  font-size: 16px;
}
.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;
}
.video-list-popup-btn {
  border: 0;
  background: none;
  position: relative;
  z-index: 9;
  background-color: #bbbbbb;
  border-radius: 0px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  transition: 0.2s;
}
.video-list-popup-btn:hover {
  color: #fff;
  background: #000;
}
@media (max-width: 1023px) {
  .gallery-list {
    margin: 0 -10px;
  }
  .gallery-list .gallery-list-item {
    max-width: 50%;
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .gallery-list .gallery-list-item {
    max-width: 50%;
  }
  .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: 540px) {
  .gallery-list .gallery-list-item {
    max-width: 100%;
  }
}

/* 웹진 */
.webzine-list {
  position: relative;
  /* border-top: 1px solid #000; */
}
.webzine-link {
  display: block;
}
.webzine-list .webzine-list-item {
  width: 100%;
  /* padding: 32px 0; */
  padding: 12px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  /* border-bottom: 1px solid #e5e5e5; */
  border: solid 1px #ddd;
  border-radius: 20px;
  margin-bottom: 12px;
}
.webzine-list .webzine-list-item .webzine-list-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 0px;
  flex: none;
  /* width: 267px; */
  width: 280px;
}
.webzine-list .webzine-list-item .webzine-list-thumb a {
  display: block;
}
.webzine-list .webzine-list-item .webzine-list-thumb .webzine-img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.2s ease-in-out;
}
.webzine-list .webzine-list-item .webzine-list-thumb:hover .webzine-img {
  transform: scale(1.06);
}
.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 {
  flex: 1;
  /* margin-left: 38px; */
  padding: 12px 24px 4px 20px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.webzine-list .cont .status-list {
  margin-bottom: 4px;
}
.webzine-list .cont .webzine-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  /* font-size: 24px; */
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  /* margin-bottom: 8px; */
  margin-bottom: 4px;
}
.webzine-list .cont .webzine-content {
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.6;
  color: #767676;
  /* margin-bottom: 30px; */
}
.webzine-list .cont .webzine-info {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.webzine-list .cont .webzine-info .tag-list {
  flex: 1;
  margin-right: 30px;
  margin-top: 0;
  height: auto;
}
.webzine-list .cont .webzine-info .tag-list .tag-item {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 0px;
  background-color: #f1f2f3;
  color: #767676;
  font-size: 14px;
  font-weight: 400;
}
.webzine-list .cont .webzine-info .date {
  display: inline-block;
  font-size: 16px;
  color: #767676;
  flex: none;
}
.webzine-list .cont .rating {
  margin-top: 45px;
  font-size: 15px;
  letter-spacing: -0.4px;
  color: #bbb;
}
.webzine-list .category-wrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 8px;
}
.webzine-list .category-wrap .category {
  display: inline-block;
  font-size: 14px;
  color: #767676;
}
.webzine-list .category-wrap .category + .category::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #000;
  vertical-align: middle;
  margin: 0 6px;
  opacity: 0.3;
}
@media (max-width: 768px) {
  .webzine-list {
  }
  .webzine-list .webzine-list-item {
    flex-wrap: wrap;
  }
  .webzine-list .webzine-list-item .webzine-list-thumb {
    width: 100%;
  }
  .webzine-list .cont {
    margin-top: 18px;
    margin-left: 0;
  }
  .webzine-list .cont .webzine-title {
    font-size: 20px;
  }
  .webzine-list .cont .webzine-content {
    -webkit-line-clamp: 2;
    margin-bottom: 15px;
  }
  .webzine-list .cont .webzine-info {
    flex-wrap: wrap;
  }
  .webzine-list .cont .webzine-info .tag-list {
    order: 1;
    margin-right: 0;
    width: 100%;
    flex: none;
    margin-top: 10px;
  }
  .webzine-list .cont .webzine-info .date {
    order: 0;
  }
  .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; */
  margin-top: 16px;
  /* height: 28px; */
  /* overflow: hidden; */
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}
.tag-list .tag-item {
  /* vertical-align: top; */
  /* display: inline-block; */
  /* margin-right: 3px; */
  /* font-weight: 400; */
  /* color: #767676; */
  color: #51740b;
  /* font-size: 13px; */
  font-size: 12px;
  /* background-color: #f1f2f3; */
  background-color: rgba(81, 116, 11, 0.2);
  border-radius: 8px;
  padding: 4px 8px;
}
.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: 540px) {
  .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: #676767;
}
.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 {
  border-top: 1px solid #ddd;
}
.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 40px;
}
.faq-accordion .faq-item .faq-item-head .accordion-toggle .faq-icon {
  width: 50px;
  flex: 0 0 auto;
  font-size: 21px;
  color: var(--bs-dark);
}
.faq-accordion
  .faq-item
  .faq-item-head
  .accordion-toggle[aria-expanded="true"]
  .faq-icon {
  color: var(--bs-theme);
}
.faq-accordion .faq-item .faq-item-head .accordion-toggle .txt {
  flex: 1;
}
.faq-accordion .faq-item .faq-item-head .accordion-toggle .faq-category {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.4px;
}
.faq-accordion .faq-item .faq-item-head .accordion-toggle .faq-title {
  display: block;
  font-size: 21px;
  font-weight: 700;
  color: var(--bs-dark);
}
.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: 21px;
  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 {
}
.faq-accordion .faq-item .faq-item-body .question-content {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  padding: 0 80px 30px 90px;
}
.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.5;
}
@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: 15px;
  }
  .faq-accordion .faq-item .faq-item-head .accordion-toggle .faq-category {
    font-size: 14px;
  }
  .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: 0px 50px 20px 60px;
  }
  .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: 14px;
  }
}

/* 검색 */
.global-search-wrap {
  padding-top: 100px;
  background-color: #f7f7f7;
  flex: 1;
}
.search-result-title {
  text-align: center;
  font-size: 48px;
  font-weight: 900;
  color: #111;
  margin-bottom: 80px;
}
.search-field-box {
  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-bottom: 0;
}
.search-field-box .search-field-input {
  display: block;
  width: 100%;
  border: 0;
  background-color: #fff;
  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: 120px;
}
.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: 20px 10px;
}
.search-result-wrap .search-result-list > li > a {
  display: block;
}
.search-result-wrap .search-result-list > li .cont .title {
  font-size: 18px;
  color: #111;
}
.search-result-wrap .search-result-list > li .cont .route {
  margin-bottom: 10px;
  font-size: 14px;
  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;
}
.search-result-item {
  border-radius: 0px;
  background-color: #fff;
}
.search-result-item .search-load {
  padding: 30px 24px;
}
.search-result-item + .search-result-item {
  margin-top: 30px;
}
.search-result-item .search-load .gallery-list .gallery-list-item {
  margin-bottom: 0;
}
.board-route {
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  color: #767676;
}

@media (max-width: 768px) {
  .global-search-wrap {
    padding-top: 70px;
  }
  .search-result-title {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .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: 50px;
    padding-bottom: 80px;
  }
  .search-result-wrap .search-result-list > li {
    padding: 15px 0px;
  }
  .search-result-wrap .search-result-list > li .cont .route {
    font-size: 13px;
    margin-bottom: 5px;
  }
  .search-result-wrap .search-result-list > li .cont .title {
    font-size: 15px;
  }
  .search-result-wrap .tag-list li a {
    font-size: 11px;
  }
}
/* 히스토리 / 연혁 */
.history-wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 200px;
}
.history-wrap .title {
  width: 100%;
  height: 200px;
  background: url("https://cdn.pixabay.com/photo/2017/06/29/00/08/fleshy-in-this-2452647_1280.jpg")
    50% 50% no-repeat;
  background-size: cover;
  border-radius: 40px 0 40px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.history-wrap .title h4 {
  /* font-size: 32px; */
  font-size: max(24px, 1.91732vw);
  font-weight: 700;
  padding: 20px 72px;
  color: #fff;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  word-break: keep-all;
  text-align: center;
  line-height: 40px;
}
.history-wrap .history-list {
  width: 100%;
  position: relative;
}
.history-item {
  display: flex;
  position: relative;
  padding: 48px 0;
  color: #1e1e1e;
}
.history-item .year {
  min-width: 180px;
  padding-right: 100px;
  width: 30%;
  font-size: 52px;
  font-weight: 700;

  position: sticky;
  top: 220px;
}
.history-item .history-cont {
  padding-top: 20px;
  padding-left: 100px;
  width: 70%;
}
.history-item .history-cont .history-info {
  display: flex;
  padding-bottom: 16px;
}
.history-item .history-cont .history-info + .history-info {
  margin-top: 10px;
}
.history-item .history-cont .history-info .history-date {
  min-width: 40px;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
.history-item .history-cont .history-info .history-text {
  font-size: 18px;
  color: #767676;
  word-break: keep-all;
}

.history-percent-bar {
  position: absolute;
  top: 272px;
  left: 30%;
  border-radius: 2.5px;
  margin-left: -0.2rem;
  width: 4px;
  height: calc(100% - 350px);
  background: #eee;
}
.history-percent-bar .percent-bar-child {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  background-color: #7fbc03;
  z-index: 1;
  border-radius: 2px 2px 0 0;
}
.percent-bar-child .point {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -3rem;
  left: 50%;
  content: "";
  z-index: 10;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background-color: #7fbc03;
  transform: translate(-50%, 0);
  box-shadow: 0 0 20px 0 rgba(127, 188, 3, 0.25);
}
.percent-bar-child .point i {
  font-size: 1.6rem;
  color: #fff;
}
@media (max-width: 1023px) {
  .history-item .year {
    min-width: auto;
    width: auto;
  }
  .history-item {
    flex-direction: column;
  }
  .history-percent-bar {
    display: none;
  }
  .history-item .history-cont {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .history-wrap .title h4 {
    font-size: 24px;
    padding: 20px 20px;
  }
  .history-item .year {
    font-size: 32px;
  }
  .history-item .history-cont {
    padding-left: 40px;
  }
}
@media (max-width: 540px) {
  .history-wrap .title {
    height: 160px;
  }
  .history-wrap .title h4 {
    font-size: 18px;
    padding: 10px;
    line-height: 30px;
  }
}

/* 일정 */
.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: none;
}
.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;
}
.fc .fc-day-sat {
  color: #0045ff;
}
#calendar.fc .fc-daygrid-day.fc-day-today {
  background: none;
}
#calendar.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
  background-color: #000;
  color: #fff;
  border-radius: 0;
}
#calendar.fc .fc-daygrid-day-frame {
}
#calendar .fc-h-event {
  background-color: var(--bs-theme);
  border-color: var(--bs-theme);
}
.popover {
  font-family: "Noto Sans Kr";
}
.popover-title {
  padding-right: 40px;
  font-size: 13px;
}
.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;
}
.files-list {
  position: relative;
  margin: -3px;
}
.files-list a {
  margin: 3px;
  display: inline-block;
  word-break: break-all;
  font-size: 14px;
  background-color: #eee;
  border-radius: 0px;
  padding: 4px 8px;
  font-weight: 400;
}
.files-list a:hover {
  background-color: #ddd;
}
.files-list a .file-title {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-width: 280px;
}
@media (max-width: 1023px) {
  .searchWrap {
    flex-wrap: wrap;
  }
  .searchWrap {
    display: block;
    flex-wrap: wrap;
  }
  .searchWrap .searchCount {
    font-size: 14px;
  }
  .searchWrap .searchContent {
    width: 100%;
    flex-wrap: wrap;
  }
  .searchWrap .searchForm {
    width: 100%;
  }
  .searchWrap .searchForm .searchInput {
    width: 100%;
    font-size: 13px;
    padding: 0px 36px 0 12px;
  }
  .searchWrap .searchForm .search-btn {
    right: 8px;
    font-size: 13px;
    width: 21px;
    height: 21px;
  }
  .filter-wrap {
    margin-bottom: 10px;
  }
  .filter-list {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
  .filter-category-box .bootstrap-select.open::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9998;
  }
  .filter-category-box .bootstrap-select .dropdown-menu {
    width: 100%;
    border-radius: 10px 10px 0 0;
    bottom: -200%;
    transition: 0.2s ease-out;
    background-color: #fff;
    height: calc(var(--vh, 1vh) * 68);
    position: fixed;
    top: auto;
    left: 0;
    bottom: -200%;
    z-index: 9999;
    overflow: hidden;
    transition: 0.2s ease-out;
    margin: 0;
    max-height: none !important;
    display: block;
  }
  .filter-category-box .bootstrap-select.open .dropdown-menu {
    box-shadow: 0px -8px 16px rgb(0 0 0 / 10%);
    bottom: 0;
  }
  .filter-category-box .bootstrap-select .dropdown-menu .dropdown-menu.inner {
    max-height: none !important;
  }
  .search-result-item
    .search-load
    .gallery-list
    .gallery-list-item:nth-child(n + 4) {
    margin-top: 54px;
  }
}
@media (max-width: 768px) {
  .button.btn-full-large,
  a.btn-full-large {
  }
  .board-route {
    font-size: 13px;
    margin-bottom: 3px;
  }
  .none-content {
    font-size: 16px;
    padding: 60px 0;
  }
  .none-content i,
  .none-content img {
    font-size: 44px;
  }
  .board-mode-list-wrap {
    margin-left: 0;
    margin-top: 10px;
    text-align: right;
    width: 100%;
  }
  .searchWrap .searchSelect > .selectpicker {
    height: 40px;
    padding: 0;
    padding-left: 12px;
    padding-right: 24px;
    font-size: 13px;
  }
  .searchWrap .searchSelect.bootstrap-select {
    margin-right: 0;
  }
  .searchWrap .searchSelect .dropdown-menu > li > a {
    font-size: 16px;
  }
  .filter-sort-btn {
    font-size: 13px;
    padding: 0 16px;
  }
  .filter-list > div:not(:first-child)::before {
    margin: 0 12px;
  }
  .search-result-item
    .search-load
    .gallery-list
    .gallery-list-item:nth-child(n + 3) {
    margin-top: 54px;
  }
}
@media (max-width: 540px) {
  .search-result-item
    .search-load
    .gallery-list
    .gallery-list-item
    + .gallery-list-item {
    margin-top: 54px;
  }
}

/* history new */
@media (max-width: 1023px) {
  .company.history1 .content {
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .company.history1 .content {
    padding-bottom: 80px;
  }
}
.company.history1 #historytabWrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: max(31.68px, 3.125vw);
  background-color: #7fbc03;
  white-space: noWrap;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s;
}
.company.history1 #historytabWrap.active {
  opacity: 1;
}
.company.history1 #historytabWrap.break {
  position: relative;
}
.company.history1 #historytabWrap .history_scroll {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.company.history1 #historytabWrap .history_scroll .mCSB_dragger_bar {
  display: none;
}
.company.history1 #historytabWrap .history_tab {
  position: relative;
  width: 100%;
  padding: max(2.64px, 0.2604166667vw) 0;
  background-color: #7fbc03;
  text-align: center;
  font-size: 0;
}
.company.history1 #historytabWrap .history_tab li {
  display: inline-block;
  vertical-align: middle;
  width: max(89.1px, 8.7890625vw);
  text-align: center;
}
.company.history1 #historytabWrap .history_tab li a {
  display: block;
  width: 100%;
  background-color: transparent;
  border-radius: max(659.34px, 65.0390625vw);
  font-size: max(10.56px, 1.0416666667vw);
  letter-spacing: -0.02em;
  line-height: 2.5;
  color: #ffffff;
  font-weight: 500;
  transition: color 0.3s;
}
.company.history1 #historytabWrap .history_tab li.active a {
  background-color: #ffffff;
  color: #121619;
}
@media (max-width: 1023px) {
  .company.history1 #historytabWrap {
    height: 48px;
  }
  .company.history1 #historytabWrap .history_scroll .mCSB_dragger_bar {
    display: block;
  }
  .company.history1 #historytabWrap .history_tab {
    padding: 4px 61px;
    text-align: center;
  }
  .company.history1 #historytabWrap .history_tab li {
    width: 120px;
    margin-right: 24px;
  }
  .company.history1 #historytabWrap .history_tab li:last-of-type {
    margin-right: 0;
  }
  .company.history1 #historytabWrap .history_tab li a {
    border-radius: 999px;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 2.5;
  }
}
@media (max-width: 767px) {
  .company.history1 #historytabWrap {
    height: 48px;
  }
  .company.history1 #historytabWrap .history_tab {
    padding: 4px 20px;
    text-align: left;
  }
  .company.history1 #historytabWrap .history_tab li {
    width: 120px;
    margin-right: 24px;
  }
  .company.history1 #historytabWrap .history_tab li a {
    border-radius: 999px;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 2.8571428571;
  }
}
.company.history1 .sec01 {
  /* padding-top: max(105.6px, 10.4166666667vw); */
  padding-top: 50px;
}
.company.history1 .sec01 .con {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
}
.company.history1 .sec01 .con .area_year {
  width: max(198px, 13.53125vw);
}
.company.history1 .sec01 .con .area_year h3 {
  position: relative;
  font-size: max(29.04px, 2.8645833333vw);
  letter-spacing: -0.02em;
  line-height: 1.2954545455;
  font-weight: bold;
  color: #121619;
}
.company.history1 .sec01 .con .area_year h3::before,
.company.history1 .sec01 .con .area_year h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: 0.3s;
  border-radius: 50%;
}
.company.history1 .sec01 .con .area_year h3::before {
  right: calc(max(3.96px, 0.390625vw) * -1);
  z-index: 2;
  width: max(7.26px, 0.7161458333vw);
  height: max(7.26px, 0.7161458333vw);
  background-color: #7fbc03;
}
.company.history1 .sec01 .con .area_year h3::after {
  right: calc(max(9.24px, 0.9114583333vw) * -1);
  z-index: 1;
  width: max(17.16px, 1.6927083333vw);
  height: max(17.16px, 1.6927083333vw);
  background-color: #fff;
  border: max(0.66px, 0.0651041667vw) solid #7fbc03;
  transform: translateY(-50%) scale(0);
}
.company.history1 .sec01 .con .area_history {
  position: relative;
  width: calc(100% - max(198px, 19.53125vw));
  padding: max(11.88px, 1.171875vw) 0 max(52.8px, 5.2083333333vw)
    max(36.3px, 3.5807291667vw);
}
.company.history1 .sec01 .con .area_history::before {
  content: "";
  display: block;
  position: absolute;
  top: max(20.46px, 2.0182291667vw);
  left: 0;
  width: max(0.66px, 0.0651041667vw);
  height: 100%;
  background-color: #dde1e6;
}
.company.history1 .sec01 .con .area_history .progress {
  position: absolute;
  top: max(20.46px, 2.0182291667vw);
  left: 0;
  width: max(0.66px, 0.0651041667vw);
  height: 0;
  background-color: #7fbc03;
}
.company.history1 .sec01 .con .history_cont {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: normal;
}
.company.history1 .sec01 .con .history_cont + .history_cont {
  margin-top: max(15.84px, 1.5625vw);
}
.company.history1 .sec01 .con .history_cont strong {
  width: max(39.6px, 3.90625vw);
  font-size: max(13.2px, 1.3020833333vw);
  letter-spacing: -0.02em;
  line-height: 1.5;
  font-weight: bold;
  color: #121619;
}
.company.history1 .sec01 .con .history_cont .cont_box {
  width: calc(100% - max(39.6px, 3.90625vw));
}
.company.history1 .sec01 .con .history_cont .box + .box {
  margin-top: max(5.28px, 0.5208333333vw);
}
.company.history1 .sec01 .con .history_cont .box .img_box {
  width: 100%;
  max-width: max(242.88px, 23.9583333333vw);
  margin: max(7.92px, 0.78125vw) 0;
  border-radius: max(7.92px, 0.78125vw);
  overflow: hidden;
}
.company.history1 .sec01 .con .history_cont .box .img_box img {
  width: 100%;
}
.company.history1 .sec01 .con .history_cont .box p {
  font-size: max(11.88px, 1.171875vw);
  letter-spacing: -0.02em;
  line-height: 1.5;
  color: #697077;
  word-break: keep-all;
  word-wrap: break-word;
}
.company.history1 .sec01 .con.active .area_year h3::after {
  transform: translateY(-50%) scale(1);
}
.company.history1 .sec01 .con:last-of-type .area_history::before {
  display: none;
}
.company.history1 .sec01 .con:last-of-type .progress {
  display: none;
}
@media (max-width: 1023px) {
  .company.history1 .sec01 {
    padding-top: 60px;
  }
  .company.history1 .sec01 .con .area_year {
    width: 155px;
  }
  .company.history1 .sec01 .con .area_year h3 {
    font-size: 38px;
    letter-spacing: -0.02em;
    line-height: 1.2894736842;
  }
  .company.history1 .sec01 .con .area_year h3::before {
    right: -6px;
    width: 11px;
    height: 11px;
  }
  .company.history1 .sec01 .con .area_year h3::after {
    right: -14px;
    width: 26px;
    height: 26px;
    border-width: 1px;
  }
  .company.history1 .sec01 .con .area_history {
    width: calc(100% - 155px);
    padding: 10px 0 64px 48px;
  }
  .company.history1 .sec01 .con .area_history::before {
    top: 20px;
    width: 1px;
  }
  .company.history1 .sec01 .con .area_history .progress {
    top: 20px;
    width: 1px;
  }
  .company.history1 .sec01 .con .history_cont + .history_cont {
    margin-top: 24px;
  }
  .company.history1 .sec01 .con .history_cont strong {
    width: 50px;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.5;
  }
  .company.history1 .sec01 .con .history_cont .cont_box {
    width: calc(100% - 50px);
  }
  .company.history1 .sec01 .con .history_cont .box + .box {
    margin-top: 8px;
  }
  .company.history1 .sec01 .con .history_cont .box .img_box {
    max-width: 368px;
    margin: 10px 0;
    border-radius: 12px;
  }
  .company.history1 .sec01 .con .history_cont .box p {
    font-size: 17px;
    letter-spacing: -0.02em;
    line-height: 1.5294117647;
  }
}
@media (max-width: 767px) {
  .company.history1 .sec01 {
    padding-top: 80px;
  }
  .company.history1 .sec01 .con {
    position: relative;
    display: block;
    padding: 0 0 64px 47px;
  }
  .company.history1 .sec01 .con:last-of-type {
    padding-bottom: 0;
  }
  .company.history1 .sec01 .con .area_year {
    width: 100%;
  }
  .company.history1 .sec01 .con .area_year h3 {
    font-size: 30px;
    letter-spacing: -0.02em;
    line-height: 1.3666666667;
  }
  .company.history1 .sec01 .con .area_year h3::before {
    right: auto;
    left: -39px;
    width: 11px;
    height: 11px;
  }
  .company.history1 .sec01 .con .area_year h3::after {
    right: auto;
    left: -47px;
    width: 26px;
    height: 26px;
    border-width: 1px;
  }
  .company.history1 .sec01 .con .area_history {
    position: static;
    width: 100%;
    padding: 24px 0 0 0;
  }
  .company.history1 .sec01 .con .area_history::before {
    top: 20px;
    left: 13px;
    width: 1px;
  }
  .company.history1 .sec01 .con .area_history .progress {
    top: 20px;
    left: 13px;
    width: 1px;
  }
  .company.history1 .sec01 .con .history_cont + .history_cont {
    margin-top: 24px;
  }
  .company.history1 .sec01 .con .history_cont strong {
    width: 50px;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1.5555555556;
  }
  .company.history1 .sec01 .con .history_cont .cont_box {
    width: calc(100% - 50px);
  }
  .company.history1 .sec01 .con .history_cont .box + .box {
    margin-top: 8px;
  }
  .company.history1 .sec01 .con .history_cont .box .img_box {
    max-width: 100%;
    margin: 10px 0;
    border-radius: 8px;
  }
  .company.history1 .sec01 .con .history_cont .box p {
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
}

html {
  scroll-behavior: smooth;
}

/* 연구개발실적 페이지 250625 추가 */
.image__cover_1_1::after {
  padding: 0 !important;
}
.webzine-list .webzine-list-item .webzine-list-thumb a {
  overflow: hidden;
  border-radius: 12px;
}
.webzine-list .webzine-list-item .webzine-list-thumb .webzine-img {
  /* padding-bottom: 100%; */
  width: 100%;
  height: 200px;
  border: solid 1px #ddd;
  border-radius: 12px;
}
