.postcode-layer {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 700px;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #ddd;
    z-index: 10000;
}

.postcode-header {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    font-weight: 600;
}

.postcode-header .title {
    font-size: 20px;
}

.postcode-header .btn-close {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    font-size: 38px;
    cursor: pointer;
}

.postcode_box{
    width: 600px;
    background: #fff;
    position: absolute;
    top: 30px;
    left: -300px;
    margin-left: 50%;
}

/*#daumPostBody {*/
/*    width: 100%;*/
/*    height: calc(100% - 48px);*/
/*}*/