@charset "UTF-8";
.event_wrap .inner {
    width:750px;
    height:auto;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
} /* 최소 750px */
.event_wrap .inner.w1200 {
    width:1200px;
}
/* background */
.event_wrap .bg_01 {
    padding:40px 0;
    background:#FF7631 url('https://contents.kyobobook.co.kr/pmtn/2025/eBook/250728_eaglestv/bnO_ebg_01.png') no-repeat 50% 0;
}
.event_wrap .bg_tab {
    padding:15px 0;
    background-color:#F8F8F8;
}

.event_wrap .bg_02 {
    padding:120px 0;
    background-color: #F3F4F9;
}

.event_wrap .bg_03 {
    padding:120px 0;
    background-color: #fff;
}

.event_wrap .bg_04 {
    padding:120px 0;
    background-color: #1F2638;
}

.event_wrap .bg_05 {
    padding:120px 0;
    background-color: #FF8848;
}

.event_wrap .bg_06 {
    padding:120px 0;
    background-color: #fff;
}

.event_wrap .bg_07 {
    padding:70px 0 20px;
    background-color: #F3F4F9;
}


/*--------------------
fixed tab
--------------------*/
.event_wrap .e-fixed-tab {
    display: flex;
    margin:0 auto;
    width:900px;
    height: 50px;
    justify-content: space-between;
    align-items: center;
}

.event_wrap .e-tab {
    padding:8px 24px;
    border-radius: 60px;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.48px;
    background-color: #FF5E3E;
}

.event_wrap .e-tab.e-active {
    background-color: #2A2A2A;
}

