@charset "utf-8";

/*
 * desktop-subpage.css
 * PC subpage common / network wired
 * 기준: 기존 운영 /shop/1_1.php 렌더링 후 HTML
 */

.sub-service {
    color: #1c1c20;
    font-family: 'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif;
}

.sub-service .inner {
    width: 1200px;
    margin: 0 auto;
    color: #1c1c20;
}

.sub-service p {
    font-size: 16px;
}

/* visual */
.sub-visual {
    position: relative;
    width: 100%;
    min-width: 1200px;
    height: 430px;
    overflow: hidden;
}

.sub-visual-img {
    display: block;
    width: 100%;
    height: 430px;
    object-fit: cover;
}

.sub-visual-text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    transform: translate(-50%, -50%);
    color: #fff;
}

.sub-visual-text h2 {
    margin: 0 0 6px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-visual-text h1 {
    margin: 0 0 12px;
    font-size: 51px;
    line-height: 1.1;
    letter-spacing: -3.5px;
    font-weight: 800;
}

.sub-visual-text p {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

/* breadcrumb */
.sub-breadcrumb {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 1200px;
    height: 70px;
    transform: translateX(-50%);
    background: #fff;
    z-index: 10;
}

.sub-breadcrumb .ulinner {
    width: 1200px;
    margin: 0 auto;
    padding: 0 68px;
}

.sub-breadcrumb ul {
    display: flex;
    height: 70px;
    align-items: center;
    gap: 25px;
    border-bottom: 1px solid #e5e5e5;
}

.sub-breadcrumb li {
    position: relative;
    padding-right: 24px;
    font-size: 14px;
    line-height: 70px;
}

.sub-breadcrumb li.before:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background: #d1d1d1;
}

.sub-breadcrumb a {
    color: #1c1c20;
}

/* title */
.wired-title-section .tit {
    padding: 93px 0;
    text-align: center;
}

.wired-title-section h2 {
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
}

.wired-title-section p {
    margin: 0;
    font-size: 16px;
}

/* section2 */
.wired-card-section {
    position: relative;
}

.wired-card-section:before {
    content: '';
    position: absolute;
    top: 15%;
    left: 15%;
    width: 840px;
    height: 840px;
    background: url("/shop/images/vector.png") no-repeat;
    z-index: -1;
}

.wired-card-section .inner {
    display: flex;
    justify-content: center;
    gap: 23px;
    padding-bottom: 150px;
}

.wired-card-section .card {
    position: relative;
    width: 520px;
    height: 509px;
    border: 1px solid #ebebeb;
    border-radius: 24px;
    box-shadow: rgba(0, 0, 0, 0.25) 4px 4px 4px;
    background: #fff;
    overflow: hidden;
}

.wired-card-section .card .tit2 {
    height: 67px;
    padding: 28px 32px;
    border-radius: 24px 24px 0 0;
    box-sizing: border-box;
    background: #f6f6f6;
}

.wired-card-section .card .tit2 h3 {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.wired-card-section .card .detail {
    position: relative;
    width: 520px;
    height: 440px;
    padding: 0 30px 50px 0;
    box-sizing: border-box;
}

.wired-card-section .card .detail .icon_lan,
.wired-card-section .card .detail .icon_line {
    position: absolute;
    top: 62px;
    left: 50%;
    width: 216px;
    height: 216px;
    border-radius: 100%;
    transform: translateX(-50%);
}

.wired-card-section .card .detail .icon_lan {
    background: #56bca9 url("/shop/images/icon_lan.png") no-repeat center center;
}

.wired-card-section .card .detail .icon_line {
    background: #7f92da url("/shop/images/icon_line.png") no-repeat center center;
}

.wired-card-section .card p {
    width: 100%;
    margin: 304px 0 0 30px;
    font-size: 16px;
    line-height: 1.55;
    font-weight: bold;
    word-break: keep-all;
}

.wired-card-section .right {
    background: #fff url("/shop/images/vector.png") no-repeat;
    background-position: -80px 100px;
}

/* section3 */
.wired-diagram-section {
    margin-bottom: 140px;
}

.wired-diagram-section .inner {
    position: relative;
    text-align: center;
}

.wired-diagram-section h2 {
    position: absolute;
    top: -11px;
    left: 50%;
    width: 362px;
    margin: 0;
    transform: translateX(-50%);
    border-radius: 24px;
    background: linear-gradient(to right, #602a9f, #28539f);
    color: #fff;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
}

.wired-diagram-section img {
    display: block;
    max-width: none;
    width: 100%;
    height: auto;
}

/* sketch */
.sc_sketch {
    width: 1200px;
    margin: 0 auto 200px;
}

.sc_sketch h2 {
    margin: 0 0 38px;
    font-size: 25px;
    text-align: center;
}

.sc_sketch ul {
    overflow: hidden;
}

.sc_sketch ul li {
    float: left;
    width: 283px;
    margin: 0 22px 50px 0;
    font-size: 16px;
    font-weight: bold;
}

.sc_sketch ul li:nth-child(4),
.sc_sketch ul li:nth-child(8) {
    margin-right: 0;
}

.sc_sketch ul li img {
    display: block;
    width: 283px;
    height: 210px;
    margin-bottom: 22px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    object-fit: cover;
}

.sc_sketch dl,
.sc_sketch dt {
    margin: 0;
    padding: 0;
}

.sc_sketch dt {
    line-height: 1.35;
    word-break: keep-all;
}

/* generic fallback */
.sub-generic-hero {
    padding: 100px 0 70px;
    background: #f4f8fb;
    text-align: center;
}

.sub-generic-hero .eyebrow {
    color: #007dc3;
    font-weight: 700;
}

.sub-generic-hero h1 {
    margin: 8px 0 16px;
    font-size: 42px;
}

.sub-generic-hero p {
    font-size: 18px;
}

.sub-generic-body {
    padding: 70px 0 120px;
}

.sub-generic-body h2 {
    margin: 40px 0 16px;
    font-size: 26px;
}

.sub-generic-body ul,
.sub-generic-body ol {
    padding-left: 22px;
}

.sub-generic-body li {
    margin: 8px 0;
    font-size: 16px;
}

/* sub 1.0 hotfix: network wired first pass */

/* 홈 공통 .tit 규칙이 서브페이지 제목 영역을 침범하지 않도록 고정 */
.sub-network-wired .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0;
    text-align: center;
    border: 0;
}

.sub-network-wired .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-network-wired .wired-title-section .tit p {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

/* 카드 내부 아이콘 잘림 방지 */
.sub-network-wired .wired-card-section .card {
    overflow: visible;
    background: #fff;
}

.sub-network-wired .wired-card-section .card .detail {
    overflow: visible;
}

/* 원형 아이콘 위치 재정렬 */
.sub-network-wired .wired-card-section .card .detail .icon_lan,
.sub-network-wired .wired-card-section .card .detail .icon_line {
    top: 75px;
    z-index: 1;
}

/* 텍스트가 아이콘과 겹치지 않도록 legacy 느낌에 맞게 하단 배치 */
.sub-network-wired .wired-card-section .card p {
    position: relative;
    z-index: 2;
    margin: 310px 30px 0;
    width: auto;
    font-size: 16px;
    line-height: 1.55;
    font-weight: bold;
    word-break: keep-all;
}

/* section2 배경 벡터가 너무 강하게 끼어들지 않도록 */
.sub-network-wired .wired-card-section {
    overflow: hidden;
}

.sub-network-wired .wired-card-section .inner {
    position: relative;
    z-index: 1;
}

/* 구성도 영역 상단 간격 안정화 */
.sub-network-wired .wired-diagram-section {
    margin-top: 0;
    margin-bottom: 140px;
}

/* sub 1.0 hotfix-2: card icon/text final alignment */

.sub-network-wired .wired-card-section .card {
    overflow: hidden;
}

.sub-network-wired .wired-card-section .card .detail {
    position: relative;
    height: 440px;
    overflow: hidden;
}

/* 원형 아이콘을 카드 내부 중앙 영역으로 올림 */
.sub-network-wired .wired-card-section .card .detail .icon_lan,
.sub-network-wired .wired-card-section .card .detail .icon_line {
    top: 82px;
    left: 50%;
    width: 216px;
    height: 216px;
    transform: translateX(-50%);
    z-index: 1;
}

/* 설명 텍스트는 아이콘 아래쪽으로 정리 */
.sub-network-wired .wired-card-section .card p {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 42px;
    width: auto;
    margin: 0;
    z-index: 2;
    font-size: 16px;
    line-height: 1.55;
    font-weight: bold;
    word-break: keep-all;
    text-align: left;
}

/* sub 1.2: wireless network page */

.sub-network-wireless .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0 62px;
    text-align: center;
    border: 0;
}

.sub-network-wireless .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-network-wireless .wired-title-section .tit p {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.sub-network-wireless .wired-diagram-section {
    margin-bottom: 138px;
}

.sub-network-wireless .wired-diagram-section .inner {
    width: 1200px;
    text-align: center;
}

.sub-network-wireless .wired-diagram-section h2 {
    top: -11px;
}

.sub-network-wireless .wired-diagram-section img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

.wireless-detail-section {
    margin: 138px 0;
}

.wireless-detail-section .inner {
    width: 1200px;
    margin: 0 auto;
}

.wireless-detail-section .detail {
    margin: 0;
}

.wireless-detail-section .detail2 {
    margin-top: 90px;
}

.wireless-detail-section .detail_tit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.wireless-detail-section .dot {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 6px 12px 0 6px;
    border-radius: 100%;
    background: #006dd4;
}

.wireless-detail-section h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -1px;
}

.wireless-detail-section .detail_txt p {
    margin: 0 0 30px 27px;
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}

/* wireless sketch starts after text section */
.sub-network-wireless .sc_sketch {
    margin-top: 0;
}

/* sub 1.2 hotfix: field sketch float row alignment */

.sc_sketch ul li:nth-child(4n+1) {
    clear: both;
}

.sc_sketch ul li {
    min-height: 292px;
}

.sc_sketch ul li dt {
    min-height: 44px;
    line-height: 1.35;
}

/* sub 1.3: keyphone diagram page */

.sub-keyphone-diagram .sub-visual-text h2 {
    letter-spacing: -3.5px;
}

.sub-keyphone-diagram .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0;
    text-align: center;
    border: 0;
}

.sub-keyphone-diagram .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-keyphone-diagram .wired-title-section .tit p {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

.sub-keyphone-diagram .wired-diagram-section {
    margin-bottom: 138px;
}

.sub-keyphone-diagram .wired-diagram-section .inner {
    width: 1200px;
    text-align: center;
}

.sub-keyphone-diagram .wired-diagram-section h2 {
    top: -11px;
}

.sub-keyphone-diagram .wired-diagram-section img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}

/* keyphone text detail */
.sub-keyphone-diagram .wireless-detail-section {
    margin: 138px 0 0;
}

.sub-keyphone-diagram .wireless-detail-section .detail {
    margin-bottom: 90px;
}

.sub-keyphone-diagram .wireless-detail-section .detail:last-child {
    margin-bottom: 0;
}

.sub-keyphone-diagram .wireless-detail-section .detail_tit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 49px;
}

.sub-keyphone-diagram .wireless-detail-section .dot,
.keyphone-function-section .dot {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 8px 12px 0 0;
    border-radius: 100%;
    background: #006dd4;
}

.sub-keyphone-diagram .wireless-detail-section h2,
.keyphone-function-section h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -1px;
}

.sub-keyphone-diagram .wireless-detail-section .detail_txt p {
    margin: 0 0 26px 28px;
    font-size: 16px;
    line-height: 1.8;
    word-break: keep-all;
}

.keyphone-function-section {
    margin: 0 0 138px;
}

.keyphone-function-section .inner {
    width: 1200px;
    margin: 0 auto;
}

.keyphone-function-section .detail_tit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 49px;
}

.keyphone-function-section .function {
    width: 1070px;
    margin: 0 auto;
    padding: 58px;
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    border-radius: 16px;
    background: #fbfbfb;
}

.keyphone-function-section .function ul {
    margin: 0;
    padding: 0;
}

.keyphone-function-section .function ul li {
    margin-bottom: 40px;
}

.keyphone-function-section .function ul li:last-child {
    margin-bottom: 0;
}

.keyphone-function-section .function p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
}

.keyphone-function-section .function p.li_tit {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}

/* sub 1.4: keyphone analog page */

.sub-keyphone-analog .sub-visual-text h2 {
    letter-spacing: -3.5px;
}

.sub-keyphone-analog .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0;
    text-align: center;
    border: 0;
}

