@charset "euc-kr";

a {
  font-family: "맑은 고딕", "Malgun Gothic", "MalgunGothicRegular", sans-serif;
}
/********************************************************************************************************************************
* 공통 Style
********************************************************************************************************************************/
/*----- 부칙 icon -----*/
.comm-buchik-btn {
  clear: both;
  display: inline-block;
  position: relative;
  height: 18px;
  margin: 0 0 2px 6px;
  padding: 0 6px;
  font-size: 11px;
  color: #fff !important;
  line-height: 13px;
  text-indent: 0;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid #888;
  border-radius: 3px;
  background: #999;
}
.comm-buchik-btn:hover {
  border-color: #ff643c;
  background-color: #f25f39;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.comm-buchik-btn:active {
  bottom: -2px;
}

/*----- 적용시기 icon -----*/
.comm-speech-bubble {
  clear: both;
  display: inline-block;
  position: relative;
  height: 18px;
  margin: 0 0 2px 6px;
  padding: 0 6px;
  font-size: 11px;
  color: #fff !important;
  letter-spacing: -1px;
  line-height: 13px;
  text-indent: 0;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid #767fbf;
  border-radius: 3px;
  background: #808ace;
  cursor: pointer;
}

/*----- 개정이유, 변경조문, 부칙 ----------------------------------------*/
.comm-law-pop-wp {
  clear: both;
  padding: 5px 0 0 0;
  overflow: hidden;
}

/* Title */
.comm-law-pop-wp .title-box {
  position: relative;
  margin: 0 0 30px 0;
  padding: 10px 15px 13px 15px;
  font-size: 105%;
  line-height: 1.4em;
  font-weight: bold;
  border: 5px solid #e5eaeb;
  background: #f9fbfb;
}
.comm-law-pop-wp .title-box span.bub {
  display: inline-block;
  position: relative;
}
.comm-law-pop-wp .title-box span.bub::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  height: 5px;
  background: #444;
}

/*----- 내용 -----*/
.comm-law-pop-wp .detail-box {
  clear: both;
  padding: 0 10px 30px 10px;
  font-size: 14px;
  line-height: 1.6em;
  text-align: justify;
}
.comm-law-pop-wp .detail-box .date_ho {
  display: block;
  margin: 0 0 12px 0;
  color: #e10000;
  text-align: right;
}
.comm-law-pop-wp .detail-box .back-btn {
  display: block;
  margin: -10px -10px 15px 0;
  text-align: right;
}
.comm-law-pop-wp .detail-box .back-btn .btn-type {
  height: 26px;
  padding: 0 10px;
  font-size: 12px;
  letter-spacing: -0.5px;
  line-height: 22px;
  border-radius: 3px;
}

/*----- 소타이틀 -----*/
.comm-law-pop-wp .detail-box .stit {
  display: block;
  margin: 0 0 10px 0;
  font-size: 105%;
  font-weight: bold;
}
.comm-law-pop-wp .detail-box .stxt {
  display: block;
  margin: 0 0 40px 0;
  padding: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.6em;
  text-align: justify;
  cursor: auto !important;
}
.comm-law-pop-wp .detail-box .stxt .clsLT1 {
  margin: 0 0 0 0;
  font-size: 115%;
}
.comm-law-pop-wp .detail-box .stxt div {
  font-size: 14px;
  line-height: 1.6em;
  text-align: justify;
}
.comm-law-pop-wp .detail-box .stxt:last-child {
  margin-bottom: 0;
}

/*----- 부칙 -----*/
.comm-law-pop-wp .detail-box .buchik-list {
  margin: 0 0px -20px 0;
}
.comm-law-pop-wp .detail-box .buchik-list li {
  clear: both;
  position: relative;
  margin: 0 0 2px 0;
  padding: 0 0 0 16px;
  font-size: 14px;
  line-height: 1.6em;
  background: url("/pds/images/comm/dot3.gif") no-repeat 0 8px;
}
.comm-law-pop-wp .detail-box .buchik-list li:last-child {
  margin-bottom: 0;
}

/*--- 2단용 ---*/
.comm-law-pop-2dan-wp {
  clear: both;
  position: relative;
  overflow: hidden;
}
.comm-law-pop-2dan-wp .dan-lt {
  position: fixed;
  top: 65px;
  bottom: 0;
  left: 0;
  width: 26%;
  border-right: 1px solid #ddd;
  background: #f7f7f7;
  box-shadow: -2px 0 10px 0 rgba(0, 0, 0, 0.05) inset;
  overflow: hidden;
  z-index: 1;
}
.comm-law-pop-2dan-wp .dan-rt {
  position: fixed;
  top: 65px;
  bottom: 0;
  right: 0;
  width: 74%;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1;
}

/*----- 부칙 -----*/
.pop-buchik-list {
  clear: both;
  margin: 20px 0 20px 0;
}
.pop-buchik-list li {
  clear: both;
  position: relative;
  padding: 0 18px;
}
.pop-buchik-list li a {
  display: block;
  position: relative;
  padding: 9px 0 12px 15px;
  font-size: 13px;
  line-height: 1.4em;
  text-decoration: none !important;
  border-bottom: 1px solid #fff;
  background: url("/pds/images/comm/dot3.png") no-repeat 0 15px;
  transition: all 0.1s;
}
.pop-buchik-list li a:hover {
  background-image: url("/pds/images/comm/dot3_hover.png");
}
.pop-buchik-list li:last-child a {
  border-bottom: none;
}
.pop-buchik-list li:last-child a:after {
  display: none;
}
.pop-buchik-list li a::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 1px;
  background: #e3e3e3;
}
.pop-buchik-list li.active {
  background: #444;
}
.pop-buchik-list li.active a {
  color: #fff;
  border-bottom-color: transparent;
  background-image: url("/pds/images/comm/dot3_hover.png");
}
.pop-buchik-list li.active a:after {
  display: none;
}

.pop-buchik-view {
  clear: both;
  margin: 5px 25px 0px 25px;
}

/********************************************************************************************************************************
*   1단 window Style
********************************************************************************************************************************/
/*----- 공통 ----------------------------------------*/
.comm-window-grobal-wrap {
  clear: both;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  z-index: 1;
}

.comm-window-grobal-wrap .win-dan-lt {
  position: relative;
  float: left;
  width: 30%;
}
.comm-window-grobal-wrap .win-dan-rt {
  position: relative;
  float: right;
  width: 70%;
}

/*--- 버튼 ---*/
.comm-window-grobal-wrap .btn-small-style {
  height: 28px;
  padding: 0 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9) !important;
  letter-spacing: -0.2px;
  line-height: 26px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
}
.comm-window-grobal-wrap .btn-small-style:hover {
  color: #fff !important;
}
.comm-window-grobal-wrap .btn-small2-style {
  height: 26px;
  padding: 0 10px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9) !important;
  letter-spacing: -1px;
  line-height: 24px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
}
.comm-window-grobal-wrap .btn-small2-style:hover {
  color: #fff !important;
}

/*----- 새창보기 추가(2019-03-21) -----*/
.comm-window-grobal-wrap .win-jo-blank-btn {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 7px 0 0;
  font-size: 7px;
  line-height: 9px;
  text-align: center;
  vertical-align: text-bottom;
  border: 1px solid #dadada;
  border-radius: 3px;
  background: url("/images/ic_plus.png") no-repeat -1px -1px;
  transition: all 0.3s;
  transition: background-position 0s;
}
.comm-window-grobal-wrap .win-jo-blank-btn i::before {
  content: "\f067";
}
.comm-window-grobal-wrap .win-jo-blank-btn:hover {
  color: #fff;
  border-color: #ff643c;
  background-color: #f25f39;
  background-position-y: -17px;
}

/*----- header ----------------------------------------*/
.comm-window-grobal-wrap .win-header-wp {
  position: relative;
}

