/*
 Theme Name: Astra Child
 Template: astra
 Version: 1.0.0
*/

.m-header {
    transition: background 0.3s ease;
}

.m-header.scrolled {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}


.m-header.scrolled .e-menu a{
    color:#212121 !important;
}

.tg-img img{
    filter: brightness(0) invert(1);
}

.m-header.scrolled .tg-img img{
    filter: none;
}
.m-header {
    position: fixed;
    z-index: 9999;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.m-header {
    position: fixed;
    z-index: 9999;
    transition: background 0.25s ease, box-shadow 0.25s ease;
}

.m-header.scrolled {
    background: #fff;
    box-shadow: 0 1px 6px rgba(0,0,0,0.04);
}

.megamenu {
    position: fixed !important;
    top: 76px !important;
    left: 0 !important;
    width: 100% !important;
    z-index: 8 !important;

    margin-top: 0 !important;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(-100%);
    transition: transform 0.35s ease, opacity 0.25s ease, visibility 0.25s ease;
}

.megamenu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.uniq-ir-wrap {
    display: flex;
    flex-direction: column;
    gap: 44px;
}

.uniq-ir-section {
    width: 100%;
}

.uniq-ir-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.uniq-ir-head h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #212121;
    letter-spacing: -0.03em;
}

.uniq-ir-more {
    font-size: 16px;
    color: #757575;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.uniq-ir-more:hover{
    color: #757575;
}

.uniq-ir-table-wrap {
    width: 100%;
}

.uniq-ir-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border-left: 0px !important;
    border-top:1px solid #757575;
    border-bottom: 1px solid #757575;
}

.uniq-ir-table tbody tr {
    border-bottom: 1px solid #EEEEEE;
}

.uniq-ir-table tbody tr:last-child {
    border-bottom: 0;
}

.uniq-ir-table td {
    padding: 19px 10px;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
    line-height: 1.5;
    border:0px !important;
}

.uniq-ir-table .col-title {
    width: 830px;
    padding-left: 75px;
    color:#424242;
}

.uniq-ir-table .col-company {
    width: 200px;
    text-align: center;
    color: #757575;
    white-space: nowrap;
}

.uniq-ir-table .col-date {
    width: auto;
    text-align: center;
    color: #757575;
    white-space: nowrap;
}

.uniq-ir-table .col-empty {
    width: 80px;
    text-align: right;
    padding-right: 0;
    color: #8d8d8d;
    white-space: nowrap;
}

.uniq-ir-table .col-title a,
.uniq-ir-table .col-title span {
    display: block;
    color: #666;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.uniq-ir-table .col-title a:hover {
    color: #111;
}

.empty-row {
    text-align: center;
    color: #999;
    padding: 30px 10px !important;
}

@media (max-width: 1000px) {
    .uniq-ir-table {
        width: 100%;
        table-layout: fixed !important;
    }

    .uniq-ir-table td {
        padding: 14px 6px;
        font-size: 16px;
    }

    .uniq-ir-table .col-title {
        width: 440px;
        padding-left: 10px !important;
        padding-right:10px; !important;
    }

    .uniq-ir-table .col-company {
        width: 140px !important;
        text-align: center;
        color: #757575;
        white-space: nowrap;
    }


    .uniq-ir-table .col-title a,
    .uniq-ir-table .col-title span {
        display: block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .uniq-ir-more {
        font-size: 14px;
        color: #757575;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 1px;
        margin-top: 10px;
    }

    .uniq-ir-more img{
        max-width: 14px !important;
    }

}

@media (max-width: 675px) {
    .uniq-ir-table {
        width: 100%;
        table-layout: fixed !important;
    }

    .uniq-ir-table td {
        padding: 14px 6px;
        font-size: 14px;
    }

    .uniq-ir-table .col-title {
        width: calc(100% - 88px) !important;
        padding-left: 10px !important;
        padding-right:10px; !important;
    }

    .uniq-ir-table .col-company {
        width: 88px !important;
        text-align: center;
        color: #757575;
        white-space: nowrap;
    }

    .uniq-ir-table .col-date {
        display: none !important;
    }

    .uniq-ir-table .col-title a,
    .uniq-ir-table .col-title span {
        display: block;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .uniq-ir-more {
        font-size: 12px;
        color: #757575;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        gap: 1px;
    }

    .uniq-ir-more img{
        max-width: 14px !important;
        margin-bottom: 2.5px;
    }

}

.fp-watermark{
    display: none;
}
/* 기본 dot 숨기기 */
#fp-nav ul li a span{
    display: none;
}

/* 공통 스타일 (이미지 원래 크기 사용) */
#fp-nav ul li a{
    display: block;
    width: 24px;              /* 아이콘 실제 크기에 맞게 */
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; /* 원래 비율 유지 */
}

