/* 이벤트 기본 설정 */
.mdevice {
	--width: 720;
  }
  .evt-func {
	position: relative;
  }
  
  /* 이벤트 상세*/
  html {
	scroll-behavior: smooth;
  }

  .event-btn {
	position: absolute;
  }
  .event-btn02 {
    bottom: 7.6%;
    left: 19.5%;
    width: 61%;
    height: 4%;
  }
  
  @media screen and (max-width: 1370px) {

    .event-btn02 {
    bottom: 7.6%;
    left: 19.5%;
    width: 61%;
    height: 4%;
    }
   
  }
  
  @media screen and (max-width: 767px) {

	  .event-btn02 {
      bottom: 6.2%;
      left: 12.3%;
      width: 75.5%;
      height: 3.6%;
      }
     
    }