@charset "UTF-8";

/* LIBRARY */
@import url('/assets/css/lib/jquery-ui/jquery-ui.min.css');
@import url('/assets/css/lib/datepicker.css');

@import url('/web/assets/css/main/common__con.css');
@import url('/web/assets/css/main/common__input.css');
@import url('/web/assets/css/main/common__button.css');
@import url('/web/assets/css/main/common__form-inline.css');
@import url('/web/assets/css/main/common__box.css');
@import url('/web/assets/css/main/common__popup.css');
@import url('/web/assets/css/main/content__view.css');
@import url('/web/assets/css/main/content__table.css');
@import url('/web/assets/css/main/common__swiper.css');
@import url('/assets/css/common.button.css');
@import url('/assets/css/common.component.css');
@import url('/assets/css/component.editor.css');


:lang(en) .subpageBanner__title {
  line-height: 1.2;
  /*margin-bottom: 11px;*/
}

:lang(en) .subpageBanner__title span {
  font-size: 16px;
  bottom: -20px;
}

:lang(en) .subpageBanner__description {
  line-height: 1.2;
}

:lang(en) .subpageBanner__btn {
  font-size: 16px;
}

:lang(en) .common__sch-box .common__sch-box--input {
  font-size: 18px;
}

:lang(en) .navbar .gnb__submenu {
  padding: 25px 10px 0 25px;
  height: 263px;
}

:lang(en) .navbar .gnb__list:hover .gnb__item {
  padding: 0 105px 0 25px;
}

:lang(en) .navbar .gnb__list .gnb__item a {
  white-space: normal;
}

:lang(en) .navbar .gnb__list .gnb__subbackground {
  min-height: 264px;
}

:lang(en) .site__snb .gnb__submenu {
  padding-left: 0;
}

:lang(en) .site__snb .gnb__subitem {
  display: flex;
  width: 90%;
}

:lang(en) .content__tab li {
  font-size: 20px;
}

:lang(en) .searchform {
  max-width: 748px;
}

:lang(en) .familysites__tab {
  width: auto;
}

@media (max-width: 1279px) {
  :lang(en) .content__tab li {
    font-size: 18px;
  }

  :lang(en) .familysites__tab {
    width: 50%;
  }
}

@media (max-width: 768px) {
  :lang(en) .content__tab li {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.1;
  }

  :lang(en) .familysites__button {
    font-size: 11px;
  }

  :lang(en) .familysites .quick-menu ul {
    flex-direction: column;
  }

  :lang(en) .familysites .quick-menu ul li {
    font-size: 15px;
  }

  :lang(en) .familysites .quick-menu ul li:first-child {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

@media (max-width: 400px) {
  :lang(en) .familysites__button:after {
    right: 12px;
  }
}




:root {
  --color-primary: #B235CB;
  --color-primary-purple: #B235CB;
  --color-primary-purple-bg: #EBC5F9;
  --color-primary-blue: #009BFD;
  --color-primary-pink: #FF6190;
  --color-primary-pink-bg: #FFBCD0;
  --color-primary-txt: #282828;
  --color-content: #f6f6f9;
  --color-purple-800: #4d28a1;
  --color-purple-700: #7b35e3;
  --color-purple-600: #725dd6;
  --color-purple-500: #8c21f9;
  --color-purple-400: #B235CB;
  --color-dark-purple: #5a3ca7;
  --color-sky-800: #5279d6;
  --color-sky-700: #2e9bf5;
  --color-sky-600: #76caff;
  --color-gray: #656d78;
  --color-gray-300: #efefef;
  --color-gray-400: #e3e3e3;
  --color-gray-500: #ccc;
  --color-gray-600: #999;
  --color-gray-700: #666;
  --color-gray-800: #333;
  --color-org-200: #ffff67;
  --color-org-300: #ffe89b;
  --color-pink-500: #ff7fa6;
  --color-pink-300: #e7c9ff;
  --color-blue: #007bc6;
  --color-white: #fff;
  --color-lightGray: #f9f9f9;
  --color-lightBorderGray: #e0e0e0;
  --color-dimmedGray: #efefff;
  --color-black: #000;
}

.mainColor--purple {
  --color-primary: var(--color-primary-purple);
  --main-color: var(--color-primary-purple);
  /* --main-bg-color: #EBC5F9; */
  --main-bg-color: #eecbf9;
  --main-light-bg: var(--main-bg-color);
  --main-border-color: #540476;
  --main-label-color: #F8E0FF;
  --main-title-bg: var(--main-label-color);
  --main-pag-bg: #B235CB40;

  --main-tag-color: var(--color-primary-purple);
  --main-tag-bg: #FBEDFF;

  --main-sch-img: url(/web/assets/images/common/icon/ic_search-purple.svg);
  --main-nextBtn-bg: #FAE7FF;
  --main-nextBtn-color: var(--color-primary-purple);
}
.mainColor--blue {
  --color-primary: #04AAEB;
  --main-color: var(--color-primary-blue);
  --main-bg-color: #CEECFF;
  --main-light-bg: #D8F3FE;
  --main-border-color: #0078C3;
  --main-label-color: var(--color-white);
  --main-title-bg: var(--main-bg-color);
  --main-pag-bg: #009BFD40;

  --main-tag-color: var(--color-primary-blue);
  --main-tag-bg: var(--main-bg-color);

  --main-sch-img: url(/web/assets/images/common/icon/ic_search-blue.svg);
  --main-nextBtn-bg: var(--main-bg-color);
  --main-nextBtn-color: #009BFD;
}
.mainColor--pink {
  --color-primary: var(--color-primary-pink);
  --main-color: var(--color-primary-pink);
  --main-bg-color: #FFBCD0;
  --main-light-bg: var(--main-bg-color);
  --main-border-color: #B73058;
  --main-label-color: #FAE7FF;
  --main-title-bg: var(--main-label-color);
  --main-pag-bg: #FF619040;

  --main-tag-color: var(--color-primary-pink);
  --main-tag-bg: #FFBCD0;

  --main-sch-img: url(/web/assets/images/common/icon/ic_search-pink.svg);
  --main-nextBtn-bg: var(--main-label-color);
  --main-nextBtn-color: var(--main-color);
}

.indicator--accelerating {
  --indicator-point-color: #76caff;
}
.indicator--education {
  --indicator-point-color: #b57eff;
}
.indicator--mentoring {
  --indicator-point-color: #41d3b5;
}
.indicator--network {
  --indicator-point-color: #ff85aa;
}
.indicator--enter {
  --indicator-point-color: #f4c00c;
}
.indicator--eterprise {
  --indicator-point-color: #B235CB;
}

.color__bg--primary {
  background-color: var(--color-primary) !important;
}

.color__bg--primary-sub {
  background-color: var(--color-purple-800) !important;
}

.color__bg--content {
  background-color: var(--color-content) !important;
}

.color__bg--content-tab {
  background-color: var(--color-purple-400) !important;
}

.color__bg--con-box {
  background-color: var(--color-purple-700) !important;
}

.color__bg--purple-circle {
  background-color: var(--color-purple-700) !important;
}

.color__bg--gray-circle {
  background-color: var(--color-gray-300) !important;
}

.color__bg--box-small {
  background-color: var(--color-pink-300) !important;
}

.color__primary {
  color: var(--color-primary) !important;
}

.color__red {
  color: #E60012 !important;
}

.color__text--gnb {
  color: var(--color-primary) !important;
}

.color__text--primarytxt {
  color: var(--color-primary-txt) !important;
}

.color__text--gray700 {
  color: var(--color-gray-700) !important;
}

.color__text--explan1 {
  color: var(--color-pink-500) !important;
}

.color__text--explan2 {
  color: var(--color-purple-400) !important;
}

.color__text--view {
  color: var(--color-purple-400) !important;
}

.color__text--chart {
  color: var(--color-org-200) !important;
}

.font__size--small {
  font-size: 12px;
}

.font__size--normal {
  font-size: 16px;
}

.font__size--large {
  font-size: 24px;
}

.font__size--big {
  font-size: 32px;
}

.font__size--extra {
  font-size: 40px;
}

.font__family--karla {
  font-family: 'Karla', sans-serif !important;
}

.font__family--nanum-square {
  font-family: 'NanumSquare', sans-serif;
}

.font__family--noto-sans {
  font-family: 'Noto Sans KR', sans-serif;
}

.font__family--mont {
  font-family: 'Montserrat', sans-serif;
}

.font__family--spoqa {
  font-family: 'SpoqaHanSansNeo', sans-serif;
}

.font__weight--thin {
  font-weight: 100;
}

.font__weight--demi-light {
  font-weight: 200;
}

.font__weight--light {
  font-weight: 300;
}

.font__weight--normal {
  font-weight: 400;
}

.font__weight--medium {
  font-weight: 500;
}

.font__weight--bold {
  font-weight: 600;
}

.font__weight--extra-bold {
  font-weight: 700;
}

.text-underline {
  text-decoration: underline;
}


/* Text ----------- */
.hp_ellipsis {
	overflow: hidden;
	min-width: 0;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hp_ellipsis_2 {
	overflow: hidden;
	min-width: 0;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.2;
	max-height: 2.4em;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.hp_ellipsis_3 {
	overflow: hidden;
	min-width: 0;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: normal;
	line-height: 1.2;
	max-height: 3.6em;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.text-ellipsis {
  display: block;
  white-space: nowrap;
  line-height: 1.2;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.text-ellipsis_2 {
  display: -webkit-box;
  white-space: normal;
  line-height: 1.2;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.4em;
  -webkit-line-clamp: 2;
}

.guide_text {
  font-size: 15px;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: var(--color-primary-pink);
  margin-top: 5px;
}

.guide_text_gray {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #666;
  margin-top: 5px;
}

/* 로딩중 */
.blocking {
  width: 100%;
  height: 100%;
  z-index: 59;
  overflow: hidden;
  background-color: rgba(0, 0, 0, .8);
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.blocking .spinner-border {
  --bs-spinner-animation-speed: 0.9s;
  width: 100px;
  height: 100px;
  border: 10px solid var(--color-primary);
  border-right-color: transparent;
}
.blocking-text {
  text-align: center;
  align-self: center;
  top: 20%;
  color: #fff;
  margin-top: 15px;
}

.common__pagination {
  padding: 0 0 80px;
}

.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}

html,
body {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  /*font-family: 'Noto Sans KR', sans-serif;*/
  font-family: 'Pretendard', sans-serif;
  font-weight: 400;
}

input,
textarea {
  font-family: 'Noto Sans KR', sans-serif;
}

a {
  color: var(--color-black);
}

a:hover {
  color: var(--color-primary);
}

table caption {
  position: absolute;
  width:0;
  height: 0;
  overflow: hidden;
}

main {
  position: relative;
  max-width: 100%;
  width: auto;
  display: block;
  margin-bottom: 60px;
  padding-bottom: 85px;
}

.site__section {
  position: relative;
  display: block;
}

.site__inner {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}

#wrap {
  display: block;
  width: 100%;
  min-width: 1360px;
}

@media (max-width: 1024px) {
  #wrap {
    min-width: 768px !important;
  }
}
@media (max-width: 767px) {
  #wrap {
    min-width: 320px !important;
  }
}
.showcase__static--sub {
  position: absolute;
  width: 100%;
  height: 660px;
  top: 0;
  left: 0;
  opacity: 1;
  background: none;
  overflow: hidden;
  pointer-events: none;
}

.showcase__static--sub .showcase__temp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  perspective: 400px;
}

.showcase__static--sub .showcase__temp-img {
  position: absolute;
  background-size: contain;
  transform-origin: center;
  opacity: .15
    /*.3*/
  ;
}

.showcase__static--sub .showcase__temp-img--circle {
  width: 300px;
  /*19vw*/
  ;
  height: 300px;
  /*19vw*/
  ;
  min-width: 140px;
  min-height: 140px;
  background-image: url(/web/assets/images/common/banners/circle.svg);
}

.showcase__static--sub .showcase__temp-img--triangle-dot {
  width: 4.125vw;
  height: 4.125vw;
  /*width: 50px;
  height: 60px;*/
  opacity: .3;
  min-width: 28px;
  min-height: 28px;
  background-image: url(/web/assets/images/common/banners/triangle_dot.svg);
}

.showcase__static--sub .showcase__temp-img--triangle {
  width: 6.645vw;
  height: 6.645vw;
  min-width: 35px;
  min-height: 32px;
  background-image: url(/web/assets/images/common/banners/triangle_polygon.svg);
}

.showcase__static--sub .circle1 {
  top: 8.9%;
  left: -1%;

  top: 30.9%;
  left: -5%;
  transform: rotate(45deg);
}

.showcase__static--sub .circle2 {
  bottom: -3%;
  right: -5%;
}

.showcase__static--sub .triangle1 {
  top: 13%;
  right: 7.5%;
  transform: rotate(45deg);
}

.showcase__static--sub .triangle2 {
  top: 16%;
  right: 12%;
  transform: rotate(-135deg);
}

.showcase__static--sub .triangle3 {
  top: 13%;
  right: 41%;
}

.showcase__static--sub .triangle4 {
  bottom: 12%;
  left: 14%;
}

.subpageBanner {
  /* position: relative; */
  --subBannerPadding: 40px;
  --subBannerPlusColor: #FFB100;
  --subDescriptionColor: #fae7ff;
  width: 100%;
  /* padding: calc(50px + var(--subBannerPadding)) 0 20px; */
  padding: calc(100px + var(--subBannerPadding)) 0 var(--subBannerPadding);
  /*background: var(--color-primary) url(../images/common/banners/subpageBanner_bg.png) no-repeat right top 100px;*/
  /*background-size: auto 100px;*/
  background-color: var(--color-primary);
  /* background-image:url(../images/common/banners/subpageBanner_bg2.png); */
  background-repeat: no-repeat;
  background-size: auto 80%;
  overflow: hidden;
}
.subpageBanner.no-padding {
  padding: 0 !important;
}
.subpageBanner--with-card {
  padding-bottom: 140px;
}
.subpageBanner--short {
  padding-bottom: 40px;
}
.subpageBanner__title__area {
  display: flex;
  align-items: center;
  /* margin-left: 42px; */
}
.subpageBanner--with-card .subpageBanner__title__area {
  padding-left: 50px;
}
.subpageBanner__title__area.align-center {
  justify-content: center;
  text-align: center;
  flex-shrink: 0;
}
.subpageBanner__title {
  /* display: inline-block; */
  position: relative;
  color: var(--color-white);
  font-size: 34px;
  font-weight: 700;
  font-family: 'Karla';
  line-height: 1;
  letter-spacing: 0;
}
.subpageBanner__title:after,
.subpageBanner__title:before {
  content: '';
  position: absolute;
  top: 0;
  right: -24px;
  width: 20px;
  height: 5px;
  background-color: var(--subBannerPlusColor);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.subpageBanner__title::before {
  transform: rotate(90deg);
}
.subpageBanner__title span {
  /* position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%); */
  display: block;
  width: 100%;
  font-family: 'Pretendard';
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
  margin-top: 3px;
}
.subpageBanner__description {
  font-size: 30px;
  font-weight: 300;
  line-height: 45px;
  color: var(--subDescriptionColor);
  margin-left: 50px;
  letter-spacing: -1.65px;
  line-height: 73px;
}
.subpageBanner__description--small {
  font-size: 28px;
  font-weight: 500;
  line-height: 34px;
  color: var(--subDescriptionColor);
  margin-left: 65px;
  letter-spacing: -1px;
}
.subpageBanner__description--small span {
  display: block;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: -1px;
  color: #FAE7FF;
  margin-bottom: 8px;
}
.subpageBanner__btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  min-width: 184px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  border-radius: 4px;
  background-color: var(--color-lightGray);
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--color-primary);
  transition: all 0.3s;
  text-align: center;
  padding: 9px;
  user-select: none;
  font-family: 'SUIT';
  letter-spacing: -1px;
  cursor: pointer;
  transition: all .28s;
}
.subpageBanner__btn:hover {
  background-color: var(--color-dimmedGray);
}
.subpageBanner__btn span {
  display: block;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  margin-top: 4px;
}
.subpageBanner.white {
  --subDescriptionColor: #505050;
  --subBannerPlusColor: var(--color-primary);
  background-color: inherit;
}
.subpageBanner.white .subpageBanner__title {
  color: var(--color-black);
}
.subpageBanner.white .subpageBanner__description {
  color: #505050;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .subpageBanner {
    background-size: auto 177px;
  }
  .subpageBanner__title__area {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 0;
  }
  .subpageBanner__description {
    margin: 0;
    line-height: 45px;
  }

  .subpageBanner__description--small {
    margin: 0;
    font-size: 28px;
  }

  .subpageBanner__btn {
    top: auto;
    bottom: 0;
    right: 25px;
    transform: translateY(0);
    height: 40px;
    padding: 0 30px;
  }
}

