@charset "UTF-8";
@import url("https://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url("https://webfontworld.github.io/gmarket/GmarketSans.css");
/* 기준(공통) CSS */
*|* {
  box-sizing: border-box;
}

*|*:before, *|*:after {
  box-sizing: border-box;
}

.body-wrap {
  clear: both;
  position: relative;
  min-width: 1300px;
  margin: 0px auto;
  overflow: hidden;
}

.body-Contents-wp {
  position: relative;
  min-height: 1000px;
  margin: 60px auto 120px;
  text-align: left;
  z-index: 1;
}

.container-n {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  padding: 0;
  vertical-align: top;
}

.Noto {
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}

/********************************************************************************************************************************
* 조견표
********************************************************************************************************************************/
.sub-taxtable-wp .taxtable-pmenu {
  padding-left: 105px;
}

.sub-taxtable-wp .taxtable-pmenu .selt-1 {
  position: absolute;
  top: 0px;
  left: 0;
  width: 90px;
  height: 50px;
  font-size: 100%;
  color: #fff;
  letter-spacing: -1px !important;
  vertical-align: middle;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #666;
  background: #777 !important;
}

.sub-taxtable-wp .taxtable-pmenu li {
  width: 8%;
}

.sub-taxtable-wp .taxtable-pmenu li:nth-of-type(11) {
  width: 9%;
}

.sub-taxtable-wp .taxtable-pmenu li:nth-of-type(12) {
  width: 11%;
}

/********************************************************************************************************************************
* 
********************************************************************************************************************************/
.tbl-wp table.View .acc-supervision {
  border-color: #c9c9c9;
}
.tbl-wp table.View .acc-supervision .box-tp.tbl-box {
  border-radius: 4px;
}
.tbl-wp table.View .acc-supervision table th {
  background-color: #f2f4f6;
}
.tbl-wp table.View .acc-supervision table tr:last-child td,
.tbl-wp table.View .acc-supervision table tr:last-child th {
  border-bottom: 0;
}
.tbl-wp table.View .acc-supervision table td {
  height: 42px;
  background-color: #fff;
  border-bottom: 1px solid #e9e9e9;
  box-sizing: border-box;
}

.keyword-box {
  position: relative;
  background-color: #f5f7fc;
  border: 1px solid #cfd6de;
  padding: 20px 20px;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 50px;
}
.keyword-box .tit {
  width: 100px;
  font-size: 15px;
  color: #485d6e;
  letter-spacing: -0.5px;
  line-height: 140%;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.keyword-box .keyword-con {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 120px);
  justify-content: space-between;
  row-gap: 8px;
}
.keyword-box .keyword-con .item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  font-size: 12px;
  color: #777;
  letter-spacing: -0.2px;
  line-height: 0%;
  text-decoration: none;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  background: #fff;
  transition: all 0.2s ease;
  padding: 0;
}
.keyword-box .keyword-con .item.active {
  background-color: #353fd5;
  border-color: #353fd5;
  color: #fff;
}
.keyword-box .keyword-con .item.active:hover {
  background-color: #353fd5;
  border-color: #353fd5;
  color: #fff;
}
.keyword-box .keyword-con .item:hover {
  color: #000;
  border-color: #000;
}

.keyword-list {
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 24px 0 40px;
  padding: 20px 0 10px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}

.k-list-item {
  padding: 8px 8px;
  background: #f5f5f5;
  transition: all 0.2s;
  margin-bottom: 20px;
}
.k-list-item:hover {
  background: #e9e9e9;
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.06);
}
.k-list-item a.subj {
  display: block;
  position: relative;
  padding: 14px 20px 12px 45px;
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 130%;
  font-weight: 500;
  text-decoration: none !important;
  border: 1px solid #e7e7e7;
  border-bottom: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  background: #fff;
}
.k-list-item a.subj::before {
  content: "Q";
  display: flex;
  position: absolute;
  top: 17px;
  left: 15px;
  width: 19px;
  height: 19px;
  font-size: 11px;
  color: #fff;
  line-height: 100%;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #5877b8;
}
.k-list-item a.subj:hover {
  color: #353fd5;
}
.k-list-item a.subj:hover::before {
  background: #353fd5;
}
.k-list-item a.subj::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 12px;
  right: 12px;
  border-bottom: 1px dashed #e3e3e3;
  z-index: 2;
}
.k-list-item .answer {
  display: block;
  position: relative;
  padding: 12px 20px 15px 45px;
  font-size: 13px;
  color: #888;
  line-height: 140%;
  border: 1px solid #e7e7e7;
  border-top: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #fff;
  transition: all 0.2s;
}
.k-list-item .answer::before {
  content: "A";
  display: flex;
  position: absolute;
  top: 13px;
  left: 15px;
  width: 19px;
  height: 19px;
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  font-size: 11px;
  color: #fff;
  line-height: 100%;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #a6afbb;
}
.k-list-item:hover .answer {
  color: #555;
}

