@charset "utf-8";

body {
    background: #fff;
    color: #2f2f2f;
    font-family: "Malgun Gothic", Dotum, Gulim, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

a {
    color: #123f70;
}

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

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

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

#gnb {
    width: 980px;
    height: 43px;
    margin: 0 auto;
    background:
        repeating-linear-gradient(135deg, rgba(255,255,255,.06) 0, rgba(255,255,255,.06) 2px, transparent 2px, transparent 5px),
        linear-gradient(#2d669f, #183f6d);
    border-radius: 4px;
    overflow: hidden;
}

#gnb h2 {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    font-size: 0;
}

#gnb .gnb_wrap,
#gnb_1dul {
    width: 980px !important;
    height: 43px;
    margin: 0;
    padding: 0 18px;
    background: none;
}

#gnb_1dul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}

#gnb .gnb_1dli {
    position: relative;
    float: none;
    line-height: 43px;
}

#gnb .gnb_1dli + .gnb_1dli:before {
    content: "|";
    color: rgba(255, 255, 255, .8);
    font-weight: 700;
}

#gnb .gnb_1da {
    display: inline-block;
    height: 43px;
    padding: 0 7px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 43px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .2);
    letter-spacing: -0.5px;
}

#gnb .gnb_1da:hover,
#gnb .gnb_1dli:hover .gnb_1da {
    background: rgba(255, 255, 255, .13);
    color: #fff;
}

#gnb .gnb_2dul {
    top: 43px;
    min-width: 150px;
    border: 1px solid #254f7e;
}

#gnb .gnb_2da {
    font-size: 14px;
    line-height: 1.5;
}

.pngmart-top {
    width: 980px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.pngmart-logo {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1d5b3a;
    font-weight: 700;
    font-size: 24px;
}

.pngmart-logo-mark {
    display: inline-block;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0b6f3e;
    color: #fff;
    text-align: center;
    line-height: 34px;
}

.pngmart-banner {
    width: 980px;
    height: 150px;
    margin: 22px auto 12px;
    display: flex;
    overflow: hidden;
}

.pngmart-banner .mark {
    width: 202px;
    height: 150px;
    background: url("/assets/pngmart/images/mb1.jpg") no-repeat 0 0;
}

.pngmart-banner .visual {
    flex: 1;
    height: 150px;
    background: url("/assets/pngmart/images/mv.jpg") no-repeat 0 0;
}

#wrapper {
    width: 980px;
    margin: 0 auto;
}

#container_wr {
    width: 980px !important;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 0;
    background: #fff;
}

.pngmart-left {
    width: 202px;
    flex: 0 0 202px;
    padding-right: 0;
}

.pngmart-left a {
    display: block;
}

.pngmart-left-panel {
    width: 202px;
    margin: 0 0 10px;
    padding: 10px 9px;
    border-radius: 8px;
    background: #e9e9e9;
}