/* title */
.comm-window-grobal-wrap .win-header-wp .title-field {
  position: relative;
  height: 44px;
  padding: 0 0 2px 0;
  font-family: "Noto Sans KR", "Noto Sans", "맑은 고딕", "Malgun Gothic";
  /*	font-size: 115% !important; color: #fff; letter-spacing: -0.5px; line-height: 42px; font-weight: bold; text-align: center;	*/
  font-size: 18px;
  color: #fff;
  letter-spacing: 0;
  line-height: 42px;
  font-weight: 500;
  text-align: center;
  background-color: #1d2483 !important;
}

.comm-window-grobal-wrap .win-header-wp .title-field span {
  color: #fff;
}
.comm-window-grobal-wrap .win-header-wp .title-field span.flat-icon {
  display: inline-block;
  height: 36px;
  padding: 0 0 0 30px;
  background: url(/images/win_tit_icon_big.png) no-repeat;
  background-position: 0 9px;
}

.comm-window-grobal-wrap .win-header-wp .title-field .window-open-btn {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 26px;
  height: 26px;
  margin: -13px 0 0 0;
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  /*	border: 1px solid rgba(255,255,255, 0.3);	*/
  border: 1px solid #c74c4c;
  border-radius: 3px;
  background: #e05555;
}
.comm-window-grobal-wrap .win-header-wp .title-field .window-open-btn:hover {
  border-color: #ff643c;
  background-color: #f25f39;
}

.comm-window-grobal-wrap .win-header-wp .subj-btns-field {
  clear: both;
  position: relative;
  height: 46px;
  padding: 0 0 0 15px;
  background: #e1e3e6;
}
.comm-window-grobal-wrap .win-header-wp .subj-btns-field .win-subj {
  font-size: 13px;
  line-height: 1.2em;
}
.comm-window-grobal-wrap .win-header-wp .subj-btns-field .win-subj strong {
  display: inline-block;
  margin: 0 8px 0 0;
  font-size: 15px;
  color: #222;
  letter-spacing: -0.2px;
  font-weight: bold;
}
.comm-window-grobal-wrap .win-header-wp .subj-btns-field .btns {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -14px 0 0 0;
}
.comm-window-grobal-wrap .win-header-wp .subj-btns-field .btns ul {
  float: left;
}
.comm-window-grobal-wrap .win-header-wp .subj-btns-field .btns li {
  float: left;
  margin: 0 0 0 4px;
}
.comm-window-grobal-wrap .win-header-wp .subj-btns-field .btns li.three-dan {
  margin-right: 12px;
}

.comm-window-grobal-wrap .win-header-wp .subj-btns-field .form-control {
  display: inline-block;
  height: 30px;
  padding: 4px 8px;
  font-size: 13px;
  line-height: 100%;
  vertical-align: middle;
  border-color: #c7c7c7;
  border-radius: 4px;
  line-height: 20px;
}

.form-control option {
  font-family: "맑은 고딕", "Malgun Gothic", "MalgunGothicRegular", sans-serif;
  line-height: 28px;
}

.form-control::placeholder {
  font-size: 12px;
}
/*----- 해설정보 안내 box -----*/
.comm-window-grobal-wrap
  .win-header-wp
  .subj-btns-field
  .btns
  .haesul-info-guide-box {
  display: none;
  position: absolute;
  top: 30px;
  right: 0px;
  width: 410px;
  font-size: 12px;
  line-height: 1.4em;
  border: 1px solid #666;
  background: #fff;
  box-shadow: 2px 2px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 20;
}
.comm-window-grobal-wrap
  .win-header-wp
  .subj-btns-field
  .btns
  .haesul-info-guide-box
  .stit {
  display: block;
  position: relative;
  height: 32px;
  padding: 0 0 0 15px;
  font-size: 13px;
  line-height: 30px;
  font-weight: bold;
  background: #f5f5f5;
}
.comm-window-grobal-wrap
  .win-header-wp
  .subj-btns-field
  .btns
  .haesul-info-guide-box
  .haesul-info-guide-box-close {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 0;
  font-size: 12px;
  color: #555;
  line-height: 12px;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 2px;
  background: #fff;
}
.comm-window-grobal-wrap
  .win-header-wp
  .subj-btns-field
  .btns
  .haesul-info-guide-box
  .haesul-info-guide-box-close:hover {
  color: #fff;
  border-color: #ff643c;
  background: #ff643c;
}
.comm-window-grobal-wrap
  .win-header-wp
  .subj-btns-field
  .btns
  .haesul-info-guide-box
  .txt {
  display: block;
  padding: 12px 15px 15px 15px;
}

/*----- 조 관련 정보 및 이동 -----*/
.comm-window-grobal-wrap .win-header-wp .jo-infos-field {
  clear: both;
  border-bottom: 1px solid #ddd;
  background: #f2f3f4;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.02);
}
.comm-window-grobal-wrap .win-header-wp .jo-infos-field .row {
  height: 46px;
}

/*----- Left -----*/
.comm-window-grobal-wrap .win-header-wp .jo-infos-field .win-dan-lt {
  border-right: 1px solid #d5d5d5;
}

