@charset "UTF-8";
@import url("https://use.fontawesome.com/releases/v5.10.0/css/all.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;700&display=swap");
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

html, body {
  font-family: 'Pretendard';
}

body {
  overflow-x: hidden;
}

.head_bg {
  background: #fff;
  width: 100%;
  z-index: 9999;
  padding: 8px 0;
}
.head_bg.active {
  background: linear-gradient(90deg, #5D61C5 0%, #56377D 100%);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header.active .m-btn-menu > span {
  background-color: #333;
}
._fixed {
  position: fixed;
  top: 0;

}

.row_full{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.cont_wrap{
  /* width: calc(100% - 100px); 임의지정, 추후 변경 예정 */
  min-width: 1180px;
  border-width: 0 2px;
  margin: 0 auto;
  width:1180px;
  }
.head_bg .cont_wrap,
.nav_wrap .cont_wrap{
    width:calc(100vw - 240px)
}
.flex_row{
  display: flex;
}
._align_center {
  align-items: center;
}
._between{
  justify-content: space-between;
}


.alram {
  margin-top: 10px;
}

.alram path {
  fill: #666;
}

.alram > a{
  display: block;
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.35px;
  margin:0 4px;
}

.alram > span {
  background-color: #B60000;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: -0.35px;
  border-radius: 50%;
  min-width: 16px;
  min-height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.head_bg.active .alram > a {
  color: #fff;
}
.head_bg.active .alram path {
  fill: #fff;
}

.bg_cover {
  background-image: url(../../resources/image/bg/bg_main_visua01@2x.png);
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 1336px;
}

#mainVisualWrap {
  height: 680px;
  background-image: url(../../resources/image/bg/bg_main_visua01@2x.png);
  background-size: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.nav_wrap {
  position: fixed;
  top: 64px;
  width: 100%;
  padding:0;  
  background: #fff;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  
}

.nav_wrap.active {
  background-color: #fff;
  /* filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.05)); */
}

/* .nav_wrap.active .gnb li {

  padding: 18px 20px;
} */
.nav_wrap.active .dmnBtn  {
  color:#333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;

}
.nav_wrap.active #infoMenu > a{
  color:#666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.nav_wrap.active #infoMenu > a svg path {
  fill: #666 ;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.logo .origin {display: block;}
.logo .scroll {display: none;}



.nav_wrap.active .logo .origin {display: none;}
.nav_wrap.active .logo .scroll {display: block;}  

.marketplace .sub-visual-wrap {
  height: 350px;
}
.sub-visual-wrap {
  padding-top: 103px ;
}
.sub-lnb {
  position: sticky;
  top: 153px;
  margin: 0;
  background: rgba(19, 14, 29, 0.73);
  width: 100%;
}

.sub-lnb ul li a {
  color: #ACACAC;
  padding: 0;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: -0.4px;
}

.sub-lnb ul li .sub-on {
  border:none;
  color:#fff;

}

.sub-lnb.fixed ul li .sub-on {
  color: var(--Primary-50, #5875CE);
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.4px;
}

.sub-lnb.fixed {
  background: var(--Gray-5, #F5F5F9);
  border-bottom: 1px solid var(--Gray-10, #E0E0E0);
  z-index: 99;
}

.sub-visual-wrap .visual-area.sub-01 {
  height: 350px;
  background: url(../../resources/image/bg/data_sub_bg.png) left bottom/cover no-repeat;
}

.sub-visual-wrap .visual-area.sub-02 {
  height: 350px;
  background: url(../../resources/image/bg/market_sub_bg.png) left bottom/cover no-repeat;
}

.sub-visual-wrap .visual-area.sub-04 {
  height: 350px;
  background: url('../../resources/image/bg/market_sub_bg02.png') left bottom/cover no-repeat;
}

#topNavMenu a{
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; 
  letter-spacing: -0.45px;
}
#topNavMenu ul {
  display: flex; 
  align-items: center; 
  justify-content: space-between;
  gap:40px;
}

#infoMenu > a {
  margin-right: 30px;
}
#infoMenu > a:last-child {
  margin: 0;
}
#infoMenu > a.login_btn{
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.32px;

}

#infoMenu > a.login_btn svg {
  margin-left: 12px;
}

#infoMenu > a path {
  fill: #666;
}

#mainVisualWrap {
  position: relative;
  z-index: 0;
}
#mainVisualWrap .cont_wrap {
  position: relative;
  width: 100%;
}

#mainVisualWrap .cont_wrap .slider {
  max-width: 1180px;
  margin: auto;
  overflow: hidden;
}
#mainVisualWrap .cont_wrap ul {
  display: flex;
  /* top: 213px; */
  min-width: 1180px;
  max-width: 1180px;
  margin: 0 auto;
  margin-top: 200px;
  gap: 0;
}

#mainVisualWrap .cont_wrap ul li.slider_item {
  width: 100%;
  height: 320px;
  border-radius: 36px;
  border: 1px solid rgba(255, 255, 255, 0.21);
  background: rgba(225, 225, 225, 0.24);
  backdrop-filter: blur(4px);
}

#mainVisualWrap .cont_wrap ul li.slider_item .category {
  border-radius: 69px;
  background: #4D4D4D;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22.4px;
  letter-spacing: -0.4px;
  padding: 13px 22px;
  position: absolute;
  top: -24px;
  left: 24px;
} 

#mainVisualWrap .cont_wrap ul li.slider_item > a.item_box {
  display: block;
  padding: 44px 34px 36px 34px;
  color:#fff;
  position: relative;
  height: 100%;
}
#mainVisualWrap .cont_wrap ul li.slider_item > a.item_box > p {
  font-size: 20px;
  font-style: normal; 
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.5px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}

#mainVisualWrap .cont_wrap ul li.slider_item > a.item_box > span.small {
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 1.25;
  letter-spacing: -0.4px;
  color: #E3E3E3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 100%;
}
#mainVisualWrap .cont_wrap ul li.slider_item > a.item_box > span:last-child {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 200;
  line-height: 22.4px;
  letter-spacing: -0.4px;
  width: 100%;
  display: flex;
  margin-top: 20px;
}
#mainVisualWrap .cont_wrap ul li.slider_item > a.item_box > span {
  margin-top: 8px;
}

/*item.focus인 경우*/
#mainVisualWrap .cont_wrap ul li.slider_item.focus {
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(32, 58, 145, 0.80);
  box-shadow: 12px 12px 12px 0px rgba(0, 19, 51, 0.32);

}

#mainVisualWrap .cont_wrap ul li.slider_item.focus .category {
  background-color: #091152;
}


header.active {
  background-color: transparent;
}
.sub-visual-wrap .sub-v-tit {
  line-height: 189px;
  font-weight: 700;
}
.con-wrap {
  margin-top: 0;
}
header.active .gnb > ul > li .g-depth-wrap::after {
  height: 0;
}

.g-depth-wrap > div > ul {
  padding: 20px 25px !important;
  background-color: #fff;

}

header.active .g-depth-wrap > div > ul {
  top: -3px !important;
  border-bottom: 1px solid var(--Gray-10, #E0E0E0);
  background: var(--Gray-5, #F5F5F9)
}

.g-depth-wrap ul li {
  padding: 0 !important;
}
.sub-lnb {
  height: auto;
}

.sub-lnb ul {
  margin: 0; 
  height: auto; 
  padding: 18px;
  gap: 80px;
}

.sub-lnb ul li {
  padding: 0 !important; 
  margin-right: 0 !important;
}

header.active .gnb > ul > li > a:hover {
  color: #333 !important
}




/*마켓 플레이스*/

#mainVisualWrap.marketplace {
  background-image: url(../../resources/image/bg/bg_main_visua02@2x.png);
}

#mainVisualWrap.marketplace h2 {
  padding-top: 185px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  line-height: 38px;
  letter-spacing: -0.8px;
  margin-bottom: 45px;
}

#mainVisualWrap.marketplace .cont_wrap ul {
  margin-top: 0;
  gap: 0;
}

#mainVisualWrap.marketplace .cont_wrap ul li.slider_item {
  height: 260px;
}

#mainVisualWrap.marketplace .cont_wrap ul li.slider_item.focus .category {
  background-color: #005A66;
}

#mainVisualWrap.marketplace .cont_wrap ul li.slider_item.focus {

  background: rgba(29, 150, 169, 0.60);
}

#mainVisualWrap.marketplace .cont_wrap ul li.slider_item > a.item_box > p {
  -webkit-line-clamp: 1;
}

#mainVisualWrap.marketplace .cont_wrap ul li.slider_item > a.item_box > span.date {
  color: #D4D4D4;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.4px;
}


.count_area ul{
  border-radius: 8px;
  background: #F5F5F9;
  padding: 55px 68px;
  justify-content: center;
}

.count_area ul li > div {
  color: #6B7185;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.32px;
}
.count_area ul li > div svg {
  margin-right: 4px;
}
.count_area ul li > div span {
  color: #2F3238;
  font-family: "Noto Sans KR";
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: -0.84px;
  margin-left: 20px;
  display: block;
}

.count_area ul li {
  position: relative;
  padding: 0 3%;
}

.count_area ul li::before {
  content: "";
  clear: both;
  background-color: #D1D5E2;
  width: 1px;
  height: 28px;
  position: absolute;
  right: 0;
  bottom: 6px;
}

.count_area ul li:nth-child(1) {
  padding-left: 0;
}
.count_area ul li:last-child {
  padding-right: 0;

}

