@charset "UTF-8";
:root {
  --swiper-pagination-bottom: -30px;
  --mini-title-font-size: 40px;
  --main-base-col: #454545;
  --point-col: #7e92ff;
  --item-box-hover-shadow : 0 4px 12px rgba(0, 0, 0, 0.2);



  /*layout-board*/
  --board-box-wrap-height : 500px;
  --board-item-min-width : 300px;
  --baord-item-wrap-height : calc(var(--board-box-wrap-height) - 200px);
  --board-slider-wrap-max-height : calc(var(--baord-item-wrap-height) + 20px);
  
}

html {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

body {
  top: 0 !important;
}

.text-white {
  color: var(--white);
}

.mx-body-container {
  box-sizing: border-box;
  /* padding: 10px 10px; */
}

.main-bg-wraper {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
.main-bg-wraper::after {
  content: "";
  /* background: url("../contents/img/bg.png") no-repeat; */
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  top: 0;
  left: 0;
}

.main-content-wraper {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.view-full-content {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  box-sizing: border-box;
  align-items: center;
  /* border-radius: 20px !important; */
}

.view-full-box {
  max-width: var(--max-width);
  white-space: nowrap;
  box-sizing: border-box;
}
.view-full-box > h1, .view-full-box h4 {
  /* mix-blend-mode: difference; */
  color: gray;
}
.effect-label{
    margin-bottom: 0;
    color: #d88245;
    background: linear-gradient(140deg, #60bcff 0%, hsl(197.13deg 100% 66%) 50%, #97caf5 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 20px;
}
.mx-view-full-box {
  max-width: 100%;
  width: 100%;
}

.view-full-content > video,
.view-full-content > img {
  width: 100%;
  min-width: 1900px;
  position: absolute;
  top: 0;
  z-index: -1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.swiper {
  width: 100%;
  overflow: unset !important;
}

.swiper:not(.bannerSwiper, .bsh-img-slider) {
  height: 100% !important;
  overflow: unset !important;
}

.news-boarder-wrap .bsh-go-pgw .swiper-wrapper {
  align-items: center;
  box-sizing: border-box;
  padding : 10px 0;
  max-height: var(--board-slider-wrap-max-height);
}

footer {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.mainWraperSwiper:not(.bannerSwiper) .swiper-wrapper {
  align-items: center;
  transition: cubic-bezier(0.76, 0.69, 0.25, 0.8) 0.85s !important;
}

.mainWraperSwiper > div > .swiper-pagination-bullet {
  border-radius: 4px !important;
  transition: all 0.35s;
}

.mainWraperSwiper > div > .swiper-pagination-bullet-active {
  height: 50px !important;
  outline: 1px solid var(--white);
  outline-offset: 3px;
}

.swiper-pagination-bullet {
  background: #b5b5b5;
  opacity: 1 !important;
  transition: all 0.35s;
  border-radius: 120px;
}

.swiper-pagination-bullet-active {
  background: var(--main-base-col);
  width: 80px;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--main-base-col);
}

.swiper-pagination {
  mix-blend-mode: exclusion;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 80px;
}

.swiper-container {
  /* overflow: hidden; */
}

.swiper-slide.last-slide {
  height: -moz-fit-content;
  height: fit-content;
  background: black !important;
  width: 100%;
}

div:has(> .footer-info) {
  display: inline-flex;
  gap: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.footer-info {
  margin: 0;
  text-align: left;
}

.circle-text {
  border: 1px solid #e5e5e5;
  border-radius: 44px;
  padding: 10px 20px;
  color: #e5e5e5;
}

.mddLabel2 {
  position: relative;
}

.pbuilder::after {
  content: "~2023";
  position: absolute;
  right: -70px;
  font-size: 0.8rem;
  opacity: 1;
  top: -44px;
  border: 1px solid;
  padding: 0 10px;
  text-align: center;
  border-radius: 18px;
}

.gra-ani-bg {
  width: 100%;
  position: absolute;
  z-index: -1;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  height: 100vh;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.pmdd::after {
  content: "2023~";
  position: absolute;
  right: -70px;
  font-size: 0.8rem;
  opacity: 1;
  top: -44px;
  border: 1px solid;
  padding: 0 10px;
  text-align: center;
  border-radius: 18px;
}

.mmdd::after {
  content: "CommingSoon";
  position: absolute;
  right: -70px;
  font-size: 0.8rem;
  opacity: 1;
  top: -44px;
  border: 1px solid;
  padding: 0 10px;
  text-align: center;
  border-radius: 18px;
}

.pur-animation {
  color: #7c1cd1 !important;
  animation: shadow-circle 0.85s cubic-bezier(0.74, 0.19, 0.99, 1.02) alternate infinite;
}

.burgger-box {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  color: var(--black);
}

.quick_btn_container {
  display: inline-flex;
  flex-direction: row;
  width: 100%;
  box-sizing: border-box;
  gap: 10px;
  border-radius: 0px;
}
.quick_btn_container .hue-box-wrap {
  max-width: var(--max-width);
  background: rgba(255, 255, 255, 0.0392156863);
  border-radius: 18px;
  box-sizing: border-box;
  position: relative;
  bottom: 0;
  padding: 10px 0;
}
.quick_btn_container .quick_link_content {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}
.quick_btn_container .quick_link_content .link_content-wrap {
  min-width: 200px;
  transition: all 0.35s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.662745098);
  background: rgba(255, 255, 255, 0.1215686275);
  height: 50px;
  -webkit-backdrop-filter: brightness(0.5) blur(0px);
  backdrop-filter: brightness(0.5) blur(0px);
  border-radius: 8px;
  cursor: pointer;
}
.quick_btn_container .quick_link_content .link_content-wrap label {
  cursor: pointer;
}
.quick_btn_container .quick_link_content .link_content-wrap:hover {
  filter: invert(1);
}
.quick_btn_container .quick_link_container {
  overflow-x: auto;
}
.quick_btn_container .quick_link_container .quick_link_wrap {
  display: grid;
  grid-template-columns: repeat(4, 100px);
  gap: 10px;
  align-self: flex-start;
}
.quick_btn_container .quick_link_container .quick_link_wrap .quick_btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.662745098);
  border-radius: 15px;
  -webkit-backdrop-filter: brightness(0.5) blur(0px);
  backdrop-filter: brightness(0.5) blur(0px);
  color: white;
  font-size: 0.9rem;
  font-weight: bold;
  box-sizing: border-box;
  background-size: 950px;
  transition: all 0.35s;
}
.quick_btn_container .quick_link_container .quick_link_wrap .quick_btn label {
  cursor: pointer;
  white-space: nowrap;
}
.quick_btn_container .quick_link_container .quick_link_wrap .quick_btn:hover {
  filter: invert(1);
}
.quick_btn_container .mdd-auto-show-trigger {
  z-index: 1;
  display: inline-flex;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: unset !important;
}
.quick_btn_container .quick_search_wrap {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 60px;
  min-height: 60px;
  border-radius: 15px;
  overflow-x: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1411764706);
  overflow: hidden;
  z-index: 1;
  max-width: 1600px;
}
.quick_btn_container .quick_search_wrap .search-input {
  height: 100%;
  width: 100%;
  padding: 15px 100px 15px 20px;
  font-size: 1.5rem;
  border: 1px solid #8b8b8b;
  background: var(--white);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid white;
  color: var(--black);
}
.quick_btn_container .quick_search_wrap .search-input::-moz-placeholder {
  color: #d3d3d3;
}
.quick_btn_container .quick_search_wrap .search-input::placeholder {
  color: #d3d3d3;
}
.quick_btn_container .quick_search_wrap .search-input ~ input[type=button], .quick_btn_container .quick_search_wrap .search-input ~ font input[type=button] {
  /*font-family: "Material Icons";
  position: absolute;
  right: 0;
  width: 120px;
  height: 100%;
  background: transparent;
  border: unset;
  color: var(--black);
  box-sizing: border-box;
  font-size: 1.7rem;
  font-weight: bold;
  border-radius: 25px;
  cursor: pointer;*/
  min-width: unset;
  position: absolute;
  right: 40px;
  top: 12px;
  background: transparent;
  border: unset;
  cursor: pointer;
  padding: 5px;
  background-image: url(" data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'>\ <circle cx='11' cy='11' r='8'/>\ <line x1='21' y1='21' x2='16.65' y2='16.65'/>\ </svg>");
  background-repeat: no-repeat;
  width: 35px;
  height: 35px;
  color: transparent;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}
.quick_btn_container .quick_search_wrap .search-input ~ input[type=button], .quick_btn_container .quick_search_wrap .search-input ~ font input[type=button]:active{
  outline: none;
}
.bbs-cn a::before {
  content: "🔗";
}

.bbs-cn a {
  color: #3467ff !important;
}

div:has(> img.indata-img-bsh) {
  display: flex;
  align-items: center;
  justify-content: center;
}

img.indata-img-bsh {
  width: 910px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 570px;
  filter: drop-shadow(2px 4px 6px rgba(240, 240, 240, 0.9568627451));
  margin-bottom: 50px;
}

input ~ font,
input ~ font font {
  display: contents;
}

.circle-intro-2 {
  position: relative;
  display: inline-flex;
  flex-direction: row;
}
.circle-intro-2 .circle-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  color: white;
  background: #10204a;
  box-shadow: 8px 0px 8px rgba(255, 255, 255, 0.1215686275) inset;
}
.circle-intro-2 .circle-box:nth-of-type(2) {
  background: #004085;
  transform: translateX(-20px);
  z-index: 1;
  box-shadow: -7px 0px 8px rgba(1, 1, 4, 0.2039215686) inset;
}

.list-container {
  container: mob-col/inline-size;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0 4px 0px rgba(0, 0, 0, 0.0588235294);
  overflow: hidden;
  max-width: 100%;
}
.list-container.tp-2 {
  display: inline-flex;
  flex-direction: row;
  align-items: baseline;
  flex-wrap: wrap;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.0588235294);
  gap: 20px;
  width: 786px;
  max-width: 100%;
}
.list-container.tp-2.mob-col.mdd-show-box:not(:has(>div)) {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    font-size: 1.2rem;
    color: #7e95c1;
    font-weight: bold;
    border-radius: 20px;
}

.list-container.tp-2.mob-col.mdd-show-box:not(:has(>div))::after {
    content: '게시물을 기대해 주세요.❣️';
    padding: 10px 20px;
    box-sizing: border-box;
    box-shadow: 0 2px 8px;
    border-radius: 110px;
}
.list-container.tp-2 .sns-card-box {
  width: 383px;
  padding: 30px;
  border-radius: 25px;
  background: #F9FAFB;
  flex: 1 1 383px;
  flex-grow: inherit;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
}
.list-container.tp-2 .sns-card-box .title-box {
  white-space: pre-line;
  color: #333D4B;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: -0.6px;
  margin-bottom: 22px;
}
.list-container.tp-2 .sns-card-box .content-box {
  color: #696969;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.48px;
  white-space: pre-line;
  /* white-space: normal; */
  word-wrap: break-word;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  text-align: left;
  margin: 3px 0;
}
.list-container.tp-2 .sns-card-box .icon-wrap {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-end;
}
.list-container .tab-wrap {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #191919;
}
.list-container .tab-wrap label {
  padding: 20px 0;
  font-size: 1.5rem;
  font-weight: bold;
  cursor: pointer;
  color: gray;
}
.list-container .tab-wrap label:hover, .list-container .tab-wrap label.active {
  color: var(--black);
}
.list-container .news-list-item {
  padding: 15px 10px;
  border-bottom: 1px solid gainsboro;
  display: flex;
  gap: 50px;
  transition: all 0.35s;
  color: var(--black);
  cursor: pointer;
}
.list-container .news-list-item .first-ctx {
  font-weight: bold;
  font-size: 1rem;
  cursor: pointer;
}
.list-container .news-list-item .sec-ctx {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 1.1rem;
}
.list-container .news-list-item .sec-ctx label {
  cursor: pointer;
}
.list-container .news-list-item:hover {
  background: rgba(185, 185, 185, 0.1098039216);
  color: var(--black);
}

.siunUpTypeBox div {
  display: flex;
  gap: 10px;
  flex-direction: row;
}
.siunUpTypeBox div .siunUpType {
  flex: 1;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  border: 1px solid gainsboro;
  border-radius: 14px;
  cursor: pointer;
}

.lowercase {
  text-transform: lowercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-text-size-adjust: none;
}

/* 인사말 */
@font-face {
  font-family: "iceJaram-Rg";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/iceJaram-Rg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "CoolGuy-Medium";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/2403@1.0/CoolGuy-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ROEHOE-CHAN";
  src: url("https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/ROEHOE-CHAN.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.s-i-t {
  font-size: 2.3rem;
  color: #14225f;
  font-weight: bold;
  margin-bottom: 0;
}

.s-s-t {
  font-size: 2.1rem;
  margin: 0 0 20px 0;
}

.t-center {
  text-align: center;
}

.name-title {
  position: relative;
  font-size: 1.8rem;
  display: inline-flex;
  align-items: center;
  width: -moz-fit-content !important;
  width: fit-content !important;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.0705882353), 33px -7px 0px #14225f, 63px -13px 0px #2540b3;
  border-radius: 38px;
  background: white;
}

.name-title span {
  position: relative;
  padding: 10px 20px;
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  color: #02000a;
}

.name-title:not(.no-deco) span:nth-of-type(1)::after {
  content: "";
  position: absolute;
  right: -15px;
  height: 30%;
  width: 1px;
  background: gainsboro;
}

.deco-comma {
  width: 100%;
  position: relative;
}

.deco-comma::before {
  content: "";
  position: absolute;
  height: 50px;
  top: 0px;
  left: -10px;
  right: unset;
  width: 23px;
  background: rgba(20, 91, 95, 0.7490196078);
  border-radius: 14px 0 14px 0;
  transform: rotate(45deg);
}

.deco-comma::after {
  content: "";
  position: absolute;
  height: 50px;
  top: 0px;
  right: unset;
  left: 30px;
  width: 23px;
  background: rgba(20, 29, 95, 0.7490196078);
  border-radius: 14px 0 14px 0;
  transform: rotate(45deg);
}

.deco-comma.end::before {
  content: "";
  position: absolute;
  height: 50px;
  bottom: 37px;
  right: 90px;
  left: unset;
  width: 23px;
  background: rgba(20, 91, 95, 0.7490196078);
  border-radius: 14px 0 14px 0;
  transform: rotate(45deg);
}

.deco-comma.end::after {
  content: "";
  position: absolute;
  height: 50px;
  bottom: 37px;
  right: 130px;
  left: unset;
  width: 23px;
  background: rgba(20, 29, 95, 0.7490196078);
  border-radius: 14px 0 14px 0;
  transform: rotate(45deg);
}

.def-content-wrap {
  position: relative;
  gap: 30px;
}

.def-content-wrap .def-img-wrap {
  background: url("../contents/defi/jung.png") no-repeat 60px -360px/auto, linear-gradient(90deg, #f3f8ff 30%, rgb(78, 86, 96));
  /* background: repeating-radial-gradient(black, #fda5f400 1270px); */
  /* background-size: inherit; */
  /* background-position: center top; */
  min-width: 250px;
  width: 510px;
  height: 370px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 18px 8px rgba(91, 91, 145, 0.3), 0px 8px 8px rgba(34, 34, 55, 0.3019607843) inset;
}

.def-content-wrap.tp-2 {
  box-shadow: 0 0 0px rgba(0, 0, 0, 0.168627451);
  transition: all 0.35s;
}
.def-content-wrap.tp-2:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.0941176471);
  border-radius: 8px;
  background: #f6f9ff;
}
.def-content-wrap.tp-2 .def-img-wrap {
  min-width: 250px;
  width: 250px;
  height: 320px;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
  background: unset;
  background-size: cover;
  background-position: center;
  box-shadow: unset;
}
.def-content-wrap.tp-2 .def-img-wrap img {
  box-shadow: 0px 18px 8px rgba(255, 255, 255, 0.14) inset, 0px 8px 8px rgba(145, 145, 145, 0.15) inset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  z-index: -1;
  border-radius: 14px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.1176470588);
}
.def-content-wrap.tp-2 .name-title {
  border-radius: unset;
  background: transparent;
}
.def-content-wrap.tp-2 .name-title span {
  font-size: 1.5rem;
}
.def-content-wrap.tp-2 .name-title span:first-of-type {
  font-weight: bold;
  font-size: 1.7rem;
  text-align: center;
  width: 100%;
  justify-content: center;
  border-bottom: 1px solid gainsboro;
}
.def-content-wrap.tp-2 .name-title span:nth-of-type(2) {
  text-align: center;
  width: 100%;
  justify-content: center;
  font-size: 1.1rem;
  color: #5e78ff;
}