#fp-nav.fp-left{
    margin-top: 28px !important;
}

/* 비활성 아이콘 */
#fp-nav ul li:nth-child(1) a{
    background-image: url('/wp-content/uploads/2026/03/Property-1Variant4.png');
}
#fp-nav ul li:nth-child(2) a{
    background-image: url('/wp-content/uploads/2026/03/Property-1Variant4.png');
}
#fp-nav ul li:nth-child(3) a{
    background-image: url('/wp-content/uploads/2026/03/Property-1Variant4.png');
}

.black #fp-nav ul li:nth-child(1) a{
    background-image: url(/wp-content/uploads/2026/03/Component-2.png);
}
.black #fp-nav ul li:nth-child(2) a{
    background-image: url(/wp-content/uploads/2026/03/Component-2.png);
}
.black #fp-nav ul li:nth-child(3) a{
    background-image: url(/wp-content/uploads/2026/03/Component-2.png);
}

/* 활성 아이콘 */
#fp-nav ul li:nth-child(1) a.active{
    background-image: url('/wp-content/uploads/2026/03/Property-1pressed.png');
}
#fp-nav ul li:nth-child(2) a.active{
    background-image: url('/wp-content/uploads/2026/03/Property-1pressed.png');
}
#fp-nav ul li:nth-child(3) a.active{
    background-image: url('/wp-content/uploads/2026/03/Property-1pressed.png');
}



.black #fp-nav ul li:nth-child(1) a.active{
    background-image: url('/wp-content/uploads/2026/03/sel.png');
}
.black #fp-nav ul li:nth-child(2) a.active{
    background-image: url('/wp-content/uploads/2026/03/sel.png');
}
.black #fp-nav ul li:nth-child(3) a.active{
    background-image: url('/wp-content/uploads/2026/03/sel.png');
}

.fp-auto-height {
    height: auto !important;
}
.fp-auto-height .fp-overflow{
    width:1440px;
    margin: 0 auto;
}
#fp-nav ul li, .fp-slidesNav ul li{
    width: 28px !important;
    height: 28px !important;
}

#fp-nav ul li .fp-tooltip {
    opacity: 1 !important;
    width: auto !important;
    color: #000;
    font-size: 16px !important;
    white-space: nowrap;
    font-weight: bold !important;
    margin-left: 20px !important;
    margin-top: 3px !important;
}




.uniq-fin-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
}

.uniq-fin-box {
    width: 100%;
}

.uniq-fin-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.uniq-fin-head h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.03em;
}

.uniq-fin-unit {
    font-size: 12px;
    color: #999;
}

.uniq-fin-table-wrap {
    width: 100%;
}

.uniq-fin-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #fff;
}

.uniq-fin-table th,
.uniq-fin-table td {
    border: 1px solid #EEEEEE;
    padding: 18px 12px;
    text-align: center;
    font-size: 14px;
    color: #757575;
    vertical-align: middle;
    word-break: keep-all;
}

.uniq-fin-table thead th {
    background: #FAFAFA;
    font-weight: 600;
    color: #212121;
}

.uniq-fin-table tbody th {
    background: #fafafa;
    font-weight: 600;
    color: #212121;
}