.sub-keyphone-analog .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-keyphone-analog .wired-title-section .tit p {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

/* analog info box */
.analog-point-section {
    margin-bottom: 100px;
}

.analog-point-section .inner {
    position: relative;
    width: 1200px;
    height: 310px;
    margin: 0 auto;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 24px;
    background: #e4f1f8;
    text-align: center;
}

.analog-point-section h2 {
    position: absolute;
    top: -11px;
    left: 50%;
    width: 362px;
    margin: 0;
    transform: translateX(-50%);
    border-radius: 24px;
    background: linear-gradient(to right, #2b5f9f, #289f80);
    color: #fff;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
}

.analog-point-section .txt {
    width: 1150px;
    height: 260px;
    padding: 70px 0 0 70px;
    box-sizing: border-box;
    border-radius: 24px;
    background: #f0f8fc;
}

.analog-point-section ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.analog-point-section ul li {
    font-size: 18px;
    line-height: 34px;
    letter-spacing: -0.4px;
}

/* static product list */
.sub-product-section {
    margin: 0 0 120px;
}

.sub_list_box {
    width: 1200px;
    margin: 0 auto;
}

.sub-product-section .sct {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 24px;
    row-gap: 70px;
    margin: 0;
    padding: 0;
}

.sub-product-section .sct_li {
    width: 216px;
    min-height: 330px;
    list-style: none;
}

.sub-product-section .sct_img {
    width: 216px;
    height: 216px;
    border: 1px solid #eee;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.sub-product-section .sct_img a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.sub-product-section .sct_img img {
    display: block;
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.sub-product-section .sct_ct_wrap {
    padding-top: 12px;
}

.sub-product-section .sct_txt {
    min-height: 46px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    word-break: keep-all;
}

.sub-product-section .sct_txt a {
    color: #111;
}

.sub-product-section .sct_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.sub-product-section .sct_cost {
    font-size: 14px;
    font-weight: 700;
}

.sub-product-section .sct_op_btn {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sub-product-section .sct_op_btn button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #aaa;
    cursor: pointer;
}

.sub-product-section .sit_icon_li {
    display: none;
}

/* sub 1.5: keyphone digital page */

.sub-keyphone-digital .sub-visual-text h2 {
    letter-spacing: -3.5px;
}

.sub-keyphone-digital .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0;
    text-align: center;
    border: 0;
}

.sub-keyphone-digital .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-keyphone-digital .wired-title-section .tit p {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

/* digital info box: analog과 같은 박스 구조 사용 */
.sub-keyphone-digital .analog-point-section {
    margin-bottom: 120px;
}

/* 등록된 상품 없음 */
.sub-product-empty-section {
    margin: 0 0 120px;
}

.sub-product-empty-section .sub_list_box {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.sub-product-empty-section .sct_noitem {
    margin: 0;
    padding: 60px 0 40px;
    font-size: 24px;
    line-height: 1.4;
    color: #111;
    text-align: center;
}

/* sub 1.6: internet phone page */

.sub-internet-phone .sub-visual-text h2 {
    letter-spacing: -3.5px;
}

.sub-internet-phone .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0 62px;
    text-align: center;
    border: 0;
}

.sub-internet-phone .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-internet-phone .wired-title-section .tit p {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

/* fare tables */
.internet-fare-section {
    margin: 0 0 140px;
}

.internet-fare-section .inner {
    width: 1200px;
    margin: 0 auto;
}

.internet-fare-section .fare {
    width: 1200px;
    margin: 0 auto 120px;
    text-align: center;
}

.internet-fare-section .fare:last-child {
    margin-bottom: 0;
}

.internet-fare-section .fare h2 {
    width: 862px;
    height: 40px;
    margin: 0 auto 80px;
    border-radius: 24px;
    background: linear-gradient(to right, #602a9f, #28539f);
    color: #fff;
    font-size: 19px;
    line-height: 40px;
    text-align: center;
}

.internet-fare-section table {
    width: 545px;
    margin: 0 auto;
    border-collapse: collapse;
    table-layout: fixed;
    color: #111;
    font-size: 17px;
}

.internet-fare-section th,
.internet-fare-section td {
    height: 44px;
    border: 1px solid #111;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    font-weight: 400;
}

.internet-fare-section thead .tg-caption {
    height: 54px;
    border: 0;
    font-size: 22px;
    font-weight: 700;
}

.internet-fare-section thead .tg-spacer td {
    height: 38px;
    border: 0;
}

.internet-fare-section tbody th {
    background: #bdcce5;
    font-weight: 700;
}

.internet-fare-section tbody td {
    background: #fff;
}

.internet-fare-section tfoot td {
    height: 28px;
    border: 0;
    font-size: 14px;
    text-align: left;
}

.internet-fare-section .fare-kt .tg-caption,
.internet-fare-section .fare-kt thead .tg-spacer td {
    background: #dfe7f6;
}

.internet-fare-section .fare-kt tbody th {
    background: #bdcce5;
}

.internet-fare-section .fare-lg .tg-caption,
.internet-fare-section .fare-lg thead .tg-spacer td {
    background: #fff4ce;
}

.internet-fare-section .fare-lg tbody th {
    background: #fedf69;
}

.internet-fare-section .fare-skt .tg-caption,
.internet-fare-section .fare-skt thead .tg-spacer td {
    background: #fde6d8;
}

.internet-fare-section .fare-skt tbody th {
    background: #f6b384;
}

/* sub 1.7: interphone page */

.sub-interphone .sub-visual-text h2 {
    letter-spacing: -3.5px;
}

.sub-interphone .sub-visual-text p {
    max-width: 900px;
    line-height: 1.5;
}

.sub-interphone .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0;
    text-align: center;
    border: 0;
}

.sub-interphone .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-interphone .wired-title-section .tit p {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

/* interphone diagram */
.sub-interphone .wired-diagram-section {
    margin-bottom: 138px;
}

.sub-interphone .wired-diagram-section .inner {
    position: relative;
    width: 1200px;
    min-height: 805px;
    margin: 0 auto;
    padding: 25px 25px 90px;
    box-sizing: border-box;
    border-radius: 24px;
    background: #e4f1f8;
    text-align: center;
}

.sub-interphone .wired-diagram-section h2 {
    top: -11px;
    width: 362px;
    background: linear-gradient(to right, #602a9f, #28539f);
}

.sub-interphone .wired-diagram-section img {
    display: block;
    width: 100%;
    height: auto;
}

.sub-interphone .diagram-text-wrap {
    width: 870px;
    margin: 24px auto 0;
    text-align: left;
}

.sub-interphone .diagram-text-wrap ul {
    margin: 0 0 44px;
    padding: 0;
}

.sub-interphone .diagram-text-wrap ul li {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.4px;
}

.sub-interphone .diagram-description p {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.75;
    word-break: keep-all;
}

/* interphone function box */
.sub-interphone .keyphone-function-section {
    margin: 0 0 138px;
}

.sub-interphone .keyphone-function-section .inner {
    width: 1200px;
    margin: 0 auto;
}

.sub-interphone .keyphone-function-section .detail_tit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 49px;
}

.sub-interphone .keyphone-function-section .dot {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 8px 12px 0 0;
    border-radius: 100%;
    background: #006dd4;
}

.sub-interphone .keyphone-function-section h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -1px;
}

.sub-interphone .keyphone-function-section .function {
    width: 1070px;
    margin: 0 auto;
    padding: 58px;
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    border-radius: 16px;
    background: #fbfbfb;
}

.sub-interphone .keyphone-function-section .function ul {
    margin: 0;
    padding: 0;
}

.sub-interphone .keyphone-function-section .function ul li {
    margin-bottom: 40px;
}

.sub-interphone .keyphone-function-section .function ul li:last-child {
    margin-bottom: 0;
}

.sub-interphone .keyphone-function-section .function p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.sub-interphone .keyphone-function-section .function p.li_tit {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}

/* sub 1.7 hotfix: interphone legacy absolute text layout */

.sub-interphone .wired-diagram-section {
    margin-bottom: 138px;
}

.sub-interphone .wired-diagram-section .inner {
    position: relative;
    width: 1200px;
    min-height: 0;
    margin: 0 auto;
    padding: 0;
    border-radius: 0;
    background: none;
    text-align: center;
}

.sub-interphone .wired-diagram-section h2 {
    position: absolute;
    top: -11px;
    left: 50%;
    z-index: 2;
    width: 362px;
    margin: 0;
    transform: translateX(-50%);
    border-radius: 24px;
    background: linear-gradient(to right, #602a9f, #28539f);
    color: #fff;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
}

.sub-interphone .wired-diagram-section img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
}

/* legacy: group_2_5.png 하단 빈 영역 위에 텍스트를 올림 */
.sub-interphone .diagram-text-wrap {
    position: absolute;
    top: 840px;
    left: 150px;
    width: 900px;
    margin: 0;
    text-align: left;
}

.sub-interphone .diagram-text-wrap ul {
    margin: 0 0 60px;
    padding: 0;
}

.sub-interphone .diagram-text-wrap ul li {
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.4px;
}

.sub-interphone .diagram-description p {
    margin: 0 0 6px;
    font-size: 16px;
    line-height: 1.75;
    word-break: keep-all;
}

/* sub 1.7 hotfix-2: interphone text fit inside legacy image */

.sub-interphone .diagram-text-wrap {
    position: absolute;
    top: 770px;
    left: 145px;
    width: 910px;
    margin: 0;
    text-align: left;
}

.sub-interphone .diagram-text-wrap ul {
    margin: 0 0 34px;
    padding: 0;
}

.sub-interphone .diagram-text-wrap ul li {
    font-size: 15px;
    line-height: 26px;
    letter-spacing: -0.4px;
}

.sub-interphone .diagram-description p {
    margin: 0 0 4px;
    font-size: 14px;
    line-height: 1.58;
    letter-spacing: -0.35px;
    word-break: keep-all;
}

/* sub 1.7 hotfix-3: interphone text readable size */

.sub-interphone .diagram-text-wrap {
    position: absolute;
    top: 805px;
    left: 115px;
    width: 970px;
    margin: 0;
    text-align: left;
}

.sub-interphone .diagram-text-wrap ul {
    margin: 0 0 34px;
    padding: 0;
}

.sub-interphone .diagram-text-wrap ul li {
    font-size: 17px;
    line-height: 30px;
    letter-spacing: -0.45px;
}

.sub-interphone .diagram-description p {
    margin: 0 0 4px;
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: -0.45px;
    word-break: keep-all;
}

/* sub 1.8: computer diagram page */

.sub-computer-diagram .sub-visual-text h2 {
    letter-spacing: -3.5px;
}

.sub-computer-diagram .sub-visual-text p {
    max-width: 900px;
    line-height: 1.5;
}

.sub-computer-diagram .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0;
    text-align: center;
    border: 0;
}

.sub-computer-diagram .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-computer-diagram .wired-title-section .tit p {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

/* computer diagram */
.sub-computer-diagram .wired-diagram-section {
    margin-bottom: 138px;
}

.sub-computer-diagram .wired-diagram-section .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.sub-computer-diagram .wired-diagram-section h2 {
    position: absolute;
    top: -11px;
    left: 50%;
    z-index: 2;
    width: 362px;
    margin: 0;
    transform: translateX(-50%);
    border-radius: 24px;
    background: linear-gradient(to right, #602a9f, #28539f);
    color: #fff;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
}

.sub-computer-diagram .wired-diagram-section img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
}

/* computer components */
.sub-computer-diagram .keyphone-function-section {
    margin: 0 0 138px;
}

.sub-computer-diagram .keyphone-function-section .inner {
    width: 1200px;
    margin: 0 auto;
}

.sub-computer-diagram .keyphone-function-section .detail_tit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 49px;
}

.sub-computer-diagram .keyphone-function-section .dot {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 8px 12px 0 0;
    border-radius: 100%;
    background: #006dd4;
}

.sub-computer-diagram .keyphone-function-section h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -1px;
}

.sub-computer-diagram .keyphone-function-section .function {
    width: 1070px;
    margin: 0 auto;
    padding: 58px;
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    border-radius: 16px;
    background: #fbfbfb;
}

.sub-computer-diagram .keyphone-function-section .function p.info {
    margin: 0 0 43px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: bold;
    word-break: keep-all;
}

.sub-computer-diagram .keyphone-function-section .function ul {
    margin: 0;
    padding: 0;
}

.sub-computer-diagram .keyphone-function-section .function ul li {
    margin-bottom: 34px;
}

.sub-computer-diagram .keyphone-function-section .function ul li:last-child {
    margin-bottom: 0;
}

.sub-computer-diagram .keyphone-function-section .function p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.sub-computer-diagram .keyphone-function-section .function p.li_tit {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}

/* sub 1.9: computer PC page */

.sub-computer-pc .sub-visual-text h2 {
    letter-spacing: -3.5px;
}

.sub-computer-pc .sub-visual-text p {
    max-width: 900px;
    line-height: 1.5;
}

.sub-computer-pc .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0;
    text-align: center;
    border: 0;
}

.sub-computer-pc .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-computer-pc .wired-title-section .tit p {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

/* 컴퓨터 PC 설명 박스는 analog-point-section 구조 재사용 */
.sub-computer-pc .analog-point-section {
    margin-bottom: 120px;
}

.sub-computer-pc .analog-point-section .inner {
    width: 1200px;
    height: 310px;
}

.sub-computer-pc .analog-point-section .txt {
    padding: 75px 0 0 120px;
}

.sub-computer-pc .analog-point-section ul li {
    font-size: 16px;
    margin-bottom: 17px;
    line-height: 1.5;
}

/* 상품 없음 영역 */
.sub-computer-pc .sub-product-empty-section {
    margin: 0 0 120px;
}

.sub-computer-pc .sub-product-empty-section .sct_noitem {
    margin: 0;
    padding: 40px 0 60px;
    font-size: 24px;
    line-height: 1.4;
    color: #111;
    text-align: center;
}

/* sub 1.10: computer monitor page */

.sub-computer-monitor .sub-visual-text h2 {
    letter-spacing: -3.5px;
}

.sub-computer-monitor .sub-visual-text p {
    max-width: 900px;
    line-height: 1.5;
}

.sub-computer-monitor .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0;
    text-align: center;
    border: 0;
}

.sub-computer-monitor .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-computer-monitor .wired-title-section .tit p {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

/* 모니터 설명 박스 */
.sub-computer-monitor .analog-point-section {
    margin-bottom: 120px;
}

.sub-computer-monitor .analog-point-section .inner {
    width: 1200px;
    height: 400px;
}

.sub-computer-monitor .analog-point-section .txt {
    width: 1150px;
    height: 350px;
    padding: 75px 0 0 75px;
}

.sub-computer-monitor .analog-point-section ul li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.8;
    word-break: keep-all;
}

/* 상품 없음 영역 */
.sub-computer-monitor .sub-product-empty-section {
    margin: 0 0 120px;
}

.sub-computer-monitor .sub-product-empty-section .sct_noitem {
    margin: 0;
    padding: 40px 0 60px;
    font-size: 24px;
    line-height: 1.4;
    color: #111;
    text-align: center;
}

/* sub 1.11: CCTV diagram page */

.sub-cctv-diagram .sub-visual-text h2 {
    letter-spacing: -3.5px;
}

.sub-cctv-diagram .sub-visual-text p {
    max-width: 900px;
    line-height: 1.5;
}

.sub-cctv-diagram .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0;
    text-align: center;
    border: 0;
}

.sub-cctv-diagram .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-cctv-diagram .wired-title-section .tit p {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

/* CCTV diagram */
.sub-cctv-diagram .wired-diagram-section {
    margin-bottom: 138px;
}

.sub-cctv-diagram .wired-diagram-section .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.sub-cctv-diagram .wired-diagram-section h2 {
    position: absolute;
    top: -11px;
    left: 50%;
    z-index: 2;
    width: 362px;
    margin: 0;
    transform: translateX(-50%);
    border-radius: 24px;
    background: linear-gradient(to right, #602a9f, #28539f);
    color: #fff;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
}

.sub-cctv-diagram .wired-diagram-section img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
}

/* CCTV feature box */
.sub-cctv-diagram .keyphone-function-section {
    margin: 0 0 138px;
}

.sub-cctv-diagram .keyphone-function-section .inner {
    width: 1200px;
    margin: 0 auto;
}

.sub-cctv-diagram .keyphone-function-section .detail_tit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 49px;
}