.cont__title-wrap {
  margin-bottom: 27px;
}
.cont__title-wrap span {
  font-size: 16px;
  color: #2B2B2B;
  margin-bottom: 8px;
  line-height: 19px;
}
.cont__title {
  color: #2B2B2B;
  font-size: 32px;
  line-height: 35px;
  font-weight: 600;
  letter-spacing: -0.48px;
}
@media (max-width: 1024px) {
  .cont__title-wrap {
    margin-bottom: 15px;
  }
  .cont__title {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .cont__title-wrap {
    margin-bottom: 5px;
  }
}

.common__icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
}

.common__icon--facebook {
  background-image: url(/web/assets/images/common/ui/icon_face-book.png);
  width: 12px;
  height: 24px;
}

.common__icon--youtube {
  background-image: url(/web/assets/images/common/ui/icon_youtube.png);
  width: 24px;
  height: 17px;
}

.common__icon--partner-prev {
  background-image: url(/web/assets/images/common/ui/arrow-prev.png);
  width: 14px;
  height: 15px;
}

.common__icon--partner-next {
  background-image: url(/web/assets/images/common/ui/arrow-next.png);
  width: 14px;
  height: 15px;
}

.common__icon--plus {
  --icon-plus-color: var(--color-pink-500);
  --icon-plus-width: 10px;
  --icon-plus-height: 3px;
  position: relative;
}
.common__icon--plus::after,
.common__icon--plus::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: var(--icon-plus-width);
  height: var(--icon-plus-height);
  transform: translateY(-50%);
  background-color: var(--icon-plus-color);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.common__icon--plus::before {
  transform: translateY(-50%) rotate(90deg);
}

.common__image--message {
  position: relative;
}

.common__image--message::after {
  content: '';
  background-image: url(/web/assets/images/common/btn/message.png);
  background-repeat: no-repeat;
  top: 14.2px !important;
  left: 10px;
  width: 26px;
  height: 18px;
}

.common__image--share {
  width: 120px;
  position: relative;
}

.common__image--share::after {
  content: '';
  background-image: url(/web/assets/images/common/btn/copy.png);
  width: 13px;
  height: 14px;
}

/* pagination */
.common__pagination--grid {
	position: relative;
	display: flex;
	overflow: visible;
	margin: 40px 0;
	min-width: 0;
	min-height: 48px;
	max-width: 100%;
	justify-content: center;
	align-items: center;
}

.common__pagination--md {
	flex: 1;
}

.common__pagination--grid>.common__pagination--md:first-child:not(:last-child) {
  padding-left: 15%;
}

.common__pagination--lft {
	display: flex;
	text-align: left;
	align-items: flex-start;
	flex: 0 0 15%;
	justify-content: flex-start;
}

.common__pagination--rgt {
	display: flex;
	text-align: right;
	align-items: flex-end;
	flex: 0 0 15%;
	justify-content: flex-end;
}

.common__pagination {
  width: auto;
  height: auto;
  text-align: center;
  /* padding: 0 0 82px 0; */
  padding: 82px 0 0;
}

.common__pagination--grid .common__pagination {
  padding-top: 0;
}

.common__pagination li {
  width: 40px;
  height: 40px;
  max-height: 40px;
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  text-align: center;
  border: 1px solid #dcdcdc;
  font-family: 'Karla';
  background-color: #ffffff;
}

.common__pagination li:hover {
  border: 1px solid #ccc;
  font-weight: bold;
}

.common__pagination li:active,
.common__pagination li.on {
  font-weight: bold;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
}

.common__pagination li:active a,
.common__pagination li.on a {
  color: #fff;
  /* background-color: var(--color-primary); */
}

.common__pagination li a {
  width: 100%;
  height: 100%;
  max-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #747474;
  letter-spacing: -1.27px;
  line-height: 40px;
}

.common__pagination li a:active {
  color: #fff;
  background-color: var(--color-primary);
}

.common__pagination li .common__pagination-prev a {
  background: url('') no-repeat center;
}

.common__pagination li .common__pagination-prev a:active {
  background: url('') no-repeat center;
}

.common__pagination li .common__pagination-prev a.disable a {
  background: url('') no-repeat center;
}

.common__pagination li .common__pagination-next a {
  background: url('') no-repeat center;
}

.common__pagination li .common__pagination-next a:active {
  background: url('') no-repeat center;
}

.common__pagination li .common__pagination-next a.disable a {
  background: url('') no-repeat center;
}
@media screen and (max-width:1024px) {
	.common__pagination--grid {
		display: block;
		margin-top: 40px;
	}
	
	.common__pagination--grid>.common__pagination--md:first-child {
		padding-left: 0 !important;
		margin-bottom: 30px;
	}

	.common__pagination--grid>.common__pagination--lft + .common__pagination--md {
		padding-left: 0;
		padding-right: 0;
		margin-bottom: 30px;
	}

	.common__pagination--grid>.common__pagination--lft {
		position: absolute;
		top: 62px;
		left: 0;
	}

  .common__pagination--grid .common__pagination {
    padding: 0;
  }
}

.ic__share {
  display: flex;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_share.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}
