html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,del,dfn,
em,img,ins,kbd,q,s,samp,small,strike,
strong,sub,tt,var,b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    letter-spacing: -0.04em;
    /*세로모드에서 가로모드로 전환할때 텍스트가 약간 커지는 현상 방지*/
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -webkit-text-size-adjust: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.chk_box { position: relative; cursor: pointer; }
.chk_box input { opacity: 0; visibility: hidden; width: 0; height: 0; }
.chk_box input + label { position: relative; color: var(--gray-300); font-size: 18px; font-weight: 500; cursor: pointer; }
.chk_box input:checked + label { color: var(--gray-700); }
.chk_box input:checked + label:after{
	content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: var(--primary);
    border-radius: 50%;
    position: absolute;
    top: 3px;
    left: 100%;
}
.rdio_box input{
	display: none !important;
}
.rdio_box input+ label {
	vertical-align: middle;
	position: relative;
	display: inline-block;
	padding-left: -webkit-calc(24px + 10px);
	padding-left: -moz-calc(24px + 10px);
	padding-left: calc(24px + 10px);
	line-height: 24px;
	cursor: pointer;
}
.rdio_box input+ label::after,
.rdio_box input+ label::before {
	content: "";
	position: absolute;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid var(--gray-200);
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 22px;
	border-radius: 100%;
}
.rdio_box input+ label::after {
	width:calc(24px - 11px);
	height:calc(24px - 11px);
	transform: translate(40.8%, -50%);
	border: none;
}
.rdio_box input[type="radio"]:checked + label::before{
	background-color:#fff;
}
.rdio_box input[type="radio"]:checked + label::after {
	background-color:var(--primary);
}

