.popup-layer-content .divpop {
    position: absolute;
    top: 127px;
    left: 110px;
    display: none;
    width: auto;
    max-width: 100%;
    max-height: 887px;
    /* background-color: #2a2a32; */
    background-color: #ffffff;
    z-index: 100;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25);
}
.popup-layer-content .divpop > h2:hover {
	background-color: #008fd4;
}
.popup-layer-content .divpop > .button_area:hover {
    background-color: #585858;
	background-color: #235e91;
}

.popup-layer-content.active .divpop.on {
	z-index: 102;
}

.popup-layer-content .divpop.on {
	z-index: 101;
}

.popup-layer-content:nth-child(3n+1) .divpop {
    left: 110px;
}
.popup-layer-content:nth-child(3n+2) .divpop {
	left: 670px;
}
.popup-layer-content:nth-child(3n+3) .divpop {
	left: 1230px;
}


.divpop button {
	border: none;
	cursor: pointer;
}
.popup-layer-content:nth-child(1) .divpop:nth-child(1),
.popup-layer-content:nth-child(2) .divpop:nth-child(1),
.popup-layer-content:nth-child(3) .divpop:nth-child(1) {
  top: 127px;
}

.popup-layer-content:nth-child(1) .divpop:nth-child(2),
.popup-layer-content:nth-child(2) .divpop:nth-child(2),
.popup-layer-content:nth-child(3) .divpop:nth-child(2) {
  top: 177px;
}
.popup-layer-content:nth-child(1) .divpop:nth-child(3),
.popup-layer-content:nth-child(2) .divpop:nth-child(3),
.popup-layer-content:nth-child(3) .divpop:nth-child(3) {
  top: 227px;
}
.popup-layer-content:nth-child(1) .divpop:nth-child(4),
.popup-layer-content:nth-child(2) .divpop:nth-child(4),
.popup-layer-content:nth-child(3) .divpop:nth-child(4) {
  top: 277px;
}


.divpop > h2 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 22px;
    background-color: #3985bf;
    font-weight: 700;
	cursor: pointer;
	margin: 0;
}
.divpop input, .divpop select, .divpop textarea, .divpop button, .divpop img {
    vertical-align: middle;
}
.divpop img, .divpop a {
    border: 0 none;
}
.divpop img {
    overflow-clip-margin: content-box;
    overflow: clip;
	width: 100% !important;
	height: 550px !important;
}
.divpop .button_area {
    background-color: #2a2a32;
    padding: 12px 22px;
    text-align: right;
	cursor: pointer;
}

.divpop input[type='radio'], .divpop input[type='checkbox'] {
    border: 0 !important;
    margin: 1px !important;
    padding: 2px !important;
    height: 12px;
}
.divpop input[type='radio'], .divpop input[type='checkbox'] {
    border: 0 !important;
    margin: 1px !important;
    padding: 2px !important;
    height: 12px;
}
.divpop input, .divpop button {
    line-height: 100%;
}
.divpop input, .divpop select, .divpop textarea, .divpop button, .divpop img {
    vertical-align: middle;
}

.divpop .button_area > input[type="checkbox"], .divpop .button_area > label {
    display: inline-block;
    vertical-align: middle;
}
.divpop .button_area > label {
    color: #fff;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
}
.divpop label {
    cursor: pointer;
}
.divpop .button_area > button {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    height: 24px;
    padding: 0 10px;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    background-color: #656565;
    border-radius: 2px;
    margin-left: 10px;
    border: none;
}
.divpop .btn-popup-close {
    position: absolute;
    top: 5px;
    right: 8px;
    display: block;
    width: 13px;
    height: 13px;
    background: url(/images/popup/btn_close.gif) center center no-repeat;
    background-size: 13px 13px;
    border: none;
    text-indent: -5000rem;

	min-width: auto;
    padding: 20px;
	margin: 0;

  transition: all ease-in 0.3s;
  -webkit-transition: all ease-in 0.3s;
}
.divpop .btn-popup-close:hover {
	transform: scale(1.2);
	transform-origin: center center;
}