.pngmart-left-panel h3 {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 0 16px;
    color: #555;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.pngmart-left-panel h3:before,
.pngmart-left-title h3:before {
    position: absolute;
    left: 0;
    top: 1px;
    width: 5px;
    height: 25px;
    border-radius: 2px;
    background: linear-gradient(#f52b36 0 45%, #111 45% 100%);
    content: "";
}

.pngmart-left-request {
    background: #eadce7;
}

.pngmart-left-request h3:before {
    background: #c7659e;
}

.pngmart-left-cta {
    display: grid !important;
    grid-template-columns: 46px 1fr;
    column-gap: 8px;
    min-height: 64px;
    margin: 0 0 8px;
    padding: 9px 8px;
    border: 1px solid #cfd3d7;
    border-radius: 6px;
    background: linear-gradient(#fff, #f2f2f2);
    color: #666;
}

.pngmart-left-cta strong {
    display: block;
    align-self: end;
    color: #444;
    font-size: 15px;
    font-weight: 700;
}

.pngmart-left-cta em {
    display: block;
    align-self: start;
    margin-top: 3px;
    color: #666;
    font-size: 12px;
    font-style: normal;
    line-height: 1.25;
}

.pngmart-left-icon {
    grid-row: span 2;
    width: 43px;
    height: 43px;
    margin-top: 4px;
    border-radius: 50%;
    background: #e7f3d8;
    text-align: center;
    line-height: 43px;
}

.pngmart-left-icon:before {
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
}

.pngmart-left-icon.plant:before {
    content: "P";
}

.pngmart-left-icon.coins:before {
    content: "$";
}

.pngmart-left-icon.plant {
    background: #64b642;
}

.pngmart-left-icon.coins {
    background: #f2b13c;
}

.pngmart-left-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 10px;
}

.pngmart-left-title h3 {
    position: relative;
    margin: 0;
    padding-left: 16px;
    color: #555;
    font-size: 17px;
}

.pngmart-left-title > a {
    color: #777;
    font-size: 13px;
}

.pngmart-left-search ul {
    margin: 0;
    padding: 8px 12px;
    border-radius: 8px;
    background: #fff;
}

.pngmart-left-search li {
    border-bottom: 1px dotted #aaa;
}

.pngmart-left-search li:last-child {
    border-bottom: 0;
}

.pngmart-left-search li a {
    position: relative;
    padding: 9px 0 9px 21px;
    color: #102f5c;
    font-size: 15px;
    font-weight: 700;
}

.pngmart-left-search li a:before {
    position: absolute;
    left: 4px;
    top: 50%;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    border-radius: 50%;
    background: #aaa;
    content: "";
}

.pngmart-left-search li span {
    font-size: 13px;
}

.pngmart-visit {
    margin: 3px;
    padding: 10px;
    border: 2px dotted #cecece;
    background: #e5f4f9;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.pngmart-visit strong {
    display: block;
    margin-bottom: 8px;
    font-size: 17px;
}

#container {
    width: 778px !important;
    min-height: 760px;
    padding: 0 0 20px 20px;
    float: none;
}

#container_title {
    margin: 0 0 14px;
    border-bottom: 1px dotted #aaa;
}

#container_title span {
    display: inline-block;
    padding: 0 0 8px 16px;
    border-left: 5px solid #f27a63;
    color: #174b7a;
    font-size: 20px;
    background: #fff;
}

#aside {
    display: none;
}

.png-main-hero {
    margin: 0 0 16px !important;
    padding: 0 !important;
    background: none !important;
    color: #333 !important;
}

.png-main-hero h2 {
    margin: 0 0 10px !important;
    padding: 0 0 8px 16px;
    border-left: 5px solid #f27a63;
    border-bottom: 1px dotted #aaa;
    color: #174b7a;
    font-size: 22px !important;
}

.png-main-hero p {
    margin: 8px 0 14px !important;
    padding: 12px;
    border: 1px solid #d6dff7;
    background: #f8fbff;
    color: #555;
    font-size: 15px;
}

.png-main-links a {
    border: 1px solid #b8c5d8;
    background: #f5f8fc !important;
    color: #123b67 !important;
    font-size: 14px;
}

.png-main-grid {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
}

.png-home-layout {
    display: grid;
    grid-template-columns: 554px 224px;
    gap: 0;
}

.png-home-center {
    width: 554px;
    padding-right: 10px;
}

.png-home-right {
    width: 224px;
}

.png-main-card {
    border: 0 !important;
    margin-bottom: 12px;
}

.png-main-card h3 {
    height: 45px;
    padding: 10px 0 0 21px !important;
    border: 0 !important;
    border-bottom: 1px dotted #aaa !important;
    background: #fff !important;
    color: #174b7a !important;
    font-size: 20px;
}

.png-main-card table,
.png-property-list {
    border-top: 2px solid #cecece !important;
    background: #d6dff7;
}

.png-main-card th,
.png-property-list th {
    background: #f5f5f5 !important;
    color: #333 !important;
}

