@charset "utf-8";

/* 탭 */
.tab.tab_mutation .m_tab_btn {
    display: none;
}
.tab.full > ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    position: relative;
    width: 100%;
}
.tab > ul {
    display: flex;
    align-items: center;
    overflow-x: auto;
    width: 100%;
}
.tab.full > ul > li {
    flex: 1 1 0px;
    min-width: 0;
}
.tab li {
    flex-grow: 0;
}
.tab.tab_mutation {
    position: relative;
    z-index: 60;
}
.tab.full {
    width: 100%;
}
.tab.is_open .tab {
    display: flex !important;
}

.tab.fill.full .active .btn_tab {
    background-color: #717171;
    border-color: #717171;
    color: #fff;
}
.tab.fill.full > ul > li .btn_tab {
    border-radius: 0;
}
.tab.fill.full .btn_tab {
    border: 1px solid #d7d7d7;
}
.tab.fill .active .btn_tab {
    background-color: #717171;
    border-color: #717171;
    color: #fff;
}
.tab.fill > ul > li .btn_tab {
    border-radius: 8px;
}
.tab.fill > ul > li + li {
    margin-left: -2px;
}
.tab.fill .btn_tab {
    height: 48px;
    padding: 0 16px;
    font-size: 16px;
}
.tab .btn_tab {
    width: 100%;
    background-color: #fff;
    border: 1px solid #fff;
    color: #555;
    font-weight: 600;
    transition: 0.4s ease-in-out;
}
.tab .btn_tab:not(:disabled):hover {
    border-radius: 0.6rem;
    background-color: #e7e7e7;
    transition: 0.4s ease-in-out;
}
.tab li, .tab .btn_tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    white-space: nowrap;
}
.tab li {
    flex-grow: 0;
}
/* 박스 */
.report{
	border: solid 1px #d7d7d7; 
	padding: 30px;
}

/* 체크박스 */
.chk input,
.chk.rect input,
.regiList_header input {
    display: none;
}

.chk input[type="checkbox"] + label,
.regiList_header input[type="checkbox"] + label {
    display: inline-block;
    font-size: 1.6rem;
    color: #000;
    height: 4rem;
    line-height: 4rem;
    font-weight: 500;
    padding-left: 3.5rem;
    position: relative;
    cursor: pointer;
}

.chk input[type="checkbox"] + label.allChk,
.regiList_header input[type="checkbox"] + label.allChk {
    font-size: 1.8rem;
}

.chk input[type="checkbox"] + label:before,
.regiList_header input[type="checkbox"] + label:before {
    content:'';
    display: inline-block;
    width: 3.5rem;
    height: 4rem;
    background: url(../images/icon/regi_chk.svg) no-repeat;
    background-position: 0.5rem 50%;
    background-size: 2.2rem;
    position: absolute;
    left: 0;
    top: 0;
}

.chk input[type="checkbox"]:checked + label:before,
.regiList_header input[type="checkbox"]:checked + label:before {
    display: inline-block;
    background: url(../images/icon/regi_chk_act.svg) no-repeat;
    background-position: 0.5rem 50%;
    background-size: 2.2rem;
}


.chk.rect input[type="checkbox"] + label {
    font-size: 1.4rem;
    color: #272727;
    height: 2rem;
    line-height: 1;
    font-weight: 400;
    padding-left: 2.5rem;
    position: relative;
    cursor: pointer;
}

.chk.rect input[type="checkbox"] + label:before {
    width: 1.7rem;
    height: 1.7rem;
    background: url(../images/icon/ico_checkbox.svg) no-repeat;
    background-size: contain;
    top: -0.1rem;
}

.chk.rect input[type="checkbox"]:checked + label:before {
    background: url(../images/icon/ico_checkbox_chked.svg) no-repeat;
    background-size: contain;
}

/* 필수입력 */
.tb_top_txt {
	overflow: hidden; 
	margin-bottom: 7px; 
	margin-top: 5px; 
	line-height: 150%;
}

/* 팝업창 */
.mask {
	display: none; 
	position: fixed; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
	background: #000; -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80); 
	opacity: 0.8;  
	z-index: 100; 
}