.sub-cctv-diagram .keyphone-function-section .dot {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 8px 12px 0 0;
    border-radius: 100%;
    background: #006dd4;
}

.sub-cctv-diagram .keyphone-function-section h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -1px;
}

.sub-cctv-diagram .keyphone-function-section .function {
    width: 1070px;
    margin: 0 auto;
    padding: 58px;
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    border-radius: 16px;
    background: #fbfbfb;
}

.sub-cctv-diagram .keyphone-function-section .function ul {
    margin: 0;
    padding: 0;
}

.sub-cctv-diagram .keyphone-function-section .function ul li {
    margin-bottom: 34px;
}

.sub-cctv-diagram .keyphone-function-section .function ul li:last-child {
    margin-bottom: 0;
}

.sub-cctv-diagram .keyphone-function-section .function p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.sub-cctv-diagram .keyphone-function-section .function p.li_tit {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}

/* sub 1.12: CCTV camera page */

.sub-cctv-camera .sub-visual-text h2 {
    letter-spacing: -3.5px;
}

.sub-cctv-camera .sub-visual-text p {
    max-width: 900px;
    line-height: 1.5;
}

.sub-cctv-camera .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0;
    text-align: center;
    border: 0;
}

.sub-cctv-camera .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-cctv-camera .wired-title-section .tit p {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

/* camera intro box */
.sub-cctv-camera .analog-point-section {
    margin-bottom: 138px;
}

.sub-cctv-camera .analog-point-section .inner {
    width: 1200px;
    height: 236px;
}

.sub-cctv-camera .analog-point-section .txt {
    width: 1150px;
    height: 185px;
    padding: 75px 0 0 75px;
}

.sub-cctv-camera .analog-point-section .txt p {
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
    word-break: keep-all;
}

/* camera feature box */
.sub-cctv-camera .keyphone-function-section {
    margin: 0 0 138px;
}

.sub-cctv-camera .keyphone-function-section .inner {
    width: 1200px;
    margin: 0 auto;
}

.sub-cctv-camera .keyphone-function-section .detail_tit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.sub-cctv-camera .keyphone-function-section .dot {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 6px 12px 0 0;
    border-radius: 100%;
    background: #006dd4;
}

.sub-cctv-camera .keyphone-function-section h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -1px;
}

.sub-cctv-camera .keyphone-function-section .function {
    width: 1200px;
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    border-radius: 18px;
    background: #fbfbfb;
}

.sub-cctv-camera .keyphone-function-section .function ul {
    margin: 0;
    padding: 0;
}

.sub-cctv-camera .keyphone-function-section .function ul li {
    margin-bottom: 38px;
}

.sub-cctv-camera .keyphone-function-section .function ul li:last-child {
    margin-bottom: 0;
}

.sub-cctv-camera .keyphone-function-section .function p {
    margin: 0 0 11px;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.sub-cctv-camera .keyphone-function-section .function p.li_tit {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}

/* camera product list: 2 items */
.sub-cctv-camera .sub-product-section {
    margin: 0 0 120px;
}

.sub-cctv-camera .sub_list_box {
    width: 1200px;
    margin: 0 auto;
}

.sub-cctv-camera .sub-product-section .sct {
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.sub-cctv-camera .sub-product-section .sct_li {
    width: 216px;
    min-height: 330px;
    list-style: none;
}

.sub-cctv-camera .sub-product-section .sct_img {
    width: 216px;
    height: 216px;
    border: 1px solid #eee;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.sub-cctv-camera .sub-product-section .sct_img a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.sub-cctv-camera .sub-product-section .sct_img img {
    display: block;
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.sub-cctv-camera .sub-product-section .sct_ct_wrap {
    padding-top: 12px;
}

.sub-cctv-camera .sub-product-section .sct_txt {
    min-height: 46px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    word-break: keep-all;
}

.sub-cctv-camera .sub-product-section .sct_txt a {
    color: #111;
}

.sub-cctv-camera .sub-product-section .sct_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.sub-cctv-camera .sub-product-section .sct_cost {
    font-size: 14px;
    font-weight: 700;
}

.sub-cctv-camera .sub-product-section .sct_op_btn {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sub-cctv-camera .sub-product-section .sct_op_btn button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #aaa;
    cursor: pointer;
}

/* sub 1.13: CCTV recorder page */

.sub-cctv-recorder .sub-visual-text h2 {
    letter-spacing: -3.5px;
}

.sub-cctv-recorder .sub-visual-text p {
    max-width: 900px;
    line-height: 1.5;
}

.sub-cctv-recorder .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0;
    text-align: center;
    border: 0;
}

.sub-cctv-recorder .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-cctv-recorder .wired-title-section .tit p {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

/* recorder intro box */
.sub-cctv-recorder .analog-point-section {
    margin-bottom: 100px;
}

.sub-cctv-recorder .analog-point-section .inner {
    width: 1200px;
    height: 290px;
}

.sub-cctv-recorder .analog-point-section .txt {
    width: 1150px;
    height: 234px;
    padding: 75px 0 0 75px;
}

.sub-cctv-recorder .analog-point-section .txt p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    word-break: keep-all;
}

/* recorder product list: 5 columns x 2 rows */
.sub-cctv-recorder .sub-product-section {
    margin: 0 0 120px;
}

.sub-cctv-recorder .sub_list_box {
    width: 1200px;
    margin: 0 auto;
}

.sub-cctv-recorder .sub-product-section .sct {
    display: flex;
    flex-wrap: wrap;
    gap: 52px 24px;
    margin: 0;
    padding: 0;
}

.sub-cctv-recorder .sub-product-section .sct_li {
    width: 216px;
    min-height: 330px;
    list-style: none;
}

.sub-cctv-recorder .sub-product-section .sct_img {
    width: 216px;
    height: 216px;
    border: 1px solid #eee;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.sub-cctv-recorder .sub-product-section .sct_img a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.sub-cctv-recorder .sub-product-section .sct_img img {
    display: block;
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.sub-cctv-recorder .sub-product-section .sct_ct_wrap {
    padding-top: 12px;
}

.sub-cctv-recorder .sub-product-section .sct_txt {
    min-height: 46px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    word-break: keep-all;
}

.sub-cctv-recorder .sub-product-section .sct_txt a {
    color: #111;
}

.sub-cctv-recorder .sub-product-section .sct_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.sub-cctv-recorder .sub-product-section .sct_cost {
    font-size: 14px;
    font-weight: 700;
}

.sub-cctv-recorder .sub-product-section .sct_op_btn {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sub-cctv-recorder .sub-product-section .sct_op_btn button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #aaa;
    cursor: pointer;
}

/* sub 1.14: NAS server pages */

.sub-nas-diagram .sub-visual-text h2,
.sub-nas-das .sub-visual-text h2,
.sub-nas-hdd .sub-visual-text h2 {
    letter-spacing: -3.5px;
}

.sub-nas-diagram .sub-visual-text p,
.sub-nas-das .sub-visual-text p,
.sub-nas-hdd .sub-visual-text p {
    max-width: 900px;
    line-height: 1.5;
}

.sub-nas-diagram .wired-title-section .tit,
.sub-nas-das .wired-title-section .tit,
.sub-nas-hdd .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0;
    text-align: center;
    border: 0;
}

.sub-nas-diagram .wired-title-section .tit h2,
.sub-nas-das .wired-title-section .tit h2,
.sub-nas-hdd .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-nas-diagram .wired-title-section .tit p,
.sub-nas-das .wired-title-section .tit p,
.sub-nas-hdd .wired-title-section .tit p {
    display: block;
    margin: 0;
    font-size: 16px;
    text-align: center;
}

/* NAS 구성도 */
.sub-nas-diagram .wired-diagram-section {
    margin-bottom: 138px;
}

.sub-nas-diagram .wired-diagram-section .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.sub-nas-diagram .wired-diagram-section h2 {
    position: absolute;
    top: -11px;
    left: 50%;
    z-index: 2;
    width: 362px;
    margin: 0;
    transform: translateX(-50%);
    border-radius: 24px;
    background: linear-gradient(to right, #602a9f, #28539f);
    color: #fff;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
}

.sub-nas-diagram .wired-diagram-section .diagram-intro {
    position: absolute;
    top: 100px;
    left: 90px;
    z-index: 2;
    margin: 0;
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
    word-break: keep-all;
}

.sub-nas-diagram .wired-diagram-section img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
}

/* NAS 특장점 */
.sub-nas-diagram .keyphone-function-section {
    margin: 0 0 138px;
}

.sub-nas-diagram .keyphone-function-section .inner {
    width: 1200px;
    margin: 0 auto;
}

.sub-nas-diagram .keyphone-function-section .detail_tit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 49px;
}

.sub-nas-diagram .keyphone-function-section .dot {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 8px 12px 0 0;
    border-radius: 100%;
    background: #006dd4;
}

.sub-nas-diagram .keyphone-function-section h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -1px;
}

.sub-nas-diagram .keyphone-function-section .function {
    width: 1070px;
    margin: 0 auto;
    padding: 50px;
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    border-radius: 16px;
    background: #fbfbfb;
}

.sub-nas-diagram .keyphone-function-section .function p.info {
    margin: 0 0 50px;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: -1px;
    word-break: keep-all;
}

.sub-nas-diagram .keyphone-function-section .function ul {
    margin: 0;
    padding: 0;
}

.sub-nas-diagram .keyphone-function-section .function ul li {
    margin-bottom: 34px;
}

.sub-nas-diagram .keyphone-function-section .function ul li:last-child {
    margin-bottom: 0;
}