.ic__share-w {
  display: flex;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_share-w.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

.bl_paginate {
  position: relative;
  display: flex;
  overflow: visible;
  margin: 40px 0;
  min-width: 0;
  min-height: 48px;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.bl_paginate_lft {
  display: flex;
  text-align: left;
  align-items: center;
  flex: 0 0 25%;
  justify-content: flex-start;
}

.bl_paginate_lft--tit {
  font-weight: 300;
  margin-right: 15px;
}

.bl_paginate_rgt {
  display: flex;
  text-align: right;
  align-items: flex-end;
  flex: 0 0 25%;
  justify-content: flex-end;
}

@media screen and (max-width:1024px) {
  .bl_paginate {
    flex-direction: column;
    align-items: initial;
    margin: 20px 0;
    gap: 15px;
  }

  .bl_paginate_rgt {
    justify-content: center;
    margin-top: 15px;
  }
}

.common__pagination2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex: 1;
}

.common__pagination2 li {
  width: 36px;
  height: 36px;
}

.common__pagination2 a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.common__pagination2 .page-item {
  font-size: 14px;
  text-align: center;
  border: 1px solid #E4E4E4;
  border-radius: 50%;
  background-color: #ffffff;
  transition: background-color .2s, border .2s;
}

.common__pagination2 .page-item:active,
.common__pagination2 .page-item:hover,
.common__pagination2 .page-item.on {
  font-weight: bold;
  background-color: #000;
  border: 1px solid #000;
}

.common__pagination2 .page-item:active a,
.common__pagination2 .page-item:hover a,
.common__pagination2 .page-item.on a {
  color: #fff;
}

.common__pagination2 .page-item a {
  color: #96A6B9;
  letter-spacing: -1.27px;
}

.common__pagination2 li .common__pagination-prev a {
  background: url('../../assets/images/common/pagination_prev.png') no-repeat center;
  background-size: 15px auto;
}

.common__pagination2 .common__pagination-next a {
  background: url('../../assets/images/common/pagination_next.png') no-repeat center;
  background-size: 15px auto;
}

.image-heart {
  background-image: url(/web/assets/images/pages/menu__find/find_startup_detail-heart.png);
  background-size: 70%;
  background-position: 8px 10px;
  background-repeat: no-repeat;
}

.image-share {
  background-image: url(/web/assets/images/pages/menu__find/find_startup_detail-share.png);
  background-size: 70%;
  background-position: 7px 8px;
  background-repeat: no-repeat;
}

.common__sch-box {
  float: right;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 400px;
  padding: 8px 0;
  border-bottom: 1px solid #b0b0b0;
}
.common__sch-box .common__sch-box--input {
  width: 100%;
  font-size: 20px;
  line-height: 30px;
  color: #505050;
  background: transparent;
}
.common__sch-box .common__sch-box--input::placeholder {
  color: #cbcbcb;
}
.common__sch-box img {
  width: 25px;
  height: auto;
  cursor: pointer;
}

.common__sch-box2 {
  position: relative;
}
.common__sch-box2 .common__sch-box--input {
  width: 100%;
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 48px;
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  padding: 0 calc(26px + 20px + 14px) 0 14px;
}
.common__sch-box2 .common__sch-box--input::placeholder {
  color: var(--color-primary);
}
.common__sch-box2 img {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  transform: translateY(-50%);
}
.common__sch-box2.rounded .common__sch-box--input {
  line-height: 64px;
  border-radius: 32px;
  padding: 0 calc(26px + 20px + 14px) 0 32px;
  font-family: 'SUIT';
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1px;
}

@media (max-width: 1024px) {
  .common__sch-box {
    width: 200px;
  }
  .common__sch-box .common__sch-box--input {
    font-size: 16px;
  }
  .common__sch-box img {
    width: 19px;
  }

  .common__sch-box2 .common__sch-box--input {
    font-size: 16px;
    line-height: 38px;
  }
  .common__sch-box2.rounded .common__sch-box--input {
    font-size: 16px;
    line-height: 45px;
  }
}

@media (max-width: 768px) {
  .common__sch-box .common__sch-box--input {
    padding: 0 10px;
  }
}

.globalsearch {
  margin: 0 auto;
  overflow: hidden;
}

.globalsearch__content {
  position: relative;
  display: block;
  width: 100%;
  cursor: text;
  font-family: 'Noto Sans KR';
  border-bottom: 1px solid #fff;
  padding-bottom: 9px;
}

.page__index .globalsearch__content {
  border-bottom: 1px solid var(--main-color);
}

.globalsearch__input {
  width: 100%;
  font-size: 20px;
  line-height: 29px;
  background: transparent;
  color: #ffffff;
}

.page__index .globalsearch__input {
  color: var(--main-color);
}

.globalsearch__input:-webkit-autofill,
.globalsearch__input:-webkit-autofill:hover,
.globalsearch__input:-webkit-autofill:focus {
  background: transparent;
  transition: background-color 5000s;
  -webkit-text-fill-color: #fff !important;
}

.globalsearch__input:focus+.globalsearch__placeholder,
.globalsearch__input:valid+.globalsearch__placeholder {
  display: none;
}

.globalsearch__placeholder {
  pointer-events: none;
  user-select: none;
  touch-action: none;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 29px;
  color: #ffffff;
  opacity: 0.5;

  /*animation: blinkingCaret 2s steps(1) infinite;*/
  /*border-right: 2px solid #000;*/
  /*padding-right: 15px;*/
}

.page__index .globalsearch__placeholder {
  color: var(--main-color);
}

.globalsearch__placeholder:after {
  content: '';
  height: 2px;
  width: 2px;
}

@keyframes blinkingCaret {
  50% {
    border-color: transparent;
  }
}

.globalsearch__placeholder strong {
  font-weight: 600;
  color: var(--color-primary);
}

.globalsearch__btn {
  position: absolute;
  top: 2px;
  right: 0;
  width: 25px;
  height: 25px;
  background-image: var(--main-sch-img);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.globalsearch__btn .ico-search .svg-ctrlarea {
  stroke: var(--color-primary);
}

.globalsearch--tag-box {
  width: 687px;
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
}

.globalsearch--tag-box span {
  display: inline-block;
  background: #fff;
  /* color: var(--color-purple-800); */
  color: var(--main-color);
  font-size: 18px;
  font-weight: 500;
  padding: 11px 18px;
  border-radius: 20px;
  margin-right: 8px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s;
}

.globalsearch--tag-box span.tag__title {
  background-color: var(--main-color);
  color: var(--color-white);
  pointer-events: none;
}

.globalsearch--tag-box span:hover {
  background: var(--color-dimmedGray);
}

.site__header {
  z-index: 12;
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar {
  position: relative;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  padding: 0 30px;
  box-sizing: border-box;
  background-color: transparent;
  transition: background-color 0.3s ease-out;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0);
}

.navbar .site__logo {
  position: absolute;
  left: 30px;
  width: 212px;
  height: 48.5px;
  filter: brightness(0) invert(1);
}

.navbar .site__logo svg {
  width: 100%;
  height: 100%;
}

.navbar .gnb {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 100%;
  font-family: 'Karla', 'Noto Sans KR', sans-serif;
}

.navbar .gnb__list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.navbar .gnb__item {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  letter-spacing: -1.1px;
  user-select: none;
  padding: 0 25px;
  will-change: padding;
  transition: padding 0.3s ease-out;
}

.navbar .gnb__item a {
  color: var(--color-white);
}

.navbar .gnb__item__title {
  position: relative;
  font-weight: 500;
  font-size: 22px;
}

.navbar .gnb__item__title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background-color: transparent;
  transform: scaleX(0);
  transform-origin: left center;
}

.navbar .gnb__item__title:before {
  content: '';
  position: absolute;
  right: -10px;
  top: -6px;
  width: 8px;
  height: 8px;
  transform-origin: center;
  background-image: url(/web/assets/images/common/icon/ic_plus_menu_before.png);
  background-repeat: no-repeat;
  background-size: 100%;
  opacity: 0;
  transform: scale(1.6) rotate(150deg);
}

.navbar .gnb__item:hover {
  background-color: var(--color-lightGray);
}

.navbar .gnb__item:hover .gnb__item__title a {
  color: var(--color-black);
}

.navbar .gnb__item:hover .gnb__item__title:after {
  background: var(--color-black);
  transform: scaleX(1);
  transition: transform 0.15s ease-out, background-color 0.15s ease-out;
}

.navbar .gnb__item:hover .gnb__item__title:before {
  transform: scale(1) rotate(0);
  opacity: 1;
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
}

.navbar .gnb__item:hover .gnb__submenu {
  background-color: var(--color-lightGray);
}

.navbar .gnb__submenu {
  opacity: 0;
  box-sizing: border-box;
  visibility: hidden;
  padding: 25px 0 0 25px;
  position: absolute;
  top: 100px;
  width: 100%;
  left: 0;
  border-top: 1px solid var(--color-lightBorderGray);
  height: 212px;
  transform: scaleY(0.7) translateZ(0);
  transform-origin: top center;
}

.navbar .gnb__subitem {
  user-select: none;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 14px;
  letter-spacing: -0.7px;
  line-height: 20px;
  margin-bottom: 15px;
  overflow: hidden;
}

.navbar .gnb__subitem-2 {
  line-height: 1.2;
}

.navbar .gnb__subitem-2 span {
  font-size: 12px;
}

.navbar .gnb__subbackground {
  opacity: 0;
  pointer-events: none;
  touch-action: none;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  top: 100px;
  left: 0;
  width: 100%;
  transform: scaleY(0) translateZ(0);
  transform-origin: top center;
  min-height: 213px;
  background: var(--color-white);
  border-bottom: 1px solid #e0e0e0;
  /*TODO*/
}

.navbar .gnb__list:hover .gnb__item {
  padding: 0 55px 0 25px;
}

/* .navbar .gnb__list:hover .gnb__item:nth-child(2) {min-width: 200px; transition: all 0.3s;} */


.navbar .gnb__list:hover .gnb__item a {
  color: var(--color-black);
}

.navbar .gnb__list:hover .gnb__submenu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0);
  transition: opacity 0.3s ease-out, transform 0.15s ease-out;
  transition-delay: 0.15s;
}

.navbar .gnb__list:hover .gnb__subitem:hover a {
  color: var(--color-primary);
}

.navbar .gnb__list:hover .gnb__subbackground {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: scaleY(1) translateZ(0);
  transition: transform 0.15s ease-out;
}

.preference {
  display: flex;
  align-items: center;
}

.preference__group {
  display: flex;
  align-items: center;
}

.preference__item {
  cursor: pointer;
}

.preference__item.item__admin {
  margin-left: -20px;
  background: var(--color-primary);
  color: #fff;
  padding: 0 15px;
  border-radius: 25px;
  font-size: 15px;
  line-height: 26px;
}

.preference__item .svg-icon {
  display: block;
  margin: auto;
  user-select: none;
}

.common__userinfo {
  position: relative;
  width: auto;
  height: auto;
}

