/* 헤더 notice */
header .event {
  border-bottom: 1px solid #fff;
}

header .event a {
  color: #fff;
}


/* 상단 이벤트 소개 텍스트  eventTop*/
#eventTop{
  padding:200px 0;
  background-color: #121212;
}

#eventTop .mainTitle{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap:24px;
  letter-spacing: 0;
  text-align: center;
}
#eventTop .mainTitle .top{
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 45px;
  color: #fff;
}
#eventTop .mainTitle .bottom{
  font-size: 6.0rem;
  font-weight: 700;
  line-height: 90px; 
  color: #FF5736;
}

#eventTop .eventTextList{
  display:flex;
  flex-direction: column;
  gap:24px;
  width: 1712px;
  margin: 0 auto;
  padding: 96px 256px 0 256px;
}

#eventTop .eventTextList > li{
  background-color: #1e1e1e;
  padding:40px;
  border-radius: 24px;
  transition: all 0.3s linear;
}
#eventTop .eventTextList > li:hover{
  background-color: #3D3D3D;
}

#eventTop .eventTextList > li p{
  display:flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 45px;
  color: #fff;
  letter-spacing: 0;
}

#eventTop .eventTextList > li p img{
  width:32px;
  height:32px;
  cursor: pointer;
}
#eventTop .eventTextList > li p img.close{
  display:none;
}

#eventTop .eventTextList > li ul{
  padding-top:32px;
  display: none;
}

#eventTop .eventTextList > li ul li{
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 34px;
  color: #fff;
}

#eventTop .eventTextList > li ul li span{
  color: #717171;
}

/* 메인태그 */
main.eventContainer{
  padding-top:192px;
}

/* 이벤트 내용 */
#eventDetail{
  padding-bottom: 96px;
}
#eventDetail article h3{
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 38px;
  margin-bottom: 32px;
  text-align: center;
}

#eventDetail article h4{
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 59px;
  text-align: center;
}

#eventDetail article .eventDetailList{
  padding-top: 64px;
  display:flex;
  flex-direction: column;
  gap:36px;
}

#eventDetail article .eventDetailList .videoCover{
  aspect-ratio: 16 / 9;
  border-radius: 24px;
  background-color: #CACACA;

  /* 임시 */
  display:flex;
  justify-content: center;
  align-items: center;
}

#eventDetail article .eventDetailList .videoCover img{
  width:192px;
}

#eventDetail article .eventDetailList .imgCover{
  display:flex;
  gap: 36px;
}

#eventDetail article .eventDetailList .imgCover img{
  width: calc(50% - 18px);
  aspect-ratio: 16 / 9;
  border-radius: 24px;
}

/* 하단 contactUs */
#contactUsBottom{
  padding: 96px 0;
  display:flex;
  flex-direction: column;
  gap: 64px;
  align-items: center;
  background: url('/images/event/event/img/banner_bg_1.png') no-repeat center / cover;
}

#contactUsBottom span{
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 59px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
}

#contactUsBottom button{
  padding: 11px 16px;
  background-color: #fff;
  border-radius: 999px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0;
}

#contactUsBottom button img{
  width: 20px;
  height: 20px;
  margin-left: 8px;
}


/* 위로 올라가기 */
.topScrollCover{
  background-color: #fff;
} 
.topScrollCover button{
  color : #717171;
}


br.tablet,
br.mobile,
br.mobileMin{
  display:none;
}




/***************************** 미디어 사이즈( 반응형 ) *****************************/

@media only screen and (max-width:2559px){
  /* 이벤트 내용 */
  #eventDetail article .eventDetailList{
    gap: 24px;
  }
  #eventDetail article .eventDetailList .imgCover{
    gap: 24px;
  }
  #eventDetail article .eventDetailList .imgCover img{
    width: calc(50% - 12px);
  }

}

@media only screen and (max-width:1919px){
  /* 상단 이벤트 소개 텍스트  eventTop*/
  #eventTop .eventTextList{
    width: 100%;
    margin: 0 auto;
    padding: 96px 120px 0 120px;
  }

  /* 이벤트 내용 */
  #eventDetail article .eventDetailList{
    gap: 16px; 
  }
}

