

:root{
    --container-max: 1199px;
    --gutter: clamp(12px, 4vw, 24px);
  }
 
.pc_none{
    display: none !important;
}


/*---------------------공통--------------------------------*/
/*폰트 css h1*/
@font-face {
    font-family: 'Aggravo';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

  
  /* 태블릿 */
  @media (max-width: 1024px) {
    html{
      font-size: 14px; /* 1rem = 14px */
    }
    .live_yt_section_04, .live_yt_section_03 {
        overflow: hidden;
    }
  }
  
  /* 모바일 */
  @media (max-width: 720px) {
    html {
      font-size: 10px; /* 1rem = 10px */
    }

    .bottom_bg{
        padding: 1.2rem 1rem !important;
        width: 100% !important;
        font-size: 1.25rem !important;
    }
    /* 모바일일때 숨김김 */
    .quick, .m_none{display: none !important;}


    .main_visual{height: 647px !important;}
    .m_block{display: block !important;}
    .m_center{text-align: center;}
    .main_typo h3{font-size: 4rem !important;}
    /* 라이브 타이틀 */
    .bottom_typo{padding-top:26px !important;}
    .bottom_typo img:nth-child(2){left: 100px;}
    .bottom_typo img:nth-child(1){width: 315px;}
    /* 롤링 모바일 */
    .visual_right_text{
        display: flex !important;
        left: 50%;
        transform: translate(-50%);
        width: 100% !important;
        margin-top: 150px;
    }
    /* 교수 */
    .m_prof {
        position: absolute;
        bottom: 0;
        right: 0;
        bottom: -221px;
        right: -17px;
    }
    /* 글씨가 최우선으로로 */
    .main_visual .visual_typo,
    .main_visual .visual_right,
    .main_visual .visual_right_text,
    .main_visual .bottom_typo,
    .main_visual .main_typo {
        position: relative;
        z-index: 2;
    }
    .bottom_typo img:nth-child(2){
        left:65px !important;
        width:20% ;
    }
    /* 유튜브 안내 영역  모바일*/
    .live_yt_video_box{max-width:300px;}
    .live_yt_title_bx h3{
        font-size:2rem !important;
    }
    .live_yt_title_bx h2{
        font-size:2.6rem !important;
    }
    .live_yt_video_img{
        top:-24px !important;
    }
    .live_yt_video_img img{
        width: 11rem !important;
    }
    .live_yt_video_date{
        padding: 0 10px;
    }
    .live_yt_info_col{
        padding: 0 0 20px 0 !important;
    }
    .live_yt_info_row li .live_yt_info_desc_small{
        padding-top: 5px !important;
    }

    /* live_yt_info_col--divider 가로선 */
    .live_yt_info_col--divider {
      border-top: 1px solid #0d2c4b;
      padding-top: 18px !important;
      border-left: 0 !important;
      border-right: 0 !important;
    }
    /* 이벤트1 */
    .event_content_bx{
        display: block !important; 
    }
    .event_content_bx_l{
        width: 100% !important;
    }
    .event_content_bx_r{
        width: 100% !important;
        gap:13px !important;
    }
    .m_hover_icon img{
        top:-31px ;
        position: absolute;
        right: -10px;
    }

    .event1-info-row {
        display: block !important;
        text-align: left !important;
    }

    /* 이벤트기간, 참여대상, 참여방법 가로크기 동일하게 */
    .event1-info-label,
    .event3-info-label,
    .event3-info-label_ivory,
    .event3-info-label_green {
        display: inline-block !important;
        width: 10rem !important;
        text-align: center !important;
        padding: 1rem 0 !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
    }

    .event1-info-sub{
        padding-left: 5px !important;
        display: inline-block;
        vertical-align: top;
        font-size: 1.2rem !important;
    }

    .event_1_bottom,
    .event_2_bottom,
    .event_3_bottom {
      margin-top: 33px !important;
      flex-direction: column !important;
      align-items: stretch !important;
      width: 100% !important;
      gap: 0 !important;
    }
    .event_1_bottom button,
    .event_2_bottom button,
    .event_3_bottom button {
      padding: 1.2rem 1rem !important;
      width: 100% !important;
      font-size: 1.25rem !important;
    }
    .event_1_bottom_icon_r,
    .event_3_bottom_icon_r {
      top: 27px !important;
      right: 4px !important;
      width: 34px;
      height: 34px;
    }
    .event2-steps{display: block !important;}
    .event2-step{display:flex !important; align-items: center; }
    .event2-step-img {width: 16.75rem !important; height: 16.75rem !important;}
    .event2-step:nth-child(2) {
        flex-direction: row-reverse !important;
    }
    .event2-step-desc {
        text-align: left !important;
        padding: 0 10px !important;
    }
    .m_r{
        text-align: right !important;
    }
   
    .last_title_2 p, .last_title_2 h3 { font-size: 1.3rem !important; }
    .last_title_2 h3 { font-size: 2.1rem !important; }
    .last_title_2 .last_ab { font-size: 1.02rem !important; }
    /* 이벤트2 */
    .event2-steps-container{
        display: flex;
        justify-content: center;
    }
    .m_event2-info-box_img{
        position: absolute;
        right: -29px;
        top: -21px;
    }
    .event-info-box{
        padding: 3.7rem 1.5rem !important;
    }
    /* 이벤트3 */
    .event3-info-box{
        display: block !important;
    }
    .event3-step-img{
        margin: 0 auto ;
    }
  
    .m_event1-info-sub br{
        display: none !important;
    }
    .event3-terms{
        padding-left: 0 !important;
        padding-top:10px;
    }
    .event3-terms br{
        display: block !important;
    }

    /* 맨마지막에 두개씩 나열되는 박스 모바일 전용 */
   
    .last_wrap {
      gap: 15px;
      margin-bottom:15px ;
      justify-content: center !important;
    }
    .last_title_bx{
        width:150px !important;
        height:150px !important;
    }
    .last_title_2 p{
        font-size:1.5rem !important;
    }
    .live_yt_title_bx h2 br{
        display: block !important;
    }
    .m_visual_icon {
        position: absolute;
        bottom: -15px;
        right: 0;
    }
    .m_visual_icon img{
        width: 45px !important;
    }
  }
  /* 모바일 끝 */


.wrap_live{
    width: 100%;
    overflow: hidden;
}
.red{
    color:#ed1b24 ;
    font-weight: 700;
}

/*1200px 이너*/
.inner_live{
    max-width:1200px;
    margin: 0 auto; 
    position: relative;
    text-align: center;
    padding: 0 10px;
}


/*--------------------탑배너너--------------------------------*/
/*탑 카운터다운*/
.top_countdown{
    background-color: #000;
    padding: 20px 0;
}

.top_countdown_inner{
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_countdown_inner_text{
    font-size: 26px;
    font-weight: 700;
    color:#fff;
    padding-right: 30px;
}
.top_countdown_inner_time {
    display: flex;
    align-items: center;
    font-size: 0; /* remove inline gap */
}

.d_day_label {
    color: #ed1b24;
    font-size: 22px;
    font-weight: 600;
    margin-right: 8px;
    letter-spacing: 0.05em;
}

.d_day_circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #ed1b24;
    border-radius: 50%;
    margin-right: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.d_day_num {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.05em;
    display: inline-block;
    min-width: 32px;
    text-align: center;
}

.time_circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #222;
    border-radius: 50%;
    margin: 0 6px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.time_num {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.03em;
    min-width: 24px;
    text-align: center;
    display: inline-block;
}

.colon {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0 2px;
    display: inline-block;
    width: 12px;
    text-align: center;
}

.live_icon_po{
    position: relative;
}
.live_icon_po img{
    position: absolute;
    top: -5px;
    left: 10px;
}




/*--------------------비주얼영역역--------------------------------*/
.main_visual{
    background: #021222 url('https://image.engineerlab.co.kr/data/www/engr/promotion/2025/live_dictionary/pc/back_bg_.png') 
    no-repeat center 0;
    position: relative;
    overflow: hidden;
    height: 820px;
}

.visual{
    display:flex;
    justify-content: space-between;
}

.visual_typo{
    text-align: left;
}

.sub_typo{
    font-size:1.625rem;
    color:#b9c2cb;
    padding-top: 70px;
    font-weight: 300;
}
.sub_typo .red{
    font-size:2.5rem;
    font-weight: 700;
}

.small{
    font-size:1rem;
    padding-top:18px;
    color: #b9c2cb;
    opacity:.5;
}

.main_typo h3{
    font-size: 5.625rem;
    font-weight: 700;
    color:#fff;
    font-family: 'Aggravo';
    padding-top:4.375rem;
}

.bottom_typo{
    position: relative;
    padding-top:45px;
}

.bottom_typo img:nth-child(2){
    position: absolute;
    top: 0;
    left: 123px;
}

.visual_right img:nth-child(1){
    padding-top: 30px;
}

.visual_right_text{
    background:#ed1b24;
    border-radius: 10px;
    position: absolute;
    bottom:90px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32.5rem;
    height: 6.25rem;
}

.rolling_text_wrap{
    height:48px;
    display:flex;
    align-items:center;
    justify-content:flex-start;
    overflow:hidden;
}


.visual_right_text p{
    font-size:1.75rem;
    font-weight: 700;
    color:#fff;
    margin:0;
    line-height:1.3;
    transition:transform 0.5s cubic-bezier(.4,0,.2,1), opacity 0.5s;
}

.visual_right_text img{
    position: absolute;
    width:75px;
    top:-40px;
    right:0;
}

.visual_visual_right_icon{
    position: absolute;
    bottom: 27px;
    right: -37px;
}



/* 비주얼배너 애니메이션 모음 */
.visual_typo, .visual_right {
    opacity: 0;
    transform: translateX(0);
    will-change: transform, opacity;
  }
  .visual_typo.in { animation: slideLeftIn .8s cubic-bezier(.42,0,1,1) forwards; }
  .visual_right.in { animation: slideRightIn .8s cubic-bezier(.42,0,1,1) forwards; }
  @keyframes slideLeftIn {
    from {opacity:0; transform:translateX(-80px);}
    to   {opacity:1; transform:translateX(0);}
  }
  @keyframes slideRightIn {
    from {opacity:0; transform:translateX(80px);}
    to   {opacity:1; transform:translateX(0);}
  }
  
  /* 두번째 이미지 펄스 */
  .bottom_typo img.pulse {
    animation: pulse 0.9s cubic-bezier(.4,0,.2,1) infinite alternate;
  }
  @keyframes pulse {
    from { transform: scale(0.85);}
    to   { transform: scale(1.15);}
  }
  /* 딸랑딸랑 */
  .visual_right_text img.bell {
    transform-origin: 50% 0%;
    animation: bell 1.2s ease-in-out infinite;
  }
  @keyframes bell {
    0%   { transform: rotate(0);}
    12%  { transform: rotate(12deg);}
    24%  { transform: rotate(-10deg);}
    36%  { transform: rotate(8deg);}
    48%  { transform: rotate(-6deg);}
    60%  { transform: rotate(4deg);}
    72%  { transform: rotate(-2deg);}
    100% { transform: rotate(0);}
  }


/* 비주얼빼고 전체적으로 공통적으로 들어가는 타이틀 */
.event_main_title{
    display: inline-block;
}

.live_yt_title_bx{
    text-align: center;
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}

.live_yt_title_bx h3 {
    font-size: 2.5rem;
    color: #b9c2cb;
    margin-bottom: 8px;
    font-weight: 300;
}

.live_yt_title_bx h2 {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 1;
}

.yt_sub_border_line{
    position: absolute;
    border:0.75rem solid rgba(255, 0, 47, 0.6);
    width:75%;
    bottom: 0;
    right: 0;
    z-index: -1;
}
/* 이벤트123 서브 둥근 박스 공용*/
.event_sub_bx{
    background-color:#000;
    padding:10px 40px;
    border-radius: 45px;
    margin: 0 auto;
    margin-bottom: 20px;
    display: inline-flex;
    text-align: center;

}

.event_sub_bx p{
    font-size:1.875rem;
    color:#fff1a1;
}

.live_yt_section{
    padding: 5.9375rem 0;
    color: #fff;
    display: flex;
    justify-content: center;

}


/*--------------------두번째유튜브영역--------------------------------*/

.live_yt_title_bx h2 br{
    display: none;
}

.live_yt_section_01 {
    background: #021a36;
    margin-top:-1px;
}


.live_yt_video_box {
    display: flex;
    justify-content: center;
    margin-bottom: 38px;
    position: relative;
}
.live_yt_video_img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.live_yt_video_img img{
    width: 16rem;
    height: 100%;
}
.live_yt_video_frame {
    border: 6px solid #ed1b24;
    background: #000;
    width: 68.75rem;
    height: 39.125rem;
    position: relative;
    border-radius: 8px;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
}
.live_yt_video_black {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.live_yt_video_date {
    margin-bottom: 18px;
    margin-top: 18px;
    text-align: center;
}

.live_yt_video_date p {
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1.5;
}

.live_yt_pre{
    background:#f62431;
    color:#111;
    padding:0 2rem;
    clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
}

.fa-play{
    width:9.125rem !important;
    height:9.125rem;
    border-radius:50%;
    background:#f62431;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
}

.live_yt_info_row{
    display: flex;
    justify-content: space-evenly;
}

.live_yt_info_row li h2{
    color:#fff1a1;
    font-size:2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.live_yt_info_row li p{
    font-size:1.5rem;
    font-weight: 300;
    color:#d6d6d6;
}

.live_yt_info_row li .live_yt_info_desc_small {
    padding-top:30px;
    font-size:1.125rem;
    color:#828282;
}

.live_yt_info_col {
    flex: 1;
    text-align: center;
    padding: 0 20px;
  }
  /* 가운데 컬럼만 좌우 선 */
  .live_yt_info_col--divider {
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
  }







/*--------------------이벤트1--------------------------------*/
.live_yt_section_02 {
    background: #fff1a1;
}

/* 이벤트 1, 이벤트2 공용  타이틀*/
.live_yt_title_bx_02 h3, .live_yt_title_bx_02 h2 {
    color: #121212;
}


.live_yt_title_bx_02 .yt_sub_border_line{
    position: absolute;
    border:0.75rem solid rgba(255, 217, 0, 0.6);
    left: 0;
    width:100%;
}




.event_content_bx{
    display: flex;
    justify-content: space-between;
}

.event_content_bx_l{
    background: #fff;
    width:40%;
    border-radius: 10px;
    overflow: hidden; 
}

.event_content_bx_l li{
    justify-content: center;
    align-items: center;
    display: flex;
    width:100%;
    height:100%;
}

/* 마우스오버 왼쪽 시 */
.event_content_bx_l li:nth-child(1) {
    background: #021222;
}
.event_content_bx_l li:nth-child(2) {
    background: linear-gradient(to bottom, #080808, #565656);
}
.event_content_bx_l li:nth-child(3) {
    background: linear-gradient(to bottom, #4e67c1 70%, #20349c 30%);
}

.event_content_bx_r{
    width:59%;
    position: relative;
    box-sizing: border-box;
    flex-direction: column;
    gap: 24px;
    display: flex
;
}

.pc_hover_icon{
    position: absolute;
    top: -52px;
    right: -10px;
}
.event_content_bx_r li{
    background-color:#fff;
    padding:2.2rem 2rem;
    border-radius: 10px;
    font-size:1.5rem;
    font-weight: 700;
    color:#121212;
    text-align: left;
    line-height: 1.5;
}
.event_content_bx_r li span{
    font-size:1.2rem;
    font-weight: 300;
    color:#121212;
}

.event_content_bx_r li:hover, .event_content_bx_r li.is-active {
    border:3px solid #b92b32;
    color:#b92b32;
}

.event_content_bx_r .event_subcopy{
    color: rgb(33, 33, 33);
    font-size: 1.2rem;
    font-weight: 300;
}


/* 버튼 */
.event_1_bottom{
    margin-top: 50px;
    display: inline-flex;
    position: relative;
}
.event_1_bottom button{
    border-radius: 10px;
    background:#dc0305;
    padding:1.875rem 6.25rem;
 
}

.event_1_bottom p{
    font-size:1.75rem;
    font-weight: 700;
    color:#fff;
}

.event_1_bottom_icon_l{
    position: absolute;
    left: -1%;
    top: -31px;
}
.event_1_bottom_icon_l p{
    border-radius: 50%;
    background-color:#000000;
    width:5.10rem;
    height:5.10rem;
    overflow: hidden;
    font-size: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#fff1a1;
}

.event_1_bottom_icon_r{
    position: absolute;
    right: 0;
    top: 30px;
}
.event_1_bottom_icon_r img{
    width:4.125rem;
}
/* 버튼 끝 */


/* 이벤트 알림 */
.event-info-box {
    border-radius: 12px;
    padding: 2.5rem;
    margin-top: 4.375rem;
    color: #222;
}
.event1-info-box_color{
    background: #fff6cc;
    border: 2px solid #f6e6a1;
    width:100%;
    overflow: hidden;
}

.event1-info-row {
    display: flex;
    margin-bottom: 14px;
}

.event1-info-label {
    width:20%;
    padding:0.625rem 1.875rem;;
    font-size:1.35rem;
    font-weight: 600;
    max-height: 48px;
    color:#fff1a1;
    border-radius: 50px;
}

.event1-info-label_red {
    background: #dc0305;
}

.event1-info-label_black {
    background: #000;
}

.event1-info-sub{
    padding-left:30px;
    font-size:1.35rem;
    font-weight: 600;
    text-align: left;
    width:100%;
    padding-top: 6px;
    line-height: 1.5;
}

.event1-info-period {
    color: #dc0305;
    font-size:1.6rem;
}
.event1-info-period_2{
    color: #111111;
    text-decoration: underline;
    line-height: 1.5;
    
}

/* 부제 스타일 */
.event1-info-sub .coupon-sub{
  display:block;  
  font-size:0.95rem; 
  font-weight:400;
  color:#666;
  position:relative;
  padding-left:.8em;
  padding-top:6px;
  line-height: 1;
}
.event1-info-sub .coupon-sub::before{
  content:"·";                /* 가운데점 불릿 */
  position:absolute;
  left:0;
  top:6px;
}

.event1-info-benefits {
    flex: 1;
    color: #222;
    font-size: 1.02rem;
    font-weight: 500;
}

.event1-info-benefits ol {
    margin: 0 0 0 18px;
    padding: 0;
    list-style: decimal;
}

.event1-info-benefits ol li {
    margin-bottom: 3px;
    line-height: 1.6;
    font-size: 1.02rem;
    font-weight: 500;
}

.event1-info-notes {
    margin: 6px 0 0 18px;
    padding: 0;
    list-style: disc;
    color: #444;
    font-size: 0.97rem;
    font-weight: 400;
}

.event1-info-notes li {
    margin-bottom: 2px;
    line-height: 1.5;
}



/*--------------------이벤트2--------------------------------*/
.live_yt_section_03 {
    background: #ececec;
}

.live_yt_title_bx_03 .yt_sub_border_line{
    border:0.75rem solid rgb(255, 255, 255);
}
.live_yt_title_bx_03 .event_sub_color p{
    color:#fff;
}


/** STEP 안내 원형 + 이미지 스타일 (원형 배경 #cecece) */


.event2-steps{
    display: flex;
    justify-content: space-between;
}

.event2-step{
    position: relative;
}
.event2-step-bubble{
    position: absolute;
    top: -75px;
    right: 0;
}

.event2-step-img {
    width: 22.75rem;
    height: 22.75rem;
    border-radius: 50%;
    background: #cecece;
    position: relative;
}
.event2-step-title{
    font-size: 1.4375rem;
    font-weight: 700;
    color: #222;
    padding-top:1.5rem;
}

.event2-step-img img {
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:100%;
}


.event2-step-circle {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    background: #cecece;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 18px;
    overflow: hidden;
}

.event2-step-circle img {
    width: 90%;
    height: auto;
    display: block;
    object-fit: contain;
}

.event2-step-label {
    position: absolute;
    top: 18px;
    left: 18px;
    background: #222;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 700;
    border-radius: 20px;
    padding: 6px 22px;
    letter-spacing: 0.04em;
    z-index: 2;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.08);
}

.event2-step-redbox {
    position: absolute;
    left: 50%;
    bottom: 24px;
    transform: translateX(-50%);
    background: #fff;
    border: 2px solid #e23a3a;
    color: #222;
    font-size: 1.13rem;
    font-weight: 700;
    border-radius: 8px;
    padding: 7px 24px;
    z-index: 2;
    box-shadow: 0 2px 8px 0 rgba(226,58,58,0.08);
    text-align: center;
}

.event2-step-desc {
    margin-top: 20px;
    font-size: 1.35rem;
    color: #222;
    text-align: center;
    line-height: 1.3;
    font-weight: 400;
}

/* 버튼색상 */
.event_2_black button{
    background:#000;
}
.event_2_red p{
    background:#dc0305;
}


/* 버튼 효과 */
.event_bottom:hover,
.event_bottom:focus-within {
    z-index: 2;
}
.event_bottom:hover button,
.event_bottom:focus-within button,
.event_bottom:hover img,
.event_bottom:focus-within img,
.event_bottom:hover .event_1_bottom_icon_l,
.event_bottom:focus-within .event_1_bottom_icon_l,
.event_bottom:hover .event_1_bottom_icon_l p,
.event_bottom:focus-within .event_1_bottom_icon_l p {
    transform: scale(1.07);
    transition: transform 0.18s cubic-bezier(0.4,0,0.2,1);
    z-index: 2;
}

.event2-info-box_color{
    background:#f1f1f1;
    border:2px solid #808080;
    color:#222;
    position: relative;
    width:100%;
}

.event2-info-label_black{
    background:#818181;
    color:#fff;
}

.event2-info-box_img{
    position: absolute;
    top: 14px;
    right: 14px;
}


/*--------------------이벤트3--------------------------------*/
.live_yt_section_04 {
    background: #028e6a;
}

.live_yt_title_bx_04 .yt_sub_border_line{
    border:0.75rem solid #00684d;
    width:100%;
}
.live_yt_title_bx_04 .event_sub_color p{
    color:#028e6a;
}

.live_yt_title_bx_04 h3{
    color:#fff;
}

.ivory{
    color:#fff1a1;
}

.event3-info-box{
    display: flex;
    justify-content: space-between;
    gap:38px;
}


.event3-step-img {
    width: 23.75rem;
    height: 23.75rem;
    border-radius: 50%;
    background: #00684d;
    position: relative;
}

.event3-step-img img {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    width:100%;
}
.event3-step-title{
    color:#fff;
    font-size: 1.2rem;
    font-weight: 700;
    position: absolute;
    bottom:15%;
    left:50%;
    transform: translateX(-50%);
}

.event3-icon_l{
    top:0;
    left:0;
}

.event3-info-box-inner_live{
    width:100%;
    padding-top:20px;

}

.event3-info-label{
    width:30%;
}

.event3-info-sub{
    width:70%;
}

.event3-info-label_ivory{
    background:#fff1a1;
    color:#028e6a;
}
.event3-info-label_green{
    background:#0a503e;
    color:#fff;
}

.event3-info-period_ivory{
    color:#fff1a1;
}

.event3-info-sub .step {
  position: relative;
  display: block;
  line-height: 1.6;
  padding-left: 3.2em;     
}
.event3-info-sub .step-label{
  position: absolute;
  left: 0; top: 0;
  width: 3.2em;             
  white-space: nowrap;     
}


/* 버튼 */
.event_3_bottom{
    margin-top: 20px;
    display: inline-flex;
    position: relative;
    display: flex;
    justify-content: lift;
    width: 100%;
}
.event_3_bottom button{
    border-radius: 10px;
    padding:1.875rem 6.25rem;
    width: 100%;
    box-sizing: border-box;
}

.event_3_bottom p{
    font-size:2rem;
    font-weight: 700;
    color:#fff;
}


.event_3_bottom_icon_r{
    position: absolute;
    right: 0;
    top: 30px;
}

.event_3_bottom a {
    width: 100%;
    display: block;
}

.event3-info-box_color{
    background: #1c9c7b;
    border: 2px solid #121212;
    width:100%;
}

.event3-info-label_black_3 {
    background: #121212;
    color:#028e6a;
}

  .event3-terms{
    padding-left:25px;
    counter-reset:num;
    text-align: left;
  }
  .event3-terms br{
    display: none;
  }
  .event3-terms li{
    position:relative;
    padding-left:1em; 
    line-height:1.6;
    font-size:1.35rem;
    font-weight: 600;
  }
  .event3-terms li::before{
    content: counter(num) ".";
    counter-increment:num;
    position:absolute;
    left:0;
    top:0;
    width:2.2em;
    font-weight:700;
  }
 
  /* 끝 */
  .live_yt_section_05{
    background: #000;
  }

  /* 7만5천 효과때문에 css추가 */
  .count-fixed{
    position: relative;
    display: inline-block;
    line-height: 1;         
  }
  #viewCount2{
    position: absolute;
    inset: 0 auto auto 0;    
    white-space: nowrap;
    font-variant-numeric: tabular-nums; 
  }
  .count-shadow{
    visibility: hidden;      
    white-space: nowrap;
  }

.last_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


  .last_bottom{
    margin-top: 40px;
  }

  
.last_title_bx{
    width: 23.75rem;
    height: 23.75rem;
    border-radius: 50%;
    background: #292929;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.last_title{
    font-size: 2.125rem;
    font-weight: 700;
    color: #e0e0e0;
}

.last_title_2{
    position: relative;
    line-height: 1.3;
}

.last_title_2 .last_ab{
    position: absolute;
    font-size: 1.25rem;
    font-weight: 700;
    color: #e0e0e0;
}


.last_title_2 span{
    font-size: 1.25rem;
    font-weight: 300;
    color: #818181;
}
.last_title_2 p{
    font-size: 1.5rem;
    font-weight: 700;
    color:#e0e0e0;
}

.last_title_2 h3{
    font-size: 3.75rem;
    font-weight: 900;
    color:#e0e0e0;
}

.last_title_2_small{
    font-size:0.95rem !important;
}




.event2-step-img img {
    position: absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    width:100%;
}