/*----- 법 이동 -----*/
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-lt
  .bub-class-move {
  position: absolute;
  top: 50%;
  left: 15px;
  margin: -14px 0 0 0;
}
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-lt
  .bub-class-move
  ul {
  float: left;
}
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-lt
  .bub-class-move
  li {
  float: left;
  margin: 0 2px 0 0;
}
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-lt
  .bub-class-move
  li
  a {
  height: 28px;
  padding: 0 8px;
  font-size: 12px;
  color: #666;
  letter-spacing: -0.2px;
  line-height: 26px;
  font-weight: normal;
  text-align: center;
  border-color: #ccc !important;
  border-radius: 3px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05),
    0 14px 0px 0 rgba(255, 255, 255, 0.9) inset;
  transition: all 0.2s;
}
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-lt
  .bub-class-move
  li
  a.wide {
  padding: 0 5px;
}
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-lt
  .bub-class-move
  li
  a:hover {
  color: #222 !important;
  border-color: #777 !important;
  background-color: #f3f3f3 !important;
}
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-lt
  .bub-class-move
  li
  a.active {
  color: #fff !important;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border-color: #e35a36 !important;
  background-color: #f25f39 !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}

/*----- 조문 이동 -----*/
.comm-window-grobal-wrap .win-header-wp .jo-infos-field .win-dan-lt .jo-move {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -14px 0 0 0;
}
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-lt
  .jo-move
  .form-control {
  height: 28px;
  padding: 3px 3px 3px 6px;
  font-size: 13px;
}
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-lt
  .jo-move
  .form-control::-moz-placeholder {
  font-size: 13px !important;
  color: #ccc !important;
}
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-lt
  .jo-move
  .form-control:-ms-input-placeholder {
  font-size: 13px !important;
  color: #ccc !important;
}
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-lt
  .jo-move
  .form-control::-webkit-input-placeholder {
  font-size: 13px !important;
  color: #ccc !important;
}

.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-lt
  .jo-move.window-link {
  left: 18px;
  margin: -13px 0 0 0;
}

/*----- 기타 제목 등 -----*/
.comm-window-grobal-wrap .win-header-wp .jo-infos-field .win-dan-lt .word {
  display: inline-block;
  margin: 12px 0 0 18px;
  font-size: 100%;
  line-height: 1.4em;
  font-weight: bold;
}

/*----- Right -----*/
.comm-window-grobal-wrap .win-header-wp .jo-infos-field .win-dan-rt {
  padding: 0 200px 0 0;
}
.comm-window-grobal-wrap .win-header-wp .jo-infos-field .win-dan-rt .jo-subj {
  display: inline-block;
  padding: 14px 0 0 18px;
  width: 100%;
  font-size: 100%;
  color: #222;
  line-height: 1.2em;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.comm-window-grobal-wrap .win-header-wp .jo-infos-field .win-dan-rt .btns {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -14px 0 0 0;
}

/* .comm-cnt-Btns re-style */
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-rt
  .btns
  .comm-cnt-Btns {
  margin: 0;
}
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-rt
  .btns
  .comm-cnt-Btns
  dd {
  margin-left: 4px;
}
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-rt
  .btns
  .comm-cnt-Btns
  dd
  .btn-type {
  height: 28px;
  font-size: 12px;
  color: #666 !important;
  line-height: 26px;
  border-color: #d0d0d0 !important;
  background-color: #f9f9f9 !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05),
    0 14px 0px 0 rgba(255, 255, 255, 0.9) inset;
}
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-rt
  .btns
  .comm-cnt-Btns
  dd
  a.sns
  i {
  line-height: 26px;
}
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-rt
  .btns
  .comm-cnt-Btns
  dd
  .btn-type:hover {
  color: #111 !important;
  border-color: #666 !important;
  background-color: #f0f0f0 !important;
}

/*----- 회계 window 검색 -----*/
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-rt
  .win-search {
  display: inline-block;
  padding: 8px 0 0 18px;
}
.comm-window-grobal-wrap
  .win-header-wp
  .jo-infos-field
  .win-dan-rt
  .win-search
  .form-control {
  display: inline-block;
  height: 30px;
  padding-top: 7px;
  padding-left: 8px;
  font-size: 13px;
  vertical-align: middle;
  border-radius: 3px;
}

.comm-window-grobal-wrap .win-header-wp .subj-btns-field .form-control {
  /* min-width: 240px; */
}

/*----- body ----------------------------------------*/
.comm-window-grobal-wrap .win-body-wp {
  clear: both;
  position: absolute;
  top: 137px;
  bottom: 0;
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
}
.comm-window-grobal-wrap .win-body-wp .row {
  position: relative;
  height: 100%;
  border-right: 1px solid #ccc;
  overflow-x: hidden;
  overflow-y: scroll;
}
.comm-window-grobal-wrap .win-body-wp .row.win-dan-rt {
  border-right: none;
}
.comm-window-grobal-wrap .win-body-wp .row.bottom-move-btn {
  height: 93%;
}

/*----- Left field -----*/
.comm-window-grobal-wrap .win-body-wp .win-dan-lt .list-field {
  clear: both;
  position: relative;
  padding: 20px 15px 30px 15px;
  overflow: hidden;
}

/*----- 조세법 list -----*/
.comm-josebub-list {
  clear: both;
}
.comm-josebub-list li {
  clear: both;
  min-height: 17px;
  margin: 0 0 8px 0;
  font-size: 13px;
  color: #707d84;
  line-height: 1.3em;
}
.comm-josebub-list li.all-View {
  margin: 0 0 16px 0;
}
.comm-josebub-list li.all-View .all-btn {
  letter-spacing: -1px;
}

.comm-josebub-list li.ic-mF {
  margin: 14px 0 8px 0;
  padding-left: 23px;
  font-weight: bold;
  background: url("/images/acc_list_ic_04.png") no-repeat 0 2px;
  background-size: auto 14px;
}
.comm-josebub-list li.ic-aF {
  margin: 14px 0 8px 0;
  padding-left: 23px;
  font-weight: bold;
  background: url("/images/acc_list_ic_02.png") no-repeat 0 2px;
  background-size: auto 14px;
}
.comm-josebub-list li.ic-F {
  margin: 9px 0 8px 0;
  padding-left: 23px;
  background: url("/images/acc_list_ic_03.png") no-repeat 0 2px;
  background-size: auto 14px;
}
.comm-josebub-list li.ic-L {
  padding-left: 17px;
  background: url("/images/acc_list_ic_01.png") no-repeat 0 3px;
  background-size: auto 14px;
}

.comm-josebub-list li.tab1 {
  margin-left: 23px;
}
.comm-josebub-list li.tab2 {
  margin-left: 46px;
}
.comm-josebub-list li.tab3 {
  margin-left: 60px;
}
.comm-josebub-list li.tab4 {
  margin-left: 83px;
}
.comm-josebub-list li.ic-F.tab3,
.comm-josebub-list li.ic-L.tab3 {
  margin-left: 69px;
}
.comm-josebub-list li.ic-F.tab4,
.comm-josebub-list li.ic-L.tab4 {
  margin-left: 92px;
}
/*
.comm-josebub-list li a.jose-item {display: inline-block;}
*/
.comm-josebub-list li a.jose-item:visited {
  color: #666699 !important;
}
/*
.comm-josebub-list li a.jose-item:active  {color: #005cba !important;}
*/
.comm-josebub-list li a.jose-item.active {
  color: #000 !important;
  font-weight: bold;
}

.comm-josebub-list .update-icon {
  display: inline-block;
  margin: 0 0 3px 3px;
  vertical-align: bottom;
}
.comm-josebub-list .gaejeong-icon {
  display: inline-block;
  margin: 0 0 3px 4px;
  vertical-align: bottom;
}

/*----- contents field -----*/
.comm-josebub-contents-field {
  clear: both;
  position: relative;
  padding: 30px 35px 30px 25px;
  overflow: hidden;
}
.comm-josebub-contents-field.acc {
  padding: 30px 35px;
}

.comm-josebub-contents-field .jo-cnt-btns {
  margin: -5px 0 20px 0;
  padding: 0 0 5px 0;
  overflow: hidden;
}
.comm-josebub-contents-field .jo-cnt-btns ul {
  float: left;
}
.comm-josebub-contents-field .jo-cnt-btns li {
  float: left;
  margin: 0 4px 0 0;
}

.comm-josebub-contents-field .jo-contents-field {
  clear: both;
  position: relative;
  padding: 0px 0 0 0;
  font-size: 14px;
  line-height: 1.8em;
  text-align: left;
}
.comm-josebub-contents-field .jo-contents-field > div {
  font-size: 14px;
  line-height: 1.8em;
}
.comm-josebub-contents-field .jo-contents-field.acc-haesul {
  line-height: 1.6em;
}
.comm-josebub-contents-field .jo-contents-field.acc-haesul > div {
  font-size: 14px;
  line-height: 1.6em;
}

.comm-josebub-contents-field .jo-contents-field .clsLT1 {
  display: block;
  margin: 0 0 0 0;
  font-size: 115% !important;
  line-height: 1.4em;
  font-weight: bold;
}

/*----- 반영사항 안내 -----*/
.comm-josebub-contents-field .jo-contents-Guide-box {
  clear: both;
  margin: 0 0 10px 0;
  font-size: 13px;
  color: #888;
  line-height: 1.3em;
  text-align: right;
}
.comm-josebub-contents-field .jo-contents-Guide-box i {
  margin: 0 6px 1px 0;
  font-size: 130%;
  color: #444;
  vertical-align: middle;
}
.comm-josebub-contents-field .jo-contents-Guide-box i::before {
  content: "\f05a";
}
.comm-josebub-contents-field .jo-contents-Guide-box .confirm-date {
  clear: both;
  display: inline-block;
  position: relative;
  height: 18px;
  margin: 0 0 1px 12px;
  padding: 0 7px 0 7px;
  font-size: 11px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  vertical-align: bottom;
  border-radius: 2px;
  background-color: #555;
}
.comm-josebub-contents-field .jo-contents-Guide-box .confirm-date::after {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin: -5px 0 0 0;
  width: 0px;
  height: 0px;
  border: 5px solid;
  border-color: transparent #555 transparent transparent;
}
.comm-josebub-contents-field .jo-contents-Guide-box .confirm-date.org {
  background-color: #f47d31;
}
.comm-josebub-contents-field .jo-contents-Guide-box .confirm-date.org::after {
  border-right-color: #f47d31;
}

/*----- 해설 이동 btn -----*/
.comm-josebub-contents-move-btns {
  clear: both;
  margin: 40px 0 10px 0;
  text-align: center;
}
.comm-josebub-contents-move-btns a {
  margin: 0 8px 0 0;
}
.comm-josebub-contents-move-btns a:last-child {
  margin: 0;
}
.comm-josebub-contents-move-btns a i {
  margin-bottom: 3px !important;
  font-size: 16px !important;
  vertical-align: middle;
}
.comm-josebub-contents-move-btns a:last-child i,
.comm-josebub-contents-move-btns a i.fa-angle-right {
  margin-left: 5px;
  margin-right: 0;
}

/*----- 추가(2019-04-24) -----*/
.win-body-wp .page_btn {
  margin: 0 auto;
  margin-top: 40px;
  padding: 0 0 40px 0;
  text-align: center;
}
.win-body-wp .page_btn a i {
  margin-bottom: 3px !important;
  font-size: 16px !important;
  vertical-align: middle;
}
.win-body-wp .page_btn a i.fa-angle-right {
  margin-left: 5px;
  margin-right: 0;
}

/*----- 관련실무 해설 -----*/
.comm-josebub-contents-field .window-haesul-series-wp {
  clear: both;
  margin: 55px 10px 0 10px;
}
.comm-josebub-contents-field .window-haesul-series-wp .mTitle {
  margin-bottom: 12px;
  font-size: 115%;
  letter-spacing: -1px;
}
.comm-josebub-contents-field .window-haesul-series-wp .tbl-wp table.List {
  border-top-color: #ddd;
  border-bottom-color: #e9e9e9;
  background: #fcfcfc;
}
.comm-josebub-contents-field .window-haesul-series-wp .tbl-wp td {
  font-size: 14px !important;
}
.comm-josebub-contents-field .window-haesul-series-wp .tbl-wp td.subj {
  padding-left: 28px;
  background: url("/pds/images/comm/board_ic.gif") no-repeat 10px 18px !important;
}
.comm-josebub-contents-field .window-haesul-series-wp .tbl-wp td.subj:hover {
  background-image: url("/pds/images/comm/board_ic_hover.png") !important;
}
.comm-josebub-contents-field .window-haesul-series-wp .tbl-wp td.date {
  font-size: 13px !important;
}

/********************************************************************************************************************************
*   3단 window Style
********************************************************************************************************************************/
/*----- 공통 ----------------------------------------*/
.comm-3tab-window-grobal-wrap {
  clear: both;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}

img.mCS_img_loaded {
  max-width: 100%;
}

/*--- 버튼 ---*/
.comm-3tab-window-grobal-wrap .btn-small-style {
  height: 32px;
  padding: 0 9px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9) !important;
  letter-spacing: -0.2px;
  line-height: 28px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
}
.comm-3tab-window-grobal-wrap .btn-small-style:hover {
  color: #fff !important;
}
.comm-3tab-window-grobal-wrap .btn-small2-style {
  height: 28px;
  padding: 0 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9) !important;
  letter-spacing: -0.2px;
  line-height: 23px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
}
.comm-3tab-window-grobal-wrap .btn-small2-style:hover {
  color: #fff !important;
}

