<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* pop_event */
#eventPopupArea {position: fixed; z-index: 999; right: 4.5rem; top:50%; transform: translateY(-50%);animation: eventMv .7s ease infinite alternate;
-webkit-animation-name:eventMv;
-webkit-animation-iteration-count:infinite;
-webkit-animation-timing-function:ease;
-webkit-animation-duration:.7s;}
@-webkit-keyframes eventMv {
  from {
    top:50%;
  }
  to {
    top:52%;
  }
}
.pop_event { position: relative; z-index: 999;}
.pop_event a { display: block;max-width: 228px;}
.div_btn_close { position: absolute;cursor: pointer;right: 4%;top: -1%; width: 25px;}
.div_btn_close a { width: 100%}

@media only screen and (max-width: 1200px) {
    #eventPopupArea {right:.5rem}
    .pop_event { width: 180px}
    .div_btn_close { width: 20px;right: 3%;top: -3%;}
}
@media only screen and (max-width: 768px) {
	.pop_event { width: 150px}

}
@media only screen and (max-width: 450px) {
	
	.pop_event { width: 120px}
}


</pre></body></html>