.dim-popup .pop-info {
    position: absolute;
    z-index: 1003;
}

.dim-popup .pop-info .outter {
    margin: 0 auto;
    width: 406px;
    position: fixed;
    left: 50%;
    margin-left: -203px;
    top: 260px;
    height: auto;
    display: none;
    zoom: 1;
}

.dim-popup .pop-info .big-msg {
    font-size: 20px;
}

/* Dim Layer Popup */

.dim-popup .pop_bg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    zoom: 1;
    display: none;
}

.dim-popup .pop-check-info{
    display: none;
}

.dim-popup .pop-custom {
    width: 100%;
    z-index: 1001;
}

.dim-popup .pop-custom .outter {
    width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    margin: 0 auto;
    z-index: 1002;
    display: none;
}
.dim-popup .pop-custom .outter *{
    box-sizing: border-box;
}

.dim-popup .pop-custom .popup-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 6px;
    background: none;
}

.dim-popup .pop-custom .popup-header .custom-checkbox {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.dim-popup .pop-custom .popup-header .custom-checkbox input[type=checkbox] {
    position: absolute; left: -2px; top: -2px;
    width: 1px; height: 1px;
    visibility: hidden;
}

.dim-popup .pop-custom .popup-header .custom-checkbox label:before {
    display: inline-block;
    width: 20px; height: 20px;
    margin-right: 4px;
    cursor: pointer;
    background-image: url(../img/ico-tick-circle.png);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    content: '';
}
.dim-popup .pop-custom .popup-header .custom-checkbox label:hover:before {
    background-image: url(../img/ico-tick-circle-on.png);
}
.dim-popup .pop-custom .popup-header .custom-checkbox span {
    font-size: 16px;
    color: #c5cee0;
    vertical-align: middle;
}
.dim-popup .pop-custom .popup-header .popup-exit {
    font-size: 28px;
    color: #c5cee0;
    cursor: pointer;
    margin-top: 1px;
}

.dim-popup .pop-custom .popup-content {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.dim-popup .pop-custom .content-btm {}
.dim-popup .pop-custom .popup-content .content-top .cap{
    font-family: S-CoreDream-4;
    font-size: 25px;
    line-height: 1.6;
    letter-spacing: -0.63px;
    text-align: center;
    color: #222;
}
.dim-popup .pop-custom .popup-content .content-top .title{
    font-family: S-CoreDream-6;
    font-size: 45px;
    font-weight: bold;
    line-height: 1.75;
    letter-spacing: -1.13px;
    text-align: center;
    color: #0092d3;
}
.dim-popup .pop-custom .popup-content .content-btm{
    display: flex;
    justify-content: center;
}
.dim-popup .pop-custom .popup-content .content-btm .dim-link-btn {
    display: block;
}

.dim-popup .pop-custom .popup-content .content-btm .dim-link-btn img {
    width: 100%;
}