.count_area ul li:last-child::before {
  width: 0;

}


.count_area ul li .list-hcont {
  position: absolute;
  padding: 16px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  top: 130%;
  font-size: 14px;
  border-radius: 8px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.count_area ul li .list-hcont.active {
  opacity: 1;
  visibility: inherit;
}
.count_area ul li .list-hcont strong {
  font-weight: 700;
}
.count_area ul li .list-hcont p {
  font-size: 12px;
  margin-top: 6px;
  line-height: 1.5;
}


.interest_board {
  padding: 64px 0 125px;
}

.interest_board .tit{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.interest_board .tit span {
  color: #9B9EA8;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height:22px;
  letter-spacing: -0.4px;
}

.interest_board h3 {
  color: #333;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;  
  letter-spacing: -0.8px;
  margin-right: 15px;
}

.board_list {
  display: flex;
  margin: 0 -20px;
  flex-wrap: wrap;
}

.board_item {
  width: 50%;
  padding: 0 10px 20px;
}

.board_item a {
  padding: 24px;
  display: block;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  background: #FFF;
  height: 100%;
}

.board_item a .small_img_box {
  width:98px;
  height: 98px;
  background-color: #333;
  border-radius: 4px;
  margin-right: 23px;
  min-width: 98px;
  overflow: hidden;
}

.board_item a .small_img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.board_item .tag > li{
  color: #5875CE;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.4px;
  margin-right: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.board_item h4 {
  margin-top: 8px;
  margin-bottom: 12px;
  color: #191919;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.6px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.board_item div.gray {
  color: #9B9AA8;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -0.4px;
  gap: 20px;
}

.board_item div.gray > div {
  gap: 8px;
}

.board_item .cont_t {
  color: #666;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: -0.45px;
  margin-top:24px;
  margin-bottom: 25px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 50px;
}
.board_item .search_count_wrap {
  gap: 24px;
}
.board_item .search_count_wrap > div {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #8E8B9F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.4px;
}

.interest_people {
  background: #007F33;
  padding: 48px 0 60px;
  height:480px;

}

.interest_people .cont_wrap {
  width: 1180px;
  position: relative;
}
.interest_people .tit {
  gap: 15px;
}
.interest_people .tit h3 {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: -0.8px;
}
.interest_people .tit span {
  color: #9B9EA8;
  font-family: "Noto Sans KR";
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.4px;
}
.interest_people ul {
  margin-top: 44px;
  margin-left: 28px;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 84px;
}

.interest_people ul li {
  position: relative;
  display: block;
  width: 25%;
}

.interest_people ul li .circle {
  width: 72px;
  height: 72px;
  background-color: #091152;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.4px;
  position: absolute;
  top: 0;
  z-index: 99;
}

.interest_people ul li > div:nth-child(2) {
  padding: 102px 28px 28px 28px; 
  width: 100%;
  position: absolute;
  top: 42px;
  left: -28px;
  z-index: 50;
  min-height: 330px;
  border-radius: 30px;
}

.interest_people ul li > div:nth-child(2)::after {
  content: "";
  clear: both;
  width:6px;
  height: 6px;
  border-radius: 20px;
  border: 1px solid #A9B0C6;
  position: absolute;
  top: 66px;
  left: 28px;
}

.interest_people ul li > div:nth-child(2) .sub {
  min-height: 50px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: -0.45px;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.interest_people ul li > div:nth-child(2) .name,
.interest_people ul li > div:nth-child(2) .part {
  color: #D7D5EE;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  letter-spacing: -0.4px;
  margin-bottom: 4px;
}

.interest_people ul li > div:nth-child(2) .part:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.interest_people ul li > div:nth-child(2) .white {
  color: #fff;
  margin-left: 8px;
  font-weight: 400;
}

.interest_people ul li.active > div:nth-child(2) {
  background: #4662BA;
  box-shadow: 2px 4px 20px 0px rgba(0, 35, 93, 0.16);
}

.interest_people ul li.active .circle {
  background-color: #FFF;
  color: #5D61C5;
  font-weight: 700;
}

.interest_people ul li.active > div:nth-child(2)::after {
  content: "";
  clear: both;
  width:8px;
  height: 8px;
  border-radius: 20px;
  border:none;
  background-color: #007F33;

}

.interest_people .flow_line {
  position: absolute;
  top: 194px;
  left: 36px;
  width: calc(100% - 28px);
  height: 1px;
  background-color: #3752A9;
  z-index: 99;
  opacity: 0.8;
}

.interest_people .next_btn {
  gap: 8px;
  color:#fff;
}

.card_wrap {
  min-width: 1180px;
}
.card_wrap ul {
  gap: 20px;
}
.card_wrap ul li {
  flex: 1 1 20%;
}

#mainVisualWrap.marketplace .cont_wrap .slider {
  max-width: 1180px;
}

#mainVisualWrap.marketplace .cont_wrap ul {
  margin: initial;
}

header {background-color: transparent;}

.m-btn-menu > span { color:#666;}

.m-logo {display: none;}

.dmnBtn {
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.45px;
}
.dmnBtn.active {
  color: #5875CE !important;
}

.gnb ul {display: flex; }
.gnb li {padding: 34px 20px;}

.g-depth-wrap > div > ul {
  top: -2px;
  padding: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 80px;
  min-height: auto;
  border-bottom: 1px solid #E2E2EB;
  background: #F5F5F9;
}

.g-depth-wrap > div > ul > li {
  padding: 0;
  margin: 0;
  height: 20px;
  line-height: 20px;
}

.g-depth-wrap > div {
  margin:  auto;
  max-width: 100%;
}

.g-depth-wrap > div .g-depth-tit {
  display: none !important;
}

.g-depth-wrap > div > ul > li > a {
  line-height: 20px;
  height: auto;
  font-weight: 400;
}

.g-depth-wrap > div > ul > li > a:hover {
  color: #5875CE;
  font-weight: 700;
}

.m-btn-wrap {
  height: auto;
  line-height: inherit;
  padding: 20px;
}

.m-btn-menu > span {
  background-color: #333 ;
  margin: 8px 0 0;
}

.m-btn-menu > span:nth-child(2) {
  width:15px;
  margin-left: 12px;;

}

.m-btn-wrap > a {
  display: inline-block;
}

.m-btn-wrap .m-select-nav {
  margin-top: 16px;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.2px;
  position: relative;
}
.m-btn-wrap .m-select-nav .select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  border-radius: 100px;
  background-color: #343781;
  padding: 0 24px;
  cursor: pointer;
}
.m-btn-wrap .m-select-nav .select p {
  color: #fff;
}
.m-btn-wrap .m-select-nav .select i {
  background: url('../image/icon/ic_arrow_down_white2.svg') no-repeat center;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.m-btn-wrap .m-select-nav .select.open i {
  transform: rotate(-180deg);
}
.m-btn-wrap .m-select-nav .list {
  margin-top: 4px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 24px;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: 0.3s;
  transform: translateY(-15px);
  visibility: hidden;
}
.m-btn-wrap .m-select-nav .list li p {
  color: #111;
  padding: 14px 0;
  cursor: pointer;
}
.m-btn-wrap .m-select-nav .list.open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.m-hidden:checked ~ .m-btn-menu span:nth-child(3) {
  top: -10px;
}

.search-wrap {
  margin: 0 auto 20px;
}
.search-wrap .search-add-btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-wrap .search-add-btn a {
  border-radius: 100px;
  height: 48px;
  font-size: 18px;
  font-weight: 600;
  width: 148px;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px rgba(0, 0, 0, 0.48);
  background-color: #fff;
}
.search-wrap .search-add-btn a:hover {
  background-color: #F8F9FB;
}
.search-wrap .search-add-btn a.ex-btn {
  margin-left: 20px;
  color: #555;
  border-color: #D4D4D4;
}
.search-wrap .search-add-btn a.ex-btn:hover {
  background-color: #f5f5f9;
}
.search-wrap .search-sub {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 40px 0 12px;
}
.search-wrap .search-sub span {
  font-size: 15px;
  color: #555;
  position: relative;
}
.search-wrap .search-sub span::before {
  content: '';
  background: url('../image/icon/ic-important.svg') no-repeat center / cover;
  width: 16px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
.search-wrap .search-sub a {
  font-size: 14px;
  font-weight: 600;
  color: #00A34B;
  margin-left: 12px;
  display: flex;
  align-items: center;
}
.search-wrap .search-sub a i {
  background: url('../image/icon/ic-arrow-right02.svg') no-repeat center / cover;
  width: 16px;
  height: 16px;
}

.search-wrap .search-section {
  border: solid 1px rgba(0, 0, 0, 0.08);
  background-color: #F8F9FB;
  border-radius: 12px;
  padding: 12px;
}
.search-wrap .search-section .w-100 {
  width: 100%;
}
.search-wrap .search-section .search-box {
  margin: 0;
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
}
.search-section .search-box select {
  height: 56px;
  border-radius: 100px;
  width: 9%;
  min-width: 124px;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
  background: url('../image/icon/ic-arrow-down.svg') #fff no-repeat 85% 50% / 20px 20px;
}
.search-section .search-box select.b-select {
  min-width: 148px;
}
.search-section .search-box select + .search-tag {
  padding-left: 20px;
}
.search-section .search-box .search-tag {
  width: 91%;
  position: relative;
}
.search-section .search-box input {
  height: 56px;
  border-radius: 100px;
  width: 100%;
  font-size: 14px;
  color: #111;
  text-indent: 20px;
  padding-right: 130px;
}
.search-section .search-box input::placeholder {
  color: #555;
  font-size: 14px;
}
.search-section .search-box button,
.search-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  border-radius: 100px;
  background-color: #111;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}
.search-section .search-box button:hover,
.search-btn:hover {
  background-color: #007F33;
  box-shadow: 0px 4px 6px -1px rgba(46, 46, 46, 0.10), 0px 2px 4px -1px rgba(46, 46, 46, 0.06);
}
.search-btn {
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
}
.search-section .tag-box {
  margin: 8px 0 0 -9px;
  width: 85%;
  text-align: left;
}
.search-section .tag-box .tit {
  font-weight: 600;
  border-radius: 100px;
  background-color: #155CD6;
  padding: 0 12px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: default;
}
.search-section .tag-box .tit:hover {
  text-decoration: unset;
}
.search-section .tag-box .tit::before {
  display: none;
}
.search-section .tag-box span {
  font-size: 14px;
  color: #555;
  transition: 0.3s;
  cursor: pointer;
  display: inline-block;
  margin-left: 12px;
}
.search-section .tag-box span:hover {
  text-decoration: underline;
  text-underline-position: under;
  color: #111;
}
.search-section .tag-box span::before {
  content: '#';
}
.search-section .tag-box span.hot {
  padding: 9px 12px;
  font-size: 14px;
  border-radius: 100px;
  background-color: #155CD6;
  color: #fff;
  cursor: default;
}
.search-section .tag-box span.hot::before {
  display: none;
}
.search-section .tag-box span.hot:hover {
  text-decoration: unset;
}

.search-section .detail-box {
  padding-top: 35px;
  position: relative;
}
.search-section .detail-box.active .detail-btn {
  border-radius: 20px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: 3px 3px 6px -1px rgba(46, 46, 46, 0.10);
  height: 66px;
  border-color: transparent;
  background-color: #fff;
  color: #000;
}
.search-section .detail-box.active .detail-btn i {
  background: url('../image/icon/ic_arrow_down2.svg') no-repeat center;
  transform: rotate(180deg);
}
.search-section .detail-box.active .detail-btn.st02 {
  background-color: #fafafa;
}
.search-section .detail-box .detail-btn {
  min-width: 147px;
  height: 40px;
  border: solid 1px #555;
  border-radius: 20px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: -16px;
  transition: 0.3s;
  line-height: 37px;
  background-color: #555;
  color: #fff;
  font-weight: 600;
}
.search-section .detail-box .detail-btn i {
  background: url('../image/icon/ic_arrow_down_white2.svg') no-repeat center;
  width: 20px;
  height: 20px;
  margin: 0;
  position: absolute;
  right: 20px;
  top: 8px;
  transition: 0.3s;
}
.search-section .select-detail-cont {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  position: relative;
  box-shadow: 3px 3px 6px -1px rgba(46, 46, 46, 0.10);
}
.search-section .select-detail-cont .btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.search-section .select-detail-cont .btn-box button + button {
  margin-left: 12px;
}
.search-section .select-detail-cont .btn-box button:last-child {
  background-color: #fff;
  border-color: rgba(0, 0, 0, 0.48);
  color: #111;
}
.search-section .select-detail-cont .btn-box button:last-child:hover {
  background-color: #F8F9FB;
  border-color: rgba(0, 0, 0, 0.48);
  box-shadow: none;
}
.search-section .select-detail-cont .btn-box button,
.search-section .select-detail-cont .btn-box button.point {
  transition: 0.3s;
  border-radius: 100px;
  height: 40px;
  padding: 0 24px;
  font-size: 14px;
  min-width: auto;
  background-color: #000;
  border: solid 1px #000;
  margin: 0;
  color: #fff;
}
.search-section .select-detail-cont .btn-box button:hover,
.search-section .select-detail-cont .btn-box button.point:hover {
  background-color: #007F33;
  border-color: #007f33;
  box-shadow: 0 4px 6px -1px rgba(46, 46, 46, 0.10), 0 2px 4px -1px rgba(46, 46, 46, 0.06);
}
.search-section .select-detail-cont .select-cont {
  display: flex;
}
.search-section .select-detail-cont .check-detail {
  width: 12%;
}
.search-section .select-detail-cont .check-detail.right {
  width: 88%;
}
.search-section .select-detail-cont .check-detail h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.search-section .select-detail-cont .check-detail h4 span {
  color: #B50000;
}
.search-section .select-detail-cont .check-detail .mcategory-box li + li {
  margin-top: 8px;
}
.search-section .select-detail-cont .check-detail .check-cont {
  display: flex;
}
.search-section .select-detail-cont .check-detail .border-box {
  border-radius: 4px;
  border: solid 1px #E0E0E0;
  padding: 12px;
  position: relative;
  background-color: #fff;
}
.search-section .select-detail-cont .check-detail .border-box .search-no-txt {
  position: absolute;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.search-section .select-detail-cont .check-detail .radio-box {
  width: 320px;
  max-height: 300px;
  overflow-y: auto;
}
.search-section .select-detail-cont .check-detail .radio-box li + li {
  margin-top: 4px;
}
.search-section .select-detail-cont .check-detail .check-box {
  width: calc(100% - 320px);
  margin-left: 20px;
  max-height: 300px;
  overflow-y: auto;
}
.search-section .select-detail-cont .check-detail .check-box li {
  display: inline-flex;
  margin: 0 10px 10px 0;
}
.search-section .select-detail-cont .keywords-cont {
  margin-top: 20px;
  border-radius: 4px;
  border: solid 1px #E0E0E0;
  padding: 16px;
  background-color: #F9F9F9;
}
.search-section .select-detail-cont .keywords-cont .tit {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: solid 1px #E0E0E0;
}
.search-section .select-detail-cont .keywords-cont .tit span {
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background-color: #007F33;
  border-radius: 100px;
  padding: 4px 12px;
}
.search-section .select-detail-cont .keywords-cont .tit p {
  font-size: 14px;
  color: #555;
  font-weight: 600;
  margin-left: 8px;
}
.search-section .select-detail-cont .keywords-cont .cont ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
  max-height: 50px;
  overflow-y: hidden;
}
.search-section .select-detail-cont .keywords-cont .cont li {
  font-size: 14px;
  color: #555;
  margin-right: 12px;
  margin-bottom: 12px;
  cursor: pointer;
}
.delete-cont {
  border-radius: 4px;
  background-color: #F8F9FB;
  padding: 16px 16px 8px;
  margin-top: 20px;
  width: 100%;
  border: 1px solid #e0e0e0;
}
.delete-cont ul {
  max-height: 80px;
  overflow-y: auto;
}
.delete-cont .delete-label {
  border-radius: 4px;
  background-color: #fff;
  padding: 6px 12px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  margin: 0 8px 8px 0;
}
.delete-cont .delete-label:hover i {
  background: url('../image/icon/ic-close.svg') #F4F6FB no-repeat center / cover;
  border-radius: 50%;
}
.delete-cont .delete-label i {
  margin-left: 4px;
  background: url('../image/icon/ic-close.svg') no-repeat center / cover;
  width: 20px;
  height: 20px;
  display: block;
  transition: 0.3s;
}
.delete-cont .reset-btn {
  padding-top: 16px;
  display: flex;
  justify-content: flex-end;
}
.delete-cont .reset-btn button {
  font-size: 14px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  color: #111;
  border-radius: 4px;
  padding: 2px 12px;
  min-height: 28px;
  transition: 0.3s;
  margin: 0;
}
.delete-cont .reset-btn button:hover {
  background-color: #F8F9FB;
}

.delete-ex-txt {
  font-size: 14px;
  text-align: center;
}

.search-section .input-check + label::before {
  display: none !important;
}
.search-section .input-check + label { 
  background: url('../image/icon/ic-check.svg') no-repeat 7px 50% / cover;
  background-size: 20px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #555;
  border-radius: 4px;
  border: solid 1px #B3AFDF;
  padding: 6px 8px 6px 28px;
  background-color: #fff;
  cursor: pointer;
  display: inline-block;
  transition: 0.3s;
  word-break: break-word;
}
.search-section .input-check:checked + label {
  background: url('../image/icon/ic-check-ok.svg') no-repeat 7px 50% / cover;
  background-size: 20px 20px;
  color: #000;
  border-color: #00A34B;
  background-color: #F4F6FB;
  font-weight: 400;
}
.search-section .input-check:checked + label::after {
  display: none;
}

.search-section .input-radio + label {
  font-size: 14px;
  font-weight: 400;
  color: #111;
  border-radius: 6px;
  padding: 9px 32px;
  cursor: pointer;
  display: block;
}
.search-section .input-radio:checked + label {
  color: #333;
  background-color: #EAECEF;
  font-weight: 600;
}
.search-section .input-radio + label::before {
  content: '' !important;
  background: url('../image/icon/ic-radio-off.svg') no-repeat center / cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}
.search-section .input-radio:checked + label::before {
  background: url('../image/icon/ic-radio-on.svg') #fff no-repeat center / cover;
}
.search-section .input-radio + label::after {
  content: '';
  background: url('../image/icon/ic-arrow-right02.svg') no-repeat center / cover;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  transition: 0.3s;
  opacity: 0;
}
.search-section .input-radio:checked + label::after {
  opacity: 1;
}
.search-section .search-box .flex {
  display: flex;
  width: calc(100% - 160px);
  margin-left: auto;
}

.search-wrap.st02 .search-section .search-box select {
  min-width: 163px;
}
.search-wrap.st02 .search-section .search-box select.b-select {
  min-width: 148px;
}
.search-wrap.st02 .search-section .search-box .search-tag {
  width: 73%;
}
.search-wrap.st02 .search-section .detail-box {
  padding-top: 0;
  transition: 0.3s;
}
.search-wrap.st02 .search-section .detail-box.active {
  padding-top: 12px;
}
.search-wrap.st02 .search-section .detail-box .s-inner ul {
  display: flex;
  margin: 0 -6px;
}
.search-wrap.st02 .search-section .detail-box .s-inner li {
  width: 33.3%;
  padding: 0 6px;
  position: relative;
}
.search-wrap.st02 .search-section .detail-box .s-inner li .autocomplete-items {
  width: calc(100% - 12px);
  left: 50%;
  transform: translateX(-50%);
}
.search-wrap.st02 .search-section .detail-box .s-inner li label {
  margin-bottom: 12px;
  display: block;
  font-size: 16px;
  font-weight: 600;
}
.search-wrap.st02 .search-section .detail-box .s-inner li input {
  height: 56px;
  border: solid 1px #E0E0E0;
  border-radius: 4px;
  font-size: 14px;
}
.search-wrap.st02 .search-section .detail-box .s-inner li input::placeholder {
  font-size: 14px;
  color: #555;
}
.search-wrap.st02 .search-section .detail-box .s-inner li select {
  height: 56px;
  border: solid 1px #E0E0E0;
  border-radius: 4px;
  font-size: 14px;
  background: url('../image/icon/ic-arrow-down.svg') #fff no-repeat 95% 50% / 20px 20px;
}
.search-wrap.st02 .search-section .detail-box .s-inner + .btn-box button {
  background-color: #00A34B;
  border: solid 1px #00A34B;
  color: #fff;
}
.search-wrap.st02 .search-section .detail-box .s-inner + .btn-box button:hover {
  box-shadow: 0px 4px 6px -1px rgba(46, 46, 46, 0.10), 0px 2px 4px -1px rgba(46, 46, 46, 0.06);
}
.search-wrap.st02 .search-section .detail-box .detail-btn {
  top: -48px;
}
.search-wrap.st02 .search-section .select-detail-cont .btn-box {
  margin-top: 20px;
}



.search-wrap.st03 {
  margin-top: 40px;
}
.search-wrap.st03 .detail-box {
  padding-top: 0;
}
.search-wrap.st03 .select-detail-cont .select-cont {
  flex-direction: column;
}
.search-wrap.st03 .select-detail-cont .select-check {
  display: none;
}
.search-wrap.st03 .select-detail-cont .select-check.active {
  display: block;
}
.search-wrap.st03 .select-detail-cont .box {
  display: flex;
  margin-bottom: 12px;
}
.search-wrap.st03 .select-detail-cont .box:last-child {
  margin-bottom: 0;
}
.search-wrap.st03 .select-detail-cont .tit {
  min-width: 200px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.search-wrap.st03 .select-detail-cont .tit p {
  font-size: 16px;
  font-weight: 600;
  margin-top: 7px;
}
.search-wrap.st03 .select-detail-cont .tit.import p::after {
  content: '*';
  color: #B50000;
  margin-left: 5px;
}
.search-wrap.st03 .select-detail-cont .cont {
  width: calc(100% - 200px);
}
.search-wrap.st03 .select-detail-cont .cont.flex-box {
  display: flex;
}
.search-wrap.st03 .select-detail-cont .cont .list {
  display: flex;
  flex-wrap: wrap;
}
.search-wrap.st03 .select-detail-cont .cont .list > li {
  margin: 0 12px 12px 0;
}
.search-wrap.st03 .select-detail-cont .cont .list > li p {
  position: relative;
  font-size: 14px;
  margin-bottom: 4px;
  padding-left: 12px;
}
.search-wrap.st03 .select-detail-cont .cont .list > li p::before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #00A34B;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.search-wrap.st03 .select-detail-cont .check-detail .list > li {
  margin-right: 40px;
}
.search-wrap.st03 .select-detail-cont .cont .radio-btn-box {
  width: 30%;
  padding-right: 12px;
}
.search-wrap.st03 .select-detail-cont .cont .radio-btn-box + .btn-list-box {
  width: 70%;
}
.search-wrap.st03 .select-detail-cont .check-detail {
  width: 100%;
  display: flex;
}
.search-wrap.st03 .select-detail-cont .check-detail.column {
  flex-direction: column;
}
.search-wrap.st03 .select-detail-cont .check-detail + ul {
  margin-top: 12px;
}
.search-wrap.st03 .select-detail-cont .check-detail + .delete-cont {
  margin-top: 20px;
}
.search-wrap.st03 .select-detail-cont .delete-cont {
  margin-top: 0;
}
.search-wrap.st03 .select-detail-cont .delete-cont + .tag-box {
  width: 100%;
  max-height: none;
}
.search-wrap.st03 .select-detail-cont .delete-cont + .tag-box span {
  margin-bottom: 8px;
}
.search-wrap.st03 .select-detail-cont .cont .list .input-radio + label {
  font-size: 16px;
  background-color: transparent;
}
.search-wrap.st03 .select-detail-cont .cont .list .input-radio + label::after {
  display: none;
}

.search-wrap.st03 .select-detail-cont .cont .search-box {
  width: auto;
  margin-right: 12px;
}
.search-wrap.st03 .select-detail-cont .cont .search-box select {
  min-width: 136px;
  height: 48px;
  border-radius: 4px;
}

.search-wrap.st03 .select-detail-cont .input-select {
  flex-direction: column;
  border: solid 1px #D4D4D4;
  border-radius: 4px;
  position: relative;
}
.search-wrap.st03 .select-detail-cont .input-select::before {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  background: url('../image/icon/ic-search.svg') no-repeat center / cover;
  top: 10px;
  left: 8px;
  z-index: 1;
}
.search-wrap.st03 .select-detail-cont .input-select .radio-box {
  width: 100%;
  display: none;
}
.search-wrap.st03 .select-detail-cont .input-select input {
  border-color: transparent;
  font-size: 14px;
  color: #111;
  position: relative;
  padding: 12px 0 12px 40px;
  height: auto;
}
.search-wrap.st03 .select-detail-cont .input-select input::placeholder {
  color: #555;
  font-size: 14px;
}
.search-wrap.st03.select-detail-cont .input-select .radio-box {
  padding: 12px 0;
}
.search-wrap.st03 .select-detail-cont .input-select .radio-box li {
  padding: 4px 8px;
}
.search-wrap.st03.input-radio + label::after {
  display: none;
}



.search-section .detail-box.inner {
  padding-top: 50px;
  position: relative;
}
.search-section .detail-box.inner .select-detail-cont {
  background-color: #fafafa;
}
.search-section .detail-box.inner .detail-btn {
  top: 0;
}
.search-section .detail-box.inner h4 {
  margin-top: 12px;
  min-width: 150px;
}
.search-section .detail-box.inner .tit {
  min-width: 150px;
  justify-content: center;
}
.search-section .detail-box.inner .select-detail-cont .cont {
  width: 100%;
}
.search-section .detail-box.inner .delete-cont {
  margin-top: 12px;
}
.search-section .detail-box.inner .txt-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 14px;
  color: #1c96a8;
  background-color: #fff;
  font-weight: 700;
}
.search-section .detail-box.inner .txt-btn::after {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 19px;
  background-color: #d9d9d9;
}



.tab-menu-cont > ul {
  display: flex;
  margin: 0 -6px;
}
.tab-menu-cont > ul > li {
  padding: 0 6px;
  width: 33.3%;
}
.tab-menu-cont > ul > li .tit {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  min-height: 19px;
}
.tab-menu-cont > ul > li .tit p {
  font-weight: 600;
  font-size: 16px;
}
.tab-menu-cont > ul > li .tit .point-txt {
  margin: 0 0 0 12px;
}
.tab-menu-cont > ul > li .input-box {
  height: 56px;
  cursor: pointer;
  position: relative;
  transition: 0.3s;
}
.tab-menu-cont > ul > li .input-box p {
  font-size: 14px;
  color: #555;
  padding: 20px 16px;
  position: relative;
  z-index: 1;
}
.tab-menu-cont > ul > li .input-box i {
  background: url('../image/icon/ic-arrow-down.svg') no-repeat center / cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: 0.3s;
  z-index: 1;
}
.tab-menu-cont > ul > li .input-box input {
  font-size: 14px;
  height: 100%;
  border: 0;
  padding: 0;
  text-indent: 16px;
  font-family: 'Pretendard';
  border: solid 1px #e0e0e0;
}
.tab-menu-cont > ul > li .input-box input::placeholder {
  font-size: 14px;
  color: #555;
}
.tab-menu-cont .cont.active .input-box i {
  transform: translateY(-50%) rotate(180deg);
}
.tab-menu-cont > ul > li .input-box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: calc(100% - 2px);
  top: 0;
  left: 0;
  border: solid 1px #e0e0e0;
  border-radius: 4px;
}
.tab-menu-cont .cont.active .input-box::after {
  border-bottom: solid 1px transparent;
  background-color: #f5f5f5;
  height: 63px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.tab-menu-cont > ul > li.txt-cont .input-box::after {
  z-index: -1;
}
.tab-menu-cont > ul > li .tab-content .cont {
  display: none;
}



.tab-content {
  margin-top: 4px;
}
.tab-content .cont {
  display: none;
  background-color: #f5f5f5;
  padding: 12px;
  border: solid 1px #e0e0e0;
}
.tab-content .cont.active {
  display: flex;
}


.board-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.board-top .total {
  font-size: 16px;
}
.board-top .select-box ul {
  display: flex;
  align-items: center;
}
.board-top .select-box li:first-child {
  margin-right: 20px;
}
.board-top .select-box li + li {
  margin-left: 10px;
}
.board-top .select-box li p {
  font-size: 14px;
}
.board-top .select-box li select {
  min-width: 150px;
  border-radius: 4px;
  height: 40px;
  font-size: 14px;
  padding-left: 20px;
  background: url('../image/icon/ic-arrow-down.svg') #fff no-repeat 95% 50% / 20px 20px;
  cursor: pointer;
}
.board-list-wrap {
  border-top: solid 2px #8b8b8b;
  margin-top: 12px;
}
.board-list-wrap .board-list-box {
  margin: 0;
  border-bottom: solid 1px #d4d4d4;
  padding: 40px 80px;
}
.board-list-wrap .board-list-box .category {
  display: flex;
  margin-bottom: 8px;
}
.board-list-wrap .board-list-box .category span + span.secret {
  border-color: #E1E7F1;
  background-color: #E1E7F1;
}
.board-list-wrap .board-list-box .category span[data-tip]::after {
  top: -40px;
}
.board-list-wrap .board-list-box .tit h5 {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 19px;
}
.board-list-wrap .board-list-box .line-list {
  margin-top: 8px;
  color: #191919;
}
.board-list-wrap .board-list-box .line-list > li {
  display: flex;
  align-items: center;
}
.board-list-wrap .board-list-box .line-list > li + li {
  margin-top: 8px;
}
.board-list-wrap .board-list-box .line-list .tit {
  min-width: 45px;
  position: relative;
  margin-right: 8px;
}
.board-list-wrap .board-list-box .line-list .tit::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #d4d4d4;
  width: 1px;
  height: 80%;
}
.board-list-wrap .board-list-box .line-list .tit p {
  font-size: 14px;
}
.board-list-wrap .board-list-box .line-list .cont {
  margin-top: 0;
}
.board-list-wrap .board-list-box .line-list .cont span {
  font-size: 14px;
}
.board-list-wrap .board-list-box .line-list .cont.field span::after {
  content: ',';
}
.board-list-wrap .board-list-box .line-list .cont.field span:last-child::after {
  display: none;
}
.board-list-wrap .board-list-box .tag {
  margin-top: 8px;
}
.board-list-wrap .board-list-box .tag span {
  font-size: 14px;
  color: #111;
}
.board-list-wrap .board-list-box .tag span + span {
  margin-left: 8px;
}
.board-list-wrap .board-list-box .tag span::before {
  content: '#';
}
.board-list-wrap .board-list-box .detail-cont {
  margin-top: 20px;
  padding-left: 20px;
  border-left: solid 2px #E1E7F1;
}
.board-list-wrap .board-list-box .detail-cont .list_group_button {
  justify-content: flex-start;
}
.board-list-wrap .board-list-box .info-box span {
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  color: #111;
}
.board-list-wrap .board-list-box .info-box span i {
  margin-right: 4px;
  width: 20px;
  height: 20px;
  background: url('../image/icon/ic-user.svg') no-repeat center / cover;
  display: block;
}
.board-list-wrap .board-list-box .info-box span a + i {
  margin-left: 12px;
}
.board-list-wrap .board-list-box .info-box span + span {
  margin-left: 40px;
}
.board-list-wrap .board-list-box .info-box span + span i {
  background: url('../image/icon/ic-date.svg') no-repeat center / cover;
}
.board-list-wrap .board-list-box .detail-cont .desc-box {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}
.board-list-wrap .board-list-box .detail-cont .desc-box .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.board-list-wrap .board-list-box .detail-cont .desc-box .img-box {
  overflow: hidden;
  border-radius: 12px;
  min-width: 140px;
  width: 11%;
  padding-bottom: 8.8%;
  margin-left: 20px;
  position: relative;
}
.board-list-wrap .board-list-box .detail-cont .desc-box .img-box > .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}


.board-list-wrap .list_group {
  min-width: auto;
}


.icon-list {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
.icon-list li {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 0;
  border-radius: 20px;
  background-color: #F4F6FB;
  padding: 2px 4px;
  height: 24px;
  display: flex;
  align-items: center;
  color: #555;
}
.icon-list li + li {
  margin-left: 4px;
}
.icon-list li i {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 4px;
}
.icon-list li.like {
  cursor: pointer;
}
.icon-list li.like.active i {
  background: url('../image/icon/ic-heart-active.svg') no-repeat center / cover;
}
.icon-list li.like i {
  background: url('../image/icon/ic-heart.svg') no-repeat center / cover;
}
.icon-list li.view i {
  background: url('../image/icon/ic-view.svg') no-repeat center / cover;
}
.icon-list li.comment i {
  background: url('../image/icon/ic-comment.svg') no-repeat center / cover;
}
.icon-list li.download i {
  background: url('../image/icon/ic-download.svg') no-repeat center / cover;
}


.board-list-wrap .pagenation > ul > li {
  width: auto;
  min-width: 40px;
}

.board-list-wrap.st02 {
  border: 0;
  margin: 12px auto 0;
}
.board-list-wrap.st02 > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -40px;
}
.board-list-wrap.st02 .board-list-box {
  width: 50%;
  padding: 0 20px;
  border: 0;
  margin-bottom: 40px;
}
.board-list-wrap.st02 .board-list-box .box {
  border-radius: 20px;
  border: solid 1px #E0E0E0;
  padding: 40px;
  transition: 0.3s;
  height: 100%;
  display: block;
}
.board-list-wrap.st02 .board-list-box .box .txtimg {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.board-list-wrap.st02 .board-list-box .box .txt-box {
  width: 100%;
}
.board-list-wrap.st02 .board-list-box .box .img-box {
  position: relative;
  min-width: 23.235%;
  padding-bottom: 23.235%;
  border-radius: 12px;
  overflow: hidden;
}
.board-list-wrap.st02 .board-list-box .box .img-box .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.board-list-wrap.st02 .board-list-box .category {
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.board-list-wrap.st02 .board-list-box .category span.line {
  border-color: #B3AFDF;
  background-color: #fff;
  color: #111;
}
.board-list-wrap.st02 .board-list-box .category span.primary90 {
  border-color: #091152;
  background-color: #091152;
  color: #fff;
}
.board-list-wrap.st02 .board-list-box .category span.l-primary90 {
  border-color: #00A34B;
  background-color: #fff;
  color: #111;
}
.board-list-wrap.st02 .board-list-box .category span.primary60 {
  background-color: #00A34B;
  color: #fff;
  border-color: #00A34B;
}
.board-list-wrap.st02 .board-list-box .category span.primary20 {
  border-color: #E1E7F1;
  background-color: #E1E7F1;
  color: #111; 
}
.board-list-wrap.st02 .board-list-box .category span.l-secondary50 {
  border-color: #1C96A8;
  background-color: #fff;
  color: #111;
}
.board-list-wrap.st02 .board-list-box .category span.gray20 {
  background-color: #D4D4D4;
  border-color: #D4D4D4;
  color: #111; 
}
.board-list-wrap.st02 .board-list-box .category span.l-center {
  background-color: #E0E0E0;
  padding: 0;
  width: 1px;
  height: 80%;
  display: inline-block;
  margin: 0 5px;
  border: 0;
}
.board-list-wrap.st02 .board-list-box .tit {
  margin-bottom: 12px;
  transition: 0.3s;
  display: flex;
  align-items: center;
}
.board-list-wrap.st02 .board-list-box .avatar-box {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.board-list-wrap.st02 .board-list-box .avatar-box img {
  overflow: hidden;
  border-radius: 50%;
  max-width: 100%;
}
.board-list-wrap.st02 .board-list-box .info-box {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 14px;
  color: #111;
}
.board-list-wrap.st02 .board-list-box .info-box i {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  background: url('../image/icon/ic-user.svg') no-repeat center / cover;
  display: block;
}
.board-list-wrap.st02 .board-list-box .tag {
  margin: 0 0 12px;
}
.board-list-wrap.st02 .board-list-box .tag span {
  color: #555;
}
.board-list-wrap.st02 .board-list-box .desc-box .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 140%;
}
.board-list-wrap.st02 .board-list-box .desc-box .desc.line1 {
  -webkit-line-clamp: 1;
}
.board-list-wrap.st02 .board-list-box .icon-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.board-list-wrap.st02 .board-list-box .icon-box .icon-list {
  margin: 0;
}
.board-list-wrap.st02 .board-list-box .icon-box .icon-side {
  display: flex;
  align-items: center;
  border-radius: 100px;
  background-color: #313131;
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
}
.board-list-wrap.st02 .board-list-box .icon-box .icon-side i {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 4px;
  background: url('../image/icon/ic_hand.svg') no-repeat center / cover;
}
.board-list-wrap.st02 .board-list-box .label-box {
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.board-list-wrap.st02 .board-list-box .label-box li {
  border-radius: 20px;
  background-color: #F4F6FB;
  padding: 6px 12px;
}
.board-list-wrap.st02 .board-list-box .label-box li + li {
  margin-left: 4px;
}
.board-list-wrap.st02 .board-list-box .label-box li span {
  position: relative;
  font-size: 14px;
  color: #555;
}
.board-list-wrap.st02 .board-list-box .label-box li span + span {
  color: #111;
  margin-left: 0px;
  padding-left: 4px;
}
.board-list-wrap.st02 .board-list-box .label-box li span + span::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 70%;
  background-color: #E0E0E0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.board-list-wrap.st02 .board-list-box .box:hover {
  border-color: #00A34B;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10), 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
}
.board-list-wrap.st02 .board-list-box .box:hover .tit {
  color: #00A34B;
}



.board-table-wrap {
  margin-top: 12px;
}
.board-table-wrap table {
  margin: 0;
}
.board-table-wrap table th {
  font-size: 16px;
  font-weight: 600;
  padding: 20px 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  vertical-align: middle;
  background-color: #F8F9FB;
}
.board-table-wrap table td {
  font-size: 16px;
  text-align: center;
  border-bottom: solid 1px #E0E0E0;
  padding: 15px 5px;
  vertical-align: middle;
}
.board-table-wrap table td a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.board-table-wrap table td .pop-btn {
  font-size: 16px;
  padding: 0 8px;
  border-radius: 20px;
  min-width: auto;
  height: 26px;
  margin: 0;
  background-color: #EAECEF;
  color: #111;
  transition: 0.3s;
  font-family: 'Pretendard';
  display: inline-flex;
  align-items:  center;
  justify-content: center;
}
.board-table-wrap table td .pop-btn:hover {
  background-color: #BAE8CB;
}
.board-table-wrap table.hover tr:hover td {
  font-weight: 600;
}

.board-pager {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  width: 100%;
}
.board-pager ul {
  display: flex;
  align-items: center;
}
.board-pager li {
  margin: 0 7.5px;
}
.board-pager li a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
}
.board-pager li a:hover,
.board-pager li a.active {
  background-color: #111;
  color: #fff;
}

.board-pager li a.prev {
  background: url('../image/icon/ic-prev.svg') no-repeat center / cover;
}
.board-pager li a.next {
  background: url('../image/icon/ic-next.svg') no-repeat center / cover;
}
.board-pager li a.prev:hover,
.board-pager li a.next:hover {
  background-color: #F4F6FB;
}

.board-pager.pagenation {
  margin-top: 60px;
}
.board-pager.pagenation ul {
  margin: 0;
}
.board-pager.pagenation ul li {
  width: auto;
  height: auto;
  border: 0;
  margin: 0 7.5px;
  background-color: transparent;
}





.board-list-st02-box > .list + .list {
  margin-top: 12px;
}
.board-list-st02 {
  padding: 40px;
  border: 1px solid #D8D9DF;
  border-radius: 20px;
  background-color: #fff;
  display: block;
}
.board-list-st02 .category {
  margin-bottom: 12px;
}
.board-list-st02 .tit {
  margin-bottom: 24px;
}
.board-list-st02 .tit p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #111;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.board-list-st02 .desc {
  display: flex;
  align-items: center;
}
.board-list-st02 .desc p {
  background-color: #F8F9FB;
  border-radius: 20px;
  padding: 6px 12px;
  color: #111;
  font-size: 15px;
}
.board-list-st02 .desc p + p {
  margin-left: 4px;
}
.board-list-st02 .desc p span {
  position: relative;
  color: #333;
  font-weight: 600;
  margin-right: 8px;
  padding-right: 8px;
}
.board-list-st02 .desc p span::after {
  content: '';
  background-color: #D8D9DF;
  width: 1px;
  height: 12px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}





#lottie-pop {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 60px;
}
#lottie-pop > p {
  font-size: 14px;
  margin-top: 12px;
  color: #323841;
}