.common__userinfo .ico-userlogin {
  position: absolute;
  left: 0;
}

.common__userinfo .ico-userlogin .svg-ctrlarea {
  fill: none;
  stroke: var(--color-black);
}

.common__userinfo .userinfo__username {
  display: inline-block;
  padding: 4px 10px 4px 32px;
  background-color: rgba(255, 255, 255, 0.1);
  color: var(--color-white);
  border-radius: 25px;
  font-size: 14px;
  margin-top: 1px;
  height: 26px;
  box-sizing: border-box;
  font-family: 'Noto Sans KR', sans-serif;
  letter-spacing: -0.05em;
  line-height: 18px;
  user-select: none;
}

.navbar .preference {
  position: absolute;
  right: 30px;
}

.navbar .preference__item {
  margin-right: 25px;
}

.navbar .preference__item:last-child {
  margin-right: 0;
}

.navbar .preference__item .svg-icon,
.navbar .preference__item .img-icon {
  width: 28px;
  height: 28px;
}

.navbar .preference__item .svg-icon .svg-ctrlarea {
  fill: var(--color-white);
  stroke: var(--color-white);
}

.navbar .preference__item .svg-icon:hover .svg-ctrlarea {
  fill: var(--color-black);
  stroke: var(--color-black);
}

.navbar .common__userinfo .ico-userlogin .svg-ctrlarea {
  fill: none;
  stroke: var(--color-white);
}

.navbar .preference__item .img-icon>img {
  width: 100%;
  height: auto;
}

.navbar .common__userinfo .userinfo__username {
  line-height: 18px;
}

.site__snb {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  visibility: hidden;
  pointer-events: none;
  touch-action: none;
  z-index: -1;
  width: 100vw;
  height: 100vh;
}

.site__snb .snb__dim {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  background: #000;
  transition: opacity 0.3s ease-out;
}

.site__snb .snb__layer {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  user-select: none;
  background-color: var(--color-white);
  transform: translate3d(15%, 0, 0);
  transition: transform 0.3s ease-out;
}

.site__snb .snb__header {
  width: 100%;
  height: 60px;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 30px 10px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-lightBorderGray);
}

.site__snb .snb__container {
  box-sizing: border-box;
  padding: 48px 0 10px 80px;
  overflow: auto;
  height: calc(100% - 60px);
}

.site__snb .gnb {
  display: block;
}

.site__snb .gnb a {
  color: var(--color-black);
}

.site__snb .gnb__item {
  margin-bottom: 30px;
  cursor: pointer;
}

.site__snb .gnb__item__title {
  display: inline-block;
  font-family: 'Karla', sans-serif;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  touch-action: none;
  pointer-events: none;
}

.site__snb .gnb__item__title:after,
.site__snb .gnb__item__title:before {
  content: '';
  position: absolute;
  top: 13px;
  left: -20px;
  width: 10px;
  height: 2px;
  background-color: var(--color-black);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  border: none;
}

.site__snb .gnb__item__title:before {
  transform: rotate(90deg);
}

.site__snb .gnb__item[opened] .gnb__submenu {
  height: auto;
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
  transition: all 0.25s ease-out, opacity 0.25s ease-out;
}

.site__snb .gnb__submenu {
  margin: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  transition: height 0.25s ease-out, opacity 0.25s ease-out;
  padding-left: 30px;
}

.site__snb .gnb__subitem {
  width: auto;
  font-weight: 400;
  margin: 0 0 13px 0;
}

.site__snb .gnb__subitem:last-child {
  margin: 0 0 39px 0;
}

.site__snb .gnb__subitem:before {
  content: '-';
}

.site__snb .gnb__subitem a:hover {
  color: var(--color-primary);
}

.site__snb .gnb__subitem.active a {
  color: var(--color-primary);
}

.site__snb .preference__group {
  display: flex;
}

.site__snb .preference__item {
  margin-right: 0;
  padding: 10px;
}

.site__snb .preference__item:hover .svg-icon .svg-ctrlarea {
  fill: var(--color-primary);
  stroke: var(--color-primary);
}

.site__snb .preference__item:hover .common__userinfo .ico-userlogin .svg-ctrlarea {
  fill: var(--color-white);
  stroke: var(--color-primary);
}

.site__snb .preference__item:hover .common__userinfo .userinfo__username {
  color: var(--color-black);
  background-color: var(--color-dimmedGray);
}

.site__snb .preference__item .svg-icon .svg-ctrlarea {
  fill: var(--color-black);
  stroke: var(--color-black);
}

.site__snb .common__userinfo .ico-userlogin .svg-ctrlarea {
  fill: var(--color-white);
  stroke: var(--color-black);
}

.site__snb .common__userinfo .userinfo__username {
  color: var(--color-black);
  background-color: var(--color-dimmedGray);
}

.snb__btn {
  display: none;
  touch-action: none;
  pointer-events: none;
  cursor: pointer;
  width: 21px;
  height: 19px;
  position: absolute;
  top: 15px;
  z-index: 99;
  top: 19px;
  right: 15px;
}

.snb__btn .inner {
  position: absolute;
  width: 13px;
  height: 3px;
  border-radius: 2px;
  top: 50%;
  left: 0;
  background-color: var(--color-white);
}

.snb__btn:before,
.snb__btn:after {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  width: 21px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--color-white);
  transform-origin: center;
  transition: transform 0.3s ease-out;
}

.snb__btn:before {
  top: 0;
}

.snb__btn:after {
  top: 100%;
}

.show_snb {
  overflow: hidden;
}

.show_snb .site__snb {
  z-index: 11;
  visibility: visible;
  pointer-events: auto;
  touch-action: auto;
}

.show_snb .site__snb .snb__dim {
  opacity: 0.35;
}

.show_snb .site__snb .snb__layer {
  transform: translate3d(0, 0, 0);
}

.show_snb .snb__btn {
  right: 24px;
}

.show_snb .snb__btn .inner {
  display: none;
  background-color: var(--color-black);
}

.show_snb .snb__btn:before,
.show_snb .snb__btn:after {
  height: 2px;
  width: 24px;
  background-color: var(--color-black);
}

.show_snb .snb__btn:before {
  transform: rotate(45deg) translateX(50%) translateY(100%);
}

.show_snb .snb__btn:after {
  transform: rotate(-45deg) translateX(50%) translateY(-100%);
}

.site__header.covered .navbar {
  background-color: var(--color-white);
  box-shadow: 0 1px 0 0 var(--color-lightBorderGray);
}

.site__header.covered .navbar .site__logo {
  filter: none;
}

.site__header.covered .navbar .gnb__item a {
  color: var(--color-black);
}

.site__header.covered .navbar .gnb__item>strong {
  font-weight: 600;
}

.site__header.covered .navbar .preference__item:hover .svg-icon .svg-ctrlarea {
  fill: var(--color-primary);
  stroke: var(--color-primary);
}

.site__header.covered .navbar .preference__item:hover .common__userinfo .ico-userlogin .svg-ctrlarea {
  fill: var(--color-white);
  stroke: var(--color-primary);
}

.site__header.covered .navbar .preference__item:hover .common__userinfo .userinfo__username {
  color: var(--color-black);
  background-color: var(--color-dimmedGray);
}

.site__header.covered .navbar .preference__item .svg-icon .svg-ctrlarea {
  fill: var(--color-black);
  stroke: var(--color-black);
}

.site__header.covered .navbar .common__userinfo .ico-userlogin .svg-ctrlarea {
  fill: var(--color-white);
  stroke: var(--color-black);
}

.site__header.covered .navbar .common__userinfo .userinfo__username {
  color: var(--color-black);
  background-color: var(--color-dimmedGray);
}

.site__header.covered .snb__btn .inner,
.site__header.covered .snb__btn:before,
.site__header.covered .snb__btn:after {
  background-color: var(--color-black);
}

footer {
  position: relative;
  width: 100%;
  margin-top: -60px;
}