.a-view-txtarea {
  position: relative;
  padding-left: 40px;
}
.a-view-txtarea::after {
  content: "A";
  display: flex;
  position: absolute;
  top: 4px;
  left: 0;
  width: 25px;
  height: 25px;
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 100%;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  background: #a6afbb;
}

.q-view-txtarea {
  position: relative;
  padding-left: 68px;
}
.q-view-txtarea::after {
  content: "";
  display: flex;
  position: absolute;
  width: 51px;
  height: 50px;
  background-image: url("../../images/lifeLaw_qIc2.gif");
  top: 4px;
  left: 0;
}

.guide-box {
  margin-top: 30px;
  padding: 20px 26px;
  color: #555;
  line-height: 150%;
  font-weight: 400;
  border: 1px solid #ddd;
  background: #fafafa;
}
.guide-box .gui-txt {
  font-size: 14px;
  color: #555;
}

.guide-text-box {
  margin: -15px 0 8px 0;
  font-size: 14.5px;
  color: #777;
  display: flex;
  flex-direction: row;
}
.guide-text-box i {
  display: inline-block;
  margin: 0 5px 1px 0;
  font-size: 17px;
  color: #555;
  vertical-align: text-bottom;
}

.case-category-wp {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  margin-top: 10px;
  margin-bottom: 40px;
}
.case-category-wp .cate-item {
  background-color: #fafafa;
  color: #777;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  box-shadow: 1px 0 0 0 #d5d5d5, 0 1px 0 0 #d5d5d5, 1px 1px 0 0 #d5d5d5, 1px 0 0 0 #d5d5d5 inset, 0 1px 0 0 #d5d5d5 inset;
}
.case-category-wp .cate-item.active {
  color: #fff;
  font-weight: bold;
  box-shadow: 1px 0 0 0 #333, 0 1px 0 0 #333, 1px 1px 0 0 #333, 1px 0 0 0 #333 inset, 0 1px 0 0 #333 inset, 3px 5px 8px 0 rgba(104, 98, 118, 0.2);
  background: #333;
  z-index: 2;
}
.case-category-wp .cate-item:hover {
  color: #333;
  font-weight: bold;
  background-color: #fff;
  box-shadow: 1px 0 0 0 #333, 0 1px 0 0 #333, 1px 1px 0 0 #333, 1px 0 0 0 #333 inset, 0 1px 0 0 #333 inset;
  z-index: 2;
}
.case-category-wp .cate-item.disabled:hover {
  background-color: #fafafa;
  color: #777;
  font-weight: normal;
  box-shadow: 1px 0 0 0 #d5d5d5, 0 1px 0 0 #d5d5d5, 1px 1px 0 0 #d5d5d5, 1px 0 0 0 #d5d5d5 inset, 0 1px 0 0 #d5d5d5 inset;
  cursor: default;
}

.tbl-wp table.List td.subj-link.case a {
  padding-left: 38px;
  background: url("../../images/board_bubble_02.png") no-repeat;
}

.question-case-view {
  display: block;
  position: relative;
  margin-left: -10px;
  margin-top: -10px;
  margin-bottom: -15px;
  padding: 0 0 0 55px;
}
.question-case-view::before {
  content: "질문";
  display: flex;
  position: absolute;
  top: 0px;
  left: 0;
  width: 40px;
  height: 25px;
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 0;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #21467f;
}

.answer-case-view {
  display: block;
  position: relative;
  margin-left: -10px;
  padding: 0 0 0 55px;
}
.answer-case-view::before {
  content: "답변";
  display: flex;
  position: absolute;
  top: 0px;
  left: 0;
  width: 40px;
  height: 25px;
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
  font-size: 13px;
  color: #fff;
  line-height: 0;
  font-weight: normal;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background: #a6afbb;
}

.file-viewer-wp {
  width: 100%;
  position: relative;
}