.skin_box {
	position: relative;
    border: 1px solid var(--gray-200);
    border-radius: 6px;
    padding: 1rem 1.5rem;
    overflow: hidden;
}
.skin_box .swiper-button-prev,
.skin_box .swiper-button-next {
	font-size: 0 !important;
    color: transparent !important;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background-position: center;
    background-image: url(../img/btn/arr_style_btn.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
    width: 30px;
    height: 100%;
    border: none;
    margin: 0 -3px 0;
    opacity: .2;
}
.skin_box .swiper-button-prev {
	transform: translateY(-50%) rotate(-180deg);
	left: 0;
}
.skin_box .swiper-button-prev:hover,
.skin_box .swiper-button-next:hover {
	opacity: 1;
}
.skin_box .swiper-slide {
	width: 100px;
	height: 80px;
	margin-right: 0.63em;
}
.skin_box .swiper-slide:last-child { margin-right: 0; }
.skin_box label{
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	border-radius:6px;
}
.skin_box label img{
	display:block;
	object-fit:cover;
	width:100%;
	height:100%;
}
.skin_box input { display: none; }
.skin_box label:hover,
.skin_box input:checked + label {
	border:2px solid var(--primary);
	background-color:var(--primary);
}
.skin_box input:checked + label{
	background-image:url(../img/icon/chk_wh.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:25px auto;
}
.skin_box label:hover img{
	opacity:.6;
}
.skin_box  input:checked + label img {
	opacity:.3;
}

.chk_li_wrap li + li { margin-top: 10px; }

.preview_box {
	flex-shrink: 0;
	position: sticky;
    top: 16vh;
    width: 50%;
    height: 80vh;
    background-color: #f5f5f5;
    border-radius: 10px;
    margin-left: 40px;
    padding: 15px 10px;
}

.chart-container { padding-top: 0; border-top: 0; }
.chart-wrap { border: 1px solid #dadee9; margin-top: 40px; }
.chart-header { display: flex; justify-content: flex-start; align-items: center; padding: 12px 24px; background: #1c3298; }
.chart-header .custom-selector .select2-selection { background: #fff; }
.chart-tool { width: auto; margin-left: auto; margin-right: 0; }
.chart-tool select { width: 140px; height: 50px; }
.chart-tit { color: #fff; }
.chart-body { overflow: auto; }
.chart-scrollable { height: auto; }

.sub-container-guide { background: #f6f6fa; padding: 50px; padding-top: 160px; margin-top: -110px; }
.sub-container-guide h1 { font-size: 28px; margin-bottom: 16px; }
.sub-container-guide p { font-size: 18px; line-height: 1.5; }

.filter_down {
	display:flex;
	align-items:center;
	padding:0 20px ;
	line-height:48px;
	border:1px solid #dedede;
	border-radius:50px;
	font-size:18px;
	transition:all 0.3s;
	flex:0 0 auto;
	background-color: #fff;
}
.filter_down:hover {border-color:#454545;}
.filter_down i {
	display:block;
	width:24px; height:24px;
	background:no-repeat center;
	background-image:url(../img/btn/more_filter.png);
	margin-right:8px;
	transition:all 0.3s;
}
.filter_down.open {
	border-color:var(--primary);
	background:#f3fbff;
	color:var(--primary);
}
.filter_down.open i{
	transform:rotate(-180deg);
	background-image:url(../img/btn/more_filter_on.png);
}

.filter_sel {
  position:relative;
}
/* 24.09.25 */
.filter_sel .now_btn {
  display:flex;
  align-items:center;
  line-height:48px ;
  padding:0 15px 0 12px;
  min-width:120px;
  text-align:left;
  border-radius:10px;
  font-size:18px;
  transition:all 0.3s;
  background-color:#fff;
  gap: 0.3rem;
}
/* 24.09.25 // */

.filter_sel .now_btn:hover {
  border-color:#454545;
}
.filter_sel .now_btn i {
  display:block;
  flex-shrink:0;
  margin-left:auto;
  width:12px; height:8px;
  background:no-repeat center / cover;
  background-image:url('../img/btn/filter_down.png');
  transition:all 0.3s;
}
.filter_sel.on .now_btn  i {
  transform:rotate(180deg);
}
.filter_sel ul {
  position:absolute;
  top:calc(100% + 10px); left:0;
  border-radius:10px;
  border:1px solid #dbdbdb;
  z-index:2;
  background:#fff;
  width:100%;
  padding:7px 0;
  display:none;
  max-height:480px;
  overflow:auto;
}
.filter_sel ul::-webkit-scrollbar {
  width:5px;
  height:5px;
  border-radius:50px;
  background:rgba(255,255,255,0);
}

.filter_sel ul::-webkit-scrollbar-thumb {
  background: #dbdbdb;
  border-radius:50px;
}


.filter_sel.on ul {
  display:block;
}
.filter_sel ul li {
  padding:0 10px;
  display:flex;
  align-items:center;
  line-height:2.35294;
  font-size:17px;
  cursor:pointer;
  width:100%;
  transition:all 0.3s;
}
.filter_sel ul li:hover {background:#f7f7f7;}
.filter_sel ul li.on {
  color:var(--primary) ;
}
.filter_sel ul li.on i {
  display:block;
  flex-shrink:0;
  width:18px; height:18px;
  background:no-repeat center / cover;
  background-image:url(../img/btn/filter_check.png);
  margin-left:auto;
}
.filter_sel ul li span{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: break-all;
}
.filter_sel ul li.sel_part + li{
  border-top: 1px dashed #dbdbdb;
}
.filter_sel ul li.sel_part > span{
  font-weight:500;
}


.filter_sel.disabled .now_btn{
  background:#fafafa;
}
.filter_sel.disabled .now_btn * {
  color:#bbbbbb ;
}
.filter_sel.disabled .now_btn i {
  background-image:url('../img/btn/filter_down_dis.png');
}

.filter_sel_wrap {
	flex: 1;
	display:flex;
	align-items:center;
}
.filter_sel_wrap .filter_sel {
	/* width:calc(33.333% - 20px); 24.08.26 짹창횁쨍 쩍쨘횇쨍�횕 */
	width:100%;
}
.filter_sel_wrap .filter_sel:not(:first-child) {
	margin-left:30px;
}
.filter_sel .now_btn { width: 100%; }
.filter_sel_wrap .filter_sel .now_btn span{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-break: break-all;
}
.filter_sel_wrap .filter_sel.big .now_btn {
	width:100%;
	font-size:18px;
	padding:0 20px;
}
.filter_sel_wrap .filter_sel.big .now_btn span {
	font-size:18px;
}
.filter_sel_wrap .filter_sel.big .now_btn em {
	font-size:16px;
	color:#999999;
}
.filter_sel.big ul li {
	padding:0 20px;
	transition:all 0.3s;
}
.filter_sel.big ul li:hover {
	background-color:#f7f7f7;
}
.filter_sel.big ul li span {
	font-size:18px ;
}
.filter_sel.big ul li em{
	font-size:16px ;
	color:#999999;
}
.filter_sel.big ul li.on i {
	width:24px; height:24px;
	background-image:url(../img/btn/filter_check_big.png);
}
.filter_sel.big ul li.on span {
	font-weight:500;
}
.filter_sel.big ul li.on em {
	color:#5078dc;
}

.office_filter_wrap {
	margin: 30px 0 40px;
	padding:40px;
	border:1px solid #dbdbdb;
	border-radius:6px ;
	display:none;
}
.office_filter_wrap > ul {
	display:flex;
	flex-wrap:wrap;
}
.office_filter_wrap > ul li:not(.field_row) {
	display:flex;
	align-items:center;
}
.office_filter_wrap > ul >li:nth-child(n+3) {
	margin-top:40px;
}

.office_filter_wrap .dr-col	{
	align-items:flex-start;
}
.office_filter_wrap ul li.w100 {width:100%;}
.office_filter_wrap .label {
	display:block;
	font-size:20px;
	font-weight:500;
	margin-right:30px;
}
.office_filter_wrap .dr-col .label {
	margin-bottom:20px;
	margin-right:0;
}
.office_filter_wrap ul li.state {
	margin-left:80px ;
}
.office_filter_wrap ul li.district ,
.office_filter_wrap ul li.cate {
	width:calc(67% - 10px);
}
.office_filter_wrap ul li.business_type,
.office_filter_wrap ul li.home_cata {
	width:calc(33% - 10px);
	margin-left:20px;
}
.office_filter_wrap ul li.business_type .data,
.office_filter_wrap ul li.district .data ,
.office_filter_wrap ul li.cate .data,
.office_filter_wrap ul li.home_cata .data {
	width:100%;
}
.office_filter_wrap ul li.district .filter_sel,
.office_filter_wrap ul li.cate .filter_sel {
	width:calc(50% - 10px);
}
.office_filter_wrap ul li.district .filter_sel:not(:first-child) ,
.office_filter_wrap ul li.cate .filter_sel:not(:first-child) {
	margin-left:20px;
}
.office_filter_wrap ul li.business_type .filter_sel ,
.office_filter_wrap ul li.home_cata .filter_sel {
	width:100%;
}
.office_filter_wrap ul li.business_type {
	margin-left:0;
}
.office_filter_wrap ul li.district {
	margin-left:20px;
}
.office_filter_wrap input[type="radio"]+label {
	font-size:18px;

}
.office_filter_wrap li.list_search .data,
.office_filter_wrap li.list_search .flex__c {
	width:100%;
	max-width:470px;
}
.office_filter_wrap li.sel_inbox .filter_sel_wrap {
	width:calc(33% - 10px);
	margin-right:20px;
}
.office_filter_wrap li.sel_inbox .filter_sel {
	width:100%
}
.office_filter_wrap li.sel_inbox .data,
.office_filter_wrap li.sel_inbox .flex__c {
	width:100%;
	max-width:inherit;

}
.office_filter_wrap li.sel_inbox .search_box {
  width:calc(67% - 10px);
}
.sub_list_filter.filter_sel_wrap .list_search  input,
.office_filter_wrap li.list_search input {
  height:48px;
  border-radius:10px;
}
.sub_list_filter.filter_sel_wrap .list_search .btn_point_outline,
.office_filter_wrap li.list_search .btn_point_outline{
  height:48px;
  width:80px;
  border-radius:10px;
  flex:0 0 auto;
  font-size:18px;
  background: transparent;
  border-color: var(--primary);;
  color: var(--primary);
}
.office_filter_wrap p.label span { font-weight: 400; font-size: 18px; color: #454545; margin-left: 10px; }
.office_filter_wrap .field_group { display: flex; justify-content: flex-start; align-items: flex-start; gap: 10px; margin-top: 30px; }
.office_filter_wrap .field_row { width: 20%; }
.office_filter_wrap .field_row + .field_row { margin-top: 0; } 
.office_filter_wrap .field_label { font-size: 18px; font-weight: 400; margin-bottom: 15px; margin-right: 0; }
.office_filter_wrap .field_col .filter_sel { flex: 1; }
.office_filter_wrap .btn_area { margin-top: 30px; }
.office_filter_wrap .btn_area .btn { max-width: 260px; height: 48px; border-radius: 6px; font-size: 18px; }
.office_filter_wrap .search_list { width: auto; flex: 1; }
.office_filter_wrap .field_search { max-width: 100%; }
.office_filter_wrap .field_search .btn { width: 100px; }
.office_filter_wrap .text_length input { width: 50px; font-size: 14px; background-color: #F2F2F2; border: 1px solid #F2F2F2; text-align: center; color: #999999; }
.office_filter_wrap .filter_sel .now_btn,
.office_filter_wrap .field_input,
.office_filter_wrap .field_search { border-radius: 6px; } 

.dr-col { flex-direction: column; }
.rdio_wrap > div {
  display: inline-block;
}
.rdio_wrap > div + div {
  margin-left: 20px;
}

.toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
}

.toggle > input[type="checkbox"] {
  appearance: none;
  display: block;
  position: relative;
  border: max(1px, 0.1em) solid #dbdbdb;
  border-radius: 30px;
  width: 60px;
  height: 30px;
  background: #dbdbdb !important;
}

.toggle > input[type="checkbox"]::before {
  content: "";
  position: absolute;
  left: 0;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  transform: scale(0.8);
  background-color: #fff;
  transition: left 250ms linear;
}
.toggle > input[type="checkbox"]:checked {
  background-color:var(--primary) !important;
  border-color: var(--primary);
}

.toggle > input[type="checkbox"]:checked::before {
  background-color: white;
  left: 30px;
}

.toggle > input[type="checkbox"]:disabled {
  border-color: lightgray;
  opacity: 0.7;
  cursor: not-allowed;
}

.toggle > input[type="checkbox"]:disabled:before {
  background-color: lightgray;
}

.toggle > input[type="checkbox"]:disabled + span {
  opacity: 0.7;
  cursor: not-allowed;
}
.text_point_btn { 
	margin-left: 10px;
    color: #326aff;
    font-weight: 700;
    background: url(../img/icon/arr_point_st1.png) no-repeat right 3px;
    padding-right: 10px;
}
.toggle_sw .toggle { font-size: 18px; }
.toggle_sw .toggle > .off_txt b { font-weight: 400; }
.toggle_sw .toggle > input[type="checkbox"]:checked + .on_txt,
.toggle_sw .toggle > .off_txt {
    display:block;
}
.toggle_sw .toggle > input[type="checkbox"]:checked + .on_txt + .off_txt,
.toggle_sw .toggle > .on_txt {
    display:none;
}
.toggle_sw .toggle > .on_txt > b { color: var(--primary); }
.toggle_sw .on_txt,
.toggle_sw .off_txt { order: 1; }
.toggle_sw [role=switch] { order: 2; }


.open-quick .g_quick { z-index: 2000; }
.g_quick {
  position: fixed;
  right: 40px;
  bottom: 50px;
  z-index: 100;

  @media screen and (max-width: 850px) {
    right: 10px;
    bottom: 80px;
  }
}
.g_quick .g_quick_openner {
  border-radius: 50px;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  background: var(--primary);
  border: 0;
  color: #fff;
}

.g_quick .g_quick_backdrop {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.g_quick .g_quick_inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.g_quick .g_quick_inner.next {
  transform: translateX(-100%);
}

.g_quick .g_quick_inner_section {
  width: 100%;
  flex: none;
}

.g_quick .g_quick_box {
  display: none;
  width: 200px;
  position: fixed;
  background-color: #fff;
  border-radius: 10px;
  padding: 38px 18px 18px 18px;
  right: 40px;
  bottom: 50px;
  box-shadow: 1px 1px 5px 5px rgba(0, 0, 0, 0.1);
  @media screen and (max-width: 850px) {
    bottom: 20px;
    right: 10px;
  }
}
.g_quick.ty2 .g_quick_box {
  bottom: 120px;
  @media screen and (max-width: 850px) {
    bottom: 150px;
    right: 10px;
  }
}
.g_quick .g_quick_close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 16px;
  height: 16px;
  background: url(../img/btn/note_pop.png) no-repeat center center;
  background-size: 16px;
  border: none;
  padding: 20px;
  font-size: 0;
}
.g_quick .g_quick_item {
  font-size: 16px;
  position: relative;
  width: 100%;
  padding: 12px;
  display: block;
  border-radius: 5px;
  font-weight: 500;
  background-color: transparent;
  padding-left: 42px;
  transition: background-color 0.13s linear;
  margin-top: 8px;
}
.g_quick .g_quick_item:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 25px;
  height: 100%;
  left: 10px;
  top: 0;

}
.g_quick .g_quick_item:hover {
  background-color: #eee;
}
.g_quick .g_quick_item.ty1:before {
  background: url(../img/icon/video.svg) no-repeat center center;
  background-size: contain;
}
.g_quick .g_quick_item.ty2:before {
  background: url(../img/icon/image.svg) no-repeat center center;
  background-size: contain;
}
.g_quick .g_quick_item.ty3:before {
  background: url(../img/icon/product_service.svg) no-repeat center center;
  background-size: contain;
}
.g_quick .g_quick_item.ty4:before {
  background: url(../img/icon/layout.svg) no-repeat center center;
  background-size: contain;
}
.g_quick .g_quick_item.ty5:before {
  background: url(../img/icon/groups.svg) no-repeat center center;
  background-size: contain;
}
.g_quick .g_quick_item.ty6:before {
  background: url(../img/icon/add_team.svg) no-repeat center center;
  background-size: contain;
}
.g_quick .g_quick_item.ty7:before {
  background: url(../img/icon/add_department.svg) no-repeat center center;
  background-size: contain;
}
.g_quick .g_quick_item.ty8:before {
  background: url(../img/icon/add_notice.svg) no-repeat center center;
  background-size: contain;
}

.open-quick .g_quick_backdrop {
  display: block;
  animation: backdrop-open-animation 0.45s;
}
.open-quick .g_quick_box {
  display: block;
  animation: quick-open-animation 0.45s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes backdrop-open-animation {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes quick-open-animation {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.g_quick_switch_wrap {
  width: 140px;
  height: 50px;
  bottom: 0px;
  right: 0px;
  display: none;
  position: absolute;
}

.g_quick_switch {
  position: absolute;
  /* hidden */
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.g_quick_switch_label {
  position: relative;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  height: 50px;
  background: #000;
  border-radius: 50px;
  transition: 0.2s;
  font-size: 16px;
}
.g_quick_switch_label:hover {
  background: #000;
}
.onf_btn {
  position: absolute;
  top: 2px;
  left: 2px;
  display: inline-block;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: #fff;
  transition: 0.2s;
}

.onf_label {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-weight: bold;
}
.g_quick_switch:checked + .g_quick_switch_label {
  background: #000;

}

.g_quick_switch:checked + .g_quick_switch_label {
  background: var(--primary);
}

.g_quick_switch:checked + .g_quick_switch_label .onf_btn {
  left: 92px;
  background: #fff;
  box-shadow: 1px 2px 3px #00000020;
}
.g_quick_switch:checked + .g_quick_switch_label .onf_label {
  left: 30px;
}

.board_table table {
  width:100%;
  border-top: 1px solid #252525;
  table-layout:fixed;
  border-collapse: collapse;
}

.board_table table thead {
  background:#fafafa;
  border-bottom:1px solid #dbdbdb
}
.board_table table th {
  padding:20px 5px;
  font-size :18px;
  position:relative;
}
.board_table table th + th::after {
  content:'';
  display:block;
  width:1px ; height:17px ;
  background:#dddddd;
  position:absolute;
  top:50%; left:0;
  transform:translateY(-50%);
}

.board_table table tbody tr {
  border-bottom:1px solid #eee;
}
.board_table table tbody td {
  text-align:center;
  font-size:18px;
  padding:20px 5px;
}

.board_table table tbody td .list_link {
  display:block;
  text-overflow:ellipsis;
  overflow:hidden;
  white-space:nowrap;
  word-break:keep-all;
  width:100%;
  text-align:left;
  margin-left:20px;
    padding-right:20px;
  box-sizing:border-box;
  position:relative;
}

.board_table table tbody .reply  td .list_link{
  padding-left:20px;
}
.board_table table tbody .re_2  td .list_link{
  margin-left:40px;
  width:calc(100% - 20px);
}
.board_table table tbody .reply  td .list_link::after {
  content:'';
  display:block;
  width:11px ; height:11px;
  border:1px solid #dbdbdb;
  border-top:none ;
  border-right:none;
  position:absolute;
  top:0; left:0;
}
.board_table table tbody td.board_date {
  color:#999999;
}

.board_table.catalog_sample_list table tbody td {
  color:#454545;
  line-height:1.25;

}
.board_table.catalog_sample_list table tbody td b {
  color:#252525;
  font-weight:500;
  
}
.board_table.catalog_sample_list table tbody tr:last-child {
  border-bottom:1px solid #dbdbdb;
}

.td_fleld {  }
.td_fleld input { width: 100%; height: 40px; padding: 0 0.9375em; }
.td_link { text-align: left; }
.td_link_subject { font-size: 21px; font-weight: 500; line-height: 1.3; margin-bottom: 4px; }
.td_link_content { line-height: 1.3; }
.td_tool { display: flex; justify-content: center; align-items: center; gap: 8px; }
.td_tool button {
  width: 60px;
  line-height: 40px;
  border-radius: 6px; 
}

/* ================================================== pager// */

.pager {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 70px;
}
.pager li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  background: no-repeat center;
}
.pager li a span {
  color: #999999;
  position: relative;
}
.pager li.num + .num {
  margin-left: 6px;
}
.pager li.num:hover span,
.pager li.on span {
  color: var(--primary);
}
.pager li.num:hover span::after,
.pager li.on span::after {
  content: "";
  display: block;
  width: calc(100% + 4px);
  height: 1px;
  background: var(--primary);
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.pager li.pager_btn a {
  border-radius: 50%;
  border: 2px solid #c0c0c0;
}
.pager li.all_prev a {
  background-image: url(../img/common/all_prev.png);
  margin-right: 10px;
}
.pager li.prev a {
  background-image: url(../img/common/prev.png);
  margin-right: 16px;
}
.pager li.all_next a {
  background-image: url(../img/common/all_prev.png);
  transform: rotate(180deg);
  margin-left: 10px;
}
.pager li.next a {
  background-image: url(../img/common/prev.png);
  transform: rotate(180deg);
  margin-left: 16px;
}
.pager li.next a:hover,
.pager li.prev a:hover {
  background-image: url(../img/common/prev_on.png);
  border-color: var(--primary);
}
.pager li.all_next a:hover,
.pager li.all_prev a:hover {
  background-image: url(../img/common/all_prev_on.png);
  border-color: var(--primary);
}

.filter_tab_wrap .mo_now_txt {
  display:none;
}
.filter_tab {
  display:flex;
  flex-wrap:wrap;
  margin-bottom:40px;
}
.filter_tab li {
  width:25%;
}
.filter_tab.w33  li {
  width:33.333%;
}
.filter_tab.w50  li  {
  width:50%
}
.filter_tab li a,
.filter_tab li button {
  width:100%;
  border-left:none;
  font-size:18px;
  line-height:50px;
  text-align:center;
  display:block;
  border:1px solid #dbdbdb;
}
.filter_tab li:first-child a,
.filter_tab li:first-child button,
.filter_tab li:nth-child(4n + 1) button {
  border-left:1px solid #dbdbdb;
}
.filter_tab li:nth-of-type(n+5) button {
  border-top-color:transparent;
}
.filter_tab li.on a,
.filter_tab li.on button {
  border:1px solid #252525;
}

.col_board_list + .col_board_list {
  margin-top:50px;
}
.col_board_list > .label {
  font-size:22px;
  display:block;
  margin-bottom:20px;
}
.bbs_controller_wrap { margin-top: 30px; padding: 40px 0; border-top: 2px solid #252525; }
.board_table_filter { display: flex; justify-content: flex-start; align-items: flex-start; margin-bottom: 20px; gap: 12px; }
.board_table_filter .filter_sel_wrap { flex: inherit; }
.board_table_filter .field_search { width: 356px; }
.fitler_rtl { margin-left: auto; margin-right: 0; display: flex; justify-content: flex-start; align-items: flex-start; gap: 12px; }
.fitler_rtl .filter_subject .now_btn  { width: 220px; }

.page_controller { display: flex; justify-content: center; align-items: center; margin-top: 60px; gap: 12px; }
.page_controller button,
.page_controller a { 
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 60px;
    display: block;
    border-radius: 6px;
    width: 200px; margin: 0;
    text-align: center;
}
.page_controller .btn_bd { border-color: #000; } 

.sub_page_tab { display: flex; justify-content: center; align-items: center; margin-bottom: 30px; }
.sub_page_tab li { color: #999999; border-bottom: 4px solid transparent; }
.sub_page_tab li a { display: block; padding: 16px 40px; font-size: 21px;  }
.sub_page_tab li.active { color: #000; font-weight: 500; border-color: currentColor; }
.sub_page_desc { font-size: 18px; font-weight: 500; line-height: 1.3; }

.story_write_wrap { margin-top: 20px; }
.story_write_wrap .page_controller { gap: 12px; }
.story_write_wrap .page_controller button,
.story_write_wrap .page_controller a { width: 200px; margin: 0; }
.story_write { display: flex; justify-content: flex-start; align-items: flex-start; gap: 30px;  }

.stroy_write_form {     
  flex-grow: 1;
  padding: 40px;
  background: #f6f6f6;
  border: 1px solid var(--border-color);
  border-radius: 6px;
}
.stroy_write_field { display: flex; justify-content: flex-start; align-items: stretch; flex-direction: column; }
.stroy_write_field + .stroy_write_field { margin-top: 12px; padding-top: 12px; }
.stroy_write_field > label { margin-bottom: 10px; }
.stroy_write_field > textarea { resize: none; height: 220px; }
.stroy_write_field > input,
.stroy_write_field > textarea { padding: 12px; border-radius: 6px; }

.stroy_write_uploader { flex-shrink: 0; width: 320px; }
.stroy_uploader_top { display: flex; justify-content: center; align-items: center; width: 100%; height: 200px; }
.stroy_write_file { position: relative; display: flex; justify-content: center; align-items: center; cursor: pointer; gap: 10px; padding: 20px 30px; border: 1px solid var(--border-color); border-radius: 40px; cursor: pointer; }
.stroy_write_file span { font-size: 18px; font-weight: 500; }
.stroy_write_file img { width: 24px; }
.stroy_write_file input { opacity: 0; position: absolute; left: 0; top: 0; width: 0; height: 0; }

.stroy_uploader_label { font-size: 16px; font-weight: 500; margin: 8px 0 15px; }
.stroy_uploader_prev { display: flex; justify-content: flex-start; align-items: flex-start; gap: 10px; }
.stroy_uploader_prev li { position: relative; flex: 1; }
.stroy_prev_remove { position: absolute; right: 0; top: 0; margin-top: -5px; margin-right: -5px; width: 22px; height: 22px; background: #fff; border-radius: 50%; border: 1px solid var(--primary); z-index: 10; }
.stroy_prev_remove:before { content: ""; display: block; width: 100%; height: 100%; background: url(../img/btn/key_up_del.png); background-repeat: no-repeat; background-position: center; background-size: 8px;  }
.stroy_prev_img { position: relative; border-radius: 10px; border: 1px solid var(--border-color); overflow: hidden; }
.stroy_prev_img img { width: 100%; height: 100%; object-fit: cover; object-position: center; aspect-ratio: 1 / 1; }

.upload-hidden { display: none !important; }
.stroy_intro_form { max-width: 700px; margin: 0 auto; }
.stroy_intro_field { padding: 10px 20px; display: flex; justify-content: flex-start; align-items: flex-start; }
.stroy_intro_field > label { flex-shrink: 0; width: 120px; line-height: 48px; }
.stroy_intro_field .data { flex-grow: 1; }
.stroy_intro_field [for=file] { flex-shrink: 0; width: 130px; line-height: 48px; text-align: center; border-radius: 6px; cursor: pointer; }
.stroy_intro_field input { flex: 1; height: 48px; border-radius: 6px; }
.stroy_intro_field textarea { width: 100%; height: 200px; resize: none; border-radius: 6px; padding: 0.9375em; }

.write_tit_wrap{
  display:flex;
  margin-bottom:15px;
  align-items:center;
}
.write_cont p {
    font-size:18px;
    font-weight: 500;
 }
 .write_cont > li +li {
    margin-top:30px ;
}
.board_write .field_row + .btn_area { margin-top: 30px; }
.board_write .btn_area { margin-top: 60px; }
.board_write .btn_area .btn { max-width: 220px; margin: 0 auto; height: 60px; text-align: center; font-size: 20px; font-weight: 500; border-radius: 6px; }
.board_write .ps_box ul li { display: flex; justify-content: flex-start; align-items: flex-start; }
.board_write .ps_box ul li:before {content: "-"; margin-right: 0.3em;}
.board_write .btn_row { display: flex; justify-content: flex-start; align-items: stretch; gap: 8px; }
.board_write .btn_row button { flex-shrink: 0; width: 120px; color: var(--primary); border-color: currentColor; border-radius: 6px; }
.board_write .btn_row + .btn_row { margin-top: 10px; }
.board_write .switchbox { margin-left: auto; margin-right: 0; flex-shrink: 0; }
.board_write .switchbox input[type="checkbox"] + label,
.board_write .switchbox input[type="radio"] + label { width: 60px; height: 30px; background-color: #fff; border: 1px solid var(--primary);  } 
.board_write .switchbox input[type="checkbox"] + label:before,
.board_write .switchbox input[type="radio"] + label:before { margin: 4px 5px; content: ""; width: 20px; height: 20px; background: var(--primary) }
.board_write .switchbox input[type="checkbox"] + label:before,
.board_write .switchbox input[type="radio"] + label:before { -webkit-transform: translate3d(30px,0,0); }
.board_write .switchbox input[type="checkbox"]:checked + label, 
.board_write .switchbox input[type="radio"]:checked + label { background: var(--primary); }
.board_write .switchbox input[type="checkbox"]:checked + label:before,
.board_write .switchbox input[type="radio"]:checked + label:before { background: #fff; right: 0%; -webkit-transform: translate3d(0,0,0); }
.board_write .write_cont p {
    margin-bottom:15px;
    font-size:18px;
    font-weight:500;
}
.board_write .write_cont p span {
  font-size:16px;
  color:#454545;
  font-weight:400;
}
.board_write .write_cont p i {
    color:var(--primary);
}
.board_write .write_cont > li +li {
    margin-top:30px ;
}
.board_write .write_cont select,
.board_write .write_cont input[type="email"],
.board_write .write_cont input[type="tel"] ,
.board_write .write_cont input[type="text"],
.interview_edit .write_cont input[type="text"]{
    line-height:50px;
    border-radius:6px; 
}
.board_write .write_cont input[type="email"]:read-only,
.board_write .write_cont input[type="tel"]:read-only ,
.board_write .write_cont input[type="text"]:read-only,
.interview_edit .write_cont input[type="text"]:read-only,
.buildlog input:read-only{
  background-color:#fafafa;
  color:#999999 ;
}
.board_write .write_cont textarea {
    line-height:1.5;
    border-radius:6px;
    padding:15px;
    resize:none;
    height:490px;
    overflow:auto;
    width:100%;
    display:block;
}
.board_write .write_cont .file_box input[type="text"]{
    max-width:300px ;
    margin-right:10px;
}
.board_write .write_cont .file_box input+label {
    line-height:50px;
    border-radius:6px;
    width:100px ;
    font-size:18px;
    text-align:center;
    flex:0 0 auto;
}
.board_write .ps_box {
  margin-top:10px;
}
.board_write .ps {
  font-size:14px;
  font-weight:350;
  display:block;
  line-height:1.5;
}
.board_write .ps.gray {color:#757575 ;}
.board_write .ps.red { color:#ff0000 ;}
.board_write .field_col .btn { font-size: 18px; }
#file-list{
    display:flex;
    gap:10px;
    margin-top:20px;
    flex-wrap:wrap;
}
#file-list li {
    background:#fafafa ;
    padding:0 20px ;
    line-height:44px;
    min-width:390px;
    position:relative;
    padding-right:33px ;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.form_data #file-list li {
  min-width:inherit;
  width:100%;
}

.board_write .write_cont { margin-top: 40px; }
.board_write .write_cont.type1 > li { position: relative; }
.board_write .write_cont.type1 > li > p + .ex_memo{
  display:none;
  position:absolute;
  top:25px; left:0;
  background:#fff;
  padding:10px;
  border:1px solid #252525;
  font-weight:400;
  font-size:15px;
}
.board_write .write_cont.type1 > li > p + .ex_memo strong{
  font-weight:500;
}
.board_write .write_cont.type1 > li > p:hover + .ex_memo{
  display:block;
}

.board_write .file_box + figure{
  position:relative;
  overflow:hidden;
  margin-top:10px;
  border-radius:6px;
}
.board_write .file_box + figure .img_del{
  display:block;
  position:absolute;
  top:5px;right:5px;
  font-size:0 !important;
  color:transparent !important;
  background:url(../img/btn/close.png) no-repeat center;
  background-color:rgba(0, 0, 0, .6);
  border-radius:6px;
  width:40px; height:40px;   
} 

/* dnd table// */
.caution_desc{
  position:relative;
  font-size: 18px;
  line-height: 1.666;
  color: #757575;
  margin-bottom:15px;
  opacity: 1;
  padding-left:23px;
  text-align:left;
}
.caution_desc i{
  position: absolute;
  top: 7px;
  left: 0;
  opacity: .6;
  margin-right:0;
  display: block;
  width: 18px;
  height: 18px;
  background: no-repeat center / cover;
  background-image: url(../img/icon/common/table_notice.png);
  margin-right: 5px;
}
.first_group_sortable{
  width:100%;
}
.first_group_sortable,
.first_group_sortable_item{
  position: relative;
}
.first_group_sortable_item .item_handle{
  position: absolute;
  left:0; top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width:10%; height:100%;
  background-color: #fff;
  background:url(../img/icon/common/sort_ico_st1.png) no-repeat center;
  background-size:12px auto;
  font-size:0;
  color:rgba(0,0,0,0);
  opacity: .3;
  border: none;
}
.first_group_sortable > li{
  width:100%;
  font-size:22px;
  border:1px solid #454545;
  border-radius:10px;
  padding:20px 30px 20px 7.5rem;
  background-color:#fff;
}
.first_group_sortable > li + li{
  margin-top:10px;
}
.first_group_li{
  display:flex;
  flex-wrap:wrap;
}
.first_group_li > li{
  display:flex;
  width:15%;
  align-items:center;
}
.first_group_li strong{
  font-size:18px;
  font-weight:400;
  color:var(--bs-gray-500);
  margin-right:7px;
}
.first_group_li em{
  font-style: inherit;
  color:var(--primary);
  margin-right:7px;
}
.first_group_li > li:first-child{
  width:40%;
  align-items:center;
}
.first_group_li > li:first-child span{
  word-break:keep-all;
}
.first_group_li > li.control_box{
  width:30%;
}
.first_group_li .control_box .chk_box,
.first_group_li .control_box button{
  width:28%;
}
.first_group_li .control_box .chk_box input { display: none; }
.first_group_li .control_box .chk_box label,
.first_group_li .control_box button{
  line-height:40px;
  border-radius:6px;
  font-size:18px;
  padding:0;
}
.first_group_li .control_box .chk_box label{
  margin:0;
  width:100%;
  border:1px solid #dbdbdb;
  color:#aaa;
  background:#eeeeee;
  cursor:pointer;
  text-align:center;

}
.first_group_li .control_box .chk_box input:checked + label{
  border:1px solid var(--primary);
  color:#fff;
  background:var(--primary);
}
.first_group_li .control_box .chk_box label::before,
.first_group_li .control_box .chk_box label::after{
  content:normal;
}
.first_group_li .control_box .mid_btn{
  width:calc(44% - 10px);
}
.first_group_li .control_box button{
  margin-left:7px;
}

@media(max-width: 1024px){
	body { min-width: 100%; }
}

@media(max-width: 850px){
	.header-login-menu { display: none; }
	.chk_li_wrap li + li { margin-top: 0.625rem; }
	.chk_box input + label { font-size: 1.0625rem; }
	.rdio_box input+ label::before { width: 1.6875rem; height: 1.6875rem; }
	.rdio_box input+ label::after { width: calc(1.6875rem - 0.71428rem); height: calc(1.6875rem - 0.71428rem); }
	.rdio_box input+ label { font-size: 0.9375rem; padding-left: calc(1.6875rem + 0.71428rem); letter-spacing: -0.04em; line-height: 1.6875rem; }

	.container-header { padding: 2em 0 2rem; }
	.container-header .vw-inner { flex-direction: column; gap: 1em; }
	.container-header .custom-selector { width: 100%; }

	.chart-header { flex-direction: column; gap: 1em; padding: 1em; }
	.chart-tool { width: 100%; }
	.chart-tool select { width: 100%; }
	.chart-body { overflow: auto; }
	.chart-scrollable { width: 600px; }

	.sub-container-guide { background: #f6f6fa; padding: 2rem 0.9375rem; padding-top: 5rem; margin-top: -3rem; }
	.sub-container-guide h1 { font-size: 1.3rem; margin-bottom: 0.5rem; }
	.sub-container-guide p { font-size: 1rem; line-height: 1.5; }
	.sub-container-guide p br { display: none; }

	.filter_down {
      width: 100%;
      margin:1.25rem 0.9375rem 0;
      justify-content:center;
      padding: 0;
      line-height:2.6875rem;
      border:0.0625rem solid #dedede;
      border-radius:1.5625rem;
      font-size:1.125rem;
  }
  .filter_down i {
      width:1.25rem;
      height:1.25rem;
      background-size:1.25rem;
      margin-right:0.3125rem;
  }
  .sub .gallery_sec,
  .list_head_sec + .inner .gallery_sec{
      margin-top:3.75rem;
  }

  .filter_sel_wrap {
      flex-wrap:wrap;
      margin-top:1.25rem;
  }
  .filter_sel_wrap .filter_sel {
      width:100%;
  }
  .filter_sel_wrap .filter_sel:not(:first-child) {
      margin-top:0.9375rem;
      margin-left:0;
  }
  .filter_sel .now_btn {
      line-height:2.8125rem;
      padding:0 0.9375rem;
      min-width:inherit;
      text-align:left;
      border-radius:0.3125rem;
      font-size:1.125rem;
      width:100%;
  }
  .filter_sel .now_btn i {
      width:0.875rem;
      height:0.53125rem;
      background-image:url(../img/btn/filter_down_m.png);
  }
  .filter_sel_wrap .filter_sel .now_btn ,
  .filter_sel_wrap .filter_sel.big .now_btn {
      font-size:1.125rem;
      padding:0 0.9375rem;
  }
  .filter_sel_wrap .filter_sel .now_btn span,
  .filter_sel_wrap .filter_sel.big .now_btn span {
      font-size:1.125rem;
  }
  .filter_sel_wrap .filter_sel .now_btn em ,
  .filter_sel_wrap .filter_sel.big .now_btn em {
      font-size:1rem;
  }
  .filter_sel ul {
      top:calc(100% + 0.625rem);
      border-radius:0.3125rem;
      border:0.0625rem solid #dbdbdb;
      width:100%;
      padding:0.625rem 0;
      max-height:11.875rem;
  }

  .filter_sel ul li,
  .filter_sel.big ul li {
      padding:0 0.9375rem;
  }
  .filter_sel ul li span ,
  .filter_sel.big ul li span {
      font-size:1.125rem;
  }
  .filter_sel.big ul li em {
      font-size:1rem;
  }
  .filter_sel.big ul li.on span em{
      font-weight:400;
  }
  .filter_sel ul li.on i ,
  .filter_sel.big ul li.on i {
      width:1.5625rem;
      height:1.5625rem;
      background-image:url(../img/btn/filter_check_big_m.png);
  }
  .label + .filter_sel_wrap,
  .label + .tel > .filter_sel_wrap{
    margin-top:0;
  }

  .office_filter_wrap {
    margin-top:1.25rem;
    padding:1.875rem 0.9375rem;
    border-radius:0.1875rem;
  }

  .office_filter_wrap > ul >li {
    align-items:flex-start;
    flex-direction:column;
  }
  .office_filter_wrap .label {
    font-size:1.0625rem;
    margin-right:0;
    margin-bottom:0.75rem;
  }
  .office_filter_wrap .data {
    width:100%
  } 
  .office_filter_wrap .rdio_wrap {
    display:flex;
    flex-wrap:wrap;
    gap:0.9375rem 0;
  }
  .office_filter_wrap .rdio_wrap .rdio_box {
    width:50%
  }
  .office_filter_wrap .rdio_wrap .rdio_box + .rdio_box {
    margin-left:0;
  }
  .office_filter_wrap .rdio_wrap .rdio_box input + label {
    font-size:1.125rem;
  }
  .office_filter_wrap ul li.cate {
    width:100%
  }
  .office_filter_wrap ul li.district {
    margin-left:0;
    width:100%
  }
  .office_filter_wrap ul li.business_type, 
  .office_filter_wrap ul li.home_cata{
    width:100%;
    margin-left:0
  }
  .office_filter_wrap .filter_sel_wrap {
    flex-wrap:wrap;
    margin-top:0;
  }
  .office_filter_wrap ul li.district .filter_sel:not(:first-child),
  .office_filter_wrap ul li.cate .filter_sel:not(:first-child) {
    margin-left:0;
    margin-top:0.625rem;
  }
  .office_filter_wrap ul li.district .filter_sel ,
  .office_filter_wrap ul li.cate .filter_sel {
    width:100%;
  }
  .use_info .office_filter_wrap > ul >li:nth-child(n+2),
  .office_filter_wrap > ul >li:nth-child(n+3) {
    margin-top:1.875rem;
  }
  .office_filter_wrap li.sel_inbox .data {
    flex-wrap:wrap;
  }
  .office_filter_wrap li.sel_inbox .filter_sel_wrap {
    width:100%;
    margin-right:0;
  }
  .office_filter_wrap li.sel_inbox .search_box {
    width:100%;
    margin-top:0.625rem;
  }
  .sub_list_filter.filter_sel_wrap .list_search input,
  .office_filter_wrap li.list_search input{
    font-size:1.125rem;
    padding:0 0.9375rem;
    line-height:2.8125rem;
    border-radius:0.1875rem;
    width:100%;
  }
  .office_filter_wrap li.list_search .data, 
  .office_filter_wrap li.list_search .flex__c {
    max-width:inherit;
  }
  .sub_list_filter.filter_sel_wrap .list_search .btn_point_outline, 
  .office_filter_wrap li.list_search .btn_point_outline{
    height: 3.4rem;
    width:6.25rem;
    border-radius:0.1875rem;
    font-size:1.125rem;
  }
 .office_filter_wrap ul li.state { margin-left: 0; margin-top: 1.875rem; }

 .office_filter_wrap .field_group { flex-wrap: wrap; gap: 1.25rem 0.2800rem; }
 .office_filter_wrap .field_group .field_row { width: calc(50% - 0.1563rem); }
 .office_filter_wrap .field_group .field_label { font-size: 1.0625rem; margin-bottom: 0.9375rem; }
 .office_filter_wrap .field_group .field_input { height: 2.8125rem; border-radius: 0.3125rem; }
 .office_filter_wrap .field_search { gap: 0.5rem; }
 .office_filter_wrap .field_search .btn { font-size: 1rem; border-radius: 0.3125rem; }
 .office_filter_wrap .search_list { width: 100%; }
 .office_filter_wrap .field_input input,
 .office_filter_wrap .filter_sel .now_btn { font-size: 1rem; }
 .office_filter_wrap .btn_area { margin-top: 2.375rem; }
 .office_filter_wrap .btn_area .btn { max-width: 100%; font-weight: 500; font-size: 1.125rem; }

 .toggle_sw .toggle { font-size: 1rem; }
  
  .col_board_list > .label { font-size: 1.375rem; margin-bottom: 1.25rem; }
  .board_table_filter, 
  .fitler_rtl { flex-direction: column; margin-left: 0; align-items: stretch; gap: 1rem; }
  .board_table_filter .field_search { width: 100%; }
  .board_table_filter .filter_sel_wrap { margin-top: 0; }
  .filter_sel_wrap .filter_sel .now_btn, 
  .filter_sel_wrap .filter_sel.big .now_btn {  width: 100%; }
  .content-filter ~ .board_list  { margin-top: -0.625rem; }

  .board_table table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  .board_list .board_tit { 
    order: 0;
    display: block;
    width: 100%;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1;
  }
  .board_list thead {
    display:none;
  }

  .board_list tbody,
  .board_list td,
  .board_list table {
    display:block;
  }
  .board_list tr {
    display:flex;
    padding:1rem 0;
    flex-wrap:wrap;
  }
  .set_page  .board_list td {
    padding:0;
    position:relative;
    display:flex;
    color:#454545 ;
    width:50%;
    align-items:center;
    font-size:1rem;
    line-height:1.5;
    padding-left:0.625rem;;
  }
  .board_list td::before {
    font-size:1rem ;
    color:#999999;
    margin-right:0.25rem;
  }
  .board_table table tbody td {
    text-align:left;
    font-size:1.125rem;
    padding:0;
    width:100%;
    line-height:1.5;
  }
  .board_table table tbody td.board_num {
    display:none;
  }
  .board_table table tbody td .list_link {
    margin-left:0;
    padding:0 ;
    margin-bottom:0.625rem;
  }
  .board_list td.board_date::before {
    content:'작성일 :';
  }
  
  .board_list .board_desc_wrap .filter_sel_wrap,
  .board_list .board_desc_wrap .filter_sel{
    width:100%;
  }
  .consult_li_wrap + .board_list .board_table + .board_table{
    margin-top:5rem;
  }
  .consult_li_wrap + .board_list .board_table .sm_ttl{
    font-size:1.2rem;
  }
  .consult_li_wrap + .board_list .board_table .sm_ttl + table{
    margin-top:1rem;
  }
  .consult_li_wrap + .board_list .board_table table{
    border-top: 1px solid var(--bs-gray-100);
  }
  .board_list td.board_num,
  .board_list td.hits{
    display:none !important;
  }
  .board_list .board_desc_wrap{
    flex-direction: column;
    margin-bottom:2rem;
  }
  .board_list td::before{
    font-size: 1rem;
    color: #999999;
    margin-right: 0.25rem;
  }
  .board_list .btn_box{
    margin-top:1.25rem;
  }
  .board_list .btn_box button{
    line-height: 2.1875rem;
    border-radius: 0.1875rem;
  }
  .board_list.query td,
  .board_list.self_list td,
  .board_list.samaple_book td{
    position: relative;
    display: flex;
    color: #454545;
    align-items: center;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0 .625rem;
  }
  .board_list.query td{
    width:50%;
  }
  .board_list.query .board_tit,
  .board_list.self_list .board_tit,
  .board_list.samaple_book .board_tit{
    order: 0;
    display: block;
    width:100%;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
    line-height: 1;
  }
  .board_list.query .list_link{
    margin: 0;
  }
  .board_list.query .query_client{
    order: 1;
  }
  .board_list.query td.query_client::before {
    content: '고객명 :';
  }
  .board_list.query .board_date{
    order: 2;
  }
  .board_list.query .query_expert{
    order: 3;
  }
  .board_list.query td.query_expert::before {
    content: '전문가 :';
  }
  .board_list.query .query_re{
    order: 4;
  }
  .board_list.query td.query_re::before {
    content: '답변 :';
  }
  .col_board_list.query table{
    border-top:2px solid var(--bs-gray-dark);
  }
  .col_board_list.query table th,
  .col_board_list.query table td{
    padding:0;
    border:none;
    background:none;
  }
  .col_board_list.query table tr{
    padding-bottom:1rem;
  }
  .col_board_list.query table td{
    font-size:1rem;
  }
  .board_list.self_list .self_info{
    width:33.333%;
  }
  .board_list.self_list .self_info.num{
    order: 1;
  }
  .board_list.self_list .self_info.num:before{
    content: ' 번호 :';
  }
  .board_list.self_list .self_info.area{
    order: 2;
  }
  .board_list.self_list .self_info.area:before{
    content: ' 평수 :';
  }
  .board_list.self_list .self_info.room{
    order: 3;
  }
  .board_list.self_list .self_info.room:before{
    content: ' 방수 :';
  }
  .board_list.self_list .self_info_price{
    order: 4;
    text-align: left;
  }
  .board_list.self_list .self_info_price:before{
    content: ' 견적금액 :';
  }
  .board_list.self_list .board_date{
    order: 5;
  }
  .board_list.self_list .btn_box{
    order: 6;
  }
  .board_list.self_list .btn_box.flex_c button{
    width:50%;
  }
  .board_list.samaple_book td{
    width:50%;
  }
  .board_list.samaple_book .board_chk{
    order: 0;
    width: auto;
    padding-right: 0;
    margin-bottom:1.25rem;
  }
  .board_list.samaple_book .board_tit{
    order: 1;
    width: calc(100% - 4rem);
    padding: 0;
    line-height: 1.6875rem;
  }
  .board_list.samaple_book .material.type1{
    order: 2;
  }
  .board_list.samaple_book .material.type1:before{
    content: ' 대분류 :';
  }
  .board_list.samaple_book .material.type2{
    order: 3;
  }
  .board_list.samaple_book .material.type2:before{
    content: ' 중분류 :';
  }
  .board_list.samaple_book .brand{
    order: 4;
  }
  .board_list.samaple_book .brand:before{
    content: ' 제조사 :';
  }
  .board_list.samaple_book .samaple_book_num{
    order: 5;
  }
  .board_list.samaple_book .samaple_book_num:before{
    content: ' 샘플 :';
  }
  .board_list.samaple_book .price{
    order: 6;
    width:100%;
  }
  .board_list.samaple_book .price:before{
    content: ' 가격 :';
  }
  .board_list.samaple_book .price.input{
    padding-top: 0.625rem;
  }
  .board_list.samaple_book .btn_box{
    order: 7;
    width:100%;
  }
  .board_list.samaple_book .btn_box button{
    width: 100%;
  }
  .col_board_list + .btn_wrap,
  .board_list .btn_wrap{
    margin-top: 2.5rem;
  }
  .col_board_list + .btn_wrap .btn_gray_outline,
  .col_board_list + .btn_wrap .btn_point,
  .board_list .board_table + .btn_wrap button{
    width: 100%;
    font-size: 1.25rem;
    border-radius: 0.1875rem;
    line-height: 3.125rem;
    font-weight:500;
  }
  .col_board_list + .btn_wrap .right_btn{
    position: static;
    display: flex;
    flex-direction:column;
  }
  .col_board_list + .btn_wrap .right_btn button{
    width: 100%;
    font-size: 1.25rem;
    border-radius: 0.1875rem;
    line-height: 3.125rem;
  }
  .col_board_list + .btn_wrap .right_btn,
  .col_board_list + .btn_wrap .right_btn button + button{
    margin-top: 0.625rem;
    margin-left:0;
  }
  .board_write .chk_box input + label::after{
    top:30%;
  }
  .board_write .chk_box input + label::before{
    top:calc(50% - 0.9375rem);
  }

  .story_board2 {  }
  .story_board2 table,
  .story_board2 table tbody,
  .story_board2 table tr,
  .story_board2 table td { display: block; }
  .story_board2 table thead { display: none; }
  .story_board2 table tr { width: 100%; padding: 2rem 1rem; }
  .story_board2 table tr + tr { border-top: 1px solid var(--border-color); }
  .story_board2 td { width: 100%; }
  .story_board2 td + td { margin-bottom: 0.3rem; }
  .story_board2 td:nth-child(1) { display: none; }
  .story_board2 td:nth-child(2) { margin-bottom: 0.5rem; }
  .story_board2 td:nth-child(3),
  .story_board2 td:nth-child(4),
  .story_board2 td:nth-child(5) { display: flex; justify-content: space-between; align-items: center;  font-size: 1rem; } 
  .story_board2 td:nth-child(3):before { content: "?벑濡앹옄 : "; }
  .story_board2 td:nth-child(4):before { content: "?벑濡앹씪 : "; }
  .story_board2 td:nth-child(5):before { content: "議고쉶?닔 : "; }

  .td_link_subject { font-size: 1.5rem; } 
  .td_link_content { font-size: 1.25rem; }
  .td_tool { flex-direction: column; align-items: stretch; margin-top: 2rem; }
  .td_tool button { flex: 1; width: 100%; line-height: 2.6rem; }


  .pager {
    margin-top: 2.1875rem;
  }
  .pager li a {
    width: 2.1875rem;
    height: 2.1875rem;
    background-size: cover;
  }
  .pager li a span {
    color: #999999;
    position: relative;
  }
  .pager li.num a {
    width: 2.03125rem;
    height: 2.1875rem;
  }
  .pager li.num + .num {
    margin-left: 0.09375rem;
  }
  .pager li.num:hover span,
  .pager li.on span {
    color: var(--primary);
  }
  .pager li.num:hover span::after,
  .pager li.on span::after {
    width: calc(100% + 0.125rem);
    height: 0.09375rem;
    bottom: -0.3125rem;
    left: 50%;
  }
  .pager li.pager_btn a {
    border-radius: 50%;
    border: 2px solid #c0c0c0;
  }
  .pager li.all_prev a {
    background-image: url(../img/common/all_prev_m.png);
    margin-right: 0.46875rem;
  }
  .pager li.prev a {
    background-image: url(../img/common/prev_m.png);
    margin-right: 0.21875rem;
  }
  .pager li.all_next a {
    background-image: url(../img/common/all_prev_m.png);
    transform: rotate(180deg);
    margin-left: 0.46875rem;
  }
  .pager li.next a {
    background-image: url(../img/common/prev_m.png);
    transform: rotate(180deg);
    margin-left: 0.21875rem;
  }
  .pager li.next a:hover,
  .pager li.prev a:hover {
    background-image: url(../img/common/prev_m.png);
    border-color: #c0c0c0;
  }
  .pager li.all_next a:hover,
  .pager li.all_prev a:hover {
    background-image: url(../img/common/all_prev_m.png);
    border-color: #c0c0c0;
  }

  .filter_tab_wrap {
    position:relative;
    margin-bottom:1.875rem ;
  }
  .filter_tab_wrap .mo_now_txt {
    display:block;
    border:0.0625rem solid #dbdbdb;
    width:100%;
    font-size:1.125rem;
    line-height:3rem ;
    background:no-repeat center right 0.9375rem/ 0.75rem auto;
    background-image:url(../img/icon/common/filter_ico.png);
  }
  .filter_tab {
    display:none;
    flex-wrap:wrap;
    margin-bottom:0;
    border:0.0625rem solid #dbdbdb;
    border-top:none;
    padding:0.9375rem 0.625rem ;
    max-height:50vh;
    overflow:auto;
    position:absolute;
    top:100%; left:0;
    width:100%;
    background:#fff;
    z-index:50;
  }
  .filter_tab.w33 li ,
  .filter_tab.w50 li ,
  .filter_tab li {
    width:100%;
  }
  .filter_tab li + li {
    margin-top:0.9375rem ;
  }
  .filter_tab li a,
  .filter_tab li button {
    font-size:1.1875rem;
    line-height:2.5rem;
    border:none
  }
  .filter_tab li:first-child a, 
  .filter_tab li:nth-child(4n + 1) a,
  .filter_tab li:first-child button, 
  .filter_tab li:nth-child(4n + 1) button {
    border-left:none;
  }
  .filter_tab li.on a,
  .filter_tab li.on button {
    border:1px solid #252525;
  }

  .page_controller { margin-top: 2.5rem; }
  .page_controller button { flex: 1; font-size: 1.25rem; line-height: 3.125rem; max-width: inherit; border-radius: .2188rem; }

  .sub_page_tab { margin-bottom: 3rem; }
  .sub_page_tab li { flex: 1; }
  .sub_page_tab li a { padding: 1rem; text-align: center; font-size: 1.25rem; }
  .sub_page_desc { font-size: 1rem; }

  .story_board {  }
  .story_board table,
  .story_board table tbody,
  .story_board table tr,
  .story_board table td { display: block; }
  .story_board table thead { display: none; }
  .story_board table tr { width: 100%; padding: 2rem 1rem; }
  .story_board table tr + tr { border-top: 1px solid var(--border-color); }
  .story_board td { width: 100%; }
  .story_board td + td { margin-top: 0.3rem; }
  .story_board td:nth-child(1) { font-size: 1rem; margin-bottom: 0.8rem; }
  .story_board td:nth-child(3) { text-align: right; font-size: 1rem; color: var(--bs-gray-500); }
  .story_board td:nth-child(3):before { content: "등록일 : "; }

  .stroy_intro_field { flex-direction: column; align-items: stretch; padding: 0 0 1rem; }
  .stroy_intro_field input { width: 100%; height: 3rem; font-size: 1.125rem; }
  .stroy_intro_field > label { line-height: 1.3; font-size: 1.0625rem; font-weight: 500; margin-bottom: 0.5rem; }
  .stroy_intro_field [for=file] { height: 3rem; border-radius: 0.3125rem; width: 6.875rem; font-size: 1.125rem; }

  .story_write { flex-direction: column; align-items: stretch; }
  .stroy_write_file { padding: 1rem 2rem; }
  .stroy_write_file span { font-size: 1rem; }
  .stroy_write_file img { width: 1.25rem; }
  .stroy_write_uploader { width: 100%; }
  .stroy_uploader_top { height: auto; }
  .stroy_uploader_label { font-size: 1rem; margin: 1.5rem 0; }
  .stroy_uploader_prev li { flex:; }
  .stroy_write_form { padding: 2rem 1rem; }
  .stroy_write_field + .stroy_write_field { margin-top: 0.8rem; padding-top: 0.8rem; }
  .story_write_wrap .page_controller { flex-direction: column; align-items: stretch; gap: 0.5rem; }
  .story_write_wrap .page_controller button,
  .story_write_wrap .page_controller a { width: 100%; }

  .write_tit_wrap { flex-wrap: wrap; }
  .board_write .write_cont + .btn_area { margin-top: 3.75rem;}
  .board_write .write_cont + .btn_area .btn { max-width: 100%; font-size: 1.25rem; height: 3.125rem; border-radius: 0.1875rem; }
  .board_write .write_cont p { margin-bottom: 0.75rem; font-size: 1.0625rem; }
  .board_write .write_tit_wrap p { margin-bottom: 0; }
  .board_write .write_cont p span { font-size: 0.9375rem; }
  .board_write .field_col .btn { font-size: 1.125rem; }

  .caution_desc{
    font-size: .9375rem;
    padding-left: 1.5rem;
    line-height: 1.25rem;
    word-break: keep-all;
  }
  .first_group_sortable > li {
    font-size:1.125rem;
    line-height:1.5625rem;
    border-radius: 0.4375rem;
    background-size: 0.875rem auto;
    padding: 1.25rem 0.9375rem 1.25rem 3.75rem;
  }
  .first_group_sortable_item .item_handle{
    background-size:0.625rem auto;
  }
  .first_group_li{
    justify-content: space-between;
  }
  .first_group_li strong {
    font-size: 1rem;
    margin-right: 0.4375rem;
  }
  .first_group_li em{
    margin-right:0.4375rem;
  }
  .first_group_li > li{
    width:calc(50% - 1.875rem);
  }
  .first_group_li > li:first-child,
  .buildlog .manager_wrap.mid_ca .first_group_li > li:first-child{
    width:100%;
    align-items:flex-start;
    margin-bottom:0.75rem;
  }
  .first_group_li > li.control_box{
    width:100%;
    margin-top:1.25rem;
  }
  .first_group_li .control_box .chk_box,
  .first_group_li .control_box button{
    width:29%;
  }
  .first_group_li .control_box .chk_box label,
  .first_group_li .control_box button{
    line-height: 2.5rem;
    border-radius: 0.3125rem;
    font-size: 1rem;
  }
  .first_group_li .control_box button:nth-child(2){
    width:50%;
  }
  .first_group_li .control_box button{
    margin-left:0.3125rem;
  }
  .first_group_sortable_item {
    font-size: 1.125rem !important;
    line-height: 1.5625rem !important;
    border-radius: 0.4375rem !important;
    background-size: 0.875rem auto !important;
  }

  .first_group_sortable_item .item_handle {
    background-size: 0.625rem auto;
  }
  .first_group_sortable_item .item_handle {
      width: 3.75rem;
  }
}