@charset "utf-8";
@import url(/font/font.css);

#pop_zone {
    position: absolute;
    top: 0px;
    left: 0%;
    width: 100%;
    margin-left: 0px;
    z-index: 9999;
}
#pop_zone .pop {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;font-size:0;
	/* border:3px solid #024795; */
	border:3px solid #124885;
}

/* #pop_zone .bgTop {overflow-x:hidden;width:100%;height:4px !important;background:#aac208;}
#pop_zone .bgTop .bgL {float:left;width:33.33%;height:4px !important;background:#1ab7ea;}
#pop_zone .bgTop .bgR {float:right;width:33.33%;height:4px !important;background:#eb439a;} */

#pop_zone .pop .ct {
	background: #fff;
	width: 100%;
	height: expression( this.scrollHeight > 99 ? "100px" : "auto" );
	overflow-y: auto;
	height:100%;
}

#pop_zone .pop .ct p img{
	margin-bottom:-21px;
}

#pop_zone .pop .ct img {
	display:block;
	font-size:0
}


.pop .close {
    position: relative;
    height: 30px;
	/* background:#024795; */
	background:#124885;
    padding: 4px 6px 0;
    width:calc(100% - 12px);
    margin-left:-3px;
    /* border:3px solid #024795; */
    border:3px solid #124885;
}

.pop .close label {
	font-size: 13px;
	color: #fff;
}

.pop .close label input {
    margin-top:-4px;
}

.pop .close button {
	position: absolute;
	top: 3px;
	right: 0;
	width: 30px;
	height: 30px;
	background: url(../img/board/close.png) no-repeat center;
	font-size: 0;
}

@media screen and (max-width:760px) {


    #pop_zone .pop {
        box-sizing:border-box
    }

    #pop_zone {
        top: 140px;
        left: 0;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 0 10px 0 10px;
        text-align: center;
    }

        #pop_zone .pop {
            display: inline-block;
            position: relative;
            top: 0 !important;
            left: 0 !important;
            margin: 0 5px 5px 0;
            vertical-align: middle;
            text-align: left;
            width: 100% !important;
            height:auto !important;
        }

        #pop_zone .pop .ct img {
	        width:100% !important;
        }
}