.layerpopup_wrapper {
	display: none;
	position: fixed;
	top: 20%;
	left: 50%;
	width: 600px;
	margin-left: -350px;
	z-index: 1110;
}
.layerpopup_wrapper .layerpopup_area {
	position: relative;
	width: 640px;
	background: #fff;
	border-top: 5px solid #2f8703;
	padding: 25px 30px 35px 30px;
}
.layer_popup_content {
	display: none;
}
.layer_popup_content.opened {
	display: block;
}
.layerpopup_wrapper .layerpopup_area h4 {
	color: #31343f;
	font-size: 1.375rem;
	font-weight: 600;
	line-height: 40px;
	margin-bottom: 5px;
}
.layerpopup_wrapper .layerpopup_area .previous_info {
	background: #eff0f1;
	padding: 32px 31px;
	margin-bottom: 25px;
}
.layerpopup_wrapper .layerpopup_area .previous_info dl {
	position: relative;
	padding-left: 114px;
}
.layerpopup_wrapper .layerpopup_area .previous_info dl dt {
	position: absolute;
	top: 0;
	left: 0;
	color: #353535;
	font-weight: 600;
	font-size: 0.875rem;
}
.layerpopup_wrapper .layerpopup_area .previous_info dl dt:after {
	content:"";
	clear: both;
	display: block
}
.layerpopup_wrapper .layerpopup_area .previous_info dl dt img {
	float: left;
	display: block;
	width: 35px;
	margin-right: 14px;
}
.layerpopup_wrapper .layerpopup_area .previous_info dl dt span {
	float: left;
	margin-top: 5px;
}
.layerpopup_wrapper .layerpopup_area .previous_info dl dd {
	padding-left: 22px;
	min-height: 34px;
	color: #31343f;
	font-weight: 500;
	background: url(../images/bg_dotted01.png) repeat-y left top;
}
.layerpopup_wrapper .layerpopup_area .previous_info dl dd span {
	display: block;
	padding-top: 5px;
}
.layerpopup_wrapper .layerpopup_area h5 {
	color: #424242;
	font-size: 1rem;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 7px;
}
.layerpopup_wrapper .layerpopup_area .btn_close {
	position: absolute;
	top: 28px;
	right: 30px;
}
.layerpopup_wrapper .layerpopup_area .btn_close img {
	display: block;
	width: 23px;
}

/* 로딩 */
.loading_box {
	background:url(/static/images/loading_bar.gif) center no-repeat;
	background-color: rgba( 0, 0, 0, 0.5 ); 
	width: 100%; 
	height: 100%; 
	position:fixed; 
	z-index: 9999; 
	top: 0; 
	left: 0; 
	margin: 0 auto;
}
@keyframes rotation {
0% {transform: rotate(0deg);}
100% {transform: rotate(360deg);}
} 

.row_br::after {
	content: "";
	clear: both;
	display: table;
}
.row_br li {
	display: table;
	width: 25%;
	min-height: 32px;
	float: left;
}
.row_br li a {
	display: table-cell;
	vertical-align: middle;
	padding: 3px 6px;
}
.li_col4 li {
	width: 33.33%;
}

/* search */
.search_box {
	width: 100%;
	position: relative;
}
.search_input{
	display: flex;
	height: 60px;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0.1rem 0.5rem 1.0rem rgb(0 0 0 / 10%);
	border: solid 1px #d5d5d5;
}

.btn_filter {
	float: left;
	width: 157px;
	height: 60px;
	color: #111;
	font-weight: 500;
	text-align: center;
	font-size: 16px;
	position: relative;
	border-right: solid 1px #d5d5d5;
	line-height: 58px;
	padding-left: 5px;
}
.btn_filter select {
	border: none;
	width: 110px;
	height: 57px;
}
.search_input_box{
	width: 100%;
}
.search_input_box input {
	font-size: 16px;
	width: 100%;
	height: 100%;
	padding: 0 25px;
	border: none;
}

/* input */
.form_input {
	vertical-align: bottom;
}
.form_input input {
	height: 37px;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6e707e;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ddd;
}
.form_input label {
	margin-bottom: .5rem;
}
.form_input .disabled {
	background-color: #ebebeb;
}
.form_input .readonly {
	background-color: #ebebeb;
}

