.showimage {
    position: fixed;
    height: auto;
    z-index: 9999;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 10px;
    overflow: hidden;
}

/*#showimage1 {*/
/*    width: 35%;*/
/*    !*top: 180px;*!*/
/*    top: 100px;*/
/*    left: 5%;*/
/*}*/

#showimage2 {
  width: 50%;
top: 180px;
    top: 100px;
    right: 5%;
}

/*#showimage3 {*/
/*    width: 51%;*/
/*    !*top: 180px;*!*/
/*    top: 100px;*/
/*    right: 5%;*/
/*}*/

#showimage6{

}

.pop_inner_temp {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
}

.img_pop {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_pop img {
    width: 100%;
}

.check_pop {
    background-color: transparent !important;
    width: 100%;
    font-size: 14px;
    padding-bottom: 15px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.check_pop input {
    margin-right: 5px;
}

.check_pop label {
    cursor: pointer;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
    display: flex;
    align-items: center;
}

.check_pop label input {
    margin-right: 5px;
    cursor: pointer;
}

a.btn_close {
    cursor: pointer;
    color: #111;
    font-family: 'Pretendard-Regular', sans-serif;
}


































/* mobile */
@media screen and (max-width: 767px) {

    /*#showimage1,*/
    /*#showimage2,*/
    /*#showimage3{*/
    /*    width: 90%;*/
    /*    top: 80px;*/
    /*    left: 50%;*/
    /*    transform: translateX(-50%);*/
    /*}*/
    #showimage2{
        width: 95%;
        right: 3%;
    }
    #showimage6{

    }
    .pop_inner_temp {
        padding: 5px;
    }

    .check_pop {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .check_pop label {
        cursor: inherit;
    }

    .check_pop label input {
        cursor: inherit;
    }

    a.btn_close {
        cursor: inherit;
    }

}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    /*#showimage1,*/
    /*#showimage2,*/
    /*#showimage3{*/
    /*    width: 55%;*/
    /*    top: 80px;*/
    /*    left: 5%;*/
    /*}*/

      #showimage6{

    }

    .pop_inner_temp {
        padding: 10px;
    }

    .check_pop {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .check_pop label {
        cursor: inherit;
    }

    .check_pop label input {
        cursor: inherit;
    }

    a.btn_close {
        cursor: inherit;
    }

}
