/* 팝업창 */
.pop_sh_dim {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 11000;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	display: none;
}
.pop_sh_dim .btn-close01{
	width: 24px;
	height: 24px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	right:0;
	top: 32px;
}
.pop_sh_dim > .pop {
	width: 100%;
	padding: 0 38px 0 48px;
	background-color: #fff;
	/* display: none; */
	overflow: hidden;
	position: relative;	
}

.pop_sh_dim > .pop > .pop_sh_wrap {
	max-width: 1368px;
	width: 100%;
	/* height: 479px; */
	min-height: 200px;
	margin: 0 auto;
	position: relative;	
}

.sh_con {
 	width: 720px;
	margin: 0 auto;
	padding-top: 40px;
}
.sh_con.type01 .rdo_list01 {display: flex; margin-top: 16px; }
.sh_con .rdo_list01 {display: none;}
.sh_rslt_txt { margin-top:20px; color: #1e1e1e; font-size: 21px; font-weight: 600; text-align: center; line-height: 1.5; } 
.sh_rslt_txt + .sh_info_box01 {margin-top: 60px;}
.intgr_srch  {display: flex; align-items:center; justify-content: space-between; width: 100%; height: 64px; border-radius: 40px; border: 3px solid #5d5fe4; }
.intgr_srch .inp_search {position: relative; width: 100%; text-align: center; }
/* .intgr_srch .inp_search::before { position: absolute; left:0; top: 22px; content:''; display: block; width:1px; height: 32px; background-color: #5d5d5d;  } */
.intgr_srch .inp_search > input { width: calc(100% - 8px); height: 54px; padding-left: 24px; padding-right: 110px; border:0; color: #1e1e1e; font-size: 21px; font-weight: 400; border-radius: 40px;}
.intgr_srch .inp_search > input::-webkit-search-cancel-button,
.intgr_srch .inp_search > input::-webkit-search-results-button { display: none;}
.intgr_srch .inp_search > input:placeholder-shown ~ .ico_btn_cancel{display: none;}
.intgr_srch .inp_search > input:read-only ~ .ico_btn_cancel{display: none;}
.intgr_srch .inp_search > input:focus, .intgr_srch .inp_search > input:focus-visible, .intgr_srch .inp_search > input:focus-within { outline: 2px dashed #a2a3ef; }
.intgr_srch .inp_search > .ico_btn_cancel{display: block;position: absolute;top: 10px;right: 16px;z-index: 10;background-size: 20px 20px;}
.intgr_srch .inp_search .ico_btn_search {position: absolute;top: 50%;right: 32px;transform: translateY(-50%);cursor: pointer;}
.intgr_srch .inp_search .ico_btn_search::before {content: '';display: block;width: 36px;height: 36px; background: url('../img/ico_search-thick.svg') no-repeat center/100%;}
.intgr_srch .inp_search .ico_btn_cancel {position: absolute;top: 50%;right: 50px;transform: translateY(-50%);cursor: pointer;}
.pop_sh_dim .intgr_srch .inp_search .ico_btn_cancel {position: absolute;top: 50%;right: 80px;transform: translateY(-50%);cursor: pointer;}
.intgr_srch .inp_search .ico_btn_cancel::before {content: '';display: block;width: 20px;height: 20px;background: url('../img/ico_cancel.svg') no-repeat center/100%;}

.sel_item { position: relative; width: 206px; height: 74px; }
.sel_item .sel_value { display: block; padding:22px 24px 22px 40px; background-image: url(../img/ico_select.svg); background-size: 16px 16px; background-repeat: no-repeat; background-position: right 24px top 50%; color: #1e1e1e; font-size: 19px; font-weight: 400; line-height: 1.5; }
.sel_item .selbox_list { display: none; position: absolute; left:0; top: 92px; width: 196px; height: 218px; padding: 8px 0; background-color: #fff; border-radius:12px; border:1px solid #717171; z-index: 1;}
.sel_item .selbox_list ul { height: 100%; overflow-y: auto;}
.sel_item .selbox_list li {padding: 0 8px; min-height: 40px;}
.sel_item .selbox_list a { display: block; height: 100%; padding: 8px; color: #1e1e1e; font-size: 15px; font-weight: 400; line-height: 1.5; }
.sel_item .selbox_list a.active,
.sel_item .selbox_list a:hover { background-color: #f3f3f3; border-radius: 8px;}

.sh_rslt_box { padding-bottom:40px;display: none;}
.sh_rslt_box.active{
	display: block;
}
.srch_info {display: flex; align-items: flex-start; justify-content: flex-start; width: 100%; margin-top: 28px;}
.srch_info .srch_txt { width: 196px; height: 227px; padding: 24px; background-color: #f6f8fe; background-image: url(../img/ico_search_60.svg); background-size: 60px 60px; background-repeat: no-repeat; background-position: right 24px bottom 24px; border-radius:12px;  color: #5d5d5d; font-size: 19px; font-weight: 400; line-height: 1.5;}
.srch_info .srch_tit { color: #1e1e1e; font-size: 17px; font-weight: 700; line-height: 1.5;}
.srch_info .srch_tit_box button {color: #717171; font-size: 15px; font-weight: 400; line-height: 1.5;}
.srch_info .srch_tit_box {display: flex; align-items: center; justify-content: space-between;}

.srch_info .srch_con1 {width:285px; padding:0 24px 0 32px;}
.srch_info .srch_con_list { height: 155px; margin-top:8px; }
.srch_info .srch_con_list ul { height: 100%; overflow-y: auto; margin-right: 12px; }
.srch_info .srch_con_list li + li { padding-top:4px; }
.srch_info .srch_con_list li {display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.srch_info .srch_con_list .btn_list_del { display:block; width:16px; height:28px;  background-image: url(../img/ico_close.svg); background-size: 10px 10px; background-repeat: no-repeat; background-position: center center;}
.srch_info .srch_con_list .txt {  color: #1e1e1e; font-size: 16px; font-weight: 400; line-height: 1.5; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.srch_info .srch_con_list .btn_box_right03 { width:unset; flex-shrink: 0;}
.srch_info .srch_con2 {position: relative; width: calc(100% - 285px); padding:0 0 0 24px;}
.srch_info .srch_con2::before {position: absolute; left:0; top: 0; content:''; display: block; width:1px; height: 187px; background-color: #dcdcdc;}
.srch_info .srch_con2 .srch_con_list li {align-items: center; justify-content: flex-start;}
.srch_info .srch_con2 .srch_con_list li ~ li { margin-top: 8px; }
.srch_info .srch_con2 .srch_con_list li .btn_download .ico_download01 { background-size: 20px; }
.con_tit_box06.type_udl { border-bottom: 1px solid #dcdcdc;}
.con_tit_box06.type_udl.type_col { }
.w100p {width: 100% !important;}

.sh_con.type01 .intgr_srch { height: 60px; border: 0; border-bottom: 2px solid #5d5fe4; border-radius: 0; }
.sh_con.type01 .sel_item { height: 48px; }
.sh_con.type01 .sel_item .sel_value { padding: 12px 24px 12px 0; }
.sh_con.type01 .sel_item .selbox_list { top: 60px; }
.sh_con.type01 .intgr_srch .inp_search > input { border-radius: 0; }
.sh_con.type01 .intgr_srch .inp_search .ico_btn_search { right: 12px; }
.sh_con.type01 .intgr_srch .inp_search .ico_btn_search::before { width: 32px; height: 32px; background-size: 32px; }

.depth_list_box01 {margin:20px 0;}
.depth_list_box01 li + li { margin-top: 8px; }
.depth_list_box01 li .txt {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 4px;
}
.depth_list_box01 li.item .txt{
	gap: 0;
}
.depth_list_box01 > li .txt span{
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #1e1e1e;
	line-height: 1.5;
}
.depth_list_box01 > li.item .txt span{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.depth_list_box01 > li.item .txt span + span{
	margin-left: 20px;
}
.depth_list_box01 > li .txt em{
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #5d5d5d;
	line-height: 1.5;
}
.depth_list_box01 > li .txt em::before{
	display: inline-block;
	content: "";
	width: 1px;
	height: 16px;
	margin: 0 12px;
	background-color: #5d5d5d;
	vertical-align: middle; 
}
.depth_list_box01 > li .txt span:first-child::before {display: none;}
.depth_list_box01 > li.item .txt span:first-child::before {display: none;}
.depth_list_box01 > li .txt span::before{
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	margin-right: 4px;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../img/ico_nav_arr01.svg");
}
.depth_list_box01 > li.item .txt span::before{
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	left: -16px;
	z-index: 10;
	content: "";
	width: 12px;
	height: 12px;
	margin-right: 0px;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../img/ico_nav_arr01.svg");
}

.depth_list_box02 {margin:20px 0;}
.depth_list_box02 li + li { margin-top: 8px; }
.depth_list_box02 li .txt {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 4px;
}
.depth_list_box02 li.item .txt{
	gap: 0;
}
.depth_list_box02 > li .txt span{
	display: block;
	font-size: 19px;
	font-weight: 400;
	color: #1e1e1e;
	line-height: 1.5;
}
.depth_list_box02 > li.item .txt span{
	position: relative;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
.depth_list_box02 > li.item .txt span + span{
	margin-left: 20px;
}
.depth_list_box02 > li .txt em{
	display: block;
	font-size: 15px;
	font-weight: 400;
	color: #5d5d5d;
	line-height: 1.5;
}
.depth_list_box02 > li .txt em::before{
	display: inline-block;
	content: "";
	width: 1px;
	height: 16px;
	margin: 0 12px;
	background-color: #5d5d5d;
	vertical-align: middle; 
}
.depth_list_box02 > li .txt span:first-child::before {display: none;}
.depth_list_box02 > li.item .txt span:first-child::before {display: none;}
.depth_list_box02 > li .txt span::before{
	display: inline-block;
	content: "";
	width: 12px;
	height: 12px;
	margin-right: 4px;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../img/ico_nav_arr01.svg");
}
.depth_list_box02 > li.item .txt span::before{
	display: block;
	position: absolute;
	top: calc(50% - 6px);
	left: -16px;
	z-index: 10;
	content: "";
	width: 12px;
	height: 12px;
	margin-right: 0px;
	background-size: 12px 12px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url("../img/ico_nav_arr01.svg");
}

.btn_more04 .txt { color:#5d5d5d; font-weight: 600; line-height: 1.5; }
.btn_more04 .ico_more_arrow2 { width: 16px !important; height: 16px !important; background-position: 3px 2px !important; background-size: 6px 10px !important;}
.txt_underline {position: relative;}
.txt_underline::after {content:''; position: absolute; right:0; bottom:3px; display: block; width: calc(100% - 15px); height:1px; background-color: #1e1e1e; font-size: 0; }
.board_list li + li {margin-top:20px; border-top: 1px solid #dcdcdc;}
.board_list .board_tit { color: #1e1e1e; font-size: 19px; font-weight: 700; line-height: 1.5; }
.board_list .board_tit + .board_txt {margin-top: 8px;}
.board_list .board_txt { overflow: hidden; text-overflow: ellipsis; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; color: #5d5d5d; font-size: 17px; font-weight: 400; line-height: 1.5; }
.board_list .board_file { margin-top: 16px}
.board_list .board_file .txt {color: #1e1e1e; font-size: 17px; font-weight: 700; line-height: 1.5;}
.board_list .board_file .board_file_list { display: flex; flex-flow:wrap; align-items: flex-start; justify-content: flex-start; gap: 20px; margin-top: 4px; }
.board_list .board_file .board_file_list > a {color: #1e1e1e; font-size: 17px; font-weight: 400; line-height: 1.5;}
.btn_box_center01.type_line { position: relative; margin-top:40px;}
.btn_box_center01.type_line::before {content:''; position: absolute; left:0; top:-20px;  display: block; width: 100%; height:1px; margin-bottom:20px; background-color: #dcdcdc; font-size: 0; }
.sh_info_box01 {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
	margin: 0 auto;
    box-sizing: border-box;
    position: relative;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 12px;
    gap:8px;
}
.sh_info_box01 .guide_ico { width: 60px; height: 60px; }
.sh_info_box01 .guide_ico img { width: 100%; height: 100%;}
.sh_info_box01 > ul {
	width: max-content;
}
.sh_list_gap {padding-bottom: 20px;}
.filter_gap { padding:20px 0;position: relative;z-index: 1000;}
.filter_area {    
	display: flex;
	align-items: center;
	justify-content: flex-start;
	z-index: 20;
	gap: 20px;
	width: 100%;
	background-color: #eff3ff;
	/* padding: 6px 12px; */
	padding: 20px;
	border-radius: 12px;
	gap: 0 16px;
	position: relative;
}
.filter_item{
	width: 100%;
	display: block;
	overflow: visible;
	position: relative;
}
.filter_item .filter_list > li{	
	width: max-content;
	/* height: 32px; */
}
.filter_item .filter_list > li a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
	height: 32px;
	/* height: 100%; */
	padding: 6px 32px 6px 12px;
	border-radius: 16px;
	box-sizing: border-box;
    border: 1px solid #5d5df4;
    color: #5151ec;
	font-size: 14px;
	font-weight: 400;
}
.filter_item .filter_list > li a::before {
	position: absolute;
	right: 12px;
	top: 6px;
	content:'';
	display: block;
    width: 16px;
    height: 16px;
    box-sizing: border-box;
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-image: url(../img/ico_btn_search_arr_on.svg);
    background-position: center center;
	transition: transform 0.2s;
}
.filter_item .filter_list > li a .txt{
	display: block;
	width: max-content;
	font-size: 14px; 
	font-weight: 400; 
	line-height: 1.5;
	color: #5151ec;
}
.filter_item .filter_list > li a.on {
    background-color: #312BC5;
}
.filter_item .filter_list > li a.on::before {
	transform: rotate(180deg);
	background-image: url('../img/ico_btn_search_arr.svg');
}
.filter_item .filter_list > li a.on .txt {
	color: #fff;
}

.filter_item .swiper-button-prev{
	position: absolute;
	top: 0;
	left: 0;
	width: 38px;
	height: 38px;
	margin-top: 0;
	z-index: 10;
}
.filter_item .swiper-button-prev::before{
	content: "";
	display: none;
    position: absolute;
    top: 0;
    left: -20px;
    width: 70px;
    height: 32px;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0), #f9f9f9 45%);
    z-index: -1;
}
.filter_item .swiper-button-prev::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	margin-top: 0;
	font-size: 0;
	background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/ico_acc_arr0201.svg");
	background-color: transparent;
    transform: rotate(90deg);
	z-index: 10;
}
.filter_item .swiper-button-next{
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 10;
	width: 32px;
	height: 32px;
	margin-top: 0;
}
.filter_item .swiper-button-next::after{
	content: "";
	position: absolute;
	top: 0;
	right: 0px;
	z-index: 10;
	width: 32px;
	height: 32px;
	background-color: transparent;
	margin-top: 0;
	font-size: 0;
	background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("../img/ico_acc_arr0201.svg");
    transform: rotate(270deg);
}
.filter_item .swiper-button-next::before{
    content: "";
	display: none;
    position: absolute;
    top: 0;
    right: -20px;
    width: 50px;
    height: 32px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #f9f9f9 45%);
    z-index: -1;
}
.filter_item .swiper-button-prev.swiper-button-disabled{
	display: none;
}
.filter_item .swiper-button-next.swiper-button-disabled{
	display: none;
}

/* bottom sheet */
.fixed_btn03.active {
	display: none;
}
.fixed_btn03 .bt_fixed01 {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 1000;
	padding: 20px;
	background-color: #fff;
	width: 100%;
	box-shadow: 0px -12px 28px 0px rgba(0,0,0,0.10);
}

/* 바텀 시트 */
.fixed_btn03 .sheet_dim {
	position: absolute;
	left:0;
	top: 32px;
	inset: 0;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: -1;
	display: none;
	opacity: 0;
	width: 236px;
	height: auto;
	min-height: 303px;
}
.fixed_btn03 .sheet_dim.type01 {
	width: 478px;
}
.fixed_btn03 .sheet_dim.type02 {
	width: 870px;
	height: 354px;
	left:unset;
	right: -340px;
}
.fixed_btn03 .sheet_dim.type02 .sh_body {
	height: auto;
}
.fixed_btn03 .sheet_dim.active {
	opacity: 1;
	top: 44px;
	transition:  opacity 0.2s ease-in;
	z-index: 100;
	background-color: unset;
	box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.20);
	border-radius: 12px;
	display: block;
}
.sheet03 {
	position: absolute;
	inset: 0;
	top: 0;
	left: 0;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	padding: 30px 20px 20px 20px;
	background-color: #ffffff;
}
.sheet03 > .sh_body {
	height: 160px;
	margin-top: 12px;
	background-color: #ffffff;
	overflow-y: auto;
}
.sheet03 > .sh_body::--webkit-scrollbar {
	display: none;
}

.sheet03 > .sh_head {
	display: flex;
	justify-content: space-between;
}
.sheet03 > .sh_head .btn-sheet-close {
	display: none;
}
.sheet03 > .sh_head .tit {
	color: #1e1e1e;
	font-size: 17px;
	font-weight: 700;
	padding-right: 20px;
}
.sheet03 > .sh_body .box_space {
	display: flex;
	align-self: flex-start;
	width: 100%;
	height: 100%;
}
.sheet03 > .sh_body .box_space  > .space_01 {
	width: 100%;
	overflow-y: auto;
}	
.sheet03 > .sh_body .box_space  > .space_01 li {
	font-size: 15px;
	font-weight: 400;
	color: #1e1e1e;
	padding: 12px 0;
}
.sheet03 > .sh_body .box_space  > .space_02 {	
	width: 100%;
	overflow-y: auto;
	border-left: 1px solid #ebebeb;
}
.sheet03 > .sh_body .box_space  > .space_02 li {
	font-size: 15px;
	font-weight: 400;
	color: #1e1e1e;
	padding: 12px 0 12px 16px;
}
.sheet03 > .sh_body .box_space .f_box {
	display: flex;
	flex-flow: column;
	align-items: flex-start;
    justify-content: flex-start;
	gap: 8px;
}
.sheet03 > .sh_body .box_space .f_box .rdo_sh_list01 {
	display: flex;
	flex-flow: row;
	align-items: flex-start;
    justify-content: flex-start;
	gap: 8px;
}
.sheet03 > .sh_body .box_space .f_box02 {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
    justify-content: flex-start;
	width: 100%;
	height: 202px;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.sheet03 > .sh_body .box_space .f_box02 .f_i  {
	width: 200px;
	height: 200px;
	padding: 8px 4px 8px 8px;
	border-right: 1px solid #dcdcdc;
}
.sheet03 > .sh_body .box_space .f_box02 .f_box_rht  {
	width: calc(100% - 400px);
	padding: 20px 4px 20px 20px;
}
.sheet03 > .sh_body .box_space .f_box02 .f_box_rht .scroll_w  {
	height: 160px;
	overflow-y: auto;

}
.sheet03 > .sh_body .box_space .f_box02 .scroll_w {
	height: 184px;
	overflow-y: auto;
}

.sheet03 > .sh_bottom {
	display: flex;
	gap: 8px;
	align-items: flex-start;
	justify-content: center;
	padding: 24px 0 0;
}

.sheet03 > .sh_bottom > .op_common_btn.primary.lg {
	width: 100%;
}
.ck_sh_list01 {
	display: flex;
	flex-flow: row wrap;
	gap: 8px 16px;
	width: 100%;
}
.ck_sh_list01 > li {
	width: calc((100% - 16px) / 2);
}
.rdo_sh_list01 { 
	display: flex;
	flex-flow: column;
	gap: 8px;
	width: 100%;
}
.rdo_sh_list01.type02 { 
	display: flex;
	flex-flow: row wrap;
	gap: 8px;
	width: 100%;
}
.rdo_sh_list01.type02 > li {
	width: calc(50% - 4px);
}
.rdo_sh_list01.type_gap { 
	gap: 1px;
}
/*라디오*/
.op_sh_radio01 {display: flex;justify-content: flex-start;align-items: flex-start;width: 100%;position: relative;}
.op_sh_radio01 > input{display: block;background-image: url("../img/ico_rdo_off.svg");width: 24px;height: 24px;background-repeat: no-repeat;background-position: center center;background-size: 24px 24px;flex-shrink: 0;}
.op_sh_radio01 > input:hover{background-image: url("../img/ico_rdo_hover_off.svg");}
.op_sh_radio01 > input:disabled{background-image: url("../img/ico_rdo_disabled_off.svg");}
.op_sh_radio01 > input:disabled + label{color: #9a9a9a;cursor: auto;}
.op_sh_radio01 > input:checked{background-image: url("../img/ico_rdo_on.svg");display: block;width: 24px;height: 24px;background-repeat: no-repeat;background-position: center center;background-size: 24px 24px;}
.op_sh_radio01 > input:checked:hover{background-image: url("../img/ico_rdo_hover_on.svg");}
.op_sh_radio01 > input:checked:disabled{background-image: url("../img/ico_rdo_disabled_on.svg");}
.op_sh_radio01 > label{display: block;font-size: 15px;font-weight: 400;color: #1E1E1E;line-height: 1.5;flex-shrink: 0;}
.op_sh_radio01 > input + label{padding-left: 8px;}
.sheet03 > .sh_body .box_space .f_box02 .f_box_rht .op_sh_radio01 > label{width: calc(100% - 32px);word-break: break-all;}
.op_sh_radio02 {display: flex;justify-content: flex-start;align-items: center;width: 100%;position: relative;}
.op_sh_radio02 > input{display: block;background-image: url("../img/ico_rdo_off.svg");width: 1px;height: 1px; opacity: 0;}
.op_sh_radio02 > input:hover{}
.op_sh_radio02 > input:disabled{}
.op_sh_radio02 > input:checked + label{ width: 100%; display: block; background-color: #eff3ff; color: #5d5fe4; font-weight: 700; cursor: auto;}
.op_sh_radio02 > input:checked{display: block; background: unset;}
.op_sh_radio02 > input:checked:hover{background: none;}
.op_sh_radio02 > input:checked:disabled{background-image: unset;}
.op_sh_radio02 > label{display: block;width: 100%; padding: 4px 20px; font-size: 15px;font-weight: 400;color: #1E1E1E;line-height: 1.5;flex-shrink: 0;}

.data_zone { 
	position: relative;
}
.data_zone::after {
	content:'=== data import ===';
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.4);
	width:100%;
	height:100%;
	color:#fff;
	font-size: 60px;
	font-weight: 700;
	z-index: 100;
}
.search_terms_area {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
	width:100%;
	height:100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
.search_terms_area .tit {
	color:#333;
	font-size: 21px;
	font-weight: 600;
	flex-shrink: 0;
	padding-top: 6px;
}
.search_terms_area .search_terms {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: row wrap;
	gap: 8px 4px;
	width:100%;
	height: 40px;
	padding-right: 85px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.search_terms_area .search_terms.active {
	height: 100%;
}
.search_terms_area .search_terms > a {
	display: block;
	padding: 8px 16px;
	border-radius: 999px;
	border:1px solid #b9b9b9;
	color: #1e1e1e;
	font-size: 14px;
	font-weight: 600;
}
.search_terms_area .btn_sh_more {
	position: absolute;
	right:40px;
	top:0;
	display: block;
	width: 28px;
	height: 28px;
	background: url(../img/ico_tab_arr_right.svg) no-repeat center / 100%;
	transform: rotate(90deg);
	transition: 0.1s ease-in-out;
}
.search_terms_area .btn_sh_more.active {
	right:40px;
	transform: rotate(-90deg);
	transition: 0.1s ease-in-out;
}
.sheet_dim .op_common_chk01 > label{
	font-size: 15px;
}
.sh_body .box_space .op_common_chk01 {}


@media screen and (max-width:1280px) {
    .pop_sh_dim > .pop {
		padding: 20px 10px 20px 20px;
		height: 100%;
	}
	.pop_sh_dim .btn-close01{
		right: 6px;
		top: -6px;
	}
	.pop_sh_dim > .pop > .pop_sh_wrap {
		max-width: unset;
		width: 100%;
		height: 100%;
	}
	
	.sh_con {
		width: 100%;
		margin: 0 auto;
		padding-top: 72px;
		height: 100%;
		
	}
	.sh_con.type01 {
		width: calc(100% - 40px);
		padding-top: 20px;
	}
	.sh_rslt_box { height: calc(100% - 102px); overflow-y: auto; padding-bottom:0;padding-right: 10px; }
	.sh_con .rdo_list01 { display:flex; margin-top:12px; }
	.intgr_srch  {height: 56px; padding: 0 24px; border-radius: 28px; border: 2px solid #5d5fe4; overflow: hidden; }
	.intgr_srch .inp_search {width: 100%; }
	.intgr_srch .inp_search::before { display: none;  }
	.intgr_srch .inp_search > input { width: 100%; height: 52px; padding-left: 0; font-size: 19px;}

	.intgr_srch .inp_search .ico_btn_search {right: 0;}
	.intgr_srch .inp_search .ico_btn_search::before {width: 28px;height: 28px;}
	.intgr_srch .inp_search .ico_btn_cancel { right: 50px;}
	.intgr_srch .inp_search .ico_btn_cancel::before {content: '';display: block;width: 20px;height: 20px;background: url('../img/ico_cancel.svg') no-repeat center/100%;}
	.sh_con.type01 .intgr_srch { padding: 0 2px; }
	.sh_con.type01 .intgr_srch .inp_search > input { padding-left: 12px; padding-right: 85px; }

	.pop_sh_dim .intgr_srch { padding: 0 4px; }
	.pop_sh_dim .intgr_srch .inp_search > input { height: 48px; padding: 0 80px 0 20px; }
	.pop_sh_dim .intgr_srch .inp_search .ico_btn_cancel { right: 50px; }
	.pop_sh_dim .intgr_srch .inp_search .ico_btn_search { right: 12px; }

	.sel_item { display: none;}

	.srch_info {flex-flow: column; width: 100%; gap: 34px; margin-top: 24px;}
	.srch_info .srch_txt {display: none;}
	/* .srch_info .srch_tit { font-size: 21px; } */
	/* .srch_info .srch_tit_box .btn_del { font-size: 16px; } */

	.srch_info .srch_con1 {width:100%; padding:0;}
	.srch_info .srch_con_list { height: auto; margin-top:20px; }
	.srch_info .srch_con_list ul { height: 100%; overflow-y: auto; margin-right: 0; }
	.srch_info .srch_con_list li + li { padding-top:12px; }
	.srch_info .srch_con_list li {gap: 16px; min-height: 26px;}
	.srch_info .srch_con_list .btn_list_del { width:12px; height: 12px; background-size: 12px 12px; }
	.srch_info .srch_con_list .txt { width:100%; /* font-size: 17px; */ }
	.srch_info .srch_con_list button {flex-shrink: 0;}
	.srch_info .srch_con2 { width: 100%; padding: 0;}
	.srch_info .srch_con2::before { display: block;width: 100%;height: 1px; top:-15px;}
	.srch_info .srch_con2 .srch_tit { margin-top: 5px; }
	.sh_rslt_txt {
		font-size: 17px;
		margin:20px 20px 0 20px;
	}
	.sh_rslt_txt + .sh_info_box01 {
		margin-top: 24px;
	}
	.sh_info_box01 {
		flex-flow: column;
		width: calc(100% - 40px);
		margin-left: auto;
		margin-top: auto;
		padding: 24px;
	}
	.sh_info_box01 .guide_ico img {
		width: 60px;
		height: 60px;
	}
	.con_tit_box06.type_udl > .left_box .tit {
		padding-bottom: 12px;
	}
	.con_tit_box06.type_udl.type_col { 
		flex-flow: column;
	}
	.con_tit_box06.type_udl.type_col .right_box { 
		width: 100%;
		overflow-x: auto;
	}

	.depth_list_box01 { margin: 20px 0;}
	.depth_list_box01 > li .txt span { font-size: 17px; }
	.depth_list_box01 > li .txt em { font-size: 16px; }
	.depth_list_box01 > li .txt em::before { height: 12px; }
	.depth_list_box02 { margin: 20px 0;}
	.depth_list_box02 > li .txt span { font-size: 17px; }
	.depth_list_box02 > li .txt em { font-size: 16px; }
	.depth_list_box02 > li .txt em::before { height: 12px; }
	.board_list .board_tit { margin-top:12px; font-size: 17px; }
	.board_list .board_tit + .board_txt { font-size: 16px; }
	.board_list .board_txt { line-clamp: 3; -webkit-line-clamp: 3; font-size: 16px; }
	.board_list .board_file .txt { font-size: 17px; }
	.board_list .board_file .board_file_list { margin-top: 4px;  flex-flow:column; gap: 8px; }
	.board_list .board_file .board_file_list > a { font-size: 16px; }
	.btn_box_center01.type_line { margin-top: 12px; width: 100%; }
	.btn_box_center01.type_line::before {display: none;}
	.board_list li + li { margin-top:32px; }
	.board_list .depth_list_box01 > li .txt span { font-size: 16px; }
	.sh_list_gap .op_common_tbl05 { width: 100%;}
	.sh_list_gap .op_common_tbl04 tbody tr {padding-left: 0; padding-right:0;}
	.filter_item {overflow: hidden;}
	.filter_item.on .filter_list {	
		transform: unset !important;
	}
	.filter_item.on .filter_list > li {
		transform: unset !important;
	}
	.filter_item.on .swiper-button-prev {
		display: none;
	}
	.filter_item.on .swiper-button-next {
		display: none;
	}
	/* bottom sheet */
	.fixed_btn03.active {
		display: none;
	}
	.fixed_btn03 .bt_fixed01 {
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 1000;
		padding: 20px;
		background-color: #fff;
		width: 100%;
		box-shadow: 0px -12px 28px 0px rgba(0,0,0,0.10);
	}
	/* 바텀 시트 */
	.fixed_btn03 .sheet_dim {
		position: fixed;
		inset: 0;
		background-color: rgba(0, 0, 0, 0.4);
		overflow: hidden;
		opacity: 0;
		z-index: -1;
		width: 100%;
		height: 100%;
	}
	.fixed_btn03 .sheet_dim.active {
		opacity: 1;
		transition:  opacity 0.5s ease-in;
		z-index: 100;
		top: 0;
		left:0;
		right:0;
		bottom:0;
		border-radius: 0;
		box-shadow: unset;
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.4);
		z-index: 10000;
	}
	.fixed_btn03 .sheet_dim.type01 {
		width: 100%;
	}
	.fixed_btn03 .sheet_dim.type02 {
		width: 100%;
		height: 100%;
		left: 0;
		right: 0;
	}
	.sheet03 {
		position: fixed;
		inset: 0;
		top: unset;
		bottom: -120%;
		/* transition: transform 1s ease-in-out; */
		transition: all 0.5s;
		display: flex;
		flex-direction: column;
		margin: 0 auto;
		padding: 30px 20px 0 20px;
		border-radius: 24px 24px 0 0;
		background-color: #ffffff;
		width: 100%;
		max-height: 80%;
	}
	.sheet03.active {
		bottom: 0;
		transition: all 0.5s;
	}
	.sheet03 > .sh_body {
		height: 100%;
		margin-top: 16px;
		background-color: #ffffff;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.sheet03 > .sh_body::--webkit-scrollbar {
		display: none;
	}

	.sheet03 > .sh_head {
		display: flex;
		justify-content: space-between;
	}
	.sheet03 > .sh_head .btn-sheet-close {
		display: block;
	}
	.sheet03 > .sh_head .tit {
		font-size: 19px;
		font-weight: 700;
		padding-right: 20px;
	}
	.sheet03 > .sh_body .box_space {
		display: flex;
		align-self: flex-start;
		width: 100%;
		height: 100%;
	}
	.sheet03 > .sh_body .box_space  > .space_01 {
		width: 100%;
		overflow-y: auto;
	}	
	.sheet03 > .sh_body .box_space  > .space_01 li {
		font-size: 15px;
		font-weight: 400;
		color: #1e1e1e;
		padding: 12px 0;
	}
	.sheet03 > .sh_body .box_space  > .space_02 {	
		width: 100%;
		overflow-y: auto;
		border-left: 1px solid #ebebeb;
	}
	.sheet03 > .sh_body .box_space  > .space_02 li {
		font-size: 15px;
		font-weight: 400;
		color: #1e1e1e;
		padding: 12px 0 12px 16px;
	}
	.sheet03 > .sh_bottom {
		display: flex;
		gap: 8px;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 20px 0;
	}
	.sheet03.bh60 {height: 60%;transition: transform 0.2s ease-in-out;}
	.sheet03.bh70 {height: 70%;transition: transform 0.2s ease-in-out;}
	.sheet03.bh80 {height: 80%;transition: transform 0.2s ease-in-out;}
	.sheet03.bh60,
	.sheet03.bh70,
	.sheet03.bh80 {transform: translateY(100%);}
	.sheet03.bh60.active,
	.sheet03.bh70.active,
	.sheet03.bh80.active {transform: translateY(0);}

	.sheet03 > .sh_bottom > .op_common_btn.primary.lg {
		width: 100%;
	}
	.sheet03 > .sh_body .box_space .f_box .rdo_sh_list01 {
		flex-flow: column;
	}
	.sheet03 > .sh_body .box_space .f_box .f_group17 {
		margin-top: 0;
	}
	.sheet03 > .sh_body .box_space .f_box .f_group17 .box_datepicker01 {
		flex-flow: row wrap;
	}
	.sheet03 > .sh_body .box_space .f_box .f_group17 .common_datepicker {
		width: calc(100% - 30px);
	}
	.sheet03 > .sh_body .box_space .f_box02 .f_box_rht  {
		display: none;
	}
	.sheet03 > .sh_body .box_space .f_box02 .f_i + .f_i {
	border-right:0;
	}
	.sheet03 > .sh_body .box_space .f_box02 {
		height: 100%;
	}
	.sheet03 > .sh_body .box_space .f_box02 .f_i {
		height: 100%;
		width: 100%;
	}
	.sheet03 > .sh_body .box_space .f_box02 .scroll_w {
		height: 100%;
	}
	.fixed_btn03 .sheet_dim.type02 .sh_body {
		height: 100%;
	}
	.rdo_sh_list01 {gap:0;}
	.rdo_sh_list01 > li  { width: 100%;}
	/*라디오*/
	.op_sh_radio01 {display: flex;justify-content: flex-start;align-items: center;width: 100%;position: relative;}
	.op_sh_radio01 > input{display: block;background-image: url("../img/ico_rdo_off.svg");width: 1px;height: 1px; opacity: 0;}
	.op_sh_radio01 > input:hover{background-image: unset;}
	.op_sh_radio01 > input:disabled{background-image: unset;}
	.op_sh_radio01 > input:checked + label{ width: 100%; display: block; background-color: #eff3ff; color: #5d5fe4; font-weight: 700; cursor: auto;}
	.op_sh_radio01 > input:checked{display: block;width: 1px;height: 1px; background: unset;}
	.op_sh_radio01 > input:checked:hover{background: none;}
	.op_sh_radio01 > input:checked:disabled{background-image: unset;}
	.op_sh_radio01 > label{display: block;width: 100%; padding: 11px; font-size: 15px;font-weight: 400;color: #1E1E1E;line-height: 1.5;flex-shrink: 0;}
	.op_sh_radio01 > input + label{padding-left: 8px;}

	.sh_body .box_space .op_common_chk01 {display: flex;justify-content: flex-start;align-items: center;width: 100%;position: relative;}
	.sh_body .box_space .op_common_chk01 > input{display: block;background-image: url("../img/ico_rdo_off.svg");width: 1px;height: 1px; opacity: 0;}
	.sh_body .box_space .op_common_chk01 > input:hover{background-image: unset;}
	.sh_body .box_space .op_common_chk01 > input:disabled{background-image: unset;}
	.sh_body .box_space .op_common_chk01 > input:checked + label{ width: 100%; display: block; background-color: #eff3ff; color: #5d5fe4; font-weight: 700; cursor: auto;}
	.sh_body .box_space .op_common_chk01 > input:checked{display: block;width: 1px;height: 1px; background: unset;}
	.sh_body .box_space .op_common_chk01 > input:checked:hover{background: none;}
	.sh_body .box_space .op_common_chk01 > input:checked:disabled{background-image: unset;}
	.sh_body .box_space .op_common_chk01 > label{display: block;width: 100%; padding: 11px; font-size: 15px;font-weight: 400;color: #1E1E1E;line-height: 1.5;flex-shrink: 0;}
	.sh_body .box_space .op_common_chk01 > input + label{padding-left: 8px; margin-left:0;}

	.search_terms_area {
		flex-flow: column;
		gap: 8px;
		margin-bottom: 24px;
	}
	.search_terms_area .tit {
		font-size: 17px;
		padding-top: 0;
	}
	.search_terms_area .search_terms {
		height: 32px;
		padding-right: 40px;
	}
	.search_terms_area .search_terms > a {
		display: block;
		padding: 8px 16px;
		border-radius: 999px;
		border:1px solid #b9b9b9;
		color: #1e1e1e;
		font-size: 14px;
		font-weight: 600;
	}
	.search_terms_area .btn_sh_more {
		right:0;
		top:27px;
	}
	.search_terms_area .btn_sh_more.active {
		right:0;
	}

	
}