/*******************************************************************************
                                메인 레이아웃
********************************************************************************/
.event-wrap {padding-top: 88px;}
.event-wrap *{line-height:150%; box-sizing:border-box;}
.event-wrap h1{font-size: 2.7rem; line-height: 130%; letter-spacing: -1.8px;}

.event-width {max-width: 1280px; width: 100%; margin: 0 auto; padding: 0 16px; text-align: center; }
.event-wrap .videoWrap.youtube{position: relative; cursor: pointer; background-repeat: no-repeat; background-size: cover; background-position: center; overflow: hidden; }
.event-wrap .videoWrap.youtube figure {position: absolute; width: 100%; height: 100%; object-fit: cover; top: 50%; left: 50%; transform: translate(-50%,-50%); background-repeat: no-repeat; background-size: cover; background-position: center; z-index: 2;}
.event-wrap .videoWrap.youtube iframe { width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; left: 0; border: none;}
.event-wrap .videoWrap.youtube figure::after{content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 80px; height: 80px; background-repeat: no-repeat; background-size: cover; background-position: center; background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmsaf.com/saf/r/v1/common/main/video_btn_play-250124.svg'); touch-action: none; pointer-events: none;}


/***********************************
    제목
***********************************/
.event-wrap .title-banner{background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmsaf.com/saf/r/v1/common/event/event-top-bg-250203.png');}

/***********************************
    실제 현장 영상
***********************************/
.event-wrap .event-actuality{text-align: center; padding: 5rem 0 3rem; background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmsaf.com/saf/r/v1/common/event/event-actuality-bg.png'); background-repeat: no-repeat; background-size: cover; background-position: top center; }
.event-wrap .event-actuality .borderWrap {margin: 3rem 0 4rem; padding: 1px; border-radius: 32px; background: linear-gradient(112.06deg, rgba(255, 255, 255, 0.5) 0.57%, rgba(255, 255, 255, 0.2) 40.11%);}
.event-wrap .event-actuality .boxWrap {padding: 4rem 5.3rem;border-radius: 32px;background: linear-gradient(122.6deg, rgba(255, 255, 255, 0.49) 0.83%, rgba(255, 255, 255, 0.21) 99.36%);}
.event-wrap .event-actuality .videoArea {max-width: 41.2rem;margin: 0 auto;}
.event-wrap .event-actuality .videoArea .videoWrap{border-radius: var(--r-radius02); width: 100%; margin: 0 auto; aspect-ratio: 824 / 462;}
.event-wrap .event-actuality .review {margin-top: 2.5rem;}
.event-wrap .event-actuality .review > h2 {font-size: 1.1rem; font-weight: 500; line-height: 164%; color: var(--c-text01);}
.event-wrap .event-actuality .listReview {display:flex;margin-top: 1.2rem;}
.event-wrap .event-actuality .listReview li {width: 33.33%; padding: 2rem; border-radius: 16px; background-color: #fff; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.12);}
.event-wrap .event-actuality .listReview li + li {margin-left: 24px;}
.event-wrap .event-actuality .listReview li figure {display:block;width: 2.5rem; height: 2.5rem; margin: 0 auto .8rem; background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmsaf.com/saf/r/v1/common/main/saf-main-highlight-03.png'); background-position: center; background-size: cover; }
.event-wrap .event-actuality .listReview li figure.img02 {background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmsaf.com/saf/r/v1/common/main/saf-main-highlight-02.png'); }
.event-wrap .event-actuality .listReview li figure.img03 {background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmsaf.com/saf/r/v1/common/main/saf-main-highlight-01.png'); }
.event-wrap .event-actuality .listReview li > p { font-size: var(--f-fontSize05); }
.event-wrap .event-actuality .listReview li > p > strong { font-weight: 600; color: #217AFF; }
.event-wrap .event-actuality .list{overflow: hidden;}
.event-wrap .event-actuality .list li{overflow: hidden;padding: 0 .6rem;}
.event-wrap .event-actuality .list li img{width: 100%; object-fit: contain; aspect-ratio: 520/342; border-radius: 16px; overflow: hidden;}









@media screen and (max-width: 768px) {
    .event-wrap{padding-top: 0;}
    .event-wrap h1{font-size: 2rem; line-height: 123%; letter-spacing: -0.9px;}


    .event-wrap .title-banner{background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmsaf.com/saf/r/v1/common/event/event-top-bg-mo-250203.png');}

    .event-wrap .event-actuality{padding: 50px 0 20px;background-image: url('https://s3.ap-northeast-2.amazonaws.com/img.edmsaf.com/saf/r/v1/common/event/event-actuality-bg-mo.png');}
    .event-wrap .event-actuality .borderWrap {margin: 24px 0 30px; background: none;}
    .event-wrap .event-actuality .boxWrap {padding: 0; background: none;}
    .event-wrap .event-actuality .videoArea .videoWrap {border-radius: var(--r-radius01);aspect-ratio: 328 / 184;}
    .event-wrap .event-actuality .videoWrap.youtube figure::after {width: 40px; height: 40px;}
    .event-wrap .event-actuality .review {margin-top: 30px;}
    .event-wrap .event-actuality .review > h2 {font-size: var(--f-fontSize05);line-height: 150%;}
    .event-wrap .event-actuality .listReview {display: block; margin-top: 16px;}
    .event-wrap .event-actuality .listReview li {display:flex; gap: 20px; align-items: center; width: 100%; padding: 16px 20px;}
    .event-wrap .event-actuality .listReview li + li {margin: 0; margin-top: 12px;}
    .event-wrap .event-actuality .listReview li figure {width: 3.7rem; min-width: 3.7rem; height: 3.7rem; margin: 0;}
    .event-wrap .event-actuality .listReview li > p {text-align: left;}
    .event-wrap .event-actuality .listReview li > p > strong {font-weight: 700;}
    .event-wrap .event-actuality .list li {padding: 0; margin-left: 16px;}
    .event-wrap .event-actuality .list .slick-list {padding-right: 16px;}
}