.def-content-wrap .name-title.no-deco {
  box-shadow: unset;
}

.def-content-wrap .def-intro {
  gap: 10px;
  align-items: center;
  align-self: flex-end;
  width: 100%;
  align-items: flex-end !important;
  justify-content: end;
  padding: 50px 100px 50px 50px;
  box-sizing: border-box;
  color: white;
}

.def-content-wrap .my-title-list {
  color: var(--white);
  list-style: "";
  font-weight: bold;
  gap: 4px;
  font-size: 0.9rem;
}

.def-content-wrap .my-title-list.tp-2 {
  padding: 0px 0 0 15px;
}

.def-content-wrap .sub-script {
  position: relative;
  padding: 20px 10px;
  box-sizing: border-box;
  font-size: 1.1rem;
  font-weight: 500;
  align-items: center !important;
  justify-content: center;
  color: #0a0a0a;
  line-height: 1.8rem;
  margin-top: 20px;
}

.def-content-wrap .sub-script li {
  list-style: none;
  width: 100%;
}

.def-content-wrap .sub-script p {
  margin: 0;
  align-self: flex-start;
  /* border: 1px solid gainsboro; */
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  box-shadow: 6px 5px 8px rgba(0, 0, 0, 0.0509803922);
}

.def-content-wrap .sub-script h5 {
  font-weight: 400;
  font-size: 2.1rem;
  color: #575757;
}