.jose-model-box {
  display: flex;
  flex-direction: row;
  gap: 2%;
}
.jose-model-box .left-box {
  width: 49%;
  position: relative;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background-color: #f8f8f8;
  position: relative;
  margin: 0 0 12px 0;
  padding: 15px 20px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: row;
}
.jose-model-box .left-box .mod-box {
  display: block;
  width: 80px;
  font-size: 14px;
  color: #444;
  line-height: 88px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  background: #fff;
  margin-right: 12px;
  height: -moz-max-content;
  height: max-content;
}
.jose-model-box .right-box {
  width: 49%;
  position: relative;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background-color: #f8f8f8;
  position: relative;
  margin: 0 0 12px 0;
  padding: 15px 20px;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}
.jose-model-box .mo-btn {
  width: 100%;
  height: 42px;
  background-color: #43477e;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease;
  color: #fff;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
  font-weight: bold;
  line-height: 42px;
  transition: all 0.2s ease;
  padding-right: 12px;
}
.jose-model-box .mo-btn:last-child {
  margin-bottom: 0;
}
.jose-model-box .mo-btn i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 42px;
  font-size: 100%;
  line-height: 45px;
  text-align: center;
  background: #33365d;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all 0.2s;
}
.jose-model-box .mo-btn:hover {
  background-color: #353fd5;
}
.jose-model-box .mo-btn:hover i {
  background-color: #5064e8;
}
.box-tp.jose-country {
  clear: both;
  position: relative;
  border: 1px solid #e3e3e3;
  padding: 22px 20px;
  margin-bottom: 45px;
  width: 100%;
  background-color: #fafafa !important;
}

.jose-country-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.jose-country-box .jose-country-item {
  position: relative;
  padding: 12px 10px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  background-color: #f5f5f5;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
}
.jose-country-box .jose-country-item i {
  position: absolute !important;
  top: -3px;
  left: 5px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 12px;
  color: #f6884d;
  transition: all 0.3s;
  z-index: 2;
}
.jose-country-box .jose-country-item i::before {
  content: "\f02e";
}
.jose-country-box .jose-country-item:hover {
  color: #fff !important;
  font-weight: bold;
  border-color: #e25936;
  background-color: #f25f39;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1), 0 22px 2px 0 rgba(255, 255, 255, 0.03) inset;
}
.jose-country-box .jose-country-item:hover i {
  color: #333;
}

.country-jose-tab {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  top: -40px;
  z-index: 10;
}
.country-jose-tab .tab {
  position: relative;
  display: block;
  width: 220px;
  height: 46px;
  font-size: 14px;
  color: #999;
  line-height: 44px;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s;
  border: 1px solid #ddd;
  background: #f8f8f8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.country-jose-tab .tab:hover {
  color: #333;
}
.country-jose-tab .tab:first-child {
  border-right: none;
}
.country-jose-tab .tab.active {
  background-color: #fff;
  color: #000;
  font-weight: bold;
  border-bottom: none;
}
.country-jose-tab .tab.active::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -7px;
  width: 6px;
  background: url("../../images/tab_shadow.png") no-repeat 0 0;
  background-size: 100% 100%;
  z-index: 2;
}
.country-jose-tab .tab.active::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #555;
}
.country-jose-tab .tab:last-child.active::after {
  width: 0;
}

.jose-tab-con {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  min-height: 100px;
  position: relative;
  top: -41px;
  border-radius: 3px;
  padding: 22px 20px 30px 20px;
}

.country-sch {
  width: 220px;
  background: url("../../images/searchicon.png") no-repeat 10px 12px;
  background-size: 14px auto;
  transition: width 0.4s ease-in-out;
  padding-left: 30px;
  border-radius: 5px !important;
}
.country-sch:focus {
  width: 360px;
  background: url("../../images/searchicon.png") no-repeat 10px 12px !important;
  background-size: 14px auto !important;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 0, 0.1);
  background: #fafcff;
}

.agreement-board {
  width: 100%;
  display: table;
  table-layout: fixed;
  border: 1px solid #444;
}
.agreement-board th {
  height: 40px;
  padding: 0 0 2px 0;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  background: #222;
}
.agreement-board td {
  padding: 8px 15px 10px 15px;
  font-size: 13px;
  line-height: 1.4em !important;
  text-align: left;
  vertical-align: middle;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  line-height: 1.3em;
}
.agreement-board td.tit {
  text-align: center;
  background: #f3f3f3;
}
.agreement-board td.stit {
  padding: 5px 0 7px 10px;
  font-size: 12px;
  color: #666;
  background: #fafafa;
}
.agreement-board td:last-child, .agreement-board td.None {
  border-right: none;
}