.top-btn {
  position: fixed;
  bottom: 80px;
  right: 110px;
  z-index: 99;
}
.top-btn .top {
  min-width: 60px;
  height: 60px;
  transition: 0.3s;
  background: url('../image/icon/ic-topbtn.svg') #00A34B no-repeat center / 24px;
  border-radius: 50%;
  padding: 0;
  margin: 0;
  box-shadow: 0px 4px 6px -1px rgba(46, 46, 46, 0.10), 0px 2px 4px -1px rgba(46, 46, 46, 0.06);
  opacity: 0;
  visibility: hidden;
}
.top-btn .top.active {
  opacity: 1;
  visibility: visible;
}
.top-btn .top:hover {
  background-color: #00913F;
}


.sub-txt.st02 {
  padding: 20px 0;
}
.sub-txt.st02 .tit-depth-01 {
  padding: 0;
  font-size: 18px;
}
.sub-txt.st02 .tit-depth-01::before {
  display: none;
}
.sub-txt.st02 .txt-line {
  line-height: 140%;
  padding-bottom: 0;
}
.sub-txt.st02 .txt-line::before {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 9px;
}


.sm-link-txt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sm-link-txt a {
  font-size: 14px;
  font-weight: 600;
  color: #00A34B;
  display: flex;
  align-items: center;
}
.sm-link-txt a i {
  background: url('../image/icon/ic-arrow-right02.svg') no-repeat center / cover;
  width: 16px;
  height: 16px;
}
.sm-link-txt + .map-wrap {
  margin-top: 16px;
}
.sm-link-txt .mmt-label {
  color: #fff;
  margin-top: 0;
  max-width: unset;
}

