.fjc-fluid-search-box {
margin-top: 28px;
} .fjc-search-label {
display: block;
font-weight: 700;
margin-bottom: 8px;
color: #00263a;
}
.fjc-search-row {
display: flex;
gap: 10px;
margin-bottom: 26px;
}
.fjc-search-input {
width: 100%;
max-width: 520px;
padding: 13px 14px;
border: 1px solid #cfd8df;
border-radius: 6px;
font-size: 15px;
}
.fjc-search-button {
padding: 13px 24px;
border: none;
background: #d94848;
color: #fff;
font-weight: 700;
border-radius: 6px;
cursor: pointer;
}
.fjc-search-button:hover {
opacity: 0.86;
} .fjc-search-result-area {
margin-top: 28px;
}
.fjc-result-count {
margin-bottom: 12px;
font-weight: 700;
color: #00263a;
}
.fjc-result-table-wrap {
width: 100%;
overflow-x: auto;
}
.fjc-fluid-result-table {
width: 100%;
border-collapse: collapse;
background: #fff;
font-size: 14px;
}
.fjc-fluid-result-table th {
background: #f1f5f8;
border: 1px solid #d9e1e8;
padding: 11px;
text-align: left;
color: #253745;
white-space: nowrap;
}
.fjc-fluid-result-table td {
border: 1px solid #e1e6eb;
padding: 11px;
vertical-align: top;
}
.fjc-fluid-name-link {
color: #003b5c;
text-decoration: underline;
}
.fjc-fluid-name-link:hover {
color: #d94848;
} .fjc-rating-badge {
display: inline-flex;
align-items: center;
margin: 2px;
border: 1px solid #d8dee4;
border-radius: 999px;
overflow: hidden;
font-size: 12px;
line-height: 1;
background: #fff;
}
.fjc-rating-label {
padding: 5px 7px;
background: #f2f4f6;
color: #333;
font-weight: 700;
}
.fjc-rating-value {
padding: 5px 8px;
font-weight: 700;
}
.fjc-rating-best .fjc-rating-value {
color: #087f5b;
}
.fjc-rating-good .fjc-rating-value {
color: #1971c2;
}
.fjc-rating-caution .fjc-rating-value {
color: #e67700;
}
.fjc-rating-bad .fjc-rating-value {
color: #c92a2a;
}
.fjc-rating-none .fjc-rating-value {
color: #777;
} .fjc-fluid-detail {
margin-top: 32px;
padding: 30px;
background: #ffffff;
border: 1px solid #dde5ec;
border-radius: 12px;
box-shadow: 0 8px 24px rgba(0, 38, 58, 0.06);
}
.fjc-back-link {
display: inline-block;
margin-bottom: 18px;
font-weight: 700;
color: #003b5c;
text-decoration: none;
}
.fjc-back-link:hover {
text-decoration: underline;
}
.fjc-fluid-detail-header {
display: flex;
justify-content: space-between;
gap: 20px;
align-items: flex-start;
padding-bottom: 22px;
border-bottom: 1px solid #e3e9ef;
}
.fjc-fluid-detail-label {
display: inline-block;
margin-bottom: 8px;
padding: 4px 10px;
background: #eef4f8;
color: #003b5c;
font-size: 12px;
font-weight: 700;
letter-spacing: 0.04em;
border-radius: 999px;
}
.fjc-fluid-detail h2 {
margin: 0;
color: #00263a;
font-size: 34px;
line-height: 1.3;
font-weight: 700;
}
.fjc-fluid-detail-en {
margin: 7px 0 0;
color: #5f6f7a;
font-size: 16px;
}
.fjc-fluid-detail-code {
padding: 8px 12px;
background: #f7f9fb;
border: 1px solid #dce4eb;
border-radius: 6px;
color: #4d5b66;
font-size: 13px;
font-weight: 700;
white-space: nowrap;
} .fjc-fluid-summary-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 14px;
margin: 24px 0 30px;
}
.fjc-summary-card {
padding: 16px;
background: #f8fafc;
border: 1px solid #e0e7ee;
border-radius: 8px;
}
.fjc-summary-card span {
display: block;
margin-bottom: 6px;
color: #6b7a86;
font-size: 13px;
font-weight: 700;
}
.fjc-summary-card strong {
display: block;
color: #00263a;
font-size: 16px;
} .fjc-fluid-section {
margin-top: 34px;
}
.fjc-fluid-section h3 {
margin: 0 0 14px;
padding-left: 12px;
border-left: 5px solid #d94848;
color: #00263a;
font-size: 21px;
font-weight: 700;
} .fjc-fluid-detail-table {
width: 100%;
border-collapse: collapse;
background: #fff;
margin-bottom: 12px;
font-size: 14px;
}
.fjc-fluid-detail-table th {
background: #f1f5f8;
color: #253745;
font-weight: 700;
}
.fjc-fluid-detail-table th,
.fjc-fluid-detail-table td {
border: 1px solid #dce4eb;
padding: 12px;
vertical-align: top;
}
.fjc-fluid-detail-table td:nth-child(1) {
width: 120px;
}
.fjc-fluid-detail-table td:nth-child(2) {
width: 180px;
} .fjc-overall-comment {
background: #f8fafc;
border: 1px solid #dce4eb;
border-left: 5px solid #003b5c;
border-radius: 6px;
padding: 18px 20px;
line-height: 1.9;
color: #263845;
font-size: 15px;
} @media (max-width: 768px) {
.fjc-search-row {
flex-direction: column;
}
.fjc-search-button {
width: 100%;
}
.fjc-fluid-result-table {
min-width: 760px;
font-size: 13px;
}
.fjc-fluid-detail {
padding: 18px;
}
.fjc-fluid-detail-header {
display: block;
}
.fjc-fluid-detail h2 {
font-size: 26px;
}
.fjc-fluid-detail-code {
display: inline-block;
margin-top: 12px;
}
.fjc-fluid-summary-grid {
grid-template-columns: 1fr;
}
.fjc-fluid-detail-table {
font-size: 14px;
}
.fjc-fluid-detail-table th,
.fjc-fluid-detail-table td {
display: block;
width: 100%;
}
} .fjc-filter-block {
margin: 24px 0;
}
.fjc-filter-title {
font-weight: 700;
color: #00263a;
margin-bottom: 10px;
}
.fjc-filter-buttons {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.fjc-filter-button {
display: inline-block;
padding: 8px 13px;
border: 1px solid #d6e0e8;
border-radius: 999px;
background: #ffffff;
color: #003b5c;
font-weight: 700;
text-decoration: none;
font-size: 14px;
}
.fjc-filter-button:hover {
background: #eef4f8;
color: #d94848;
}
.fjc-filter-button.is-active {
background: #003b5c;
color: #ffffff;
border-color: #003b5c;
}
.fjc-clear-button {
color: #777;
} .fjc-category-buttons {
gap: 10px;
}
.fjc-category-button {
display: inline-flex;
align-items: center;
gap: 6px;
}
.fjc-category-icon {
font-size: 15px;
line-height: 1;
} .fjc-sub-category-search {
margin-top: 12px;
padding: 16px;
background: #f8fafc;
border: 1px solid #e0e7ee;
border-radius: 8px;
}
.fjc-sub-category-button {
background: #ffffff;
font-size: 13px;
} @media (max-width: 768px) {
.fjc-fluid-detail-table thead {
display: none;
}
.fjc-fluid-detail-table,
.fjc-fluid-detail-table tbody,
.fjc-fluid-detail-table tr,
.fjc-fluid-detail-table td {
display: block;
width: 100%;
}
.fjc-fluid-detail-table tr {
margin-bottom: 14px;
border: 1px solid #dce4eb;
border-radius: 8px;
overflow: hidden;
background: #ffffff;
}
.fjc-fluid-detail-table td {
border: none;
padding: 10px 12px;
}
.fjc-fluid-detail-table td:nth-child(1) {
background: #f1f5f8;
font-weight: 700;
font-size: 16px;
}
.fjc-fluid-detail-table td:nth-child(2) {
background: #ffffff;
}
.fjc-fluid-detail-table td:nth-child(3) {
background: #ffffff;
line-height: 1.8;
}
}
.fjc-material-list {
display: flex;
flex-direction: column;
gap: 16px;
margin-top: 20px;
}
.fjc-material-card {
border: 1px solid #d9e2ea;
border-radius: 8px;
background: #fff;
overflow: hidden;
}
.fjc-material-title {
background: #f5f8fb;
padding: 14px 18px;
font-weight: 700;
}
.fjc-material-comment {
padding: 18px;
line-height: 1.9;
} .fjc-material-list {
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 14px;
margin-top: 18px;
}
.fjc-material-card {
border: 1px solid #d9e2ea;
border-radius: 10px;
background: #ffffff;
padding: 16px;
box-shadow: 0 4px 14px rgba(0, 38, 58, 0.04);
}
.fjc-material-title {
margin-bottom: 10px;
padding: 0;
background: transparent;
}
.fjc-material-comment {
padding: 0;
color: #263845;
line-height: 1.8;
font-size: 14px;
}
@media (max-width: 768px) {
.fjc-material-list {
grid-template-columns: 1fr;
}
.fjc-material-card {
padding: 14px;
}
} @media (max-width: 768px) {
.fjc-fluid-detail-code {
display: none !important;
}
.fjc-fluid-detail {
padding: 22px 18px !important;
}
.fjc-fluid-detail h2 {
font-size: 30px !important;
line-height: 1.35 !important;
margin-bottom: 18px !important;
word-break: keep-all;
}
.fjc-fluid-detail-en {
font-size: 18px !important;
line-height: 1.6 !important;
margin-bottom: 22px !important;
}
.fjc-fluid-summary-grid {
margin-top: 20px !important;
margin-bottom: 34px !important;
gap: 12px !important;
}
.fjc-summary-card {
padding: 14px 0 !important;
border: none !important;
background: transparent !important;
}
.fjc-summary-card span {
display: inline-block !important;
margin-right: 8px !important;
font-size: 16px !important;
}
.fjc-summary-card strong {
display: inline !important;
font-size: 18px !important;
}
.fjc-fluid-section {
margin-top: 42px !important;
}
.fjc-fluid-section h3 {
font-size: 28px !important;
line-height: 1.4 !important;
margin-bottom: 22px !important;
}
.fjc-fluid-detail-table tr {
margin-bottom: 24px !important;
border: none !important;
border-radius: 0 !important;
background: transparent !important;
}
.fjc-fluid-detail-table td {
padding: 4px 0 !important;
font-size: 18px !important;
line-height: 1.75 !important;
}
.fjc-fluid-detail-table td:nth-child(1) {
display: none !important;
}
.fjc-fluid-detail-table td:nth-child(2) {
padding-bottom: 6px !important;
}
.fjc-fluid-detail-table td:nth-child(3) {
padding-bottom: 18px !important;
color: #3f4f5a !important;
}
.fjc-rating-badge {
font-size: 15px !important;
margin-bottom: 6px !important;
}
.fjc-rating-label,
.fjc-rating-value {
padding: 7px 10px !important;
}
.fjc-overall-comment {
font-size: 17px !important;
line-height: 1.9 !important;
}
} @media (max-width: 768px) {
.fjc-fluid-detail-table tr {
display: block !important;
margin-bottom: 18px !important;
padding: 14px 14px 16px !important;
background: #ffffff !important;
border: 1px solid #dce4eb !important;
border-radius: 12px !important;
}
.fjc-fluid-detail-table td {
display: block !important;
width: 100% !important;
border: none !important;
padding: 0 !important;
}
.fjc-fluid-detail-table td:nth-child(1) {
display: none !important;
}
.fjc-fluid-detail-table td:nth-child(2) {
margin-bottom: 10px !important;
}
.fjc-fluid-detail-table td:nth-child(3) {
font-size: 16px !important;
line-height: 1.85 !important;
color: #3f4f5a !important;
}
.fjc-rating-badge {
font-size: 15px !important;
}
.fjc-fluid-section h3 {
margin-bottom: 18px !important;
}
} @media (max-width: 768px) {
.fjc-material-card {
padding: 18px 16px !important;
margin-bottom: 16px !important;
}
.fjc-material-comment {
font-size: 16px !important;
line-height: 2 !important;
}
.fjc-material-title {
margin-bottom: 12px !important;
}
}.srfm-pd-widget{max-width:860px;width:100%;display:flex;flex-direction:column;gap:20px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:14px;color:#111827;line-height:1.5;box-sizing:border-box}.srfm-pd-widget *,.srfm-pd-widget ::after,.srfm-pd-widget ::before{box-sizing:border-box}.srfm-pd-message{padding:24px;text-align:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;font-size:14px}.srfm-pd-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.06)}.srfm-pd-section-header{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-bottom:1px solid #e5e7eb}.srfm-pd-section-title{font-size:15px;font-weight:700;color:#111827}.srfm-pd-section-count{font-size:12px;color:#9ca3af;font-weight:500}.srfm-pd-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 9px;border-radius:10px;font-size:11px;font-weight:600;white-space:nowrap}.srfm-pd-badge-dot{width:5px;height:5px;border-radius:50%;flex-shrink:0}.srfm-pd-badge--active{background:#dcfce7;color:#166534}.srfm-pd-badge--active .srfm-pd-badge-dot{background:#16a34a}.srfm-pd-badge--paid{background:#dcfce7;color:#166534}.srfm-pd-badge--paid .srfm-pd-badge-dot{background:#16a34a}.srfm-pd-badge--cancelled{background:#fee2e2;color:#991b1b}.srfm-pd-badge--cancelled .srfm-pd-badge-dot{background:#ef4444}.srfm-pd-badge--refunded{background:#dbeafe;color:#1e40af}.srfm-pd-badge--refunded .srfm-pd-badge-dot{background:#3b82f6}.srfm-pd-badge--pending{background:#fef3c7;color:#92400e}.srfm-pd-badge--pending .srfm-pd-badge-dot{background:#f59e0b}.srfm-pd-sub-row{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .1s}.srfm-pd-sub-row:last-child{border-bottom:none}.srfm-pd-sub-row:hover{background:#f9fafb}.srfm-pd-sub-row--cancelled{opacity:.6}.srfm-pd-sub-row-left{display:flex;flex-direction:column;gap:2px;min-width:0}.srfm-pd-sub-row-name{font-size:14px;font-weight:600;color:#111827}.srfm-pd-sub-row-meta{font-size:12px;color:#6b7280}.srfm-pd-strike{text-decoration:line-through}.srfm-pd-sub-row-right{display:flex;align-items:center;gap:10px;flex-shrink:0}.srfm-pd-chevron{color:#d1d5db;font-size:16px;line-height:1}.srfm-pd-pay-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:12px;padding:12px 24px;border-bottom:1px solid #f3f4f6;cursor:pointer;transition:background .1s;font-size:13px}.srfm-pd-pay-row:last-child{border-bottom:none}.srfm-pd-pay-row:hover{background:#f9fafb}.srfm-pd-pay-row-left{display:flex;flex-direction:column;gap:1px;min-width:0}.srfm-pd-pay-row-form{font-size:14px;font-weight:600;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.srfm-pd-pay-row-id{font-size:12px;color:#9ca3af}.srfm-pd-pay-row-right{display:flex;align-items:center;gap:12px;flex-shrink:0}.srfm-pd-pay-row-amount{font-size:14px;font-weight:700;color:#111827;min-width:70px;text-align:right}.srfm-pd-pagination{display:flex;align-items:center;justify-content:space-between;padding:10px 24px;border-top:1px solid #e5e7eb;background:#f9fafb}.srfm-pd-pagination-info{font-size:12px;color:#6b7280}.srfm-pd-pagination-links{display:flex;gap:8px}.srfm-pd-pagination-link{font-size:12px;color:#6366f1;font-weight:600;text-decoration:none}.srfm-pd-pagination-link:hover{text-decoration:underline}.srfm-pd-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);display:none;align-items:center;justify-content:center;z-index:100000}.srfm-pd-overlay--open{display:flex}.srfm-pd-panel{background:#fff;border-radius:14px;width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px rgba(0,0,0,.2);animation:srfmPdSlideUp .2s ease}@keyframes srfmPdSlideUp{from{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.srfm-pd-panel-header{display:flex;justify-content:space-between;align-items:flex-start;padding:24px 24px 16px;border-bottom:1px solid #e5e7eb}.srfm-pd-panel-header-right{text-align:right}.srfm-pd-panel-header-badge{margin-top:8px}.srfm-pd-panel-close{background:0 0;border:none;font-size:22px;color:#9ca3af;cursor:pointer;line-height:1;padding:0}.srfm-pd-panel-close:hover{color:#4b5563}.srfm-pd-panel-id{font-size:11px;font-weight:700;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px}.srfm-pd-panel-title{font-size:18px;font-weight:800;color:#111827;margin-top:2px}.srfm-pd-panel-subtitle{font-size:13px;color:#6b7280;margin-top:2px}.srfm-pd-panel-row{display:flex;justify-content:space-between;align-items:center;padding:11px 24px;border-bottom:1px solid #f3f4f6;font-size:13px}.srfm-pd-panel-label{color:#6b7280}.srfm-pd-panel-value{font-weight:600;color:#374151}.srfm-pd-panel-footer{padding:14px 24px;background:#f9fafb;border-top:1px solid #e5e7eb;display:flex;gap:8px}.srfm-pd-panel-footer--center{justify-content:center}.srfm-pd-sub-info-box{margin:14px 24px;padding:14px;border-radius:8px;border:1px solid #bbf7d0;background:#f0fdf4}.srfm-pd-sub-info-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#166534;margin-bottom:8px}.srfm-pd-sub-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px}.srfm-pd-sub-info-label{font-size:10px;font-weight:600;color:#86efac}.srfm-pd-sub-info-value{font-size:12px;font-weight:600;color:#166534}.srfm-pd-single-info-box{margin:14px 24px;padding:12px 14px;border-radius:8px;border:1px solid #e5e7eb;background:#f9fafb;font-size:12px;color:#6b7280;text-align:center}.srfm-pd-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border-radius:6px;font-size:12px;font-weight:600;border:1px solid #d1d5db;background:#fff;color:#374151;cursor:pointer;font-family:inherit;transition:all .15s;line-height:1.4}.srfm-pd-btn:hover{background:#e5e7eb;border-color:#9ca3af}.srfm-pd-btn svg{width:14px;height:14px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.srfm-pd-btn--danger{color:#ef4444;border-color:#fca5a5}.srfm-pd-btn--danger:hover{background:#fee2e2;border-color:#ef4444}.srfm-pd-btn--danger-fill{background:#ef4444;color:#fff;border-color:#ef4444}.srfm-pd-btn--danger-fill:hover{background:#dc2626}.srfm-pd-btn--danger-fill:disabled{opacity:.6;cursor:not-allowed}.srfm-pd-btn--primary{background:#6366f1;color:#fff;border-color:#6366f1}.srfm-pd-btn--primary:hover{background:#4f46e5}.srfm-pd-cancel-body{padding:24px;text-align:center}.srfm-pd-cancel-body--confirm{padding-top:32px}.srfm-pd-cancel-body--success{padding:40px 24px}.srfm-pd-cancel-body h4{font-size:16px;font-weight:700;margin:0 0 4px;color:#111827}.srfm-pd-cancel-body p{font-size:13px;color:#6b7280;line-height:1.5;margin:0}.srfm-pd-cancel-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.srfm-pd-cancel-icon--warning{background:#fef3c7}.srfm-pd-cancel-icon--success{background:#dcfce7}.srfm-pd-cancel-icon svg{width:22px;height:22px;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.srfm-pd-txn-id{font-family:monospace;font-size:11px}@media (max-width:600px){.srfm-pd-sub-row{flex-wrap:wrap;gap:8px}.srfm-pd-pay-row{grid-template-columns:1fr auto}.srfm-pd-pay-row-right .srfm-pd-badge{display:none}.srfm-pd-sub-info-grid{grid-template-columns:1fr}.srfm-pd-panel{width:95vw}.srfm-pd-pay-row,.srfm-pd-section-header,.srfm-pd-sub-row{padding-left:16px;padding-right:16px}.srfm-pd-pagination{flex-direction:column;gap:8px;padding:10px 16px}}