.joyak-title-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  margin-bottom: 30px;
}
.joyak-title-box .title {
  display: flex;
  flex-direction: row;
  gap: 6px;
  font-size: 17px;
}
.joyak-title-box .title p {
  font-weight: bold;
}
.joyak-title-box .title p span.sm-txt {
  display: inline-block;
  width: 900px;
  font-size: 13px;
  line-height: 140%;
  padding-top: 8px;
}
.joyak-title-box .right-btn-area ul {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.joyak-title-box .right-btn-area ul .hide {
  display: none;
}

.joyak-detail-wp {
  margin-top: 20px;
  padding: 10px 0;
}
.joyak-detail-wp .title-box {
  height: 52px;
  margin: 0 0 40px 0;
  padding: 0 0 0 0;
  font-size: 110%;
  line-height: 48px;
  font-weight: bold;
  text-align: center;
  border: 1px solid #cacaca !important;
  background: #f5f5f5;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.03);
}
.joyak-detail-wp .title-box .f18 {
  font-weight: bold;
}
.joyak-detail-wp.eng .detail-view .tit-1 {
  -moz-text-align-last: left;
       text-align-last: left;
}
.joyak-detail-wp .detail-view li {
  padding: 8px 0;
  font-size: 15px;
  line-height: 200%;
  word-break: keep-all;
}
.joyak-detail-wp .detail-view .tit-1 {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  margin-top: 26px;
  margin-bottom: 8px;
}
.joyak-detail-wp .detail-view .tit-2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 24px;
  margin-bottom: 16px;
}
.joyak-detail-wp .detail-view .dotbox {
  margin: 15px 0 5px 0;
  padding: 14px 20px;
  font-size: 13px;
  color: #666;
  line-height: 1.5em;
  text-align: left;
  border: 1px dotted #999;
  background: #fafafa;
  border-radius: 4px;
}
.joyak-detail-wp .detail-view .lpad1 {
  display: inline-block; 
  padding-left: 15px;
}
.joyak-detail-wp .detail-view .lpad2 {
  display: inline-block; 
  padding-left: 15px;
}
.joyak-detail-wp .tbl-3 {
  width: 100%;
  table-layout: fixed;
  margin: 0 0 40px 0;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.02);
}
.joyak-detail-wp .tbl-3 td {
  width: 33.333333%;
  padding: 14px 20px 14px 20px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.8em;
  vertical-align: top;
  border: 1px solid #cfcfcf;
}
.joyak-detail-wp .tbl-jose {
  width: 100%;
  table-layout: fixed;
  margin: 0 0 40px 0;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.02);
}
.joyak-detail-wp .tbl-jose th {
  height: 45px;
  padding: 0 0 3px 0;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #cfcfcf;
  border-bottom: none;
  background: #eee;
}
.joyak-detail-wp .tbl-jose td {
  padding: 14px 20px 14px 20px;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 1.8em;
  vertical-align: top;
  border: 1px solid #cfcfcf;
  color: #555;
}
.joyak-detail-wp .etc {
  margin-top: 40px;
}
.joyak-detail-wp .etc .stit {
  display: block;
  margin: 0 0 30px 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.joyak-detail-wp .etc .cir-list-txt li {
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
}

.country-tax-tbl .tbl {
  width: 100%;
  table-layout: fixed;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.02);
}
.country-tax-tbl .tbl th {
  height: 45px;
  padding: 0 5px 3px 5px;
  font-size: 13px;
  letter-spacing: -0.5px;
  line-height: 1.2em;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #cfcfcf;
  border-bottom: none;
  background: #eee;
}
.country-tax-tbl .tbl td {
  padding: 10px 10px 10px 10px;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
  vertical-align: top;
  border: 1px solid #cfcfcf;
}
.country-tax-tbl .tbl td div {
  font-size: 13px;
}
.country-tax-tbl .lv1 {
  margin-left: 5px;
  text-indent: -1em;
}