.def-content-wrap .sub-script b.under {
  position: relative;
  z-index: 0;
  color: #ffffff;
  font-size: 1rem;
  align-self: flex-start;
  background: linear-gradient(81deg, #364da1, rgba(226, 114, 241, 0.5215686275));
  background-attachment: fixed;
  /* border-radius: 30px 0 30px 0; */
  padding: 5px 20px;
  z-index: 1;
}

.def-content-wrap .sub-script b.under::before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: 0;
  width: 100%;
  /* background: linear-gradient(180deg, #e5e5e5, rgba(255, 255, 255, 0.68)); */
  height: 40%;
  border-radius: 3px;
  z-index: -1;
  box-shadow: 28px 3px 2px rgba(0, 0, 0, 0.1019607843);
}

a.hyup-go {
  background: #1a5280;
  color: white;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 0px;
  align-self: flex-start;
}

/* 인사말 */
.ui-state-default-grid, .ui-widget-content-grid .ui-state-default-grid, .ui-widget-header-grid .ui-state-default-grid {
  border-top: 1px solid var(--Blue-80) !important;
}

.sub-title-label {
  margin-top: 20px;
}

#containerHeader {
  transition: all 0.45s;
}
.upload-list .file-btn input[value=다운로드] {
  background: var(--Blue-40);
  padding: 10px 20px;
  color: var(--white);
  border-radius: 4px;
}

.top_scroll-btn {
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 80px;
  height: 80px;
  background: white;
  background-size: contain;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: transparent;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  filter: opacity(0.7) drop-shadow(0 0 8px rgba(34, 34, 34, 0.2));
  z-index: 99999;
  transition: all 0.35s;
}
.top_scroll-btn::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #1f2437;
  display: block;
  margin-top: 6px;
  border-right: 0;
  border-bottom: 0;
  transform: rotate(45deg);
}

@keyframes shadow-circle {
  0% {
    text-shadow: 0px 3px 8px rgba(125, 28, 209, 0.7215686275);
  }
  100% {
    text-shadow: 0px 3px 28px rgba(125, 28, 209, 0.7215686275);
  }
}
.mainWraperSwiper .swiper-pagination-bullet:last-of-type {
  display: none;
}

.grid-card-wrap {
  container: mob-col/inline-size;
  --img-width:380px;
  --card-height:300px;
  display: inline-flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  padding: 10px 0;
}
.grid-card-wrap * {
  cursor: pointer;
}
.grid-card-wrap .grid-card-box {
  display: inline-flex;
  flex-direction: row;
  position: relative;
  width: 100%;
  height: var(--card-height);
  gap: 10px;
  overflow: hidden;
  background: white;
  transition: all 0.35s;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.08);
  border: 1px solid #e5e5e5;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0; 
  border-left: unset;
  border-right: unset;
  border-top: unset;
}
.grid-card-info{
  width: 380px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
  align-self: flex-end;
}
.grid-card-user-wrap > label:not(:nth-of-type(2)){
  display: inline-flex;
  align-items: center;
  padding: 10px;
}
.grid-card-wrap .grid-card-box .grid-card-info .grid-card-state-wrap{
  position:unset;
  right: 0;
  padding:0;
}
/* 질의 */
.grid-card-box:has(div>div>.typeLabel[data-type="000"]) {
    border-top: 10px solid #28a74540;
}
/* 경고 */
.grid-card-box:has(div>div>.typeLabel[data-type="001"]) {
    border-top: 10px solid #ffc10740;
}
/* 에러 */
.grid-card-box:has(div>div>.typeLabel[data-type="002"]) {
    border-top: 10px solid #fd7e1440;
}
/* 결함 */
.grid-card-box:has(div>div>.typeLabel[data-type="003"]) {
    border-top: 10px solid #b21f2d40;
}
.typeLabel::before {
    font-size: 0.8rem;
    position: absolute;
    top: 10px;
    right: 10px;
    /* border: 1px solid gainsboro; */
    border-radius: 100px;
    padding: 5px 10px;
    box-shadow: 0px 3px 8px -4px;
}
.typeLabel.qna-detail::before {
  margin-right: 10px;
  font-size: 1.3rem;
  position: inherit;
  display: inline-flex;
  width: max-content;
}
.solveLabel[data-type="Y"]::before{
	  content:"☑️";
}
.solveLabel[data-type="N"]::before{
	  content:"❎";
}
.showLabel[data-type="N"]::before{
	  content:"🔒";
}
.typeLabel[data-type="000"]::before{
	  content:"[질의]";
	  color:#28a745;
}
.typeLabel[data-type="001"]::before{
	  content:"[경고]";
	  color:#ffc107;
}
.typeLabel[data-type="002"]::before{
	  content:"[에러]";
	  color:#fd7e14;
}
.typeLabel[data-type="003"]::before{
	  content:"[결함]";
	  color:#b21f2d;
}
.priorityLabel[data-condition="Y"]::before {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: bold;
    color: white;
}
/* Low */
.priorityLabel[data-condition="Y"][data-type="000"]::before {
  	content: "[Low]";
  	background-color: #28a745;
}
/* Medium */
.priorityLabel[data-condition="Y"][data-type="001"]::before {
  	content: "[Medium]";
	  background-color: #ffc107;
}
/* High */
.priorityLabel[data-condition="Y"][data-type="002"]::before {
  	content: "[High]";
    background-color: #fd7e14;
}
/* Critical */
.priorityLabel[data-condition="Y"][data-type="003"]::before {
  	content: "[Critical]";
  	background-color: #b21f2d;
}



.grid-card-wrap .grid-card-box:hover {
  box-shadow: 1px 3px 6px #0000001f;
  /* background: #2c2c2c0d; */

  border-radius: 18px;
}

