@charset "UTf-8";

/********************************************************************************************************************************
* 법령
********************************************************************************************************************************/
/* 법령목록 */
.law-title {
    cursor: pointer;
}
/* 법령아이디 검색 */
.joe-search span:nth-child(1), .joe-search span:nth-child(3),
.joe-search span:nth-child(5)
{
    font-weight: bold; margin-right: 5px;
}
.joe-search span:nth-child(2), .joe-search span:nth-child(4),
.joe-search span:nth-child(6)
{
    margin-right: 20px;
}
.search-modresult {
    padding: 10px; line-height: 180%;
}
/* 2단편집영역 */
.joedit-top {
    height: 35px;
    background-color: #f9f9f9;
    text-align: center;
    font-weight: bold;
}
.joedit-top span {
    display: inline-block; margin-top: 10px;
}
/* 편집소메뉴 */
.joedit-menu td {
    height: 68px;
    text-align: center;
    background-color: #999999;
    font-weight: bold;
    color: #FFF;
    font-size: 15px;
}
.joedit-menu .jo-active{
    background-color: #337ab7;
}
.joedit-top-right {
    text-align: center;
    color: #3e5569 !important;
}
.joedit-menu td {
    cursor: pointer;
}
/* 3단연결 */
.lawbox-dummy {
    display: block; 
    margin-bottom: 30px;
}
.lawlink-title {
    height: 50px; text-align: left !important;
}
.tagify-wrap-box {
    height: 960px; 
    background-color: #e6e6e6;
    vertical-align: initial !important;
    vertical-align: top;
}
#wrap-vertical-top {
    vertical-align: top !important;
    text-align: left !important;
}
.step3-input-wrap {
    padding: 8px 0px 10px 0px;
    width: 100%;
}
.step3-savearea {
    padding: 0px 0px 10px 0px;
}
.step3-input {
    width: 100%; height: 38px; line-height: 38px !important;
}