.sub-nas-diagram .keyphone-function-section .function p {
    margin: 0;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.sub-nas-diagram .keyphone-function-section .function p.li_tit {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
}

/* NAS/DAS, NAS/HDD 설명 박스 */
.sub-nas-das .analog-point-section,
.sub-nas-hdd .analog-point-section {
    margin-bottom: 100px;
}

.sub-nas-das .analog-point-section .inner,
.sub-nas-hdd .analog-point-section .inner {
    width: 1200px;
    height: 617px;
    padding: 25px;
    box-sizing: border-box;
}

.sub-nas-das .analog-point-section .txt,
.sub-nas-hdd .analog-point-section .txt {
    width: 1150px;
    height: 565px;
    padding: 75px 0 100px 75px;
    box-sizing: border-box;
}

.sub-nas-das .analog-point-section ul,
.sub-nas-hdd .analog-point-section ul {
    margin: 0;
    padding: 0;
    text-align: left;
}

.sub-nas-das .analog-point-section ul li,
.sub-nas-hdd .analog-point-section ul li {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 17px;
    word-break: keep-all;
}

.sub-nas-das .analog-point-section h2,
.sub-nas-hdd .analog-point-section h2 {
    background: linear-gradient(to right, #2b5f9f, #289f80);
}

/* NAS 제품 목록 */
.sub-nas-das .sub-product-section,
.sub-nas-hdd .sub-product-section {
    margin: 0 0 120px;
}

.sub-nas-das .sub_list_box,
.sub-nas-hdd .sub_list_box {
    width: 1200px;
    margin: 0 auto;
}

.sub-nas-das .sub-product-section .sct {
    display: flex;
    gap: 24px;
    margin: 0;
    padding: 0;
}

.sub-nas-das .sub-product-section .sct_li {
    width: 216px;
    min-height: 330px;
    list-style: none;
}

.sub-nas-das .sub-product-section .sct_img {
    width: 216px;
    height: 216px;
    border: 1px solid #eee;
    box-sizing: border-box;
    text-align: center;
    background: #fff;
}

.sub-nas-das .sub-product-section .sct_img a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.sub-nas-das .sub-product-section .sct_img img {
    display: block;
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.sub-nas-das .sub-product-section .sct_ct_wrap {
    padding-top: 12px;
}

.sub-nas-das .sub-product-section .sct_txt {
    min-height: 46px;
    font-size: 14px;
    line-height: 1.35;
    font-weight: 500;
    word-break: keep-all;
}

.sub-nas-das .sub-product-section .sct_txt a {
    color: #111;
}

.sub-nas-das .sub-product-section .sct_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.sub-nas-das .sub-product-section .sct_cost {
    font-size: 14px;
    font-weight: 700;
}

.sub-nas-das .sub-product-section .sct_op_btn {
    display: flex;
    gap: 10px;
    align-items: center;
}

.sub-nas-das .sub-product-section .sct_op_btn button {
    padding: 0;
    border: 0;
    background: transparent;
    color: #aaa;
    cursor: pointer;
}

/* NAS/HDD 상품 없음 */
.sub-nas-hdd .sub-product-empty-section {
    margin: 0 0 120px;
}

.sub-nas-hdd .sub-product-empty-section .sct_noitem {
    margin: 0;
    padding: 40px 0 60px;
    font-size: 24px;
    line-height: 1.4;
    color: #111;
    text-align: center;
}

/* sub 1.15: fiber / speaker / projector / tv */

.sub-fiber-optic .wired-title-section .tit,
.sub-speaker-diagram .wired-title-section .tit,
.sub-projector .wired-title-section .tit,
.sub-tv-installation .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0;
    text-align: center;
    border: 0;
}

.sub-fiber-optic .wired-title-section .tit h2,
.sub-speaker-diagram .wired-title-section .tit h2,
.sub-projector .wired-title-section .tit h2,
.sub-tv-installation .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-fiber-optic .wired-title-section .tit p,
.sub-speaker-diagram .wired-title-section .tit p,
.sub-projector .wired-title-section .tit p,
.sub-tv-installation .wired-title-section .tit p {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

/* diagram pages */
.sub-fiber-optic .wired-diagram-section .inner,
.sub-speaker-diagram .wired-diagram-section .inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.sub-fiber-optic .wired-diagram-section h2,
.sub-speaker-diagram .wired-diagram-section h2 {
    position: absolute;
    top: -11px;
    left: 50%;
    z-index: 2;
    width: 362px;
    margin: 0;
    transform: translateX(-50%);
    border-radius: 24px;
    background: linear-gradient(to right, #602a9f, #28539f);
    color: #fff;
    font-size: 19px;
    line-height: 50px;
    text-align: center;
}

.sub-fiber-optic .wired-diagram-section img,
.sub-speaker-diagram .wired-diagram-section img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
    margin: 0 auto;
}

/* fiber detail */
.sub-fiber-optic .keyphone-function-section,
.sub-speaker-diagram .keyphone-function-section {
    margin: 138px 0;
}

.sub-fiber-optic .keyphone-function-section .inner,
.sub-speaker-diagram .keyphone-function-section .inner {
    width: 1200px;
    margin: 0 auto;
}

.sub-fiber-optic .keyphone-function-section .detail_tit,
.sub-speaker-diagram .keyphone-function-section .detail_tit {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px;
}

.sub-fiber-optic .keyphone-function-section .dot,
.sub-speaker-diagram .keyphone-function-section .dot {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 6px 12px 0 0;
    border-radius: 100%;
    background: #006dd4;
}

.sub-fiber-optic .keyphone-function-section h2,
.sub-speaker-diagram .keyphone-function-section h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.35;
}

.sub-fiber-optic .keyphone-function-section .function,
.sub-speaker-diagram .keyphone-function-section .function {
    width: 1070px;
    margin: 0 auto;
    padding: 50px 25px;
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    border-radius: 16px;
    background: #fbfbfb;
}

.sub-fiber-optic .keyphone-function-section .function p,
.sub-speaker-diagram .keyphone-function-section .function p {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.75;
    word-break: keep-all;
}

.sub-speaker-diagram .keyphone-function-section .function p.info {
    margin: 0 0 58px;
    font-size: 14px;
    line-height: 1.75;
}

.sub-speaker-diagram .keyphone-function-section .function ul li {
    margin-bottom: 58px;
}

.sub-speaker-diagram .keyphone-function-section .function ul li:last-child {
    margin-bottom: 0;
}

.sub-speaker-diagram .keyphone-function-section .function p.li_tit {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
}

/* projector / tv point box */
.sub-projector .analog-point-section,
.sub-tv-installation .analog-point-section {
    margin-bottom: 100px;
}

.sub-projector .analog-point-section .inner {
    width: 1200px;
    min-height: 580px;
    padding: 25px;
    box-sizing: border-box;
}

.sub-tv-installation .analog-point-section .inner {
    width: 1200px;
    min-height: 280px;
    padding: 25px;
    box-sizing: border-box;
}

.sub-projector .analog-point-section .txt {
    width: 1150px;
    min-height: 528px;
    padding: 75px;
    box-sizing: border-box;
    text-align: center;
}

.sub-tv-installation .analog-point-section .txt {
    width: 1150px;
    min-height: 226px;
    padding: 75px;
    box-sizing: border-box;
    text-align: center;
}

.sub-projector .analog-point-section .txt p,
.sub-tv-installation .analog-point-section .txt p {
    margin: 0;
    font-size: 16px;
    line-height: 1.75;
    word-break: keep-all;
}

.sub-projector .analog-point-section h2,
.sub-tv-installation .analog-point-section h2 {
    background: linear-gradient(to right, #602a9f, #28539f);
}

.sub-projector .projector-icons {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-top: 75px;
}

.sub-projector .projector-icons span {
    display: flex;
    width: 180px;
    height: 180px;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #4fb8a5;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}

.sub-projector .projector-icons span:nth-child(even) {
    background: #48a9b9;
}

/* tv image grid */
.sub-tv-installation .service-image-grid-section {
    margin: 150px 0 170px;
}

.sub-tv-installation .service-image-grid-section .inner {
    width: 1200px;
    margin: 0 auto;
}

.sub-tv-installation .service-image-grid-section ul {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
}

.sub-tv-installation .service-image-grid-section li {
    width: 260px;
    height: 260px;
}

.sub-tv-installation .service-image-grid-section img {
    display: block;
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 100%;
}

/* sub 1.16: data recovery pages */

.sub-data-recovery-pc .sub-visual-text h2,
.sub-data-recovery-mobile .sub-visual-text h2 {
    letter-spacing: -3.5px;
}

.sub-data-recovery-pc .sub-visual-text p,
.sub-data-recovery-mobile .sub-visual-text p {
    max-width: 900px;
    line-height: 1.5;
}

.sub-data-recovery-pc .wired-title-section .tit,
.sub-data-recovery-mobile .wired-title-section .tit {
    display: block;
    width: 100%;
    padding: 93px 0;
    text-align: center;
    border: 0;
}

.sub-data-recovery-pc .wired-title-section .tit h2,
.sub-data-recovery-mobile .wired-title-section .tit h2 {
    display: block;
    margin: 0 0 10px;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: -3.5px;
    font-weight: 700;
}

.sub-data-recovery-pc .wired-title-section .tit p,
.sub-data-recovery-mobile .wired-title-section .tit p {
    margin: 0;
    font-size: 16px;
    text-align: center;
}

/* intro box */
.sub-data-recovery-pc .analog-point-section,
.sub-data-recovery-mobile .analog-point-section {
    margin-bottom: 150px;
}

.sub-data-recovery-pc .analog-point-section .inner {
    width: 1200px;
    height: 308px;
    padding: 25px;
    box-sizing: border-box;
}

.sub-data-recovery-mobile .analog-point-section .inner {
    width: 1200px;
    height: 334px;
    padding: 25px;
    box-sizing: border-box;
}

.sub-data-recovery-pc .analog-point-section .txt {
    width: 1150px;
    height: 255px;
    padding: 75px 0 0 40px;
    box-sizing: border-box;
}

.sub-data-recovery-mobile .analog-point-section .txt {
    width: 1150px;
    height: 280px;
    padding: 75px 40px 0;
    box-sizing: border-box;
}

.sub-data-recovery-pc .analog-point-section .txt p,
.sub-data-recovery-mobile .analog-point-section .txt p {
    margin: 0;
    font-size: 16px;
    line-height: 29px;
    text-align: left;
    word-break: keep-all;
}

.sub-data-recovery-pc .analog-point-section h2,
.sub-data-recovery-mobile .analog-point-section h2 {
    background: linear-gradient(to right, #602a9f, #28539f);
}

/* image grid: 3 circular images */
.sub-data-recovery-pc .service-image-grid-section,
.sub-data-recovery-mobile .service-image-grid-section {
    margin: 0 0 170px;
}

.sub-data-recovery-pc .service-image-grid-section .inner,
.sub-data-recovery-mobile .service-image-grid-section .inner {
    width: 1200px;
    margin: 0 auto;
}

.sub-data-recovery-pc .service-image-grid-section ul,
.sub-data-recovery-mobile .service-image-grid-section ul {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-data-recovery-pc .service-image-grid-section li,
.sub-data-recovery-mobile .service-image-grid-section li {
    width: 260px;
    height: 260px;
}

.sub-data-recovery-pc .service-image-grid-section img,
.sub-data-recovery-mobile .service-image-grid-section img {
    display: block;
    width: 260px;
    height: 260px;
    object-fit: cover;
    border-radius: 100%;
}

/* detail boxes */
.sub-data-recovery-pc .recovery-detail-section,
.sub-data-recovery-mobile .recovery-detail-section {
    margin: 0 0 138px;
}

.sub-data-recovery-pc .recovery-detail-section .inner,
.sub-data-recovery-mobile .recovery-detail-section .inner {
    width: 1200px;
    margin: 0 auto;
}

.sub-data-recovery-pc .recovery-detail,
.sub-data-recovery-mobile .recovery-detail {
    margin-bottom: 80px;
}

.sub-data-recovery-pc .recovery-detail:last-child,
.sub-data-recovery-mobile .recovery-detail:last-child {
    margin-bottom: 0;
}

.sub-data-recovery-pc .recovery-detail .detail_tit,
.sub-data-recovery-mobile .recovery-detail .detail_tit {
    display: flex;
    align-items: flex-start;
    width: 1070px;
    margin: 0 auto 49px;
}

.sub-data-recovery-pc .recovery-detail .dot,
.sub-data-recovery-mobile .recovery-detail .dot {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 8px 12px 0 0;
    border-radius: 100%;
    background: #006dd4;
}

.sub-data-recovery-pc .recovery-detail h2,
.sub-data-recovery-mobile .recovery-detail h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.35;
    letter-spacing: -1px;
}

.sub-data-recovery-mobile .recovery-detail h2 {
    font-size: 22px;
}

.sub-data-recovery-pc .recovery-detail .function {
    width: 1070px;
    margin: 0 auto;
    padding: 58px;
    box-sizing: border-box;
    border: 1px solid #f4f4f4;
    border-radius: 16px;
    background: #fbfbfb;
}

.sub-data-recovery-mobile .recovery-detail .function {
    width: 1070px;
    margin: 0 auto;
}

.sub-data-recovery-pc .recovery-detail ul,
.sub-data-recovery-mobile .recovery-detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-data-recovery-pc .recovery-detail li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 1.75;
    font-weight: 700;
}

.sub-data-recovery-mobile .recovery-detail li {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.75;
}

.sub-data-recovery-pc .recovery-detail li:last-child,
.sub-data-recovery-mobile .recovery-detail li:last-child {
    margin-bottom: 0;
}

/* sub 1.18: maintenance request/list */

.maintenance-visual {
    position: relative;
    height: 320px;
    margin: 0;
    overflow: visible;
}

.maintenance-visual .banner {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.maintenance-visual .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    transform: translate(-50%, -50%);
    color: #fff;
}

.maintenance-visual .inner h4 {
    margin: 0;
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: -3.5px;
}

.maintenance-visual .inner h3 {
    margin: 0;
    font-size: 51px;
    line-height: 1.18;
    letter-spacing: -3.5px;
}

.maintenance-visual .inner p {
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.7;
}

.maintenance-breadcrumb {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    width: 1200px;
    height: 70px;
    transform: translateX(-50%);
    background: #fff;
}

.maintenance-breadcrumb .ulinner {
    padding: 0 68px;
}

.maintenance-breadcrumb ul {
    display: flex;
    height: 70px;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
}

.maintenance-breadcrumb li {
    position: relative;
    padding-right: 24px;
    font-size: 14px;
    line-height: 70px;
}

.maintenance-breadcrumb li.before::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background: #d1d1d1;
}

.maintenance-breadcrumb img {
    vertical-align: middle;
}

.maintenance-wrap .container {
    width: 1200px;
    margin: 0 auto;
}

.maintenance-wrap .pagetitle {
    margin: 80px 0 0;
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -3.5px;
}

.maintenance-wrap .pagetxt {
    margin: 10px 0 0;
    font-size: 18px;
    text-align: center;
}

.maintenance-wrap .table_wrap {
    margin-top: 110px;
}

/* form page */
#maintenance_write {
    width: 100%;
    margin: 0 auto 80px;
}

.maintenance-request-page table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid #333;
}

.maintenance-request-page th,
.maintenance-request-page td {
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    text-align: left;
}

.maintenance-request-page th {
    width: 140px;
    padding: 19px 20px;
    background: #fafafa;
    font-weight: 600;
}

.maintenance-request-page td {
    padding: 12px 20px;
}

.maintenance-request-page .frm_input,
.maintenance-request-page select {
    height: 36px;
    border: 1px solid #d5d5d5;
    padding: 0 10px;
    box-sizing: border-box;
}

.maintenance-request-page input[type="text"],
.maintenance-request-page input[type="password"] {
    width: 320px;
}

.maintenance-request-page .flex-row ul {
    display: flex;
    flex-wrap: wrap;
    gap: 0 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.maintenance-request-page .flex-row li {
    height: 28px;
    line-height: 28px;
}

.maintenance-request-page .flex-row label span {
    font-size: 13px;
}

.maintenance-request-page .wr_content textarea {
    width: 100%;
    height: 300px;
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
    resize: vertical;
}

.maintenance-request-page .maintenance-captcha {
    display: flex;
    width: 304px;
    height: 78px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    background: #f8f8f8;
    color: #777;
}

.maintenance-request-page #priv {
    margin-top: 50px;
}

.maintenance-request-page #priv textarea {
    display: block;
    width: 100%;
    height: 100px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    resize: none;
}

.maintenance-request-page .agree-row {
    margin-top: 10px;
    text-align: right;
    font-size: 13px;
}

.maintenance-request-page .btn_confirm {
    margin: 55px 0 0;
    text-align: center;
}

.maintenance-request-page #btn_submit,
.maintenance-request-page .btn_cancel2 {
    display: inline-block;
    width: 160px;
    height: 45px;
    margin: 0 4px;
    border: 0;
    background: #0065bd;
    color: #fff;
    font-size: 16px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}

.maintenance-request-page .btn_cancel2 {
    background: #0065bd;
}

.maintenance-form-note {
    margin-top: 25px;
    color: #777;
    font-size: 13px;
    text-align: center;
}

/* list page */
.maintenance-list-page #bo_list {
    width: 100%;
    margin-bottom: 150px;
}

.maintenance-list-page #bo_cate {
    margin-bottom: 22px;
}

.maintenance-list-page #bo_cate h2 {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.maintenance-list-page #bo_cate_ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.maintenance-list-page #bo_cate_ul li {
    flex: 1 1 auto;
}

.maintenance-list-page #bo_cate_ul a {
    display: block;
    height: 29px;
    border: 1px solid #ddd;
    border-left: 0;
    color: #666;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
}

.maintenance-list-page #bo_cate_ul li:first-child a {
    border-left: 1px solid #ddd;
}

.maintenance-list-page #bo_cate_ul #bo_cate_on {
    border-color: #777;
    color: #222;
    font-weight: 600;
}

.maintenance-list-page table {
    width: 100%;
    border-collapse: collapse;
}

.maintenance-list-page caption {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.maintenance-list-page th {
    height: 45px;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    background: #fafafa;
    color: #666;
    font-size: 13px;
    font-weight: 500;
}

.maintenance-list-page td {
    height: 48px;
    border-bottom: 1px solid #e5e5e5;
    color: #555;
    font-size: 13px;
}

.maintenance-list-page .td_num {
    width: 80px;
    text-align: center;
}

.maintenance-list-page .td_subject {
    text-align: left;
}

.maintenance-list-page .td_subject a {
    color: #555;
}

.maintenance-list-page .bo_cate_link {
    display: inline-block;
    margin-right: 12px;
    color: #9aa0a8;
}

.maintenance-list-page .td_name {
    width: 110px;
    text-align: center;
}

.maintenance-list-page .td_date {
    width: 115px;
    text-align: center;
}

.maintenance-list-page .comment_ch {
    width: 100px;
}

.maintenance-list-page .st {
    display: inline-block;
    min-width: 70px;
    height: 32px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #777;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
}

.maintenance-list-page .fa {
    margin-left: 4px;
    color: #222;
}

.maintenance-list-page .bo_fx {
    margin-top: 12px;
    text-align: right;
}

.maintenance-list-page .btn_bo_user {
    margin: 0;
    padding: 0;
    list-style: none;
}

.maintenance-list-page .jbutton a {
    display: inline-block;
    min-width: 62px;
    height: 32px;
    padding: 0 12px;
    background: #555;
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
}

.maintenance-list-page #bo_sch {
    margin-top: 45px;
    border: 0;
    text-align: center;
}