.mmt-label {
  font-size: 14px;
  font-weight: 600;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 122px;
  border-radius: 100px;
  background-color: #00A34B;
  color: #fff;
  margin-top: 20px;
  height: 48px;
  transition: 0.3s;
}
.mmt-label:hover {
  background-color: #343781;
  box-shadow: 0px 4px 6px -1px rgba(46, 46, 46, 0.10), 0px 2px 4px -1px rgba(46, 46, 46, 0.06);
}


.btn-area + .map-wrap {
  margin-top: 20px;
}
.map-wrap {
  border-radius: 12px;
  background-color: #f8f9fb;
  border: solid 1px rgba(0, 0, 0, 0.08);
  padding: 12px;
  display: flex;
}

.map-area {
  width: 100%;
}
.map-area #map {
  height: 472px;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  overflow: hidden;
}
.map-area #map + p {
  color: #333;
  font-size: 14px;
  text-align: right;
  margin-top: 8px;
}

.map-area #map #map-attribution {
    font-size: 14px;
    padding: 4px;
}

.map-area .ol-control {
  display: none;
}

.map-filter {
  min-width: 300px;
  margin-right: 12px;
}
.map-tit {
  color: #111;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
}
.map-filter .btn-box {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-end; 
}



.map-filter-list {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background-color: #fff;
  border-radius: 8px;
  height: calc(100% - 112px);
  padding: 12px;
  margin-top: 8px;
}
.filter-depth-list {
  height: 370px;
  overflow-y: auto;
}
.filter-depth-list ul {
  padding: 8px 0 0 20px;
}
.filter-depth-list li + li {
  margin-top: 4px;
}
.filter-depth-list .check-box {
  height: 26px;
  display: flex;
  align-items: center;
}
.filter-btn {
  background-color: transparent;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  min-width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
}
.filter-btn:hover {
  background-color: transparent;
}
.filter-btn i {
  background: url('../image/icon/ic-arrow-down.svg') no-repeat center / cover;
  width: 20px;
  height: 20px;
  transform: rotate(-90deg);
  display: block;
  margin: 0;
}
.filter-btn.open i {
  transform: rotate(0deg);
}



