/* BASIC css start */
.ev_260101 {width:720px; margin:0 auto; padding:20px;}


.ny-tabs{
  width: 720px;
  margin: 0 auto;
  padding: 0;
  list-style: none;

  text-align: center;
  font-family: 'Pretendard','Noto Sans KR',sans-serif;
  font-size: 0;
  border-bottom: 1px solid #1e2a5a;   /* ºí·çÅæ ÇÏ´Ü ¶óÀÎ */
  background: #000;                  /* ÀüÃ¼ ÅÇ ¹è°æ ºí·¢ */
}

.ny-tabs li{
  display: inline-block;
  width: 240px;
  vertical-align: bottom;
}

.ny-tabs a{
  display: block;
  padding: 16px 0;
  background: #000;                  /* ±âº» ÅÇ ¹è°æ ºí·¢ */
  color: #eef1f8;                    /* ÆÄ¶õ»ö ÅØ½ºÆ® */
  text-decoration: none;

  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.2px;

  border: 1px solid #1e2a5a;          /* ºí·ç °è¿­ º¸´õ */
  border-bottom: none;
  border-radius: 0;
  box-sizing: border-box;

  transition: background .2s ease, color .2s ease;
}

/* ÅÇ »çÀÌ ¼± °ãÄ§ ¹æÁö */
.ny-tabs li + li a{
  border-left: none;
}

.ny-tabs a:hover{
  background: #0b1025;               /* hover ½Ã »ìÂ¦ ¹àÀº ³×ÀÌºñ */
  color: #9db2ff;
}

/* ÇöÀç ¼±ÅÃµÈ ÅÇ */
.ny-tabs .is-active a{
  background: #000;
  color: #ffffff;                    /* È°¼º ÅÇÀº Èò ±Û¾¾ */
  position: relative;
  top: 1px;
  border-color: #6b8cff;              /* °­Á¶ º¸´õ */
}



.ny-best-bar{
  width: 720px;
  height: 48px;
  margin: 0 auto;          /* °¡¿îµ¥ Á¤·Ä */
  background: #000;
  display: flex;
  align-items: center;
  justify-content: flex-end;  /* ¿À¸¥ÂÊ Á¤·Ä */
  padding: 0 20px;
  box-sizing: border-box;

  font-family: 'Pretendard','Noto Sans KR',sans-serif;
}

.ny-best-bar span{
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #cddcff;          /* ÄíÆù ÅÇ ÄÃ·¯¶û ¿¬°á */
}



/* ¹Ú½º */
.ny-notice{
  margin:30px auto 0;
  border:1px solid #e1e4f0;
  border-radius:12px;
  background:#f6f7fc;
  overflow:hidden;
}

/* summary ±âº» ¸¶Ä¿/¾ÆÀÌÄÜ Á¦°Å(ÇÊ¼ö) */
.ny-notice summary{
  list-style:none !important;
  cursor:pointer;
  padding:18px 20px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  position:relative;
}
.ny-notice summary::-webkit-details-marker{display:none;}
.ny-notice summary::marker{content:"";}

/* Å¸ÀÌÆ² */
.ny-notice__title{
  font-size:16px;
  font-weight:600;
  color:#3a3f6b;
}

/* ¿­±â/´Ý±â ¹èÁö */
.ny-notice__toggle{
  flex:0 0 auto;
  font-size:13px;
  font-weight:600;
  color:#3a3f6b;
  padding:6px 10px;
  border-radius:999px;
  background:#e9ecf9;
  border:1px solid #d9ddf2;
}

/* ±âº»Àº '¿­±â'¸¸ º¸ÀÌ°Ô */
.ny-notice .is-open{display:none;}
.ny-notice[open] .is-open{display:inline;}
.ny-notice[open] .is-closed{display:none;}

/* ³»¿ë */
.ny-notice__body{
  padding:16px 20px 20px;
  border-top:1px solid #e1e4f0;
  font-size:14px;
  color:#555;
  line-height:1.7;
}
.ny-notice__body ul{margin:0; padding-left:18px;}
.ny-notice__body li{margin-bottom:6px;}

/* BASIC css end */

