@charset "utf-8";


/*서브-상단비주얼 */
#svisual{ width:100%; min-width:100%; height:400px; margin:0px auto; background:url(../img/main/mvisual03.jpg) no-repeat center center/cover; overflow:hidden; position:relative;}
#svisual .hero-overlay{background: rgba(0,98,169,0.7);}
#svisual .s_text{ width:1000px; position:absolute; bottom:20%; left:50%; transform:translateX(-50%); font-size:30px; font-weight:bold; color:#fff; text-align:center; z-index:2;}
#svisual .s_text span{ display:block; width:60px; height:2px; background:#fff; margin:25px auto 0px auto;}
#svisual .s_text strong{ display:block; font-size:17px; line-height:1.8em; font-weight:normal;margin-bottom:10px; letter-spacing:0;}

@media (max-width: 768px) {
    #svisual { height: 260px; }
    #svisual .s_text { width: 90%; font-size: 20px; }
    #svisual .s_text span { width: 40px; margin: 16px auto 0; }
    #svisual .s_text strong { font-size: 13px; }
}
br.mob-br { display: none; }
@media (max-width: 480px) {
    #svisual { }
    #svisual .s_text span { width: 30px; margin: 10px auto 0; }
    #svisual .s_text strong { font-size: 12px; }
    br.mob-br { display: block; }
}


/* 조직도 */
.org-wrap { padding: 20px 0 60px; }

