﻿.photoFrame {
    width: 300px;
    height: 300px;
}

.photoFrame:hover {
    cursor: pointer;
}

#multi-imageFile {
    background-color: #5bbc9b;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 14px;
    line-height: normal;
    font-family: 'NanumSquare','Noto Sans KR', '맑은고딕', 'Malgun Gothic', '나눔고딕', 'nanumgothic', '돋움', Verdana;
}


#imageFile {
    /* 불러오기 버튼 */
    background-color: #5bbc9b;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    width:100%;
}

#imageFile:hover {
    /* 불러오기 버튼 */
    background-color: #3cc094;
    color: #000;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 0 0 4px #fff, 0 0 0 5px rgb(0 0 0 / 10%);
}

.grid_box4 {
    display: grid;
    width: 100%;
    grid-template-columns: 90px 1fr;
    /* grid-auto-rows:50px; */
    grid-auto-rows: minmax(4em, auto);
    grid-gap: 1rem;
    justify-items: start;
    align-items: center;
}

.item4:nth-child(1) {
    justify-self: end;
    text-align: center;

}

.item4:nth-child(2) {
    justify-self: start;
   /*  width: 100%; */

}

.item4:nth-child(3) {
    justify-self: end;
    text-align: center;
    align-self: start;
}

.item4:nth-child(4) {
    justify-self: start;
    text-align: left;
    width: 100%;
}
.item4:nth-child(5) {
    justify-self: end;
    text-align: center;
    align-self: start;
}

.item4:nth-child(6) {
    justify-self: start;
    text-align: left;
    width: 100%;
}

.form_select select {
    background-color: transparent;
    width: 100%;
    border: 0;
    height: 38px;
    line-height: 24px;
    font-size: 16px;
    color: #000;
    position: relative;
    z-index: 1;
    text-align: left;
    padding-left: 10px;
    font-weight: 100;
}

.form_select {
    display: inline-block;
    position: relative;
    width: 100%;
    vertical-align: middle;
    height: 38px;
    background-color: #fff;
    border: 1px solid #dddddd;
    overflow: hidden;
}
.form_select:before {
    content: '';
    width: 32px;
    height: 36px;
    background-position: 0 -4px;
    /* background-image: url(/img/icon_select_arr.gif); */
    background-repeat: no-repeat;
    vertical-align: top;
    display: inline-block;
    overflow: hidden;
    line-height: 0;
    color: transparent;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: 1;
}












@media screen and (max-width:520px) {
    .grid_box4 {
        grid-template-columns: 1fr;
        grid-gap: 0;
        grid-auto-rows: minmax(0em, auto);
    }

    .item4:nth-child(1) {

        justify-self: start;
        align-self: end;
    }

    .item4:nth-child(3) {
        justify-self: start;

        align-self: end;
    }

    .emptyBox {
        display: none;
    }

}

#canvas {
    display: none;
}

#btn_reflash{
    background-color: #ffffff;
    border: .0625rem solid #a9acaa;
    border-radius: 4px;
    color: #0b57d0;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1rem;
    margin: 10px 1px;
    min-width: 5.5rem;
    padding: 10px 2px;
    position: relative;
    text-align: center;  
    font-family: 'NanumSquare','Noto Sans KR', '맑은고딕', 'Malgun Gothic', '나눔고딕', 'nanumgothic', '돋움', Verdana;
}
#btn_reflash:hover{
    background-color: #d2eaf3;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 0 0 4px #fff, 0 0 0 5px rgb(0 0 0 / 10%);
}

#btn_Rotate {
    background-color: #ffffff;
    border: .0625rem solid #a9acaa;
    border-radius: 4px;
    color: #0b57d0;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1rem;
    margin: 10px 1px;
    min-width: 5.5rem;
    padding: 10px 2px;
    position: relative;
    text-align: center;
    font-family: 'NanumSquare','Noto Sans KR', '맑은고딕', 'Malgun Gothic', '나눔고딕', 'nanumgothic', '돋움', Verdana;
}

#btn_Rotate:hover {
    background-color: #d2eaf3;
   
  
  
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 0 0 4px #fff, 0 0 0 5px rgb(0 0 0 / 10%);

}

#btn_Save {
    
    padding: 30px 50px;
    background-color: #ffffff;
    border: .0625rem solid #a9acaa;
    border-radius: 4px;
    color: #0b57d0;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1rem;
    margin: .375rem .5rem .375rem 0;
    min-width: 5.5rem;
    position: relative;
    text-align: center;
    font-family: 'NanumSquare','Noto Sans KR', '맑은고딕', 'Malgun Gothic', '나눔고딕', 'nanumgothic', '돋움', Verdana;

}

#btn_Save:hover {
    background-color: #d2eaf3;
   
    border-radius: 4px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 0 0 4px #fff, 0 0 0 5px rgb(0 0 0 / 10%);

}

.NameC {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: fit-content;
    padding: 7px 8px;
    background-color: #fff;
    border: 1px solid #dddddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.input_box {
    width: 100%;
    border: 0;
    color: #000;
    line-height: 24px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 100;
    font-size: 16px;
    font-family: 'NotoKr';
    background-color: #efefef;
}

.comments {
    width: 100%;
    border: 0;
    color: #000;
    line-height: 24px;
    vertical-align: top;
    -webkit-appearance: none;
    outline: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-weight: 100;
}