.maintenance-list-page #bo_sch legend {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.maintenance-list-page #bo_sch select,
.maintenance-list-page #bo_sch input {
    height: 34px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.maintenance-list-page #bo_sch input {
    width: 160px;
}

.maintenance-list-page #bo_sch button {
    height: 34px;
    padding: 0 18px;
    border: 0;
    background: #555;
    color: #fff;
}

/* sub 1.19: company introduction */

.company-visual {
    position: relative;
    height: 320px;
    margin: 0;
    overflow: visible;
}

.company-visual .banner {
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.company-visual .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    transform: translate(-50%, -50%);
    color: #fff;
}

.company-visual .inner h4 {
    margin: 0;
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: -3.5px;
}

.company-visual .inner h3 {
    margin: 0;
    font-size: 51px;
    line-height: 1.18;
    letter-spacing: -3.5px;
}

.company-visual .inner p {
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.7;
}

.company-breadcrumb {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    width: 1200px;
    height: 70px;
    transform: translateX(-50%);
    background: #fff;
}

.company-breadcrumb .ulinner {
    padding: 0 68px;
}

.company-breadcrumb ul {
    display: flex;
    height: 70px;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
}

.company-breadcrumb li {
    position: relative;
    padding-right: 24px;
    font-size: 14px;
    line-height: 70px;
}

.company-breadcrumb li.before::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background: #d1d1d1;
}

.company-breadcrumb img {
    vertical-align: middle;
}

.company-wrap .inner {
    width: 1200px;
    margin: 0 auto;
    color: #1c1c20;
}

.company-title-section .tit {
    padding: 93px 0;
    text-align: center;
}

.company-title-section h2 {
    margin: 0 0 10px;
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: -3.5px;
}

.company-title-section p {
    margin: 0;
    font-size: 18px;
}

.company-intro-section .inner {
    width: 1070px;
}

.company-download {
    float: right;
    width: 159px;
    margin: 0 17px 12px 0;
    border: 1px solid #e2e2e2;
    border-radius: 8px;
    color: #343435;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
}

.company-download img {
    margin: 0 0 7px 7px;
    vertical-align: middle;
}

.company-group-image {
    display: block;
    width: 100%;
    height: auto;
    clear: both;
}

.company-intro-section .txt {
    margin: 80px 0;
}

.company-intro-section strong {
    font-size: 18px;
    font-weight: 700;
}

.company-intro-section p {
    margin: 44px 0;
    font-size: 16px;
    line-height: 1.85;
    word-break: keep-all;
}

.company-service-section {
    margin-bottom: 70px;
}

.company-service-section .inner {
    width: 1070px;
    height: 809px;
    padding: 99px;
    box-sizing: border-box;
    border: 1px solid #e0f1f5;
    border-radius: 30px;
    background: #fefefe;
}

.company-service-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.company-service-section li {
    display: flex;
    align-items: center;
    gap: 29px;
    margin-bottom: 30px;
}

.company-service-section li:last-child {
    margin-bottom: 0;
}

.company-service-section li>img {
    flex: 0 0 auto;
    width: 80px;
    height: 80px;
}

.company-service-section .txt h3 {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.company-service-section .txt p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.65;
    word-break: keep-all;
}

.company-prize-section {
    margin-bottom: 142px;
    text-align: center;
}

.company-prize-main {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.company-prize-section .prize-wrap {
    margin: 83px 0 71px;
}

.company-prize-section .prize-row {
    display: flex;
    justify-content: center;
    gap: 97px;
    margin-bottom: 100px;
}

.company-prize-section .prize-row:last-child {
    margin-bottom: 0;
}

.company-prize-section .prize-row img {
    width: 314px;
    height: 448px;
    object-fit: contain;
}

.company-prize-section .prize-row:nth-child(3) img {
    width: auto;
    max-width: 314px;
    height: 448px;
}

.company-prize-section .prize-row:nth-child(4) img {
    width: auto;
    height: 448px;
}

.company-prize-bottom {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* company title correction: match legacy section1 */
.company-wrap .company-title-section .inner {
    width: 1200px;
    margin: 0 auto;
}

.company-wrap .company-title-section .tit {
    display: block !important;
    width: 100%;
    padding: 93px 0 !important;
    text-align: center !important;
    border: 0 !important;
}

.company-wrap .company-title-section .tit h2 {
    display: block !important;
    float: none !important;
    margin: 0 0 10px !important;
    padding: 0 !important;
    font-size: 40px;
    line-height: 1.25;
    letter-spacing: -3.5px;
    font-weight: 700;
    text-align: center !important;
}

.company-wrap .company-title-section .tit p {
    display: block !important;
    float: none !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 18px;
    line-height: 1.5;
    text-align: center !important;
}

/* sub 1.20: customer board common / notice list */

.customer-board-visual {
    position: relative;
    height: 360px;
    margin: 0;
    overflow: visible;
}

.customer-board-visual .banner {
    display: block;
    width: 100%;
    height: 360px;
    object-fit: cover;
}

.customer-board-visual .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    transform: translate(-50%, -50%);
    color: #fff;
}

.customer-board-visual .inner h4 {
    margin: 0;
    font-size: 36px;
    line-height: 1.25;
    letter-spacing: -3.5px;
}

.customer-board-visual .inner h3 {
    margin: 0;
    font-size: 51px;
    line-height: 1.18;
    letter-spacing: -3.5px;
}

.customer-board-visual .inner p {
    margin: 18px 0 0;
    font-size: 16px;
    line-height: 1.7;
}

.customer-board-breadcrumb {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    width: 1200px;
    height: 70px;
    transform: translateX(-50%);
    background: #fff;
}

.customer-board-breadcrumb .ulinner {
    padding: 0 68px;
}

.customer-board-breadcrumb ul {
    display: flex;
    height: 70px;
    align-items: center;
    gap: 25px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
}

.customer-board-breadcrumb li {
    position: relative;
    padding-right: 24px;
    font-size: 14px;
    line-height: 70px;
}

.customer-board-breadcrumb li.before::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background: #d1d1d1;
}

.customer-board-breadcrumb .check {
    margin-left: 110px;
    cursor: pointer;
}

.customer-board-breadcrumb .nav_sub {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 20;
    width: 180px;
    height: auto;
    margin: 0;
    padding: 0;
    border: 1px solid #eee;
    border-top: 0;
    background: #fff;
}

.customer-board-breadcrumb .nav_sub.is-open {
    display: block;
}

.customer-board-breadcrumb .nav_sub li {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0;
    border-bottom: 1px solid #f2f2f2;
    line-height: 50px;
}

.customer-board-breadcrumb .nav_sub li::after {
    display: none;
}

.customer-board-breadcrumb .nav_sub li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    color: #333;
    font-size: 14px;
    line-height: 50px;
    box-sizing: border-box;
}

.customer-board-wrap .container {
    width: 1200px;
    margin: 0 auto;
}

.customer-board-wrap .pagetitle {
    margin: 80px 0 0;
    font-size: 40px;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -3.5px;
}

.customer-board-wrap .pagetxt {
    margin: 10px 0 0;
    font-size: 18px;
    text-align: center;
}

.customer-board-wrap .table_wrap {
    margin-top: 48px;
}

.notice-list-page #bo_list {
    width: 100%;
    margin-bottom: 150px;
}

.notice-list-page table {
    width: 100%;
    border-collapse: collapse;
}

.notice-list-page caption {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.notice-list-page th {
    height: 45px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #d8d8d8;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.notice-list-page td {
    height: 48px;
    border-bottom: 1px solid #e5e5e5;
    color: #555;
    font-size: 13px;
}

.notice-list-page .td_num {
    width: 90px;
    text-align: center;
}

.notice-list-page .td_subject {
    text-align: left;
}

.notice-list-page .td_subject a {
    color: #555;
}

.notice-list-page .td_date {
    width: 140px;
    text-align: center;
}

.notice-list-page .td_hit {
    width: 100px;
    text-align: center;
}

.notice-list-page .title_icon {
    margin-left: 5px;
    vertical-align: middle;
}

.notice-list-page .fa {
    margin-left: 4px;
    color: #222;
}

.notice-list-page #bo_sch {
    margin-top: 35px;
    border: 0;
    text-align: center;
}

.notice-list-page #bo_sch legend,
.notice-list-page .sound_only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.notice-list-page #bo_sch select,
.notice-list-page #bo_sch input[type="text"] {
    height: 34px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.notice-list-page #bo_sch input[type="text"] {
    width: 160px;
}

.notice-list-page #bo_sch input[type="submit"] {
    height: 34px;
    padding: 0 18px;
    border: 0;
    background: #555;
    color: #fff;
    cursor: pointer;
}

.notice-list-page .pagenation {
    margin: 30px 0 200px;
    padding: 0;
    text-align: center;
}

.notice-list-page .pagenation li {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    margin: 0 3px;
    padding: 0;
    border: 1px solid #b6b6b6;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
}

.notice-list-page .pagenation li a {
    display: block;
    color: #424242;
    font-size: 13px;
}

.notice-list-page .pagenation li:hover {
    background: #f8f8f8;
}

.notice-list-page .pagenation li.on {
    border-color: #777;
    background: #777;
}

.notice-list-page .pagenation li.on a {
    color: #fff;
}

/* sub 1.21: customer review gallery */

.review-list-page #bo_gall {
    width: 100%;
    margin: 0 auto 150px;
}

.review-list-page #bo_cate {
    margin-bottom: 25px;
}

.review-list-page #bo_cate h2 {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.review-list-page #bo_cate_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.review-list-page #bo_cate_ul li {
    flex: 1 1 auto;
    min-width: 72px;
}

.review-list-page #bo_cate_ul a {
    display: block;
    height: 29px;
    border: 1px solid #ddd;
    border-left: 0;
    color: #666;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
}

.review-list-page #bo_cate_ul li:first-child a {
    border-left: 1px solid #ddd;
}

.review-list-page #bo_cate_ul #bo_cate_on {
    border-color: #777;
    color: #222;
    font-weight: 600;
}

.review-list-page #gall_ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 52px 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.review-list-page .gall_li {
    width: 100%;
}

.review-list-page .gall_box {
    width: 100%;
}

.review-list-page .gall_img {
    width: 100%;
    height: 280px;
    overflow: hidden;
    background: #f6f6f6;
}

.review-list-page .gall_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.review-list-page .gall_img img {
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.review-list-page .gall_text_href {
    min-height: 58px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.review-list-page .bo_cate_link {
    display: block;
    margin-bottom: 8px;
    color: #0075c8;
    font-size: 13px;
    font-weight: 600;
}

.review-list-page .bo_tit {
    display: block;
    min-height: 22px;
    color: #111;
    font-size: 15px;
    line-height: 1.45;
    font-weight: 600;
    word-break: keep-all;
}

.review-list-page .title_icon {
    margin-left: 5px;
    vertical-align: middle;
}

.review-list-page .fa {
    margin-left: 4px;
    color: #111;
}

.review-list-page .gall_info {
    margin-top: 9px;
    color: #777;
    font-size: 13px;
    line-height: 1.4;
}

.review-list-page .sound_only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.review-list-page .pg_wrap {
    margin: 70px 0 180px;
    text-align: center;
}

.review-list-page .pg {
    display: inline-flex;
    gap: 4px;
    align-items: center;
}

.review-list-page .pg_page,
.review-list-page .pg_current {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    border: 1px solid #bbb;
    border-radius: 2px;
    color: #5a5564;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
}

.review-list-page .pg_current {
    background: #2d304e;
    color: #fff;
}

.review-list-page .pg_next,
.review-list-page .pg_end {
    padding: 0 8px;
}

/* sub 1.22: customer inquiry list */

.inquiry-list-page #bo_list {
    width: 100%;
    margin-bottom: 120px;
}

.inquiry-list-page #bo_cate {
    margin-bottom: 25px;
}

.inquiry-list-page #bo_cate h2 {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.inquiry-list-page #bo_cate_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.inquiry-list-page #bo_cate_ul li {
    flex: 1 1 auto;
    min-width: 72px;
}

.inquiry-list-page #bo_cate_ul a {
    display: block;
    height: 29px;
    border: 1px solid #ddd;
    border-left: 0;
    color: #666;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
}

.inquiry-list-page #bo_cate_ul li:first-child a {
    border-left: 1px solid #ddd;
}

.inquiry-list-page #bo_cate_ul #bo_cate_on {
    border-color: #777;
    color: #222;
    font-weight: 600;
}

.inquiry-list-page table {
    width: 100%;
    border-collapse: collapse;
}

.inquiry-list-page caption {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.inquiry-list-page th {
    height: 45px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #d8d8d8;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.inquiry-list-page td {
    height: 48px;
    border-bottom: 1px solid #e5e5e5;
    color: #555;
    font-size: 13px;
}

.inquiry-list-page .td_num {
    width: 90px;
    text-align: center;
}

.inquiry-list-page .td_subject {
    text-align: center;
}

.inquiry-list-page .td_subject a {
    color: #555;
}

.inquiry-list-page .td_wr_1 {
    width: 200px;
    text-align: center;
}

.inquiry-list-page .td_wr_2 {
    width: 100px;
    text-align: center;
}

.inquiry-list-page .bo_fx {
    margin-top: 12px;
    text-align: right;
}

.inquiry-list-page .btn_bo_user {
    margin: 0;
    padding: 0;
    list-style: none;
}

.inquiry-list-page .jbutton a {
    display: inline-block;
    min-width: 62px;
    height: 32px;
    padding: 0 12px;
    background: #555;
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
}

.inquiry-list-page .pagenation {
    min-height: 30px;
    margin: 30px 0 120px;
    padding: 0;
    text-align: center;
}

.inquiry-list-page #bo_sch {
    margin: 0 0 170px;
    border: 0;
    text-align: center;
}

.inquiry-list-page #bo_sch legend,
.inquiry-list-page .sound_only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.inquiry-list-page #bo_sch select,
.inquiry-list-page #bo_sch input[type="text"] {
    height: 34px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.inquiry-list-page #bo_sch input[type="text"] {
    width: 160px;
}

.inquiry-list-page #bo_sch input[type="submit"] {
    height: 34px;
    padding: 0 18px;
    border: 0;
    background: #555;
    color: #fff;
    cursor: pointer;
}

.inquiry-list-page .search-button {
    margin-left: 1px;
    vertical-align: bottom;
}

