/*Á¤º¸¸ñ·Ï °Ë»ö 25.09.08 ¼öÁ¤ ¹× Ãß°¡*/
.jungbo_list .tel_srch_box {display: flex; justify-content: space-between; align-items: flex-end;}
.jungbo_list .row {display: flex; justify-content: flex-end; align-items: center; gap: 5px;}
.jungbo_list .row + .row {padding-top: 10px;}
.jungbo_list .row > label {padding-right: 10px;}
.jungbo_list button {height: 33px !important; line-height: 3px !important;}
.jungbo_list .tel_srch select { min-width: 80px; height: 33px !important; line-height: 3px !important;}

.jungbo_list .m_row {display:inline;}
.jungbo_list .txt {padding-right: 10px;}
.jungbo_list .label_form label {display: inline-block; cursor: pointer;}
.jungbo_list .label_form label > input {position: absolute; filter: alpha(opacity=0); opacity: 0; width: auto; height: auto;}
.jungbo_list .label_form label > span {position: relative; display: inline-block; vertical-align: middle; padding: 0 9px; height: 31px; border: 1px solid #aeaeb1; background: #fff; color: #555; line-height: 31px; text-align: center;}
.jungbo_list .label_form label input:checked + span {border-color: #116291; color: #fff; background: #116291;}

.jungbo_list input[type="text"].date {min-width: auto; width: 100px; text-align: center;}

.hidden {position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: polygon(0 0, 0 0, 0 0);}


@media screen and (max-width: 690px) {
.jungbo_list {font-size: 14px;}
.jungbo_list .tel_srch_box {padding: 10px;}
.jungbo_list .tel_srch_box div:nth-of-type(1) > label, .jungbo_list .tel_srch_box div:nth-of-type(2) > label {display: none;}
.jungbo_list .tel_srch_box div:nth-of-type(3) {display: block;}
.jungbo_list .tel_srch_box {flex-wrap: wrap-reverse;}

.jungbo_list .row + .row, .jungbo_list .m_row + .m_row {padding-top: 7px;}
.jungbo_list .tel_srch select {margin-bottom: 0 !important;}
.jungbo_list button {margin-left: 0 !important; min-width: 60px;}


.jungbo_list .m_row {position: relative; width: 100%; display: flex; justify-content: space-between; flex-wrap: wrap;}
.jungbo_list .txt {display: none;}
.jungbo_list .label_form {display: flex; width: 100%; justify-content: space-between;}
.jungbo_list .label_form label {position: relative; width: 32%;}
.jungbo_list .label_form label > span {width: 100%; box-sizing: border-box;}

.jungbo_list input[type="text"].date {min-width: 39%; height: 33px; line-height: 33px; box-sizing: border-box;}
}

@media screen and (max-width :420px) {
.jungbo_list input[type="text"].date {min-width: 49%;}
.jungbo_list .m_row button {width: 100% !important; margin-top: 7px;}
}



/*Á¤º¸¸ñ·Ï ºÎ¼­¸í Ã£±â 25.09.08 Ãß°¡*/
.org_modal {position: relative; position: fixed; top: 25%; left: 50%; transform: translate(-50%, 0); background: #fff; z-index: 100; border: 1px solid #394b61; width: 400px; -moz-box-shadow: 2px 2px 3px #ccc; -webkit-box-shadow: 2px 2px 3px #ccc; box-shadow: 2px 2px 3px #ccc; display: none;}
.org_modal_header {display: block; text-align: center; padding: 10px 0; font-size: 16px; font-weight: bold; color: #fff; background: #394b61;}
.org_modal_header .btn_box {position: absolute; top: 0; right: 0;}

.org_modal_body .org_search_box {margin: 0; padding: 15px; text-align: center; border-bottom: 1px solid #ddd; background: #fafbfc;}
.org_modal_body .org_search_box input[type="text"] {width: 70%; height: 32px; padding: 5px; border: 1px solid #d1d1d1; color: #666; box-sizing: border-box; font-size: 15px;}
.org_modal_body .org_search_box button {width: auto; margin: 0; border: 1px solid #394b61; background: #394b61; padding: 8px 20px; color: #fff; vertical-align: middle; cursor: pointer; font-weight: bold; box-sizing: border-box; font-size: 15px;}
.org_modal_body .org_search_box p {font-size: 12px; text-align: center; margin-top: 10px;}

.org_modal_body .tree {margin: 20px 0 20px 20px; height: 300px; overflow-y: auto;}
.org_modal_body .tree ul > li {font-size: 16px;}
.org_modal_body .tree ul li li {position: relative; padding: 0 0 2px 22px; white-space: nowrap; line-height: 20px; background: url('/images/web/kcg/common/org_tree.gif') no-repeat 9px 0; font-size: 13px;}

@media screen and (max-width :420px) {
.org_modal {width: 95%;}
}