*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #ddd;
}

*::-webkit-scrollbar-thumb {
    background: #525252;
    border: 2px solid #ddd;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    border-width: 0px;
}

.promotionTmpl, .promotionTmpl section, div, .promotionTmpl div, .promotionTmpl a{
    box-sizing: border-box;
}


._inBlock {
    display: inline-block;
    vertical-align: bottom;
}

area:focus {
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.conSec {
    position: relative;
    width: 100%;
    font-size: 0;
}

.conDiv {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    text-align: center;
}




/* Modal */
.conSecMd {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 10000;
    top: 0;
    left: 0;
}

.csmBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9001;
    cursor: pointer;
}

.csmCon {
    position: absolute;
    z-index: 9002;
    background: #fff;
    max-height: 800px;
    overflow: auto;
    padding: 30px;
    width: 580px;
}

._aplBaseHeader {
    position: relative;
    padding-bottom: 17px;
    border-bottom: 1px solid #C6CFDC;
    margin-bottom: 20px;
}
._aplBaseHeader ._tit {
    width: 90%;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -2%;
    word-break: auto-phrase;
    color: #191919;
}
._aplBaseHeader .close_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url('/assets/data/img/icon/modal/close_btn.svg') no-repeat top center;
}
.csmCon6 {
    width: 900px;
    max-width: 90vw;
    padding: 0;
    background: transparent;
    overflow: visible;
}
.csmCon6 .close_btn {
    position: absolute;
    top: -40px;
    right: 0;
    width: 32px;
    height: 32px;
    background: url('/assets/data/img/icon/modal/close_btn.svg') no-repeat center center;
    z-index: 1;
}
#ytbWrp {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000;
}
#ytbWrp .ytbVd {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
._aplBaseBody ._infoBox{
    padding: 16px;
    background-color: #F8FAFB;
    margin-bottom: 20px;
}
._aplBaseBody ._infoBox ._tit{
    font-size: 16px;
    font-weight: 700;
    color: #191E24;
    line-height: 150%;
}
._aplBaseBody ._infoBox ._txt{
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -0.2px;
    padding-bottom: 5px;
    padding-left: 16px;
    word-break: keep-all;
    color: #2F3642;
}
._aplBaseBody ._infoBox ._txt::before {
    display: block;
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    /*background-color: #2754E7;*/
    background-color: #2F3642;
    top: 7px;
    left: 3px;
}
._aplBaseBody ._infoBox ._txt span{
    color: #2754E7;
    font-weight: 700;
}
._aplBaseBody ._infoBox ._txt span.ft_400 {
    font-weight: 400;
}
._aplBaseBody ._infoBox ._txt2 {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.02px;
    font-weight: 400;
    color: #2F3642;
}
.ft_bold {
    font-weight: 700 !important;
}
.ft_udrline {
    text-decoration: underline;
}
._aplCon ._tit {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.32px;
    line-height: 150%;
    margin-bottom: 8px;
    color: #191E24;
}
._aplCon ._tit2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 8px;
    color: #191E24;
}
.pnt_txt {
    color: #2754E7;
}

.notice_box li {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    letter-spacing: -0.02px;
    color: #4A5668;
    list-style : disc;
    word-break: keep-all;
}
.notice_box li ._pnt {
    color: #2754E7;
    text-decoration: underline;
}
._mdl_line {
    margin: 32px auto;
    width: 100%;
    height: 8px;
    background: var(--BlueGY-100, #EFF2F6);
}

/*근거문구*/
.supporting_box ._tit{
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02px;
    padding-left: 20px;
    color: #191919;
}
.supporting_box ._tit::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 10px;
    left: 6px;
    background-color: #191919;
    border-radius: 50%;
}
.supporting_box ._txt{
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02px;
    padding-left: 22px;
    color: #2F3642; 
    margin-bottom: 22px;
}

/*선택된 항목 영역*/
.slc_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 8px 0 12px;
    border-radius: 8px;
    border: 1px solid #DEE4ED;
    background-color: #F8FAFB;
    margin-bottom: 8px;
}
.slc_box:last-child {
    margin-bottom: 0;
}
.slc_box .slc_tit {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.02px;
    color: #2F3642;
    padding: 9px 0;
    width: 90%;
}




