*{padding: 0; margin: 0;}


/* 하단띠배너 */
.barbnr{
    width:100%;
    height:74px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
    text-align: center;
    background: #212dc7;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.08);
}

.barbnr_inner{
    width:1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:100px;
}

.barbnr_inner p{
    font-size:30px;
    color: #fff;
    font-weight: 700;
}

.barbnr_inner_button{
    padding: 10px 20px;
    height:74px;
    background: #fff;
    color: #212dc7;
    font-size:24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.barbnr_inner_button p{
    color: #212dc7;
    font-weight: 900;
}

.wrap{
    width: 100%;
}
.visual_wrp{
    background: url(/ee/promotion/2025/manual_11/img/vi_bg.jpg) no-repeat center center;
    background-size: cover;
    height: 1280px;
    width: 100%;
    overflow: hidden;
    
}

.inner{
    width:1200px;
    margin: 0 auto; 
    position: relative;
}

.visual_inner{
    width:1200px;
    margin: 0 auto; 
    position: relative;
}

.subtypo{
    font-size:38px;
    font-weight: 700;
    line-height: 45px;
    color:#fff;
    padding-top: 148px;
    text-align: left;
}
.main_typo{
    padding-top: 64px;
    margin-left: -50px;
}

.typo_bottom{
    color:#fff;
    padding-top: 145px;
    letter-spacing: 12px;
    font-size:26px;
}
.typo_bottom p:first-child{
    font-weight: 200;
}
.typo_bottom p:last-child{
    letter-spacing: 17px;
    font-weight: 700;
    text-align: right;
}

.typo_r{
    top: 10%;
    position: absolute;
    right: 0;
    border: 1px solid #fff;
    padding: 15px;
    line-height: 1.5;
}
.typo_r p{
    color:#fff;
    text-align: right;
}
.typo_r p b{
    text-decoration-line: underline;
    text-decoration-color: #0132f5;
    text-decoration-thickness: 0.7em;   
    text-underline-offset: -0.24em;    
    text-decoration-skip-ink: none; 
}

/* 교체: 공간 벌어짐 방지 + 뷰포트 밖 숨기기 */
.ph_wrp_inner {
    overflow: hidden;
    width: 100%;
  }
  
  /* 교체: 트랙은 왼쪽 정렬로 쭉 이어붙이기 */
  .ph_wrp {
    display: flex;
    align-items: center;
    justify-content: flex-start; /* was: space-between */
    gap: 0;
    padding-top: 20px;
    /* 애니메이션은 JS(Web Animations API)로 제어 -> CSS 애니 없음 */
  }
  
  /* 교체: 줄바꿈 금지, 가변 폭에서 강제 고정 */
  .ph_wrp li {
    flex: 0 0 auto;  /* 줄바꿈 없이 옆으로만 늘어남 */
    /* width는 JS가 컨테이너 폭/4로 계산해서 min-width로 넣어줍니다 */
  }
  
  /* 추가: 이미지 블록화(밑 여백/줄바꿈 이슈 방지) */
  .ph_wrp img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  /* 선택: hover 시 성능 최적화 힌트 */
  .ph_wrp_inner.is-animating .ph_wrp {
    will-change: transform;
  }

.contents01{
    background-color: #dde1f3;
    height: 905px;
    position: relative;
}

.contents_inner_typo{
    padding-top: 100px;
}

.contents_inner_typo p{
    font-size: 2.7rem;
    font-weight: 700;
}

.contents_inner_typo p:first-child{
    font-weight: 200;
}

.contents_inner_ban{
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding-top: 35px;

}
.contents_inner_ban li{
    background-color: #fff;
    width: 25%;
    position: relative;
    margin: 0 10px 0 0;
    padding:70px 0 30px 0;
}
.contents_inner_ban li p:first-child{
    position: absolute;
    background-color: #0132f5;
    color:#fff;
    font-size: 24px;
    font-weight: 700;
    padding:10px 0;
    top: 0;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}
.contents_inner_ban li p:last-child{
    font-size: 16px;
    font-weight: 400;
    padding:40px 0;
}
.contents_inner_ban li img{
    position: absolute;
    right: 0;
    bottom: 0;
}

.contents_inner_ban li bottom{
    padding: 5px 10px;
    background: #888888;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    color:#fff;
}

.contents01_1{
    background-color:#000;
    width:100%;
    height: 369px;
    position: absolute;
    bottom: 0;
    display: flex;
    justify-content: center;   
    align-items: center;
}

.contents01_1_text{
    text-align: center;
    padding-top: 20px;
    color:#f3df81;
    font-size: 32px;
    font-weight: 700;
    
}

.contents01_1_time{
    font-size: 48px;
    font-weight: 700;
    color:#fff;
}

.contents01_1_button{
    margin-top: 20px;
    color:#fff;
    font-size: 24px;
    font-weight: 700;
    background-color: #0132f5;
    padding: 10px 70px;
    border-radius: 45px;
    border: none;
    cursor: pointer;
    position: relative;
}

.contents01_1_button_icon img:nth-child(1){
    position: absolute;
    top: -20px;
    left:0;
}

.contents01_1_button_icon img:nth-child(2){
    position: absolute;
    right: 0;
    bottom: -30px;
}

.contents02{
    background-color: #203f88;
    padding-bottom: 100px;
}

.contents02_inner_img{
    padding-top:40px;
}

.contents03{
    background: linear-gradient(to top, #000, #151523);
    padding-bottom: 100px;
}

.contents03_inner_img{
    padding-top:70px;    
    text-align: center;
}

.contents04{
    background:#dde1f3;
    padding-bottom: 100px;
}

.contents04_inner_img{
    padding-top: 40px;
}

.contents05{
    background-color: #d5d5d5;
    padding: 100px;
}

.evn_typo{
    text-align: center;
    background-color: #000;
    padding: 10px 0;
    color:#fff;
    font-size: 24px;
    font-weight: 700;
    cursor:pointer; 
    align-items: 
    center; gap: 8px;
}

.evn_notice{
    padding: 50px;
    background-color: #fff;
    display:none;
}

.evn_notice span{
    display: block;
    padding-left: 12px;
    line-height: 1.5;
}

.evn_notice span::before{
    content: '-';
    margin-left: -12px;
    padding-right: 3px;
}

.evn_notice span a{
    vertical-align:middle; 
    margin-left:8px; 
    background:#13398f; 
    color:#fff; 
    font-size:14px; 
    border-radius:8px; 
    text-decoration:none; 
    padding: 5px 20px;
}
