header {
    height: 80px;
    background-color: #f0f8fe;
}

.header-container {
    width: 1400px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    transition: 0.3s;
}
.header-container .logo {
    display: block;
    width: 287px; height: 58px;
    background-image: url('../img/gnb_logo.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.user-tools {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.user-tools .login-btn-img {
    width: 21px ;height: 21px;
    background-image: url('../img/loginBtn.png');
}
.user-tools .menu-btn {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.user-tools .menu-btn-img {
    width: 21px; height: 21px;
    background-image: url('../img/totalmenu.gif');
}
.user-tools .menu-btn p {
    font-size: 12px;
}

main {
    background-color: #f0f8fe;
    padding-bottom: 100px;
}

.main-menus {
    background-image: url("../img/nowon_city.jpg");
    background-position: 0 0;
    background-attachment: fixed;
}
.section-container {
    width: 1400px;
    margin: 0 auto;
    padding: 40px 0;
}
.main-menu-wrap {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    justify-content: space-between;
}
.main-menus .section-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-right-side {
    transition: 0.3s;
}
.main-menus .section-container h1 {
    font-family: "G Market Sans", sans-serif;
    font-weight: 500;
    color: #fff;
    font-size: 28px;
    margin-bottom: 30px;
    line-height: 1.5;
    transition: all 0.3s;
}
.main-menus .section-container b {
    font-weight: 700;
}
.main-menus .section-container .search-box {
    background-color: #fff;
    display: flex;
    align-items: center;
    width: 450px;
}
.main-menus .section-container .search-box input {
    padding: 13px 20px;
    border: 0;
    flex:1;
    font-size: 16px;
    font-family: "Noto Sans KR", sans-serif;
}
.main-menus .section-container .search-box input::placeholder {
    color: #999;
    font-weight: 500;
}
.main-menus .section-container .search-box #search-btn {
    height: 50px; width: 50px;
    background-color: #035391;
    border: 0;
    cursor: pointer;
}

.menu-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}
.menu-grid .menu-btn {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: bold;
    gap:5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 140px;
    cursor: pointer;
    background-color: #f0f8fe;
}
.menu-grid .menu-btn .menu-btn-img {
    width: 60%;
    height: 60%;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-btn-img.AP {
    background-image: url('../img/main_ico1.png');
}
.menu-btn-img.NP {
    background-image: url('../img/main_ico7.png');
}
.menu-btn-img.ESB {
    background-image: url('../img/main_ico3.png');
}
.menu-btn-img.QR {
    background-image: url('../img/main_ico2.png');
}
.menu-btn-img.WD {
    background-image: url('../img/main_ico4.png');
}
.menu-btn-img.ST {
    background-image: url('../img/main_ico5.png');
}
.menu-btn-img.PD {
    background-image: url('../img/main_ico6.png');
}

.menu-grid .menu-btn:hover {
    background-color: #035391;
    transition: all 0.3s;
    color: #fff;
}

.menu-grid .menu-btn-img {
    transition: background-image 0.3s;
}
.menu-btn:hover .menu-btn-img.AP {
    background-image: url('../img/main_ico1_on.png');
}
.menu-btn:hover .menu-btn-img.NP {
    background-image: url('../img/main_ico7_on.png');
}
.menu-btn:hover .menu-btn-img.ESB {
    background-image: url('../img/main_ico3_on.png');
}
.menu-btn:hover .menu-btn-img.QR {
    background-image: url('../img/main_ico2_on.png');
}
.menu-btn:hover .menu-btn-img.WD {
    background-image: url('../img/main_ico4_on.png');
}
.menu-btn:hover .menu-btn-img.ST {
    background-image: url('../img/main_ico5_on.png');
}
.menu-btn:hover .menu-btn-img.PD {
    background-image: url('../img/main_ico6_on.png');
}
.swiper.pklt-stat, .swiper.notice-swiper {
    width: 1400px;
    padding: 20px 10px;
}
.section-container.swiper-container {
    width: 1420px;
}

.section-title {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.section-title h1 {
    font-size: 28px;
    font-family: "G Market Sans", sans-serif;
    font-weight: 700;
    color: #00213b;
}
.pager-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-left: 15px;
    margin-top: -5px;
}
.pager-btns > div {
    cursor: pointer;
}
.pklt-stat-item {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.pklt-info {
    padding: 20px;
    border-bottom: 1px solid #c2c7cc;
}
.pklt-info h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #00213b;
}
.section-container.swiper-container .section-title {
    padding: 0 10px;
}
.pklt-info p {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #666;
}
.pklt-info .pklt-address {
    letter-spacing: -1px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pklt-available {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}
.pklt-status {
    width: 58px;height: 58px; border-radius: 9999px;
    background-color: #035391;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #fff;
}
.pklt-available-count, .pklt-total-count {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap:2px;
}
.pklt-available-count > p, .pklt-total-count > p {
    font-size: 14px;
    color: #00213b;
}
.pklt-available-count-num {
    font-size: 36px;
    font-weight: 900;
    color: #00213b;
}
.pklt-available-count-text {
    font-size: 14px;
    color: #00213b;
}
.pklt-stat-item.confuse .pklt-status {
    background-color: #d87500;
}
.pklt-stat-item.confuse .pklt-available-count .pklt-available-count-num {
    color: #d87500;
}
.pklt-stat-item.v-confuse .pklt-status {
    background-color: #c62a00;
}
.pklt-stat-item.v-confuse .pklt-available-count .pklt-available-count-num {
    color: #c62a00;
}

.pklt-stat-item.full .pklt-status {
    background-color: #6b7984;
}
.pklt-stat-item.full .pklt-available-count .pklt-available-count-num {
    color: #6b7984;
}
.swiper-pagination, .notice-pagination {
    text-align: center;
    position: static;
    margin-top: 40px;
}
.swiper-pagination .swiper-pagination-bullet,
.notice-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    border-radius: 0;
    background-color: #6b7984;
    opacity: 0.5;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #035391;
    opacity: 1;
}
.notice-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #035391;
    opacity: 1;
}

