/* @font-face {
    font-family: 'Cafe24Ssurround';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2105_2@1.0/Cafe24Ssurround.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

.overlay{
    position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    /* background-color: white; */
    background-color: #d0dce5;
    z-index: 21;
}

.file-install-container{
    position:fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:435px;
    height:219px;
    border-radius: 12px;
    background-color: #eeeeee;
    .file-install-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 21px;
        padding-right:21px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        height:42px;
        background-color:#03c8ff;
        font-size: 18px;
        color: #fff;
        font-weight: normal;
        font-stretch: normal;
        font-family: 'Cafe24Ssurround';
        > p{
            font-size: 18px;
            margin:0;
        }
        .close-btn{
            background: none;
            border: none;
            cursor: pointer;
            padding: 0;
        }
        .close-btn img{
            width: 16px;
            height: 16px;
            object-fit: contain;
            cursor: pointer;
        }
    }

    .file-install-body{
        /* display: flex; */
        flex-direction: column;
        /* height: 76px; */
        padding:22px 16px 0px 20px;
        font-family: 'Cafe24Ssurround';
        color:#333;
        .install-path{
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-size: 19px;
            margin-bottom: 19px;
            > input[type='text']{
                border:none;
                width:250px;
                height: 33px;
                font-size: 16px;
                font-family: 'NotoSansKR';
                font-weight: bold;
                color: #333;
                border-radius: 5px;
                box-shadow: 0px 2px 13px 0 rgba(194, 194, 194, 0.2);
                outline: none;
                box-sizing: border-box;
                padding: 10px 9px;
                cursor: default;
            }
            > button{
                width:54px;
                height:35px;
                background-color: #fff;
                font-size: 15px;
                font-family: 'Cafe24Ssurround';
                color: #5b5b5b;
                border-radius: 5px;
                border:none;
                box-shadow: 0px 2px 13px 0 rgba(194, 194, 194, 0.2);
                cursor: pointer;
            }
            > button:hover{
                background-color: #D4E4F2;
            }
        }
        .desktop-check{
            display: flex;
            align-items: center;
            > input[type='checkbox']{
                width:22px;
                height:22px;
                margin-right: 10px;
                cursor:pointer;
                appearance: none;
                border: solid 1.3px #00b2e3;
                background-color: #fff;
                border-radius: 3px; 
                position: relative;
                outline: none; 
            }
        }
        .desktop-check > input[type='checkbox']:checked {
            background-color: #00b2e3;
        }
        
        .desktop-check > input[type='checkbox']:checked::after {
            content: '';
            position: absolute;
            top: 50%; 
            left: 50%;
            transform: translate(-50%, -50%);
            width: 14px;
            height: 12px;
            background-image: url(./images/checked_arrow.png); 
            background-size: contain;
            background-repeat: no-repeat;
        }
    }

    .file-install-btn {
        display: flex;
        justify-content: center;
        margin-top:17px;
        > button {
        width:83px;
        height:35px;
        font-family: 'Cafe24Ssurround';
        font-size: 18px;
        font-weight: bold;
        color:#fff;
        border:none;
        border-radius: 5px;
        box-shadow: 0px 2px 13px 0 rgba(194, 194, 194, 0.2);
        background-color: #03c8ff;
        cursor: pointer;
        }
    }
    
    .install-progress{
        > p{
            display: flex;
            justify-content: center;
            margin-top: 39px;
            height:18px;
            font-size: 19px;
            color:#333;
            font-family: 'Cafe24Ssurround';
        }
        .install-progress-area{
            margin-top:17px;
            height:15px;
            display: flex;
            align-items: center;
            /* justify-content: center; */
            align-items: center;

            .progress-text {
                margin-left:12px;
                font-family: 'NotoSansKR';
                font-weight: bold;
                color:#333;
                line-height: 1.63;
            };

            .install-progressbar {
                width: 320px;
                height: 15px;
                border-radius: 7.5px;
                margin-left: 41px;
                appearance: none;
                background-color: #fff;
                box-shadow: 0px 2px 13px 0 rgba(194, 194, 194, 0.6);
            }
            
            .install-progressbar::-webkit-progress-bar {
                background: #fff;
                border-radius: 7.5px;
            }
            
            .install-progressbar::-webkit-progress-value {
                background: #00b2e3;
                border-radius: 7.5px;
            }
            
            .install-progressbar::-moz-progress-bar {
                background: #00b2e3;
                border-radius: 7.5px;
            }
        }
        .install-cancel-btn{
            display: flex;
            justify-content: center;
            margin-top:32px;
            > button {
                width:83px;
                height:35px;
                font-family: 'Cafe24Ssurround';
                font-size: 18px;
                font-weight: bold;
                color:#333;
                border:none;
                border-radius: 5px;
                box-shadow: 0px 2px 10px 0 rgba(194, 194, 194, 0.2);
                border: solid 1.5px #e7e7e7;
                background-color: #fff;
                cursor: pointer;
            }
        }
    }

    .already-exist {
        padding:19px;
        > p{
            display: flex;
            justify-content: center;
            /* margin-top: 50px; */
            /* height:18px; */
            font-size: 19px;
            color:#333;
            font-family: 'Cafe24Ssurround';
            text-align: center;
            line-height: 1.38;
        }
        .exist-check-btn {
            display: flex;
            justify-content: center;
            margin-top:22px;
            > button {
                width:83px;
                height:35px;
                font-family: 'Cafe24Ssurround';
                font-size: 18px;
                font-weight: bold;
                color:#fff;
                border:none;
                border-radius: 5px;
                box-shadow: 0px 2px 13px 0 rgba(194, 194, 194, 0.2);
                background-color: #03c8ff;
                cursor: pointer;
            }
        }
    }
    .install-success,.install-cancel {
        > p{
            display: flex;
            justify-content: center;
            margin-top: 50px;
            height:18px;
            font-size: 19px;
            color:#333;
            font-family: 'Cafe24Ssurround';
        }
        .install-check-btn, .cancel-check-btn {
            display: flex;
            justify-content: center;
            margin-top:32px;
            > button {
                width:83px;
                height:35px;
                font-family: 'Cafe24Ssurround';
                font-size: 18px;
                font-weight: bold;
                color:#fff;
                border:none;
                border-radius: 5px;
                box-shadow: 0px 2px 13px 0 rgba(194, 194, 194, 0.2);
                background-color: #03c8ff;
                cursor: pointer;
            }
        }
    }
    /* .install-cancel {
        > p{
            display: flex;
            justify-content: center;
            margin-top: 50px;
            height:18px;
            font-size: 19px;
            color:#333;
            font-family: 'Cafe24Ssurround';
        }
        .cancel-check-btn {
            display: flex;
            justify-content: center;
            margin-top:32px;
            > button {
                width:83px;
                height:35px;
                font-family: 'Cafe24Ssurround';
                font-size: 18px;
                font-weight: bold;
                color:#fff;
                border:none;
                border-radius: 5px;
                box-shadow: 0px 2px 13px 0 rgba(194, 194, 194, 0.2);
                background-color: #03c8ff;
                cursor: pointer;
            }
        }
    } */
}