/* sub 1.23: customer downloads list */

.download-list-page #bo_list {
    width: 100%;
    margin: 0 auto 120px;
}

.download-list-page #bo_cate {
    margin-bottom: 25px;
}

.download-list-page #bo_cate h2 {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.download-list-page #bo_cate_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.download-list-page #bo_cate_ul li {
    flex: 1 1 auto;
    min-width: 72px;
}

.download-list-page #bo_cate_ul a {
    display: block;
    height: 29px;
    border: 1px solid #ddd;
    border-left: 0;
    color: #666;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
}

.download-list-page #bo_cate_ul li:first-child a {
    border-left: 1px solid #ddd;
}

.download-list-page #bo_cate_ul #bo_cate_on {
    border-color: #777;
    color: #222;
    font-weight: 600;
}

.download-list-page table {
    width: 100%;
    border-collapse: collapse;
}

.download-list-page caption {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.download-list-page th {
    height: 45px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #d8d8d8;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.download-list-page td {
    height: 48px;
    border-bottom: 1px solid #e5e5e5;
    color: #555;
    font-size: 13px;
}

.download-list-page .td_num {
    width: 90px;
    text-align: center;
}

.download-list-page .td_subject {
    text-align: center;
}

.download-list-page .td_subject a {
    color: #555;
}

.download-list-page .td_name {
    width: 160px;
    text-align: center;
}

.download-list-page .td_download {
    width: 140px;
    text-align: center;
}

.download-list-page .empty_table {
    height: 80px;
    color: #777;
    text-align: center;
}

.download-list-page .down_icon {
    display: inline-block;
    width: 70px;
    height: 31px;
    border: 1px solid #dbdbdb;
    color: #555;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
}

.download-list-page .down_icon.is-disabled {
    color: #aaa;
    background: #fafafa;
}

.download-list-page .pagenation {
    min-height: 30px;
    margin: 30px 0;
    padding: 0;
    text-align: center;
}

.download-list-page #bo_sch {
    margin: 0 0 170px;
    border: 0;
    text-align: center;
}

.download-list-page #bo_sch legend,
.download-list-page .sound_only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.download-list-page #bo_sch select,
.download-list-page #bo_sch input[type="text"] {
    height: 34px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.download-list-page #bo_sch input[type="text"] {
    width: 190px;
}

.download-list-page #sch_btn {
    height: 34px;
    padding: 0 18px;
    border: 0;
    background: #555;
    color: #fff;
    cursor: pointer;
}

/* sub 1.24: customer branch list */

.branch-list-page .table_wrap {
    margin-top: 80px;
}

.branch-list-page #stroe_wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 274px;
    margin-bottom: 50px;
    padding: 30px 9%;
    box-sizing: border-box;
    background: #f9f9f9;
}

.branch-list-page .store_sel {
    position: relative;
    display: table;
    float: left;
    width: 50%;
    height: 386px;
    margin: 0 auto;
}

.branch-list-page #bo_cate {
    display: table-cell;
    vertical-align: middle;
}

.branch-list-page #bo_cate h2 {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.branch-list-page #bo_cate_ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 6px;
    width: 420px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.branch-list-page #bo_cate_ul li {
    margin: 0;
    padding: 0;
}

.branch-list-page #bo_cate_ul a {
    display: block;
    height: 30px;
    border: 1px solid #e0e0e0;
    background: #fff;
    color: #555;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
}

.branch-list-page #bo_cate_ul #bo_cate_on {
    border-color: #b48225;
    background: #b48225;
    color: #fff;
    font-weight: 700;
}

.branch-list-page .map_wrap {
    position: relative;
    float: left;
    width: 50%;
    height: 386px;
}

.branch-list-page .stoer_map {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    margin-left: -104px;
    background: url("/skin/board/p29_12_6/map00.jpg") no-repeat;
}

.branch-list-page .stoer_map img {
    position: relative;
    z-index: 5;
}

.branch-list-page .store_info {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 288px;
    height: 386px;
    margin-left: -104px;
    pointer-events: none;
}

.branch-list-page .store_info img {
    position: absolute;
    top: 0;
    display: none;
}

.branch-list-page .store_info img.on {
    display: block;
}

.branch-list-page #bo_list {
    width: 100%;
    margin: 0 auto;
}

.branch-list-page table {
    width: 100%;
    border-collapse: collapse;
}

.branch-list-page caption {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.branch-list-page th {
    height: 45px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #d8d8d8;
    color: #555;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.branch-list-page td {
    height: 48px;
    border-bottom: 1px solid #e5e5e5;
    color: #555;
    font-size: 13px;
    text-align: center;
}

.branch-list-page .td_region {
    width: 90px;
}

.branch-list-page .td_name {
    width: 165px;
}

.branch-list-page .td_tel {
    width: 150px;
}

.branch-list-page .td_address {
    text-align: center;
}

.branch-list-page .td_address a {
    color: #555;
}

.branch-list-page .td_view {
    width: 90px;
    min-width: 62px;
}

.branch-list-page .td_view img {
    width: 18px;
    height: 22px;
    vertical-align: middle;
}

.branch-list-page .empty_table {
    height: 80px;
    text-align: center;
}

.branch-list-page .bo_fx {
    margin-top: 12px;
    text-align: right;
}

.branch-list-page .btn_bo_user {
    margin: 0;
    padding: 0;
    list-style: none;
}

.branch-list-page .jbutton a {
    display: inline-block;
    min-width: 62px;
    height: 32px;
    padding: 0 12px;
    background: #555;
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
}

.branch-list-page .pagenation {
    margin: 30px 0;
    padding: 0;
    text-align: center;
}

.branch-list-page .pagenation li {
    display: inline-block;
    min-width: 30px;
    height: 30px;
    margin: 0 3px;
    border: 1px solid #b6b6b6;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
}

.branch-list-page .pagenation li a {
    display: block;
    color: #424242;
    font-size: 13px;
}

.branch-list-page .pagenation li.on {
    border-color: #777;
    background: #777;
}

.branch-list-page .pagenation li.on a {
    color: #fff;
}

.branch-list-page #bo_sch {
    margin: 0 0 170px;
    border: 0;
    text-align: center;
}

.branch-list-page #bo_sch legend,
.branch-list-page .sound_only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.branch-list-page #bo_sch select,
.branch-list-page #bo_sch input[type="text"] {
    height: 34px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.branch-list-page #bo_sch input[type="text"] {
    width: 160px;
}

.branch-list-page #btn_submit {
    height: 34px;
    padding: 0 18px;
    border: 0;
    background: #555;
    color: #fff;
    cursor: pointer;
}

/* sub 1.25: field sketch common + online estimate */

.field-board-visual {
    position: relative;
}

.field-board-visual .banner {
    display: block;
    width: 100%;
    min-width: 1200px;
}

.field-board-visual .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    transform: translate(-50%, -50%);
    color: #fff;
}

.field-board-visual .inner h4 {
    margin: 0 0 10px;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -3.5px;
}

.field-board-visual .inner h3 {
    margin: 0 0 20px;
    color: #fff;
    font-size: 51px;
    font-weight: 700;
    letter-spacing: -3.5px;
}

.field-board-visual .inner p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.field-board-breadcrumb {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    width: 1200px;
    height: 70px;
    transform: translateX(-50%);
    background: #fff;
}

.field-board-breadcrumb .ulinner {
    padding: 0 68px;
}

.field-board-breadcrumb ul {
    display: flex;
    align-items: center;
    height: 70px;
    margin: 0;
    padding: 0;
    gap: 25px;
    border-bottom: 1px solid #e5e5e5;
    list-style: none;
}

.field-board-breadcrumb li {
    position: relative;
    height: 70px;
    padding-right: 24px;
    color: #333;
    font-size: 14px;
    line-height: 70px;
}

.field-board-breadcrumb li.before::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 13px;
    transform: translateY(-50%);
    background: #d1d1d1;
}

.field-board-breadcrumb .check {
    margin-left: 110px;
    cursor: pointer;
}

.field-board-breadcrumb .nav_sub {
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 30;
    display: none;
    width: 180px;
    height: auto;
    padding: 8px 0;
    border: 1px solid #eee;
    background: #fff;
}

.field-board-breadcrumb .nav_sub.is-open {
    display: block;
}

.field-board-breadcrumb .nav_sub li {
    width: 100%;
    height: 42px;
    padding: 0;
    line-height: 42px;
}

.field-board-breadcrumb .nav_sub li::after {
    display: none;
}

.field-board-breadcrumb .nav_sub a {
    display: block;
    padding: 0 16px;
    color: #333;
    font-size: 14px;
    line-height: 42px;
}

.field-board-wrap .container {
    width: 1200px;
    margin: 0 auto;
}

.field-board-wrap .pagetitle {
    margin-top: 80px;
    color: #111;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
}

.field-board-wrap .pagetxt {
    margin-top: 10px;
    color: #222;
    font-size: 18px;
    text-align: center;
}

.field-board-wrap .table_wrap {
    margin-top: 110px;
}

.online-estimate-page #bo_list {
    width: 100%;
    margin-bottom: 170px;
}

.online-estimate-page table {
    width: 100%;
    border-collapse: collapse;
}

.online-estimate-page caption,
.online-estimate-page .sound_only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.online-estimate-page th {
    height: 45px;
    border-top: 1px solid #777;
    border-bottom: 1px solid #d8d8d8;
    color: #666;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

.online-estimate-page td {
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
    color: #555;
    font-size: 13px;
    text-align: center;
}

.online-estimate-page .td_num {
    width: 90px;
}

.online-estimate-page .td_subject {
    text-align: center;
}

.online-estimate-page .td_subject a {
    color: #555;
}

.online-estimate-page .td_name {
    width: 150px;
}

.online-estimate-page .td_date {
    width: 160px;
}

.online-estimate-page .td_status {
    width: 120px;
}

.online-estimate-page .empty_table {
    height: 110px;
    color: #777;
    text-align: center;
}

.online-estimate-page .bo_fx {
    margin-top: 12px;
    text-align: right;
}

.online-estimate-page .btn_bo_user {
    margin: 0;
    padding: 0;
    list-style: none;
}

.online-estimate-page .jbutton a {
    display: inline-block;
    min-width: 62px;
    height: 32px;
    padding: 0 12px;
    background: #555;
    color: #fff;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
}

.online-estimate-page #bo_sch {
    margin: 25px 0 0;
    border: 0;
    text-align: center;
}

.online-estimate-page #bo_sch select,
.online-estimate-page #bo_sch input[type="text"] {
    height: 34px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.online-estimate-page #bo_sch input[type="text"] {
    width: 160px;
}

.online-estimate-page #btn_submit {
    height: 34px;
    padding: 0 18px;
    border: 0;
    background: #555;
    color: #fff;
    cursor: pointer;
}

.online-estimate-page .pagenation {
    min-height: 30px;
    margin: 30px 0 200px;
    padding: 0;
    text-align: center;
}

/* sub 1.26: field sketch gallery list */

.field-sketch-page .table_wrap {
    margin-top: 80px;
}

.field-sketch-page #bo_gall {
    width: 100%;
    margin: 0 auto;
}

.field-sketch-page #bo_cate {
    margin-bottom: 28px;
}

.field-sketch-page #bo_cate h2,
.field-sketch-page .sound_only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.field-sketch-page #bo_cate_ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0;
    padding: 0;
    list-style: none;
}

.field-sketch-page #bo_cate_ul li {
    margin: 0;
    padding: 0;
}

.field-sketch-page #bo_cate_ul a {
    display: block;
    min-width: 82px;
    height: 29px;
    margin: 0 -1px -1px 0;
    border: 1px solid #ddd;
    background: #fff;
    color: #777;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
    box-sizing: border-box;
}

.field-sketch-page #bo_cate_ul #bo_cate_on {
    border-color: #333;
    background: #333;
    color: #fff;
    font-weight: 600;
}

.field-sketch-page #gall_ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 15px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.field-sketch-page .gall_li {
    margin: 0 !important;
    padding: 0;
}

.field-sketch-page .gall_box {
    width: 100%;
}

.field-sketch-page .gall_chk {
    display: none;
}

.field-sketch-page .gall_img {
    overflow: hidden;
    width: 100%;
    height: 205px;
    background: #f7f7f7;
}

.field-sketch-page .gall_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.field-sketch-page .gall_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.field-sketch-page .gall_text_href {
    margin-top: 16px;
    line-height: 1.45;
}

.field-sketch-page .bo_cate_link {
    display: block;
    margin-bottom: 5px;
    color: #1785d0;
    font-size: 13px;
    font-weight: 600;
}

.field-sketch-page .bo_tit {
    display: block;
    min-height: 42px;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    word-break: keep-all;
}

.field-sketch-page .empty_gallery {
    grid-column: 1 / -1;
    padding: 70px 0;
    color: #777;
    font-size: 14px;
    text-align: center;
}

.field-sketch-page #bo_sch {
    display: none;
}

.field-sketch-page .pg_wrap {
    margin: 75px 0 346px;
    text-align: center;
}

.field-sketch-page .pg {
    display: inline-flex;
    align-items: center;
    gap: 3px;
}

.field-sketch-page .pg_current,
.field-sketch-page .pg_page {
    display: inline-block;
    min-width: 26px;
    height: 26px;
    padding: 0 8px;
    border: 1px solid #bbbcc3;
    color: #5a5564;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
}

.field-sketch-page .pg_current {
    border-color: #4c4f6f;
    background: #4c4f6f;
    color: #fff;
}

.field-sketch-page .pg_next,
.field-sketch-page .pg_end {
    min-width: 34px;
}

/* sub 1.27: video gallery list */

.video-list-page .table_wrap {
    margin-top: 80px;
}

.video-list-page #bo_gall {
    width: 100%;
    margin: 0 auto 190px;
}

.video-list-page #bo_cate {
    margin-bottom: 55px;
    text-align: center;
}

.video-list-page #bo_cate h2,
.video-list-page .sound_only {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.video-list-page #bo_cate_ul {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px 7px;
    max-width: 920px;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.video-list-page #bo_cate_ul li {
    margin: 0;
    padding: 0;
}

.video-list-page #bo_cate_ul a {
    display: block;
    min-width: 66px;
    height: 44px;
    padding: 0 17px;
    border: 1px solid #ddd;
    background: #fff;
    color: #777;
    font-size: 13px;
    line-height: 44px;
    text-align: center;
    box-sizing: border-box;
}

.video-list-page #bo_cate_ul #bo_cate_on {
    border-color: #222;
    background: #222;
    color: #fff;
    font-weight: 600;
}