.familysites {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.familysites__header {
  display: flex;
  position: relative;
}

.familysites__header.familysites__header--ver2 {
  margin-right: 2px;
}

.familysites__header--ver2:before,
.familysites__header--ver2:after {
  margin-left: -15px;
}

.familysites__header--ver2[tip]:before {
  top: calc(100% - 3px);
}

.familysites__header--ver2[tip]:after {
  top: calc(100% + 1px);
}

.familysites__header--ver2.opened:before,
.familysites__header--ver2.opened:after {
  display: none;
}

.familysites__tab {
  position: relative;
  margin-left: 10px;
  cursor: pointer;
  /*width: 180px;*/
  width: 217px;
}

.familysites__tab:first-child {
  margin-left: 0;
}

.familysites__header--ver2 .familysites__tab {
  width: auto;
  display: none;
}

.familysites__button {
  width: 100%;
  height: 30px;
  background-color: var(--color-white);
  border-width: 0 0 1px 0;
  border-color: var(--color-lightGray);
  padding-right: 45px;
  padding-left: 10px;
  pointer-events: none;
  touch-action: none;
  user-select: none;
  transition: background-image 0.25s ease-out;
}

.familysites__header--ver2 .familysites__button {
  background: url(/web/assets/images/pages/main__index/ic-familysites.svg) left center/20px auto no-repeat;
  padding-left: 25px;
  padding-right: 26px;
}

.familysites__header--ver2:is(:hover, .opened) .familysites__button {
  background: url(/web/assets/images/pages/main__index/ic-familysites-hover.svg) left center/20px auto no-repeat;
}

.familysites__button:after {
  position: absolute;
  /*top: 10px;*/
  top: 50%;
  right: 10px;
  width: 11px;
  height: 7px;
  content: '';
  display: inline-block;
  transform: translateY(-50%);
  background-image: url(/web/assets/images/common/ui/arrow_down_black.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

.familysites__header--ver2 .familysites__tab .familysites__button:after {
  transition: all 0.25s ease-out;
}

.familysites__header--ver2 .familysites__tab.active .familysites__button:after {
  transform: translateY(-50%) rotate(180deg);
}

footer .familysites__tab.active .familysites__button {
  border-color: var(--color-black);
  background-color: var(--color-black);
  color: var(--color-white);
}

footer .familysites__tab.active .familysites__button:after {
  background-image: url(/web/assets/images/common/ui/arrow_down_white.svg);
}

.familysites__content {
  width: 100%;
  position: absolute;
  bottom: 0;
  max-height: 0;
  z-index: -1;
  transition: max-height 0.25s ease-in-out, padding 0.25s ease-in-out;
  overflow: hidden;
}

.familysites__header--ver2 .familysites__content {
  top: calc(100% + 5px);
  bottom: auto;
  right: 0;
  width: 217px;
  z-index: 10;
}

:lang(en) .familysites__header--ver2 .familysites__content {
  width: 246px;
}

.familysites__nav {
  padding: 15px 0 40px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: absolute;
  top: 0;
  visibility: hidden;
  opacity: 0;
  background-color: var(--color-white);
  border-width: 1px 1px 0 1px;
  border-color: var(--color-lightBorderGray);
  border-style: solid;
}

.familysites__header--ver2 .familysites__nav {
  padding-bottom: 15px;
  border-radius: 8px;
  border-width: 1px;
}

.familysites__nav ul {
  height: 100%;
  overflow: auto;
}

.familysites__nav ul li {
  padding: 0 10px;
  margin-bottom: 10px;
  font-size: 15px;
}

.familysites__nav ul li:last-child {
  margin: 0;
}

.familysites__nav ul li:before {
  content: '·';
}

.familysites__nav ul li:hover a {
  color: var(--color-primary);
}

.familysites__nav ul li a {
  color: #666666;
}

.familysites__header.opened .familysites__content {
  max-height: 300px;
  height: 300px;
  padding-bottom: 30px;
}

.familysites__header.opened .familysites__nav.active {
  visibility: visible;
  opacity: 1;
}

.familysites__tab.active .familysites__content {
  max-height: 300px;
  height: 300px;
  padding-bottom: 30px;
}

.familysites .quick-menu ul {
  line-height: 1;
  display: flex;
  align-items: center;
}

.familysites .quick-menu ul li {
  font-size: 14px;
  font-weight: 400;
  margin-right: 20px;
}

.familysites .quick-menu ul li a {
  color: var(--color-black);
}

@media (max-width: 1279px) {
  .familysites__header.familysites__header--ver2 {
    position: initial;
  }

  .familysites__header--ver2 .familysites__content,
  :lang(en) .familysites__header--ver2 .familysites__content {
    top: 100px;
    right: auto;
    left: 0;
    width: 100%;
  }

  .familysites__header--ver2 .familysites__nav {
    border-radius: 0;
    border-width: 0 1px 1px 1px;
  }
}
@media (max-width: 768px) {
  .familysites__header.familysites__header--ver2 {
    margin-right: 22px;
  }

  .familysites__header--ver2 .familysites__button {
    padding-left: 0;
    padding-right: 0;
    width: 31px;
    height: 31px;
  }

  .familysites__header--ver2 .familysites__button,
  .familysites__header--ver2:is(:hover, .opened) .familysites__button {
    background-size: 16px auto;
  }

  .familysites__header--ver2 .familysites__button:after {
    right: 0;
  }

  .familysites__header--ver2 .familysites__content,
  :lang(en) .familysites__header--ver2 .familysites__content {
    top: 60px;
  }
}

.site__footer__top {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 67px;
  border-top: 1px solid var(--color-lightBorderGray);
  padding: 10px 0;
  background: #fff;
}

.site__footer__top .site__inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site__footer__top .top__section {
  box-sizing: border-box;
  width: 100%;
  padding: 0 20px;
}

.site__footer__top .top__section .partners__banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
}

.site__footer__top .top__section .partners__container {
  position: relative;
  overflow: hidden;
  width: calc(100% - 143px);
  height: 42px;
}

.site__footer__top .top__section .partners__item {
  user-select: none;
  width: auto;
  max-width: 162px;
  height: 42px;
  cursor: pointer;
  border: 1px solid #F0F0F0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site__footer__top .top__section .partners__item img {
  pointer-events: none;
  object-fit: contain;
  max-width: 130px;
  margin: 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.site__footer__top .top__section .partners__controller {
  display: flex;
  align-items: center;
}

.site__footer__top .top__section .partners__controller img {
  pointer-events: none;
}

.site__footer__top .top__section .partners__controller img:nth-child(2) {
  display: none;
  margin-left: 3px;
}

.site__footer__top .top__section .partners__controlBtn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #f0f0f0;
  border-right: 0;
}

.site__footer__top .top__section .partners__controlBtn:last-child {
  border-right: 1px solid #f0f0f0;
}

.site__footer__top .top__section .partners__controlBtn .common__icon {
  pointer-events: none;
}

.site__footer__bottom {
  width: 100%;
  display: block;
  border-top: 1px solid var(--color-lightBorderGray);
}

.site__footer__bottom .bottom__section {
  padding: 20px 20px 70px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto;
  width: 100%;
  box-sizing: border-box;
}

.site__footer__bottom .bottom__section .site__logo {
  grid-row: 1/3;
  padding-top: 10px;
  margin-right: 40px;

}

.site__footer__bottom .bottom__section .sns-items {
  margin-top: 25px;
}

.site__footer__bottom .bottom__section .sns-items ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.site__footer__bottom .bottom__section .sns-items ul li {
  margin-right: 22px;
}

.site__footer__bottom .bottom__section .sns-items ul li:hover {
  opacity: .5;
}

.site__footer__bottom .bottom__section .sns-items ul li:last-child {
  margin-right: 0;
}

.site__footer__bottom .bottom__section .site__info {
  grid-column: 2;
  width: 100%;
}

.site__footer__bottom .bottom__section .site__info .info__name {
  color: #333;
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}

.site__footer__bottom .bottom__section .site__info address {
  display: inline-block;
  font-style: normal;
  margin-bottom: 10px;
}

.site__footer__bottom .bottom__section .site__info .info__address {
  font-size: 14px;
}

.site__footer__bottom .bottom__section .site__info .tel {
  display: inline-block;
  font-style: normal;
  margin-bottom: 10px;
  /* font-weight: 700; */
  color: #333;
}

.site__footer__bottom .bottom__section .site__info .tel a {
  color: inherit;
}

.site__footer__bottom .bottom__section .site__info .sns-items {
  margin-top: 10px;
  margin-bottom: 20px;
}

.site__footer__bottom .bottom__section .site__info .sns-items ul {
  display: flex;
  align-items: center;
}

.site__footer__bottom .bottom__section .site__info .sns-items li {
  margin-right: 10px;
}

.site__footer__bottom .bottom__section .site__info .info__copyright {
  font-weight: 400;
  font-size: 14px;
  color: #333;
}

.content__tab {
  display: flex;
  width: 100%;
  margin-bottom: 47px;
}

.content__tab li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 69px;
  line-height: 1.2;
  border: 1px solid #D0D0D0;
  border-right: none;
  text-align: center;
  font-size: 22px;
  letter-spacing: -1px;
  cursor: pointer;
  font-weight: 500;
}
.content__tab li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #4f4f4f;
}
.content__tab li:last-child {
  border-right: 1px solid #D0D0D0;
}
.content__tab li.on {
  position: relative;
  font-weight: 500;
  background-color: var(--color-primary);
  border: 1px solid var(--color-primary);
  color: #fff;
}
.content__tab li.on a {
  color: #fff;
}
.content__tab li.on+li {
  border-left: none;
}
.content__tab li.on::after {
  content: '▼';
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-primary);
  font-size: 20px;
}
@media screen and (max-width: 1280px) {
  .content__tab li {
    font-size: 20px;
    height: 58px;
    line-height: 56px;
  }

  .content__tab li.on::after {
    bottom: -36px;
  }
}
@media screen and (max-width: 1024px) {
  .content__tab {
    display: flex;
    height: 100%;
    padding: 0 30px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    margin-bottom: 0;
  }
  .content__tab li {
    height: 32px;
    line-height: 30px;
    font-size: 15px;
    padding: 0 20px;
  }
  .content__tab li:first-child {
		border-radius: 5px 0 0 5px;
	}

	.content__tab li:last-child {
		border-radius: 0 5px 5px 0;
	}
}
@media screen and (max-width: 768px) {
  .content__tab {
    margin-bottom: 15px;
  }
  .content__tab li.on::after {
    bottom: -19px;
  }
}

.content {
  padding-top: 100px;
}

/********** add **********/
.d-flex {
  display: flex !important;
  align-items: center;
}

.d-flex-baseline {
  display: flex !important;
  align-items: baseline !important;
}

.d-flex.item-top {
  align-items: baseline;
}