/* textarea */
.form_textarea textarea {
	height: calc(1.5em+.75rem+7px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #6e707e;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ddd;
}
.form_textarea label {
	margin-bottom: .5rem;
}
.form_textarea .disabled {
	background-color: #ebebeb;
}
.form_textarea .readonly {
	background-color: #ebebeb;
}

/* 에러페이지 */	
.error_box {
	width: 100%;
	margin: 60px auto;
}
.error_wrap {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: center;
	min-height: 45vh;
	padding: 20px 15px;
	margin-top: 5px;
	border-radius: 4px;
	border: 1px solid #bdbecb;
	;
	background: #fff;
}
.error_wrap>* {
	width: 100%;
}
.error_wrap .btns {
	text-align: center;
	margin-top: 27px;
}
.alret_page_wrap {
	background: url("../images/icon/ic_big_alert.png") center top no-repeat;
	padding-top: 88px;
	text-align: center;
}
.alret_page_wrap .alret_page_mtxt {
	font-size: 29px;
	font-weight: 600;
	margin-bottom: 30px;
	color: #111;
}
.alret_page_wrap .alret_page_stxt {
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
	color: #666;
}

/* 경고 영역 */
.danger_conts p {
	color: #d50136; 
	font-weight: 600; 
	background: #feecf0 url("../images/icon/warning_bg_img.png") 20px 50% no-repeat; 
	padding: 7px 20px 7px 50px; 
	font-size: 14px;  
	border-radius: 4px; 
	display: flex;
}

/* 탭 */
.tab.conts {
	border-left: 2px solid #717171; 
	border-right: 2px solid #717171; 
	border-bottom: 2px solid #717171; 
	border-top: 2px solid #717171; 
	padding: 1rem; 
	margin-top: -2px;
}  

.tab.line {
	
}
.tab.line:after {
	display: block;
	content: '';
	clear: both;
}
.tab.line {
	height: 41px;
	border-bottom: 2px solid #717171 ;
	display: flex;
	align-items: center;
}
.tab.line li {
	position: relative;
	height: 42px;
	width: 100%;
}
.tab.line li a {
	display: inline-flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	height: 40px;
	font-size: 15px;
	background: #fff;
	border: 1px #d0d0d0 solid;
	border-bottom: none;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.tab.line li a:hover {
	background-color: #e4e5e7;
}
.tab.line li.active {
	z-index: 1;
}
.tab.line li.active a {
	height: 41px;
	font-size: 16px;
	font-weight: 600;
	background: #717171;
	border: 2px #717171 solid;
	border-bottom: none;
	color: #fff;
}

/* FAQ */
.faq_list {
	border-top: 2px solid #7c7f8b;
}
.faq_list dl {
	border-bottom: 1px solid #e1e2e2;
}
.faq_list dl dt {
	margin: 0;
	padding: 0;
}
.faq_list dl dt a {
	position: relative;
	display: block;
	padding-left: 90px;
	min-height: 14px;
	padding: 13px 41px 13px 90px;
	color: #5e5e5f;
	font-size: 16px;
}
.faq_list dl dt a .count {
	position: absolute;
	top: 12px;
	left: 0;
	width: 72px;
	color: #6c6e6f;
	text-align: center;
}
.faq_list dl dt a .word_q {
	position: absolute;
	top: 12px;
	left: 72px;
	font-size: 16px;
}
.faq_list dl dt a .title {
	display: block
}
.faq_list dl dt a .arrow {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -3px;
	width: 12px;
	height: 6px;
	display: block;
	background: url("../images/icon/icon_arrow_down01.png") no-repeat 0 0;
}
.faq_list dl dt a.on,.faq_list dl dt a.on .count {
	background: #5e5e5e;
	color: #fff;
	text-shadow: 1px 1px 1px #333;
}
.faq_list dl dt a.on .arrow {
	background: url(../images/icon/icon_arrow_up01.png) no-repeat 0 0;
}
.faq_list dl dd {
	position: relative;
	display: none;
	padding: 27px 41px 23px 90px;
	background: #f4f4f4;
	color: #5e5e5f;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
}
.faq_list dl dd .word_a {
	position: absolute;
	top: 27px;
	left: 72px;
	color: #ff6f4d;
	font-size: 16px;
}
.faq_list.type02 dl dt a.on .icon.bg15 {
	background: #fff;
	color: #1c98de;
	text-shadow: none;
}
.faq_list.type02 dl dt a .title {
	padding-left: 141px;
}
.faq_list.type02 dl dt a em {
	margin-left: -141px;
	margin-right: 10px;
}
.faq_list.type02 dl dt a .titleTxt {
	word-break: keep-all;
}

/* 툴팁 */
.tooltip_n {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

/* Tooltip text */
.tooltip_n .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}

.tip_top .tooltiptext {
  width: 140px;
  bottom: 120%;
  left: 50%;
  margin-left: -70px;
}


.tip_top .tooltiptext::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tip_bottom .tooltiptext {
  width: 120px;
  top: 120%;
  left: 50%;
  margin-left: -60px;
}
.tip_bottom .tooltiptext::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent black transparent;
}

.tip_right .tooltiptext {
  top: 50%;
  left: 107%;
  transform: translate(0, -50%);
}
.tip_right .tooltiptext::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

.tip_left .tooltiptext {
  top: 50%;
  right: 107%;
  transform: translate(0, -50%);
}

.tip_left .tooltiptext::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent black;
}

