@charset "utf-8";

:root{
  --main-yellow: #FFD900;
  --main-pink: #EE9DC2;
  --nav-color: #E868A3;
  --main-brown: #AB8A50;
}



.event-main-bg{
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg/event-main-bg.png) no-repeat center top 0;
  width: 100%;
  height: 750px;
  z-index: -10;
}

.menu-title{
  text-align: center;
  font-size: 73.39px;
  font-family: "Jersey 20", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: var(--nav-color);
  margin: 220px 0 235px 0;
  text-transform: uppercase;
}

@media(max-width:1024px){
  .event-main-bg{
  display: none;
}

.event-tablet-bg{
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bg/event-tablet-bg.png) no-repeat center top 0;
  width: 100%;
  height: 700px;
  z-index: -10;
}
}

@media(max-width:765px){
  .event-tablet-bg{
  display: none;
}

  .event-mobile-bg{
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg/event-mobile-bg.png) no-repeat center top 0;
    width: 100%;
    height: 672px;
    z-index: -10;
  }

  .menu-title{
    font-size: 60.39px;
  }
}

/*.menu-category*/

.menu-category{
  margin: 0 auto;
  padding: 23px 125px;
  display: flex;
  gap: 132px;
  width: 565px;
  height: 68px;
  background-color: #FFFCED;
  border-radius: 26.63px 26.63px 0 0;
  justify-content: center;
}

.menu-category li a{
  font-size: 18px;
  font-family: 'Paperlogy-5Medium';
  font-weight: 500;
  font-style: normal;
  color: var(--nav-color);
  text-transform: uppercase;
  position: relative;
}

.menu-category li.active a::before{
  content: "";
  display: block;
  width: 105%;
  height: 12px;
  background-color: #E868A3;
  opacity: 0.28;
  transform: skewX(-19deg);
  position: absolute;
  bottom: -5px;
  right: 0px;
}

@media(max-width:1400px){
.menu-title{
  margin: 220px 0 236px 0;
}
}

@media(max-width:1024px){

  .menu-title{
  margin: 110px 0 210px 0;
}

  .menu-category{
  padding: 26px 142px;
  gap: 150px;
  width: 642px;
  height: 77px;
  border-radius: 27.15px 27.15px 0 0;
}

.menu-category li a{
  font-size: 20.45px;
}
}

@media(max-width:765px){

  .menu-title{
  margin: 110px 0 215px 0;
}

  .menu-category{
  padding: 23px 125px;
  gap: 132px;
  width: 564px;
  height: 68px;
  border-radius: 26.58px 26.58px 0 0;
}

.menu-category li a{
  font-size: 17.96px;
}
}





.menu-donut{
  max-width: 1280px;
  margin: 0 auto;
}


/*.event-list*/

.event-list{
  margin:230px 0;
  display: flex;
  gap: 46px;
  flex-wrap: wrap;
}

.event-list li{
  width: calc((100% - 138px) / 4);
  height: 449px;
  position: relative;
  box-shadow: 3.85px 2.7px 18.9px -1.62px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}


.event-list li:nth-child(1){
  background: url(../img/event/event_01.png) no-repeat center top 0 ;
  background-size: 419px 293px;
}

.event-list li:nth-child(2){
  background: url(../img/event/event_02.png) no-repeat center top 0 ;
  background-size: 419px 293px;
}

.event-list li:nth-child(3){
  background: url(../img/event/event_03.png) no-repeat center top 0 ;
  background-size: 419px 293px;
}

.event-list li:nth-child(4){
  background: url(../img/event/event_04.png) no-repeat center top 0 ;
  background-size: 419px 293px;
}

.event-list li:nth-child(5){
  background: url(../img/event/event_05.png) no-repeat center top 0 ;
  background-size: 419px 293px;
}

.event-list li:nth-child(6){
  background: url(../img/event/event_06.png) no-repeat center top 0 ;
  background-size: 419px 293px;
}

.event-list li:nth-child(7){
  background: url(../img/event/event_07.png) no-repeat center top 0 ;
  background-size: 419px 293px;
}

.event-list li:nth-child(8){
  background: url(../img/event/event_08.png) no-repeat center top 0 ;
  background-size: 419px 293px;
}

.event-list li:nth-child(9){
  background: url(../img/event/event_09.png) no-repeat center top 0 ;
  background-size: 419px 293px;
}

.event-list li:nth-child(10){
  background: url(../img/event/event_10.png) no-repeat center top 0 ;
  background-size: 419px 293px;
}

.event-list li:nth-child(11){
  background: url(../img/event/event_11.png) no-repeat center top 0 ;
  background-size: 419px 293px;
}

.event-list li:nth-child(12){
  background: url(../img/event/event_12.png) no-repeat center top 0 ;
  background-size: 419px 293px;
}

.event-list li .event-txt{
  width: 100%;
  height: 156px;
  padding: 35px 26px 18px 26px; 
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.event-list li .event-txt h2{
  font-size: 18px;
  margin-bottom: 45px;
  font-weight: 400;
}

.event-list li .event-date{
  font-size: 11.47px;
  color: #B5B5B5;
}

.event-list li .more{
  width: 45.3px;
  height: 45.3px;
  background: var(--main-yellow) url(../img/more-w.png) no-repeat center;
  background-size: 14.72px 14.72px;
  border-radius: 50%;
  position: absolute;
  bottom: 18px;
  right: 26px;
  cursor: pointer;
  transition: all 0.5s;
}

.event-list li .more:hover{
  background: #ffbb00 url(../img/more-w.png) no-repeat center;
  background-size: 14.72px 14.72px;
}


@media(max-width:1200px){
  .menu-donut{
  max-width: 844px;
}

.event-list{
  gap: 39px;
}

.event-list li{
  width: calc((100% - 78px) / 3);
}
}

@media(max-width:765px){
  .menu-donut{
  max-width: 665px;
}

.event-list{
  gap: 29px;
}

.event-list li{
  width: calc((100% - 29px) / 2);
}

.event-list li{
  height: 428px;
}
}

/*notice*/

.notice-list{
  max-width: 760px;
  margin: 280px auto 260px auto;
}

.notice-list li{
  border-bottom: 0.85px solid #CCCCCC;
  padding: 40px 32px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.notice-list li:nth-child(1){
  border-top: 0.85px solid #CCCCCC;
}

.notice-list li p:nth-of-type(1){
  font-size: 17.99px;
}

.notice-list li p:nth-of-type(2){
  font-size: 21.99px;
  cursor: pointer;
}

.notice-list li p:nth-of-type(3){
  font-size: 21.99px;
  cursor: pointer;
}

.notice-list li .notice-detail{
  width: 100%;
  margin-top: 60px;
}

.notice-list li .notice-detail img{
  width: 100%;
}

@media(max-width:765px){
  .notice-list{
  max-width: 600px;
  margin: 280px auto 260px auto;
}
}