@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Suit';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Heavy.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

* {
    font-family: 'Suit', sans-serif !important;
    word-break: keep-all;
}

html {
  overflow-y: auto;         /* 스크롤 필요 시에만 표시 */
  scrollbar-gutter: stable; /* 스크롤바 자리를 미리 확보 */
}


.color-icon{
    border-radius: 100px;
    width: 20px;
    margin-right: 5px;
    margin-top: -3px;
}

a {
    color: black;
}

.pointer{
    cursor: pointer;
}

.popup-search-box {
    background-color: rgba(0, 0, 0, 0.7);
}

.stack-item{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    /* max-width: 500px; */
    height: 500px;
}

#board-wrap .title {
    border-top: 2px solid black;
    font-size: 24px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
#board-wrap .idt{
    color: #aaa;
    border-bottom: 1px solid black;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
}
#board-wrap .files{
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid black;
    padding-left: 20px;
    padding-right: 20px;
}
#board-wrap .files .file-item{
    display: block;
    color: #0d6efd;
}
#board-wrap .content{
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
}

.mb-6{
    margin-bottom: 100px;
}

.ls-3{
    letter-spacing: 1.5px;
}
.ls-5{
    letter-spacing: 5px;
}

.fw-500{
    font-weight: 500;
}

.team-area-1 .team-card{
    background: #eaeaea;
    border-radius: 15px;
}
.team-card_img img{
    filter: none;
}
.team-card_img:before{
    background: none;
}
.product-card .product-title {
    font-weight: 500;
    font-size: 18px;
}
.product-card .price {
    color: #999;
    font-weight: 400;
    font-size: 16px;
}

.table-board{
    border: none;
    border-top: 1px solid black;
}
.table-board tr{
    border-bottom: 1px solid lightgray;
}
.table-board th, .table-board td{
    border: none;
    vertical-align: middle;
    padding: 20px;
}

.carousel{
  --gap: 20px;          /* 슬라이드 사이 간격 */
  --slide-w: 240px;     /* 기본 폭(이미지 비율/콘텐츠에 따라 달라도 OK) */
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel .group{
  display: flex;
  gap: var(--gap);
  will-change: transform;
}

.carousel .slide{
  flex: 0 0 auto;               /* 폭 자동/고정 모두 허용 */
  width: var(--slide-w);        /* 필요 시 조정; 안 맞으면 지워도 됨 */
}

.team-card{
  display: flex;
  flex-direction: column;
}

.team-card_img{
  overflow: hidden;
}

.team-card_img img{
  display: block;
  width: 100%;
  height: auto;                 /* 원본 비율 유지 */
  object-fit: cover;            /* 필요시 cover 유지 */
}

.team-card_content{
  padding-top: 8px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 접근성: 모션 최소화 선호 시 정지 */
@media (prefers-reduced-motion: reduce){
  .carousel .group{ transform: none !important; }
}


.header-layout2 .sidebar-btn.sticky{
    border-color: #666;
}
.header-layout2 .sidebar-btn .line.sticky{
    background: #666;
}

.btn.circle-btn:hover{
    background: #666;
}

.product-card .card-img-top{
  aspect-ratio: 1 / 1;           /* 정사각형 썸네일 */
  object-fit: cover;
}

.fs-40{
    font-size: 40px;
}
.fs-50{
    font-size: 50px;
}
.fs-60{
    font-size: 60px;
}
.text-666{
    color: #666;
}
.sec-title{
    font-size: 50px;
    color: #666;
}

.text-stroke {
    color: #fff;
    -webkit-text-stroke: 0.1px #000;
    text-stroke: 2px #000;
    -webkit-text-fill-color: #fff;
    font-weight: 800;
    font-size: 100px;
}
.text-stroke2{
    color: #F2EDE4;
    -webkit-text-fill-color: #F2EDE4;
}
.text-stroke3{
    color: #d4d4d5;
    -webkit-text-fill-color: #d4d4d5;
}
.text-stroke4{
    color: #fffef3;
    -webkit-text-fill-color: #fffef3;
}

.ver-div {
    width: 2px;
    background: black;
    display: inline-block;
    height: 15px;
    margin-left: 15px;
    margin-right: 15px;
    line-height: 10px;
}

.header-layout2 .sticky-wrapper.header-sticky {
    background: white;
}

.header-layout2 .sticky-wrapper.header-sticky .main-menu > ul > li > a {
    color: #666;
    margin-top: -10px;
}

.header-layout2 .sticky-wrapper.header-sticky .header-button .search-btn{
    color: #666;
}

.bg-theme {
    background-color: #f6f7f7 !important;
}
.sidemenu-wrapper .chat-btn{
    background: white;
}
.header-logo {
    padding-top: 5px;
    padding-bottom: 15px;
    width: 200px;
}
.preloader-inner span{
    border-color: white transparent transparent transparent;
}
.root_daum_roughmap .cont {
    margin-top: -1px;
    overflow: hidden;
    position: relative;
    display: none;
}

.hero-style5.main {
    padding-top: 500px;
    padding-bottom: 400px;
}

.hero-style5 .hero-title{
    font-size: 50px;
    letter-spacing: normal;
}

.client-list-wrap li{
    text-align: center;
}

.page-item .page-link {
    background: white;
    padding: 10px 20px;
}
.page-item.active .page-link{
    border: 2px solid #666;
    border-radius: 100px;
}




.cate-item {
    cursor: pointer;
    display: inline-block;
    border: 1px solid #666;
    padding: 10px 20px;
    margin-right: 10px;
}
.cate-item:hover{
    background: #666;
    color: white;
}

#no-data {
    text-align: center;
    font-size: 16px;
    padding: 150px 0 150px 0;
}
#no-data i{
    font-size: 150px;
    color: lightgray;
    display: inline-block;
    margin-bottom: 20px;
}