.grid-card-wrap .grid-card-box:hover img {
  /* filter: drop-shadow(12px 12px 1px rgba(0, 0, 0, 0.075)) !important; */
}
.grid-card-wrap .grid-card-box .grid-card-img-box {
    width: fit-content;
    height: 100%;
    /* padding: 20px; */
    max-width: var(--img-width);
    box-sizing: border-box;
    border-radius: 20px;
    display: flex;
    align-items: center;
    /* padding: 10px 20px; */
    box-sizing: border-box;
    justify-content: flex-end;
}
.grid-card-wrap .grid-card-box .grid-card-img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;

  object-position: center;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.119));
  transition: all 0.35s;
  /* border-radius: 20px; */
  box-sizing: border-box;

}
.grid-card-wrap .grid-card-box .grid-card-content {
  padding: 10px;
  box-sizing: border-box;
  width: calc(100% - var(--img-width));
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  color: gray;
}
.grid-card-wrap .grid-card-box .grid-card-content .card-title-box {
  font-weight: bold;
  font-size: 1.6rem;
}
.grid-card-wrap .grid-card-box .grid-card-content .card-content-box {
  color: gray;
  white-space: pre-line;
  /* white-space: normal; */
  word-wrap: break-word;
  width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  text-align: left;
  margin: 3px 0;
}
.grid-card-wrap .grid-card-box .grid-card-state-wrap {
  position: absolute;
  bottom: 0;
  right: 10px;
  display: inline-flex;
  padding: 10px 20px;
  justify-content: flex-end;
  width: 100%;
  gap: 10px;
  box-sizing: border-box;
  align-items: center;
}
.grid-card-wrap .grid-card-box .grid-card-state-wrap label {
  display: inline-flex;
  align-items: center;
  padding: 5px;
  border-radius: 4px;
}
.grid-card-wrap .grid-card-box .grid-card-state-wrap > label::before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
}
.grid-card-wrap .grid-card-box .grid-card-state-wrap > label.lever::before {
  width: 0px;
  height: 0px;
}
.grid-card-wrap .grid-card-box .grid-card-state-wrap > label:nth-last-of-type(3)::before {
  background-size: contain;
}
.grid-card-wrap .grid-card-box .grid-card-state-wrap > label:nth-last-of-type(2)::before {
  background: url("../contents/icons/carbon_view-filled.svg") no-repeat;
  background-size: contain;
}
.grid-card-wrap .grid-card-box .grid-card-state-wrap > label:nth-last-of-type(1)::before {
  background: url("../contents/icons/humbleicons_calendar.svg") no-repeat;
  background-size: contain;
} 
.grid-card-wrap.card-type2 {
  flex-direction: row;
  flex-wrap: wrap;
  row-gap: 80px;
  padding: 50px 0;
}
.grid-card-wrap.card-type2 .grid-card-box {
  --card-height: auto;
  --img-width: 100%;
  /* border-radius: 20px; */
  flex-direction: column !important;
  flex: 1 1 290px;
  max-width: 320px;
  box-shadow: 0px 0px 6px white, 0px 1px 2px rgba(0, 0, 0, 0.1098039216);
  /* border-top: 11px solid transparent; */
  border-bottom: 0px solid rgba(26, 82, 128, 0.2509803922);
  transition: all cubic-bezier(0.54, 0.89, 0.2, 1.04) 0.35s;
  --img-tag-height:240px;
}
.grid-card-wrap.card-type2 .grid-card-box:hover{
  box-shadow: 0 0 13px #0000001a;
}
.grid-card-wrap.card-type2 .grid-card-box .grid-card-content {
  width: 100% !important;
  gap: 0;
}
.grid-card-wrap.card-type2 .grid-card-box .grid-card-content .card-title-box {
  width: 100%;
  text-align: center;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  text-align: left;
  margin: 3px 0;
}
.grid-card-wrap.card-type2 .grid-card-box .grid-card-img-box {
  /* padding: 20px; */
  border-radius: 0;
  height: var(--img-tag-height);
}
.grid-card-wrap.card-type2 .grid-card-box .grid-card-img-box img {
  height: var(--img-tag-height);
}
.grid-card-wrap.card-type2 .grid-card-box .grid-card-state-wrap {
  position: relative;
}
.grid-card-wrap.card-type2 .grid-card-box:hover::after {
  opacity: 1;
  top: 0%;
  transform: perspective(170px) rotateX(0deg);
}
.grid-card-wrap.card-type2 .grid-card-box:hover img {
  object-position: 0 45%;
  /* filter: drop-shadow(12px 12px 12px rgba(0, 0, 0, 0.119)) !important; */
}

.grid-text-state-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.grid-text-state-wrap label {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  border-radius: 4px;
}
.grid-text-state-wrap label::before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
}
.grid-text-state-wrap label:nth-last-of-type(3)::before {
  background-size: contain;
  cursor: pointer;
}
.grid-text-state-wrap label:nth-last-of-type(2)::before {
  background: url("../contents/icons/carbon_view-filled.svg") no-repeat;
  background-size: contain;
}
.grid-text-state-wrap label:nth-last-of-type(1)::before {
  background: url("../contents/icons/humbleicons_calendar.svg") no-repeat;
  background-size: contain;
}

.move-banner-wrap {
    --label-34px: 34px;
    width: 100%;
    height: 100px;
    background: linear-gradient(45deg, #348bbf, #02508e9c);
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: white;
  padding: 60px 55px;
  margin: 100px 0;
}
.move-banner-wrap h2 {
  color: #FFF;
  font-family: Pretendard;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 34px */
  margin: 0;
}
.move-banner-wrap input[type=button] {
  display: inline-flex;
  padding: 16px 27px 15px 28px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  color: #FFF;
  border: 1px solid #FFF;
  background: transparent;
  cursor: pointer;
}

.banner-moving-wrap {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-top: 40px;
  overflow: visible;
  border-radius: 25px;
  padding: 0 !important;
}
.banner-moving-wrap .banner-moving-box {
  max-width: 100%;
  background-attachment: fixed;
  padding: 10px;
  border-radius: 14px;
  overflow: hidden;
  box-sizing: border-box;
  height: 372px;
  border-radius: 25px;
  overflow: hidden;
  box-sizing: border-box;
  box-sizing: border-box;
}
.banner-moving-wrap .banner-moving-box .grid-card-box {
    --img-tag-height: 340px;
    background: #ffffff29;
    backdrop-filter: blur(10px);
    height: 100%;
    max-width: unset;
    border-bottom: unset;
    border-top: unset;
    justify-content: space-between;
    flex-direction: row;
    border-radius: 40px;
    box-shadow: 0 4px 6px #00000014;
    border: 1px solid #efefef;
}
.banner-moving-wrap .banner-moving-box .grid-card-box .grid-card-content {
  background: transparent;
  justify-content: flex-start;
  gap: 10px;
  padding: 40px 0 40px 30px;
  box-sizing: border-box;
}
.banner-moving-wrap .banner-moving-box .grid-card-box .grid-card-content h3 {
  color: var(--main-base-col);
  font-size: 1.7rem;
  height: 80px;
  white-space: normal;
  margin: 0;
  white-space: pre-line;
  /* white-space: normal; */
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  text-align: left;
  margin: 3px 0;
  box-sizing: border-box;
}
.banner-moving-wrap .banner-moving-box .grid-card-box .grid-card-content .card-content-box {
  white-space: normal;
  font-size: 1.2rem;
  color: var(--black);
  word-wrap: break-word;
  width: 100%;
  -webkit-line-clamp: 3;
  padding: 0 20px;
  box-sizing: border-box;
}
.banner-moving-wrap .banner-moving-box .grid-card-box .grid-card-content img {
  -o-object-position: right;
     object-position: right;
}
.banner-moving-wrap .banner-moving-box .grid-card-box:hover {
  box-shadow: unset;
}
.banner-moving-wrap .banner-moving-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  cursor: pointer;
  -o-object-position: right;
     object-position: right;
  border-radius: 20px;
}