.video-list-page #gall_ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 40px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.video-list-page .gall_li {
    margin: 0;
    padding: 0;
}

.video-list-page .gall_box {
    width: 100%;
}

.video-list-page .gall_chk {
    display: none;
}

.video-list-page .gall_img {
    overflow: hidden;
    width: 100%;
    height: 240px;
    background: #f7f7f7;
}

.video-list-page .gall_img a {
    display: block;
    width: 100%;
    height: 100%;
}

.video-list-page .gall_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-list-page .gall_text_href {
    margin-top: 17px;
    line-height: 1.5;
}

.video-list-page .bo_cate_link {
    display: block;
    margin-bottom: 6px;
    color: #777;
    font-size: 13px;
    line-height: 1.4;
}

.video-list-page .bo_tit {
    display: block;
    min-height: 46px;
    color: #111;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45;
    word-break: keep-all;
}

.video-list-page .gall_excerpt {
    margin: 8px 0 0;
    color: #777;
    font-size: 13px;
    line-height: 1.55;
}

.video-list-page .empty_gallery {
    grid-column: 1 / -1;
    padding: 70px 0;
    color: #777;
    font-size: 14px;
    text-align: center;
}

.video-list-page #bo_sch {
    display: none;
}

/* notice detail: legacy board view tone */
.notice-view-page {
    padding-bottom: 110px;
    color: #1c1c20;
    font-family: 'Noto Sans KR', 'Malgun Gothic', dotum, sans-serif;
}

.notice-view-page .container {
    width: 1200px;
    margin: 0 auto;
}

.notice-view-page .pagetitle {
    margin: 80px 0 0;
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: -2.5px;
    font-weight: 700;
    text-align: center;
    color: #111;
}

.notice-view-page .pagetxt {
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 1.45;
    text-align: center;
    color: #1c1c20;
}

.notice-view-page .table_wrap {
    margin-top: 82px;
}

.notice-view-page #bo_v {
    width: 100%;
    margin: 0;
    color: #1c1c20;
}

/* 제목 영역: legacy #bo_v_title 느낌 */
.notice-view-page .bo_v_head {
    position: relative;
    margin: 0 0 22px;
    padding: 0;
    border-bottom: 1px solid #ddd;
}

.notice-view-page .bo_v_head h1 {
    margin: 0;
    padding: 13px 245px 15px 5px;
    font-size: 26px;
    line-height: 1.35;
    letter-spacing: -1.5px;
    font-weight: 400;
    color: #000;
    word-break: keep-all;
}

.notice-view-page .bo_v_info {
    position: absolute;
    top: 23px;
    right: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-size: 13px;
    line-height: 1;
    color: #666;
}

.notice-view-page .bo_v_info span {
    display: inline-block;
    margin: 0;
}

.notice-view-page .bo_v_info span:last-child {
    font-size: 18px;
    font-weight: 500;
    color: #990000;
}

/* 관련링크 박스: 추후 bo_v_link를 출력할 경우 바로 legacy 느낌으로 표시 */
.notice-view-page #bo_v_link {
    margin: 0 0 22px;
    padding: 0;
    border: 1px solid #e4e7ee;
    background: #f4f5f8;
}

.notice-view-page #bo_v_link h2 {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0, 0, 0, 0);
}

.notice-view-page #bo_v_link ul {
    margin: 0;
    padding: 8px 10px;
    list-style: none;
}

.notice-view-page #bo_v_link li {
    margin: 0 0 5px;
    font-size: 13px;
    line-height: 1.4;
}

.notice-view-page #bo_v_link li:last-child {
    margin-bottom: 0;
}

.notice-view-page #bo_v_link a {
    color: #1b355f;
    text-decoration: none;
}

.notice-view-page #bo_v_link a:hover {
    text-decoration: underline;
}

.notice-view-page #bo_v_link strong {
    font-weight: 600;
}

.notice-view-page #bo_v_link .bo_v_link_cnt {
    margin-left: 8px;
    color: #666;
    font-size: 12px;
}

/* 본문 */
.notice-view-page .bo_v_con {
    max-width: 760px;
    min-height: 420px;
    padding: 0 5px 72px;
    font-size: 15px;
    line-height: 1.85;
    color: #1b2a3a;
    word-break: keep-all;
}

.notice-view-page .bo_v_con p {
    margin: 0 0 18px;
    font-size: 15px;
    line-height: 1.85;
}

.notice-view-page .bo_v_con br {
    line-height: 1.85;
}

.notice-view-page .bo_v_con a {
    color: #1d3f73;
    font-weight: 500;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.notice-view-page .bo_v_con a:hover {
    color: #007dc3;
}

.notice-view-page .bo_v_con img {
    max-width: 100%;
    height: auto;
}

/* 하단 목록 버튼 */
.notice-view-page .bo_v_btn {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 25px;
    padding: 0;
}

.notice-view-page .bo_v_btn .btn_b01 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 28px;
    padding: 0 13px;
    border: 0;
    border-radius: 0;
    background: #777;
    color: #fff;
    font-size: 13px;
    line-height: 28px;
    text-decoration: none;
}

.notice-view-page .bo_v_btn .btn_b01:hover {
    background: #555;
    color: #fff;
}

/* video list simple */
.video-simple-page .table_wrap {
    margin-top: 70px;
}

.video-simple-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 42px 50px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.video-simple-card a {
    display: block;
    color: #111;
    text-decoration: none;
}

.video-simple-card .video-thumb {
    position: relative;
    display: block;
    width: 100%;
    height: 153px;
    overflow: hidden;
    border: 1px solid #d2d2d2;
    background: #f5f5f5;
}

.video-simple-card .video-thumb>img:first-child {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-simple-card .video-thumb .play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
    transform: translate(-50%, -50%);
    border: 0;
}

.video-simple-card strong {
    display: block;
    margin-top: 10px;
    min-height: 87px;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 500;
    letter-spacing: -0.8px;
    word-break: keep-all;
}

/* video detail */
.video-view-page .table_wrap {
    margin-top: 70px;
}

.video-view-info,
.video-prevnext {
    width: 960px;
    margin: 0 auto 10px;
    border-collapse: collapse;
    border-top: 1px solid #cfcfcf;
}

.video-view-info th,
.video-view-info td,
.video-prevnext th,
.video-prevnext td {
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 16px;
    font-size: 14px;
    line-height: 1.4;
}

.video-view-info th,
.video-prevnext th {
    width: 120px;
    background: #f7f7f7;
    font-weight: 700;
    text-align: center;
    color: #111;
}

.video-view-info td {
    color: #111;
}

.video-view-info th:nth-of-type(2) {
    width: 120px;
}

.video-view-info td:nth-of-type(2) {
    width: 140px;
    text-align: center;
}

.video-embed-wrap {
    width: 960px;
    height: 540px;
    margin: 12px auto 0;
    background: #000;
}

.video-embed-wrap iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-caption {
    width: 960px;
    margin: 24px auto 28px;
    font-size: 14px;
    color: #111;
}

.video-prevnext .date {
    width: 140px;
    text-align: right;
    color: #111;
}

.video-prevnext a {
    color: #111;
    text-decoration: none;
}

.video-prevnext a:hover {
    color: #007dc3;
    text-decoration: underline;
}

.video-view-buttons {
    width: 960px;
    margin: 14px auto 0;
    text-align: right;
}

.video-view-buttons .btn_b01 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 28px;
    padding: 0 13px;
    background: #777;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
}

.video-view-buttons .btn_b01:hover {
    background: #555;
    color: #fff;
}

/* video board only: footer spacer */
.field-board-wrap.video-list-page,
.field-board-wrap.video-view-page {
    padding-bottom: 90px;
}

.video-simple-page {
    padding-bottom: 90px;
}

.video-view-page .table_wrap,
.video-list-page .table_wrap {
    margin-bottom: 0;
}

@media all and (max-width: 1800px) {

    .field-board-wrap.video-list-page,
    .field-board-wrap.video-view-page,
    .video-simple-page {
        padding-bottom: 5vw;
    }
}

/* video list: title/content separator */
.video-simple-page .table_wrap {
    margin-top: 52px;
    padding-top: 34px;
    border-top: 1px solid #111;
}

.video-simple-page .pagetxt {
    margin-bottom: 0;
}

@media all and (max-width: 1800px) {
    .video-simple-page .table_wrap {
        margin-top: 2.8889vw;
        padding-top: 1.8889vw;
        border-top: 0.0556vw solid #111;
    }
}


/* field sketch ERP list refinement */
.field-sketch-list-page .table_wrap {
    padding-top: 10px;
}

.field-sketch-board-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 28px;
    padding: 18px 0;
    border-top: 2px solid #222;
    border-bottom: 1px solid #ddd;
}

.field-sketch-board-top .board-count {
    margin: 0;
    color: #555;
    font-size: 14px;
}

.field-sketch-board-top .board-count strong {
    color: #006dd4;
    font-weight: 700;
}

.field-sketch-search {
    display: flex;
    align-items: center;
    gap: 6px;
}

.field-sketch-search .sch_input {
    width: 260px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
}

.field-sketch-search .sch_btn {
    width: 74px;
    height: 38px;
    border: 0;
    background: #222;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.field-sketch-search .sch_reset {
    display: inline-block;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #555;
    font-size: 13px;
    line-height: 36px;
    text-decoration: none;
}

.field-sketch-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    row-gap: 42px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.field-sketch-card {
    min-width: 0;
}

.field-sketch-card-link {
    display: block;
    color: #111;
    text-decoration: none;
}

.field-sketch-thumb {
    display: block;
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    background: #f5f5f5;
}

.field-sketch-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.field-sketch-card-link:hover .field-sketch-thumb img {
    transform: scale(1.035);
}

.field-sketch-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 14px 0 8px;
}

.field-sketch-category {
    display: inline-block;
    max-width: 150px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #eef6fd;
    color: #006dd4;
    font-size: 13px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.field-sketch-date {
    flex: 0 0 auto;
    color: #888;
    font-size: 13px;
}

.field-sketch-title {
    display: block;
    min-height: 44px;
    color: #111;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: -0.4px;
    word-break: keep-all;
}

.field-sketch-summary {
    display: block;
    height: 42px;
    margin-top: 8px;
    color: #666;
    font-size: 13px;
    line-height: 1.55;
    overflow: hidden;
}

.field-sketch-no {
    display: block;
    margin-top: 10px;
    color: #aaa;
    font-size: 12px;
}

.field-sketch-grid .empty_gallery {
    grid-column: 1 / -1;
    padding: 80px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #777;
    font-size: 15px;
    text-align: center;
}

.field-sketch-list-page .pg_wrap {
    margin: 46px 0 0;
    text-align: center;
}

.field-sketch-list-page .pg {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.field-sketch-list-page .pg_page,
.field-sketch-list-page .pg_current {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    padding: 0 9px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #555;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.field-sketch-list-page .pg_current {
    border-color: #222;
    background: #222;
    color: #fff;
    font-weight: 700;
}

.field-sketch-list-page {
    margin-bottom: 120px;
}

/* field sketch ERP detail refinement */
.field-sketch-view-page {
    margin-bottom: 130px;
}

.field-sketch-view-page .table_wrap {
    padding-top: 10px;
}

.field-sketch-view {
    width: 100%;
    border-top: 2px solid #222;
}

.field-sketch-view-head {
    padding: 34px 28px 30px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

.field-sketch-view-kicker {
    margin-bottom: 14px;
}

.field-sketch-view-category {
    display: inline-block;
    min-width: 58px;
    padding: 6px 14px;
    border-radius: 999px;
    background: #eef6fd;
    color: #006dd4;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
}

.field-sketch-view-head h1 {
    margin: 0;
    color: #111;
    font-size: 28px;
    line-height: 1.35;
    letter-spacing: -1.2px;
    word-break: keep-all;
}

.field-sketch-view-info {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 16px;
    color: #777;
    font-size: 14px;
}

.field-sketch-view-info span {
    position: relative;
}

.field-sketch-view-info span+span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: -9px;
    width: 1px;
    height: 12px;
    transform: translateY(-50%);
    background: #d8d8d8;
}

.field-sketch-view-summary {
    width: 820px;
    margin: 24px auto 0;
    padding: 18px 24px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #f7f9fb;
    color: #555;
    font-size: 15px;
    line-height: 1.7;
    word-break: keep-all;
    text-align: left;
}

.field-sketch-view-images {
    width: 920px;
    margin: 42px auto 0;
}

.field-sketch-view-image {
    margin: 0 0 26px;
    text-align: center;
}

.field-sketch-view-image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    box-sizing: border-box;
    background: #f5f5f5;
    vertical-align: top;
}

.field-sketch-view-image.is-primary img {
    width: 920px;
    max-height: 690px;
    object-fit: contain;
}

.field-sketch-view-content {
    width: 920px;
    min-height: 160px;
    margin: 36px auto 0;
    padding: 34px 0 44px;
    border-top: 1px solid #eee;
    color: #333;
    font-size: 16px;
    line-height: 1.85;
    word-break: keep-all;
}

.field-sketch-view-content p {
    margin: 0 0 18px;
}

.field-sketch-view-content img {
    max-width: 100%;
    height: auto;
}

.field-sketch-view-actions {
    display: flex;
    justify-content: center;
    padding: 30px 0 0;
    border-top: 1px solid #ddd;
}

.field-sketch-list-btn {
    display: inline-block;
    min-width: 112px;
    height: 42px;
    padding: 0 24px;
    box-sizing: border-box;
    border: 1px solid #222;
    background: #222;
    color: #fff !important;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
}

.field-sketch-list-btn:hover {
    background: #006dd4;
    border-color: #006dd4;
}

.maintenance-form-alert {
    width: 100%;
    margin: 35px 0 0;
    padding: 14px 18px;
    box-sizing: border-box;
    border: 1px solid #cfe3f5;
    background: #f3f9ff;
    color: #205b8f;
    font-size: 14px;
    text-align: center;
}

.maintenance-list-page .td_empty {
    height: 120px;
    color: #777;
    text-align: center;
}

/* maintenance requests: final list refinements */

.maintenance-list-page #bo_cate {
    display: none;
}

.maintenance-list-page .st,
.maintenance-list-page .st.end,
.maintenance-list-page .st.ing,
.maintenance-list-page .st.status-received,
.maintenance-list-page .st.status-progress,
.maintenance-list-page .st.status-done,
.maintenance-list-page .st.status-closed {
    display: inline-block !important;
    min-width: 72px !important;
    height: 28px !important;
    padding: 0 8px !important;
    box-sizing: border-box !important;
    border-radius: 3px !important;
    font-size: 12px !important;
    line-height: 28px !important;
    text-align: center !important;
    text-indent: 0 !important;
    overflow: visible !important;
    white-space: nowrap !important;
}