.search-section .radio-btn-box {
  width: 23%;
  padding-right: 20px;
}
.search-section .radio-btn-box .border-box {
  background-color: #fff;
  padding: 12px;
  border-radius: 4px;
  border: solid 1px #d4d4d4;
}
.search-section .radio-btn-box .border-box ul {
  max-height: 174px;
  overflow-y: auto;
}
.search-section .radio-btn-box .border-box li + li {
  margin-top: 4px;
}


.radio-btn-box + .btn-list-box {
  padding: 12px 12px 4px;
  background-color: #fff;
  border-radius: 4px;
  border: solid 1px #d4d4d4;
  width: 77%;
}
.radio-btn-box + .btn-list-box ul {
  display: flex;
  flex-wrap: wrap;
  max-height: 182px;
  overflow-y: auto;
}
.radio-btn-box + .btn-list-box li .input-type + label {
  transition: 0.3s;
  font-size: 14px;
  color: #111;
  min-width: auto;
  min-height: 28px;
  background-color: #fff;
  border-radius: 4px;
  padding: 2px 12px;
  border: solid 1px #D4D4D4;
  margin: 0 8px 8px 0;
  word-break: break-word;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  letter-spacing: -0.3px;
}
.radio-btn-box + .btn-list-box li .input-type:hover + label {
  background-color: #00A34B;
  border-color: #00A34B;
  color: #fff;
}
.radio-btn-box + .btn-list-box li .input-type:checked + label {
  color: #fff;
  background-color: #00A34B;
  border-color: #00A34B;
  font-weight: 400;
}
.radio-btn-box + .btn-list-box li .input-type:disabled + label {
  color: #555;
  background-color: #d4d4d4;
  border: solid 1px #d4d4d4 !important;
  cursor: unset;
}
.radio-btn-box + .btn-list-box li .input-type + label::before {
  display: none;
}