/*modal end*/


.mo_header {
    display: none;
}
/*margin,padding*/
._ml20 {
    margin-left: 20px;
}
._mb4 {
    margin-bottom: 4px !important;
}
._mt8 {
    margin-top: 8px;
}
._mt10 {
    margin-top: 10px;
}
._mt12 {
    margin-top: 12px;
}
._mt16 {
    margin-top: 16px !important;
}
._mb12 {
    margin-bottom: 12px !important;
}
._mb15 {
    margin-bottom: 15px !important;
}

._mb16 {
    margin-bottom: 16px !important;
}

._mb19 {
    margin-bottom: 19px !important;
}
._mb20 {
    margin-bottom: 20px !important;
}
._mt20 {
    margin-top: 20px !important;
}
._mt22 {
    margin-top: 22px !important;
}

._mb22 {
    margin-bottom: 22px !important;
}

._mb24 {
    margin-bottom: 24px !important;
}

._mt30 {
    margin-top: 30px !important;
}

._mt40 {
    margin-top: 40px !important;
}


._mt32 {
    margin-top: 32px !important;
}
._mb0 {
    margin-bottom: 0 !important;
}
._mb32 {
    margin-bottom: 32px !important;
}
._mb40 {
    margin-bottom: 40px !important;
}
._pb18 {
    padding-bottom: 18px !important;
}

.brd_btm0 {
    border-bottom: 0 !important;
}

.write_box {
    margin-top: 8px;
    padding: 18px;
    border-radius: 12px;
    border: 1px solid #DEE4ED;
}

.write_box .__tit {
    font-size: 14px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -0.02px;
    color: #2754E7;
}

.write_box .dv_line {
    padding-bottom: 8px;
    border-bottom: 1px solid #DEE4ED;
}

.write_box .write_box_dep {
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #DEE4ED;
    background-color: #F8FAFB;
}


/*loading*/

._lodingDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

._lodingBg {
    width: 184px;
    height: 184px;
    background-image: url('/assets/data/img/icon/loading/loading_img.svg');
    display: inline-block;
    margin-top: calc(25% - 30px);
}

._lodingCn {
    width: 184px;
    height: 184px;
    display: inline-block;
    margin-top: calc(25% - 30px);
    position: absolute;
    top: 0;
    left: calc(50% - 92px);
}

.loginGifImg {
    margin-top: 70px;
}
/*loading*/
.keyListLodingDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99999;
}

.logindBgDiv {
    width: 100%;
    height: 100%;
    background: url('/assets/data/img/icon/loading/loading_img.png') no-repeat center center;
    display: inline-block;
}

.logindCnDiv {
    width: 184px;
    height: 184px;
    display: inline-block;
    position: absolute;
    top: calc(50% - 92px);
    left: calc(50% - 92px);
}

.loginGifImg {
    margin-top: 69px;
}


._cursorP {
    cursor: pointer;
}
._flex {
    display: flex !important;
    flex-wrap: wrap;
}
._PoAb {
    position: absolute;
}

._PoRe {
    position: relative;
}

._PoFix {
    position: fixed;
}

._hide {
    display: none !important;
    
}

.accordion-item-header {
    background: url('/assets/data/img/promotion/KDCrecruitEc/17/FAQ_arrow1.png') no-repeat center right;
}

.accordion-item-header.header_active {
    background: url('/assets/data/img/promotion/KDCrecruitEc/17/FAQ_arrow2.png') no-repeat center right;
}

._accordion_href {
    color: cornflowerblue !important;
    text-decoration: underline !important;
}


/* 하단  아코디언 스타일 예제 */
.BottomAccordionMainTitle {
    font-family: Pretendard !important;
    font-size: 32px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: white;
    padding-top: 120px;
    padding-left: 130px;
}

.BottomAccordionTitle {
    font-family: Pretendard !important;
    padding-left: 130px;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.91;
    letter-spacing: normal;
    text-align: left;
    color: #2196F3;
    margin-top: 80px;
}
.accordion-item-body p a {
    color: #2196F3;
    text-decoration: underline;
}
.accordion-item-body b {
    font-weight: bold;
}