/*--------------------
도서 라인업
--------------------*/
.event_wrap .e-books-lineup {
    position: relative;
    display: block;
    margin:0 auto;
    width:938px;
    height:930px;
    background-image: url(https://contents.kyobobook.co.kr/pmtn/2025/eBook/250728_eaglestv/bnO_e02_ground.png);
    background-size: 938px 829px;
    background-repeat: no-repeat;
    background-position: center top 20px;
}

.event_wrap [class^="e-position"] {
    position: absolute;
    display: block;
    width:140px;
    height:200px;
    border:2px solid #E0E0E0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.20);
    overflow: hidden;
    transform: translateY(60px) scale(0.8);
    opacity: 0;
}


.event_wrap [class^="e-position"] img {
    display: block;
    width: 100%;
    height: 100%;
}

.event_wrap [class^="e-position"].animate-rise {
    animation: lineupRise 0.6s ease-out forwards;
}

.event_wrap .e-position-left {
    top:65px;
    left:124px;
}

.event_wrap .e-position-center {
    top:0;
    left: 399px;
}

.event_wrap .e-position-right {
    top:65px;
    right:124px;
}

.event_wrap .e-position-shortstop {
    top:220px;
    left:309px;
}

.event_wrap .e-position-second {
    top:220px;
    left:489px;
}

.event_wrap .e-position-third {
    top:380px;
    left:124px;
}

.event_wrap .e-position-first {
    top:380px;
    right:124px;
}

.event_wrap .e-position-pitcher {
    top:490px;
    left:399px;
}

.event_wrap .e-position-catcher {
    top:730px;
    left:399px;
}

.event_wrap .e-position-dh {
    top:730px;
    left:124px;
}

/* 도서 선수 팝업 */
.event_wrap .e-pop-bg {
    display:none;
    width:100%;
    height:100%;
    position:fixed;
    top:0;
    left:0;
    right:0;
    background: rgba(0, 0, 0, 0.6);
    z-index:999;
}
.event_wrap .e-pop-wrap {
    display: none;
    position: absolute;
    left:50%;
    top:380px;
    width:600px;
    height:753px;
    transform: translate(-50%);
    background-image: url("https://contents.kyobobook.co.kr/pmtn/2025/eBook/250728_eaglestv/bnO_pop_bg.png");
    background-size: 600px 753px;
    word-break: keep-all;
    z-index: 1000;
}

.event_wrap .e-pop-inner {
    position: relative;
    padding:110px 35px 0;
    width:530px;
    height:620px;
}

.event_wrap .e-pop-flex {
    width:100%;
    display: flex;
    justify-content: space-between;
}

.event_wrap .e-pop-txt-wrap {
    margin-top: -85px;
    display: block;
}

/*--------------------
댓글 기부 참여
--------------------*/
/* 기부 스코어 */
.event_wrap .e-score-box {
    position: relative;
    display: block;
    margin:44px auto 20px;
    padding: 40px;
    width: 620px;
    height: 140px;
    border-radius: 20px;
    border: 1px solid #C0C0C0;
    background: #F3F4F9;
}

.event_wrap .e-score-number {
    color: #292929;
    font-family: Pretendard;
    font-size: 62px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -1.24px;
}

.event_wrap .e-score-bg {
    margin-top:21px;
    width:100%;
    height:16px;
    border-radius: 50px;
    overflow: hidden;
    background: #D9DBE5;
}

.event_wrap .e-score-bar {
    display: block;
    height:100%;
    background: linear-gradient(90deg, #D9DBE5 0%, #FC4500 100%);
    border-radius: 50px;
}

.event_wrap .e-img-hand {
    position: absolute;
    top:50px;
    right:82px;
    width:142px;
    height:90px;
}

/* 기부 증서 */
.event_wrap #e-certificate-wrap {
    display: block;
    margin:0 auto;
    width: 540px;
    height: 810px;
    margin-bottom:30px;
    position: relative;
}

.event_wrap .e-txt-input {
    position: absolute;
    padding: 8px 10px;
    display: block;
    width: 184px;
    height: 32px;
    top: 300px;
    left: 105px;

}

.event_wrap .e-txt-user {
    display: block;
    width:100%;
    height:100%;
    color: #D78B34;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.1;
    border-radius: 6px;
}

.event_wrap .e-txt-user::placeholder {
    text-align: center;
    color: #D78B34;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -1.04px;
}


/*--------------------
sam
--------------------*/
.event_wrap [class^="e-benefit-0"] {
    display: block;
    margin:0 auto;
    text-align: center;
    padding:4px 14px;
    width:78px;
    height:37px;
    border-radius: 50px;
    border:1px solid #000;
    color:#fff;
    word-break: keep-all;
    white-space: nowrap;
}

.event_wrap .e-benefit-01 {
    background-color: #FF5E3E;
}

.event_wrap .e-benefit-02 {
    margin-top:120px;
    border:none;
    background-color: #00AFAD;
}

.event_wrap .e-info-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap:20px;
}

/* 슬립 이미지 */
.event_wrap .e-sleep-btn-wrap {
    display: flex;
    margin:51px auto 54px;
    justify-content: space-between;
    width:520px;
    height:76px;
}

.event_wrap .e-sleep-btn {
    display: block;
    padding:18px 24px;
    height:auto;
    border-radius: 12px;
    background: #FF5E3E;
    font-weight: 800;
}

.event_wrap .e-sleep-btn .e-bold {
    color:#fff;
}

.event_wrap .e-sleep-btn.e-active {
    color: #FF5E3E;
    background-color: #fff;
}

.event_wrap .e-sleep-btn.e-active .e-bold {
    color:#FF5E3E;
}

