.global_popup {position:absolute;z-index:1000;background-color: #fff;}
.popup_close {display: flex;align-items: center;justify-content: space-between;padding: 10px 15px;background-color: #000;}
.popup_close a {font-size: 13px;color: #fff;font-weight: 500;}
.movelayer {cursor: move;}
.popup_in img {display: block;max-width: 100%;width: auto !important;}
.pop_open {position: fixed;right: 40px;bottom: 40px;z-index: 100;width: 74px;height: 74px;}
.pop_open a {position: relative;display: block;opacity: 0.7;}
.pop_open a:before {position: absolute;left: 0;top: 0;content: "";width: 74px;height: 74px;background-repeat: no-repeat;background-position: center center;background-image: url("/exec/popup/pop_alarm_hover.png");}
.pop_open a:hover {opacity: 1;}
.pop_open {transform-origin: top;animation: bell 2s infinite linear;}
.pop_open .cnt {position: absolute;right: -3px;top: -5px;background-color: #cb4b4b;display: flex;align-items: center;justify-content: center;width: 26px;height: 26px;font-size: 13px;color: #fff;font-weight: 500;border-radius: 50%;z-index: 60001;}
.is-popup .pop_open {animation: none;}
.is-popup .pop_open .cnt {display: none;}
@keyframes bell{0%, 50%{transform: rotate(0deg);}5%, 15%, 25%, 35%, 45% {transform: rotate(3deg);}10%, 20%, 30%, 40% {transform: rotate(-3deg);}}

@media (max-width: 991px) {
	.global_popup {margin-left: 0 !important;margin-top: 0 !important;left: 0 !important;top: 0 !important;}
	.pop_open {width: 37px;height: 37px;bottom: 20px;right: 20px;}
	.pop_open a:before {width: 37px;height: 37px;-webkit-background-size: 37px auto;background-size: 37px auto;}
}