.org-header { text-align: center; margin-bottom: 48px; padding: 48px 40px; background: linear-gradient(135deg, #f0f6fb 0%, #e8f0f8 100%); border-radius: 16px; border: 1px solid #dde8f0; }
.org-label { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; color: #0062A9; margin-bottom: 14px; }
.org-heading { font-size: 28px; font-weight: 900; color: #1a2035; letter-spacing: -0.02em; margin-bottom: 20px; }
.org-desc { font-size: 15px; color: #555; line-height: 1.9; word-break: keep-all; margin-bottom: 28px; }
.org-desc strong { color: #0062A9; font-weight: 700; }

/* 상단: 대표이사 + 기술고문 */
.org-top { display: flex; align-items: flex-end; justify-content: center; position: relative; margin-bottom: 0; }
.org-pres-col { display: flex; flex-direction: column; align-items: center; }
.org-adv-col {display: flex;flex-direction: column;align-items: center;position: absolute;left: 50%;bottom: 0;transform: translateX(150px);}
.org-adv-col::before { content: ""; position: absolute; bottom: 68px; left: -80px; width: 80px; border-top: 2px dashed #b0c4de; }

/* 라운드 사각형 공통 */
.org-circle {border-radius: 14px;overflow: hidden;display: flex;flex-direction: column;text-align: center;}
.org-en { font-size: 10px; font-weight: 800; letter-spacing: 0.06em; color: rgba(255,255,255,0.9); display: flex; align-items: center; justify-content: center; line-height: 1.4; padding: 0 10px; }
.org-kr { font-weight: 700; color: #fff; display: flex; align-items: center; justify-content: center; }

/* 대표이사 */
.org-pres { width: 140px; height: 90px; }
.org-pres .org-en { background: #5a7ed4; flex: 1; font-size: 11px; }
.org-pres .org-kr { background: #3d5fb8; height: 38px; font-size: 17px; }

/* 기술고문 */
.org-adv { width: 110px; height: 75px; }
.org-adv .org-en { background: #3aaa7a; flex: 1; font-size: 9.5px; }
.org-adv .org-kr { background: #228860; height: 32px; font-size: 13px; }
.org-adv-col::before { content: ""; position: absolute; bottom: 38px; left: -80px; width: 80px; border-top: 2px dashed #b0c4de; }

/* 트리 */
.org-tree { margin-top: 0; }
.org-depts { display: flex; justify-content: space-between; position: relative; padding-top: 50px; gap: 8px; }
/* 수직선: 대표이사 → 수평선 */
.org-depts::before { content: ""; position: absolute; top: 0; left: 50%; transform: translateX(-50%); width: 0; height: 25px; border-left: 2px dashed #b0c4de; }
/* 수평선 */
.org-depts::after { content: ""; position: absolute; top: 25px; left: calc(100% / 12); right: calc(100% / 12); border-top: 2px dashed #b0c4de; }

/* 각 부서 */
.org-dept {flex: 1;display: flex;flex-direction: column;align-items: center;position: relative;border: 1px solid #eee;border-radius: 17px;padding: 3px 3px 10px 3px;}
.org-dept::before {content: "";position: absolute;top: -25px;left: 50%;transform: translateX(-50%);width: 0;height: 25px;border-left: 2px dashed #b0c4de;}

/* 부서 박스 */
.org-dc { width: 100%; max-width: 130px; height: 76px; }
.org-dc .org-en { background: #4a6fa5; flex: 1; font-size: 9px; padding: 0 6px; }
.org-dc .org-kr { background: #2f508a; height: 34px; font-size: 12px; padding: 0 4px; word-break: keep-all; line-height: 1.2; }

/* 부서 카드 박스 */
.org-dept-box { width: 100%; border: 1px solid #c8ddf0; border-radius: 12px; background: #f7fbff; padding: 10px 8px 16px; display: flex; flex-direction: column; align-items: center; }

/* 팀 목록 */
.org-teams {list-style: none;padding: 0;margin: 12px 0 0;text-align: left;}
.org-teams li { font-size: 12.5px; color: #555; line-height: 1.9; }
.org-teams li::before { content: "·"; color: #0062A9; font-weight: 700; margin-right: 2px; }

@media (max-width: 900px) {
    .org-header { padding: 32px 20px; margin-bottom: 32px; }
    .org-heading { font-size: 20px; }
    .org-desc { font-size: 14px; }
    .org-desc br { display: none; }
    .org-depts { flex-wrap: wrap; gap: 12px; justify-content: center; }
    .org-depts::before, .org-depts::after, .org-dept::before { display: none; }
    .org-dept { flex: 0 0 calc(33% - 12px); padding-top: 0; }
    .org-dept-box { padding: 8px 6px 12px; }
    .org-dc { max-width: 100%; height: 64px; }
    .org-dc .org-en { font-size: 8px; }
    .org-dc .org-kr { font-size: 11px; height: 28px; }
    .org-top { justify-content: center; gap: 20px; align-items: flex-end; }
    .org-adv-col { position: static; transform: none; }
    .org-adv-col::before { display: none; }
    .org-pres { width: 110px; height: 72px; }
    .org-pres .org-en { font-size: 10px; }
    .org-pres .org-kr { height: 30px; font-size: 14px; }
    .org-adv { width: 88px; height: 60px; }
    .org-adv .org-kr { height: 26px; font-size: 11px; }
}
@media (max-width: 480px) {
    .org-dept { flex: 0 0 calc(50% - 12px); }
    .org-pres { width: 100px; height: 66px; }
    .org-pres .org-en { font-size: 9px; }
    .org-pres .org-kr { height: 26px; font-size: 13px; }
    .org-adv { width: 80px; height: 54px; }
    .org-adv .org-en { font-size: 8px; }
    .org-adv .org-kr { height: 22px; font-size: 11px; }
    .org-dc .org-en { font-size: 7.5px; }
    .org-teams li { font-size: 11.5px; }
    .org-header { padding: 24px 16px; }
    .org-heading { font-size: 18px; }
}

/* 찾아오시는 길 */
.loc-wrap { padding: 20px 0 60px; }

.loc-info {background: #f4f8fc;border-radius: 8px;padding: 28px 36px;margin-bottom: 28px;display: flex;gap: 20px;flex-wrap: wrap;}
.loc-info dl { margin: 0; display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px 16px; }
.loc-info dl:first-child { flex: 0 0 100%; }
.loc-info dt { font-size: 13px; font-weight: 700; color: #0062A9; white-space: nowrap; }
.loc-info dt .fas { margin-right: 4px; }
.loc-info dd { font-size: 14px; color: #444; margin: 0; }
.loc-info dl:first-child dd { font-size: 15px; color: #1a2035; font-weight: 500; }

.loc-map { border-radius: 8px; overflow: hidden; border: 1px solid #dde6ef; margin-bottom: 28px; }
.loc-map .root_daum_roughmap { display: block; }

.loc-transport { display: flex; gap: 16px; }
.loc-trans-item { flex: 1; background: #fff; border: 1px solid #e0e8f0; border-radius: 8px; padding: 24px 20px; }
.loc-trans-item h4 { font-size: 15px; font-weight: 700; color: #0062A9; margin: 0 0 10px; }
.loc-trans-item h4 .fas { margin-right: 6px; }
.loc-trans-item p { font-size: 14px; color: #555; line-height: 1.7; margin: 0; }

.root_daum_roughmap .cont{display:none;}

@media (max-width: 768px) {
    .loc-info { padding: 20px; flex-direction: column; gap: 12px; }
    .loc-info dl { flex-direction: column; gap: 6px; }
    .loc-info dl:first-child { margin-bottom: 8px; padding-bottom: 12px; border-bottom: 1px solid #dde8f0; }
    .loc-info dt { margin-top: 8px; }
    .loc-transport { flex-direction: column; gap: 12px; }
    .loc-map { margin-bottom: 20px; }
}
@media (max-width: 480px) {
    .loc-info { padding: 16px; }
    .loc-info dl:first-child dd { font-size: 14px; }
    .loc-trans-item { padding: 16px 14px; }
    .loc-trans-item h4 { font-size: 14px; }
    .loc-trans-item p { font-size: 13px; }
}

/* 경영이념 */
.philo-wrap { padding: 20px 0 60px; }

.philo-header { text-align: center; margin-bottom: 48px; padding: 48px 40px; background: linear-gradient(135deg, #f0f6fb 0%, #e8f0f8 100%); border-radius: 16px; border: 1px solid #dde8f0; }
.philo-label { font-size: 11px; font-weight: 700; letter-spacing: 0.2em; color: #0062A9; margin-bottom: 14px; }
.philo-heading { font-size: 28px; font-weight: 900; color: #1a2035; letter-spacing: 0.06em; margin-bottom: 20px; line-height: 1.2; }
.philo-desc { font-size: 15px; color: #555; line-height: 1.9; word-break: keep-all; margin-bottom: 28px; }
.philo-desc strong { color: #0062A9; font-weight: 700; }
.philo-divider { display: flex; align-items: center; justify-content: center; gap: 14px; }
.philo-divider span { display: block; width: 60px; height: 1px; background: #c0d4e8; }
.philo-divider .fas { font-size: 18px; color: #0062A9; opacity: 0.6; }

.philo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

.philo-card { background: #fff; border-radius: 16px; padding: 40px 36px 36px; border: 1px solid #e8eef5; box-shadow: 0 4px 20px rgba(0,0,0,0.06); transition: transform 0.25s, box-shadow 0.25s; }
.philo-card:hover { transform: translateY(-4px); box-shadow: 0 10px 32px rgba(0,0,0,0.1); }

.philo-icon { width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.philo-icon .fas { font-size: 28px; color: #fff; }

.philo-title { font-size: 20px; font-weight: 800; color: #1a2035; letter-spacing: -0.03em; margin: 0 0 6px; }
.philo-sub { font-size: 12px; font-weight: 600; letter-spacing: 0.06em; margin: 0 0 20px; text-transform: uppercase; }
.philo-list { list-style: none; padding: 0; margin: 0; border-top: 1px solid #f0f0f0; padding-top: 18px; }
.philo-list li { font-size: 14px; color: #666; line-height: 1.8; padding-left: 16px; position: relative; word-break: keep-all; }
.philo-list li::before { content: "–"; position: absolute; left: 0; color: #bbb; }

.philo-blue  .philo-icon { background: #4a67c0; }
.philo-blue  .philo-sub  { color: #4a67c0; }
.philo-teal  .philo-icon { background: #34a8b2; }
.philo-teal  .philo-sub  { color: #34a8b2; }
.philo-purple .philo-icon { background: #7e57b8; }
.philo-purple .philo-sub  { color: #7e57b8; }
.philo-green  .philo-icon { background: #6aaa44; }
.philo-green  .philo-sub  { color: #6aaa44; }

@media (max-width: 768px) {
    .philo-header { padding: 28px 20px; margin-bottom: 28px; }
    .philo-heading { font-size: 16px; letter-spacing: 0.02em; word-break: break-all; }
    .philo-desc { font-size: 14px; text-align: left; }
    .philo-desc br { display: none; }
    .philo-grid { grid-template-columns: 1fr; gap: 14px; }
    .philo-card { padding: 24px 20px; }
    .philo-icon { width: 50px; height: 50px; border-radius: 12px; margin-bottom: 14px; }
    .philo-icon .fas { font-size: 20px; }
    .philo-title { font-size: 17px; }
    .philo-sub { font-size: 11px; margin-bottom: 14px; }
    .philo-list li { font-size: 13px; }
}
@media (max-width: 480px) {
    .philo-header { padding: 20px 16px; }
    .philo-heading { font-size: 15px; }
    .philo-card { padding: 20px 16px; }
    .philo-icon { width: 42px; height: 42px; }
    .philo-icon .fas { font-size: 18px; }
    .philo-title { font-size: 16px; }
    .philo-list li { font-size: 12.5px; }
}

/* CEO 인사말 */
.ceo-greet { display: flex; flex-direction: row-reverse; gap: 20px; align-items: flex-start; padding: 20px 0 60px; }
.ceo-photo { flex: 0 0 300px; }
.ceo-photo img { width: 100%; display: block; }
.ceo-text { flex: 1; }
.ceo-label {font-size: 14px;color: #0062A9;font-weight: 600;margin-bottom: 4px;letter-spacing: -0.01em;padding: 6px 16px;border-radius: 20px;display: inline-block;background: #F0F6FA;}
.ceo-title {font-size: 42px;font-weight: 800;color: #1a2035;letter-spacing: -0.04em;line-height: 1.2;margin-bottom: 10px;}
.ceo-title em { color: #0062A9; font-style: normal; }
.ceo-en {font-size: 15px;font-weight: 700;color: #C3C3C3;letter-spacing: 0.06em;margin-bottom: 32px;padding-bottom: 24px;border-bottom: 1px solid #e0e8f0;}
.ceo-body { font-size: 15px; color: #555; line-height: 1.9; word-break: keep-all; }
.ceo-body p { margin-bottom: 18px; }
.ceo-body strong { font-weight: 700; color: #1a2035; }
.ceo-sign { margin-top: 32px; font-size: 15px; font-weight: 600; color: #333; text-align: right; }

@media (max-width: 768px) {
    .ceo-greet { flex-direction: column; align-items: center; gap: 24px; padding: 16px 0 40px; }
    .ceo-text { order: 1; }
    .ceo-photo { order: 2; }
    .ceo-photo { flex: 0 0 auto; width: 160px; }
    .ceo-text { width: 100%; }
    .ceo-label { font-size: 12px; padding: 5px 12px; }
    .ceo-title { font-size: 30px; }
    .ceo-en { font-size: 12px; margin-bottom: 20px; padding-bottom: 16px; }
    .ceo-body { font-size: 14px; }
    .ceo-sign { font-size: 14px; }
}
@media (max-width: 480px) {
    .ceo-photo { width: 100%; }
    .ceo-label { font-size: 11px; padding: 4px 10px; }
    .ceo-en { font-size: 11px; margin-bottom: 16px; padding-bottom: 12px; }
    .ceo-body { font-size: 13px; }
    .ceo-body p { margin-bottom: 14px; }
    .ceo-sign { font-size: 13px; margin-top: 20px; }
}


/* ==============================
   수영장 제품소개 (pool.php)
   ============================== */
.pool-wrap { max-width: 900px; margin: 0 auto; padding: 0 20px 60px; }

/* 섹션 타이틀 */
.pool-section { margin-top: 8px; }
.pool-section-title {
    display: block;
    align-items: center;
    gap: 8px;
    background: #0062A9;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 6px;
    margin: 40px 0 20px;
}
.pool-section-title i { font-size: 14px; }

/* 특징 박스 */
.pool-features {
    background: linear-gradient(135deg, #0062A9 0%, #0082d6 100%);
    border-radius: 12px;
    padding: 28px 32px;
    margin-bottom: 32px;
}
.pool-feature-list { list-style: none; margin: 0; padding: 0; }
.pool-feature-list li {
    color: #fff;
    font-size: 15px;
    line-height: 1.7;
    padding: 4px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.pool-feature-list li i {
    color: #a8d8ff;
    font-size: 15px;
    margin-top: 3px;
    flex-shrink: 0;
}

/* 규격안내 헤더 */
.pool-spec-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}
.pool-spec-title {
    font-size: 15px;
    font-weight: 700;
    color: #0062A9;
    display: flex;
    align-items: center;
    gap: 7px;
}
.pool-spec-title i { font-size: 14px; }
.pool-spec-note {
    font-size: 13px;
    color: #e07800;
    font-weight: 500;
    background: #fff8ee;
    border: 1px solid #f5c87a;
    border-radius: 4px;
    padding: 3px 10px;
}

/* 규격 테이블 */
.pool-table-wrap { overflow-x: auto; }
.pool-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
    text-align: center;
    border-top: 2px solid #0062A9;
}
.pool-table thead th {
    background: #f0f6fb;
    color: #0062A9;
    font-weight: 700;
    padding: 12px 10px;
    border-bottom: 1px solid #cce0f0;
    border-right: 1px solid #dce9f5;
    white-space: nowrap;
}
.pool-table thead th:last-child { border-right: none; }
.pool-table tbody tr { border-bottom: 1px solid #e8eef5; }
.pool-table tbody tr:nth-child(even) td { background: #f8fbff; }
.pool-table tbody tr:hover td { background: #eef5fc; }
.pool-table tbody td {
    padding: 10px 10px;
    color: #444;
    border-right: 1px solid #e8eef5;
}
.pool-table tbody td:last-child { border-right: none; }
.pool-table td.pool-highlight {
    color: #0062A9;
    font-weight: 700;
}

/* 기술자료 구분선 */
.pool-divider-section {
    text-align: center;
    margin: 52px 0 36px;
}
.pool-label {
    font-size: 12px;
    letter-spacing: 3px;
    color: #0062A9;
    font-weight: 600;
    margin-bottom: 6px;
}
.pool-tech-heading {
    font-size: 22px;
    font-weight: 700;
    color: #222;
    margin: 6px 0 0;
}

/* 기술자료 공통 블록 */
.pool-tech-block {
    display: flex;
    gap: 32px;
    align-items: flex-start;
    margin-top: 4px;
}

/* 이미지 영역 */
.pool-img-area {
    flex-shrink: 0;
    display: flex;
    gap: 10px;
}
.pool-img-area.pool-img-vertical { flex-direction: column; }

/* 인증현황 */
.pool-cert-grid {
    display: flex;
    gap: 20px;
}
.pool-cert-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.pool-cert-img {
    width: 100%;
    border: 1px solid #dde8f0;
    border-radius: 8px;
    overflow: hidden;
    background: #f5f9fc;
}
.pool-cert-img img {
    width: 100%;
    height: auto;
    display: block;
}
.pool-cert-label {
    font-size: 14px;
    font-weight: 600;
    color: #444;
    text-align: center;
    margin: 0;
}

/* 기술자료 이미지 */
.pool-tech-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
}
.pool-img-area.pool-img-vertical .pool-tech-img {
    width: 100%;
}
.pool-equip-map {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 20px;
}
.pool-bev-img {
    width: 100%;
    height: auto;
    display: block;
}

/* 원단 텍스트 */
.pool-tech-text { flex: 1; min-width: 0; }
.pool-spec-list {
    list-style: none;
    margin: 0 0 20px;
    padding: 14px 16px;
    background: #f7fbff;
    border-left: 3px solid #0062A9;
    border-radius: 0 8px 8px 0;
}
.pool-spec-list li {
    font-size: 14px;
    color: #444;
    line-height: 1.9;
}
.pool-spec-list li strong { color: #0062A9; }

.pool-layer-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pool-layer-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 13.5px;
    line-height: 1.6;
    color: #444;
}
.pool-layer-list li strong { color: #222; font-size: 14px; display: block; }
.pool-layer-list li p { margin: 2px 0 0; color: #666; font-size: 13px; }
.pool-layer-num {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    background: #0062A9;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}

/* 파이프 */
.pool-pipe-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pool-pipe-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf2f8;
}
.pool-pipe-list li:last-child { border-bottom: none; }
.pool-pipe-list li i { color: #0062A9; margin-top: 3px; flex-shrink: 0; }

/* 지지블록 */
.pool-shoe-main-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    margin-bottom: 24px;
}
.pool-shoe-install-img {
    flex: 0 0 44%;
    max-width: 44%;
}
.pool-shoe-install-img .pool-tech-img { border-radius: 8px; }
.pool-shoe-spec { margin-bottom: 16px; }
.pool-shoe-desc {
    font-size: 13.5px;
    color: #555;
    line-height: 1.8;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.pool-shoe-desc p { margin: 0; }
.pool-shoe-desc strong { color: #c0392b; }

/* 부대장비 그리드 */
.pool-equip-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 4px;
}
.pool-equip-item {
    flex: 0 0 calc(14.28% - 14px);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: #f7fbff;
    border: 1px solid #cce0f0;
    border-radius: 10px;
    padding: 18px 8px 14px;
    text-align: center;
}
.pool-equip-icon {
    width: 48px;
    height: 48px;
    background: #0062A9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
}
.pool-equip-item span {
    font-size: 12.5px;
    color: #444;
    font-weight: 500;
    line-height: 1.4;
    word-break: keep-all;
}

/* 반응형 */
@media (max-width: 768px) {
    .pool-wrap { padding: 0 12px 40px; }
    .pool-features { padding: 20px; }
    .pool-feature-list li { font-size: 14px; }
    .pool-spec-header { flex-direction: column; align-items: flex-start; }
    .pool-table { font-size: 13px; }
    .pool-table thead th, .pool-table tbody td { padding: 8px 6px; }
    .pool-tech-block { flex-direction: column; gap: 20px; }
    .pool-img-area { width: 100%; }
    .pool-img-area.pool-img-vertical { flex-direction: row; }
    .pool-cert-grid { gap: 12px; }
    .pool-cert-label { font-size: 13px; }
    .pool-shoe-install-img { flex: none; max-width: 100%; width: 100%; }
    .pool-equip-item { flex: 0 0 calc(33.33% - 14px); }
}
@media (max-width: 480px) {
    .pool-wrap { padding: 0 10px 32px; }
    .pool-section-title { font-size: 14px; padding: 7px 14px; }
    .pool-tech-heading { font-size: 18px; }
    .pool-table { font-size: 12px; min-width: 480px; }
    .pool-cert-grid { flex-direction: column; gap: 16px; }
    .pool-cert-img { min-height: 160px; }
    .pool-img-area.pool-img-vertical { flex-direction: column; }
    .pool-equip-item { flex: 0 0 calc(50% - 14px); }
    .pool-equip-icon { width: 40px; height: 40px; font-size: 17px; }
    .pool-equip-item span { font-size: 11.5px; }
    .pool-spec-list li { font-size: 13px; }
    .pool-pipe-list li { font-size: 13px; }
    .pool-layer-list li { font-size: 13px; }
}
