a{
    text-decoration: none !important;
}

/* 글 상세페이지에서 대표 이미지, 카테고리, 작성자 숨기기 */
.single-post .entry-header {
    display: none;
}

.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single{
    padding: 0px !important;
}

/* 모바일 수평 스크롤 금지 */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}


*{
    word-break: keep-all !important;
}


a {
    outline: none;
}

a:focus, a:active {
    outline: none;
}



.elementor-element.elementor-pagination-position-outside .swiper, .elementor-lightbox.elementor-pagination-position-outside .swiper{
    padding-bottom:60px !important;
}


.elementor-swiper-button-prev{
    left:-40px !important;
}
.eicon-chevron-left{padding: 10px 11px 10px 9px;
    background-color: #000;
    border-radius: 50px;
}
.elementor-swiper-button-next{
    right:-40px !important;
}
.eicon-chevron-right{padding: 10px 9px 10px 11px;
    background-color: #000;
    border-radius: 50px;
}

.aos-init {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease-out;
}

.aos-animate {
    opacity: 1;
    transform: translateY(0);
}

.blink-dot {
    display: inline-block;
    width: 11px;
    height: 11px;
    margin-left: 7px;
    margin-bottom:30px;
    background-color: #1e3a8a; /* 파란색 (#1e3a8a는 tailwind navy) */
    border-radius: 50%;
    animation: blink 1.5s infinite;

}

@keyframes blink {
    0%, 100% {
        opacity: 1;
        transform: scale(1); /* 기본 크기 */
    }
    50% {
        opacity: 0.5;
        transform: scale(1.1);
    }
}
/* 더보기 */
.portfolio-more {
    display: flex;
    align-items: center;       /* 세로 가운데 정렬 */
    justify-content: center;   /* 가로 가운데 정렬 */
    cursor: pointer;           /* 마우스 포인터 변경 */
}

.portfolio-more span {
    padding-top: 10px;
    margin-right: 12px;
}

.portfolio-more img {
    transition: transform 0.4s ease-in-out; /* 애니메이션 부드럽게 */
}

/* 마우스 오버 시 이미지 좌우로 움직이게 */
.portfolio-more:hover img {
    animation: swing 1s ease-in-out infinite alternate;
}

/* 좌우로 흔들리는 애니메이션 (폭 좁게) */
@keyframes swing {
    0% { transform: translateX(-4px); }
    50% { transform: translateX(4px); }
    100% { transform: translateX(-4px); }
}

.contact-btn{
    background-color: #ff1a00;
    text-align: center;
    color: #fff;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    transition: border-radius 0.3s ease;
    cursor: pointer;
}
.site-header{
    position: fixed;
    width: 100%;
    top:0;
}

.header-shadow {
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
}

.site-above-footer-wrap[data-section="section-above-footer-builder"]{
    padding-top:40px !important;
    padding-bottom: 0px !important;
}

.main-icon-img img{
    width: 40px !important;
}

.cbar{
    font-size:12px;
    padding:0px 10px;
    font-weight:normal !important;
}

.label-push {
    animation: floating 2s ease-in-out infinite;

}
.scroll-img{
    animation: floating 2s ease-in-out infinite;
}
/* 아래쪽 꼬리 */
.label-push::after {
    content: "";
    position: absolute;
    top: 100%;           /* 라벨 바로 아래 */
    left: 50%;           /* 가운데 정렬 */
    transform: translateX(-50%);
    border-width: 6px;
    border-style: solid;
    border-color: #FF1A00 transparent transparent transparent; /* 위만 색, 나머지 투명 */
}

.section1:before{
    content: "";
    z-index: 5;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 40%;
    backdrop-filter: blur(15px);
    background-color: #f8f9fb;
    border-top-right-radius: 100px;
}

/* 둥둥 뜨는 효과 */
@keyframes floating {
    0% { transform: translateY(0); }
    50% { transform: translateY(-10px); } /* 위로 10px */
    100% { transform: translateY(0); }
}

.ast-builder-menu-1 .sub-menu, .ast-builder-menu-1 .inline-on-mobile .sub-menu{
    border:0px !important;
    border-radius: 5px !important;
    top: 76px !important;
    background-color: #fff !important;
    width: 200px !important;
}

#sp-ea-2633.sp-easy-accordion>.sp-ea-single>.ea-header a{
    font-weight: normal;
    font-size: 18px;
}

#sp-ea-2633.sp-easy-accordion>.sp-ea-single>.ea-header a .ea-expand-icon{
    color:#FF1A00;
}

#sp-ea-2633.sp-easy-accordion>.sp-ea-single{
    border:0px;
}

#sp-ea-2633.sp-easy-accordion>.sp-ea-single{
    background: #f8f8f8;
}


@media screen and (min-width: 1025px) {
    .sub-menu li .menu-link{
        color:#222 !important;
        font-size: 16px !important;
        padding: 15px 0px !important;
        text-align: center !important;
    }

    .sub-menu li .menu-link:hover{
        font-weight: bold !important;
    }
    /* 헤더 transition */
    .site-primary-header-wrap,
    .ast-mobile-header-wrap .ast-primary-header-bar,
    .ast-primary-header-bar .site-primary-header-wrap {
        transition: height 0.3s ease, min-height 0.3s ease;
    }



    /* 스크롤 시 로고 크기 줄이기 */
    .logo-shrink .custom-logo-link img {
        width: 100px !important;
        max-width: 100px !important;
        transition: all 0.3s ease;
    }

    /* 관리자바 있을 때 헤더를 그만큼 내려줌 */
    .admin-bar .site-header {
        top: 32px; /* 데스크탑용 워드프레스 admin bar 높이 */
    }

    /* 본문은 헤더만큼 밀어내기 */
    body {
        padding-top: 96px; /* 헤더 원래 높이 */
    }
}

/* 모바일에서 admin bar는 보통 46px */
@media screen and (max-width: 782px) {
    .admin-bar .site-header {
        top: 46px;
    }

    #content {
        padding-top: 72px; /* 헤더 원래 높이 */
    }

    /* 스크롤 시 로고 크기 줄이기 */
    .logo-shrink .custom-logo-link img {
        width: 90px !important;
        max-width: 90px !important;
        transition: all 0.3s ease;
    }

    .m-main-top-logo img{
        width: 100px !important;
    }
}


@media all and (max-width:1000px) {

}


