/* 기존 plcyFnlInfo.jsp style 파일 */
.support-search-element {margin:0}
.article-header{border-bottom:none}

.hide{display: none !important;}
.resrch-block{display: flex; justify-content: end !important;}
.resrch-inner{display: flex; align-items: center; /*width: 40% !important; margin-right: 1%;*/}
.srch-button-block{display: flex; margin-right: 10px;}
.srch-button{width:70px !important;}
.srch-reset-button{width:110px !important;}

/*250217 신예리추가*/
.resrchArea {  display: flex; flex-direction: row; align-items: center; justify-content: space-between; margin: 10px 0 20px 0;}
.search-pfi-example { width: 30%; }
.resrch-block { flex: 1 auto; }
.inp { width: 320px; border-radius: 5px; z-index: 1; }
.resrchBtn {width: 40px; height: 32px; position: absolute; z-index: 2; background: url(../image/ico/resrchBtn_ico.png) #fff no-repeat center; background-size: 16px; outline: none; right: 2px; border-radius: 0 5px 5px 0;}
.resrch-inner > label > span::before { content:""; width: 2px; height: 13px; position: absolute; background: #d04010; margin: 4px 0 0 -10px; }
.ttipArea { position: relative; }
.ttipBtn { width: 50px; height: 50px; display: inline-block; border-radius: 50%; cursor: pointer; transition: 0.2s all ease;  background: url(../image/ico/ttip_ico.png) #ffe7ec no-repeat center; background-size: 23px; }
.ttipBtn:hover { background: url(../image/ico/ttip_ico.png) #ffced9 no-repeat center; background-size: 23px; }
.ttipArea:hover .ttipCon {  visibility: visible; }
.tab-multiply { display: flex; justify-content: space-between; align-items: center; }

.ttipCon {
  visibility: hidden;
  width: 240px;
  background: #fff;
  color: #000;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  z-index: 999;
  top: 115%;
  right: 10px;
  box-shadow: -2px 0px 15px rgba(0,0,0,0.2);
}

.ttipCon::after { content: ""; position: absolute; bottom: 100%; right: 3%;  border-width: 8px; border-style: solid; border-color: transparent transparent #fff transparent; }

.ttipCon .ttipTxt { border-radius: 10px; padding: 10px; }
.ttipCon .ttipTxt:nth-child(1) { background:#f0f5f9;}
.ttipCon .ttipTxt:nth-child(2) { background:#fcf3f5; margin-top: 10px;}
.ttipCon .ttipTxt:nth-child(3) { background:#f3f7f0; margin-top: 10px;}
.ttipCon .ttipTxt .ttip-title { display: flex; align-items: center; font-weight: 500; font-size: 13px; margin-top: 5px;}
.ttipCon .ttipTxt .ttip-title > .ttip-ico { width: 15px; height: 15px; background: url(../image/ico/ttip_con_ico.png) no-repeat center; background-size: 9px; }
.ttipCon .ttipTxt > p { font-size: 12px;text-align: left; margin: 5px 0; }

.pfilist-date { position: absolute; right: 0; margin-right: 0; margin-top: 5px; line-height: 1.2em; color: #505050; font-size: 14px; font-weight: 300; letter-spacing: -0.2px; }
.pfilist-date > span::before { content:""; width: 1px; height: 11px; background: #a5a1a1; margin: 0 10px; display: inline-block; }



/* 2025-10-15 신규 작업 */
/* 검색조건 */
.pf-wrap .support-search-element {
  padding: 0;
}

.pf-wrap .support-search-element .row-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pf-wrap .support-search-element .row-block.row1 {
  padding: 25px 20px;
}

.pf-wrap .support-search-element .row-block.row1:has(.searchbar-showmorebtn.on) {
  padding: 25px 20px 10px;
}

.pf-wrap .support-search-element .row-block.row2 {
  border-top: 1px solid #d4d4d4;
  padding: 10px 20px 25px;
}

.support-search-element .pf-block {
  gap: 8px;
  margin-bottom: 0;
}

.support-search-element .pf-block .inner {
  width: auto !important;
  flex-grow: 1;
}

.pf-block .inner.mw50 {
  min-width: 50%;
}

.support-search-element .pf-block .select {
  padding: 0 36px 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.select.size-130 {
  width: 130px !important;
}

.support-search-element .block button.btn-select-tob {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  height: 46px;
  font-size: 15px;
  color: #666;
  padding: 0 10px;
  background: #fff;
  text-align: left;
  position: relative;
}

.support-search-element .block button.btn-select-tob::after {
  content: '';
  width: 18px;
  height: 18px;
  background: center / contain no-repeat url(../image/pf/icon-link.svg);
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.pf-wrap .support-search-element .pf-block:has(.category-list) {
  display: flex;
  flex-wrap: wrap;
}

/* 2025-12-01 상세필터 버튼 가져옴 */
.pf-wrap .support-search-element .block button.searchbar-showmorebtn { background: none; color: #1e2124; display: flex; align-items: center; font-size: 17px; gap: 4px; width: fit-content; padding: 0; min-width: 118px; }
.pf-wrap .support-search-element .block button.searchbar-showmorebtn > span { display: flex; }
.pf-wrap .support-search-element .block button.searchbar-showmorebtn .offimg, 
.pf-wrap .support-search-element .block button.searchbar-showmorebtn.on .close-txt, 
.pf-wrap .support-search-element .block button.searchbar-showmorebtn.on .onimg { display: block; }
.pf-wrap .support-search-element .block button.searchbar-showmorebtn .onimg, 
.pf-wrap .support-search-element .block button.searchbar-showmorebtn .close-txt, 
.pf-wrap .support-search-element .block button.searchbar-showmorebtn.on .offimg { display: none; }

.category-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 15px;
  gap: 10px 30px;
  background: #f4f5f6;
  border-radius: 6px;
  border: 1px solid #d8e0e8;
  box-sizing: border-box;
}

.category-list li {
  display: flex;
  align-items: center;
  gap: 5px;
}

.category-list li > span {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.48px;
}

.category-list .btn-deltag {
  width: 14px !important;
  min-width: auto !important;
  height: 14px !important;
  border-radius: 50% !important;
  background: center / contain no-repeat url(../image/pf/deltag.svg) !important;
}

.pf-wrap .theme-name {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  gap: 10px 14px;
  padding: 7px 15px;
  background: #f4f5f6;
  border-radius: 6px;
  border: 1px solid #d8e0e8;
}

.pf-wrap .theme-name .put-label {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.48px;
  flex-shrink: 0;
}

.pf-wrap .theme-name .inp {
  max-width: 45%;
  height: 34px;
}

.pf-hint {
  flex-basis: 53%;
  display: inline-flex;
  font-size: 14px;
  font-weight: 400;
  color: #4f4f4f;
  position: relative;
  padding-left: 18px;
  letter-spacing: -0.42px;
  text-align: right;
}

.pf-hint::before {
  content: '';
  width: 18px;
  height: 18px;
  background: center / contain no-repeat url(../image/pf/hint.svg);
  position: absolute;
  top: 0;
  left: 0;
}

.pf-wrap .tbl-cnt.view_method .more_view {
  display: flex;
  gap: 5px;
}

.btn.compare {
  margin-left: 5px;
  width: 100px;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
  font-size: 15px;
}

.btn.compare::before {
  content: '';
  width: 15.5px;
  height: 15.5px;
  background: center / contain no-repeat url(../image/pf/check.svg);
}

/* 2025-12-01 정렬 버튼 가져옴 */
#btn-order-watched {
  border: none;
}

.pf-wrap .tbl-cnt.view_method .more_view .sorting {display:inline-block; height:32px; padding:0 12px ; font-family:'Noto Sans KR', sans-serif; font-size:14px; font-weight:300; letter-spacing:-1px; border-radius:4px; box-sizing:border-box}

.pf-wrap .tbl-cnt.view_method .more_view .sorting,
#btn-order-watched.sorting,
#btn-order-created.sorting {
  background: #707070 !important;
  color: #eee !important;
}
.pf-wrap .tbl-cnt.view_method .more_view .sorting.dw,
#btn-order-watched.sorting.dw,
#btn-order-created.sorting.dw,
.pf-wrap .tbl-cnt.view_method .more_view .sorting.up,
#btn-order-watched.sorting.up,
#btn-order-created.sorting.up,
.pf-wrap .tbl-cnt.view_method .more_view .sorting.active {
  background: #004edf !important;
  color: #fff;
}

.pf-wrap .tbl-cnt.view_method .more_view .sorting.up::after,
.pf-wrap .tbl-cnt.view_method .more_view .sorting.dw::after,
#btn-order-watched.sorting.up::after,
#btn-order-watched.sorting.dw::after {color:rgba(255,255,255,0.8) !important; font-family:remixicon; font-size:16px; font-weight:normal}
.pf-wrap .tbl-cnt.view_method .more_view .sorting.up::after{content:'\ea76'}
.pf-wrap .tbl-cnt.view_method .more_view .sorting.dw::after{content:'\ea4c'}

/*2025-09-19 관심상품 버튼 style 추가*/
/* .btn.gray.sorting.active {background: #004edf; color: #fff;} */

/* 2025-12-03 초기화버튼 변경 */
.pf-wrap .support-search-element .block button.searchbar-resetbtn { max-width: 46px; max-height: 46px; padding: 0; min-width: 46px; background: none; }


/* 게시물 리스트 */
.pf-wrap .board-pfi-list .pfi-cont {
  display: flex;
  flex-direction: column;
  padding: 0 25px;
  width: 100%;
  border: 1px solid #cccfd8;
  border-radius: 10px;
  box-shadow: 6px 6px 10px 0 rgba(100, 102, 108, 0.08);
  position: relative;
  overflow: hidden;
}

.pf-wrap .board-pfi-list .pfi-top {
  flex-grow: 1;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #d6dae1;
  padding: 15px 0;
}

.label-pf {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 66px;
  height: 60px;
  font-size: 14px;
  color: #000;
  font-weight: 700;
  padding: 12px 0 0 8px;
}

.label-pf::before {
  content: '';
  z-index: -1;
  width: 100%;
  height: 100%;
  clip-path: polygon(0 0, 0 100%, 100% 0);
  position: absolute;
  left: 0;
  top: 0;
}

.label-pf.fac::before {
  background: #C2D7FF;
}
.label-pf.asr::before {
  background: #DAECFF;
}
.label-pf.sis::before {
  background: #EDEBF6;
}

.pf-wrap .board-pfi-list .pfi-top .top-tit {
  gap: 8px;
}

.pf-wrap .board-pfi-list .pfi-top .top-tit .tit {
  padding-left: 33px;
  font-weight: 700;
  color: #000;
}

.pf-wrap .label-hn {
  flex-shrink: 0;
  font-size: 13px;
  color: #000;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 2px
}

.pf-wrap .label-hn.hot {
  flex-shrink: 0;
  background: #ffef79;
}

.pf-wrap .label-hn.new {
  color: #1e64c5;
  border: 1px solid #1e64c5;
}

.pf-wrap .view-like {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  border: 1px solid #C5CBD2;
  background: #f7f7f7;
  transition: 0.3s;
}

.pf-wrap .view-like::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 18px;
  height: 16px;
  background: center / contain no-repeat url(../image/pf/like.svg);
  transition: 0.3s;
}

.pf-wrap .view-like.on {
  background: #fff;
}
.pf-wrap .view-like.on::before {
  background: center / contain no-repeat url(../image/pf/like-on.svg);
}

.top-right {
  flex-shrink: 0;
  display: flex;
  gap: 10px;
  align-items: center;
}

.label-corp {
  font-size: 15px;
  color: #5b5555;
  font-weight: 500;
  padding: 6.5px 10px;
  border: 1px solid #c6ccd3;
  border-radius: 6px;
  display: flex;
  gap: 3px;
  justify-content: center;
  align-items: center;
}

.label-corp::before {
  content: '';
  width: 17px;
  height: 14px;
  background: center / contain no-repeat url(../image/pf/corp.svg);
}

.label-receipt {
  padding: 6.5px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  font-size: 15px;
  font-weight: 600;
  color: #128d64;
  border-radius: 6px;
  border: 1px solid #bdecc8;
  background: #eefbf1;
}

.label-receipt::before {
  content: '';
  width: 10.5px;
  height: 7.5px;
  background: center / contain no-repeat url(../image/pf/chk-green.svg);
}


.pf-check-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px 14px;
}

.pf-check-wrap .put-check {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
}

.pf-check-wrap .put-check + .check-label {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
}

.pf-check-wrap .put-check + .check-label::before {
  content: '';
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}

.pf-check-wrap .put-check:checked + .check-label::before {
  content: '';
  background: #4A90E2 url(../image/pf/chk-white.svg) center no-repeat;
  background-size: 13px 10px;
  border-color: #4A90E2;
}

.pf-check-wrap .put-check:disabled + .check-label {
  cursor: default;
}

.pf-check-wrap .put-check:disabled + .check-label::before {
  border-color: #c9c9d4;
  background: #dddedf;
}

.pf-wrap .board-pfi-list .pfi-detail {
  margin-top: 0;
  padding-top: 10px;
}

.pf-wrap .board-pfi-list .pfi-detail .detail-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 40px;
}

.pf-wrap .board-pfi-list .pfi-detail .detail-list > li {
  padding: 0;
  min-height: auto;
  gap: 7px;
}

.pf-wrap .board-pfi-list .pfi-detail .detail-tit {
  flex-shrink: 0;
  padding: 7px 15px;
  background: #f4f5f6;
  min-width: auto;
  border-radius: 20px;
}

.pf-wrap .board-pfi-list .pfi-detail .detail-tit .tit {
  color: #383838;
}

.pf-wrap .board-pfi-list .pfi-detail .detail-cont {
  padding: 0;
}

.pf-wrap .board-pfi-list .pfi-detail .detail-cont .cont-txt .txt {
  color: #000;
  font-weight: 500;
  letter-spacing: initial;
}

.pf-wrap .board-pfi-list .pfi-detail .detail-cont .cont-txt .txt > br {
  display: none;
}

.pf-wrap .pf-info {
  padding: 13px 0;
  font-size: 16px;
  color: #000;
}

.pf-wrap .pfi-bottom {
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px 20px;
}

.pf-wrap .board-pfi-list .pfi-tag {
  border: none;
  margin: 0;
  padding: 0 0 0 26px;
  gap: 5px 20px;
}

.pf-wrap .board-pfi-list .pfi-tag::before {
  content: '';
  width: 16px;
  height: 16px;
  background: center / contain no-repeat url(../image/pf/tag.svg);
  position: absolute;
  left: 0;
  top: 1px;
}

.pf-wrap .board-pfi-list .pfi-tag .tag {
  font-size: 14px;
  font-weight: 500;
  color: #556fa0;
}

.pf-wrap .board-pfi-list .pfi-list > li:has(.label-pf.asr) .pfi-tag::before {
  background: center / contain no-repeat url(../image/pf/tag-asr.svg);
}
.pf-wrap .board-pfi-list .pfi-list > li:has(.label-pf.asr) .pfi-tag .tag {
  color: #6d5485;
}

.pf-wrap .board-pfi-list .pfi-list > li:has(.label-pf.sis) .pfi-tag::before {
  background: center / contain no-repeat url(../image/pf/tag-sis.svg);
}
.pf-wrap .board-pfi-list .pfi-list > li:has(.label-pf.sis) .pfi-tag .tag {
  color: #786158;
}

.hit-date {
  flex-shrink: 0;
  display: flex;
  gap: 10px 20px;
}

.hit-date > span {
  font-size: 15px;
  font-weight: 400;
  color: #505050;
  display: flex;
  align-items: center;
  gap: 3px;
}

.hit-date .pf-hit::before {
  content: '';
  flex-shrink: 0;
  width: 15px;
  height: 11px;
  background: center / contain no-repeat url(../image/pf/view.svg);
}

.hit-date .pf-date::before {
  content: '';
  flex-shrink: 0;
  width: 12px;
  height: 12px;
  background: center / contain no-repeat url(../image/pf/write.svg);
}

/* Layer Popup */
body.scrollLock {
  overflow: hidden;
}

.modal-wrap {
  z-index: 1000;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
}

.modal-wrap::before {
  z-index: 999;
  position: fixed;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(19, 26, 43, 0.7);
}

.modal-wrap.show {
  opacity: 1;
  visibility: visible;
}

.layerpop-container {
  z-index: 1001;
  position: fixed;
  width: calc(100% - 20px);
  max-width: 900px;
  height: calc(100% - 10vh);
  max-height: calc(100% - 20vh);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 4px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid #122857;
  border-radius: 4px;
}

.modal-header {
  position: relative;
  padding: 0 11px 0 16px;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #122857;
}

.modal-header .modal-title {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  letter-spacing: -0.45px;
}

.secondary-modal::before {
  background: rgba(25, 100, 110, 0.8);
}

.modal-header .btn-close {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  background: center / contain no-repeat url(../image/pf/modal-close.svg);
}

.modal-body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 15px;
  height: calc(100% - 40px);
  overflow-y: auto;
  box-sizing: border-box;
}

.modal-body .support-search-element {
  padding: 22px 20px;
}

/*업종코드팝업 안내문구 추가*/
.modal-body .hint {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #e03b2f;
  position: relative;
  padding-left: 21px;
  margin: 10px 0 -5px;
  letter-spacing: -0.42px;
}

.modal-body .hint::before {
  content: '';
  width: 18px;
  height: 18px;
  background: center / contain no-repeat url(../image/pf/hint.svg);
  position: absolute;
  top: 0;
  left: 0;
}

.modal-body .grid-wrap {
  flex-shrink: 0;
}

.modal-body .grid-wrap:has(.grid-list-a:not(.type2)) {
  max-height: 380px;
}

.modal-body .support-search-element .block button.searchbar-resetbtn { max-width: 46px; max-height: 46px; padding: 0; min-width: 46px; background: none; }

.modal-inp::placeholder {
  color: #fff;
}

.modal-footer {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.modal-footer .btn-section {
  min-width: 100px;
  height: 45px;
  font-size: 15px;
  color: #fff;
  background: var(--theme-color01);
  border-radius: 5px;
}

.modal-footer .btn-section.btn-close {
  background: #656565;
}

/* grid-list-a */
.grid-wrap {
  width: 100%;
  overflow-x: auto;
}

.grid-list-a {
  width: 100%;
  min-width: 800px;
  table-layout: auto;
  position: relative;
}

.grid-list-a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #17408c;
}

.grid-list-a th,
.grid-list-a td {
  padding: 11px 10px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
  letter-spacing: -0.45px;
  border: 1px solid #d2d2d2;
  word-break: keep-all;
  transition: 0.3s;
}

.grid-list-a th:first-child, 
.grid-list-a td:first-child {
  border-left: 0;
}
.grid-list-a th:last-child, 
.grid-list-a td:last-child {
  border-right: 0;
}

.grid-list-a thead tr:first-child th,
.grid-list-a tbody tr:first-child td {
  border-top: 0;
}

.grid-list-a th,
.grid-list-a td.th {
  background: #f5f5f5;
  text-align: center;
}

.grid-list-a td {
  word-break: break-all;
  line-height: 1.2;
}

.grid-list-a td.tc {
  text-align: center;
}

.grid-list-a .txt-overflow {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}

.grid-list-a tbody tr:hover td:not(.th) {
  background: #f2f6ff;
  cursor: pointer;
}

.grid-list-a.type2 td:not(.th) {
  vertical-align: top;
}

.grid-list-a.type2 tr:hover td:not(.th)  {
  background: inherit;
  cursor: default;
}

/* 업종선택 테이블 헤더 고정 */
.grid-list-a:not(.type2)::before {
  display: none;
}

.grid-list-a:not(.type2) thead {
  position: sticky;
  top: -1px;
}

.grid-list-a:not(.type2) thead::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #17408c;
    position: absolute;
    top: 0;
}

.grid-list-a:not(.type2) thead::after {
    content: '';
    width: calc(100% - 50px);
    height: 1px;
    position: absolute;
    top: 39px;
    background: #d2d2d2;
    left: 50px;
}


/* 게시물 상세 */

/* 기존 plcyFnlInfoLoanView.jsp style */
.article { position: relative; }
.article-header{border-bottom:none}



.detail-view .cont-txt2{
    line-height: 1.5em;
    font-size: 16px;
    letter-spacing: -0.4px;
    color: #505050;
    font-weight: 400;
    word-break: keep-all;
}

/* .detail-view .col-flex .more{
  display: none;
  align-items: center;
  justify-content: center;
  position: relative;
  top:8px;
  width: fit-content;
  padding: 4px 10px;
  line-height: 1.2em;
  color: dodgerblue;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.5px;
  border: 1px solid dodgerblue;
  border-radius: 200px;
} */

/* 2025-10-29 신규작업 */
.like-btn-wrap {
  display: flex;
  justify-content: flex-end;
}

.btn-like {
  font-size: 16px;
  font-weight: 500;
  color: #555;
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 2px 10px;
  border: 1px solid #b0b4c2;
  border-radius: 4px;
  background: none;
}
.btn-like::before {
  content: '';
  width: 18px;
  height: 16px;
  background: center / contain no-repeat url(../image/pf/like.svg);
}
.btn-like.on::before {
  background: center / contain no-repeat url(../image/pf/like-on.svg);
}

.pf-header .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  text-align: center;
  padding: 3px 0 30px;
}

.pf-header .title strong {
  font-size: 36px;
  color: #000;
  display: block;
  letter-spacing: -1.08px;
  line-height: 1.4;
}

.pf-header .title p {
  font-size: 18px;
  color: #888;
  font-weight: 400;
  letter-spacing: -0.54px;
  max-width: 70%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.pf-wrap  .popular-pfi  .pfi-list .pf-slider {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pf-info-wrap {
  position: relative;
  padding: 0 40px 20px;
  box-sizing: border-box;
}

.pf-info-wrap::before {
  content: '';
  width: 100%;
  height: calc(100% - 90px);
  background: #edeff1;
  position: absolute;
  left: 0;
  bottom: 0;
}

.pf-info-box {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #1A49A1;
  box-shadow:  4px 4px 10px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 30px 10px;
  box-sizing: border-box;
}

.pf-info-box .label-pf {
  z-index: 1;
  left: -3px;
  top: -3px;
}

.pf-info-box .label-pf::before {
  border-radius: 9px 0 0 0;
}

.pf-info-box .label-corp {
  padding: 0;
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 0;
  gap: 9px;
}

.pf-info-list {
  display: flex;
  width: 100%;
}

.pf-info-list li {
  flex-grow: 1;
  padding: 8px 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
  text-align: center;
  min-width: 120px;
  max-width: 360px;
}

.pf-info-list li ~ li {
  border-left: 1px solid #3b6cc5;
}

.pf-info-list .tit {
  font-size: 15px !important;
  color: #d2dcf3;
  font-weight: 500;
  letter-spacing: -0.45px;
}

.pf-info-list .data {
  font-size: 24px;
  color: #fff;
  letter-spacing: -0.72px;
  display: -webkit-box;
  -webkit-line-clamp: 1; /*251104상세 상단 2줄 > 1줄*/
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pf-info-bottom {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}

.pf-info-bottom .pfi-tag {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5px 20px;
}

.pf-info-bottom .pfi-tag::before {
  content: '';
  width: 16px;
  height: 16px;
  background: center / contain no-repeat url(../image/pf/view-tag.svg);
  padding-top: 7px;
  margin-right: -9px;
}

.pf-info-bottom .pfi-tag .tag {
  font-size: 18px;
  color: #122857;
  font-weight: 500;
}

.pf-info-bottom .btn-wrap {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.btn-basic {
  min-width: 140px;
  height: 46px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #4e565f;
  font-size: 15px;
  font-weight: 500;
  color: #1c1e21;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.btn-basic.detail::before,
.btn-basic.inquiry::before {
  content: '';
  width: 20px;
  height: 20px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.btn-basic.detail::before {
  background: url(../image/pf/detail.svg);
}
.btn-basic.inquiry::before {
  background: url(../image/pf/inquiry.svg);
}

.btn-basic.blue {
  width: 160px;
  color: #fff;
  font-weight: 700;
  border-color: #004edf;
  background: #004edf;
}

.board-pfi-view.view-pf .view-content .content-tit {
  margin-bottom: 10px;
}

.view-pf .titinfoWrap {
  gap: 10px;
  margin-bottom: 20px;
}

.view-pf .titinfo-text {
  position: relative;
  padding-left: 25px;
  color: #505050;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  background: none;
}

.view-pf .titinfo-text::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  background: center / contain no-repeat url(../image/pf/iconcheck.svg);
}

.board-pfi-view.view-pf .view-content .content-detail {
  margin-top: 20px;
  border: 1px solid #cccfd8;
  border-radius: 10px;
  box-shadow: 6px 6px 10px 0 rgba(100, 102, 108, 0.08);
  box-sizing: border-box;
}

.board-pfi-view.view-pf .view-content .detail-view {
  position: relative;
  padding: 20px 25px;
}

.board-pfi-view.view-pf .view-content .detail-view .view-list > li {
  padding: 0;
  min-height: auto;
  gap: 20px;
}

.board-pfi-view.view-pf .view-content .detail-view .view-list > li ~ li {
  padding-top: 18px;
}

.board-pfi-view.view-pf .view-content .detail-view .view-list > li .col-box {
  flex-direction: row;
  padding: 0;
}

.board-pfi-view.view-pf .view-content .detail-view .view-tit {
  flex-shrink: 0;
  flex-basis: 120px;
}

.board-pfi-view.view-pf .view-content .detail-view .view-tit .tit {
  font-size: 18px !important;
  line-height: 1.4em;
}

.board-pfi-view.view-pf .view-content .detail-view .view-cont {
  margin-top: 0;
}



.board-pfi-view.view-pf .view-content .detail-view .view-cont .cont-txt .txt {
  font-size: 18px;
}

.board-pfi-view.view-pf .view-content .detail-view .view-cont .cont-txt.overflow .txt {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.board-pfi-view.view-pf .view-content .detail-view .view-list > li .col-box:nth-child(2) .view-tit {
  flex-basis: 160px;

}

.view-pf .detail-view .col-flex .more {
  position: relative;
  top: 0;
  margin-top: 8px;
  width: 80px;
  height: 30px;
  display: none;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border: 1px solid #1d90ff;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  font-weight: 400;
  color: #1d90ff;
  box-sizing: border-box;
}
.view-pf .detail-view .col-flex .more::after {
  content: '';
  width: 10px;
  height: 2px;
  background: center / contain no-repeat url(../image/pf/more.svg);
}

.board-pfi-view.view-pf .view-content .key-value-detail {
  top: calc(100% + 15px);
}

.board-pfi-view.view-pf .view-content .detail-view .view-list.m-hidden {
  padding-top: 15px;
}

.view-pf .btn-toggle-list {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 88px;
  height: 36px;
  border-radius: 16px 16px 0 0;
  background: #dde5fc;
}

.view-pf .btn-toggle-list::before {
  content: '';
  width: 14px;
  height: 8px;
  background: center / contain no-repeat url(../image/pf/toggle-arr.svg);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.view-pf .btn-toggle-list.fold::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.view-pf .plcyinfo {
  border: 0;
  border-radius: 0;
}

.view-pf .plcyinfo_cont {
  margin-top: 50px;
}

.view-pf .plcyinfo_titbox {
  padding: 0;
  margin-bottom: 8px;
}

.view-pf .plcyinfo_tit {
  font-size: 18px !important;
  font-weight: 700;
  padding-left: 28px;
  letter-spacing: -0.54px;
}

.view-pf .plcyinfo_tit::before {
  content: '';
  width: 16.5px;
  height: 15.5px;
  background: center / contain no-repeat url(../image/pf/caution.svg);
  position: absolute;
  left: 2px;
  top: 8px;
}

.view-pf .plcyinfo.active .plcyinfo_answer {
  display: block;
  max-height: initial;
  border: 0;
  overflow: visible;
}

.view-pf .plcyinfo_text {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  color: #e03b2f;
}

/* 보증 */
.pf-header.asr .pf-info-box {
  background: #0072D0;
}

.pf-header.asr .pf-info-list li ~ li {
  border-color: #558AEC;
}

.pf-header.asr .pf-info-bottom .pfi-tag::before {
  background: center / contain no-repeat url(../image/pf/view-tag2.svg);
}


/* 보험 */
.pf-header.sis .pf-info-box {
  background: #13244D;
}

.pf-header.sis .pf-info-list li ~ li {
  border-color: #2B4779;
}


.pf-header.sis .pf-info-bottom .pfi-tag::before {
  background: center / contain no-repeat url(../image/pf/view-tag3.svg);
}


.board-pfi-view.view-pf:has(.pf-header.sis) .view-content .detail-view .view-tit {
  flex-basis: 160px;
}

@media (max-width: 1300px) {
  .pf-hint {
    padding-left: 20px;
    flex-basis: 100%;
    text-align: left;
  }
}

@media (max-width: 800px) {
  .pf-wrap .board-pfi-list .pfi-cont {
    padding: 0;
  }

  .pf-wrap .board-pfi-list .pfi-top {
    flex-wrap: wrap;
    padding: 13px 15px;
  }

  .pf-wrap .board-pfi-list .pfi-top .top-tit {
    flex-wrap: nowrap;
    align-items: flex-start;
    position: relative;
    padding-top: 4px;
    max-width: calc(100% - 30px);
  }

  .pf-wrap .label-pf {
    padding: 0;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .pf-wrap .label-pf::before {
    width: 100%;
    height: 100%;
    clip-path: none;
  }

  .pf-wrap .board-pfi-list .pfi-top .top-tit .tit {
    margin-top: 0;
    padding-left: 41px;
    word-break: break-all;
    order: initial;
  }

  .pf-wrap .board-pfi-list .pfi-top .top-tit .ico-heart {
    margin-top: -5px;
  }

  .pf-wrap .label-hn {
    margin-top: 2px;
  }

  .top-right {
    flex-basis: 100%;
    padding-top: 4px;
  }

  .pf-check-wrap {
    position: absolute;
    top: 12px;
    right: 12px;
  }

  .pf-wrap .board-pfi-list .pfi-detail {
    padding: 15px 20px;
  }

  .pf-wrap .pfi-bottom {
    padding: 0 20px 10px;
  }

  .pf-wrap .board-pfi-list .pfi-detail .detail-list {
    gap: 8px;
  }

  .pf-wrap .board-pfi-list .pfi-detail .detail-list > li {
    flex-basis: 100%;
    align-items: flex-start;
  }

  .pf-wrap .board-pfi-list .pfi-detail .detail-tit {
    border-radius: 0;
    background: none;
    flex-basis: 60px;
    justify-content: flex-start;
    text-align: left;
    padding: 2px 0 0;
    min-height: auto;
  }

  .pf-wrap .board-pfi-list .pfi-detail:has(.type1) .detail-tit {
    flex-basis: 80px;
  }

  .pf-wrap .board-pfi-list .pfi-detail:has(.type3) .detail-tit {
    flex-basis: 100px;
  }

  .pf-wrap .board-pfi-list .pfi-detail .detail-tit .tit {
    font-size: 14px;
    font-weight: 600;
    color: #73757b;
  }

  /* 게시물 상세 */
  .board-pfi-view.view-pf .view-content .detail-view {
    padding: 18px;
  }

  .board-pfi-view.view-pf .view-content .detail-view .view-list > li .col-box {
    width: 100%;
    flex-direction: column;
    gap: 4px;
  }

  .board-pfi-view.view-pf .view-content .detail-view .view-tit {
    flex-basis: 100% !important;
  }

}

@media all and (max-width: 768px) {
  .support-search-element .pf-block {
    flex-wrap: wrap;
  }

  .support-search-element .pf-block .inner {
    flex-basis: 100%;
  }

  .select.size-130 {
    width: 100% !important;
  }


  .pf-wrap .select.ml5 {
    margin-left: 0 !important;
  }

  .pf-wrap .theme-name .inp {
    max-width: 100%;
  }

  .hidden-sm {
    display: none !important;
  }

  /* 2025-12-03 검색조건 수정 */
  .pf-wrap .basic-search .inner {
    flex-basis: calc(30% - 8px);
  }

  .pf-wrap .basic-search .inp {
    flex-basis: 70%;
  }

  .pf-wrap .basic-search .btn-search {
    width: calc(100% - 180px);
  }


  .category-list {
    flex-shrink: 0;
    max-height: 68px;
    overflow-y: auto;
  }

   .category-list li {
    flex-basis: 100%;
   }

  .category-list li > span {
    font-size: 15px;
  }

  .modal-wrap .support-search-element .pf-block .inner {
    flex-basis: calc(50% - 8px);
  }

  .modal-inp::placeholder {
    color: #666;
  }

  .modal-wrap .support-search-element .pf-block button:not(.resetButton) {
    width: calc(100% - 54px);
  }

  /* 2025-12-04 목록 크기 및 여백 조절 */
  .tab-multiply {
    margin-bottom: 10px;
  }

  .pf-wrap .resrchArea {
    margin: 0;
  }

  .pf-wrap .search-pfi-example {
    margin-top: 10px;
  }

  .pf-wrap .search-pfi-example .example-box {
    display: flex;
    flex-direction: row;
    padding: 0;
  }

  .pf-wrap .search-pfi-example .example-box .ex {
    position: static;
  }

  .pf-wrap .popular-pfi-info {
    margin-bottom: 10px;
  }

  .pf-wrap .tbl-cnt {
    margin-top: 20px;
  }

  .pf-wrap .tbl-cnt.view_method .more_view .btn.gray.sorting {
    display: block;
    padding: 0 8px;
  }

  .pf-wrap .tbl-cnt.view_method .more_view .cntPerPage {
    width: 75px;
  }

  .pf-wrap .popular-pfi-info .info {
    line-height: 1.2;
  }

  /* 게시물 상세 */
  .pf-header .title {
    padding: 15px 0;
  }

  .pf-header .title strong {
    font-size: 28px;
  }

  .pf-header .title p {
    font-size: 17px;
    max-width: 90%;
  }

  .pf-info-wrap {
    padding: 0;
  }

  .pf-info-wrap::before {
    display: none;
  }

  .pf-info-box {
    padding: 25px 20px 15px;
    gap: 15px;
  }

  .pf-info-list {
    flex-direction: column;
  }

  .pf-info-list li {
    justify-content: flex-start;
    flex-direction: row;
    gap: 15px;
    padding: 13px 0;
    max-width: 100%;
  }
  
  .pf-info-list li ~ li {
    border-left: 0;
    border-top: 1px solid #3b6cc5;
  }

  .pf-info-list .tit {
    flex-basis: 65px;
    flex-shrink: 0;
    font-size: 18px !important; 
    text-align: left;
  }

  .pf-header.asr .pf-info-list .tit {
    flex-basis: 100px;
  }

  .pf-header.sis .pf-info-list .tit {
    flex-basis: 140px;
  }

  .pf-info-list .data {
    font-size: 20px;
    text-align: left;
  }

  .pf-info-list .data2 {
    font-size: 16px;
  }

  .pf-info-bottom .pfi-tag .tag {
    font-size: 16px;
  }

  .pf-info-bottom .btn-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }

  .pf-info-bottom .btn-basic {
    flex-grow: 1;
  }

  .pf-info-bottom .btn-basic.blue {
    flex-basis: 100%;
  }

  .board-pfi-view.view-pf .view-content {
    margin-top: 44px;
  }

  .view-pf .titinfo-text {
    font-size: 15px;
    padding-left: 0;
  }
  .view-pf .titinfo-text::before {
    display: none;
  }

  .view-pf .hit-date {
    width: 100%;
    justify-content: flex-end;
  }

  .board-pfi-view.view-pf .view-content .detail-view {
    padding-bottom: 50px;
  }

  .view-pf .btn-toggle-list {
    display: block;
  }

  .board-pfi-view.view-pf .view-content .detail-view .view-list.m-hidden  {
    display: none;
    padding-top: 30px;
  }

  .board-pfi-view.view-pf .view-content .detail-view .view-list > li {
    gap: 30px;
  }

  .board-pfi-view.view-pf .view-content .detail-view .view-list > li ~ li {
    padding-top: 30px;
  }

  .board-pfi-view.view-pf .view-content .detail-view .view-list > li .col-box {
    gap: 0;
  }

  .board-pfi-view.view-pf .view-content .detail-view .view-tit .tit {
    font-size: 14px !important;
    color: #6B727A;
  }
  .board-pfi-view.view-pf .view-content .detail-view .view-cont .cont-txt .txt {
    font-size: 19px;
    color: #000;
  }

  .board-pfi-view.view-pf .view-content .key-value-detail .detail-value {
    column-count: initial;
  }

  .view-pf .plcyinfo_cont {
    margin-top: 40px;
  }

  .view-pf .plcyinfo_tit {
    font-size: 16px !important;
  }

  .view-pf .plcyinfo_text {
    font-size: 15px;
  }

}


@media all and (max-width: 560px) {
  .pf-wrap .pf-info,
  .pf-wrap .hit-date {
    display: none;
  }

  .pf-info-bottom .pfi-tag {
    gap: 5px 10px;
  }

  .view-pf .btn-apply {
    display: none;
  }

  .pf-wrap .popular-pfi {
    flex-wrap: nowrap;
    flex-direction: row;
  }

  .pf-wrap  .popular-pfi  .pfi-list {
    height: 31px;
    margin-top: 0;
    flex-grow: 1;
  }

  .pf-wrap .popular-pfi .pfi-list .pf-slider {
    flex-wrap: nowrap;
  }

  .pf-wrap .popular-pfi .pfi-list a {
    border: none;
    margin: 0;
    border-radius: 0;
  }
  .pf-wrap .popular-pfi .pfi-list a:hover {
    text-decoration: underline !important;
  }
}

@media all and (max-width: 480px) { 
  .pf-wrap .support-search-element .row-block.row1 {
    padding: 15px;
  }

  .pf-wrap .support-search-element .row-block.row1:has(.searchbar-showmorebtn.on) {
      padding: 15px 15px 10px;
  }

  .pf-wrap .support-search-element .row-block.row2 {
    padding: 10px 15px 15px;
  }

  .layerpop-container {
    max-height: calc(100% - 10vh);
  }

  .modal-body .grid-wrap:has(.grid-list-a:not(.type2)) {
    max-height: 245px;
  }


}