@charset "utf-8";

/* IP Products 페이지 스타일 */

/* 그리드 아이템 크기 통일 */
.vlt-isotope-grid .grid-item {
    width: 50%;
    margin-bottom: 60px;
}

.vlt-isotope-grid .grid-item .vlt-work {
    height: 100%;
}

.vlt-isotope-grid .grid-item .vlt-work__media {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.vlt-isotope-grid .grid-item .vlt-work__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.vlt-isotope-grid .grid-item .vlt-work__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.vlt-isotope-grid .grid-item .vlt-work__meta {
    padding: 20px 0;
}

/* 카테고리 그리드 스타일 */
.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

/* 카테고리 버튼 스타일 */
.category-btn {
    padding: 15px;
    /*background: #00aeef;*/
    color: #416171;
    border-radius: 10px;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    line-height: 1.2;
    height: 200px;
    /*border-color: #7c7c7c;*/
    /* 1 */
    /*background: linear-gradient(top, rgba(38, 38, 38, 0.8), #e6e6e6 25%, #ffffff 38%, #c5c5c5 63%, #f7f7f7 87%, rgba(38, 38, 38, 0.8));*/
    /*background: -webkit-linear-gradient(top, rgba(38, 38, 38, 0.5), #e6e6e6 25%, #ffffff 38%, rgba(0, 0, 0, 0.15)  63%, #e6e6e6 87%, rgba(38, 38, 38, 0.4));*/
    background: linear-gradient(348deg, #9cb6c5 10%, #ececec 45%, #afcad2 80%);

}

.category-btn:hover {
    color: #004263;
    text-decoration: none;
    border: 1px solid #7c7c7c;
}

/* 글쓰기 버튼 스타일 */
.write-btn {
    display: inline-block;
    padding: 12px 20px;
    background: #00aeef;
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.write-btn:hover {
    color: white;
    text-decoration: none;
    background: #0098d4;
}

/* IP Products 소개 텍스트 스타일 */
.ip-products-intro {
    text-align: left;
    margin-bottom: 60px;
}

.intro-title {
    /*font-size: 2.5em;*/
    font-weight: bold;
    margin-bottom: 30px;
    color: #000;
}

.intro-description {
    font-size: 18px;
    /*line-height: 1.6;*/
    margin-bottom: 4px;
    /*color: #000;*/
}
