@charset "utf-8"; /* default setting */

.layerPopup {
    display: none;
    position: absolute;
    width: 100%;
    background: #fff;
    z-index: 1000;
    left: 100px;
    top: 100px;
    max-width: 460px;
}

.layerPopup .layerContent {
    position: relative;
    background: #ffffff;
    border: 2px solid #111111;
    margin: 0;
}


.layerPopup .layerContent .layerHeader {
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 60px 15px 20px;
}

.layerPopup .layerContent .layerHeader .newtit {
    font-size: 18px;
    display: inline-block;
    color: #111;
    margin-right: 10px;
    font-family: 'notokr-bold', sans-serif;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    word-break: break-all;
    font-weight: bold;
}

.layerPopup .layerContent .layerHeader button {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    width: 49px;
    height: 49px;
    background: url("../images/common/common_sfix_icon.png") no-repeat -236px -35px;
    border:0px;
    border-left: 1px solid #e7e7e7;
}
.layerPopup .layerContent .layerBody {
    position: relative;
    overflow: hidden;
    line-height: 18px;
}

.layerPopup .layerContent .layerFooter {
    position: relative;
    padding: 15px 20px;
    text-align: left;
    border-top: 1px solid #e7e7e7;
}

.layerBody img{
    width: 460px;
}