.jose-country-select {
  display: flex;
  flex-direction: row;
}
.jose-country-select .form-control.selt-1.coun-select {
  width: 360px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #666;
  background: #777 url(../../images/select_bg.png) no-repeat center right !important;
  background-size: auto 10px !important;
  color: #fff;
  margin-right: 6px;
  height: 38px;
}
.jose-country-select .form-control.selt-1.year {
  width: 90px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #666;
  background: #777 url(../../images/select_bg.png) no-repeat center right !important;
  background-size: auto 10px !important;
  color: #fff;
  margin-right: 6px;
  height: 38px;
}
.jose-country-select .btn-type.coun-btn {
  min-width: 80px;
  height: 38px;
  line-height: 36px;
  font-size: 14px;
}

.jose-case {
  padding: 0;
}
.jose-case .Lt-menu {
  top: 36px;
}
.jose-case .Lt-menu ul {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  overflow-y: scroll;
}
.jose-case .Lt-menu ul li {
  padding: 8px 12px;
  margin-bottom: 0;
  border-bottom: 1px dotted #cfcfcf;
  padding-right: 26px;
}
.jose-case .Lt-menu ul li:hover {
  background-image: url("../../images/GJ_ic_hover.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.jose-case .Lt-menu ul li.active {
  background-image: url("../../images/GJ_ic.png");
  background-position: right center;
  background-repeat: no-repeat;
}
.jose-case .list-title {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 0;
  width: 290px;
  height: 30px;
  z-index: 0;
}
.jose-case .list-title .subj-box {
  position: relative;
  display: inline-block;
  line-height: 100%;
  font-weight: bold;
  padding-left: 16px;
  font-size: 16px;
}
.jose-case .list-title .subj-box::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 4px;
  height: 20px;
  background: #333;
}
.jose-case .Rt-List {
  padding-left: 332px;
}
.jose-case .Rt-List .rt-tit-box {
  position: relative;
  margin: 0 0 26px 0;
  padding: 16px 18px;
  font-size: 100%;
  line-height: 1.4em;
  font-weight: bold;
  text-align: left;
  border: 1px solid #bbb !important;
  background: #f5f5f5;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.05);
  border-radius: 3px;
}
.jose-case .Rt-List .joyak-2dan-view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.jose-case .Rt-List .joyak-2dan-view .view-left {
  border-right: 1px dotted #c7c7c7;
  padding: 10px 18px;
}
.jose-case .Rt-List .joyak-2dan-view .view-right {
  padding: 10px 18px;
}
.jose-case .Rt-List .joyak-2dan-view ul li {
  margin: 6px 0;
  line-height: 160%;
  font-size: 14px;
}
.jose-case .Rt-List .joyak-2dan-view ul li.tit {
  font-size: 16px;
  font-weight: bold;
}
.jose-case label {
  cursor: pointer;
  margin-right: 4px;
}

.law-semok-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3px;
  margin-left: 20px;
  width: 100%;
}
.law-semok-list .semok-item {
  flex: 1;
}
.law-semok-list .semok-item a {
  width: 100%;
  padding: 0 16px;
  display: block;
  position: relative;
  height: 40px;
  line-height: 37px;
  font-size: 14px;
  color: #888;
  letter-spacing: -0.5px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  background: #f9f9f9;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06), 0 20px 10px 0 rgba(255, 255, 255, 0.9) inset;
  font-family: "Noto Sans KR", sans-serif;
  transition: all 0.2s;
  cursor: pointer;
}
.law-semok-list .semok-item a.active {
  color: #fff;
  font-weight: bold;
  border-color: var(--primary-color);
  background: var(--primary-color);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 20px 10px 0 rgba(255, 255, 255, 0.1) inset;
}
.law-semok-list .semok-item a:hover {
  color: #333;
  border-color: #333;
}