.tb-view.lh-table tr:last-child {
  height: 250px;
}
.tb-view.lh-table tr:last-child th,
.tb-view.lh-table tr:last-child td {
  vertical-align: top;
}



.thum-imgbox {
  width: 20%;
  padding-bottom: 20%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.thum-imgbox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}



[data-tip] {
	position:relative;
}
[data-tip]::after {
	opacity: 0;
	content:attr(data-tip);
	position:absolute;
	top:35px;
	left:0px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.65);
	color:#fff;
	z-index:9;
	font-size: 12px;
  line-height: 1.5;
	border-radius: 8px;
	white-space:nowrap;
	word-wrap:normal;
  letter-spacing: -0.32px;
  visibility: hidden;
  transition: 0.3s;
  white-space: revert;
}
[data-tip]:hover::after {
	opacity: 1;
  visibility: inherit;
}



.border-box {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.08);
}



.tab-list-box {
  background-color: #F8F9FB;
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display: inline-block;
}
.tab-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.tab-list .list {
  padding: 0 4px;
}
.tab-btn {
  min-width: auto;
  margin: 0;
  color: #A5A5A5;
  font-size: 16px;
  font-weight: 500;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  padding: 0 12px;
  min-height: 40px;
  display: flex;
  align-items: center;
}
.tab-btn i {
  width: 20px;
  height: 20px;
  transition: 0.3s;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}
