/*공통 부분*/
.imgArea {text-align: center;}
.click-event {cursor: pointer;}
.underline{border-bottom: 0.2rem solid #000;}
.logo-img{width: 100%;height: 13rem;display: flex;justify-content: center;align-items: center;}
.logo-img img{width: 22.4rem;height:6.3rem;display: block;}
.header-img{width: 100%;position: relative;}
.schedule {width: 67.7rem;display: flex;justify-content: center;box-sizing: content-box;position: relative;margin: 8.9rem auto 0;}
.schedule img{max-width: 80rem;width: 100%;height: auto;display: block;}
.info {margin-top:8.9rem;}
.info .title-img{width:38rem;margin:0 auto;}
.info .info-img{width: 61rem;margin:8.8rem auto 0;}


.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:auto;top:1rem;}
.swiper-pagination{position: relative;}
.swiper-pagination-bullet{width: 1.4rem;height: 1.4rem;background-color: transparent;opacity: 1;border:1px solid #000000;}
.swiper-pagination-bullet.swiper-pagination-bullet-active{background-color: #000000;}

.qrcode-box{position: fixed;top:4rem;right: calc(((100% - 800px) / 2) - 25px);z-index: 1;transform: translateX(100%)}
/*공통 부분*/

