/* ------------------------- */
/* µ¿¿µ»ó ¸ð´Þ ½ºÅ¸ÀÏ (Clean Ver.) */
/* ------------------------- */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.modal-content {
    background: #fff;
    padding: 0;
    border-radius: 5px;
    position: relative;
    width: 90%;
    max-width: 1200px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}
.modal-close {
    position: absolute;
    top: -15px;
    right: -15px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #555;
    z-index: 1002;
}
.video-wrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    height: 0;
    overflow: hidden;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* pdf css*/
#pdfCloseButton {
	position: fixed;
    top: 50px;
    right: 20px;
    z-index: 10001;
    
    /* ¹öÆ° µðÀÚÀÎ (ÅØ½ºÆ® ¹öÆ°¿ëÀ¸·Î ¼öÁ¤) */
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    width: auto;
    height: auto;
    padding: 10px 18px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#pdfCloseButton:hover {
    background-color: rgba(0, 0, 0, 0.9);
    border-color: white;
}


.pro-list > ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pro-list .prod-item {
    display: flex;
    margin-bottom: 20px;
    
}

.pro-list .list-area {
    width: 100%;
    height: 100%; 
    
    display: flex;
    flex-direction: column;
    
    justify-content: space-between; 
    
    border: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    border-radius: 5px;
    overflow: hidden;
}

.pro-list .list-area dl {
    margin: 0;
}

.pro-list .list-area .btn-sec {
    flex-shrink: 0;
    
    padding: 0 15px 15px 15px; 
}

.pro-list .list-area dt img {
    width: 100%;
    height: auto;
    display: block;
}

.pro-list .list-area dd {
    padding: 15px;
    margin: 0;
}

.pro-list .prod-item {
    vertical-align: unset !important;
}