@keyframes full-banner {
  0% {
    -o-object-position: center center;
       object-position: center center;
  }
  100% {
    -o-object-position: 100% 100%;
       object-position: 100% 100%;
  }
}
.input-field {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.select-wrapper {
  padding: 0;
  width: 250px;
}
.select-wrapper svg:not(:root) {
  overflow: hidden;
}
.select-wrapper select {
  display: none;
}
.select-wrapper .caret {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 0;
  fill: var(--white);
}
.select-wrapper input.select-dropdown {
  color: var(--white);
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: none;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 16px;
  /* margin: 0 0 8px 0; */
  margin: 0 0 0px 0;
  padding: 0;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 1;
}
.select-wrapper ul:not(.browser-default) {
  padding-left: 0;
  list-style-type: none;
}
.select-wrapper .dropdown-content {
  border-radius: 18px;
  background-color: #fff;
  margin: 0;
  display: none;
  min-width: 100px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  transform-origin: 0 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}
.select-wrapper .dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: left;
}
.select-wrapper .dropdown-content li a, .select-wrapper .dropdown-content li span {
  font-size: 16px;
  color: #072e49;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}
.select-wrapper .dropdown-content li:hover {
  background: gainsboro;
}
.select-wrapper ul:not(.browser-default) > li {
  list-style-type: none;
}

.mini-title {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #333D4B;
  font-family: "Pretendard";
  font-size: var(--mini-title-font-size);
  font-style: normal;
  font-weight: 600;
  margin-top: 120px;
  margin-bottom: 0px;
  line-height: 100%; /* 40px */
}
.mini-title.tp-cal::before {
  /* content: "";
  width: 55px;
  height: 55px;
  background: url("../contents/icons/calender-dynamic-color 1.png") no-repeat;
  background-size: contain;
  margin-right: 12px; */
    content: "";
    width: 55px;
    height: 55px;
    background: url('../contents/logo/metamdd.svg') no-repeat;
    background-size: 210px;
    margin-right: 12px;
    background-position: left;
}
.mini-title.tp-talk::before {
  /* content: "";
  width: 55px;
  height: 55px;
  background: url("../contents/icons/chat-text-dynamic-color 1.png") no-repeat;
  background-size: contain;
  margin-right: 12px; */
      content: "";
    width: 55px;
    height: 55px;
     background: url('../contents/logo/metamdd.svg') no-repeat;
    background-size: 210px;
    margin-right: 12px;
    background-position: left;
}
.mini-title.tp-talk::after{
    /* content: ''; */
    position: absolute;
    left: -30px;
    background: url('../contents/icons/bg-info-002.png') no-repeat;
    width: 190px;
    height: 120px;
    top: -88px;
    background-size: contain;
    opacity: 0.7;
    z-index: -1;
}
.slide-card-container.tp-2dep {
  /* overflow: hidden; */
}
.slide-card-container.tp-2dep .swiper:not(.bannerSwiper) {
  display: inline-flex;
  flex-direction: column;
  gap: 10px;
  /*임시*/
  padding: 10px;
  box-sizing: border-box;
}
.slide-card-container.tp-2dep .select-slider-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: row;
  padding: 20px 0;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: 1px solid #C5C5C5;
}
.slide-card-container.tp-2dep .select-slider-wrap .swiper-wrapper {
  height: -moz-fit-content;
  height: fit-content;
}
.slide-card-container.tp-2dep .select-slider-wrap .select-btn-wrap {
  color: #C5C5C5;
  display: inline-flex;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: #F9FAFB;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  cursor: pointer;
  transition: ease 0.2s;
  position: relative; 
}
.slide-card-container.tp-2dep .select-slider-wrap .select-btn-wrap.active::before{
       content: '';
    position: absolute;
    top: -20px;
    left: 0px;
    width: 30px;
    height: 30px;
    background: url('../contents/icons/icon-star-metamdd.png') no-repeat;
    background-size: contain;
    filter: drop-shadow(2px 4px 2px rgba(0, 0, 0, 0.479));
}
.slide-card-container.tp-2dep .select-slider-wrap .select-btn-wrap:hover{
  box-shadow: var(--item-box-hover-shadow);
}
.slide-card-container.tp-2dep .select-slider-wrap .select-btn-wrap.active {
  border-radius: 12px;
  background: var(--main-base-col);
  color: #FFF;
}
.slide-card-container.tp-2dep .swiper-pagination {
  position: relative !important;
  top: 0;
}
.slide-card-container.tp-2dep .selected-slider-wrap {
  padding-top: 33px;
  display: inline-flex;
  flex-direction: row;
  height: 100%;
  max-height: var(--board-slider-wrap-max-height);
}
.slide-card-container.tp-2dep .selected-slider-wrap .card-item-wraper .card-item-box {
    display: inline-flex;
    flex-direction: column;
    min-width: var(--board-item-min-width);
    height: 100%;
    flex-shrink: 0;
    padding: 50px 30px 40px 30px;
    box-sizing: border-box;
    border-radius: 50px 0px;
    background: repeating-radial-gradient(#F9FAFB, #aeddff36 7px);
    transition: ease .35s;
    overflow: hidden;
}
.slide-card-container.tp-2dep .selected-slider-wrap .card-item-wraper .card-item-box:hover{
  box-shadow: var(--item-box-hover-shadow);
}

.slide-card-container.tp-2dep .selected-slider-wrap .card-item-wraper .card-item-box .card-tp {
  color: var(--main-base-col);
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
}
.slide-card-container.tp-2dep .selected-slider-wrap .card-item-wraper .card-item-box .card-title {
  color: #333D4B;
  border-bottom: 1px solid #9E9E9E;
  padding: 20px 0;
  white-space: pre-line;
  /* white-space: normal; */
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  text-align: left;
  margin: 3px 0;
  box-sizing: border-box;
  min-height: 57px;
}
.slide-card-container.tp-2dep .selected-slider-wrap .card-item-wraper .card-item-box .card-content-box {
  padding: 20px 0;
  width: 100%;
}
.slide-card-container.tp-2dep .selected-slider-wrap .card-item-wraper .card-item-box .card-content-box .card-content {
  color: #9E9E9E;
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  white-space: pre-line;
  /* white-space: normal; */
  word-wrap: break-word;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  text-align: left;
  margin: 3px 0;
  
  max-height: calc(var(--baord-item-wrap-height) - 180px);
}

.signUpTypeBox.t-1 {
  display: flex;
  flex-direction: row;
  gap: 10px;
  margin-bottom: 40px;
}
.signUpTypeBox.t-1 .signUpType {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #F9FAFB;
  color: var(--black);
  flex: 1;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.signUpTypeBox.t-1 .signUpType:hover, .signUpTypeBox.t-1 .signUpType.active {
  color: var(--white);
  background: #599AFF;
}
.signUpTypeBox.t-1 .signUpType:hover .type1::before, .signUpTypeBox.t-1 .signUpType.active .type1::before {
  filter: invert(1);
}
.signUpTypeBox.t-1 .signUpType:hover .type2::before, .signUpTypeBox.t-1 .signUpType.active .type2::before {
  filter: invert(1);
}
.signUpTypeBox.t-1 .signUpType:hover .type3::before, .signUpTypeBox.t-1 .signUpType.active .type3::before {
  filter: invert(1);
}
.signUpTypeBox.t-1 .signUpType > div {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.signUpTypeBox.t-1 .signUpType .type1::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: url("../contents/icons/octicon_person-24.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.signUpTypeBox.t-1 .signUpType .type2::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: url("../contents/icons/carbon_building.svg") no-repeat;
  background-position: center;
  background-size: contain;
}
.signUpTypeBox.t-1 .signUpType .type3::before {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: url("../contents/icons/Frame 244.svg") no-repeat;
  background-position: center;
  background-size: contain;
}

.sign-table > div > div:nth-child(2) :where(input:not(:where([type=checkbox], [type=radio])), .sign-table select, .sign-table div.tui-datepicker-input, .sigin-table textarea) {
  border-radius: 8px;
  background-color: #F9FAFB;
  border: unset;
  height: 50px !important;
}

.sign-table .mddTextBox:disabled, .sign-table input.tree-node-main-middle-child:disabled {
  cursor: no-drop;
  background-color: var(--Grayscale-10);
  border-color: var(--Grayscale-40);
  color: var(--Grayscale-60);
}

.insta-icon {
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: url("../contents/icons/skill-icons_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.youtube-icon {
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: url("../contents/icons/logos_youtube-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.facebook-icon {
  width: 35px;
  height: 35px;
  cursor: pointer;
  background: url("../contents/icons/devicon_facebook.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.sns-status {
  gap: 20px;
  margin-top: 100px;
}
.sns-status .insta-icon {
  background: url("../contents/icons/skill-icons_instagram.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sns-status .youtube-icon {
  background: url("../contents/icons/logos_youtube-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sns-status .facebook-icon {
  background: url("../contents/icons/devicon_facebook.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.sns-status > div {
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.f-deco-l {
  position: absolute;
  background: url("../contents/img/Vector 20deco-001-l.png");
  width: 136px;
  height: 851px;
  left: 0;
  top: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.f-deco-r {
  position: absolute;
  height: 702px;
  width: 323px;
  right: 0;
  top: 0;
  background: url("../contents/img/Vector 19deco-001-r.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
div[class^="component-replace-"] {
    border-radius: 12px;
    border: unset !important;
    box-shadow: -3px -2px 8px #f7f7f7d1, 2px 3px 8px #54545536;
    font-size: 1rem !important;
    padding: 160px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: var(--board-box-wrap-height);
    flex:1;
}
.sign-container {
  width: 900px !important;
}

.popup-main {
  position: relative;
}

.popup-main::before {
  content: "";
  position: absolute;
  background: url("../contents/img/Vector 20deco-001-l.png");
  width: 26px;
  height: 201px;
  left: 0;
  top: 280px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.popup-main::after {
  content: "";
  position: absolute;
  width: 103px;
  height: 202px;
  right: -20px;
  top: 30px;
  background: url("../contents/img/Vector 19deco-001-r.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.mddTextHtml img {
  max-width: 100%;
}

.sign-intro-wrap {
  position: relative;
  width: 100%;
  height: 172px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #F0F8FF;
  box-sizing: border-box;
  padding: 30px 150px 30px 30px;
  margin-bottom: 40px;
  overflow: hidden;
}
.sign-intro-wrap::after {
  content: "";
  position: absolute;
  right: -15px;
  bottom: 0;
  width: 109px;
  height: 107px;
  flex-shrink: 0;
  background: url("../contents/img/icons-001.png") no-repeat;
  background-size: contain;
  background-position: center;
}
.sign-intro-wrap > label {
  white-space: pre-line;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
  text-align: left;
  margin: 0px 0;
  box-sizing: border-box;
}

.submit-btn {
  display: flex;
  width: 100%;
  height: 50px !important;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 8px;
  background-color: #599AFF !important;
  color: #FFF !important;
  border: unset !important;
  margin-top: 40px;
}

.super-search-box {
  background: url("../contents/banner/main-banner-001.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 230px;
}

.super-search-box input[type=search] {
  border-radius: 40px;
  height: 60px;
  width: 730px;
}

.super-search-tab > ul {
  margin: 0;
  padding: 0;
  height: -moz-fit-content !important;
  height: fit-content !important;
  position: relative;
  top: -44px;
  color: white;
  width: 100%;
  border-bottom: 1px solid gainsboro;
}

.table-of-contents-wrap {
  position: absolute;
  left: -180px;
  height: 100%;
}

.sub-title-card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 80px;
  background: url("../contents/img/CK_cm080787137.jpg") no-repeat;
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
  transition: all 0.35s;
  overflow: hidden;
  margin-top: 30px;
  /*
  position: sticky;
  top: 80px;
  */
  z-index: 2;
}

.sub-title-card-wrap.vision {
  background: url("../contents/img/CK_td02710000147.jpg") no-repeat;
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}

.sub-title-card-wrap.key-item {
  background: url("../contents/img/CK_tc02640000616_l.jpg") no-repeat;
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}

.sub-title-card-wrap.group-map {
  background: url("../contents/img/about_bg.jpg") no-repeat;
  background-size: cover;
  background-position: right;
  background-attachment: fixed;
}

.sub-title-card-wrap > label {
  color: white;
  font-size: 2rem;
  -webkit-backdrop-filter: saturate(0.6) contrast(0.5);
          backdrop-filter: saturate(0.6) contrast(0.5);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.combo-wraper {
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 0.0588235294);
  position: absolute2;
  bottom: 0;
  -webkit-backdrop-filter: blur(1px) saturate(0.5);
          backdrop-filter: blur(1px) saturate(0.5);
}

.combo-mx {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  max-width: var(--max-width);
}

.combo-mx > select {
  height: 100%;
  background: transparent;
  border-radius: 0;
  border: 1px solid gainsboro;
  border-top: unset;
  border-bottom: unset;
  border-left: unset;
  color: white;
}

.combo-mx > select:nth-of-type(1) {
  border-left: 1px solid gainsboro;
}

.edit-wrap {
  display: none;
}

.edit-wrap.active {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  background: white;
  z-index: 9999;
  border-radius: 20px;
  height: 100%;
  width: 100% !important;
  overflow: auto;
  box-sizing: border-box;
  box-shadow: 0 0 8px black;
}

#closeBtb {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  align-self: flex-end;
  cursor: pointer;
  background: #eb2828;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5411764706);
  color: white;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-top: 10px;
  white-space: nowrap;
}

.show-edit-wrap {
  width: 70vw;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 100px;
  box-shadow: 0 0 20px 12px rgba(0, 0, 0, 0.2196078431);
  border: 10px solid black;
  border-bottom: 30px solid black;
  margin: 100px 0;
  height: 80vh;
  min-height: 50vh;
  overflow: auto;
  container: mob-col/inline-size;
}

.show-edit-wrap.mobile {
  width: 30vw;
}

.grid-card-wrap:not(.grid-card-wrap:has(> div)) {
  min-height: 50vh;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: pageShow cubic-bezier(0.87, 0.75, 0.44, 1) 0.85s alternate forwards;
  pointer-events: none;
}
.single-board-1::before{
  transition: all .35s;
}
.grid-card-wrap.single-board-1 {
  pointer-events: all !important;
}
.grid-card-wrap:not(.grid-card-wrap:has(> div))::after {
  content: "조회된 데이터가 없습니다.";
  color: #000000;
  background: url("../contents/logo/metamdd.svg") no-repeat top/contain;
  width: 200px;
  height: 80px;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  /* box-shadow: -3px -1px 4px #f1f1f1b8, 2px 4px 4px #00000014; */
  border-radius: 20px;
  filter: opacity(0.5);
  text-align: center;
}

div[id^=NoData_]:not(div[id^=NoData_]:has(+ div tbody tr + tr)) {
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  /* background: #0000001a; */
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0 3px 3px black; */
  animation: pageShow cubic-bezier(0.87, 0.75, 0.44, 1) 0.85s alternate forwards;
  pointer-events: none;
}
div[id^=NoData_]:not(div[id^=NoData_]:has(+ div tbody tr + tr))::after {
  content: "조회된 데이터가 없습니다.";
  color: #000000;
  background: url("../contents/logo/metamdd.svg") no-repeat top/contain;
  width: 200px;
  height: 80px;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  /* box-shadow: -3px -1px 4px #f1f1f1b8, 2px 4px 4px #00000014; */
  border-radius: 20px;
  filter: opacity(0.5);
}

.news-boarder-wrap {
  --left-width: 40%;
  gap: 50px;
  align-items: flex-start;
}
.news-boarder-wrap .img-slider-box {
  min-width: var(--left-width);
  /* width: var(--left-width); */
  height: var(--board-box-wrap-height);
  flex:1;
}
.news-boarder-wrap .bsh-go-pgw {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  overflow: hidden !important;
  max-height: calc(var(--board-box-wrap-height) - 90px);
}
.news-boarder-wrap .bsh-go-pgw .bsh-go-pgw-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border-radius: 20px;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.4;
  transition: all 0.35s;
  transform: rotateX(17deg) scale(0.9);
}
.news-boarder-wrap .bsh-go-pgw .bsh-go-pgw-wrap.swiper-slide-active {
  opacity: 1;
  transform: rotateX(0deg) scale(1);
  filter: drop-shadow(4px 4px 10px #0000004d);
}
.news-boarder-wrap .bsh-go-pgw .bsh-go-img-box {
  position: relative;
  width: 100%;
  /* height: 100%; */
  height: fit-content;
  padding: 0px 10px;
  box-sizing: border-box;
}
.news-boarder-wrap .bsh-go-pgw .bsh-go-img-box h4 {
  display: none;
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 120px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.35s;
  opacity: 1;
}
.news-boarder-wrap .bsh-go-pgw .bsh-go-img-box:not(h4:hover) h4 {
  position: relative;
  z-index: 1;
  font-size: 1.5rem;
  color: var(--white);
  border: 1px solid var(--white);
  border-radius: 120px;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.35s;
  opacity: 1;
}
.news-boarder-wrap .bsh-go-pgw .bsh-go-img-box:not(h4:hover) h4:hover {
  opacity: 0;
}
.news-boarder-wrap .bsh-go-pgw .bsh-go-img-box img {
  position: relative;
  z-index: 0;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-width: 370px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  
  box-sizing: border-box;
  padding: 0px;
  cursor: pointer;
  animation: full-banner 15s linear infinite alternate;
}
.news-boarder-wrap .bsh-go-pgw .bsh-go-img-box:hover h4 {
  opacity: 0 !important;
  pointer-events: none;
}
.news-boarder-wrap .set-swiper {
  /* min-width: calc(100% - var(--left-width)); */
  display: inline-flex;
  flex-direction: column;
  overflow: hidden;
  height: var(--board-box-wrap-height);
  flex:1;
}

.bsh-img-slider:not(.bsh-img-slider:has(.bsh-go-pgw-wrap)) > div {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  /* background: url("../contents/img/main_banner_007.jpg") no-repeat center/cover; */
}

.bsh-img-slider:not(.bsh-img-slider:has(.bsh-go-pgw-wrap,.empty-box)) > div::after {
  content: "아직 등록된 간행물이 소식을 기다려주세요☺️";
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  text-shadow: 1px 1px 1px black;
}
.empty-box{
  cursor: pointer;
  height: 100%;
  height: var(--board-box-wrap-height);
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: no-repeat center / 200px, rgba(255, 255, 255, 0.8117647059);
  color: #a3a3a3;
  font-weight: bold;
  font-size: 2rem;
  text-shadow: 1px 1px 1px black;
  z-index: 9;
  backdrop-filter: blur(4px) saturate(0.5);
  box-shadow: -3px -2px 8px #f7f7f7d1, 2px 3px 8px #54545536;
  border-radius : 12px;
  text-align: center;
}

.board-title {
  width: 100%;
  font-size: 2.2rem;
  padding: 0 0 60px 0;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  overflow-wrap: anywhere;
}
.link-label{
  color:#4871f8;
} 


.wv-wave {
    opacity: 0.4;
    position: absolute;
    bottom: 3%;
    left: 2%;
    background: #0051ff37;
    width: 150%;
    height: 800%;
    margin-left: -250px;
    margin-top: -250px;
    transform-origin: 20% 88%;
    border-radius: 43%;
    -webkit-animation: drift 13000ms infinite linear;
    animation: wv-drift 13000ms infinite linear;
    pointer-events: none;
}

.wv-wave.-three {
  -webkit-animation: wv-drift 15000ms infinite alternate-reverse;
          animation: wv-drift 15000ms infinite alternate-reverse;
          background: #13943c1f;
}

.wv-wave.-two {
  -webkit-animation: wv-drift 17000ms infinite linear;
          animation: wv-drift 17000ms infinite linear;
  opacity: 0.1;
  background: #00a9fd64;
}

/* .wv-box:after {
  content: "";
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ee88aa, rgba(221, 238, 255, 0) 80%, rgba(255, 255, 255, 0.5));
  z-index: 11;
  transform: translate3d(0, 0, 0);
} */

.wv-title {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  line-height: 300px;
  text-align: center;
  transform: translate3d(0, 0, 0);
  color: white;
  text-transform: uppercase;
   font-family: "Playfair Display", serif;
  letter-spacing: 0.4em;
  font-size: 24px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-indent: 0.3em;
}

@-webkit-keyframes wv-drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}

@keyframes wv-drift {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}


@container mob-col (max-width:600px) {
  .btn-search-wrap {
    flex-direction: column;
  }
  .btn-search-wrap > *:not(.mddButton) {
    width: 100% !important;
  }
  .btn-search-wrap input[value=search] {
    right: 20px;
    margin-bottom:10px;
  }
  .grid-card-box {
    --card-height:auto;
    --img-width:100%;
    flex-direction: column !important;
  }
  .grid-card-wrap .grid-card-box .grid-card-content {
    width: 100% !important;
  }
  .grid-card-state-wrap {
    position: relative !important;
    display: inline-flex;
    padding: 10px 20px;
    justify-content: flex-end;
    width: 100%;
    gap: 10px;
    box-sizing: border-box;
  }

  .grid-card-state-wrap label {
    display: inline-flex;
    align-items: center;
    padding: 2px !important;
    border-radius: 4px;
  }
  .grid-card-user-wrap > label:not(:nth-of-type(2)){
    padding: 2px !important;
  }
  .grid-card-info{
    width:100%;
  }
  .grid-card-wrap .grid-card-box .grid-card-state-wrap{
    gap: 0 3px !important;
  }
  .sns-card-box {
    width: 100% !important;
    flex: 1 !important;
  }
  footer {
    /* overflow: hidden; */
    padding: 50px 10px;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  div:has(.select-wrapper) {
    width: 100%;
  }
  .footer {
    flex-direction: column !important;
    padding: 10px;
  }
  .quick_btn_container {
    padding: 20px 40px;
  }
}
.toastui-editor-mode-switch {
  display: none !important;
}

.box {
  /* position: absolute;
  top: 0;
  transform: rotate(80deg);
  left: 0;
  pointer-events: none;
  z-index: -1; */
    position: absolute;
    top: 0px;
    right: 0;
    pointer-events: none;
    z-index: 421;
    position: relative;
    width: 100%;
    height: 0;
}

.wave {
  /* position: absolute;
  
  opacity: 0.4;
  width: 1200px;
  height: 1100px;
  margin-left: -50px;
  margin-top: -380px;
  border-radius: 43%;
  z-index: -1; */
      position: absolute;
    opacity: 0.4;
    width: 1200px;
    height: 1100px;
    margin-left: -30px;
    margin-top: -380px;
    border-radius: 43%;
    z-index: -1;
    top: 330px;
    right: -670px;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  from {
    transform: rotate(360deg);
  }
}
.wave.-one {
  animation: rotate 10000ms infinite linear;
  opacity: 5%;
  background: repeating-radial-gradient(#0b7ae8, #aeddff 7px);
}

.wave.-two {
  animation: rotate 6000ms infinite linear;
  opacity: 10%;
  background: #50c5d261;
}

.intro-main {
  --base-col:#161616;
  position: fixed;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1999;
  background-color: var(--base-col);
  animation: intro 1s cubic-bezier(1, 0.35, 1, 1) 1 both;
}

.intro-main::after {
  content: "";
  font-size: 4rem;
  width: 300px;
  height: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: url("../contents/logo/metamdd-big-big-white.svg") no-repeat center/contain;
}
.item-wraper {
    position: static;
    top: 0;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 50px 0 0 0;
    box-sizing: border-box;
    border-radius: 8px;
    gap: 10px;
    transition: all .35s;
    /*250801 브라우저 호환성 이슈*/
    /* animation: animate-in linear forwards,
            animate-out linear forwards;
    animation-timeline: view();
    animation-range: entry, exit; */
    width: var(--max-width);
}
.banner-container {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    width: 100%;
    height: 300px;
    border-radius:8px;
    margin-bottom: 150px;
    overflow: hidden;
}
.banner-container img {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  animation: auto linear reveal both;
  animation-timeline: view();
  animation-range: entry 1% cover 30%;
}
.mirror{
    margin-bottom: 100px;
    -webkit-box-reflect: below 0.5em linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.25));
}

@keyframes animate-in {
  0% { opacity: 0; transform: translateY(100%) scale(.8);}
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes animate-out {
  0% { opacity: 1; transform: translateY(0) scale(1); }
  100% { opacity: 0; transform: translateY(-100%) scale(.8); }
}
@keyframes opacity{
  0%{
    bottom: -50px;
    opacity: 0.3;
    transform: translateY(0) scale(.4);
  }
  20%{
    
    opacity: .8;
    transform: translateY(0) scale(.6);
  }
  60%{
    opacity: 0.5;
    transform: translateY(0) scale(.4);

  }
  99%{
    bottom: -50px;
    transform: translateY(0) scale(.4);
  }
  100%{
    opacity: 1;
    transform: translateY(0) scale(1);
    bottom: 0%;
  }
}
@keyframes reveal {
  from { opacity: 0;clip-path: inset(0% 60% 0% 60%); }
  to { opacity: 1; clip-path: inset(0% 0% 0% 0%); }
}

.urlAddr {
  --data-link-ico:"⭐";
  cursor: pointer;
  color: var(--white);
  padding: 10px 20px;
  border-radius: 20px;
  background: var(--Red-50);
  display: flex;
  align-items: center;
  gap: 10px;
}
.urlAddr::before {
  position: relative;
  content: "";
  width: 20px;
  height: 20px;
  background: var(--data-link-ico) no-repeat center/contain;
}

@keyframes intro {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    pointer-events: none;
  }
}
@media (max-width: 1600px) {
  .quick_btn_container {
    padding: 20px;
  }
}
@media (max-width: 1500px) {
  .grid-card-wrap.card-type2 .grid-card-box {
    flex: 0.5 0.5 48%;
    max-width: unset;
  }
  .mob-padding {
    padding: 15px 15px 10px 15px;
  }
  .view-full-content video, .view-full-content img {
    min-width: 680px;
    height: 100%;
    -o-object-position: right;
    object-position: right;
  }
  .mainWraperSwiper:not(.bannerSwiper) .swiper-slide:not(footer:last-of-type), .view-full-content:not(.bannerSwiper .view-full-content) {
    height: auto !important;
    min-height: 100%;
    padding: 120px 10px;
  }
  .mob-padding > div {
    border-radius: 18px;
    padding: 130px 10px;
    box-sizing: border-box;
  }
  .view-full-box > h1, .view-full-box h4 {
    mix-blend-mode: unset;
    color: gray;
  }
}
@media (max-width: 1080px) {
  .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
  }
  .view-full-box {
    white-space: normal;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .view-full-content video,
  .view-full-content img {
    min-width: 680px;
    height: 100%;
    -o-object-position: right;
       object-position: right;
  }
  .header-m1-wrap {
    visibility: hidden;
  }
}
@media (max-width: 900px) {
  :root {
    --mini-title-font-size: 1.2rem;
  }
  div#containerHeader.top-position{
    position: sticky !important;
  }
  #containerHeader.top-position .top-logo {
    background: url("../contents/logo/metamdd.svg") no-repeat center/contain;
  }
  .sign-container {
    width: 100% !important;
  }
  .move-banner-wrap {
    --label-34px: 1.2rem;
    padding: 20px 10px;
    height: 60px;
  }
  .sub-script-shb h5 {
    font-size: 1.9rem;
    padding: 0;
  }
  .sub-script-shb b {
    padding: 20px 0 !important;
  }
  #containerHeader.top-position .burgger-box {
    color: var(--black) !important;
  }
  div:has(> .btn-search-wrap) {
    container: mob-col/inline-size;
  }
  .swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
  }
  .view-full-box {
    white-space: normal;
  }
  .table-of-contents-wrap {
    position: sticky !important;
    right: 0px !important;
    top: 50px;
    background: rgba(255, 255, 255, 0.0392156863);
    z-index: 3;
    height: -webkit-fill-available !important;
    flex-direction: row;
    max-width: 100%;
    box-sizing: border-box;
    overflow: auto;
  }
  .table-of-contents:has(> .table-of-contents) {
    background: rgba(255, 255, 255, 0.1098039216);
    -webkit-backdrop-filter: blur(4px) saturate(0.5);
            backdrop-filter: blur(4px) saturate(0.5);
    border-radius: 8px;
    display: flex;
    /* white-space: nowrap; */
    padding: 0 20px;
  }
  .swiper:not(.bannerSwiper) {
    overflow: unset !important;
  }
  .mainWraperSwiper:not(.bannerSwiper) .swiper-slide:not(footer:last-of-type),
  .view-full-content:not(.bannerSwiper .view-full-content) {
    height: auto !important;
    min-height: 100%;
    padding: 120px 10px;
  }
  .view-full-box {
    padding: 0 5px;
    width: 100%;
  }
  .list-container {
    border-radius: unset;
    box-shadow: unset;
  }
  .circle-intro-2 .circle-box {
    width: 170px !important;
    height: 170px !important;
  }
  .circle-intro-2 .circle-box:nth-of-type(2) {
    transform: translateX(0px);
  }
  .quick_btn_container .hue-box-wrap {
    position: relative;
  }
  .list-container .news-list-item {
    gap: 20px;
  }
  .list-container .tab-wrap {
    overflow: auto;
  }
  .list-container .tab-wrap label {
    white-space: nowrap;
    font-size: 1.6rem;
  }
  .sidenav {
    width: 90% !important;
    height: 100% !important;
  }
  .logo-box {
    width: 110px !important;
  }
  .body-container:has(.del-view-container) {
    height: -moz-fit-content !important;
    height: fit-content !important;
    min-height: unset !important;
    padding: 100px 0;
  }
  .def-content-wrap:not(.def-content-wrap.tp-2) .def-img-wrap {
    max-width: 100%;
    border-radius: 20px;
  }
  .mob-padding {
    padding: 15px 15px 10px 15px;
  }
  .mob-padding > div {
    border-radius: 18px;
    padding: 130px 10px;
    box-sizing: border-box;
  }
  div:has(> .toastui-calendar-layout.toastui-calendar-month) {
    overflow: auto;
  }
  div:has(> .toastui-calendar-layout.toastui-calendar-month) .toastui-calendar-layout.toastui-calendar-month {
    min-width: 400px;
  }
  .over-wrap {
    position: relative;
    overflow-y: visible;
    overflow-x: auto;
    max-width: 100%;
  }
  #containerHeader.top-position .burgger-box a {
    color: black;
  }
  .selected-slider-wrap .card-item-wraper .card-item-box {
    width: 100% !important;
  }
  .banner-moving-wrap .banner-moving-box {
    height: 520px;
  }
  .slide-card-container.tp-2dep .select-slider-wrap .select-btn-wrap {
    font-size: 0.9rem;
    padding: 10px;
  }
  .list-container.tp-2 .sns-card-box {
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .move-banner-wrap h2 {
    font-size: .9rem;
  }
  .move-banner-wrap {
    margin: 40px 0;
    border-radius:8px;
  }
  .select-swiper-banner {
    display: flex !important;
    flex-direction: column;
  }
  .mini-title {
    margin-top: 80px;
    margin-bottom: 10px;
  }
  .mini-title.tp-cal::before {
    content: "";
    width: 25px;
    height: 25px;
    /* background: url("../contents/icons/calender-dynamic-color 1.png") no-repeat; */
        background-size: 110px;
    margin-right: 12px;
  }
  .mini-title.tp-talk::before {
    content: "";
    width: 25px;
    height: 25px;
    /* background: url("../contents/icons/chat-text-dynamic-color 1.png") no-repeat; */
    /* background-size: contain; */
    background-size: 110px;
    margin-right: 12px;
  }
  .sub-p-banner {
    padding: 10px;
    box-sizing: border-box;
  }
  .sub-p-banner .gjATB {
    border-radius: 18px;
    overflow: hidden;
  }
  div:has(.select-wrapper) {
    width: 100%;
  }
  div:has(.select-wrapper) > .select-wrapper {
    width: 100%;
  }
  .show-edit-wrap {
    width: 100%;
  }
  .show-edit-wrap.mobile {
    display: none;
  }
  .img-slider-box {
    width: 100% !important;
    min-width: unset;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .bsh-go-pgw {
    width: 100% !important;
    min-width: unset;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .bsh-go-pgw .bsh-go-img-box {
    height: 100% !important;
  }
  .bsh-go-pgw .bsh-go-img-box img {
    animation: unset !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .grid-card-wrap.card-type2 .grid-card-box {
    flex: 1 1 100%;
    box-shadow: unset;
    /* filter: drop-shadow(2px 4px 6px rgba(240, 240, 240, 0.9568627451)); */
  }
  .def-content-wrap .def-img-wrap {
    background: url("../contents/defi/jung.png") no-repeat -310px -300px/auto, linear-gradient(90deg, #868686 30%, rgba(49, 49, 49, 0.8784313725));
  }
  .def-content-wrap .def-intro {
    padding: 50px 10px;
  }
  .def-content-wrap .sub-script {
    padding: 20px 0;
  }
  .name-title span, .s-s-t {
    font-size: 1.8rem;
  }
  .def-content-wrap .sub-script h5 {
    font-size: 1.6rem;
  }
  .body-content {
    padding: 20px 5px;
  }
  .news-boarder-wrap .set-swiper {
    width: 100%;
    flex:none;
  }
  .toastui-editor-dropdown-toolbar {
    max-width: 100%;
    overflow: auto;
    left: 0;
  }
  .banner-moving-wrap .banner-moving-box .grid-card-box .grid-card-content {
    padding: 10px;
  }
  .banner-moving-wrap .banner-moving-box .grid-card-box .grid-card-content h3 {
    height: 47px;
    font-size: 1.4rem;
  }
  .banner-moving-wrap .banner-moving-box .grid-card-box .grid-card-content .card-content-box {
    white-space: normal;
    font-size: 1rem;
    color: var(--black);
    word-wrap: break-word;
    width: 100%;
    -webkit-line-clamp: 6;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .banner-moving-wrap .banner-moving-box .grid-card-box {
    flex-direction: column-reverse !important;
  }
  .board-title {
    font-size: 1.8rem;
  }
  .view-full-box > h1, .view-full-box h4 {
    mix-blend-mode: unset;
    color: gray;
  }
  .grid-card-wrap .grid-card-box .grid-card-state-wrap{
    flex-direction: column;
    gap: 5px;
    padding: 20px 0px;
    align-items: flex-end;
  }
  .grid-card-info .grid-card-state-wrap{
    flex-wrap:wrap;
    flex-direction: row !important;
  }
  .banner-container h1{
    font-size: 1.2rem !important;
    line-height:1.4rem !important;
  }
  .grid-card-wrap .grid-card-box .grid-card-img-box{
    min-width: 100%;
  }
}

.site-policy{
  cursor: pointer;
  margin-bottom: 10px;
}

.site-policy > div:hover{
  font-weight: bold;
}

.board-item{
  /* height: var(--board-slider-wrap-max-height) !important; */
}
.board-item-wrap{
  height: var(--baord-item-wrap-height);
}