.sub-nav-item{
    font-size: 20px;
    color: #666;
}
.sub-nav-item.active{
    font-weight: bold;
    color: black;
}
.sub-nav-item:hover{
    color: black;
    font-weight: bold;
}

.main-menu a {
    font-size: 16px;
    letter-spacing: 3px;
}

.cta-area-1 .sec-title {
    font-size: 50px;
}


.product-card .product-img {
    border-radius: 15px;
}



.widget-about .about-text {
    font-size: 13px;
}

.award-wrap-area .single-award-list.style2 .award-details h4 {
    font-size: 28px;
}

.scroll-top {
    z-index: 100;
}


div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #666 !important;
}


@media (max-width: 991px) {

    .cate-wrap{
        margin-bottom: 20px;
    }

    .hero-style5 .hero-title {
        font-size: 50px;
    }
    .shop__inner-wrap .row .col-70 {
        margin-top: 50px;
    }
    .shop__sidebar {
        margin-top: 0 !important;
    }
    .page-item .page-link{
        padding: 5px 10px;
    }
    .hero-style5 {
        padding-top: 150px;
        padding-bottom: 50px;
    }
    .client-list-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width: 767px) {
    /* 모바일(가로 768px 이하)에서는 숨김 */
    .mobile-none {
      display: none;
    }

    #board-wrap .files {
        padding-left: 0;
        padding-right: 0;
    }
    #board-wrap .title {
        border-top: 2px solid black;
        font-size: 18px;
        padding-top: 30px;
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
    #board-wrap .idt {
        color: #aaa;
        border-bottom: 1px solid black;
        padding-bottom: 25px;
        padding-left: 0px;
        padding-right: 0px;
        font-size: 14px;
    }
    #board-wrap .content {
        margin-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    #header-logo-wrap{
        padding-left: 20px;
    }
    .hero-style5 {
        padding-left: 10px;
    }
    .px-20{
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .product-card .product-title {
        font-size: 16px;
        word-break: break-all;
    }
    .shop__inner-wrap .row .col-30 {
        padding-left: 20px;
        padding-right: 20px;
    }
    .shop__inner-wrap .row .col-70 {
        margin-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-item.active .page-link {
        border: 1px solid #666;
    }
    .product-card .product-img {
        margin: 0 0 10px 0;
    }
    .product-card .price {
        font-size: 12px;
        line-height: 18px;
    }
    .color-item{
        text-align: center;
    }
    .color-icon {
        margin-right: 0;
    }

    .navbar-right{
        padding-top: 5px;
    }
    .sidebar-btn {
            height: 40px;
            width: 40px;
        }
    .header-logo {
        padding-bottom: 8px;
        width: 150px;
    }

    .hero-style5 .hero-title {
            font-size: 30px;
        }

    .carousel #new-wrap .slide {
        width: 150px;
    }

    #no-data {
        padding: 50px 0 50px 0;
    }

    .sub-nav-item{
        font-size: 16px;
    }
    .hero-pagination {
        gap: 5px;
    }
    .sec-title {
        font-size: 32px;
    }
    .mb-6{
        margin-bottom: 70px;
    }
    .stack-item {
        height: 200px;
    }
    .cta-area-1 .sec-title {
        font-size: 30px;
    }
}



@media (min-width: 992px) {
    #header-logo-wrap{
        position: absolute;
    }
}