.blank {
  display: inline-block;
  width: 14px;
  text-align: center;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.d-inline-block {
  display: inline-block !important;
}

.pointer {
  cursor: pointer;
}

.pointer-none {
  pointer-events: none;
}

.text-primary {
  color: var(--color-primary);
}

.bg-primary {
  background: var(--color-primary);
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.lh-1 {
  line-height: 1 !important;
}

.pc {
  display: block !important;
}

.tb-d-none {
  display: block !important;
}

.mobile {
  display: none !important;
}

.text-align-right {
  text-align: right !important;
}

.text-align-center {
  text-align: center !important;
}

.text-align-left {
  text-align: left !important;
}

.thum {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
  background-color: #fff;
  box-shadow: 3px 3px 3px 0 rgb(0 0 0 / 7%);
  border: 1px solid hsla(0, 0%, 86.7%, 0.5);
}

.no-empty-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-empty-list>* {
  color: #333;
}

.no-empty-list>h1 {
  color: #999;
  font-weight: normal !important;
  font-size: 1.25rem;
}

.no-empty-list>span {
  color: #999;
}

.tags-input-wrapper {
  flex-direction: row;
  width: auto !important;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d0d0d0;
  color: #303030;
  padding: 0px 5px;
  font-size: 20px;
  line-height: 40px;
  letter-spacing: -1.65px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

.tags-input-wrapper>input {
  border: 0px solid transparent !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent;
  width: auto;
  font-size: 1.125rem;
  color: #505050;
  font-weight: 500;
  padding: 0 13px;
  line-height: 1.875rem;
  margin-left: 3px;
}

.tags-input-wrapper>.tag {
  display: inline-block;
  background: #dbecff;
  font-size: 1.125rem;
  color: #505050;
  font-weight: 500;
  padding: 0 13px;
  line-height: 1.875rem;
}

.tags-input-wrapper>.tag+.tag {
  margin-left: 6px;
}

.tags-input-wrapper>.tag a {
  color: #5a99df;
  margin-left: 10px;
  cursor: pointer;
}

.tags-input-wrapper>.tag a:hover {
  opacity: 0.7;
}

@media (max-width: 1024px) {
  .tags-input-wrapper {
    height: 42px;
    line-height: 40px;
    padding: 0 8px;
    font-size: 17px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .tags-input-wrapper {
    width: 100%;
    font-size: 14px;
    /* font-size: 18px; */
    letter-spacing: normal;
    /* letter-spacing: -0.3px; */
    height: 40px;
    line-height: 38px;
  }
}



.file-input-tag {
  display: inline-block;
  background: #dbecff;
  font-size: 17px !important;
  color: #505050;
  font-weight: 500;
  padding: 0 13px;
  line-height: 1.875rem;
  margin-left: 6px;
}

.file-input-tag>a.close-btn {
  color: #5a99df;
  margin-left: 10px;
  cursor: pointer;
}



/* modal 팝업창 */
body.modal-show {
  position: fixed;
  overflow: hidden;
}

.modal {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 150ms;
  padding: 50px 0;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  backdrop-filter: brightness(40%);
}

.modal-open .modal {
  visibility: visible;
  opacity: 1;
  z-index: 1050;
}

.modal-open .modal {
  visibility: visible;
  opacity: 1;
  z-index: 1050;
}

.modal-open .modal-backdrop {
  z-index: 1040;
}

.modal.fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 150ms;
}

.modal.fadeIn {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 150ms;
}

.modal .pop_wrap {
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
  width: calc(100% - 30px);
  max-width: 1050px;
  transform: translate(-50%, -50%);
  margin: 0 15px;
  backdrop-filter: none;
  z-index: 10;
  border-radius: 15px;
  background: #fff;
  overflow: hidden;
}

.modal .pop_head {
  display: flex;
  padding: 0 40px;
  height: 95px;
  align-items: center;
  border-bottom: 1px solid #DDE5EA;
}

.modal .pop_head.overflow_head {
  height: auto;
  padding: 20px 60px 20px 40px;
}

.modal .pop_head .tit {
  color: var(--color-primary);
  font-size: 25px;
  font-weight: 600;
}

.modal .pop_cont {
  overflow: hidden;
  overflow-y: auto;
  padding: 30px 40px 54px;
  max-height: calc(100vh - 95px - 100px)
}

.modal .pop_cont .common__btn-box {
  margin: 44px 0 0;
}

.modal .pop_close {
  position: absolute;
  top: 27.5px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 30px;
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}


.navbar .gnb__item:nth-child(2) {padding: 0 58px 0 25px !important;}



@media screen and (max-width:1024px) {
  .modal .pop_cont {
    padding: 20px 20px 25px;
  }
}


.modal.modal-contact-wrap {
  padding: 0px;
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  backdrop-filter: none;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
}

.modal-backdrop {
  width: 100vw;
  height: 100%;
  position: absolute;
}

.modal.modal-contact-wrap .modal-contact {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1080px;
  min-height: 80vh;
  max-height: 90vh;
  height: auto;
  overflow: hidden;
  /*margin: 50px auto;*/
  backdrop-filter: none;
  z-index: 10;
  display: flex;
  flex-direction: column;
}

.modal-contact {
  width: 1278px;
  height: 1640px;
  height: 1502px;
  background-color: white;
  margin: 0 auto;
  padding: 54px 0px;
  color: #282828;
  position: relative;
  border-radius: 10px;
}

.modal-contact>.modal-contact-close {
  font-size: 40px;
  position: absolute;
  right: 64px;
  cursor: pointer;
}

.modal-contact>.modal-contact-title {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
  letter-spacing: -2.63px;
  /*line-height: 30px;*/
  padding: 0px 54px;
}

.modal-contact>.modal-investor-subtitle,
.modal-contact>.modal-contact-subtitle {
  font-size: 20px;
  letter-spacing: -1.5px;
}

.modal-contact .common__con-txt,
.modal-contact .common__input-box {
  margin: 22px 0 43px 0;
}

.modal-contact .pd-54 {
  padding: 0px 54px;
}

.modal-contact .common__input.long-input {
  width: 100%;
}

.modal-contact .common__input.content-input.long-input {
  width: 100%;
  height: 200px;
}

.modal-contact textarea {
  font-family: 'Noto Sans KR', sans-serif;
}

.modal-contact .center {
  display: flex;
  justify-content: center;
}

.modal-contact .common__form-inline.no1 {
  margin-right: 35px;
}

.modal-contact .common__form-inline.no1 .common__label--chk {
  margin-right: 10px;
}

.modal-contact .btns__wrap {
  display: flex;
  justify-content: center;
}

.modal-contact .btns__wrap .common__button {
  font-weight: 500;
}

.modal-contact .btns__wrap .common__button+.common__button {
  margin-left: 27px;
}

.content__description-wrap {
  display: flex;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid #EFEFEF;
  margin-bottom: 30px;
}

.content__description-wrap .description__icon {
  width: 100px;
  height: 100px;
  background: #F6F6F9 url(/web/assets/images/common/icon_description.png) no-repeat center;
  margin-right: 17px;
}

.content__description-wrap>div {
  word-break: keep-all;
}

.content__description-wrap .description__tit {
  font-size: 24px;
  line-height: 1.5;
  color: #2B2B2B;
  font-weight: 500;
}

.content__description-wrap .description__txt {
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: -0.9px;
  color: #666666;
  margin-top: 2px;
}

@media (max-width: 1024px) {
  .content__description-wrap .description__tit {
    font-size: 20px;
  }

  .content__description-wrap .description__txt {
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .content__description-wrap {
    margin-bottom: 20px;
  }

  .content__description-wrap .description__icon {
    display: none;
  }

  .content__description-wrap .description__tit {
    font-size: 18px;
  }

  .content__description-wrap .description__txt {
    font-size: 16px;
  }
}




/******************** media query ********************/
@media (min-width: 1280px) {
  .site__header:hover .navbar {
    background-color: var(--color-white);
    box-shadow: 0 1px 0 0 var(--color-lightBorderGray);
  }

  .site__header:hover .navbar .site__logo {
    filter: none;
  }

  .site__header:hover .navbar .gnb__item a {
    color: var(--color-black);
  }

  .site__header:hover .navbar .preference__item:hover .svg-icon .svg-ctrlarea {
    fill: var(--color-primary);
    stroke: var(--color-primary);
  }

  .site__header:hover .navbar .preference__item:hover .common__userinfo .ico-userlogin .svg-ctrlarea {
    fill: var(--color-white);
    stroke: var(--color-primary);
  }

  .site__header:hover .navbar .preference__item:hover .common__userinfo .userinfo__username {
    color: var(--color-black);
    background-color: var(--color-dimmedGray);
  }

  .site__header:hover .navbar .preference__item .svg-icon .svg-ctrlarea {
    fill: var(--color-black);
    stroke: var(--color-black);
  }

  .site__header:hover .navbar .common__userinfo .ico-userlogin .svg-ctrlarea {
    fill: var(--color-white);
    stroke: var(--color-black);
  }

  .site__header:hover .navbar .common__userinfo .userinfo__username {
    color: var(--color-black);
    background-color: var(--color-dimmedGray);
  }
}

@media (max-width: 1279px) {
  .m__px-12 {
    padding: 0 12px;
  }

  .m__px-20 {
    padding: 0 20px;
  }

  .wrap {
    width: 100% !important;
  }

  .medium-none {
    display: none;
  }

  .site__footer__bottom > .site__inner{
    padding:0px !important;
  }

  /* .subpageBanner__title__area {
    padding-left: 50px;
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .subpageBanner__title span {
    position: initial;
    width: auto;
    margin-left: 10px;
  }

  .subpageBanner__title {
    line-height: 45px;
  }

  .subpageBanner__description {
    margin: 0;
    line-height: 45px;
  }

  .subpageBanner__description--small {
    margin: 0;
    font-size: 28px;
  }

  .subpageBanner__btn {
    top: auto;
    bottom: 0;
    right: 25px;
    transform: translateY(0);
    height: 40px;
    padding: 0 30px;
  } */

  .site__header .navbar .gnb {
    display: none;
  }

  .site__header .navbar .preference__item .svg-icon .svg-ctrlarea {
    fill: var(--color-white);
    stroke: var(--color-white);
  }

  .site__header .navbar .preference__item .svg-icon:hover .svg-ctrlarea {
    fill: var(--color-white);
    stroke: var(--color-white);
  }

  .site__header .navbar .preference__item:last-child {
    margin-right: 50px;
  }

  .site__header .navbar .common__userinfo .ico-userlogin .svg-ctrlarea {
    fill: none;
  }

  .site__header .snb__btn {
    display: block;
    touch-action: auto;
    pointer-events: auto;
    top: 40px;
    right: 30px;
  }

  .show_snb .site__header .snb__btn {
    right: 45px;
  }

  .site__header .site__snb {
    display: block;
  }

  .site__header .site__snb .snb__header {
    height: 100px;
  }

  .site__header .site__snb .snb__layer {
    width: 65%;
    will-change: transform;
  }

  .site__header .site__snb .gnb__item {
    margin-bottom: 23px;
  }

  .site__header .site__snb .gnb__item__title {
    font-size: 26px;
    letter-spacing: -1.3px;
  }

  .site__header .site__snb .gnb__subitem {
    letter-spacing: -0.8px;
  }

  .site__header .site__snb .preference {
    display: none;
  }

  .familysites {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }

  .familysites .quick-menu {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0 10px;
  }

  .familysites .quick-menu ul li {
    font-size: 16px;
  }

  .familysites__header:not(.familysites__header--ver2) {
    margin: 0;
    width: 100%;
  }

  .familysites__header:not(.familysites__header--ver2) .familysites__tab {
    margin: 0;
    width: 50%;
    font-size: 10px;
    border-right: 1px solid var(--color-lightBorderGray);
  }

  .familysites__tab:last-child {
    border-right: none;
  }

  .familysites__header:not(.familysites__header--ver2) .familysites__button {
    height: 50px;
    width: 100%;
    padding-right: 25px;
    line-height: 50px;
    font-size: 16px;
  }

  .familysites__header:not(.familysites__header--ver2) .familysites__button:after {
    right: 18px;
    /*top: 22px;*/
  }

  .familysites__nav {
    padding-bottom: 60px;
    height: 500px;
  }

  .familysites__header.opened .familysites__content {
    max-height: 500px;
    height: 500px;
    padding-bottom: 50px;
  }

  .site__footer__bottom .bottom__section {
    display: flex;
    flex-direction: column;
    padding: 0 0 20px;
  }

  .site__footer__bottom .bottom__section .site__logo {
    padding: 0;
    margin-bottom: 16px;
  }

  .site__footer__bottom .bottom__section .familysites {
    order: -1;
  }

  .site__footer__bottom .bottom__section .site__logo {
    padding: 0 20px;
  }

  .site__footer__bottom .bottom__section .site__info {
    padding: 0 20px;
  }

  .site__footer__bottom .bottom__section .sns-items {
    margin: 10px 0 5px;
  }

  .site__footer__bottom .bottom__section .sns-items ul {
    justify-content: flex-start;
  }

  .content {
    padding-top: 70px;
  }

  /* -- mypage - 참여현황 > 상세 페이지 (테이블) - 반응형 */
  /* .mypage-involed .content__view .d-flex {
    flex-wrap: wrap;
  }
  .mypage-involed .content__view .d-flex .view-tit {
    margin-top: 10px;
    margin-bottom: 10px;
  } */
}

@media (max-width: 1279px) {
  .site__header .navbar .preference {
    position: initial;
    justify-content: flex-end;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .site__inner {
    /* width: auto; */
    width: 100%;
    padding: 0 30px;
  }

  .tb-d-none {
    display: none !important;
  }

  .content {
    padding-top: 30px;
  }

  .common__pagination {
    padding: 50px 0 60px 0;
  }

  /* .mypage-involed .content__view .d-flex .view-tit {
    font-size: 35px;
    line-height: 45px;
  } */
}

@media (max-width: 768px) {
  .site__inner {
    padding: 0 15px;
  }

  address.tel .mobile-block {
    display: block;
    margin-top: 10px;
  }

  .tb-d-none {
    display: block !important;
  }

  .small-none {
    display: none;
  }

  .subpageBanner {
    --subBannerPadding: 20px;
    padding: calc(60px + var(--subBannerPadding)) 0 var(--subBannerPadding);
    background-position: right -230px top 60px;
    background-size: auto 184px;
  }

  .subpageBanner__title__area {
    /* padding: 0 20px; */
    align-items: flex-start;
    flex-direction: column;
    flex-wrap: wrap;
  }

  .subpageBanner__title {
    font-size: 28px;
    line-height: 45px;
  }

  .subpageBanner__title:after,
  .subpageBanner__title:before {
    content: '';
    position: absolute;
    top: 10px;
    right: -25px;
    width: 20px;
  }

  .subpageBanner__title span {
    font-size: 14px;
  }

  .subpageBanner__description {
    margin-top: 0px;
    font-size: 16px;
    line-height: 25px;
    word-break: keep-all;
  }

  .subpageBanner__description--small {
    margin-top: 0px;
    font-size: 16px;
    line-height: 20px;
    word-break: keep-all;
    margin-bottom: 50px;
  }

  .subpageBanner__description--small span {
    font-size: 16px;
    display: inline-block;
    margin-right: 5px;
  }

  .subpageBanner__btn {
    right: 15px;
    padding: 0 18px;
    font-size: 14px;
  }

  .globalsearch--tag-box {
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
  }

  .globalsearch--tag-box::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Opera*/
  }

  .site__header .navbar {
    height: 60px;
  }

  .site__header .navbar .site__logo {
    left: 15px;
    width: 106px;
    height: 24px;
  }

  .site__header .preference>.preference__item:last-child {
    margin: 0;
  }

  .site__header .preference__item {
    margin-right: 15px;
  }

  .site__header .preference__item .svg-icon,
  .site__header .preference__item .img-icon {
    width: 20px;
    height: 20px;
  }

  .site__header .preference__item .img-icon>img {
    width: 100%;
    height: auto;
  }

  .site__header .snb__btn {
    top: 18px;
    right: 15px;
  }

  .show_snb .site__header .snb__btn {
    right: 30px;
  }

  .site__header .site__snb {
    display: block;
  }

  .site__header .site__snb .snb__header {
    min-height: 60px;
    height: auto;
  }

  .site__header .site__snb .snb__layer {
    width: 80%;
  }

  .site__header .site__snb .small-none {
    display: block;
  }

  .site__header .site__snb .preference {
    display: flex;
    flex-wrap: wrap;
  }

  .site__header .site__snb .preference__item {
    margin-right: 4px;
    padding: 2.5px 5px;
    box-sizing: border-box;
  }

  .site__header .site__snb .preference__item.item__admin {
    height: 24px;
    margin-left: -7px;
    margin-top: 2px;
    font-size: 14px;
    line-height: 24px;
    padding: 0 15px;
  }

  .site__header .site__snb .preference__item .svg-icon,
  .site__header .site__snb .preference__item .img-icon {
    width: 22px;
    height: 22px;
  }

  .site__header .site__snb .preference__item.global {
    padding-left: 0.4vw;
  }

  .site__header .site__snb .preference__item.global .svg-icon {
    width: 30px;
    height: 30px;
  }

  .site__header .site__snb .preference__item .img-icon>img {
    width: 100%;
    height: auto;
  }

  .site__header .site__snb .common__userinfo {
    padding-top: 2px;
  }

  .site__header .site__snb .common__userinfo .ico-userlogin {
    width: 28px;
    height: 28px;
  }

  .site__header .site__snb .common__userinfo .userinfo__username {
    margin-top: 2px;
    height: 24px;
    font-size: 14px;
    line-height: 16px;
    padding: 4px 10px 4px 32px;
  }

  .site__footer__top {
    padding: 0;
  }

  .site__footer__top .top__section {
    padding: 0;
    flex-direction: column-reverse;
  }

  .site__footer__top .top__section .partners__banner {
    width: 100%;
    /* border-top: 1px solid #ececec; */
    padding: 14px;
    box-sizing: border-box;
  }

  .site__footer__top .top__section .partners__banner .partners__container {
    margin: 0 auto;
  }

  .site__footer__bottom .bottom__section {
    flex-direction: column;
  }

  .site__footer__bottom .bottom__section .site__logo {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .site__footer__bottom .bottom__section .info__address {
    margin-bottom: 20px;
  }

  /********** add **********/
  .common__pagination {
    padding: 40px 0 60px 0;
  }

  .common__pagination li {
    width: 30px;
    height: 30px;
    margin: 0;
  }

  .pc {
    display: none !important;
  }

  .mobile {
    display: block !important;
  }

  /* .apply-program .common__btn-box .common__button + .common__button {
    margin-left: 10px;
  } */


  .content {
    padding-top: 20px;
  }

  .tags-input-wrapper {
    width: 100% !important;
    height: auto;
  }

  .tags-input-wrapper>input,
  .tags-input-wrapper>.tag {
    font-size: 14px;
  }

  .tags-input-wrapper>input {
    padding: 0;
  }

  .tags-input-wrapper>.tag {
    padding: 0 5px;
  }

  /* -- mypage - 참여현황 > 상세 페이지 (테이블) - 반응형 */
  /* .mypage-involed .content__view .d-flex .view-tit {
    margin: 20px 0 10px 0;
    font-size: 27px;
    line-height: 40px;
  }
  .mypage-involed form.site__inner {
    margin-bottom: 0 !important;
  } */
}

#loadingWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

#loadingSpinner {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: spinner-rotator 1.4s linear infinite;
}

@keyframes spinner-rotator {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(270deg);
  }
}

#loadingSpinner .path {
  stroke: var(--color-primary);
  stroke-dasharray: 187;
  stroke-dashoffset: 0;
  transform-origin: center;
  animation: spinner-dash 1.4s ease-in-out infinite;
}

@keyframes spinner-dash {
  0% {
    stroke-dashoffset: 187;
  }

  50% {
    stroke-dashoffset: 46;
    transform: rotate(135deg);
  }

  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg);
  }
}