.maintenance-list-page .st.status-received,
.maintenance-list-page .st.end {
    border: 1px solid #8a8a8a !important;
    background: #f5f5f5 !important;
    color: #333 !important;
}

.maintenance-list-page .st.status-progress,
.maintenance-list-page .st.ing {
    border: 1px solid #2f76bd !important;
    background: #eef6ff !important;
    color: #155a9c !important;
}

.maintenance-list-page .st.status-done {
    border: 1px solid #666 !important;
    background: #666 !important;
    color: #fff !important;
}

.maintenance-list-page .st.status-closed {
    border: 1px solid #aaa !important;
    background: #aaa !important;
    color: #fff !important;
}

.maintenance-list-page .td_empty {
    height: 120px;
    color: #777;
    text-align: center;
}

.maintenance-list-page .maintenance-list-actions {
    margin-top: 18px;
    text-align: right;
}

.maintenance-list-page .jbutton a.maintenance-write-button {
    min-width: 86px;
    height: 36px;
    padding: 0 18px;
    border-radius: 3px;
    background: #0065bd;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 36px;
    box-shadow: 0 2px 5px rgba(0, 101, 189, 0.25);
}

.maintenance-list-page .jbutton a.maintenance-write-button:hover {
    background: #004f96;
}

.maintenance-list-page .maintenance-pagination {
    margin: 38px 0 0;
    padding: 0;
    text-align: center;
}

.maintenance-list-page .maintenance-pagination li {
    display: inline-block;
    margin: 0 2px;
}

.maintenance-list-page .maintenance-pagination a {
    display: block;
    min-width: 30px;
    height: 30px;
    padding: 0 8px;
    border: 1px solid #ddd;
    color: #555;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
}

.maintenance-list-page .maintenance-pagination li.on a {
    border-color: #333;
    background: #333;
    color: #fff;
}

.maintenance-list-page .maintenance-pagination li.on b {
    color: #fff;
}

/* field sketch ERP list refinement */
.field-sketch-list-page .table_wrap {
    padding-top: 10px;
}

.field-sketch-board-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 28px;
    padding: 18px 0;
    border-top: 2px solid #222;
    border-bottom: 1px solid #ddd;
}

.field-sketch-board-top .board-count {
    margin: 0;
    color: #555;
    font-size: 14px;
}

.field-sketch-board-top .board-count strong {
    color: #006dd4;
    font-weight: 700;
}

.field-sketch-search {
    display: flex;
    align-items: center;
    gap: 6px;
}

.field-sketch-search .sch_input {
    width: 260px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
}

.field-sketch-search .sch_btn {
    width: 74px;
    height: 38px;
    border: 0;
    background: #222;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

.field-sketch-search .sch_reset {
    display: inline-block;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #555;
    font-size: 13px;
    line-height: 36px;
    text-decoration: none;
}

.field-sketch-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 24px;
    row-gap: 42px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.field-sketch-card {
    min-width: 0;
}

.field-sketch-card-link {
    display: block;
    color: #111;
    text-decoration: none;
}

.field-sketch-thumb {
    display: block;
    position: relative;
    width: 100%;
    height: 210px;
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: border-box;
    background: #f5f5f5;
}

.field-sketch-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .25s ease;
}

.field-sketch-card-link:hover .field-sketch-thumb img {
    transform: scale(1.035);
}

.field-sketch-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin: 14px 0 8px;
}

.field-sketch-category {
    display: inline-block;
    max-width: 150px;
    padding: 4px 9px;
    border-radius: 999px;
    background: #eef6fd;
    color: #006dd4;
    font-size: 13px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.field-sketch-date {
    flex: 0 0 auto;
    color: #888;
    font-size: 13px;
}

.field-sketch-title {
    display: block;
    min-height: 44px;
    color: #111;
    font-size: 16px;
    line-height: 1.38;
    letter-spacing: -0.4px;
    word-break: keep-all;
}

.field-sketch-summary {
    display: block;
    height: 42px;
    margin-top: 8px;
    color: #666;
    font-size: 13px;
    line-height: 1.55;
    overflow: hidden;
}

.field-sketch-no {
    display: block;
    margin-top: 10px;
    color: #aaa;
    font-size: 12px;
}

.field-sketch-grid .empty_gallery {
    grid-column: 1 / -1;
    padding: 80px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #777;
    font-size: 15px;
    text-align: center;
}

.field-sketch-list-page .pg_wrap {
    margin: 46px 0 0;
    text-align: center;
}

.field-sketch-list-page .pg {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.field-sketch-list-page .pg_page,
.field-sketch-list-page .pg_current {
    display: inline-block;
    min-width: 32px;
    height: 32px;
    padding: 0 9px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    color: #555;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
}

.field-sketch-list-page .pg_current {
    border-color: #222;
    background: #222;
    color: #fff;
    font-weight: 700;
}

/* branch detail: refined static SSR view */

.branch-detail-page {
    padding-bottom: 140px;
}

.branch-detail-page .table_wrap {
    margin-top: 78px;
}

.branch-detail-page .branch-detail-card {
    width: 100%;
    margin: 0 auto;
    color: #1c1c20;
}

.branch-detail-page .branch-detail-head {
    position: relative;
    padding: 42px 48px 44px;
    border-top: 2px solid #222;
    border-bottom: 1px solid #e5e5e5;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 62%);
    box-sizing: border-box;
}

.branch-detail-page .branch-detail-eyebrow {
    margin: 0 0 12px;
    color: #0075c8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.branch-detail-page .branch-detail-head h3 {
    margin: 0;
    color: #10100f;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 800;
    letter-spacing: -1.8px;
}

.branch-detail-page .branch-detail-head p:last-child {
    max-width: 720px;
    margin: 16px 0 0;
    color: #555;
    font-size: 15px;
    line-height: 1.75;
    word-break: keep-all;
}

.branch-detail-page .branch-detail-summary {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.branch-detail-page .summary-item {
    min-height: 104px;
    padding: 24px 22px;
    border-right: 1px solid #e9e9e9;
    box-sizing: border-box;
}

.branch-detail-page .summary-item:last-child {
    border-right: 0;
}

.branch-detail-page .summary-item span {
    display: block;
    margin-bottom: 10px;
    color: #888;
    font-size: 13px;
    line-height: 1.3;
}

.branch-detail-page .summary-item strong {
    display: block;
    color: #111;
    font-size: 18px;
    line-height: 1.45;
    font-weight: 700;
    word-break: keep-all;
}

.branch-detail-page .branch-detail-info {
    margin-top: 46px;
}

.branch-detail-page .branch-detail-info h4 {
    margin: 0 0 16px;
    color: #111;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -1px;
}

.branch-detail-page .branch-detail-info table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #999;
}

.branch-detail-page .branch-detail-info caption {
    position: absolute;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
}

.branch-detail-page .branch-detail-info th,
.branch-detail-page .branch-detail-info td {
    height: 58px;
    border-bottom: 1px solid #e1e1e1;
    font-size: 15px;
    line-height: 1.5;
    box-sizing: border-box;
}

.branch-detail-page .branch-detail-info th {
    width: 190px;
    padding: 0 24px;
    background: #f7f7f7;
    color: #111;
    font-weight: 700;
    text-align: left;
}

.branch-detail-page .branch-detail-info td {
    padding: 15px 24px;
    color: #333;
    text-align: left;
}

.branch-detail-page .branch-detail-info td a {
    color: #005fae;
    font-weight: 700;
    text-decoration: none;
}

.branch-detail-page .branch-detail-info td a:hover {
    text-decoration: underline;
}

.branch-detail-page .branch-detail-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-top: 38px;
    padding: 28px 34px;
    border: 1px solid #dceaf6;
    background: #f5faff;
    box-sizing: border-box;
}

.branch-detail-page .branch-detail-cta strong {
    display: block;
    margin-bottom: 7px;
    color: #111;
    font-size: 19px;
    line-height: 1.35;
    font-weight: 800;
    letter-spacing: -0.8px;
}

.branch-detail-page .branch-detail-cta p {
    margin: 0;
    color: #555;
    font-size: 14px;
    line-height: 1.65;
    word-break: keep-all;
}

.branch-detail-page .branch-call-button {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 178px;
    height: 46px;
    padding: 0 22px;
    border-radius: 4px;
    background: #0065bd;
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 46px;
    text-decoration: none;
    box-shadow: 0 3px 8px rgba(0, 101, 189, 0.22);
}

.branch-detail-page .branch-call-button:hover {
    background: #004f96;
    color: #fff;
}

.branch-detail-page .branch-detail-actions {
    display: flex;
    justify-content: flex-end;
    gap: 7px;
    margin-top: 30px;
}

.branch-detail-page .branch-detail-actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 58px;
    height: 34px;
    padding: 0 15px;
    border: 0;
    color: #fff;
    font-size: 13px;
    line-height: 34px;
    text-decoration: none;
    box-sizing: border-box;
}

.branch-detail-page .branch-detail-actions .btn_b01 {
    background: #777;
}

.branch-detail-page .branch-detail-actions .btn_b01:hover {
    background: #555;
    color: #fff;
}

.branch-detail-page .branch-detail-actions .btn_b02 {
    background: #222;
}

.branch-detail-page .branch-detail-actions .btn_b02:hover {
    background: #0065bd;
    color: #fff;
}

/* sub: site search */

.site-search-page {
    padding-bottom: 140px;
}

.site-search-page .container {
    width: 1200px;
    margin: 0 auto;
}

.site-search-form {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 720px;
    margin: 50px auto 22px;
}

.site-search-form input[type="text"] {
    width: 590px;
    height: 46px;
    padding: 0 18px;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #222;
    font-size: 16px;
}

.site-search-form button {
    width: 120px;
    height: 46px;
    border: 0;
    border-radius: 4px;
    background: #222;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
}

.site-search-summary {
    margin: 0 0 28px;
    color: #555;
    font-size: 16px;
    text-align: center;
}

.site-search-summary strong {
    color: #007dc3;
    font-weight: 700;
}

.site-search-summary span {
    margin-left: 8px;
    color: #111;
}

.site-search-tabs {
    display: flex;
    justify-content: center;
    gap: 0;
    margin: 0 auto 55px;
}

.site-search-tabs a {
    display: block;
    min-width: 120px;
    height: 42px;
    margin-left: -1px;
    border: 1px solid #d6d6d6;
    background: #fff;
    color: #555;
    font-size: 15px;
    line-height: 42px;
    text-align: center;
}

.site-search-tabs a.is-active {
    position: relative;
    z-index: 1;
    border-color: #222;
    background: #222;
    color: #fff;
    font-weight: 700;
}

.site-search-empty,
.site-search-noitem {
    padding: 55px 0;
    color: #777;
    font-size: 15px;
    text-align: center;
}

.site-search-section {
    margin-top: 60px;
}

.site-search-section:first-of-type {
    margin-top: 0;
}

.site-search-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-bottom: 16px;
    border-bottom: 1px solid #111;
}

.site-search-section-head h3 {
    margin: 0;
    color: #111;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.8px;
}

.site-search-section-head p {
    flex: 1;
    margin: 0 0 1px 14px;
    color: #777;
    font-size: 14px;
}

.site-search-section-head a {
    color: #007dc3;
    font-size: 14px;
    font-weight: 600;
}

.site-search-board-list {
    margin: 0;
    padding: 0;
    border-top: 1px solid #e5e5e5;
    list-style: none;
}

.site-search-board-list li {
    border-bottom: 1px solid #e5e5e5;
}

.site-search-board-list a {
    display: grid;
    grid-template-columns: 96px 1fr 110px;
    gap: 18px;
    align-items: center;
    min-height: 74px;
    padding: 16px 10px;
    color: #222;
}

.site-search-badge {
    display: inline-block;
    width: 86px;
    height: 28px;
    border: 1px solid #d8e7f4;
    border-radius: 14px;
    background: #f4f9fd;
    color: #007dc3;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
}

.site-search-board-list strong {
    display: block;
    color: #111;
    font-size: 16px;
    line-height: 1.45;
    font-weight: 600;
    word-break: keep-all;
}

.site-search-excerpt {
    display: block;
    margin-top: 5px;
    color: #777;
    font-size: 14px;
    line-height: 1.45;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.site-search-board-list time {
    color: #777;
    font-size: 13px;
    text-align: right;
}

.site-search-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px 24px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-search-product-grid li {
    border: 1px solid #e0e0e0;
    background: #fff;
}

.site-search-product-grid a {
    display: block;
    padding: 18px;
    color: #222;
}

.site-search-product-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 220px;
    margin-bottom: 15px;
    background: #f7f7f7;
}

.site-search-product-thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.site-search-product-category {
    display: block;
    margin-bottom: 6px;
    color: #007dc3;
    font-size: 13px;
    font-weight: 600;
}

.site-search-product-grid strong {
    display: block;
    min-height: 44px;
    color: #111;
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    word-break: keep-all;
}

.site-search-product-summary {
    display: block;
    min-height: 40px;
    margin-top: 8px;
    color: #777;
    font-size: 13px;
    line-height: 1.55;
    overflow: hidden;
}

.site-search-product-price {
    display: block;
    margin-top: 12px;
    color: #111;
    font-size: 15px;
    font-weight: 700;
}

/* =========================================================
 * Notice list search top
 * 공지사항 목록 검색 UI를 고객후기/현장스케치형으로 통일
 * ========================================================= */

.notice-list-page .notice-board-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
    padding: 18px 0;
    border-top: 2px solid #222;
    border-bottom: 1px solid #ddd;
}

.notice-list-page .notice-board-top .board-count {
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 36px;
}

.notice-list-page .notice-board-top .board-count strong {
    color: #007dc3;
    font-weight: 700;
}

.notice-list-page .notice-search {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.notice-list-page .notice-search .sch_input {
    width: 260px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    color: #333;
    font-size: 14px;
}

.notice-list-page .notice-search .sch_btn {
    width: 74px;
    height: 38px;
    border: 0;
    background: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.notice-list-page .notice-search .sch_reset {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #ccc;
    background: #fff;
    color: #666;
    font-size: 13px;
}

.notice-list-page .empty_table {
    height: 80px;
    color: #777;
    font-size: 14px;
    text-align: center;
}