/*----- header ----------------------------------------*/
.comm-3tab-window-grobal-wrap .win-header-wp {
  position: relative;
  background: #141414;
}

/* title */
.comm-3tab-window-grobal-wrap .win-header-wp .title-field {
  display: inline-block;
  position: relative;
  height: 54px;
  padding: 11px 0 0 54px;
  font-size: 100%;
  color: #fff;
  line-height: 1em;
  background: url("/images/win_tit_icon_big.png") no-repeat 15px center;
}
.comm-3tab-window-grobal-wrap .win-header-wp .title-field .normal-bub-subj {
  display: inline-block;
  margin: 0 10px 3px 0;
  font-size: 120%;
  font-weight: bold;
  vertical-align: middle;
}

.comm-3tab-window-grobal-wrap .win-header-wp .title-field .form-control {
  display: inline-block;
  height: 32px;
  font-size: 14px;
  vertical-align: middle;
  border-color: #000;
  border-radius: 3px;
}
.comm-3tab-window-grobal-wrap .win-header-wp .title-field .form-control.int-1 {
  padding-top: 4px;
}
.comm-3tab-window-grobal-wrap
  .win-header-wp
  .title-field
  .form-control.int-1::-moz-placeholder {
  font-size: 13px;
}
.comm-3tab-window-grobal-wrap
  .win-header-wp
  .title-field
  .form-control.int-1:-ms-input-placeholder {
  font-size: 13px;
}
.comm-3tab-window-grobal-wrap
  .win-header-wp
  .title-field
  .form-control.int-1::-webkit-input-placeholder {
  font-size: 13px;
}

.comm-3tab-window-grobal-wrap .win-header-wp .title-field .total-search-btn {
  height: 32px;
  line-height: 28px;
}

/* window btns */
.comm-3tab-window-grobal-wrap .win-header-wp .win-btns {
  display: inline-block;
  margin: 0 0 0 15px;
}
.comm-3tab-window-grobal-wrap .win-header-wp .win-btns ul {
  float: left;
}
.comm-3tab-window-grobal-wrap .win-header-wp .win-btns li {
  float: left;
  margin: 0 0 0 4px;
}
.comm-3tab-window-grobal-wrap .win-header-wp .win-btns li.active a {
  border-color: #ff643c;
  background-color: #f25f39;
}

/* .comm-cnt-Btns re-style */
.comm-3tab-window-grobal-wrap .win-header-wp .cnt-btns {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -14px 0 0 0;
}
.comm-3tab-window-grobal-wrap .win-header-wp .cnt-btns .comm-cnt-Btns {
  margin: 0;
}
.comm-3tab-window-grobal-wrap .win-header-wp .cnt-btns .comm-cnt-Btns dd {
  margin-left: 4px;
}
.comm-3tab-window-grobal-wrap
  .win-header-wp
  .cnt-btns
  .comm-cnt-Btns
  dd
  .btn-type {
  height: 28px;
  font-size: 12px;
  color: #666 !important;
  line-height: 23px;
  border-color: #d0d0d0 !important;
  background-color: #f9f9f9 !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05),
    0 14px 0px 0 rgba(255, 255, 255, 0.9) inset;
}
.comm-3tab-window-grobal-wrap
  .win-header-wp
  .cnt-btns
  .comm-cnt-Btns
  dd
  a.sns
  i {
  line-height: 26px;
}
.comm-3tab-window-grobal-wrap
  .win-header-wp
  .cnt-btns
  .comm-cnt-Btns
  dd
  .btn-type:hover {
  color: #111 !important;
  border-color: #666 !important;
  background-color: #f0f0f0 !important;
}

