@charset "utf-8";

body {
    background: #fff;
    color: #333;
    font-family: var(--png-font);
    font-size: var(--png-text-base);
    line-height: var(--png-leading-normal);
    letter-spacing: -0.02em;
}

a {
    color: #123860;
    text-decoration: none;
}

a:hover {
    color: #1e8afb;
}

#hd,
#wrapper,
#ft {
    min-width: 1230px;
}

#hd {
    width: 1230px;
    margin: 0 auto;
    background: #fff;
}

#skip_to_container,
#tnb,
#hd_wrapper,
#gnb,
#gnb_all,
#gnb_all_bg,
.gnb_mnal,
.pngmart-banner {
    display: none !important;
}

/* header - munmin style */
.pngmart-header {
    padding: 14px 0 0;
}

.pngmart-brand {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    padding: 8px 0 10px;
}

.pngmart-brand-inner {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: max-content;
    max-width: 100%;
}

.pngmart-logo {
    display: block;
    max-width: 240px;
    line-height: 0;
}

.pngmart-logo-img {
    display: block;
    height: 56px;
    max-height: 56px;
    width: auto;
    max-width: 240px;
}

.pngmart-brand-badge {
    position: relative;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px;
    margin: 0;
    padding: 8px 18px 8px 14px;
    min-width: 118px;
    border: 1.5px solid #0b6678;
    border-radius: 4px 14px 14px 4px;
    background: linear-gradient(180deg, #fff 0%, #edf5f7 100%);
    color: #015163;
    font-size: var(--png-text-xs);
    font-weight: var(--png-weight-bold);
    letter-spacing: -0.3px;
    line-height: 1.25;
    text-align: left;
    white-space: nowrap;
    box-shadow: 0 2px 8px rgba(1, 81, 99, .12);
}

.pngmart-brand-badge::before,
.pngmart-brand-badge::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
}

.pngmart-brand-badge::before {
    right: 100%;
    left: auto;
    bottom: auto;
    border-width: 7px 9px 7px 0;
    border-color: transparent #0b6678 transparent transparent;
}

.pngmart-brand-badge::after {
    right: calc(100% - 1px);
    left: auto;
    bottom: auto;
    border-width: 5px 7px 5px 0;
    border-color: transparent #edf5f7 transparent transparent;
}

.pngmart-brand-badge__label {
    position: relative;
    padding: 0;
}

.pngmart-brand-badge__label::before,
.pngmart-brand-badge__label::after {
    display: none;
}

.pngmart-brand-badge__since {
    padding-left: 0;
    border-left: 0;
    color: #e56f55;
    font-size: var(--png-text-xs);
    font-weight: var(--png-weight-semibold);
    letter-spacing: 0;
}

.pngmart-brand-text {
    margin: 0 0 6px;
    padding: 0;
    color: #333;
    font-size: var(--png-text-sm);
    font-weight: 400;
    letter-spacing: -0.5px;
    line-height: 1.2;
    text-align: center;
}

.pngmart-brand-text strong {
    display: block;
    color: #123860;
    font-size: var(--png-text-2xl);
    font-weight: var(--png-weight-bold);
    letter-spacing: -1px;
    line-height: 1.3;
}

