/* CSS Document */

/*popup*/
.overlay {display: none;width:100%;height:100%;background: rgba(0,0,0,0.75);position:fixed;top: 0;left: 0;z-index:100;}
.popup.inner {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);z-index: 101;width: 90%;max-width: 800px;height: auto;text-align: center;padding: 3%;background: #fff;}
.popup .close_btn {position: absolute;top: -15px;right: -15px;display: block;margin-left: auto;border: none;border-radius: 50%;width: 40px;height: 40px;font-size: 18px;line-height: 40px;background: #949494;color: #fff;text-align: center;padding: 0;cursor: pointer;}
.popup .scroll_img {display: block;width: 100%;height: 100%;overflow: scroll;}
.popup .scroll_img img {width:100%;height:auto;}

@media screen and (max-width:480px){
.popup .close_btn {width: 30px;height: 30px;font-size: 16px;line-height: 30px;}
}