/* .mypage-involed .technical-advice__form [readonly] {
  color: #999;
  cursor: default;
  border: none;
} */

.download-btn-ir {
  display: flex;
  align-items: center;
  justify-content: center;
  /*background: var(--color-gray-400);*/
  /*padding: 5px 15px;*/
  /*border-radius: 10px;*/
  font-size: 16px;
  margin-left: 10px;
  font-weight: bold;
}

.download-btn-ir>img {
  height: 20px;
  margin-right: 5px;
}

.label-c_sub>span:not(:last-child):after {
  content: ", ";
  display: inline;
  margin-right: 15px;
}

.space-minus {
  padding-left: 17px;
  position: relative;
}

.space-minus::after {
  content: "-";
  position: absolute;
  left: 2px;
  top: -1px;
}




/* [COMPONENT] BOARD : CONTROLS ----------- */
.bl_boardCtrls {
  display: flex;
  margin-bottom: 32px;
  align-items: center;
  justify-content: space-between;
}

.bl_boardCtrls_total {
  font-size: 22px;
  font-weight: 600;
}

.bl_boardCtrls_total strong {
  color: var(--color-primary);
}


.bl_boardCtrls_total2 {
  font-size: 24px;
}

.bl_boardCtrls_total2 strong {
  color: var(--color-blue);
}

.bl_boardCtrls_total2 em {
  color: var(--color-red);
  font-style: normal;
}

/* Tablet, Mobile -- */
@media screen and (max-width:1024px) {
  .bl_boardCtrls_total {
    font-size: 17px;
  }
}




/* input radio */
/* .radio_box {
  display: inline-block;
}

.radio_box+.radio_box {
  margin-left: 37px;
}

.radio_box input[type='radio']+label {
  display: flex;
  font-weight: 300;
  letter-spacing: -.5px;
  cursor: pointer;
  align-items: center;
}

.radio_box input[type='radio']+label span {
  position: relative;
  display: inline-block;
  margin-right: 9px;
  width: 36px;
  height: 36px;
  border: 1px solid #E1E8ED;
  border-radius: 50%;
  background-color: #fff;
  transition: background-color .2s;
}

.radio_box input[type='radio']:checked+label span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color-primary);
  content: '';
  transform: translate(-50%, -50%);
}

.radio_box input[type='radio']:disabled+label {
  pointer-events: none;
}

.radio_box input[type='radio']:disabled+label span {
  border: 1px solid var(--color-border2);
  background: #f7f7f7;
}

.radio_box input[type='radio']:disabled:checked+label span::after {
  background: var(--color-border2);
}

.radio_box input[type='radio'] {
  display: none;
}*/

/* Tablet, Mobile -- */
/* @media screen and (max-width:1024px) {
  .radio_box+.radio_box {
    margin-left: 30px;
  }
} */
/* input radio */
.radio_box {
	display: inline-block;
}

.radio_box+.radio_box {
	margin-left: 37px;
}

.radio_box input[type='radio']+label {
	display: flex;
	color: #333;
	letter-spacing: -.5px;
	cursor: pointer;
	align-items: center;
}

.radio_box input[type='radio']+label span {
	position: relative;
	display: inline-block;
	margin-top: 1px;
	margin-right: 6px;
	width: 16px;
	height: 16px;
	border: 1px solid #E1E8ED;
	border-radius: 50%;
	background-color: #fff;
	transition: background-color .2s;
}

.radio_box input[type='radio']:hover+label span {
	border: 1px solid #999;
}

.radio_box input[type='radio']:checked+label span {
	border: 1px solid var(--color-primary);
}

.radio_box input[type='radio']:checked+label span::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-primary);
	content: '';
	transform: translate(-50%, -50%);
}

.radio_box input[type='radio']:disabled+label {
	pointer-events: none;
}

.radio_box input[type='radio']:disabled+label span {
	border: 1px solid #E1E8ED;
	background: #f7f7f7;
}

.radio_box input[type='radio']:disabled:checked+label span::after {
	background: #E1E8ED;
}

.radio_box input[type='radio'] {
	display: none;
}

/* Tablet, Mobile -- */
@media screen and (max-width:1024px) {
	.radio_box+.radio_box {
		margin-left: 30px;
	}
}


/* input checkbox */
.chk_box {
  display: inline-block;
}

.chk_box.d-block {
  margin-bottom: 10px;
}

.chk_box+.chk_box:not(.d-block) {
  margin-left: 37px;
}

.chk_box input[type='checkbox']+label {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 15px;
  font-weight: 300;
  transition: all .1s;
}

.chk_box input[type='checkbox']:hover+label,
.chk_box input[type='checkbox']:focus+label {
  font-weight: 400;
}

.chk_box input[type='checkbox']+label span {
  display: inline-block;
  margin-right: 11px;
  width: 25px;
  height: 25px;
  border: 1px solid #CFD5D9;
  border-radius: 5px;
  background: #fff url(../../assets/images/pages/menu__find/icons8-check.png) no-repeat center;
  background-size: 15px;
  transition: background-color .2s;
  flex-shrink: 0;
}

.chk_box input[type='checkbox']:checked+label span {
  border: 1px solid #000;
  background: #000 url(../../assets/images/pages/menu__find/icons8-check_checked.png) no-repeat center;
  background-size: 15px;
}