@media only screen and (max-width:1279px) {
  /* 상단 이벤트 소개 텍스트  eventTop*/
  #eventTop{
    padding: 96px 0;
  }

  #eventTop .mainTitle .top{
    font-size: 2.4rem;
    line-height: 34px;
  }
  #eventTop .mainTitle .bottom{
    font-size: 5.2rem;
    line-height: 62px; 
  }

  #eventTop .eventTextList{
    padding: 96px 60px 0 60px;
  }

  /* 메인태그 */
  main.eventContainer{
    padding-top:96px;
  }
 
  /* 이벤트 내용 */
  #eventDetail article h3{
    font-size: 2.4rem;
    line-height: 29px;
  } 
  
  #eventDetail article h4{
    font-size: 3.2rem;
    line-height: 45px;
  }

  /* 하단 contactUs */
  #contactUsBottom{
    padding: 78.5px 0;
    gap:32px;
  }

  #contactUsBottom span{
    font-size: 3.2rem;
    line-height: 45px;
  }

  /* 이벤트 내용 */
  #eventDetail article .eventDetailList .imgCover{
    gap: 16px;
  }
  #eventDetail article .eventDetailList .imgCover img{
    width: calc(50% - 8px);
  }
}

@media only screen and (max-width:1023px) {
  br.tablet{
    display:block;
  }
}

@media only screen and (max-width:767px) {
  /* 상단 이벤트 소개 텍스트  eventTop*/
  #eventTop .eventTextList{
    padding: 96px 40px 0 40px;
  }


}

@media only screen and (max-width:599px) {
  #eventDetail br.mobile{
    display:block;
  }
  #eventDetail br.tablet{
    display:none;
  }
  /* 상단 이벤트 소개 텍스트  eventTop*/
  #eventTop{
    padding: 64px 0;
  }

  #eventTop .mainTitle .top{
    font-size: 1.6rem;
    line-height: 22px;
  }

  #eventTop .mainTitle .bottom{
    font-size: 3.2rem;
    line-height: 45px; 
  }

  #eventTop .eventTextList{
    padding: 64px 20px 0 20px;
  }

  #eventTop .eventTextList > li{
    padding: 24px;
  }

  #eventTop .eventTextList > li p{
    font-size: 1.8rem;
    line-height: 25px;
  }

  #eventTop .eventTextList > li p img{
    width: 24px;
    height: 24px;
  }
  #eventTop .eventTextList > li ul{
    padding-top: 16px;
  }

  #eventTop .eventTextList > li ul li{
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 22px;
  }

  /* 메인태그 */
  main.eventContainer{
    padding-top:64px;
  }

  /* 이벤트 내용 */
  #eventDetail{
    padding-bottom: 64px;
  }
  #eventDetail article h3{
    font-size: 1.6rem;
    line-height: 19px;
  } 
  
  #eventDetail article h4{
    font-size: 2.4rem;
    line-height: 34px;
  }

  #eventDetail article .eventDetailList{
    gap: 16px;
  }

  #eventDetail article .eventDetailList .videoCover{
    border-radius: 16px;
  }

  #eventDetail article .eventDetailList .imgCover{
    flex-direction: column;
    gap: 16px;
  }
  #eventDetail article .eventDetailList .imgCover img{
    width: 100%;
    border-radius: 16px;
  }

  /* 하단 contactUs */
  #contactUsBottom{
    padding: 39.5px 0;
  }

  #contactUsBottom span{
    font-size: 2.4rem;
    line-height: 34px;
  }

  #contactUsBottom button{
    padding: 13px 16px;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.0025em;
  } 
}

@media only screen and (max-width:359px) {
  br.mobile,
  br.mobileMin{
    display:block;
  }
  #eventDetail br.mobile{
    display:none;
  }
  #eventDetail br.tablet{
    display:block;
  }
}