.accordion {
    max-width: 844px;
    margin: 20px auto;
    margin-top: 28px;
    font-family: Pretendard !important;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.47;
    letter-spacing: normal;
    text-align: left;
    color: #c1c1c1;
    word-break: keep-all;
}

.accordion-item {
    margin-bottom: 5px;
}

.accordion-item-header {
    padding: 10px;
    cursor: pointer;
    border-bottom: solid 2px #4a494a;
}

.accordion-item-body {
    display: none;
    padding: 10px;
}

.header_active {
    color: white;
    font-weight: bold;
}

.ft_bold {
    font-weight: bold !important;
}

.conSecBottomAccordion {
    background-color: black;
    padding-bottom: 130px;
}

/* 하단 아코디언 스타일 종료 */

/*form 태그 (input, select, textarea, radio, checkbox)*/
._ipt, ._slc {
    width: 100%;
    border-radius: 8px;
    height: 50px !important;
    line-height: 48px !important;
    border: 1px solid #A6B2C4 !important;
    padding-left: 14px;
    color: #040404;
    font-weight: 400;
    font-size: 14px;
}
._ipt._ntc {
    border: 1px solid #FA4D4C;
}
._slc {
    background: #fff url('/assets/data/img/icon/modal/select_arrow.svg') right 22px center no-repeat;
}

._ipt2, ._slc2 {
    min-width: 80px !important;
    width: 80px;
}

.calender_ipt {
    min-width: 162px !important;
    width: 162px;
    background: #fff url('/assets/data/img/icon/modal/calender_icon.svg') no-repeat right 14px center !important;
    cursor: pointer;
    color: #040404  !important;
    font-weight: 400;
    font-size: 14px;
}

._ipt3, ._slc3 {
    min-width: 141px !important;
    width: 141px;
}
._ipt:disabled, ._slc:disabled {
    background-color: #EFF2F6;
    border: 1px solid #C6CFDC;
}
._ipt4, ._slc4 {
    width: 374px;
}
._ipt5 {
    width: 265px;
}
._slc5 {
    min-width: 105px !important;
    width: 105px;
}
._ipt6 {
    min-width: 128px !important;
    width: 128px;
}
._slc7 {
    min-width: 162px !important;
    width: 162px;
}

._textarea {
    height: 169px;
    overflow-y: auto;
    border-radius: 8px;
    border: 1px solid #A6B2C4;
    color: #040404;
    padding: 10px 14px;
    resize: none;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02px;
    font-weight: 400;
}
._textarea::placeholder {
    color: #8898AF;
}

input[type="radio"] {
    display: none;
}

input[type=radio]+label {
    display: inline-block;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    cursor: pointer;
    width: auto;
    height: 20px;
    background: url('/assets/data/img/icon/modal/radio.svg') no-repeat left center;
    padding-left: 27px;
    font-size: 14px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-bottom: 10px;
    margin-right: 22px;
}

input[type=radio]:checked+label {
    background: url('/assets/data/img/icon/modal/radio_on.svg') no-repeat left center;
}

input[type=radio]+label>b {
    font-weight: bold;
}

input[type="checkbox"] {
    display: none;
}

input[type=checkbox]+label {
    display: inline-block;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    cursor: pointer;
    width: auto;
    height: 20px;
    background: url('/assets/data/img/icon/modal/check.svg') no-repeat left center;
    padding-left: 27px;
    margin-right: 20px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=checkbox]:checked+label {
    background: url('/assets/data/img/icon/modal/check_on.svg') no-repeat left center;
}

.ipt_ntc {
    padding-left: 18px;
    background: url('/assets/data/img/icon/modal/ipt_notice_icon.svg') no-repeat left center;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #E83534;
    line-height: 140%;
}

button {
    cursor: pointer;
}

button.del_btn {
    width: 24px;
    height: 24px;
    background: url('/assets/data/img/icon/modal/del_btn.svg') no-repeat left center;
    font-size: 0;
}

button.add_btn {
    width: 76px;
    height: 40px;
    background: url('/assets/data/img/icon/modal/add_btn.svg') no-repeat left center;
    font-size: 0;
}