.chk_box.color-primary input[type='checkbox']:checked+label span {
  border: 1px solid var(--color-primary);
  background: var(--color-primary) url(../../assets/images/pages/menu__find/icons8-check_checked.png) no-repeat center;
}

.chk_box input[type='checkbox'] {
  display: none;
}

/* select */
.common__select {
  min-width: 100px;
  width: auto;
  height: 50px;
  line-height: 50px;
  border: 1px solid #E1E8ED;
  border-radius: 8px;
  font-size: 16px;
  padding: 0 42px 0 15px;
  background: url(../images/pages/menu__find/icons8-chevron-black.png) no-repeat right 15px center;
  background-size: 12px;
  cursor: pointer;
  transition: all .2s;
}

.common__select:hover {
  border: 1px solid #000;
}

@media screen and (max-width:1024px) {
  .common__select {
    min-width: auto;
    height: 45px;
    line-height: 45px;
    padding: 0 30px 0 15px;
  }
}



/* COMPONENT : Upload */
/* .bl_upload {
  position: relative;
  margin-bottom: 5px;

}

.bl_upload_btn {
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
  font-weight: 500;
  color: var(--color-primary);
}

.bl_upload_file {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  cursor: pointer;
} */

.bl_upload_item {
  position: relative;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #E1E8ED;
  border-radius: 8px;
  color: #303030;
  width: 100%;
  height: 56px;
  line-height: 54px;
  font-size: 16px;
  padding: 0 18px;
  font-weight: 500;
}

.bl_upload_item + .bl_upload_item {
  margin-top: 5px;
}

/*.bl_upload_item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../images/pages/menu__find/icons8-close.svg) no-repeat center;
  cursor: pointer;
}*/

.bl_upload_item_close_btn {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../images/pages/menu__find/icons8-close.svg) no-repeat center;
  cursor: pointer;
}

[data-cts-type*=template]{
  display:none;
}

/* ---------------------------------
	JS ELEMENTS
--------------------------------- */
.bl_iscroll {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.bl_iscroll_hor {
	position: absolute;
	z-index: 1;
	width: auto;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

[class*='bl_tab_btn'] {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: none;
	width: 32px;
	height: 32px;
	border: 1px solid #e4e4e4;
	background: #fff;
}

[class*='bl_tab_btn']:disabled img {
	opacity: .3;
	cursor: default;
}

.bl_tab_btnNext {
	right: 0;
	left: auto;
}

.js_tab_item {
	display: none;
}

/* Tablet, Mobile -- */
@media all and (max-width: 1024px) {
  .bl_tab .bl_iscroll {
		height: 32px;
	}

	.hp_md_iscroll {
		position: absolute;
		z-index: 1;
		width: auto;
		-webkit-transform: translateZ(0);
		-moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		-o-transform: translateZ(0);
		transform: translateZ(0);
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust: none;
		-ms-text-size-adjust: none;
		-o-text-size-adjust: none;
		text-size-adjust: none;
	}

  [class*='bl_tab_btn'] {
		display: block;
	}
}



/* Width ----------- */
.hp_w120 {
	width: 120px !important;
}
.hp_w132 {
	width: 132px !important;
}
.hp_w150 {
	width: 150px !important;
}
.hp_w236 {
	width: 236px !important;
}
.hp_w300 {
	width: 300px !important;
}
.hp_w462 {
	width: 462px !important;
}
.hp_w685 {
	width: 685px !important;
}
.hp_lg_w120 {
	width: 120px !important;
}
.hp_lg_w132 {
	width: 132px !important;
}
.hp_lg_w150 {
	width: 150px !important;
}
.hp_lg_w236 {
	width: 236px !important;
}
.hp_lg_w300 {
	width: 300px !important;
}
.hp_lg_w462 {
	width: 462px !important;
}
.hp_lg_w685 {
	width: 685px !important;
}
.hp_lg_w100p {
	width: 100% !important;
}
.hp_wAuto {
	width: auto !important;
}
.hp_mwAuto {
	min-width: auto !important;
}
.hp_w100p {
	width: 100% !important;
}

/* SHOW, HIDDEN ----------- */
.hp_show {
	display: block !important;
}
.hp_md_show {
  display: none !important;
}
.hp_hidden {
  display: none !important;
}
@media screen and (max-width: 1024px) {
	[class*='hp_lg_w'] {
		width: auto !important;
	}
	.hp_md_w100p {
		width: 100% !important;
	}
	.hp_md_flex1 {
		flex: 1 !important
	}
	.hp_lg_show {
		display: none !important;
	}
	.hp_md_show {
		display: block !important;
	}
}




/* COMPONENT : SCROLL */
.bl_scroll {
	overflow: auto;
}

.bl_scroll .bl_table {
	min-width: 1000px
}

.bl_scroll__hor {
	overflow-y: hidden;
}




.bl_uploadGrid .bl_upload {
  margin: 0;
}
.bl_upload_file {
  display: none;
}
.bl_upload_path {
  --color-border: #d0d0d0;
  --color-focus: #d0d0d0;
}

.bl_upload.bl_upload_type1 {
  margin-bottom: 5px;
}
.bl_upload.bl_upload_type1,
.bl_upload.bl_upload_type1 > label:has(.bl_upload_path),
.bl_upload.bl_upload_type1 .bl_upload_path {
  width: 100%;
}
.common__con-txt--type2 :is(
  .bl_upload.bl_upload_type1,
  .bl_upload.bl_upload_type1 > label:has(.bl_upload_path),
  .bl_upload.bl_upload_type1 .bl_upload_path
) {
  width: 490px;
}
.bl_upload.bl_upload_type1 .bl_upload_btn {
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
  color: var(--color-primary);
  font-weight: 500;
  font-size: 16px;
}


/* calender */
.calender_wrap {width: 100%; display: flex; align-items: flex-start;}
.calender_wrap .calendar {width: calc(100% - 914px ); margin-right: 54px; }
.calender_wrap .calendar_list {width: calc(100% - 968px); }





/* -----------
    Helper
    ----------- */
/* ORDER ----------- */
/* Tablet, Mobile -- */
@media screen and (max-width:1024px) {
	.hp_md_ord1 {
		order: 1 !important
	}

	.hp_md_ord2 {
		order: 2 !important
	}

	.hp_md_ord3 {
		order: 3 !important
	}

	.hp_md_ord4 {
		order: 4 !important
	}

	.hp_md_ord5 {
		order: 5 !important
	}

	.hp_md_ord6 {
		order: 6 !important
	}

	.hp_md_ord7 {
		order: 7 !important
	}

	.hp_md_ord51 {
		order: 51 !important
	}

	.hp_md_ord52 {
		order: 52 !important
	}

	.hp_md_ord53 {
		order: 53 !important
	}

	.hp_md_ord54 {
		order: 54 !important
	}
}




/* 07.BOARD ----------- */
.el_chip {
	display: inline-flex;
	min-width: 90px;
	height: 30px;
	border: 1px solid #979da4;
	border-radius: 30px;
	color: var(--color-gray);
	font-size: 15px;
    font-weight: 500;
	align-items: center;
	justify-content: center;
}
:lang(en) .el_chip {
    padding: 3px 10px;
    min-height: 30px;
    height: auto;
    line-height: 1;
    text-align: center;
}

.el_chip__ing {
	border-color: goldenrod;
	color: goldenrod;
}

.el_chip__success {
	border-color: #7196c9;
	color: var(--color-blue);
}

.el_chip2 {
	display: inline-flex;
	width: 60px;
	height: 20px;
	border-radius: 3px;
	background: #fbde21;
	font-weight: 500;
	font-size: 13px;
	align-items: center;
	justify-content: center;
}


.el_chip3 {
	display: inline-flex;
	width: 44px;
	height: 28px;
	border-radius: 3px;
	background: #cd484d;
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	align-items: center;
	justify-content: center;
}

.el_chip3__end {
	background: #888;
}


/* Tablet, Mobile -- */
@media screen and (max-width:1024px) {
	.el_chip {
		min-width: 71px;
		height: 25px;
    font-size: 14px;
	}
}




.list__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  min-height: 300px;
}
.list__empty.bg-gray {
   background: #F9f9f9;
}

/** 이종문 추가*/
@-webkit-keyframes skeleton-gradient {
  0% {
    background-color: rgba(165, 165, 165, 0.1);
  }

  50% {
    background-color: rgba(165, 165, 165, 0.3);
  }

  100% {
    background-color: rgba(165, 165, 165, 0.1);
  }
}

@keyframes skeleton-gradient {
  0% {
    background-color: rgba(165, 165, 165, 0.1);
  }

  50% {
    background-color: rgba(165, 165, 165, 0.3);
  }

  100% {
    background-color: rgba(165, 165, 165, 0.1);
  }
}

.skeleton {
  -webkit-animation: skeleton-gradient 1.8s infinite ease-in-out;
  animation: skeleton-gradient 1.8s infinite ease-in-out;
  display: none;
  line-height: 300px;
  height: 300px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  color :#999;
}




[tip] {
  position: relative;
}
[tip]:before,
[tip]:after {
  position: absolute;
  left: 50%;
  transition: all .2s ease;
  transform: translateX(-60%);
  visibility: hidden;
  opacity: 0;
}
[tip]:before {
  content: "";
  top: calc(100%);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 9px 5px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' fill='none'%3e%3cpath fill='%23525661' d='M5.743.826 9.5 5h-9L4.257.826a1 1 0 0 1 1.486 0Z'/%3e%3c/svg%3e");
  width: 100%;
  height: 5px;
  z-index: 10;
}
[tip]:after {
  content: attr(tip) "\a" attr(tip2);
  top: calc(100% + 4px);
  padding: 0 10px;
  border-radius: 12px;
  color: #fcfcfd;
  font-size: 13px!important;
  font-weight: 600;
  white-space: nowrap;
  line-height: 30px;
  z-index: 10;
  background: #525661;
}
@media (hover: hover) and (pointer: fine) {
  [tip]:hover:before,
  [tip]:hover:after {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%);
  }
}
@media (max-width: 1279px) {
  [tip]:before,
  [tip]:after {
    display: none;
  }
}




.scrollable {
  overflow-x: hidden !important;
  overflow-y: auto !important;
  transition: all 0.4s ease;
}

.scrollable::-webkit-scrollbar {
  width: 5px;
}

:is(.scrollable, .scrollable-x)::-webkit-scrollbar-track {
  background: #fafafa;
  border-radius: 3px;
}

:is(.scrollable, .scrollable-x)::-webkit-scrollbar-thumb {
  background: #d9d9d9;
  background: rgba(0, 0, 0, .05);
  border-radius: 3px;
}

.scrollable-x {
  overflow-x: auto !important;
  overflow-y: hidden !important;
  transition: all 0.4s ease;
}

.scrollable-x::-webkit-scrollbar {
  height: 5px;
}

.scroll-hidden::-webkit-scrollbar-track,
.scroll-hidden::-webkit-scrollbar-thumb {
  background: transparent;
}