.pngmart-brand-text span {
    display: block;
    margin: 0;
    color: #333;
    font-size: var(--png-text-sm);
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.pngmart-nav {
    width: 100%;
}

.pngmart-nav ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pngmart-nav li {
    flex: 1 1 auto;
    text-align: center;
}

.pngmart-nav li + li {
    border-left: 1px solid rgba(255, 255, 255, .25);
}

.pngmart-nav-primary {
    margin-bottom: 0;
    border: 1px solid #014e5f;
    border-radius: 5px 5px 0 0;
    background: linear-gradient(#0b6678, #015163);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .12);
}

.pngmart-nav-primary a {
    display: block;
    height: 46px;
    color: #fff;
    font-size: var(--png-text-md);
    font-weight: var(--png-weight-semibold);
    letter-spacing: -0.5px;
    line-height: 46px;
}

.pngmart-nav-primary a:hover {
    color: #5fe6ff;
}

.pngmart-nav-secondary {
    margin-bottom: 16px;
    border: 1px solid #d5d5d5;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    background: linear-gradient(#fff, #f3f3f3);
}

.pngmart-nav-secondary li + li {
    border-left: 1px solid #ddd;
}

.pngmart-nav-secondary a {
    display: block;
    height: 38px;
    color: #444;
    font-size: var(--png-text-base);
    font-weight: var(--png-weight-semibold);
    letter-spacing: -0.5px;
    line-height: 38px;
}

.pngmart-nav-secondary a:hover {
    color: #1e8afb;
    background: #f8f8f8;
}

/* home hero / region / search - munmin style */
.pngmart-home-hero {
    width: 100%;
    margin-bottom: 16px;
    box-sizing: border-box;
}

.pngmart-home-strip {
    width: 100%;
    margin-bottom: 24px;
    box-sizing: border-box;
}

.pngmart-visual {
    position: relative;
    overflow: hidden;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    background: #eef5f7;
}

.pngmart-visual-track {
    position: relative;
    height: 280px;
}

.pngmart-slide {
    position: absolute;
    inset: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: 0;
    transform: translate3d(0, 0, 0);
}

.pngmart-slide.is-active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.pngmart-slide.is-pan-ready-down .pngmart-slide-pan img {
    transform: translate3d(0, -20%, 0);
}

.pngmart-slide.is-pan-ready-up .pngmart-slide-pan img {
    transform: translate3d(0, -42%, 0);
}

.pngmart-slide.is-pan-idle-down .pngmart-slide-pan img {
    transform: translate3d(0, -42%, 0);
}

.pngmart-slide.is-pan-idle-up .pngmart-slide-pan img {
    transform: translate3d(0, -20%, 0);
}

.pngmart-slide.is-dropping {
    opacity: 1;
    visibility: visible;
    z-index: 2;
    animation: pngHeroDropIn 0.78s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes pngHeroDropIn {
    from {
        transform: translate3d(0, -100%, 0);
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

.pngmart-slide-pan {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pngmart-slide-pan img {
    display: block;
    width: 100%;
    height: 262%;
    object-fit: cover;
    object-position: center center;
    transform: translate3d(0, -20%, 0);
    will-change: transform;
}

.pngmart-slide.is-panning.is-pan-down .pngmart-slide-pan img {
    animation: pngHeroPanDown 6s linear forwards;
}

.pngmart-slide.is-panning.is-pan-up .pngmart-slide-pan img {
    animation: pngHeroPanUp 6s linear forwards;
}

@keyframes pngHeroPanDown {
    from {
        transform: translate3d(0, -20%, 0);
    }

    to {
        transform: translate3d(0, -42%, 0);
    }
}

@keyframes pngHeroPanUp {
    from {
        transform: translate3d(0, -42%, 0);
    }

    to {
        transform: translate3d(0, -20%, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .pngmart-slide.is-dropping {
        animation: pngHeroDropInReduced 0.45s ease-out forwards;
    }

    @keyframes pngHeroDropInReduced {
        from {
            transform: translate3d(0, -20%, 0);
        }

        to {
            transform: translate3d(0, 0, 0);
        }
    }

    .pngmart-slide.is-panning .pngmart-slide-pan img {
        animation: none !important;
    }

    .pngmart-slide.is-pan-ready-down .pngmart-slide-pan img,
    .pngmart-slide.is-pan-idle-down .pngmart-slide-pan img {
        transform: translate3d(0, -31%, 0);
    }

    .pngmart-slide.is-pan-ready-up .pngmart-slide-pan img,
    .pngmart-slide.is-pan-idle-up .pngmart-slide-pan img {
        transform: translate3d(0, -31%, 0);
    }
}

.pngmart-visual-dots {
    position: absolute;
    right: 12px;
    bottom: 10px;
    z-index: 2;
}

.pngmart-visual-dots button {
    width: 10px;
    height: 10px;
    margin-left: 5px;
    padding: 0;
    border: 1px solid #fff;
    border-radius: 50%;
    background: rgba(255, 255, 255, .45);
    cursor: pointer;
}

.pngmart-visual-dots button.is-active {
    background: #015163;
}

.pngmart-top-local-bg {
    margin-bottom: 16px;
}

.pngmart-top-local-empty {
    margin: 0;
    padding: 16px 12px;
    border: 1px solid #d9e0e8;
    border-radius: 5px;
    background: #f8fbff;
    color: #777;
    font-size: var(--png-text-rg);
    text-align: center;
}

.pngmart-top-local {
    display: grid;
    grid-template-columns: repeat(var(--png-local-cols, 8), 1fr);
    gap: 4px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pngmart-top-local li {
    text-align: center;
}

.pngmart-top-local a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 6px 4px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: linear-gradient(#fff, #f3f3f3);
    color: #333;
    font-size: var(--png-text-base);
    font-weight: var(--png-weight-bold);
    letter-spacing: -1px;
    line-height: 1.35;
}

.pngmart-top-local--lg a {
    min-height: 64px;
    padding: 10px 8px;
    font-size: var(--png-text-lg);
}

.pngmart-top-local--sm a {
    min-height: 46px;
    padding: 5px 3px;
    font-size: var(--png-text-rg);
}

.pngmart-top-local a span {
    font-weight: 400;
    padding: 0 1px;
}

.pngmart-top-local a:hover {
    color: #fff;
    border-color: #333;
    background: linear-gradient(#555, #333);
}

.pngmart-top-search {
    margin-bottom: 0;
    border: 1px solid #aaa;
    border-radius: 4px;
    background: url("/assets/pngmart/images/main_02.gif") repeat-x 0 center, linear-gradient(#f8f8f8, #ececec);
    background-size: auto 100%, auto;
}

.pngmart-search-form {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    align-items: center;
    min-height: 42px;
    padding: 4px 8px;
}

.pngmart-search-label {
    flex: 0 0 auto;
    padding: 0 8px 0 4px;
    color: #16458d;
    font-size: var(--png-text-base);
    font-weight: var(--png-weight-bold);
    letter-spacing: -1px;
    white-space: nowrap;
}

.pngmart-search-form select,
.pngmart-search-form input[type="text"] {
    height: 30px;
    padding: 0 6px;
    border: 1px solid #bbb;
    border-radius: 3px;
    background: #fff;
    color: #333;
    font-size: var(--png-text-rg);
}

.pngmart-search-area {
    width: 108px;
}

.pngmart-search-category {
    width: 118px;
}

.pngmart-search-no {
    flex: 1 1 120px;
    min-width: 100px;
    max-width: 180px;
}

.pngmart-search-btn {
    flex: 0 0 auto;
    min-width: 58px;
    height: 30px;
    padding: 0 12px;
    border: 1px solid #014e5f;
    border-radius: 3px;
    background: linear-gradient(#0b6678, #015163);
    color: #fff;
    font-size: var(--png-text-rg);
    font-weight: var(--png-weight-bold);
    cursor: pointer;
}

.pngmart-search-btn:hover {
    background: linear-gradient(#015163, #013947);
}

#wrapper {
    width: 1230px;
    margin: 0 auto;
    background: var(--png-page-bg, #edf2f7);
}

#container_wr {
    width: 1230px !important;
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    background: #fff;
    box-sizing: border-box;
    zoom: 1;
}

/* left sidebar - munmin lnb style */
.pngmart-left {
    width: 230px;
    flex: 0 0 230px;
    max-width: 230px;
    padding-right: 0;
    margin-top: 0;
}

.pngmart-left a {
    display: block;
}

.pngmart-lnb-actions {
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

.pngmart-lnb-btn {
    margin-bottom: 8px;
    border-radius: 7px;
    overflow: hidden;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .12);
}

.pngmart-lnb-btn a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 72px;
    padding: 13px 12px 12px;
    color: #fff;
}

.pngmart-lnb-icon {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .22);
    color: #fff;
    font-size: var(--png-text-2xl);
    line-height: 48px;
    text-align: center;
}

.pngmart-lnb-icon .fa {
    display: block;
    line-height: 48px;
}

.pngmart-lnb-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.pngmart-lnb-copy > strong {
    display: block;
    font-size: var(--png-text-xl);
    font-weight: var(--png-weight-bold);
    letter-spacing: -1px;
    line-height: 1.25;
    text-shadow: 1px 1px rgba(0, 0, 0, .12);
}

.pngmart-lnb-copy > span {
    display: block;
    margin-top: 5px;
    font-size: var(--png-text-sm);
    letter-spacing: -1px;
    line-height: 1.25;
    opacity: .88;
}

.pngmart-lnb-btn-sale {
    border: 1px solid #fb9410;
    background: linear-gradient(#ffb347, #fb9410);
}

.pngmart-lnb-btn-buy {
    border: 1px solid #297dc1;
    background: linear-gradient(#4f9fdc, #297dc1);
}

.pngmart-lnb-btn a:hover {
    opacity: .88;
}

.pngmart-left-customer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 14px 10px;
    border: 1px solid #d5d5d5;
    border-radius: 7px;
    background: #f8f8f8;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, .08);
    text-align: center;
}

.pngmart-left-customer-icon {
    flex: 0 0 auto;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #16458d;
    color: #fff;
    font-size: var(--png-text-2xl);
    line-height: 48px;
    text-align: center;
}

.pngmart-left-customer-icon .fa {
    display: block;
    line-height: 48px;
}

.pngmart-left-customer-copy {
    width: 100%;
    min-width: 0;
}

.pngmart-left-customer-label {
    margin: 0;
    color: #222;
    font-size: var(--png-text-base);
    font-weight: var(--png-weight-bold);
    letter-spacing: -0.02em;
}

.pngmart-left-customer-phone {
    margin: 6px 0 3px;
    color: #09437e;
    font-size: var(--png-text-lg);
    font-weight: var(--png-weight-bold);
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.pngmart-phone-rotator {
    position: relative;
    display: block;
    width: 100%;
    min-height: 1.35em;
}

.pngmart-phone-rotator__item {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    color: #09437e;
    font-size: var(--png-text-lg);
    font-weight: var(--png-weight-bold);
    letter-spacing: -0.02em;
    line-height: 1.35;
    text-decoration: none;
    white-space: nowrap;
    opacity: 0;
    animation: pngmartPhoneRotate 6s infinite;
}

.pngmart-phone-rotator__item:nth-child(1) {
    animation-delay: 0s;
}

.pngmart-phone-rotator__item:nth-child(2) {
    animation-delay: 3s;
}

.pngmart-phone-rotator__item:hover {
    color: #1e8afb;
    text-decoration: underline;
}

@keyframes pngmartPhoneRotate {
    0%, 8% {
        opacity: 0;
    }
    12%, 45% {
        opacity: 1;
    }
    50%, 100% {
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .pngmart-phone-rotator {
        min-height: 0;
    }

    .pngmart-phone-rotator__item {
        position: static;
        display: block;
        transform: none;
        opacity: 1;
        animation: none;
    }

    .pngmart-phone-rotator__item:nth-child(2) {
        margin-top: 4px;
        font-size: var(--png-text-md);
    }
}

.pngmart-left-customer-note {
    margin: 0;
    color: #666;
    font-size: var(--png-text-sm);
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.pngmart-lnb-box {
    margin: 0 0 12px;
    border: 0;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 4px 16px rgba(15, 34, 64, .1);
}

.pngmart-lnb-search {
    box-shadow: 0 4px 16px rgba(11, 102, 120, .14);
}

.pngmart-lnb-corner {
    box-shadow: 0 4px 16px rgba(212, 122, 0, .12);
}

.pngmart-lnb-box h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 12px 14px;
    border-bottom: 0;
    color: #fff;
    font-size: var(--png-text-md);
    font-weight: var(--png-weight-bold);
    letter-spacing: -0.03em;
    line-height: 1.3;
}

.pngmart-lnb-box h3 .fa {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: rgba(255, 255, 255, .2);
    font-size: 12px;
}

.pngmart-lnb-box h3:before,
.pngmart-lnb-box h3:after {
    display: none;
}

.pngmart-lnb-search h3 {
    background: linear-gradient(135deg, #0f2240 0%, #0b6678 100%);
}

.pngmart-lnb-corner h3 {
    background: linear-gradient(135deg, #b85f00 0%, #d47a00 100%);
}

.pngmart-lnb-box ul {
    margin: 0;
    padding: 10px;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    background: linear-gradient(180deg, #f8fbfe 0%, #fff 100%);
}

.pngmart-lnb-box li {
    border-bottom: 0;
    border-radius: 9px;
    overflow: hidden;
}

.pngmart-lnb-box li a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 9px;
    color: var(--png-navy, #0f2240);
    font-size: var(--png-text-rg);
    font-weight: var(--png-weight-semibold);
    letter-spacing: -0.02em;
    line-height: 1.35;
    text-decoration: none;
    transition: background .15s ease, color .15s ease, transform .15s ease, box-shadow .15s ease;
}

.pngmart-lnb-box li a .fa {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: rgba(15, 34, 64, .08);
    color: var(--png-teal, #0b6678);
    font-size: 13px;
    line-height: 28px;
    text-align: center;
}

.pngmart-lnb-box li a span {
    flex: 1 1 auto;
    min-width: 0;
}

.pngmart-lnb-search li:nth-child(1) a {
    background: linear-gradient(90deg, #eef2f8 0%, #fff 100%);
    box-shadow: inset 3px 0 0 #0f2240;
}

.pngmart-lnb-search li:nth-child(2) a {
    background: linear-gradient(90deg, #e5f4f7 0%, #fff 100%);
    box-shadow: inset 3px 0 0 #0b6678;
}

.pngmart-lnb-search li:nth-child(3) a {
    background: linear-gradient(90deg, #eef6ff 0%, #fff 100%);
    box-shadow: inset 3px 0 0 #2a7de1;
}

.pngmart-lnb-search li:nth-child(4) a {
    background: linear-gradient(90deg, #fff4e5 0%, #fff 100%);
    box-shadow: inset 3px 0 0 #d47a00;
}

.pngmart-lnb-search li:nth-child(4) a .fa {
    background: rgba(212, 122, 0, .15);
    color: #d47a00;
}

.pngmart-lnb-search li a:hover {
    background: linear-gradient(90deg, #0b6678 0%, #0f2240 100%);
    color: #fff;
    transform: translateX(3px);
    box-shadow: 0 3px 10px rgba(11, 102, 120, .25);
}

.pngmart-lnb-search li a:hover .fa {
    background: rgba(255, 255, 255, .22);
    color: #fff;
}

.pngmart-lnb-corner li:nth-child(1) a {
    background: linear-gradient(90deg, #fff0f0 0%, #fff 100%);
    box-shadow: inset 3px 0 0 #c0392b;
}

.pngmart-lnb-corner li:nth-child(1) a .fa {
    background: rgba(192, 57, 43, .12);
    color: #c0392b;
}

.pngmart-lnb-corner li:nth-child(2) a {
    background: linear-gradient(90deg, #e8f4fc 0%, #fff 100%);
    box-shadow: inset 3px 0 0 #2980b9;
}

.pngmart-lnb-corner li:nth-child(2) a .fa {
    background: rgba(41, 128, 185, .12);
    color: #2980b9;
}

.pngmart-lnb-corner li:nth-child(3) a {
    background: linear-gradient(90deg, #f0f4f8 0%, #fff 100%);
    box-shadow: inset 3px 0 0 #607d8b;
}

.pngmart-lnb-corner li a:hover {
    background: linear-gradient(90deg, #d47a00 0%, #b85f00 100%);
    color: #fff;
    transform: translateX(3px);
    box-shadow: 0 3px 10px rgba(212, 122, 0, .25);
}

.pngmart-lnb-corner li a:hover .fa {
    background: rgba(255, 255, 255, .22);
    color: #fff;
}

.pngmart-lnb-request li:first-child a {
    color: #c05600;
}

.pngmart-lnb-jobs li a {
    color: #09437e;
}

.pngmart-visit {
    margin: 3px 0 0;
    padding: 10px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    background: #f8f8f8;
    color: #333;
    font-size: var(--png-text-rg);
}

.pngmart-visit strong {
    display: block;
    margin-bottom: 6px;
    color: #16458d;
    font-size: var(--png-text-base);
}

#container {
    flex: 0 0 980px;
    width: 980px !important;
    max-width: 980px;
    min-width: 980px;
    min-height: 760px;
    padding: 0 0 20px;
    float: none !important;
    margin: 0 !important;
    box-sizing: border-box;
}

#container {
    position: relative;
    float: left;
    min-height: 500px;
    height: auto !important;
    margin: 20px 0;
    font-size: 1em;
    width: 930px;
    zoom: 1;
    background: transparent;
}

#container_title {
    margin: 0 0 16px;
    padding: 0 18px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(90deg, var(--png-navy, #0f2240) 0%, var(--png-teal, #0b6678) 100%);
    line-height: 52px;
    box-shadow: 0 4px 14px rgba(15, 34, 64, .15);
}

#container_title span {
    display: inline-block;
    padding: 0;
    border: 0;
    color: #fff;
    font-size: var(--png-text-lg);
    font-weight: var(--png-weight-bold);
    letter-spacing: -0.03em;
    background: transparent;
}

#aside {
    display: none;
}

/* main home sections - munmin content style */
.png-main-wrap {
    width: 100%;
}

.png-main-section {
    margin-bottom: 20px;
    border: 1px solid var(--png-border, #c8d4e0);
    border-radius: 12px;
    overflow: hidden;
    background: var(--png-card-bg, #fff);
    box-shadow: 0 4px 16px rgba(15, 34, 64, .08);
}

#png-news {
    margin-top: 24px;
}

.png-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 48px;
    margin-bottom: 0;
    padding: 12px 16px;
    border-bottom: none;
    border-radius: 0;
}

#png-recommend-mart .png-section-head {
    background: linear-gradient(90deg, #0f2240 0%, #1a3a6e 100%);
}

#png-latest-mart .png-section-head {
    background: linear-gradient(90deg, #0b6678 0%, #0d7a8f 100%);
}

#png-news .png-section-head {
    background: linear-gradient(90deg, #c56a00 0%, #d47a00 100%);
}

.png-section-head h2 {
    display: flex;
    align-items: center;
    margin: 0;
    color: #fff;
    font-size: var(--png-text-lg);
    font-weight: var(--png-weight-bold);
    letter-spacing: -0.03em;
    line-height: 1.3;
}

.png-section-more {
    flex: 0 0 auto;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .18);
    color: #fff;
    font-size: var(--png-text-sm);
    font-weight: var(--png-weight-semibold);
    white-space: nowrap;
}

.png-section-more:hover {
    background: rgba(255, 255, 255, .32);
    color: #fff;
}

.png-section-icon {
    display: inline-block;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    background: transparent;
}

.png-icon-premium {
    border-radius: 50%;
    background: linear-gradient(145deg, #ffd54f, #f0a020);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .35);
    position: relative;
}

.png-icon-premium::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    margin: -3px 0 0 -3px;
    border-radius: 50%;
    background: #fff;
}

.png-icon-recent {
    width: 14px;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 2px;
    position: relative;
}

.png-icon-recent::before {
    content: "";
    position: absolute;
    top: -5px;
    left: 2px;
    width: 6px;
    height: 3px;
    border: 2px solid #fff;
    border-bottom: 0;
    border-radius: 2px 2px 0 0;
}

.png-icon-recent::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 4px;
    width: 4px;
    height: 4px;
    border: 1.5px solid #fff;
    border-radius: 50%;
}

.png-icon-news {
    width: 14px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 2px;
    background:
        linear-gradient(#fff, #fff) 2px 4px / 8px 1px no-repeat,
        linear-gradient(#fff, #fff) 2px 7px / 8px 1px no-repeat,
        linear-gradient(#fff, #fff) 2px 10px / 5px 1px no-repeat;
}

.png-section-unit {
    flex: 0 0 auto;
    color: #ccc;
    font-size: var(--png-text-xs);
    white-space: nowrap;
}

.png-section-unit strong {
    color: #ddd;
    font-weight: var(--png-weight-bold);
}

.png-premium-section {
    margin-top: 4px;
    padding: 0;
}

.png-premium-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
    padding: 14px;
    list-style: none;
    background: linear-gradient(180deg, #f8fbfe 0%, #fff 100%);
}

.png-premium-list li {
    border: 1px solid var(--png-border, #c8d4e0);
    border-radius: 10px;
    border-top: 3px solid var(--png-teal, #0b6678);
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 34, 64, .07);
    transition: transform .15s ease, box-shadow .15s ease;
}

.png-premium-list li:nth-child(4n+1) { border-top-color: #0f2240; }
.png-premium-list li:nth-child(4n+2) { border-top-color: #0b6678; }
.png-premium-list li:nth-child(4n+3) { border-top-color: #d47a00; }
.png-premium-list li:nth-child(4n+4) { border-top-color: #2a7de1; }

.png-premium-list li:hover {
    border-color: #0b6678;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(11, 102, 120, .15);
}

.png-premium-list a {
    display: block;
    min-height: 100px;
    padding: 12px 12px;
    color: var(--png-text, #1a2332);
}

.png-premium-title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px 6px;
    margin-bottom: 8px;
}

.png-premium-list strong {
    display: inline;
    margin-bottom: 0;
    color: var(--png-navy, #0f2240);
    font-size: var(--png-text-md);
    font-weight: var(--png-weight-bold);
    letter-spacing: -0.03em;
}

.png-premium-list a > span {
    display: block;
    margin: 0 0 4px;
    color: var(--png-text-muted, #5c6b7a);
    font-size: var(--png-text-sm);
    letter-spacing: -0.02em;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.png-premium-list b {
    color: var(--png-teal, #0b6678);
    font-weight: var(--png-weight-bold);
}

.png-mart-badge {
    display: inline-block;
    margin-left: 6px;
    padding: 1px 7px;
    border-radius: 3px;
    font-size: var(--png-text-xs);
    font-weight: var(--png-weight-bold);
    line-height: 1.5;
    vertical-align: middle;
    letter-spacing: -0.3px;
    white-space: nowrap;
}

.png-premium-title .png-mart-badge {
    margin-left: 0;
    flex: 0 0 auto;
}

.png-mart-badge--recommend {
    background: #d47a00;
    color: #fff;
    animation: pngmartRecommendBlink 1.8s linear infinite;
}

.png-mart-badge--new {
    background: #0b6678;
    color: #fff;
}

@keyframes pngmartRecommendBlink {
    0%, 9.99% {
        opacity: 1;
    }
    10%, 19.99% {
        opacity: 0;
    }
    20%, 29.99% {
        opacity: 1;
    }
    30%, 39.99% {
        opacity: 0;
    }
    40%, 100% {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .png-mart-badge--recommend {
        animation: none;
    }
}

.png-scale-cell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 48px;
    align-items: center;
    column-gap: 4px;
    text-align: center;
}

.png-scale-cell__text {
    min-width: 0;
    text-align: center;
}

.png-scale-cell__badges {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 18px;
}

.png-scale-cell__badges .png-mart-badge {
    margin-left: 0;
}

.png-mart-table thead th:first-child,
.png-mart-table tbody td.png-scale-cell {
    width: 144px;
}

.png-table-wrap {
    border-top: 0;
}

.png-mart-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.png-mart-table thead th {
    padding: 12px 8px;
    border-bottom: 0;
    background: linear-gradient(180deg, #0f2240 0%, #163a66 100%);
    color: #fff;
    font-size: var(--png-text-sm);
    font-weight: var(--png-weight-bold);
    text-align: center;
}

.png-mart-table tbody td {
    padding: 12px 8px;
    border-bottom: 1px solid #e0e8ef;
    background: #fff;
    color: var(--png-text, #1a2332);
    font-size: var(--png-text-rg);
    line-height: 1.5;
    text-align: center;
    word-break: keep-all;
}

.png-mart-table tbody tr:nth-child(even) td {
    background: #f4f9fb;
}

.png-mart-table .png-location {
    text-align: center;
    color: var(--png-teal, #0b6678);
    font-weight: var(--png-weight-bold);
    font-size: var(--png-text-base);
}

.png-mart-table tbody tr.png-mart-row-link:hover td {
    background: #e8f6f9;
}

.png-mart-table tbody tr.png-mart-row-link {
    cursor: pointer;
}

.png-mart-table tbody tr.png-mart-row-link:focus {
    outline: 2px solid #0b6678;
    outline-offset: -2px;
}

.png-empty {
    padding: 18px 10px !important;
    color: #777;
    text-align: center !important;
}

.png-more-link {
    margin: 0;
    padding: 6px 10px 8px;
    text-align: right;
}

.png-more-link a {
    color: #666;
    font-size: var(--png-text-rg);
    font-weight: var(--png-weight-semibold);
}

.png-news-list {
    margin: 0;
    padding: 8px 0;
    list-style: none;
    border: 0;
    border-radius: 0;
    background: linear-gradient(180deg, #fffaf5 0%, #fff 100%);
    overflow: hidden;
}

.png-news-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border-bottom: 1px solid #f0e6d8;
    background: transparent;
    transition: background .15s ease;
}

.png-news-list li:nth-child(odd) {
    background: rgba(255, 244, 229, .35);
}

.png-news-list li:last-child {
    border-bottom: 0;
}

.png-news-list li:hover {
    background: #fff4e5;
}

.png-news-list li a {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    color: var(--png-navy, #0f2240);
    font-size: var(--png-text-md);
    font-weight: var(--png-weight-semibold);
    letter-spacing: -0.02em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.png-news-list li a:hover {
    color: var(--png-orange, #d47a00);
}

.png-news-list li span {
    flex: 0 0 56px;
    padding: 3px 8px;
    border-radius: 6px;
    background: var(--png-teal-light, #e5f4f7);
    color: var(--png-teal, #0b6678);
    font-size: var(--png-text-sm);
    font-weight: var(--png-weight-semibold);
    text-align: center;
}

.png-news-list li.png-empty {
    justify-content: center;
    color: #777;
    font-weight: 400;
}

.png-news-list li.png-empty:hover {
    background: #fff;
}

/* board pages */
.png-property-board {
    margin-top: 8px;
}

.png-property-list-wrap {
    border-color: #d5dde5 !important;
}

.png-property-list {
    border-top: 0 !important;
    background: #fff !important;
}

.png-property-list th {
    background: #f5f8fb !important;
    color: #0f2240 !important;
}

.png-property-list th,
.png-property-list td {
    border-bottom: 1px solid #e8edf2 !important;
}

.png-property-list .subject a {
    color: #0f2240 !important;
}

.png-property-search {
    border: 1px solid #d5dde5 !important;
    border-radius: 8px !important;
    background: linear-gradient(135deg, #f8fbfd 0%, #eef5f7 100%) !important;
    padding: 14px 16px !important;
}

.png-property-search select,
.png-property-search input[type="text"] {
    border: 1px solid #c8dde2 !important;
    border-radius: 6px !important;
}

.png-property-search button,
.png-property-btn:not(.png-property-btn--write):not(.png-property-btn--delete) {
    background: #0b6678 !important;
    border: 0 !important;
    border-radius: 6px !important;
    color: #fff !important;
}

.png-property-btn--write {
    background: #0b6678 !important;
    color: #fff !important;
}

.png-property-btn--write:hover {
    background: #015163 !important;
    color: #fff !important;
}

.png-detail-info dt {
    background: #f5f8fb !important;
    color: #0f2240 !important;
}

.png-detail-info dd {
    background: #fff !important;
}

.png-property-btn--delete {
    background: #fff !important;
    border: 1px solid #e8a0a0 !important;
    color: #8b2e2e !important;
}

.png-property-btn--delete:hover {
    background: #fff5f5 !important;
    border-color: #d98585 !important;
    color: #6f2424 !important;
}

.png-property-meta {
    border-top-color: #015163 !important;
}

.png-property-meta dt {
    background: #f5f5f5 !important;
    color: #16458d !important;
}

/* board pagination */
#container .pg_wrap {
    clear: both;
    float: none !important;
    display: block !important;
    width: 100%;
    margin: 24px 0 10px;
    text-align: center;
}

#container .pg_wrap .pg {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

#container .pg_page,
#container .pg_current {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    padding: 0 12px;
    border: 1px solid #d5d5d5;
    border-radius: 6px;
    background: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
    font-size: var(--png-text-rg);
    font-weight: var(--png-weight-semibold);
    line-height: 1;
    vertical-align: middle;
}

#container .pg_page {
    color: #555;
    text-decoration: none;
}

#container .pg_page:hover {
    border-color: #16458d;
    background: #f8fbff;
    color: #16458d;
}

#container .pg_current {
    border-color: #014e5f;
    background: linear-gradient(#0b6678, #015163);
    color: #fff;
    font-weight: var(--png-weight-bold);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .12);
}

#container .pg_start,
#container .pg_prev,
#container .pg_end,
#container .pg_next {
    position: relative;
    min-width: 38px;
    padding: 0;
    border-color: #ccc;
    background: #f8f8f8 !important;
    background-image: none !important;
    overflow: hidden;
    color: transparent;
    font-size: 0;
    text-indent: 0;
}

#container .pg_start::before,
#container .pg_prev::before,
#container .pg_end::before,
#container .pg_next::before {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    font-family: var(--png-font);
    font-size: var(--png-text-xl);
    font-weight: var(--png-weight-bold);
    line-height: 1;
    content: "";
}

#container .pg_start::before {
    content: "«";
    font-size: var(--png-text-lg);
}

#container .pg_prev::before {
    content: "‹";
}

#container .pg_next::before {
    content: "›";
}

#container .pg_end::before {
    content: "»";
    font-size: var(--png-text-lg);
}

#container .pg_start:hover,
#container .pg_prev:hover,
#container .pg_end:hover,
#container .pg_next:hover {
    border-color: #16458d;
    background: #f8fbff !important;
}

#container .pg_start:hover::before,
#container .pg_prev:hover::before,
#container .pg_end:hover::before,
#container .pg_next:hover::before {
    color: #16458d;
}

.tbl_head01 th,
.tbl_head01 td,
.bo_notice td,
#bo_list .td_subject,
#bo_v,
#bo_v p,
#bo_v_con {
    font-size: var(--png-text-base);
    line-height: 1.65;
}

#bo_v_title,
#bo_v_title .bo_v_tit,
.bo_v_tit {
    color: #16458d;
    font-size: var(--png-text-2xl) !important;
    line-height: 1.35;
}

.bo_fx .btn,
#bo_v_top .btn,
.btn_b01,
.btn_b02,
.btn_admin {
    font-size: var(--png-text-base);
    font-weight: var(--png-weight-bold);
}

#ft {
    width: 1230px;
    min-width: 1230px;
    margin: 16px auto 0;
    padding: 24px 0 30px;
    border-top: 1px solid #eee;
    background: #f8f8f8;
}

#ft_wr {
    display: flex !important;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
}

#ft_wr .ft_cnt {
    width: auto !important;
    float: none !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
}

#ft_wr .ft_cnt:not(#ft_brand) {
    padding-left: 0 !important;
}

#ft_brand {
    flex: 0 0 230px;
    max-width: 230px;
    padding-left: 40px !important;
    box-sizing: border-box;
}

.ft-logo-link {
    display: block;
    line-height: 0;
}

.ft-logo {
    display: block;
    width: 160px;
    max-width: 100%;
    height: auto;
}

#ft_link {
    flex: 0 0 auto;
    margin-left: auto;
    margin-bottom: 0;
    text-align: right;
}

#ft_link a {
    display: block;
    margin-right: 0;
    margin-bottom: 4px;
    color: #666;
    font-size: var(--png-text-rg);
    font-weight: var(--png-weight-semibold);
    text-align: right;
}

#ft_company {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 980px;
}

#ft_company h2 {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

#ft_company .ft_info {
    margin: 0;
    color: #888;
    font-size: var(--png-text-sm);
    line-height: 1.85;
}

#ft_company .ft-addr {
    display: inline-block;
    white-space: nowrap;
}

#ft_copy {
    display: block !important;
    margin-top: 14px;
    padding: 12px 0 0;
    border-top: 1px solid #e3e3e3;
    color: #888;
    font-size: var(--png-text-sm);
    text-align: center;
}

#ft_wr .visit,
#ft_wr .latest {
    display: none !important;
}

#top_btn {
    display: block !important;
}

@media (max-width: 1230px) {
    #hd,
    #wrapper,
    #ft,
    #container_wr,
    .pngmart-header,
    .pngmart-home-hero,
    .pngmart-home-strip {
        width: 100% !important;
        min-width: 0;
    }

    .pngmart-visual-track,
    .pngmart-slide img {
        height: 180px;
    }

    .pngmart-left {
        display: none;
    }

    #container_wr {
        gap: 0;
    }

    #container {
        flex: 1 1 100%;
        width: 100% !important;
        max-width: 100%;
        min-width: 0;
        padding: 0 10px 20px;
    }

    #ft_wr {
        flex-direction: column;
        gap: 16px;
        padding: 0 10px;
    }

    #ft_brand {
        flex: 0 0 auto;
        max-width: none;
        padding-left: 0;
    }

    #ft_company {
        max-width: none;
    }

    .ft-logo {
        width: 140px;
    }

    #ft_link {
        flex: 0 0 auto;
        margin-left: 0;
        text-align: left;
    }

    #ft_link a {
        text-align: left;
    }

    #ft_company .ft-addr {
        white-space: normal;
    }

    .pngmart-brand {
        padding: 6px 10px 8px;
    }

    .pngmart-logo,
    .pngmart-logo-img {
        max-width: 190px;
    }

    .pngmart-logo-img {
        height: 44px;
        max-height: 44px;
    }

    .pngmart-brand-inner {
        flex-direction: column;
        gap: 10px;
    }

    .pngmart-brand-badge {
        min-width: 0;
        padding: 6px 14px 6px 12px;
        font-size: var(--png-text-xs);
        white-space: normal;
        align-items: center;
        text-align: center;
        border-radius: 12px 12px 4px 4px;
    }

    .pngmart-brand-badge::before {
        top: auto;
        bottom: 100%;
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        border-width: 0 7px 9px;
        border-color: transparent transparent #0b6678 transparent;
    }

    .pngmart-brand-badge::after {
        top: auto;
        bottom: calc(100% - 1px);
        right: auto;
        left: 50%;
        transform: translateX(-50%);
        border-width: 0 5px 7px;
        border-color: transparent transparent #edf5f7 transparent;
    }

    .pngmart-brand-badge__since {
        font-size: var(--png-text-xs);
    }

    #container {
        width: 100% !important;
        padding: 0 10px 20px;
    }

    .pngmart-nav ul {
        flex-wrap: wrap;
    }

    .pngmart-nav li {
        flex: 1 1 33%;
    }

    .pngmart-visual-track {
        height: 160px;
    }

    .pngmart-slide-pan img {
        height: 262%;
    }

    .pngmart-top-local {
        grid-template-columns: repeat(var(--png-local-cols-mobile, 4), 1fr);
    }

    .pngmart-top-local--lg a {
        min-height: 56px;
        font-size: var(--png-text-md);
    }

    .png-section-head {
        padding: 8px 10px;
    }

    .png-section-head h2 {
        font-size: var(--png-text-base);
    }

    .png-section-unit,
    .png-section-more {
        font-size: var(--png-text-xs);
    }

    .png-premium-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .pngmart-search-form {
        display: block;
    }

    .pngmart-search-form select,
    .pngmart-search-form input[type="text"],
    .pngmart-search-btn {
        width: 100%;
        margin-bottom: 6px;
    }

    .pngmart-home-hero {
        margin: 0 -10px 12px;
    }

    .png-main-wrap {
        margin: 0;
    }

    .png-main-section {
        margin-bottom: 18px;
    }

    .png-table-wrap {
        margin: 0;
    }

    .png-mart-table thead {
        display: none;
    }

    .png-mart-table tbody tr.png-mart-row-link {
        display: grid;
        grid-template-columns: 1fr 1fr;
        margin-bottom: 12px;
        overflow: hidden;
        border: 1px solid #d5dde8;
        border-radius: 12px;
        background: #fff;
        box-shadow: 0 2px 10px rgba(15, 34, 64, 0.07);
        transition: box-shadow 0.2s ease, border-color 0.2s ease;
        -webkit-tap-highlight-color: transparent;
    }

    .png-mart-table tbody tr.png-mart-row-link:active {
        border-color: #0b6678;
        box-shadow: 0 4px 14px rgba(11, 102, 120, 0.14);
    }

    .png-mart-table tbody tr.png-mart-row-link td {
        border-bottom: 0;
        width: auto !important;
    }

    .png-mart-table tbody td.png-scale-cell {
        display: grid;
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) auto;
        align-items: center;
        column-gap: 8px;
        padding: 12px 14px 10px;
        background: linear-gradient(180deg, #f4f8fb 0%, #eef4f8 100%);
        text-align: left;
    }

    .png-mart-table tbody td.png-scale-cell:before {
        display: none;
    }

    .png-mart-table tbody td.png-scale-cell .png-scale-cell__text {
        font-size: var(--png-text-md);
        font-weight: var(--png-weight-bold);
        color: #0f2240;
        text-align: left;
        line-height: 1.35;
    }

    .png-mart-table tbody td.png-scale-cell .png-scale-cell__badges {
        justify-content: flex-end;
        flex-wrap: wrap;
        gap: 4px;
        min-height: 0;
    }

    .png-mart-table tbody td.png-location {
        display: block;
        grid-column: 1 / -1;
        padding: 0 14px 12px;
        border-bottom: 1px solid #e8edf2;
        background: #fff;
        color: #0b6678;
        font-size: var(--png-text-base);
        font-weight: var(--png-weight-bold);
        text-align: left;
        line-height: 1.4;
    }

    .png-mart-table tbody td.png-location:before {
        display: none;
    }

    .png-mart-table tbody td:not(.png-scale-cell):not(.png-location):not(.png-empty) {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        gap: 4px;
        min-height: 58px;
        padding: 10px 12px;
        border-top: 1px solid #eef1f5;
        background: #fff;
        text-align: left;
    }

    .png-mart-table tbody td:not(.png-scale-cell):not(.png-location):not(.png-empty):before {
        content: attr(data-label);
        color: #8a96a3;
        font-size: var(--png-text-xs);
        font-weight: var(--png-weight-semibold);
        letter-spacing: -0.02em;
        line-height: 1.2;
    }

    .png-mart-table tbody td.png-mart-date {
        grid-column: 1 / -1;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        min-height: 0;
        padding: 9px 14px;
        border-top: 1px solid #e8edf2;
        background: #fafbfc;
        color: #666;
        font-size: var(--png-text-xs);
    }

    .png-mart-table tbody td.png-mart-date:before {
        margin-bottom: 0;
    }

    .png-mart-table .png-mart-unit {
        margin-left: 1px;
        color: #666;
        font-size: var(--png-text-sm);
    }

    .png-mart-table tbody tr:not(.png-mart-row-link) td.png-empty {
        display: block;
        grid-column: 1 / -1;
        margin-bottom: 0;
        border: 1px dashed #d5dde8;
        border-radius: 12px;
    }
}
