/*사용자 정의 CSS*/
@media (max-width: 860px) {

    .layer_pop.layer_pop0{

        left: 50% !important;

        transform: translate(-50%);

        width: calc(100% - 40px) !important;

        height: auto !important;

    }

    .layer_pop .pop_top {

        display: flex !important;

        align-items: center !important;

    }

    .layer_pop .pop_top .tit{

        width: calc(100% - 40px) !important;

        line-height: 1.2 !important;

    }

}