.law-hasul-case {
  padding: 0;
}
.law-hasul-case .Lt-menu {
  width: 304px;
}
.law-hasul-case .Lt-menu ul {
  padding: 0;
}
.law-hasul-case .Lt-menu ul li {
  padding: 8px 12px;
  margin-bottom: 0;
  border-bottom: 1px dotted #cfcfcf;
  padding-right: 26px;
}
.law-hasul-case .Lt-menu ul li.active {
  background-image: url(../../images/GJ_ic.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.law-hasul-case .Lt-menu ul li:hover {
  background-image: url(../../images/GJ_ic_hover.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.law-hasul-case .Rt-List {
  padding-left: 332px;
}

.Rt-List .view-detail-area {
  width: 100%;
}
.Rt-List .view-detail-area .subTitle {
  clear: both;
  position: relative;
  height: 30px;
  padding: 1px 0 0 14px;
  font-size: 110%;
  line-height: 100%;
  font-weight: bold;
}
.Rt-List .view-detail-area .subTitle::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 4px;
  height: 18px;
  background: #333;
}
.Rt-List .jo-list {
  clear: both;
  margin: 2px 0 45px 0;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.02);
  overflow: hidden;
}
.Rt-List .jo-list td {
  padding: 0 15px 2px 15px;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
  border-bottom: 1px dotted #aaa;
  border-right: 1px dotted #ccc;
  transition: all 0.2s;
}
.Rt-List .jo-list td.num {
  font-size: 12px;
  color: #999;
  text-align: center;
}
.Rt-List .jo-list td:last-child {
  border-right: none;
}
.Rt-List .jo-list td.subj {
  padding: 0;
}
.Rt-List .jo-list td.subj a {
  display: block;
  padding: 12px 15px 14px 18px;
}
.Rt-List .jo-list td.subj a:hover {
  color: #353fd5;
  text-decoration: underline;
}
.Rt-List .jo-list tr:hover td {
  background-color: #fafbfc;
}
.Rt-List .jo-list tr:hover td.num {
  color: #000;
}
.Rt-List .jo-list tr:last-child td {
  border-bottom: none;
}

.phone-pro-img-wp.silmu-etc-img {
  background: url("../../images/etcLink_visuals.png") no-repeat right bottom;
}
.phone-pro-img-wp.silmu-etc-img .stit {
  margin: 30px 0 14px 0;
}

.silmu-etc-inq {
  align-items: flex-start;
}
.silmu-etc-inq .lt-list {
  width: 300px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.silmu-etc-inq .lt-list dt {
  padding: 12px 0 11px 15px;
  line-height: 100%;
  font-weight: bold;
  border-bottom: 1px solid #d7d7d7;
  background: #dae8f3;
}
.silmu-etc-inq .lt-list dd {
  font-size: 14px;
}
.silmu-etc-inq .lt-list dd.top {
  margin-top: 10px;
}
.silmu-etc-inq .lt-list dd.bottom {
  margin-bottom: 8px;
}
.silmu-etc-inq .lt-list dd.active {
  background-color: #19218f;
}
.silmu-etc-inq .lt-list dd.active a {
  color: #fff !important;
}
.silmu-etc-inq .lt-list dd.active a:hover {
  text-decoration: none;
}
.silmu-etc-inq .lt-list dd.active a::after {
  background-color: #fff;
}
.silmu-etc-inq .lt-list dd.cpr a::after {
  background-color: #353fd5;
}
.silmu-etc-inq .lt-list dd a {
  position: relative;
  display: block;
  letter-spacing: -0.5px;
  line-height: 140%;
  padding: 10px 6px 11px 24px;
  transition: all 0.2s ease;
  cursor: pointer;
}
.silmu-etc-inq .lt-list dd a::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background-color: #555;
  left: 14px;
  top: 48%;
}
.silmu-etc-inq .lt-list dd a:hover {
  color: #353fd5;
  text-decoration: underline;
}
.silmu-etc-inq .rt-con {
  width: 850px;
  padding-top: 4px;
}

.topTitle {
  font-size: 20.5px;
  font-weight: bold;
  letter-spacing: -0.5px;
  padding-bottom: 12px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.rt-con .text {
  font-size: 14px;
  color: #444;
  line-height: 150%;
}

.rt-con .sup-txt {
  display: block;
  margin: 1px 0 1px 0;
  margin-left: 10px;
  text-indent: -10px;
  font-size: 11px;
  color: #00a8e7;
  line-height: 140%;
  vertical-align: top;
}

.rt-con sup {
  display: inline-block;
  position: relative;
  bottom: 0.5ex;
  height: 0;
  margin: 0 2px;
  line-height: 1;
  font-size: 11px;
  color: #0000ff;
  text-indent: 0 !important;
  font-weight: bold;
  vertical-align: baseline;
}

.rt-con .graybox {
  padding: 15px;
  font-size: 13px;
  line-height: 140%;
  background: #f3f3f3;
  border-radius: 3px;
}

.silmu-etc-tbl {
  margin-bottom: 10px;
  border-top: 1px solid #b9cfd7;
  border-bottom: 1px solid #ccc;
}
.silmu-etc-tbl table {
  width: 100%;
  table-layout: fixed;
}
.silmu-etc-tbl th {
  padding: 12px 10px 13px 10px;
  font-size: 13px;
  color: #12538c;
  line-height: 120%;
  font-weight: bold;
  text-align: center;
  border-right: 1px solid #cfe0e6;
  border-bottom: 1px solid #b9cfd7;
  background: #f2f7f9;
  vertical-align: middle;
}
.silmu-etc-tbl th:last-child {
  border-right: none;
}
.silmu-etc-tbl td {
  padding: 8px 10px 9px 10px;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}
.silmu-etc-tbl td:last-child {
  border-right: none;
}
.silmu-etc-tbl td.leftLine {
  border-left: 1px solid #eee;
}
.silmu-etc-tbl td.Left {
  text-align: left;
}
.silmu-etc-tbl td.verTop {
  vertical-align: top;
}
.silmu-etc-tbl tr:last-child td {
  border-bottom: none;
}

.consonant-list {
  display: flex;
  flex-direction: row;
  gap: 4px;
}
.consonant-list li a {
  clear: both;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 120%;
  color: #fff;
  line-height: 38px;
  text-align: center;
  text-decoration: none;
  border-radius: 3px;
  background: #333;
  transition: all 0.2s ease;
}
.consonant-list li a:hover {
  bottom: -2px;
  background: #353fd5;
  box-shadow: 0 -16px 0 0 rgba(255, 255, 255, 0.068) inset;
}

.law-schbox-wp {
  clear: both;
  position: relative;
  padding: 0 0 0 0;
  overflow: hidden;
  margin-top: 40px;
}
.law-schbox-wp ul.box {
  float: left;
  width: 100%;
  margin-bottom: 40px;
  transition: all 0.3s;
}
.law-schbox-wp ul.box:hover {
  box-shadow: 0 1px 2px 0 rgba(92, 117, 107, 0.15);
}
.law-schbox-wp ul.box:hover li.tit {
  background: #f7fffd;
}
.law-schbox-wp ul.box:hover li {
  border-color: #b6dccd;
}
.law-schbox-wp ul.box li {
  padding: 20px 30px 21px 30px;
  font-size: 100%;
  line-height: 1.2em;
  border: 1px solid #cfcfcf;
  transition: all 0.3s;
  overflow: hidden;
}
.law-schbox-wp ul.box li.tit {
  padding: 14px 20px 14px 20px;
  font-size: 130%;
  letter-spacing: -0.5px;
  font-weight: bold;
  border-bottom: none;
  background-color: #f8f8f8;
}
.law-schbox-wp ul.box li.list-item a {
  float: left;
  display: block;
  position: relative;
  width: 20%;
  height: 34px;
  padding: 0 0 0 10px;
  line-height: 32px;
  transition: all 0.2s ease;
}
.law-schbox-wp ul.box li.list-item a::after {
  position: absolute;
  content: "";
  left: 0;
  top: calc(50% - 3px);
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #333;
}
.law-schbox-wp ul.box li.list-item a:hover {
  color: #00bd93;
  font-weight: 600;
  text-decoration: underline;
}
.law-schbox-wp ul.box li.list-item a:hover::after {
  background-color: #00bd93;
}
.law-schbox-wp ul.box li.list-item a .fa-star {
  margin-left: 4px;
  margin-bottom: 6px;
  font-size: 11px;
  color: #e05555;
  vertical-align: middle;
}

.tbl-wp .faq a {
  position: relative;
  padding-left: 34px;
}
.tbl-wp .faq a::after {
  content: "Q";
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 20px;
  background-color: #666;
  overflow: hidden;
  top: -1px;
  left: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.2s ease;
}
.tbl-wp .faq a:hover::after {
  background-color: #ff5529;
}

.dotbox-answer {
  width: 96%;
  margin: 0 auto;
  border-radius: 4px;
  display: block;
  padding: 32px 34px;
  font-size: 100%;
  line-height: 1.7em;
  text-align: justify;
  border: 1px dotted #888;
  background: #fcfcfc;
  margin-top: 50px;
}

.tbl-wp table.List td.life-sublist-tit {
  text-align: left;
  padding: 16px 12px 16px 58px;
  word-break: keep-all;
  font-size: 15px;
  background: #fcfcfc url("../../images/acc_list_ic_02.png") no-repeat 20px 16px !important;
  font-size: 16px;
  font-weight: bold;
}

.law_applybt_date {
  display: inline-block !important;
  margin-left: 7px !important;
  margin-bottom: 3px;
  width: initial;
  height: initial;
  vertical-align: middle !important;
  background-color: rgba(142, 148, 200, 0.99);
  border-radius: 6px;
  border: 1px solid rgba(120, 126, 180, 0.99);
  box-shadow: inset 0 1px 1px #d7d9ee;
  color: white;
  font-family: '맑은 고딕', 'Malgun Gothic', sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: 15px;
  padding: 0px 4px;
  cursor: pointer;
  /* 안티앨리어싱 제거 */
  font-smooth: never;
  -webkit-font-smoothing: none;
  -moz-osx-font-smoothing: grayscale;
}
.law_applybt_date_container {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding-left: 20px;
  font-size: 12px !important;
  margin-top: 9px;
  margin-bottom: 0px;
}
.law_applybt_date_container span {
  background-color: #f5f5f5;
  color: #174986;
  border-radius: 4px;
  line-height: 1.4 !important;
  padding: 8px;
  padding-bottom: 8px !important;
  min-height: 32px;
  margin-left: 18px !important;
  display: block !important;
}
.item .law_applybt_date_container span {
  margin-left: 18px !important;
  padding-left: 22px !important;
  margin-bottom: 8px !important;
}
.subparagraph .law_applybt_date_container span {
  padding-left: 22px !important;
}
.law_applybt_date_container span a, .law_applybt_date_container span a:link {
  padding: initial !important;
  font-size: 12px !important;
  font-weight: initial !important;
  line-height: initial !important;
  pointer-events: initial;
  color: #174986 !important;
  pointer-events: none !important;
  text-decoration: none !important;
}
.law_applybt_date_container span a:hover {
  color: #ff0000 !important;
  text-decoration: underline !important;
}
.law_applybt_date_container span::before {
  content: '적용시기';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px; 
  height: 30px;
  background-color: #8f95c9;
  border: 1px solid rgba(120, 126, 180, 0.99);
  box-shadow: inset 0 1px 1px #d7d9ee;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px;
  font-size: 11px;
  line-height: 13px;
  text-indent: initial !important;
}

/* 조문 양식 */
.content-wp .con-body-rt .content-field {
  gap: initial !important;
}

.article {
  padding-bottom: 9px;
  font-weight: bold;
}

.article a {
  color: #010101;
  font-weight: bold;
  text-decoration: none;
  pointer-events: none;
}

.paragraph {
  padding-left: 1em;
  padding-top: 8px;
  padding-bottom: 8px;
}

.articledescription {
  padding-left: 1em;
  padding-top: 8px;
  padding-bottom: 8px;
}

.paragraph img {
  margin-top: 18px;
}

.subparagraph {
  padding-left: 2em;
  text-indent:-1em;
}

.subparagraph img {
  margin-top: 18px;
}

.item {
  padding-left: 3em;
  text-indent:-1em;
}

.subitem {
  padding-left: 3em;
  text-indent:-1em;
}
.paragraph a, .subparagraph a, .item a, .subitem a{text-decoration: none !important;}
.paragraph a:link, .subparagraph a:link, .item a:link, .subitem a:link{color: blue !important;}
.paragraph a:visited, .subparagraph a:visited, .item a:visited, .subitem a:visited{color: blue !important; text-decoration: underline !important;}
.paragraph a:active, .subparagraph a:active, .item a:active, .subitem a:active{color:#238e68 !important; text-decoration: underline !important;}
.paragraph a:hover, .subparagraph a:hover, .item a:hover, .subitem a:hover{color:#ff0000 !important; text-decoration: underline !important;}

.article        {font-size:16px !important; font-weight: bold !important; line-height:1.6em !important;}
.article a      {color: #010101; text-decoration: none; pointer-events: none; font-size:16px !important; font-weight: bold !important; line-height:1.6em !important;}
.article a:link {color: #010101; text-decoration: none; pointer-events: none; font-size:16px !important; font-weight: bold !important; line-height:1.6em !important;}

.paragraph      {font-size:14px !important; padding-left:1em !important; line-height:1.6em !important;}
.subparagraph   {font-size:14px !important; padding-left:3em !important; line-height:1.6em !important;}
.content-field .item {font-size:14px !important; padding-left:4em !important; line-height:1.6em !important;}
.clsLM0 .item { padding-left:4em !important; }
.subitem        {font-size:14px !important; padding-left:5em !important; line-height:1.6em !important;}
.paragraph img, .subparagraph img, .item img, .subitem img{margin-top: 10px;}