.tab-btn:hover {
  color: #A5A5A5;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.tab-btn.active {
  color: #111;
  background-color: #EAECEF;
}
.tab-list-box + .board-top {
  margin-top: 12px;
}


.s-maxinner {
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}



.partner-visual-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  padding: 80px 0;
}
.partner-visual-wrap.img01 {
  background-image: url('../image/image/sub-img01.png');
}
.partner-visual-wrap.img02 {
  background-image: url('../image/image/sub-img02.png');
}
.partner-visual-wrap .txt {
  color: #fff;
  line-height: 1.5;
  margin-bottom: 40px;
}
.partner-visual-wrap .txt .tit {
  font-size: 44px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 40px;
  line-height: 1.25;
}
.partner-visual-wrap .txt .desc {
  font-size: 18px;
  font-weight: 600;
}
.partner-visual-wrap .link-box {
  box-shadow: 0 4px 6px -1px rgba(46, 46, 46, 0.10), 0 2px 4px -1px rgba(46, 46, 46, 0.06);
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.80);
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 28px 40px;
  line-height: 1.5;
}
.partner-visual-wrap .link-box .tit {
  color: #111;
  font-size: 24px;
  font-weight: 700;
}
.partner-visual-wrap .link-box .desc {
  margin: 12px 0 20px;
  color: #111;
  font-size: 18px;
}


.partner-visual-wrap .search-section {
  background-color: rgba(0, 0, 0, 0.30);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
.partner-visual-wrap .tag-box .hot {
  background-color: rgba(255, 255, 255, 0.24) !important;
}
.partner-visual-wrap .tag-box span {
  color: #fff;
}
.partner-visual-wrap .tag-box span:hover {
  color: #fff;
}





/*메인 반응형*/
@media (max-width: 1600px) {
  .dmnBtn {
    font-size: 17px;
  }
}
@media (max-width: 1200px) {
  .sub-lnb {
    display: none;
  }
  .sub-visual-wrap .visual-area.sub-01,
  .sub-visual-wrap .visual-area.sub-02 {
    height: 120px;
    overflow: hidden;
  }
  .bg_cover {min-width: auto;}
  
  #topmenu {
    display: flex; 
    background: #fff;
    padding: 22px;
    height: 80px;
  }
  .m-logo {
    display: block;
  }
  .gnb li {padding: 34px 20px;}

  .cont_wrap {   
    min-width: auto;
    width: auto;
    padding: 24px 20px;
  }

  #mainVisualWrap .cont_wrap ul li.slider_item {
    display: none;
    min-height: 183px;
    height: auto;
  }

  #mainVisualWrap .cont_wrap ul li.slider_item:nth-child(1) {
    display: block;
  }

  #mainVisualWrap .cont_wrap .slider {
    width: 100%;
    max-width: auto;
 
  }

  #mainVisualWrap .cont_wrap ul {
    min-width: auto;
    max-width:none;
    width: calc(100vw - 50px);
    margin-top: 118px;
    padding-bottom: 45px;
  }

  #noticeSlider {
    display: none;
  }
  .card_wrap {
    min-width: auto;
  }
  #resourceData {
    min-width: auto;
    display: block;
  }

  .data_wrap._right {
    display: block;
  }
  .data_wrap._right ul {
    display: block;
  }
  #resourceData ._right ul li {
    width:100%;
    margin-bottom: 10px;
    padding: 16px;
    border-radius: 12px;
    justify-content: space-between;
    position: relative;
    height: 133px;
    align-items: end;
  }

  #resourceData ._right ul li .img_box {
    width:60px;
    height: 60px;
    margin: 0;
  }

  #resourceData ._right ul li .img_box img {
    width:100%;
  }

  #resourceData ._right ul li .count {
    margin-top: 0;
  }

  #resourceData ._right ul li .count p {
    font-size: 13px;
  }
  #resourceData ._right ul li .count p span {
    font-size: 15px;
  }

  #resourceData h3 {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.18px;
  }
  #resourceData ._left {
    margin: 0;
  }
  #resourceData ._left span {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.375px;
    margin: 12px 0;
  }

  #resourceData h4 {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.375px;
    position: absolute;
    top:16px;
    left: 16px;
  }

  #resourceData ._right ul li:last-child .date {
    text-align: right;
    margin: 0;
    font-size: 15px;
    margin-top: 12px;
  }

  #resourceData ._right ul li:last-child > div {
    text-align: right;
    justify-content: end;
    align-items: end;
    margin-top: 36px;
  }
  #resourceData ._right ul li:last-child > div > div {
    text-align: right;
    font-size: 14px;
    align-items: end;
  }

  #resourceData ._right ul li:last-child > div > div span {
    line-height: 1;
    font-size: 28px;
  }


  
  .tab_cont_wrap ul li {
    flex: 1 1 100%;
    padding: 20px 24px;
    height: auto;
  }
  .tab_cont_wrap ul li a {
    height: 111px;
  }

  .tab_cont_wrap ul li a label {
    margin-bottom: 12px;
    font-size: 13px;
    padding: 4px 12px;
  }
  .tab_cont_wrap ul li a p {
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    top: 40px;
  }

  .tab_cont_wrap ul li a span {
    top:96px;
  }

  #mainVisualWrap {
    height: auto;
  }
  #mainVisualWrap .cont_wrap ul li.slider_item > a.item_box > p {
    -webkit-line-clamp: 1;
    font-size: 16px;
  }

  #mainVisualWrap .cont_wrap ul li.slider_item > a.item_box > span.small {
    font-size: 15px;
  }
  #mainVisualWrap .cont_wrap ul li.slider_item > a.item_box > span:last-child {
    margin-top: 15px;
  }
  .card_wrap ul {
    gap: 6px;
  }
  .card_ul li > a span {
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }

  .card_ul li > a {
    height: 90px;
    gap: 4px;
    border-radius: 12px;
    align-items: center;
    justify-content: center;
    display: block;
    text-align: center;
    padding: 10px 0;
    min-width: 62px;
  }

  .card_ul li > a svg {
    width:32px;
    height: 32px;
    display: block;
    margin: 0 auto;
    margin-bottom: 4px;
  }
  #contents {
    padding: 0;
  }

  .cont_wrap_max {
    padding: 24px 20px;
  }

  #itemTab .tab_link ul {
    gap: 16px;
    margin: 0;
  }
  #itemTab .tab_link ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 4px 8px;
  }

  #itemTab {
    margin: 28px 0 24px;
  }

  #itemTab .tab_contents div {
    margin-top: 16px;
  }
  .tab_cont_wrap ul {
    gap: 12px;
  }



  /*마켓 플레이스*/
  .count_area ul li > div {
    display: block;
    text-align: center;
    font-size: 12px;
  }
  .count_area ul li > div svg {
    margin: 0;
    display: block;
    margin: 0 auto;  
    margin-bottom: 2px;
  }
  .count_area ul li > div span {
    margin: 0;
    font-size:24px;
  }

  .count_area ul li .list-hcont {
    display: none;
  }

  #mainVisualWrap.marketplace h2 {
    padding-top: 78px;
    font-size: 18px;
    margin-bottom: 38px;
  }

  #mainVisualWrap.marketplace .cont_wrap ul li.slider_item {
    max-height: 204px;
  }
  #mainVisualWrap .cont_wrap ul li.slider_item > a.item_box {
    padding: 40px 24px;
  }
  #mainVisualWrap.marketplace .cont_wrap .slider {
    min-width: auto;
  }

  #mainVisualWrap.marketplace .cont_wrap ul li.slider_item > a.item_box > span.date {
    font-size: 15px;
    color: #E3E3E3;
  }
  #mainVisualWrap.marketplace .cont_wrap {
    padding: 20px;
  }

  .count_area ul {
    padding: 20px 12px;
    font-size: 12px;
  }

  .count_area ul li {
    padding: 0;
    flex: 1 1 20%;
    min-width: 64px;
  }


  .count_area ul li::before {
    height: 100%;
    bottom: 0;
  }
  #mainVisualWrap.marketplace .cont_wrap ul {
    padding-bottom: 20px;
    width:auto;
  }

  .interest_board {
    padding: 24px 0;  
  }
  .interest_board .tit {
    display: block;
  }
  .interest_board h3 {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: -0.18px;
    margin-bottom: 12px;
  }
  .interest_board .tit span {
    font-size: 15px;
    line-height: 24px;
    letter-spacing: -0.375px;
  }
  .board_item {
    width: 100%;
  }
  .board_item a {
    padding: 20px;
  }
  .board_item a .small_img_box {
    display: none;
  }

  .board_item .tag > li {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: -0.3px;
  }
  .board_item h4 {
    margin: 6px 0 10px 0;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.4px;
  }
  .board_item div.gray > div {
    font-size: 14px;
  }
  .board_item .cont_t {
    margin: 20px 0;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: -0.35px;
    min-height: 38px;
  }
  .board_item .search_count_wrap > div {
    font-size: 14px;
  }
  .interest_people {
    padding: 0;
    height: 380px;
    margin-bottom: 83px;
  }
  .interest_people .cont_wrap {
    min-width: auto;
    width: auto;
    padding: 20px;
    height: inherit;
  }

  .interest_people .cont_wrap > div {
    display: block;
  }

  .interest_people .cont_wrap > div > div.tit{
    display: block;
  }

  .interest_people .tit h3 {
    font-size: 18px;
    font-weight: 500;
  }

  .interest_people .next_btn {
    margin-top: 12px;
  }

  .interest_people .tit span {
    font-size: 15px;
  }
  .interest_people ul {
    margin-top: 20px;
  }
  .interest_people ul li {
    display: none;
  }

  .interest_people ul li.active {
    display: block;
    width: inherit;
  }

  .interest_people .flow_line {
    width: calc(100% - 100px);
    top: unset;
    left: 55px;
    bottom: 139px;
  }

  .interest_people ul li.active .circle {
    width:60px;
    height: 60px;
    font-size: 14px;
  }

  .interest_people ul li > div:nth-child(2) {
    min-height: auto;
    padding-bottom: 50px;
  }
  .interest_people ul li > div:nth-child(2) .name, 
  .interest_people ul li > div:nth-child(2) .part {
    display: inline-block;
    font-size: 15px;
  }
  .interest_people ul li > div:nth-child(2) .name {
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  #topmenu {
    display: flex;
    height: 60px;
  }
  .m-logo {display: block;}
  .m-btn-menu > span:nth-child(2) {
    width:15px;
    margin-left: 8px;
  }
  
}