.notice-item {
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.notice-title-area {
    border-bottom: 1px solid #c2c7cc;
    padding: 20px;
}
.notice-type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}
.notice-type .type-name {
    font-size: 14px;
    padding: 10px 15px;
    color: #fff;
    background-color: #00213b;
    font-weight: 300;
}
.notice-type .notice-dt {
    color: #596d7d;
    font-size: 14px;
}
.notice-title-area .notice-title {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    color: #00213b;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.notice-content {
    padding: 20px;
}
.notice-content p {
    font-size: 14px;
    display: -webkit-box;
    line-height: 1.5;
    height:40px;
    color: #596d7d;
    -webkit-line-clamp: 2; /* 두 줄까지 표시 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.contract-wrap {
    display: flex;
    width: 100%;
    gap: 50px;
}
.contract-wrap > div {
    user-select:none;
    cursor: pointer;
}
.contract-us {
    flex:2;
    height: 350px;
    flex-direction: column;
    background: linear-gradient(45deg, #035391, #00213b);
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 40px;
}

.contract-us > h1 {
    font-size: 56px;
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 900;
    letter-spacing: 2px;
}

.short-cut-wrap {
    display: flex;
    gap: 40px;
}

.pklt-introduce {
    width: 315px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #00213b;
}
.pklt-fee {
    width: 315px;
    height: 350px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #00213b;
}
.tel-info-box {
    text-align: right;
    display: flex;
    justify-content: right;
    gap: 20px;
}
.tel-number-box p:first-child {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    word-break: keep-all;
}

.tel-number-box p:last-child {
    font-size:37px;
    margin-top: 5px;
    font-weight: bold;
    color: #fff;
}

.pklt-introduce p, .pklt-fee p {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
}
.content_layout {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
footer {
    background-color: #035391;
}
.sub_container {
    flex: 1;
}

.footer-wrap {
    width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.footer-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-left > img {
    filter: grayscale(100%) brightness(10);
}
.footer-left p {
    font-size: 14px;
    color: #fff;
    font-weight: 300;
    line-height: 1.5;
    word-break: keep-all;
}
.footer-right a {
    display: flex;
    width: 42px;height: 42px; background-color: #fff;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.pklt-slider .slick-slide, .notice-slider .slick-slide {
    margin: 0 25px;
}

.pklt-slider .slick-list, .notice-slider .slick-list {
    padding-bottom: 10px;
}

/* .slide-container, .notice-slider {
    width: 1450px;
} */
.slide-container .slick-dots {
    margin-top: 40px;
    position: static;
}
.slide-container .slick-dots > li {
    margin: 0 5px;
}
.slide-container .section-title {
    padding: 0 25px;
    box-sizing: border-box;
}
.slider-dot {
    display: inline-block;
    width: 16px; height: 16px;
    background-color: #75818a;
}
.slick-active .slider-dot {
    background-color: #035391;
}

.sub_container {
    background-color: #f0f8fe;
}

.subWrap .tblBx {
    margin-bottom: 30px;
}

.subWrap .tblBx td {
    line-height: 1.5;
}

.subBox {
    line-height: 1.8;
}

.subBox h4 {
    font-size: 18px;
}

.subWrap .subTit4:before {
    background-position: center;
    top: 50%;
    margin-top: -8px;
}
.pklt-available.confuse .pklt-status {
    background-color: #d87500;
}
.pklt-available.confuse .pklt-available-count .pklt-available-count-num {
    color: #d87500;
}
.pklt-available.v-confuse .pklt-status {
    background-color: #c62a00;
}
.pklt-available.v-confuse .pklt-available-count .pklt-available-count-num {
    color: #c62a00;
}

.pklt-available.full .pklt-status {
    background-color: #6b7984;
}
.pklt-available.full .pklt-available-count .pklt-available-count-num {
    color: #6b7984;
}