@charset "UTF-8";

/*************** 이미지 파일선택 input **************/
.image-pane{
    width: 280px;
    height: 330px;
    padding: 15px;
    /*border: 1px solid #B2B2B2;*/
    /*border-radius: 8px;*/
    /*background-color: #F5F5F5;*/
    box-sizing: border-box;
    align-items: center;
    /*margin: 0px 0px 0px 10%*/
}

img.board-image {
    width: 250px;
    height: 300px;
    object-fit: contain;
}
/* main popup image*/
.popup-img-box .image-pane{
    width: 100%;
    height: 100%;
    padding: 0;
}
.popup-img-box img.board-image {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

