/* 이벤트 기본 설정 */
.mdevice {
	--width: 720;
}
.evt-func {
	position: relative;
}
.blind{top: 0;}

/* 이벤트 상세*/
html {
	scroll-behavior: smooth;
}

.event-btn {
	position: absolute;
    border-radius: 35px;
}
.event-btn:focus {
	outline-offset: 4px;
}
.event-btn01 {
    bottom: 63.8%;
    left: 8.8%;
    width: 15.7%;
    height: 4.5%;
}
.event-btn02 {
    bottom: 63.8%;
    left: 31%;
    width: 15.7%;
    height: 4.5%;
}
.event-btn03 {
    bottom: 63.8%;
    left: 53.3%;
    width: 15.7%;
    height: 4.5%;
}
.event-btn04 {
    bottom: 63.8%;
    left: 75.45%;
    width: 15.7%;
    height:4.5%;
}


.event-btn05 {
    bottom: 36.9%;
    left: 8.8%;
    width: 15.7%;
    height: 4.5%;
}
.event-btn06 {
    bottom: 36.9%;
    left: 31%;
    width: 15.7%;
    height: 4.5%;
}
.event-btn07 {
    bottom: 36.9%;
    left: 53.3%;
    width: 15.7%;
    height: 4.5%;
}
.event-btn08 {
    bottom: 36.9%;
    left: 75.45%;
    width: 15.7%;
    height: 4.5%;
}

.event-btn09 {
    bottom: 9.85%;
    left: 31%;
    width: 15.7%;
    height: 4.5%;
}
.event-btn10 {
    bottom: 9.85%;
    left: 53.3%;
    width: 15.7%;
    height: 4.5%;
}



/* @media screen and (max-width: 1370px) {

    .event-btn01 {
      bottom: 64.2%;
      left: 19.8%;
      width: 16%;
      height: 4.5%;
    }
    .event-btn02 {
      bottom: 64.2%;
      left: 42%;
      width: 16%;
      height: 4.5%;
    }
    .event-btn03 {
      bottom: 64.2%;
      left: 64.3%;
      width: 16%;
      height: 4.5%;
    }  
  } */

@media screen and (max-width: 767px) {
	.event-btn01 {
        bottom: 77%;
        left: 15.4%;
        width: 29.5%;
        height: 3.1%;
	}
	.event-btn02 {
        bottom: 77%;
        left: 55.4%;
        width: 29.5%;
        height: 3.1%;
	}

	.event-btn03 {
        bottom: 59.3%;
        left: 15.4%;
        width: 29.5%;
        height: 3.1%;
	}
	.event-btn04 {
        bottom: 59.3%;
        left: 55.4%;
        width: 29.5%;
        height: 3.1%;
	}

	.event-btn05 {
        bottom: 41.56%;
        left: 15.4%;
        width: 29.5%;
        height: 3.1%;
	}
	.event-btn06 {
        bottom: 41.56%;
        left: 55.4%;
        width: 29.5%;
        height: 3.1%;
	}

	.event-btn07 {
        bottom: 23.7%;
        left: 15.4%;
        width: 29.5%;
        height: 3.1%;
	}
	.event-btn08 {
        bottom: 23.7%;
        left: 55.4%;
        width: 29.5%;
        height: 3.1%;
	}

	.event-btn09 {
        bottom: 6.1%;
        left: 15.4%;
        width: 29.5%;
        height: 3.1%;
	}
	.event-btn10 {
        bottom: 6.1%;
        left: 55.4%;
        width: 29.5%;
        height: 3.1%;
	}
}