button.btn_type1 {
    width: 100%;
    height: 60px;
    line-height: 58px;
    border-radius: 8px;
    background-color: #163FC5;
    border: 1px solid #2754E7;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.02px;
}
button.btn_type1:disabled {
    background-color: #C6CFDC;
    border-color: #C6CFDC;
    color: #fff;
    cursor: not-allowed;
}
button.btn_type2 {
    width: 173px;
    height: 60px;
    line-height: 58px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #2754E7;
    text-align: center;
    color: #2754E7;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: -0.02px;
}
button.btn_type3 {
    width: 244px;
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
    background-color: #FFC811;
    color: #191E24;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    letter-spacing: -0.02px;
}
button.btn_type4 {
    width: 244px;
    height: 60px;
    line-height: 60px;
    border-radius: 8px;
    background-color: #163FC5;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 0;
    letter-spacing: -0.02px;
}

/*구분선*/
._line {
    width: 100%;
    height: 8px;
    background-color: #EFF2F6;

}

/*하단 안내 텍스트*/
.apl_ntc {
    font-size: 13px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.02px;
    color: #4a5668;
    text-align: center;
}

.ntc_info {    
    padding: 12px 10px 12px 38px;
    background: #E835341A url('/assets/data/img/icon/modal/notice_icon.svg') no-repeat left 16px center ;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.02px;
    margin-bottom: 4px;
}

.container__image {
    width: 100%;
}
._pc {
    display: block !important;
}
._mo {
    display: none !important;
}

/* 화면이 768px 이하일 때 width를 auto로 변경 */
@media screen and (max-width: 768px) {
    ._mo {
        display: block !important;
    }
    ._pc {
        display: none !important;
    }
    .conDiv {
        width: auto;
    }

    #header {
        display: none;
    }

    #footer {
        display: none;
    }

    .accordion-item {
        padding: 0px 10px;
    }

    .BottomAccordionTitle {
        padding-left: 10px !important;
    }

    .BottomAccordionMainTitle {
        padding-left: 0px !important;
        text-align: center !important;
        font-size: 28px !important;
    }

    .conFlt1 {
        display: none;
    }

    .mo_header, .conSecTop {
        display: block !important;
    }

    .conSecTopFix {
        display: block !important;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 10;
    }

    ._bodyArea {
        display: none;
        /* 처음엔 숨김 */
        background: #fff;
        padding: 0px 0px 20px 0px;
        font-size: 14px;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 56px;
        border-bottom: 1px solid #C6CFDC;
    }
    ._headerArea {
        background: white;
        width: 100%;
        height: 56px;
    }

    ._headerLogo {
        float: left;
        margin-top: 19px;
        margin-left: 20px;
        cursor: pointer;
    }

    ._headerMenu {
        float: right;
        margin-top: 14px;
        margin-right: 20px;
        cursor: pointer;
    }

    ._headerMemberArea {
        width: 100%;
        border-top: 1px solid #C6CFDC;
        display: inline-block;
    }

    ._headerMemberInfo {
        font-family: Pretendard;
        font-weight: 700;
        font-style: Bold;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: -2%;
        color: hsl(213, 18%, 12%);
        padding-top: 28px;
        padding-left: 20px;
        text-align: left;
        display: inline-block;
        float: left;
    }

    ._headerMemberLogout {
        font-weight: 400;
        font-size: 11px;
        line-height: 140%;
        letter-spacing: -2%;
        color: #2F3642;
        display: inline-block;
        float: right;
        padding-right: 20px;
        padding-top: 31px;
        cursor: pointer;
    }

    ._headerBox {
        cursor: pointer;
        border: 1px solid #C6CFDC;
        border-radius: 12px;
        display: inline-block;
        margin-top: 16px;
        float: left;
        padding: 20px;
        margin-right: 10px;
        font-family: Pretendard;
        font-weight: 400;
        font-size: 13px;
        line-height: 140%;
        letter-spacing: -2%;

    }
    #top_btn {
        display: none;
    }
    .csmCon {
        width: 100% !important;
        min-height: -webkit-fill-available; /* iOS Safari 대응 */
        height: 100vh;                      /* 다른 브라우저 대응 */
        overflow-y: auto;
        padding: 24px;
        padding-bottom: 150px;
    }
    .csmCon6 {
        max-width: 100% !important;
        height: auto !important;
        min-height: 0 !important;
        padding: 24px !important;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .csmCon6 .close_btn {
        position: static;
        align-self: flex-end;
        margin-bottom: 12px;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.9);
        background-size: 16px auto;
    }
    .write_box .dv_line {
        flex-wrap: wrap;
    }

    .calender_ipt {
        width: 100%;
        min-width: auto !important;
    }
    
    ._ipt4, ._slc4, ._slc5 {
        width: 87%;
        min-width: auto !important;
    }

    ._ipt6 {
        width: 48%;
        min-width: auto !important;
    }

    .apl_ntc {
        text-align: left;
    }

    button.btn_type3, button.btn_type4 {
        width: 100%;
    }
}