.event_wrap .e-sleep-img-wrap {
    display: flex;
    margin:0 auto 50px;
    width:602px;
    height:866px;
    background-image: url(https://contents.kyobobook.co.kr/pmtn/2025/eBook/250728_eaglestv/bnO_e04_sam.png);
    background-size: 602px 866px;
}

.event_wrap .e-img-sleep.e-active {
    display: block;
}

/* 히든 특가 */
.event_wrap .e-strike-wrap {
    position: relative;
    display: block;
    width:670px;
    margin:0 auto;
}

.event_wrap .e-strike-zone {
    position: absolute;
    left: 320px;
    top: 265px;
    width: 305px;
    height: 310px;
    /* border:3px dotted white; */
}

.event_wrap .e-strike-pop-wrap {
    display: none;
    position: absolute;
    left:50%;
    top:1915px;
    width:670px;
    height:780px;
    transform: translateX(-50%);
}

/*--------------------
youtube
--------------------*/
.event_wrap .e-video-area {
    display: block;
    margin:40px auto 20px;
    width:750px;
    height:422px;
    background-color: #D9D9D9;
}

/*--------------------
eMap 링크
--------------------*/
.event_wrap .e_btn a{display: block;}
/*작업 완료 후 삭제*/
/* .event_wrap .eMap a{background:rgba(240, 47, 13, .5);} */
.event_wrap .eMap .ebtn_05_01{
    left: 5%;
    top: 75%;
    width: 90%;
    height: 17%;
}

/*--------------------
유의사항
--------------------*/
.e_notice {
    width:670px;
    word-break: keep-all;
    letter-spacing: -0.48px;
}
.e_notice p {
    padding-bottom:0;
}
.e_notice p, .e_notice ul li{color:#767676;}
.e_notice ul li:before{background-color:#767676;}
.e_notice ul li {
    line-height: 1.3;
}
.e_notice ul li.e-notice-sub {
    padding-top:20px;
    padding-left:0;
}
.e_notice ul li.e-notice-sub::before {
    width:0;
}


/*--------------------
text layout
--------------------*/
.event_wrap .e-txt-sub {
    color: #292929;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.56px;
}

.event_wrap .e-img-txt + .e-txt-sub  {
    margin-top:16px;
}

.event_wrap .e-bold {
    font-weight: 700;
}

.event_wrap .bg_02 .e-txt-sub:nth-of-type(1) {
    margin-bottom: 50px;
}

.event_wrap .bg_02 .e-txt-sub:nth-of-type(2) {
    margin: 60px 0 30px;
}

.event_wrap .e-txt-sub-26 {
    color: #292929;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -0.52px;
}

.event_wrap .e-txt-title {
    color: #FFF;
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.84px;
}

.event_wrap .bg_05 .e-txt-title {
    text-align: center;
    color:#000;
}

.event_wrap .e-info-benefit .e-txt-sub-26 {
    text-align: center;
    color:#fff;
}

.event_wrap .e-info-benefit .e-txt-sub-26 .e-grey {
    color:#AEB2BE;
}

.event_wrap .e-txt-note {
    color: #CBD4ED;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: -0.48px;
}

.event_wrap .bg_06 .e-txt-note {
    color:#767676;
}

.event_wrap .e-pop-txt-sub {
    color: #FF5E3E;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.48px;
}

.event_wrap .e-pop-txt-name {
    margin:14px 0 40px;
    color: #0B0B0B;
    font-size: 52px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: 13.52px;
}

.event_wrap .e-pop-txt-disc {
    margin-top:14px;
    color: #000;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -1px;
}

/* 버튼 */
.event_wrap button {
    cursor: pointer;
}

.event_wrap [class^="e-btn"] {
    display: flex;
    margin:0 auto;
    width:650px;
    height:68px;
    text-align: center;
    color: #FFF;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.7px;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
}

.event_wrap .e-btn-orange {
    background-color: #FF5E3E;
}

.event_wrap .e-btn-blue {
    background-color: #00AFAD;
}

.event_wrap .bg_03 .e-btn-orange {
    margin-top:40px;
}

.event_wrap .bg_04 .e-btn-blue {
    margin:10px 0 80px;
}

.event_wrap .e-btn-down {
    width:168px;
}

.event_wrap #e-date {
    position: absolute;
    left:208px;
    bottom:36px;
    color: #C07E12;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.48px;
}

/*--------------------
image layout
--------------------*/
.event_wrap [class^="e-img"] {
    display: block;
    margin:0 auto;
}

.event_wrap [class^="e-img"] img {
    width:100%;
    height:100%;
}

.event_wrap .e-img-main {
    padding-top:40px;
    width:578px;
    height:474px;
    -webkit-animation: scale-in-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: scale-in-center 0.8s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.event_wrap .e-img-emotion {
    margin-top:-35px;
    width:660px;
    height:651px;
}

.event_wrap .bg_02 .e-img-txt {
    width:474px;
    height:56px;
}

.event_wrap .bg_03 .e-img-txt {
    width:459px;
    height:56px;
}

.event_wrap .e-img-way-01 {
    margin-bottom:70px;
    width:700px;
    height:452px;
}

.event_wrap .e-img-down {
    margin:0 16px 0 0;
    display: inline-block;
    width:16px;
    height:21px;
}

.event_wrap .bg_04 .e-img-txt-01 {
    margin-bottom:60px;
    width:374px;
    height:54px;
}

.event_wrap .e-img-sleep {
    display: none;
    padding:93px 45px 88px 43px;
    width:514px;
    height:685px;
}

.event_wrap .e-img-kzone {
    margin-top:30px;
    width:670px;
    height:780px;
}

.event_wrap .e-img-click {
    position: absolute;
    right:30px;
    bottom:-65px;
    width:228px;
    height:230px;
    cursor: pointer;
    animation: ballDribble 1s ease-in-out infinite;
    transition: transform 0.7s ease-out;
}
.e-img-click.clicked {
    animation: ballDisappear 0.6s forwards;
}

.event_wrap .e-img-ball {
    display: none;
    position: absolute;
    width: 68px;
    height: 69px;
}

.event_wrap .e-img-ball.clicked {
    display: block;
    animation: ballAppear 0.4s ease-out 0.4s forwards;
    opacity: 0;
}

.event_wrap .e-img-strike-pop {
    width:670px;
    height:780px;
}

.event_wrap .e-img-close-strike {
    position: absolute;
    top:46px;
    right:50px;
    width:61px;
    height:61px;
}

.event_wrap .e-img-hint {
    width:580px;
    height:140px;
}

.event_wrap .bg_04 .e-img-txt-02 {
    margin-top:80px;
    width:532px;
    height:94px;
}

.event_wrap .e-img-photo {
    margin-top:40px;
    width:780px;
    height:401px;
}

.event_wrap .bg_05 .e-img-txt {
    width:577px;
    height:53px;
}

.event_wrap .e-img-insta {
    margin:50px auto;
    width:670px;
    height:999px;
}

.event_wrap .e-img-way-02 {
    margin-bottom:60px;
    width:702px;
    height:587px;
}

.event_wrap .e-img-giveaway {
    margin-top:42px;
    width:671px;
    height:912px;
}

.event_wrap .bg_06 .e-img-txt {
    width:556px;
    height:94px;
}

.event_wrap .e-img-close {
    position: absolute;
    top:15px;
    right:21px;
    width:56px;
    height:56px;
}

.event_wrap .e-img-player {
    margin:0;
    width:224px;
    height:300px;
}

.event_wrap .e-img-pop-book {
    margin:0;
    width:290px;
    height:412px;
    border:3px solid #000;
    box-sizing: border-box;
}

.event_wrap .e-img-video {
    margin-top:40px;
    width:750px;
    height:422px;
}

/*--------------------
animation
--------------------*/
/* 메인 타이틀 */
@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
    }
    @keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
                transform: scale(0);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(1);
                transform: scale(1);
        opacity: 1;
    }
}

@keyframes lineupRise {
    0% {
        transform: translateY(60px) scale(0.8);
        opacity: 0;
        box-shadow: none;
    }
    60% {
        transform: translateY(-10px) scale(1.05);
        opacity: 1;
        box-shadow: 0 12px 20px rgba(0, 0, 0, 0.25);
    }
    100% {
        transform: translateY(0) scale(1);
        opacity: 1;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    }
}

@keyframes ballDribble {
    0%, 100% { transform: translateY(0); }
    30% { transform: translateY(-10px); }
    50% { transform: translateY(0); }
    70% { transform: translateY(-6px); }
    90% { transform: translateY(0); }
}

@keyframes ballDisappear {
    0% {
        transform: scale(1) translateY(0);
        opacity: 1;
    }
    100% {
        transform: scale(0.1) translateY(-1800px);
        opacity: 0;
    }
}

@keyframes ballAppear {
    0% {
        transform: scale(1.6);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}