.uniq-fin-error {
    padding: 20px;
    border: 1px solid #e5e5e5;
    color: #d63638;
    background: #fff;
}



@media (max-width: 1024px) {
    .uniq-fin-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .uniq-fin-head h3 {
        font-size: 18px;
    }

    .uniq-fin-table th,
    .uniq-fin-table td {
        padding: 10px ;
        font-size: 13px;
    }

    .uniq-fin-table th, .uniq-fin-table td{
        white-space: normal;
        word-break: keep-all;
        overflow-wrap: break-word;
    }
}

@media (max-width: 1024px) {
    #fullpage {
        transform: none !important;
        transition: none !important;
        height: auto !important;
    }

    .fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]), .fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]), .fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]){
        min-height: 0 !important;
    }

    #fp-nav {
        display: none !important;
    }

    body.black {
        background: initial !important;
    }
    .b-box{
        min-width: 200px !important;
        height: 285.59px !important;
    }

}
.fp-is-overflow .fp-overflow, .fp-is-overflow .fp-overflow.fp-auto-height, .fp-is-overflow .fp-overflow.fp-auto-height-responsive{
    overflow: hidden !important;
}
@media (max-width: 1440px) {

    .main2 .e-n-tabs-heading{
        width: 100% !important;
    }

    .con-1440{
        width: 100% !important;
    }
    .business-box .e-con-inner{
        display: flex !important;
        overflow: scroll !important;
        min-width: 100% !important;

        /* IE, Edge */
        -ms-overflow-style: none;

        /* Firefox */
        scrollbar-width: none;
    }

    /* Chrome, Safari */
    .business-box .e-con-inner::-webkit-scrollbar {
        display: none;
    }

    .fp-auto-height .fp-overflow{
        width:100% !important;
        margin: 0 auto;
    }

}


html, body {
    overflow-x: hidden;
}




.kboard-latest-list-item{
    display:flex;
    justify-content:space-between;
    align-items:center;

    text-decoration:none;
    color:#111;
}


.kboard-latest-list-title{
    font-size:16px;
    line-height:1.5;
    flex:1;
    min-width:0;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.kboard-latest-list-date{
    font-size:14px;
    color:#888;
    flex-shrink:0;
}

.news-box .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item{
    overflow: hidden;
}

.news-box .elementor-icon-list-item{
    overflow: hidden;
}

.news-box .elementor-icon-list-item a{
    display: block;
    width: 100%;
    overflow: hidden;
}

.news-box .elementor-icon-list-text{
    display: block;
    width: 100%;
    font-size: 18px;
    padding-bottom: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #76767f;
    box-sizing: border-box;
}

.news-box .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item > a{
    display: block;
    width: 100%;
    overflow: hidden;
}

.elementor-icon-list-item a:hover .elementor-icon-list-text {
    color: #E3791C !important;
}
.news-box .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item > a .elementor-icon-list-text{
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-box .elementor-icon-list-text{
    padding-bottom: 16px !important;
}

.main-box .elementor-icon-list-text:hover{
    color: #E3791C !important;
}



@media (max-width: 1000px) {
    .elementor-icon-list-text{
        font-size:14px;
        padding-bottom: 0px;
    }

    .news-box .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item{
        overflow: hidden;
    }

    .news-box .elementor-icon-list-item{
        overflow: hidden;
    }

    .news-box .elementor-icon-list-item a{
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .news-box .elementor-icon-list-text{
        display: block;
        width: 100%;
        font-size: 14px;
        padding-bottom: 7px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #76767f;
        box-sizing: border-box;
    }

    .main-box .elementor-icon-list-text{
        display: block;
        width: 100%;
        font-size: 14px;
        padding-bottom: 7px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #76767f;
        box-sizing: border-box;
    }

    .news-box .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item > a{
        display: block;
        width: 100%;
        overflow: hidden;
    }

    .news-box .elementor-widget-container .elementor-icon-list-items .elementor-icon-list-item > a .elementor-icon-list-text{
        display: block;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}