/* =====================================================================
   공통 무한 롤링 슬라이드 (marquee) - slick 없이 순수 CSS 애니메이션으로 구현
   =====================================================================
   로고/썸네일을 좌우로 끊김없이 흐르게 하고 싶을 때 이 구조를 그대로 갖다 쓰면 됨.
   JS 쪽 초기화(initRollingSlide)는 promotion_base.js에 이미 있어서 자동 실행됨
   (페이지에서 promotion_base.js만 로드하면 되고, 따로 호출할 필요 없음).

   ▶ 기본 구조 (한 줄만 필요할 때):
   <div class="rolling_slide_wrap">
       <div class="rolling_row rolling_row--right">
           <div class="rolling_track">
               <img src="..."> <img src="..."> ...
           </div>
       </div>
   </div>

   ▶ 여러 줄이 필요하면 rolling_row를 형제로 추가 (2단/3단 이상 제한 없음):
   <div class="rolling_slide_wrap">
       <div class="rolling_row rolling_row--right"><div class="rolling_track"> ...img... </div></div>
       <div class="rolling_row rolling_row--left"><div class="rolling_track"> ...img... </div></div>
       (3단 이상도 rolling_row를 계속 추가하고 --left/--right를 번갈아 지정하면 됨)
   </div>

   - rolling_row--right : 오른쪽으로 흐르는 롤링
   - rolling_row--left  : 왼쪽으로 흐르는 롤링
   - rolling_track 안의 이미지 목록은 JS(initRollingSlide)가 자동으로 1회 복제하여 이음매 없이 무한 반복시킴
     → 마크업에는 이미지를 딱 1세트만 작성하면 됨 (직접 두 번 안 써도 됨)
   - 속도는 --rolling-duration 변수로 페이지별/행별 조절 가능 (기본 40s, 숫자가 작을수록 빠름)
     예) .conSecXX .rolling_slide_wrap { --rolling-duration: 34s; }
   - 이미지 간격/크기는 페이지별 main.css에서 .rolling_track / .rolling_track img 를 오버라이드
   - 정지시키고 싶으면 rolling_slide_wrap에 is-paused 클래스 추가

   자세한 사용 가이드(주석)는 assets/data/js/promotion/promotion_base.js의
   initRollingSlide() 위 주석에도 동일하게 정리되어 있음.
   사용 예시: promotion/FreepassEarlyBird_v.php (conSec11, conSec12),
             promotion/cnuABCDPrgm_v.php (conSec3) */
.rolling_slide_wrap {
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.rolling_row {
    overflow: hidden;
    width: 100%;
}
.rolling_track {
    display: flex;
    width: max-content;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    animation-duration: var(--rolling-duration, 40s);
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.rolling_row--right .rolling_track {
    animation-name: rollingRight;
}
.rolling_row--left .rolling_track {
    animation-name: rollingLeft;
}
.rolling_slide_wrap.is-paused .rolling_track {
    animation-play-state: paused;
}
@keyframes rollingLeft {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}
@keyframes rollingRight {
    from { transform: translateX(-50%); }
    to { transform: translateX(0); }
}
.rolling_track img {
    flex-shrink: 0;
    display: block;
}