.tooltip_n:hover .tooltiptext {
  visibility: visible;
}

.tooltip_n .tooltiptext {
  opacity: 0;
  transition: opacity 1s;
}

.tooltip_n:hover .tooltiptext {
  opacity: 1;
}

/* 회원가입 */
.join_agree_process ul {
	display: flex;
}
.join_agree_process li {
	flex: 1;
	height: 60px;
}
.join_agree_process li p {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	background-color: #f7f7f7;
	font-size: 16px;
	font-weight: 400;
	color: #666;
	border: 1px solid #cdcdcd;
	line-height: 1;
	transition: all .4s;
}
.join_agree_process .active {
	font-weight: 600;
	color: #fff;
	background-color: #111;
	border-color: #111;
}
.join_agree_box {
	width: 100%;
	padding: 50px 35px;
	background: #fff;
	border: 1px solid #111;
	overflow: hidden;
	box-sizing: border-box;
}
.join_agree_box_out {
	width: 100%;
	padding-bottom: 50px;
}

.join_form {
	display: inline-block;
	width: 100%;
	margin: 0 0 35px;
	padding: 50px 35px;
	background: #fff;
	border: 1px solid #222;
	overflow: hidden;
	box-sizing: border-box;
}
.join_form_inner {
	display: inline-block;
	width: 100%;
	margin: 30px 0 0 0;
}
.join_form_inner:first-child {
	margin: 0;
}
.join_form_inner>h1 {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-align: left;
	box-sizing: border-box;
}
.join_form_inner>h1>span {
	margin: 0 5px;
	color: #000;
	vertical-align: baseline;
}
.join_form_innerconts {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
.join_form_innerconts > textarea {
	width: 100%;
	margin: 0;
	padding: 20px;
	overflow: auto;
	box-sizing: border-box;
	resize: none;
	border: solid 1px #ccc;
	line-height: 24px;
	font-size: 16px;
	color: #666;
}
.join_form_innerbtn {
	width: 100%;
	display: flex;
	justify-content: end;
	gap: 10px;
	align-items: center;
}
.join_form_innerbtn > label {
	cursor: pointer;
	font-size: 13px;
	color: #666;
}
.join_form_innerbtn>input {
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: text-bottom;
}
.join_form_innerbtn>label>span {
	display: inline-block;
	line-height: 1.6;
	font-size: 14px;
	color: #333;
}
.sub_join_type {
	display: flex;
	justify-content: center;
	margin-top: 20px;
	gap: 30px;
}
.sub_join_type button {
	transition: all .4s;
	width: 100%;
	border: 1px solid #ccc;
	position: relative;
	background: #fff;
	height: 58px;
}

.sub_join_type button .title {
	font-size: 16px;
	color: #666;
	font-weight: 500;
	line-height: 1;
	transition: all .4s;
}
.sub_join_type_on {
	background-color: #111;
	border: none;
}
.sub_join_type_on span {
	color: #fff;
}
.join_form_innerall {
	margin-top: 50px;
	background-color: #f8f8f8;
	border: solid 1px #ddd;
	font-weight: 500;
	font-size: 16px;
	color: #333;
	padding: 15px 25px;
	display: flex;
	justify-content: space-between;
}
.join_form_innerall span {
	font-size: 16px;
	color: #666;
	display: flex;
	align-items: center;
	gap: 10px;
}
.join_form_innerall span > input {
	width: 16px;
	height: 16px;
}
.sub_join_type button:hover {
	border: solid 1px #111;
}
.sub_join_type button:hover .title {
	color: #111;
}
.dv_btn_wrap {
	text-align: center;
	margin-top: 60px;
}
.dv_btn_wrap a {
	font-size: 16px;
}

/* 인증 */
.join_certification {
	border: solid 1px #ddd;
	padding: 50px;
}
.join_certification li {
	margin-bottom: 20px;
}
.join_certification strong {
	font-size: 30px;
	color: #333;
	font-weight: 600;
}
.join_certification p {
	font-size: 16px;
	color: #666;
}
.join_t_btn_box {
	display: flex;
}
.join_form {
	display: inline-block;
	width: 100%;
	margin: 0 0 35px;
	padding: 50px 35px;
	background: #fff;
	border: 1px solid #222;
	overflow: hidden;
	box-sizing: border-box;
}
.join_form_inner {
	display: inline-block;
	width: 100%;
	margin: 30px 0 0 0;
}
.join_form_inner:first-child {
	margin: 0;
}
.join_form_inner > h1 {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 500;
	color: #333;
	text-align: left;
	box-sizing: border-box;
}
.join_form_inner > h1 > span {
	margin: 0 5px;
	color: #000;
	vertical-align: baseline;
}
.join_form_innerconts {
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}
.join_form_innerconts > textarea {
	width: 100%;
	margin: 0;
	padding: 20px;
	overflow: auto;
	box-sizing: border-box;
	resize: none;
	border: solid 1px #ccc;
	line-height: 24px;
	font-size: 16px;
	color: #666;
}
.join_info_box {
	margin-top: -1px;
	color: #333;
}
.join_info_box select {
	height: 50px;
}
.join_info_box .border_box > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.join_info_box .border_box > select::-ms-expand {
	display: none;
}

.join_info_box input {
	height: 50px;
	padding-left: 10px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.join_info_box .border_box {
	border: 1px solid #ccc;
	display: flex;
	align-items: center;
}
.join_info_box .border_box input {
	border: none;
	box-sizing: border-box;
}
.join_info_box .color_readonly {
	background-color: #efefef;
}
.join_info_box input[type=text]:read-only,input[type=password]:read-only,input[type=tel]:read-only,input[type=number]:read-only,input[type=email]:read-only,input[type=url]:read-only,input[type=file]:read-only {
	border: 1px solid #c2c2c2;
	background-color: #efefef;
}
.join_info_box .btn {
	display: block;
	float: left;
	width: 50%;
	line-height: 48px;
	font-size: 14px;
	font-weight: 600;
	color: #666;
	text-align: center;
}
.join_info_box .btn:hover {
	background-color: #efefef;
}
.join_info_box .btn .active {
	display: block;
	width: 50%;
	line-height: 48px;
	font-size: 14px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	background-color: #5e5e5e;
}
.join_title {
	font-size: 1rem;
	font-weight: 600;
	padding: 20px 0px 10px 0px;
	clear: both;
}
.join_info br {
	display: none;
}
.join_end {
	width: 100%;
	padding: 50px;
	box-sizing: border-box;
}
.join_end:before {
	position: absolute;
	left: 49.8%;
	width: 118px;
	height: 119px;
	background: url("../images/icon/bg_join_end.png") no-repeat;
	content: '';
	transform: translate(-50%,0);
}
.join_end dl {
	text-align: center;
	margin-top: 155px;
}
.join_end dl > dt {
	font-size: 22px;
	color: #333;
	font-weight: 600;
	margin-bottom: 15px;
}
.join_end dl > dd {
	font-size: 16px;
	color: #666;
	font-weight: 500;
}

/* 업무 검색창 */
.filter_form {
     position: relative;
    z-index: 1;
    margin: 3px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #d9d9d9;
	padding: 15px;
}

.filter_form table {
    width: 100%;
    margin: 0;
    border: 0;
    table-layout: fixed;
    border-collapse: collapse;
    empty-cells: show;
}

.filter_form table th {
    height: 50px;
    padding: 8px 15px;
    font-size: 14px;
    color: #111;
    text-align: left;
    border-left: 0;
    letter-spacing: -0.5px;
}

.filter_form table th .bg-chk {
    display: block;
    margin: 0;
    font-weight: 400;
    color: #333;
}

.filter_form table th .bg-chk label {
    font-size: 16px;
    letter-spacing: -1px;
}

.filter_form table td {
    height: 50px;
    padding: 8px 15px;
    font-size: 14px;
    border-left: 0;
    letter-spacing: -0.5px;
}

.filter_form table td .checkBox span input[type=checkbox], .filter_form table td .checkBox span input[type=radio] {
    margin-right: 3px;
}

.filter_form table td .checkBox > * {
    padding: 3px 0;
    margin-right: 20px;
}

.filter_form table td .checkBox input {
    margin-top: -2px;
}

.filter_form table th:last-child, .filter_form table td:last-child {
    border-right: 0;
}

.filter_form table thead th {
    height: 50px;
    padding: 5px 15px;
    text-align: center;
}

.filter_form table thead tr:first-child th, .filter_form table tbody tr:first-child th, .filter_form table tbody tr:first-child td {
    border-top: 0;
}

.filter_form table thead tr th:first-child {
    border-left: 0;
}

.filter_form table td select.sel01 {
    width: 300px;
}

.filter_form table tbody tr td select {
    width: auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 36px;
    margin: 0;
    padding: 0 34px 0 12px;
    line-height: 36px;
    color: #333;
    vertical-align: middle;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff url('../images/icon/bg-select-arr.png') no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.filter_form table tbody tr td select::-ms-expand {
    display: none;
}

.filter_form table tbody tr td input.input-text {
    display: inline-block;
    width: auto;
    height: 36px;
    padding: 0 12px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: middle;
}

.filter_form .btn_filter_box {
    padding: 13px 0;
	border-top: 1px solid #ddd;
	margin-top: 10px;
	align-items: center;
    justify-content: center;
}
.datepicker {
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.datepicker > span {
    position: relative;
    display: flex;
}
.datepicker > span input {
    display: block;
    width: 130px;
    height: 36px;
    margin: 0;
    padding: 0 34px 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
	box-sizing: border-box;
}
.ui_datepicker_trigger {
    overflow: hidden;
    display: block;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 34px;
    height: 34px;
    margin: 0;
    padding: 0;
    font-size: 1px;
    line-height: 1px;
    text-indent: -9999px;
    background: url(../images/icon/ico-calendar.png) no-repeat 0 0;
	border: none;
}
.datepicker > span + span:before {
    content: '-';
    display: block;
    float: left;
    width: 20px;
    text-align: center;
    line-height: 36px;
}

.datepicker_input {
    overflow: hidden;
}
.datepicker_input > span {
    position: relative;
}
.datepicker_input > span input {
    display: block;
    width: 130px;
    height: 36px;
    margin: 0;
    padding: 0 34px 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
	box-sizing: border-box;
}
.datepicker_input > span + span:before {
    content: '-';
    display: block;
    float: left;
    width: 20px;
    text-align: center;
    line-height: 36px;
}

.search_filter_box {
	position: relative;
	background: #f1f3f5;
	overflow: hidden;
}
.search_filter_box:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: #111
}
.search_filter_box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 30px;
	background: #111
}

/* 도움말 */
.helper_box {
    width: 100%;
    padding: 24px;
    background-color: #edf1f5;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
}
.helper_box.refer {
    padding: 16px;
    background-color: #f8f8f8;
}
.helper_box.refer .helper_tit {
    color: #1d1d1d;
}
.helper_box .helper_tit {
    display: flex;
    position: relative;
    color: #003675;
    font-weight: 600;   
	font-size: 14px;
}
.helper_box.refer .helper_desc_wrap {
    margin-top: 16px;
	font-size: 1.4rem;
}
.helper_box .helper_desc-wrap {
    margin-top: 20px;
    margin-left: 24px;
}
.helper_box .helper_tit::before {
    margin-right: 4px;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("../images/icon/ico_helper_info.svg");
    background-size: contain;
}
.helper_box.refer .helper_tit::before {
    background-image: url("../images/icon/ico_helper_info_trans.svg");
}
/* 팝업창 */
.popup_wrap{
	width: 100%; 
	overflow: hidden;
	position: relative;
}
.popup_header{
	width: 100%;
	height: 63px;
	background-color: #354052;
	position: relative;
	padding: 0rem 2rem;
	display: flex;
	align-items: center;
}
.popup_header strong{
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 58px;
	align-items: center;
	display: flex;
	padding-left: 0px;
}
.popup_header strong:before {
	content: '';
	/* display: block; */
	background: url("../images/icon/icon_popup.png") no-repeat;
	width: 20px;
	height: 20px;
	top: 50%;
	margin-right: 1rem;
	/* position: absolute; */
	/* transform: translate(0, -50%); */
}
.popup_header .popup_close {
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translate(0, -50%);
}
.popup_header .popup_close a{
	background: url("../images/icon/icon_popup_close.png") no-repeat;
	display: block;
	width: 20px;
	height: 20px;
}
.popup_conts{
	padding: 2rem;
}
.popup_foot{
	padding: 10px 25px;
	background-color: #fafafa;
	position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1000px) {

.row_br li a {
	display: block;
	min-height: 30px;
}

.filter_form {
	 border: none;
}

.filter_form table colgroup {
	display: none;
}

.filter_form table th {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0 0;
	border: 0;
	background: transparent;
}

.filter_form table td {
	display: block;
	width: 100%;
	height: auto;
	padding: 10px 0;
	border: 0;
}

.filter_form table td select.sel01 {
	width: 100%;
	margin-top: 10px;
}

.filter_form table td select.sel01:first-child {
	margin: 0;
}

.filter_form table td .checkBox > * {
	display: inline-block;
	margin-right: 15px;
}

.filter_form table td .srch select {
	width: 110px;
}

.filter_form table td .srch .input-text {
	width: calc(100% - 115px)
}	
	
.tab.fill.full.tab_mutation [role=tablist] {
	display: none;
	flex-direction: column;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 10;
	padding: 16px;
	border: 1px solid #d8d8d8;
	  
	border-radius: 8px;
	background-color: #fff;
}
.tab.fill.full.tab_mutation [role=tablist] li.active .btn_tab {
	color: inherit;
	background-color: transparent;
}
.tab.fill.full.tab_mutation [role=tablist] .btn_tab {
	justify-content: flex-start;
	font-size: 17px !important;
	font-weight: 400;
	height: 48px !important;
	border-radius: 8px;
	border: 0;
}	
.tab.fill.full.tab_mutation .m_tab_btn {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	color: #fff;
	width: 100%;
	height: 48px;
	padding: 0 16px;
	border-radius: 8px;
	background-color: #717171;
	cursor: pointer;
}
.tab.fill.full.tab_mutation .m_tab_btn::after {
	display: inline-flex;
	flex-shrink: 0;
	content: "";
	width: 24px;
	height: 24px;
	margin-left: auto;
	background-image: url(../images/icon/ico_arr_20_down_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
.tab.fill.full.tab_mutation [role=tablist] .btn_tab:not(:disabled):hover {
        color: #003675 !important;
        background-color: #edf1f5 !important;
    }	
}

@media screen and (max-width:767px) {

.tab.line{
	flex-direction: column;
	height: auto;
}
.tab.line li{
	height: auto;
}
	
.join_agree_process ul {
	display: block;
}
.sub_join_type {
	display: block;
}
.sub_join_type a {
	display: block;
	text-align: center;
	margin-bottom: 5px;
}
.sub_join_type a:not(:last-child) {
	margin-right: 0;
}
.join_form_innerall span {
	width: 100%;
	text-align: center;
	border-top: solid 1px #ddd;
	display: block;
	padding-top: 13px;
	margin-top: 10px;
	float: none;
}
.join_agree_box {
	padding: 20px;
}
.join_agree_box_out {
	padding: 0 20px;
}

	.btn_filter{
		display: none;
	}
	.filter_form table tbody tr td select{
		width: 100%;
	}
	.datepicker{
		flex-direction: column;
		gap: 10px;
	}
	.datepicker > span input{
		width: 100%;
	}	
	.datepicker > span + span:before{
		display: none;
	}
	.filter_form table tbody tr td input.input-text{
		width: 100%;
	}
}