/*----- body ----------------------------------------*/
.comm-3tab-window-grobal-wrap .win-body-wp {
  clear: both;
  position: absolute;
  top: 54px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.comm-3tab-window-grobal-wrap .win-body-wp.active {
  bottom: 45%;
  height: auto;
}
.comm-3tab-window-grobal-wrap.frame .win-body-wp {
  top: 0 !important;
}

.comm-3tab-window-grobal-wrap .win-body-wp .row-body-wp {
  float: left;
  position: relative;
  width: 33.5%;
  height: 100%;
  border-right: 1px solid #ccc;
}
.comm-3tab-window-grobal-wrap .win-body-wp .row-body-wp.tab3 {
  width: 33%;
}
.comm-3tab-window-grobal-wrap .win-body-wp .row-body-wp:last-child,
.comm-3tab-window-grobal-wrap .win-body-wp .row-body-wp.tab3 {
  border-right: none !important;
}

/* subj */
.comm-3tab-window-grobal-wrap .win-body-wp .row-body-wp .select-field {
  clear: both;
  position: relative;
  height: 86px;
  padding: 0 20px 0 20px;
  font-size: 14px;
  line-height: 1.4em;
  text-align: center;
  background: #e1e3e6;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .bub-subj {
  height: 44px;
  font-size: 13px;
  color: #222;
  line-height: 1.2em;
  text-align: center;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .bub-subj
  strong {
  font-size: 15px;
}
.comm-3tab-window-grobal-wrap .win-body-wp .row-body-wp .select-field select {
  display: inline-block;
  width: 85%;
  height: 30px;
  margin: 0 auto;
  padding: 3px 3px 3px 6px;
  font-size: 13px;
  border-color: #bbb;
  border-radius: 3px;
  background: #fff;
}

/*----- select-field 사용자형 -----*/
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style {
  display: block;
  position: relative;
  width: 85%;
  height: 30px;
  margin: 0 auto;
  font-size: 13px;
  text-align: left;
  vertical-align: middle;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  .select-placeholder {
  display: block;
  position: relative;
  height: 30px;
  padding: 6px 6px 0 10px;
  border: 1px solid #bbb;
  border-radius: 4px;
  background: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  .select-placeholder:hover {
  background: #fafafa;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  .select-placeholder:after {
  content: "\f078";
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -1px 0 0 0;
  font-family: "FontAwesome";
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style.is-open
  .select-placeholder:after {
  content: "\f077";
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style.is-open
  ul {
  display: block;
}

.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%; /* max-height: 650px;	*/
  height: 80vh;
  margin: 4px 0 0 0;
  padding: 8px 0 10px 0;
  border: 2px solid #333;
  border-radius: 4px;
  background: #fff;
  box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.2);
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 100;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  ul
  li {
  display: block;
  padding: 3px 12px 5px 12px;
  font-size: 13px;
  line-height: 1.4em;
  text-align: left;
  /*	cursor: pointer;	*/
}
/*
.comm-3tab-window-grobal-wrap .win-body-wp .row-body-wp .select-field .select-style ul li:hover {color: #fff; background: #4ebbf0;}
*/
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  ul
  li
  .btn-type {
  width: 26px;
  height: 16px;
  margin: 0 0 0 10px;
  padding: 0 0 0 3px;
  line-height: 11px;
  text-align: center;
  vertical-align: text-bottom;
  border-color: #bfc5ca;
  border-radius: 3px;
  background-color: #c5cad0;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  ul
  li
  .btn-type:hover {
  border-color: #ff643c;
  background-color: #f25f39;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  ul
  li
  .btn-type
  i {
  font-size: 10px;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  ul
  li
  .btn-type
  i::before {
  content: "\f24d";
}

.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  ul
  li
  a {
  position: relative;
  color: #333;
  text-decoration: none !important;
  transition: none;
  cursor: default;
}
/*
.comm-3tab-window-grobal-wrap .win-body-wp .row-body-wp .select-field .select-style ul li:hover a {color: #fff;}
*/
/* 2019-08-28 추가 */
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  ul
  li
  a[href^="3tab_law.asp"] {
  cursor: pointer !important;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  ul
  li
  a[href^="3tab_law.asp"]:hover {
  font-weight: bold;
}
/* 2021-12-30 추가 */
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  ul
  li
  a[style^="color:red"]:first-child::after {
  content: "최신 개정";
  display: none;
  position: absolute;
  bottom: -22px;
  left: 0%;
  width: 50px;
  height: 18px;
  font-size: 10px;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 18px;
  font-weight: normal !important;
  text-align: center;
  border-radius: 2px;
  background: rgba(203, 10, 10, 0.7);
  z-index: 10;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  ul
  li
  a[style^="color:red"]:first-child:hover::after {
  display: block;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  ul
  li
  a[style^="color:green"]:first-child::after {
  content: "최근 1년내 개정";
  display: none;
  position: absolute;
  bottom: -22px;
  left: 0%;
  width: 80px;
  height: 18px;
  font-size: 10px;
  color: #fff;
  letter-spacing: -0.5px;
  line-height: 18px;
  font-weight: normal !important;
  text-align: center;
  border-radius: 2px;
  background: rgba(0, 153, 68, 0.75);
  z-index: 10;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .select-style
  ul
  li
  a[style^="color:green"]:first-child:hover::after {
  display: block;
}

.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .select-field
  .buchick-btn {
  height: 26px;
  margin: 0 0 0 0;
  padding: 0 5px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9) !important;
  letter-spacing: -0.8px;
  line-height: 21px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
}

/* contents */
.comm-3tab-window-grobal-wrap .win-body-wp .row-body-wp .contents-field {
  position: absolute;
  top: 86px;
  bottom: 0;
  width: 100%;
  padding: 2px 0;
  border-top: 1px solid #ddd;
  background: #fff;
  overflow-y: auto;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .contents-field
  .text-cnt {
  /*	clear: both;	*/
  position: relative !important;
  margin: 0 0 0px 0;
  padding: 15px 25px 22px 20px;
  font-size: 14px;
  line-height: 1.6em;
  text-align: justify;
  border-bottom: 1px dotted #bbb;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .contents-field
  .text-cnt:last-child {
  padding-bottom: 30px;
  border-bottom: none;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .contents-field
  .text-cnt
  .clsLT1 {
  margin: 0 0 0 0;
  font-size: 115%;
}

.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .contents-field
  .text-cnt
  .cnt-small-btns {
  margin: 15px 0 12px 0;
  text-align: right;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .contents-field
  .text-cnt
  .cnt-small-btns:first-child {
  margin-top: 0;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .contents-field
  .text-cnt
  .cnt-small-btns
  .btn-type {
  height: 24px;
  margin: 0 0 0 -2px;
  padding: 0 5px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9) !important;
  letter-spacing: -0.8px;
  line-height: 21px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
}
.comm-3tab-window-grobal-wrap
  .win-body-wp
  .row-body-wp
  .contents-field
  .text-cnt
  .cnt-small-btns
  .btn-type:hover {
  color: #fff !important;
}

/*----- body bottom ----------------------------------------*/
#win-3d-height {
  resize: vertical !important;
}
.comm-3tab-window-grobal-wrap .win-bottom-body-wp {
  clear: both;
  display: none;
  position: absolute;
  top: 55%;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  border-top: 1px solid #cacaca;
  background: #fff;
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.08);
}
/*
.comm-3tab-window-grobal-wrap .win-bottom-body-wp {
	clear: both;
	display: none;	
	position: absolute; bottom: 0; top: 60%; left: 0;
	width: 100%;
	border-top: 1px solid #cacaca;
	background: #fff;
	box-shadow: 0 -2px 2px 0 rgba(0,0,0, 0.08);
	}
*/
.comm-3tab-window-grobal-wrap .win-bottom-body-wp .row-bottom-body {
  float: left;
  position: relative;
  bottom: 0;
  padding: 0 0 46px 0;
  height: 100%;
  border-right: 1px solid #ccc;
}
.comm-3tab-window-grobal-wrap .win-bottom-body-wp .row-bottom-body.bt-tab1 {
  width: 33.5%;
}
.comm-3tab-window-grobal-wrap .win-bottom-body-wp .row-bottom-body.bt-tab2 {
  width: 66.5%;
}

/*----- bottom header -----*/
.comm-3tab-window-grobal-wrap .win-bottom-body-wp .bt-header-box {
  clear: both;
  position: relative;
  height: 46px;
  padding: 0 0 0 15px;
  font-size: 16px;
  color: #333;
  line-height: 1.4em;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  background: #f2f3f4;
}
.comm-3tab-window-grobal-wrap .win-bottom-body-wp .bt-header-box i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  font-size: 13px;
  color: #ff643c;
  line-height: 23px;
  text-align: center;
  border: 1px solid #ed7a5d;
  border-radius: 100%;
}
.comm-3tab-window-grobal-wrap .win-bottom-body-wp .bt-header-box i::before {
  content: "\f02e";
}

.comm-3tab-window-grobal-wrap .win-bottom-body-wp .bt-header-box .btns {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -14px 0 0 0;
}

/*----- bottom-body -----*/
.comm-3tab-window-grobal-wrap .win-bottom-body-wp .bt-body-wp {
  clear: both;
  margin: 0 0 -16px 0;
  padding: 20px 10px 0px 10px;
}

/* Left */
.comm-3tab-window-grobal-wrap .win-bottom-body-wp .lt-menu-list-box {
  padding: 5px 10px 35px 10px;
}
.comm-3tab-window-grobal-wrap .win-bottom-body-wp .lt-menu-list-box .stit {
  display: block;
  margin: 0 0 10px 0;
  font-size: 14px;
  color: #647076;
  line-height: 1.3em;
}
.comm-3tab-window-grobal-wrap .win-bottom-body-wp .lt-menu-list-box .menu-list {
  margin: 0 0 18px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #aaa;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .lt-menu-list-box
  .menu-list:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .lt-menu-list-box
  .menu-list
  li {
  clear: both;
  min-height: 17px;
  margin: 0 0 8px 0;
  padding: 0 0 0 18px;
  font-size: 13px;
  line-height: 1.4em;
  background: url("/images/acc_list_ic_01.png") no-repeat 0 4px;
  background-size: 10px 13px;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .lt-menu-list-box
  .menu-list
  li
  a {
  display: block;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .lt-menu-list-box
  .menu-list
  li
  a.active {
  color: #ff2400;
  font-weight: bold;
}

/* right */
.comm-3tab-window-grobal-wrap .win-bottom-body-wp .comm-law-pop-wp {
  padding: 5px 15px 35px 15px;
}
.comm-3tab-window-grobal-wrap .win-bottom-body-wp .comm-law-pop-wp .detail-box {
  padding: 0;
}

.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .comm-law-pop-wp
  .modal-comm-inner-tbl.pop-th {
  padding: 5px 0 0 0;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .comm-law-pop-wp
  .modal-comm-inner-tbl.pop-td {
  padding: 0 0 20px 0;
}

.comm-3tab-window-grobal-wrap .win-bottom-body-wp .comm-law-pop-wp .GJhs-tbl {
  margin: 5px 0 20px 0;
  padding: 0;
}

/*--- 관련예판 ---*/
.comm-3tab-window-grobal-wrap .win-bottom-body-wp .bt-yp-list-field {
  padding-bottom: 50px;
}
/*----- 검색 -----*/
.comm-3tab-window-grobal-wrap .win-bottom-body-wp .bt-yp-list-field .box-tp {
  clear: both;
  margin: 0 0 20px 0;
  padding: 10px 0;
  font-size: 13px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-list-field
  .box-tp
  .int-1 {
  display: inline-block;
  width: 55%;
  height: 32px;
  margin: 0 0 0 8px;
  padding-top: 4px;
  font-size: 13px;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-list-field
  .box-tp
  .btn-type {
  padding: 0 10px;
  font-size: 12px;
}

/*----- 정렬버튼 -----*/
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-list-field
  .yp-align-btn {
  clear: both;
  position: relative;
  padding: 0 0 15px 0;
  overflow: hidden;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-list-field
  .yp-align-btn
  .btn-type {
  height: 26px;
  margin: 0 3px 0 0;
  padding: 0 5px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9) !important;
  letter-spacing: -0.8px;
  line-height: 21px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-list-field
  .yp-align-btn
  .btn-type.active {
  border-color: #ff643c;
  background-color: #f25f39;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-list-field
  .yp-align-btn
  .rt {
  position: absolute;
  top: 0;
  right: 0;
}

/* List */
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-list-field
  .YgPr-fileNumberSubj {
  font-size: 14px;
}
.comm-3tab-window-grobal-wrap .win-bottom-body-wp .bt-yp-list-field .YgPr-text {
  max-height: 52px;
  margin: 0;
  font-size: 12px;
}

/*--- View ---*/
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-view-field
  .yp-detail-field {
  padding: 0 0 0 5px;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-view-field
  .yp-detail-field
  .yp-number {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 140%;
  letter-spacing: -0.2px;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-view-field
  .yp-detail-field
  .yp-number
  .YgPr-Icon {
  margin-bottom: 0px;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-view-field
  .yp-detail-field
  .yp-number
  .yp-list-back {
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
  height: 26px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05),
    0 13px 0px 0 rgba(255, 255, 255, 0.9) inset !important;
}

/* title box */
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-view-field
  .yp-detail-field
  .yp-main-info
  th {
  padding: 9px 0 10px 0;
  font-size: 14px;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-view-field
  .yp-detail-field
  .yp-main-info
  td {
  padding: 9px 0 10px 4px;
  font-size: 13px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #ccc;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-view-field
  .yp-detail-field
  .yp-main-info
  td.subj {
  padding-bottom: 14px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  vertical-align: top;
}

/*----- 판례 이력 -----*/
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-view-field
  .yp-detail-field
  .yp-record-box {
  padding-left: 80px;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-view-field
  .yp-detail-field
  .yp-record-box
  .rc-tit {
  width: 40px;
  font-size: 11px;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-view-field
  .yp-detail-field
  .yp-record-box
  ul.flow
  li {
  float: left;
  position: relative;
  height: 60px;
  padding: 0 0px 0 0;
  font-size: 12px;
  line-height: 1.3em;
  text-align: center;
  vertical-align: top;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-view-field
  .yp-detail-field
  .yp-record-box
  ul.flow
  li
  i.arrow {
  left: -6px;
  font-size: 160%;
}

/*----- 내용 -----*/
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-view-field
  .yp-detail-field
  .yp-tail-info
  .ygJb-stit {
  font-size: 16px;
}
.comm-3tab-window-grobal-wrap
  .win-bottom-body-wp
  .bt-yp-view-field
  .yp-detail-field
  .yp-tail-info
  .ygJb-text {
  font-size: 13px;
}

/********************************************************************************************************************************
*   3단 window Style (frameset으로 재작업 2019-03-18)
********************************************************************************************************************************/
.comm-3tab-window-frame {
  margin: 0;
  padding: 0;
  border: 0;
}

/********************************************************************************************************************************
*  연도별 세법(4단)
********************************************************************************************************************************/
.win-jose-year-wrap {
  clear: both;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.win-jose-year-wrap .row-body-wp {
  float: left;
  position: relative;
  width: 25%;
  height: 100%;
  border-right: 1px solid #ccc;
}
.win-jose-year-wrap .row-body-wp:last-child,
.win-jose-year-wrap .row-body-wp.tab4 {
  border-right: none !important;
}

/* title */
.win-jose-year-wrap .title-field {
  position: relative;
  font-size: 13px;
  color: #fff;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
  background: #141414;
}
.win-jose-year-wrap .title-field span.ic {
  display: inline-block;
  height: 38px;
  padding: 0 0 0 30px;
  background: url("/images/win_tit_icon.png") no-repeat 0 center;
}

/* select */
.win-jose-year-wrap .select-field {
  clear: both;
  height: 80px;
  padding: 12px 15px 0 15px;
  text-align: center;
  background: #e1e3e6;
}
.win-jose-year-wrap .select-field select {
  height: 26px;
  padding: 3px 3px 3px 6px;
  font-size: 12px;
  border-color: #bbb;
}
.win-jose-year-wrap .select-field .row {
  clear: both;
  position: relative;
  margin: 0 0 5px 0;
  padding: 0 150px 0 0;
}
.win-jose-year-wrap .select-field .row .btns {
  position: absolute;
  top: 0;
  right: 0;
}
.win-jose-year-wrap .select-field .row .btns .btn-type {
  height: 26px;
  margin: 0 0 0 3px;
  padding: 0 5px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.9) !important;
  letter-spacing: -0.8px;
  line-height: 21px;
  font-weight: normal;
  text-align: center;
  border-radius: 3px;
}
.win-jose-year-wrap .select-field .row .btns .btn-type:hover {
  color: #fff !important;
}

/* contents */
.win-jose-year-wrap .contents-field {
  position: absolute;
  top: 118px;
  bottom: 0;
  width: 100%;
  padding: 2px 0;
  border-top: 1px solid #ddd;
  background: #fff;
  overflow: hidden;
}
.win-jose-year-wrap .contents-field .text-cnt {
  clear: both;
  position: relative;
  padding: 18px 18px 30px 18px;
  font-size: 13px;
  line-height: 1.6em;
  text-align: justify;
}
.win-jose-year-wrap .contents-field .text-cnt .jo-tit {
  display: block;
  margin: 0 0 12px 0;
  font-size: 110%;
  line-height: 1.4em;
  font-weight: bold;
}
.win-jose-year-wrap .contents-field .text-cnt .jo-txt {
  display: block;
  padding: 0 5px;
}

/********************************************************************************************************************************
*  기타 공통 modal Style
********************************************************************************************************************************/
/*----- 개정이유 및 주요내용 modal ----------------------------------------*/
.layer-gaejeong-reason-modal .pop-wrap {
  width: 1100px !important;
  margin-left: -550px !important;
}
.layer-gaejeong-reason-modal .gaejeong-2dan-wp {
  clear: both;
  position: relative;
  height: 560px;
  overflow: hidden;
}
.layer-gaejeong-reason-modal .gaejeong-2dan-wp .dan-lt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 24%;
  border-right: 1px solid #ddd;
  background: #f7f7f7;
  box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.05) inset;
  overflow-x: hidden;
  overflow-y: auto;
}
.layer-gaejeong-reason-modal .gaejeong-2dan-wp .gaejeong-stit {
  display: block;
  height: 20px;
  margin: 20px 0 -10px 15px;
  padding: 0 0 0 20px;
  font-size: 15px;
  font-weight: bold;
  background: url("/pds/images/comm/ic_check2.png") no-repeat 0 1px;
}
.layer-gaejeong-reason-modal .gaejeong-2dan-wp .pop-buchik-list {
  border-top: 1px solid #dadada;
}
.layer-gaejeong-reason-modal .gaejeong-2dan-wp .dan-rt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 76%;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1;
}
.layer-gaejeong-reason-modal .gaejeong-2dan-wp .dan-rt .comm-law-pop-wp {
  padding: 30px 30px 30px 30px;
}

/*----- 부칙(연혁) modal ----------------------------------------*/
.layer-buchik-history-modal .pop-wrap {
  width: 1200px !important;
  margin-left: -600px !important;
}
.layer-buchik-history-modal .buchik-2dan-wp {
  clear: both;
  position: relative;
  height: 560px;
  overflow: hidden;
}
.layer-buchik-history-modal .buchik-2dan-wp .dan-lt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 26%;
  border-right: 1px solid #ddd;
  background: #f7f7f7;
  box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.05) inset;
  overflow-x: hidden;
  overflow-y: auto;
}
.layer-buchik-history-modal .buchik-2dan-wp .dan-rt {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 74%;
  overflow-x: hidden;
  overflow-y: scroll;
  z-index: 1;
}
.layer-buchik-history-modal .buchik-2dan-wp .dan-rt .comm-law-pop-wp {
  padding: 30px 30px 30px 30px;
}

/*----- 개정전문 modal ----------------------------------------*/
.layer-gaejungIpbub-all-modal .pop-wrap {
  width: 1200px !important;
  height: 700px !important;
  margin: -350px 0 0 -600px !important;
}
.layer-gaejungIpbub-all-modal-detail {
  clear: both;
  height: 590px;
  padding: 30px 30px 40px 30px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.layer-gaejungIpbub-all-modal-detail .GJhs-tbl {
  margin: 0 0 40px 0;
}
.layer-gaejungIpbub-all-modal-detail .GJhs-tbl th:last-child {
  color: #cb0a0a;
}

/*----- 신구대비 테이블 강제 스타일 적용(2019-04-15) -----*/
.layer-gaejungIpbub-all-modal-detail .GJhs-tbl table {
  width: 100%;
  margin: 0 0 20px 0 !important;
  border-right: 1px solid #c2cbda !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  table-layout: fixed;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
}
.layer-gaejungIpbub-all-modal-detail .GJhs-tbl table td {
  padding: 15px 10px 10px 10px;
  border: 1px solid #c2cbda;
}
.layer-gaejungIpbub-all-modal-detail .GJhs-tbl table th {
  padding: 5px 0 7px 0;
  text-align: center;
  font-weight: bold;
  border: 1px solid #c2cbda;
}
.layer-gaejungIpbub-all-modal-detail .GJhs-tbl table th:last-child {
  background: #f2f5f8;
}
.layer-gaejungIpbub-all-modal-detail .GJhs-tbl table tr:first-child td {
  padding: 5px 0 7px 0;
  text-align: center;
  font-weight: bold;
}
.layer-gaejungIpbub-all-modal-detail
  .GJhs-tbl
  table
  tr:first-child
  td:last-child {
  background: #f2f5f8;
}

.layer-gaejungIpbub-all-modal-detail .GJhs-tbl table td b,
.layer-gaejungIpbub-all-modal-detail .GJhs-tbl table td p b {
  display: inline-block;
  margin: 0 0 5px 0;
}
/*----- 신구대비 이미지 삽입 시 테이블 최적화 추가 -----*/
.layer-gaejungIpbub-all-modal-detail .GJhs-tbl table td img {
  width: 100%;
  height: auto;
}

/*----- 조문연혁 modal ----------------------------------------*/
.layer-gaejungIpbub-johistory-modal .pop-wrap {
  width: 1200px !important;
  height: 700px !important;
  margin: -350px 0 0 -600px !important;
}

.modal-jo-history-wp .jo-move {
  position: relative;
  margin: -10px 0 25px 0;
  padding: 8px 15px 8px 150px;
  border-color: #c5c5c5;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
}
.modal-jo-history-wp .jo-move .stit {
  display: inline-block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  width: 135px;
  padding: 15px 0 0 0;
  font-size: 13px;
  color: #fff;
  letter-spacing: -1px;
  font-weight: bold;
  text-align: center;
  background: #333;
}
.modal-jo-history-wp .jo-move .form-control {
  height: 32px;
  font-size: 14px;
  vertical-align: middle;
}

.modal-jo-history-wp .jo-summary-wp {
  clear: both;
  position: relative;
  margin: 0 0 0px 0;
  font-size: 13px;
  line-height: 1.5em;
  overflow: hidden;
}

.modal-jo-history-wp .jo-summary-wp .more-btn {
  display: inline-block;
  height: 32px;
  margin: 0 0 10px 0;
  padding: 0 15px 0 20px;
  font-size: 13px;
  color: #333;
  line-height: 27px;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid #888;
  border-radius: 34px;
  background: #f8f8f8;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
}
.modal-jo-history-wp .jo-summary-wp .more-btn:hover,
.modal-jo-history-wp .jo-summary-wp .more-btn.active {
  color: #fff;
  border-color: #555;
  background: #555;
}
.modal-jo-history-wp .jo-summary-wp .more-btn i {
  margin: 0 0 2px 8px;
  font-size: 15px;
  vertical-align: middle;
}
.modal-jo-history-wp .jo-summary-wp .more-btn i::before {
  content: "\f13a";
}
.modal-jo-history-wp .jo-summary-wp .more-btn.active i::before {
  content: "\f139";
}

.modal-jo-history-wp .jo-summary-wp .info-txt {
  display: inline-block;
  margin: 0 0 1px 10px;
  font-size: 13px;
  color: #e05555;
  vertical-align: middle;
}

.modal-jo-history-wp .jo-summary-wp .more-detail {
  display: none;
  margin: 0 0 25px 0;
  padding: 15px 20px 17px 20px;
  font-size: 13px;
  line-height: 1.5em;
  border: 1px dotted #888;
  border-radius: 6px;
  background: #fafafa;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
}
.modal-jo-history-wp .jo-summary-wp .more-detail:hover {
  border-color: #000;
}

.modal-jo-history-wp .jo-move-btn {
  clear: both;
  margin: 0 0 12px 0;
  padding: 0 0 12px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
}
.modal-jo-history-wp .jo-move-btn a {
  height: 24px;
  margin: 0 14px 0 0;
  padding: 0 10px;
  font-size: 11px !important;
  letter-spacing: -0.5px;
  line-height: 22px !important;
  font-weight: normal;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05),
    0 13px 0px 0 rgba(255, 255, 255, 0.9) inset !important;
}
.modal-jo-history-wp .jo-move-btn a:last-child {
  margin-right: 0;
}
.modal-jo-history-wp .jo-move-btn a i {
  margin-bottom: 2px !important;
  font-size: 14px;
  vertical-align: middle;
}
.modal-jo-history-wp .jo-move-btn a:last-child i {
  margin-left: 5px;
  margin-right: 0;
}

.layer-gaejungIpbub-johistory-modal
  .pop-wrap
  .bottom-btn.jo-move-btn
  .btn-type {
  width: 80px;
  margin: 0 10px 0 0;
  padding: 0;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05),
    0 13px 0px 0 rgba(255, 255, 255, 0.9) inset !important;
}
.layer-gaejungIpbub-johistory-modal
  .pop-wrap
  .bottom-btn.jo-move-btn
  .btn-type:last-child {
  margin-right: 17px;
}
.layer-gaejungIpbub-johistory-modal
  .pop-wrap
  .bottom-btn.jo-move-btn
  .btn-type
  i {
  margin-bottom: 2px !important;
  font-size: 14px;
  vertical-align: middle;
}
.layer-gaejungIpbub-johistory-modal
  .pop-wrap
  .bottom-btn.jo-move-btn
  .btn-type:last-child
  i {
  margin-left: 5px;
  margin-right: 0;
}

/*----- 관련법령 modal ----------------------------------------*/
.layer-regard-josebub-modal .pop-wrap {
  width: 1100px !important;
  margin-left: -550px !important;
}

/*----- 조문별 해설 modal ----------------------------------------*/
.layer-regard-joHaesul-modal .pop-wrap {
  width: 1100px !important;
  margin-left: -550px !important;
}

/*--- Left ---*/
.modal-comm-2dan-left-wp {
  float: left;
  width: 250px;
  height: 560px;
  background: #fafafa;
  box-shadow: -2px 0 4px 0 rgba(0, 0, 0, 0.05) inset;
  overflow: hidden;
}

/* menu */
.modal-comm-2dan-left-wp .bub-list-box {
  clear: both;
  height: 350px;
  padding: 20px 0 15px 18px;
  border-bottom: 1px solid #dadada;
  overflow: hidden;
}
.modal-comm-2dan-left-wp .bub-list-box.wide {
  height: 560px;
  border-bottom: none;
}

.modal-comm-2dan-left-wp .bub-list-box .stit {
  display: block;
  margin: 0 0 12px 0;
  font-size: 13px;
  color: #647076;
  line-height: 1.3em;
}
.modal-comm-2dan-left-wp .bub-list-box .lt-menu-list {
  margin: 0 0 18px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px dotted #aaa;
}
.modal-comm-2dan-left-wp .bub-list-box .lt-menu-list:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.modal-comm-2dan-left-wp .bub-list-box .lt-menu-list li {
  clear: both;
  min-height: 17px;
  margin: 0 0 8px 0;
  padding: 0 15px 0 18px;
  font-size: 13px;
  line-height: 1.4em;
  background: url("/images/acc_list_ic_01.png") no-repeat 0 4px;
  background-size: 10px 13px;
}
.modal-comm-2dan-left-wp .bub-list-box .lt-menu-list li a {
  display: block;
}
.modal-comm-2dan-left-wp .bub-list-box .lt-menu-list li a.active {
  color: #ff2400;
  font-weight: bold;
}

/*
.modal-comm-2dan-left-wp .bub-list-box .lt-menu-list li a.active::after {
	content: "";
	display: block;
	position: absolute; top: 50%; right: 0px;
	width: 0; height: 0;
	margin: -8px 0 0 -8px;	
	border: 8px solid;
	border-color: transparent #ccc transparent transparent;
	}
*/

/* history */
.modal-comm-2dan-left-wp .history-list-box {
  clear: both;
  height: 210px;
  padding: 18px 0 0 18px;
}
.modal-comm-2dan-left-wp .history-list-box .stit {
  display: block;
  margin: 0 0 12px 0;
  font-size: 115%;
  color: #ff4819;
  line-height: 1.2em;
  font-weight: bold;
}
.modal-comm-2dan-left-wp .history-list-box .history-list {
  width: 100%;
  height: 140px;
  overflow: hidden;
}
.modal-comm-2dan-left-wp .history-list-box .history-list li {
  position: relative;
  min-height: 18px;
  margin: 0 0 8px 0;
  padding: 0 15px 0 18px;
  font-size: 13px;
  line-height: 1.4em;
  background: url("/pds/images/comm/modal_history_icon.png") no-repeat 0 4px;
  background-size: auto 13px;
}
.modal-comm-2dan-left-wp .history-list-box .history-list li:last-child {
  margin-bottom: 0;
}
.modal-comm-2dan-left-wp .history-list-box .history-list li a.active {
  color: #000;
  font-weight: bold;
}

/*--- right ---*/
.modal-comm-2dan-right-wp {
  float: right;
  width: 850px;
  height: 560px;
  padding: 30px 25px 35px 25px;
  border-left: 1px solid #ddd;
  overflow-y: scroll;
  overflow-x: auto;
}
.modal-comm-2dan-right-wp * {
  font-family: "맑은 고딕", "Malgun Gothic", "MalgunGothicRegular", sans-serif;
}

/*----- 관련예판 modal ----------------------------------------*/
.layer-regard-yp-modal .pop-wrap {
  width: 1100px !important;
  margin-left: -550px !important;
}

.layer-regard-yp-modal .list-field .YgPr-fileNumberSubj {
  font-size: 15px;
}
.layer-regard-yp-modal .list-field .YgPr-text {
  max-height: 56px;
  margin: 0;
  font-size: 13px;
}
.layer-regard-yp-modal .list-field .tbl-wp td.YgPr {
  padding-top: 12px !important;
  padding-bottom: 13px !important;
}

/* view */
.layer-regard-yp-modal .view-field {
  padding: 15px 10px 0 10px;
}

.layer-regard-yp-modal .yp-detail-field .yp-number {
  margin: 0;
  padding: 0 0 15px 0;
  font-size: 140%;
  letter-spacing: -0.2px;
}
.layer-regard-yp-modal .yp-detail-field .yp-number .YgPr-Icon {
  margin-bottom: 0px;
}
.layer-regard-yp-modal .yp-detail-field .yp-number .yp-list-back {
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
  height: 26px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 22px;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05),
    0 13px 0px 0 rgba(255, 255, 255, 0.9) inset !important;
}

/* title box */
.layer-regard-yp-modal .yp-detail-field .yp-main-info th {
  padding: 9px 0 10px 0;
  font-size: 14px;
}
.layer-regard-yp-modal .yp-detail-field .yp-main-info td {
  padding: 9px 0 10px 4px;
  font-size: 13px;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px dotted #ccc;
}
.layer-regard-yp-modal .yp-detail-field .yp-main-info td.subj {
  padding-bottom: 14px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: bold;
  vertical-align: top;
}

/*----- 판례 이력 -----*/
.layer-regard-yp-modal .yp-detail-field .yp-record-box {
  padding-left: 80px;
}
.layer-regard-yp-modal .yp-detail-field .yp-record-box .rc-tit {
  width: 40px;
  font-size: 11px;
}
.layer-regard-yp-modal .yp-detail-field .yp-record-box ul.flow li {
  float: left;
  position: relative;
  height: 60px;
  padding: 0 0px 0 0;
  font-size: 12px;
  line-height: 1.3em;
  text-align: center;
  vertical-align: top;
}
.layer-regard-yp-modal .yp-detail-field .yp-record-box ul.flow li i.arrow {
  left: -6px;
  font-size: 150%;
}

/*----- 내용 -----*/
.layer-regard-yp-modal .yp-detail-field .yp-tail-info .ygJb-stit {
  font-size: 16px;
}
.layer-regard-yp-modal .yp-detail-field .yp-tail-info .ygJb-text {
  font-size: 13px;
}

.layer-regard-yp-modal .yp-detail-bottom-line {
  clear: both;
  padding: 25px 0 40px 0;
  text-align: right;
  border-top: 1px solid #ccc;
}
/*----- 단보기 컬러수정 -----------------------------------------*/
.btn-type {
  background-color: #435366 !important;
  border-color: #3c4b5c !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
  position: relative;
}
.btn-type:hover {
  border-color: #5a718e !important;
  background-color: #5a718e !important;
}
.btn-type:active {
  bottom: -2px !important;
}
.allview {
  margin-bottom: 18px !important;
}
.allview a {
  background-color: #464ca2 !important;
  border: 1px solid #464ca2 !important;
  transition: all 0.2s ease !important;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) !important;
  position: relative;

}
.allview a:hover {
  border: 1px solid #00bd93 !important;
  background-color: #00bd93 !important;

}
.allview a:active {
  bottom: -2px !important;
}