.btn-tagi-del {
    margin: 3px 0 0 10px !important; height: 32px; width: 68px;
}
.save-line-wrap {
    display: flex;
    padding: 0px 0px 4px 0px;
}
.saved-inputs { flex: 1; } .saved-btns { width: 78px; }
.tgsave-scroll-wrap {
    overflow: auto; 
    height: 820px; 
    border: 1px solid #ddd; border-top: none !important;
}
/* 3단연결-tagify-z-index, footer 보정 */
footer.site-footer {
    z-index: 2;
}
/* 세무법 관리 */
.tagify_white>div {
    background-color: #FFF; 
    height: 40px; 
    padding-top: 10px !important; margin-right: 3px !important;
}
.tagify_boarder_none {
    border : initial !important;
}
.tagify-tagbox>tags{
    border : initial !important;
}
.tagify-tagbox>tags>tag>div {
    background-color: #FFF !important;
    height: 40px !important; 
    padding-top: 10px !important; margin-right: 3px !important;
}
/* 신구대비 */
.newold-wrap {
    overflow: auto; height: 820px; border: 1px solid #ddd;
    padding: 23px 18px; text-align: center; background-color: #e6e6e6;
}
.newold-content {
    width: 49.5%; display: inline-block; 
    border: 1px solid #ddd;
    margin-bottom: 23px;
}
.newold-btbg {
    background-color: #f8f8f8;
    height: 45px; text-align: right;
}
.newoldtitle {
    text-align: center;
}
.newoldtitle.left { color: #3e5569; }
.newoldtitle.right { color: #683a35; background-color: #feedec; }
/* 입법예고 */
.radio_wic {
    margin-left: 13px;
}
/* 예규판례 */
.ygstartbl {
    margin-bottom: 10px;
}
.ygpreline {
    white-space: pre-line;
}
/* 누락예규판례 신청 */
.ygomitselt {
    display: inline-block !important;
    height: 26px !important;
    color: #fff;
    vertical-align: middle;
    background: #337ab7 !important;
}
.ygomitselt.gray {
    background: #cccccc !important;
}
.ygomitsbtn {
    height: 26px !important;
    font-size: 11px;
}
/* 삭제/변경 예규판례 */
.ygpr-delmodify span:nth-child(1){
    color: #005cba;
    font-size: 14px;
}
.ygpr-delmodify span:nth-child(2){
    font-size: 13px; display: block;
    margin: 4px 0 0 0;
}
.ygdoctxt {
    font-size: 15px;
    font-weight: bold;
}
.ygpr-help {
    float: left;
    margin-top: 10px;
}
.ygpr-delinput {
    background-color: #eeeeee;
}
/* 자주찾는쟁점별사례 */
.ygpr-often span:nth-child(1){
    font-size: 13px;
    font-weight: bold;
}
.ygpr-often span:nth-child(2){
    display: block;
    width:800px;
    white-space: nowrap;      /* 줄 바꿈 방지 */
    overflow: hidden;         /* 넘치는 부분 감춤 */
    text-overflow: ellipsis;  /* 말줄임 표시 */
    font-size: 12px; 
}
.ygpr-updown-wrap {
    float: right;
}
.ygpr-issue-select {
    margin-bottom: 8px;
}
.ygpr-issue-help i {
    vertical-align: middle; margin: -3px 3px 0 0;
}
.ygpr-issue-container {
    display: flex; margin-bottom: 24px;
}
.ygpr-issue-flexible {
    flex: 1; /* flex-grow: 1, flex-shrink: 1, flex-basis: 0 */
}

.ygpr-issue-fixed-width {
    flex: 0 0 80px; /* flex-grow: 0, flex-shrink: 0, flex-basis: 200px */
    display: flex; /* 자식 요소들을 수직으로 정렬하기 위해 부모에게 flex 적용 */
    align-items: center; /* 수직 가운데 정렬 */
    justify-content: right; /* 수평 오른쪽 정렬 */
}
/* 주제어 등록 */
.search-word-input {
    vertical-align: top;
    margin: 2px -16px 0 0  !important;
}
.search-word-table-top {
    border-top: 1px solid #ddd;
}
.search-word-input-middle {
    vertical-align: middle;
    margin-right: 3px !important;
}
/* 위임법령 */
.delete-tgbox {
    height: 98px; 
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    margin-top: 18px;
}
.delete-tgbox-title {
    margin: 14px;
    display: inline-block;
    font-weight: bold;
}
.delete-tgbox div:nth-child(2) {
    overflow: auto;
    height: 40px;
    margin: 0 14px;
    line-height: 20px;
}
.delegate-title {
    text-align: left !important;
}
.delegate-title span {
    display: block; margin-bottom: 15px;
}
.delegate-title div {
    display: inline-block; margin-bottom: 8px;
}
/* 판례이력 */
.gpshim_icon {
    border-radius: 4px;
    width: 50px;
    height: 24px;
    display: inline-block;
    line-height: 24px;
    color: #fff;
}
.gpshim_icon.blue { background-color: #337ab7; }
.gpshim_icon.red { background-color: #d9534f; }
.gpshim_icon.gray { background-color: #bbbbbb; margin-top: 4px; }
.gpshim_td_center { 
    padding: initial !important;
    text-align: center !important;
}
.gpshim-gpbox-bluicon {
    border-radius: 4px;
    width: 50px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    color: #fff;
    background-color: #337ab7;
    text-align: center;
}
.gpshim-gpbox>ul>li {
    margin-bottom: 4px;
}
.gpshim-gpbox>ul>li:last-child {
    margin-bottom: initial;
}
.gpshim-sptxt {
    margin-left: 6px;
}
.sub-gpshimtxt {
    margin-left: 4px;
    margin-bottom: 12px;
}
.sub-gpshimtxt span:first-child {
    font-size: 15px;
    font-weight: bold;
}
.sub-gpshimtxt span:nth-child(2) {
    color: #337ab7;
    font-size: 15px;
    font-weight: bold;
}
.gpshim-rc-tit {
    background-color: #444444;
    border-radius: 4px;
    text-align: center;
    margin: 5px;
    width: 50px;
    color: #fff;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    float: left;
}
.gpshim-flow {
    display: inline-block;
    vertical-align: top;
    margin: 18px 0 0 15px;
}
.gpshim-flow li{
    display: inline-block;
    margin-right: 20px;
}
.gpshim-flow li a {
    display: inline-block;
}
.gpshim-flow li i {
    display: inline-block;
    font-size: 200%;
    font-weight: bold;
    vertical-align: top;
    margin-left: 15px;
}
.gpshim-flow .active a {
    color: #e05555 !important;
    font-weight: bold;
}