/* 안 맞는 부분 추가 */

.jmnBtn {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: -0.45px;
}

.nav_wrap.active .jmnBtn {
  color:#333;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/* 2024.07.01 boryeong 깨진 부분 임시 처리 */
@media (max-width: 767px) {
    .sub-visual-wrap,
    .marketplace .sub-visual-wrap {
        height: 130px;
        padding-top: 33px;
    }
    .sub-visual-wrap .visual-area.sub-01 {
        height: 170px !important;
    }
    .sub-visual-wrap .visual-area.sub-02 {
        height: 170px !important;
    }
    .sub-visual-wrap .visual-area.sub-03 {
        height: 170px !important;
    }
    .sub-visual-wrap .visual-area.sub-04 {
        height: 170px !important;
    }
    .sub-visual-wrap .visual-area.sub-05 {
        height: 170px !important;
    }
    .sub-visual-wrap .visual-area.sub-06 {
        height: 170px !important;
    }
    .sub-visual-wrap .visual-area.sub-07 {
        height: 170px !important;
    }
    .sub-visual-wrap .visual-area.sub-08 {
        height: 170px !important;
    }
    .sub-visual-wrap .visual-area.sub-09 {
        height: 170px !important;
    }
    /* 모바일 메뉴 맞추기 */
    .m-depth{
        margin-top: 7px;
    }
    
    .noti-list ul li .noti-item .noti-tit h3 {
        white-space: normal;
    }
    
    .container.my.my-mobile {
        width: 100%;
    }
    
    .sub-v-tit.my.mypage_title{
        padding-top: 14px;
    }
    .btn-area.my.mypage_menu_btn{
        bottom: -35px;
    }
    button, .btn{
        margin-top: 5px;
        margin-left: 0;
        min-width: 80px;
    }
    
}







@media (max-width: 1024px) {
  .partner-visual-wrap .txt .tit {
    font-size: 32px;
  }

  .map-wrap {
    flex-direction: column;
  }
  .map-filter {
    margin: 0 0 12px;
  }
  .filter-depth-list {
    height: 200px;
  }
}



@media (max-width: 767px) {
  
  .interest_people ul li > div:nth-child(2) {
    padding: 40px 20px;
  }
  .interest_people ul li.active > div:nth-child(2)::after {
    display: none;
  }
  .interest_people .flow_line {
    display: none;
  }
  .interest_people ul li > div:nth-child(2) .sub {
    font-size: 16px;
  }


  .board-list-st02 {
    padding: 20px;
  }

  .board-list-st02 .desc {
    flex-direction: column;
    align-items: flex-start;
  }
  .board-list-st02 .desc p + p {
    margin: 4px 0 0;
  }


  .filters-content-wrap .tab-btn {
    min-width: 120px;
    justify-content: center;
    padding: 0;
  }
  .filters-content-wrap .tab-list {
    flex-wrap: unset;
    overflow-x: auto;
  }
  

  .tab-list-box {
    width: 100%;
  }

}


@media (max-width: 500px) {
  .board-list-st02 {
    padding: 16px;
  }
  .board-list-st02 .tit {
    margin-bottom: 12px;
  }
  .board-list-st02 .tit p {
    font-size: 16px;
  }
  .board-list-st02 .desc p{
    font-size: 14px;
  }


  .tab-btn {
    font-size: 14px;
    min-height: 32px;
  }
  .top-btn .top {
    min-width: 40px;
    height: 40px;
    background-size: 18px;
  }

  .partner-visual-wrap {
    padding: 50px 0;
  }
  .partner-visual-wrap .txt {
    margin-bottom: 20px;
  }
  .partner-visual-wrap .txt .tit {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .partner-visual-wrap .txt .desc {
    font-size: 16px;
  }
  .partner-visual-wrap .search-box {
    flex-direction: column;
  }
  .partner-visual-wrap .search-box select {
    width: 100%;
    background-position-x: 95%;
  }
  .partner-visual-wrap .search-box select + .search-tag {
    width: 100%;
    margin-top: 8px;
    padding: 0;
  }

  .partner-visual-wrap .link-box {
    padding: 12px;
  }
  .partner-visual-wrap .link-box .tit {
    font-size: 18px;
  }
  .partner-visual-wrap .link-box .desc {
    font-size: 16px;
    margin: 8px 0 12px;
  }


  .delete-cont {
    padding: 8px;
  }


  .filters-btn {
    font-size: 16px;
  }
}


.sub-visual-wrap .visual-area.sub-01,
.sub-visual-wrap .visual-area.sub-02,
.sub-visual-wrap .visual-area.sub-03,
.sub-visual-wrap .visual-area.sub-04,
.sub-visual-wrap .visual-area.sub-05,
.sub-visual-wrap .visual-area.sub-06,
.sub-visual-wrap .visual-area.sub-07,
.sub-visual-wrap .visual-area.sub-08,
.sub-visual-wrap .visual-area.sub-09 {
    height: 350px;
}



/* 전자 서명 스타일 */

.sign-table-box {
  padding: 30px;
  border-radius: 6px;
  border: 1px solid #dbdbe8;
  background-color: #fafbfc;
}

.sign-table {
  border: solid 2px #000;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
  background-color: #fff;
}
.sign-tr {
  display: flex;
}
.sign-tr:last-child .sign-td {
  border-bottom: 0;
}
.sign-th {
  background-color: #E6E6E6;
  font-size: 18px;
  padding: 10px;
  width: 20%;
  text-align: center;
  border-right: solid 1px #313131;
  border-bottom: solid 1px #313131;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'MaruBuri';
}
.sign-td + .sign-th {
  border-left: solid 1px #313131;
}
.sign-td {
  padding: 13px 10px;
  width: 30%;
  border-bottom: solid 1px #313131;
  display: flex;
  word-break: break-word;
  flex-direction: column;
  justify-content: center;
  font-weight: 400;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", sans-serif;
}
.sign-td strong {
  font-weight: 700;
}
.sign-td.st02 {
  width: 100%;
  padding: 20px;
  font-family: 'MaruBuri';
}
.sign-td.st02 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
}
.sign-td.st02 p.date {
  text-align: center;
  margin-top: 20px;
}
.sign-td.st02 p.ceo {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.sign-input {
  font-size: 16px;
  border: transparent !important;
  text-indent: 0 !important;
}
.sign-input::placeholder {
  color: #8B8B8B;
}

.sign-btn {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.sign-btn button {
  border: solid 1px #D4D4D4;
  border-radius: 4px;
  font-family: 'MaruBuri';
  min-width: 273px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 16px 20px 30px;
  margin: 0;
  position: relative;
  background-color: #FBFBFB;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 14px;
  color: #111;
}
.sign-btn button:hover {
  background-color: #F4F6FB;
}
.sign-btn button .sign-point {
  position: absolute;
  top: 8px;
  left: 12px;
}
.sign-btn button .sign-txt {
  min-width: 110px;
}
.sign-btn .sign-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.sign-btn .sign-img img {
  max-width: 120px;
}

.sign-point {
  color: #B50000;
  font-size: 18px;
  margin-right: 4px;
}



.sign-table.st02 .sign-point {
  display: none;
}
.sign-table.st02 .sign-btn button {
  border: 0;
  background-color: #fff;
  cursor: default;
}


.canvas-box {
  background-color: #E0E0E0;
  height: 200px;
  border-radius: 8px;
  margin-top: 12px;
}

/* 전자 서명 스타일 */