.png-main-card th,
.png-main-card td,
.png-property-list th,
.png-property-list td {
    border-bottom: 1px solid #cecece !important;
    font-size: 14px;
    line-height: 1.45;
}

.png-main-card th,
.png-property-list th {
    font-weight: 700;
}

.png-main-card .subject a,
.png-property-list .subject a {
    color: #0f3769;
    font-weight: 700;
}

.png-main-card td,
.png-property-list td {
    background: #fff;
}

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

.png-detail-table th {
    background: #f5f5f5 !important;
}

.png-detail-table td {
    background: #fff !important;
}

.png-side-card {
    width: 224px;
    height: 188px;
    margin: 0 0 2px;
    padding: 42px 12px 8px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.png-side-jung { background-image: url("/assets/pngmart/images/jungchu.gif"); }
.png-side-saeng { background-image: url("/assets/pngmart/images/saengchu.gif"); }
.png-side-je { background-image: url("/assets/pngmart/images/jechu.gif"); }

.png-side-card ul {
    margin: 0;
    padding: 0 0 0 4px;
}

.png-side-card li {
    padding: 6px 0 6px 8px;
    border-bottom: 1px dotted #aaa;
    font-size: 13px;
    line-height: 1.45;
}

.png-side-card li:before {
    content: "·";
    margin-right: 5px;
    color: #777;
}

.png-side-jobs {
    width: 224px;
    margin-top: 2px;
    padding: 10px 10px 12px;
    border: 1px solid #ddd7cc;
    border-radius: 7px;
    background: #fffdf9;
}

.png-side-jobs h3 {
    margin: 0 0 10px;
    color: #b47f68;
    font-size: 18px;
    font-weight: 700;
}

.png-side-jobs h3 span {
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    border-radius: 50%;
    background: #f4c176;
    color: #fff;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
}

.png-side-job-link {
    position: relative;
    display: block;
    height: 48px;
    margin-top: 7px;
    padding-left: 44px;
    border-radius: 8px;
    background: #bdebc2;
    color: #128078;
    font-size: 27px;
    letter-spacing: 12px;
    line-height: 48px;
}

.png-side-job-link:after {
    position: absolute;
    right: 16px;
    top: 7px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .55);
    color: #8cbf75;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 34px;
    text-align: center;
    content: "?";
}

.png-property-search {
    border: 1px solid #d6dff7 !important;
    background: #f7f9ff !important;
}

.tbl_head01 th,
.tbl_head01 td,
.bo_notice td,
#bo_list .td_subject,
#bo_v,
#bo_v p,
#bo_v_con {
    font-size: 14px;
    line-height: 1.65;
}

#bo_v_title,
#bo_v_title .bo_v_tit,
.bo_v_tit {
    color: #173f68;
    font-size: 23px !important;
    line-height: 1.35;
}

.bo_fx .btn,
#bo_v_top .btn,
.btn_b01,
.btn_b02,
.btn_admin {
    font-size: 14px;
    font-weight: 700;
}

.png-property-search button,
.png-property-btn {
    background: #224e7c !important;
}

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

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

#ft {
    width: 980px;
    min-width: 980px;
    height: 70px;
    margin: 10px auto 0;
    background: url("/assets/pngmart/images/copy.gif") no-repeat 0 0;
    border-radius: 6px;
}

#ft_wr,
#ft_copy,
#top_btn {
    display: none !important;
}

@media (max-width: 980px) {
    #hd,
    #wrapper,
    #ft,
    #gnb,
    #container_wr,
    .pngmart-top,
    .pngmart-banner {
        width: 100% !important;
        min-width: 0;
    }

    .pngmart-left {
        display: none;
    }

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

    .pngmart-banner .mark {
        display: none;
    }

    .png-home-layout {
        display: block;
    }

    .png-home-center,
    .png-home-right {
        width: 100%;
    }

    .png-side-card,
    .png-side-jobs {
        display: none;
    }
}
