@import "customSelect.css";
@import "popup.css";

@font-face {
    src: url("../../fonts/oneMobileTitle.otf");
    font-family: "oneMobT";
}
@font-face {
    src: url("../../fonts/oneMobileBold.otf");
    font-family: "oneMobB";
}
@font-face {
    src: url("../../fonts/oneMobileRegular.otf");
    font-family: "oneMobR";
}

.permit_box{
    width:  calc(100% - 3vh);
    height: 4vh;
    position: absolute !important;
    bottom: 12vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    flex-direction: column;

    background: linear-gradient(to top, #25282F, #3D414D);
    border-radius: 1.2vh;
    box-shadow: 0 0 3px #000, inset 0 0 2px #7E869B;
    position: relative;

    cursor: pointer;
}
.permit_btn{

}
.margin_left_10{
    margin-left: 10px;
}
.check_custom{
    accent-color: #01C980;
}

.pd_box{

    position: absolute;

    width: 1300px;

    top: 150px;
    left: 300px;

    background-color: #1E2021;

    display: none;

    text-align: left;

    padding: 20px;

    border: 2px solid #3D414D;
    border-radius: 3px;

    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);


    font-size: 20px;

    color: #FFF;

    line-height: 1.4;

    z-index: 2;
    padding: 20px;
    border-radius: 10px;

}
.img_box{
    width: 850px;
    height: 604px;

}
.document_box{
    margin-left: 20px;
    width: 430px;
    height: 604px;

}
.permit_box1{
    width: 430px;
    height: 50px;

}
.permit_box1_title{
    width: 410px;
    height: 50px;
    background: #3D414D;
    border-radius: 10px;
    font-size: 20px;
}
.permit_box1_close{
    height: 50px;
    font-size: 20px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}
.permit_box1_close:hover{
    color: #01C980;
}
.permit_box2{
    width: 390px;
    height: 200px;
    background: #3D414D;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 20px;
}

.permit_box3{
    width: 430px;
    height: 210px;
    background: #3D414D;
    border-radius: 10px;

}
.permit_box4{

    height: 50px;
}
.permit_btn_1{
    width: 205px;
    height: 50px;
    background: #3D414D;
    border-radius: 10px;
    background: linear-gradient(to top, #25282F, #3D414D);
    box-shadow: 0 0 2px #000, inset 0 0 2px #7E869B;
    cursor: pointer;
    margin: 0 10px;
    font-size: 20px;

    transition-duration: 0.3s;
}
.permit_btn_1:hover{
    background: #01C980;
}
.permit_btn_1:active{
    margin-left: 5px;
    margin-top: 5px;
    box-shadow: none;
}
.margin_top_20{
    margin-top: 20px;
}
.permit_detail_title{
    box-shadow: 0 0 3px #000, inset 0 0 1px #7E869B;
    border-top-right-radius: 1.5vh;
    border-top-left-radius: 1.5vh;
    z-index: 1;
    font-size: 17px;
    color: #F9F9FA;
    padding: 15px;
    width: 400px;
    position: relative;
    top:0;
    font-size: 20px;
}
.permit_detail{
    width: 430px;
    height: 170px;

}
.permit_detail_textarea{
    margin: 15px 15px;
    width: 397px;
    height: 115px;
    border: none;
    resize: none;
    background: #3D414D;
    color: #F9F9FA;
}
.permit_img{
    width: 100%;
    height: 100%;
    border-radius:10px;
    cursor: pointer;
}
.permit_a{
    width: 850px;
    height: 604px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.permit_a:hover:before {
    content: "협공 바로가기";
    color: white;
    font-size: 50px;
    position: absolute;
    background-color: rgba(126, 134, 155, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius:10px;
}
.permit_a:hover{

    /*opacity: 50%*/
}
.hyeopgong_text{
    position: absolute;
    color: white;
    font-size: 50px;
    display: none;
}
.hyeopgong_text:hover{
    display: block;
    cursor: pointer;
}
.hyeopgong_text:hover .permit_a{
    background-color: #7E869B;
    opacity: 50%
}

.permit_a:hover ~ .hyeopgong_text {
    display: block;
}
