@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500&display=swap'); */

/* 신규가입 폼 21.05.20 */
.header h1.tit_info.regist > span { padding: 0 18px; text-align: left; }
.container.regist .regist-info { padding: 34px 18px 50px; }
.container.regist .regist-info .catagory { font-size: 1.6rem; }
.container.regist .regist-info .info-phrase { font-size: 2.5rem; line-height: 3.1rem; margin-top: 10px; }
.container.regist .regist-info .info-phrase .oops { margin: 20px 0 10px; color: #FF243E; font-weight: bold; vertical-align: middle; font-size: 2.5rem; line-height: 1; }
.container.regist .regist-info .info-phrase .oops:after { content: ''; display: inline-block; width: 2.5rem; height: 2.5rem; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cg id='그룹_8580' data-name='그룹 8580' transform='translate(-72 -190)'%3E%3Crect id='사각형_29029' data-name='사각형 29029' width='24' height='24' transform='translate(72 190)' fill='%23fff'/%3E%3Cg id='그룹_8571' data-name='그룹 8571' transform='translate(-4901 -6726)'%3E%3Ccircle id='타원_811' data-name='타원 811' cx='2.5' cy='2.5' r='2.5' transform='translate(4979 6926) rotate(180)' fill='%23ff243e'/%3E%3Ccircle id='타원_812' data-name='타원 812' cx='2.5' cy='2.5' r='2.5' transform='translate(4997 6926) rotate(180)' fill='%23ff243e'/%3E%3Cpath id='패스_6779' data-name='패스 6779' d='M0,0H20.5' transform='translate(4975.5 6934.5)' fill='none' stroke='%23ff243e' stroke-width='3'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); -moz-background-size: contain; background-size: contain; background-repeat: no-repeat; vertical-align: top; }
.regist input[type="text"] { font-size: 1.3rem; }
.regist h2.tit { line-height: 2.2; font-size: 1.3rem; font-weight: bold; border-bottom: 1px solid #000000; }
.regist .terms-checkbox, .regist .regist-form { padding: 0 18px; }
.regist .regist-form .form_type03 .form_01.ml-0 { margin-left: 0; }
.regist .regist-form .bx_fieldset { border-bottom: 1px solid #D0D0D0; }
.regist .check-item { position: relative; }
.regist .tit { font-size: 1.3rem; font-weight: bold; }
.regist .ip_radio input[type="radio"]:disabled + label { color: #8B8B8B; }
.regist .checkbox-group, .regist .notice { border-top: 1px solid #D0D0D0; }
.regist .checkbox-group.no-border { border: 0; }
.regist .checkbox-group.mt-50 { margin-top: 50px; }
.regist .checkbox-group h3.group-tit { padding-top: 17px; font-size: 1.3rem; color: #8B8B8B; }
.regist .checkbox-group > ul > li { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; padding: 20px 0; border-bottom: 1px solid #EEEEEE; }
.regist .checkbox-group > ul.no-border { margin: 10px 0; }
.regist .checkbox-group > ul.no-border > li { padding: 5px 0; border-bottom: 0; }
.regist .checkbox-group.horizontal > ul { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: 100%; }
.regist .checkbox-group.horizontal > ul li { -webkit-box-flex: 0; -webkit-flex: 0 1 25%; -moz-box-flex: 0; -ms-flex: 0 1 25%; flex: 0 1 25%; border-bottom: 0; }
.regist .checkbox-group > ul > li .check-item { -webkit-box-flex: 1; -webkit-flex: 1 1 auto; -moz-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }
.regist .checkbox-group > ul > li .check-item .term-tit, .regist .checkbox-group > ul > li .check-item .is-agree { font-size: 1.3rem; }
.regist .checkbox-group > ul > li .is-agree .emphas { color: #FF243E; }
.regist .checkbox-group > ul > li .check-item label { height: 20px; line-height: 20px; background: url("../../Content/images/common/ico_radio3_off.svg") no-repeat 0px top; }
.regist .checkbox-group > ul > li .check-item input[type="checkbox"]:checked + label { background: url("../../Content/images/icon_lc21new/ico_radio4_on.svg") no-repeat 0 top; -moz-background-size: 20px; background-size: 20px; }
.regist .checkbox-group > ul > li .check-item input[type="checkbox"]:disabled + label { background: url("../../Content/images/icon_lc21new/ico_radio3_disabled.svg") no-repeat 0 top; -moz-background-size: 20px; background-size: 20px; color: #8B8B8B; }
.regist .checkbox-group > ul > li .link-more { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -webkit-flex: 1 0 100px; -moz-box-flex: 1; -ms-flex: 1 0 100px; flex: 1 0 100px; -webkit-box-pack: end; -webkit-justify-content: flex-end; -moz-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; font-size: 1.1rem; font-weight: bold; text-decoration: underline; }
.regist input[type="checkbox"] { position: absolute; top: 0; left: 0; width: 0; height: 0; padding: 0; background: none; -webkit-appearance: none; outline: none; cursor: pointer; opacity: 0; }
.regist .check-item label { display: inline-block; width: auto; height: 60px; line-height: 60px; padding-left: 25px; font-size: 1.2rem; background: url("../../Content/images/common/ico_radio3_off.svg") no-repeat 0px center; -moz-background-size: 20px 20px; background-size: 20px 20px; }
.regist .check-item label .emphas { color: #FF243E; }
.regist input[type="checkbox"]:checked + label { background: url("../../Content/images/icon_lc21new/ico_radio4_on.svg") no-repeat 0 center; -moz-background-size: 20px; background-size: 20px; }
.regist input[type="checkbox"]:disabled + label { background: url("../../Content/images/icon_lc21new/ico_radio3_disabled.svg") no-repeat 0 center; -moz-background-size: 20px; background-size: 20px; color: #8B8B8B; }
.regist .notice { margin-top: 20px; padding-top: 17px; }
.regist .btn_box { padding: 40px 18px; }
.regist .btn_box.flex_btn { padding: 0 18px; }
ul.list_txt3.mt-15 { margin-top: 15px; }
ul.list_txt3 > li.type2 { position: relative; margin: 0 0 5px 0; padding-left: 6px; font-size: 1.1rem; color: #FF243E; }
ul.list_txt3 > li.type2:before { content: ''; display: block; position: absolute; top: 7px; left: 0; width: 3px; height: 1px; background: #FF243E; }
.regist .regist-form { padding-bottom: 4rem; }
.regist .regist-form.mt-50 { margin-top: 4rem; }
.regist-form .tit .emphas { font-size: 1.1rem; color: #FF243E; }
.bx_inp_type > .ip_txt.input_flx { -webkit-box-flex: 1; -webkit-flex: 1 0 70%; -moz-box-flex: 1; -ms-flex: 1 0 70%; flex: 1 0 70%; }
.bx_inp_type > .ip_txt.input_flx.post-num { -webkit-box-flex: 1; -webkit-flex: 1 0 30%; -moz-box-flex: 1; -ms-flex: 1 0 30%; flex: 1 0 30%; max-width: 110px; }
.bx_inp_type .btn_type_flx { -webkit-box-flex: 0; -webkit-flex: 0 1 35%; -moz-box-flex: 0; -ms-flex: 0 1 35%; flex: 0 1 35%; padding: 0; margin-left: 10px; }
.bx_fieldset h5.tit_fieldset { margin-top: 20px; margin-bottom: 10px; font-size: 1.1rem; color: #999999; }
.bx_fieldset h5.tit_fieldset .emphas { color: #FF243E; }
.bx_fieldset .form-notice { padding-left: 15px; font-size: 1.1rem; color: #E5153C; margin-bottom: 10px; }
.regist-form .ip_txt:last-child { margin-bottom: 10px; }
.regist-form .bx_inp_type .data-slot.ip_txt { padding-left: 10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; word-break: break-all; word-wrap: break-word; }
.regist-form .ip_radio input[type="radio"]:checked, .regist-form .ip_radio input[type="radio"][checked="checked"] { background: url("../../Content/images/icon_lc21new/ico_radio5_on.svg") no-repeat 0 0; }
.regist-form .notice-txt { margin-top: 5px; padding-bottom: 10px; }
.regist-form .bx_fieldset .tooltip_box .tooltip { top: 40px; left: 0; right: 0; width: auto; padding: 20px; border: 1px solid #DDDDDD; color: #000000; font-size: 1.1rem; }
.regist-form .bx_fieldset .tooltip_box .tooltip ul { margin-top: 6px; line-height: 1.6; }
.regist-form .bx_fieldset .tooltip_box .tooltip ul strong { font-size: 1.1rem; }
.regist-form .bx_fieldset .tooltip_box .tit_tooltip { position: relative; }
.regist-form .bx_fieldset .tooltip_box .tooltip .tit { font-size: 1.1rem; color: #000000; }
.regist-form .bx_fieldset .tooltip_box .ic_question { background-image: url("../../Content/images/icon_lc21new/ico_tooltip5.svg"); }
.regist-form .bx_fieldset .tooltip_box.open .tit_tooltip:after { content: ''; position: absolute; z-index: 11; top: 22px; right: -19px; width: 20px; height: 20px; background-image: url("../../Content/images/icon_lc21new/icon_balloon_edge.png"); -moz-background-size: contain; background-size: contain; background-repeat: no-repeat; }
.regist-form .bx_fieldset .tit_fieldset { position: relative; }
.regist-result .terms-checkbox { margin-bottom: 50px; }
.regist-result .terms-checkbox .result-table { margin: 15px 0; }
.regist-result .terms-checkbox .result-table .emphas { color: #FF243E; }
.regist-result .terms-checkbox .result-table thead th, .regist-result .terms-checkbox .result-table tbody td { text-align: center; font-size: 1.3rem; padding: 8px 0; }
.regist-result .terms-checkbox .result-table thead th, .regist-result .terms-checkbox .result-table tbody tr td:first-child { color: #8B8B8B; }
.regist-result .terms-checkbox .result-table thead th { border-bottom: 1px solid #EEEEEE; }
.regist-result .terms-checkbox .result-table tbody tr td:first-child { text-align: left; }
.regist-result .terms-checkbox .checkbox-group { border-top: 0; border-bottom: 1px solid #D0D0D0; }
.regist-result .go-to-link { padding: 0 18px; line-height: 1; font-size: 1.5rem; }
.regist-result .go-to-link .red-circle { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; vertical-align: middle; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; width: 5rem; height: 5rem; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: #FF243E; color: #ffffff; }
/* 이용약관 */
.term-content-wrap { padding: 20px 18px; }
.term-content-wrap .category { margin-bottom: 6px; font-size: 1.6rem; color: #8B8B8B; }
.term-content-wrap .title { margin-bottom: 30px; font-size: 2.5rem; }
.term-content-wrap .term-content { font-size: 1.2rem; color: #161518; line-height: 1.4; }
.layer_alert .gray-box { background-color: #F8F8F8; padding: 13px 15px; margin-bottom: 18px; }
.address-search { padding: 30px 18px; }
.address-search .result-summary { border-bottom: 1px solid #D0D0D0; padding-bottom: 10px; }
.address-search .result-summary .emphas { color: #FF243E; font-size: 1.3rem; }
.address-search .list_txt.example { margin-top: 10px; font-size: 1.3rem; }
.address-search .list_txt .sub-txt { margin-left: 15px; color: #999999; }
.address-search .ip_txt input[type="text"] { padding-right: 30px; font-size: 1.3rem; }
.address-search .ip_txt input[type="text"]::-webkit-input-placeholder { text-overflow: ellipsis; }
.address-search .ip_txt input[type="text"]:-moz-placeholder { text-overflow: ellipsis; }
.address-search .ip_txt input[type="text"]::-moz-placeholder { text-overflow: ellipsis; }
.address-search .ip_txt input[type="text"]:-ms-input-placeholder { text-overflow: ellipsis; }
.address-search .ip_txt input[type="text"]::-ms-input-placeholder { text-overflow: ellipsis; }
.address-search .ip_txt input[type="text"]::placeholder { -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.address-search .ip_txt.add-search-input input[type="text"]:focus { border: 1px solid #414141; }
.address-search .ip_txt input[type="text"] + a.delete { display: none; position: absolute; right: 10px; top: 15px; width: 15px; height: 15px; font-size: 0; background-image: url("../images/icon_lc21new/ico_delete.svg"); background-repeat: no-repeat; }
.address-search .add-search-input { position: relative; }
.address-search .ip_txt input[type="text"].is-focus + a.delete { display: inline-block; }
.address-search .result-search-for { margin-top: 40px; }
.address-search .result-search-for .list_more { margin-top: 10px; }
.address-search .result-search-for .result-list { font-size: 1.4rem; }
.address-search .result-search-for .result-list.no-result p { padding: 20px 0; text-align: center; font-size: 1.4rem; }
.address-search .result-search-for .result-list > li { border-bottom: 1px solid #D0D0D0; }
.address-search .result-search-for .result-list .old-address { margin-top: 10px; color: #8B8B8B; }
.address-search .result-search-for .result-list .old-address:before { content: '지번'; display: inline-block; margin-right: 8px; font-size: 1.1rem; border: 1px solid #EEEEEE; padding: 2px 10px; }
.address-search .accdian_wrap .acc_item .acc_tit { padding: 20px 0; border-bottom: 0; }
.address-search .accdian_wrap .acc_item .acc_cont { padding: 5px 0; background-color: #ffffff; border-bottom: 0; }
/* 2021.05.28 내통장결제수단추가 */
.simple_pay .simple_pay_btn_box { display: block; position: relative; height: 55px; padding-top: 10px; text-align: center; }
.simple_pay .simple_pay_btn_box .simple_pay_btn_thm img.chai { height: 13px; }
.pay_card_box .pay-notice { margin-top: 20px; }
.pay_card_box .pay-notice .pay-notice-title { font-size: 1.3rem; }
.pay_card_box .pay-notice ul li:before { content: '·'; }
.pay_card_box .pay-notice ul li { margin-left: 6px; margin-top: 5px; font-size: 1.1rem; text-indent: -6px; }
.ic_txt_event { position: absolute; right: -5px; top: -8px; line-height: 1; padding: 3px 5px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; font-family: 'Roboto'; font-size: 0.8rem; color: #FFF; background-color: #FF243E; }
.ic_txt_event:after { content: ""; position: absolute; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; bottom: -5px; left: 7px; width: 5px; height: 5px; border: 5px solid rgba(0, 0, 0, 0); border-left: 5px solid #FF243E; }
.pay_card_list .ic_txt_event { right: -10px; }
.discount_area dt { padding-left: 0; width: 90px; }
.discount_area dt img { max-width: 100%; }
/* 2021.06.08 포토카드 추가 */
.rsolv_list .ico_photocard { position: absolute; right: 15px; bottom: 0; background: url("../images/icon_lc21new/ico_photocard.svg") no-repeat 0 14px; padding: 17px 12px 17px 25px; font-size: 1.1rem; }
.rsolv_list .ico_photocard:after { content: ''; display: inline-block; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); width: 0.8rem; height: 0.8rem; background: url("../images/icon/arr_5_rg.svg") no-repeat; }
.rsolv_list .list_item .li_tit .d-day { display: inline-block; margin-left: 1.2rem; font-size: 1.1rem; }
.rsolv_list .list_item .li_tit .d-day span { font-size: 0.9rem; }
.rsolv_detail_wrap .info_wrap .list_txt h6 { font-size: 1.1rem; margin-bottom: 5px; }
.rsolv_detail_wrap .info_wrap .li_cont > div.notice { display: block; }
.rsolv_detail_wrap .info_wrap .li_cont > div.notice .info { font-size: 1.2rem; }
.rsolv_detail_wrap .info_wrap .btn_edit_photocard { padding-right: 10px; font-size: 1.1rem; background: url("../images/icon/arr_5_rg.svg") no-repeat right center; }
.rsolv_detail_wrap .info_wrap .btn_edit_photocard img { margin-right: 0.5rem; }
.rsolv_detail_wrap .info_wrap .li_cont .btn_type11.mt0 { margin-top: 0; }
.rsolv_detail_wrap.photocard .mv_tit { margin-bottom: 22px; font-size: 17px; }
.lc_wrap .lc_itm > .li_cont .itm_cont.type_flx { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; }
.lc_wrap .lc_itm > .li_cont .itm_cont.type_flx .txt_price { margin-left: 0.9rem; margin-right: 0.3rem; }
.photocard_view_history { background-color: #F8F8F8; }
.full_layer_wrap .photocard_view_history .layer_content { padding-bottom: 55px; }
.photocard_view_history h3 { margin-top: 2rem; font-size: 1.3rem; }
.photocard_view_history .history_list { margin-top: 0.8rem; }
.photocard_view_history .history_list li { margin-bottom: 1rem; position: relative; }
.photocard_view_history .history_list li input[type="radio"] { overflow: hidden; position: absolute; left: -1000px; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; clip: rect(0, 0, 0, 0); z-index: -1000; visibility: hidden; }
.photocard_view_history .history_list li label { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 1.5rem 1.1rem 1.5rem 2rem; font-size: 1.1rem; background-color: #ffffff; border: 1px solid #DDDDDD; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; border-radius: 0.4rem; }
.photocard_view_history .history_list li input[type="radio"]:checked + label { border: 1px solid #333333; }
.photocard_view_history .history_list li label .movie_info { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.photocard_view_history .history_list li label .movie_tit { margin-bottom: 0.6rem; font-size: 1.5rem; }
.photocard_view_history .history_list li label .movie_time { margin-bottom: 0.3rem; }
.photocard_view_history .history_list li label .movie_screen { margin-bottom: 0.3rem; }
.photocard_view_history .history_list li label .movie_poster { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-flex-basis: 6.1rem; -ms-flex-preferred-size: 6.1rem; flex-basis: 6.1rem; text-align: right; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; border-radius: 0.4rem; overflow: hidden; }
.photocard_view_history .history_list li label .movie_poster img { width: 100%; }
/* 최종결제수단 종류 */
.means_list { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.means_list li { position: relative; -webkit-box-flex: 0; -webkit-flex: 0 1 -webkit-calc((100% - 20px) / 3); -moz-box-flex: 0; -ms-flex: 0 1 calc((100% - 20px) / 3); flex: 0 1 calc((100% - 20px) / 3); margin-right: 10px; margin-bottom: 10px; }
.means_list li:nth-of-type(1n+2) { margin-left: 0; }
.means_list li:nth-of-type(3n) { margin-right: 0; }
.means_list .card5 input + label { background-image: url("../../Content/images/icon_lc21new/ic_card_means6.svg"); background-position: center 13px; }
.means_list .card6 input + label { background-image: url("../../Content/images/icon_lc21new/ic_card_means7.svg"); background-position: center 13px; }
.means_list .card4 input[type="radio"]:checked + label:after, .means_list .card5 input[type="radio"]:checked + label:after, .means_list .card6 input[type="radio"]:checked + label:after, .means_list .card7 input[type="radio"]:checked + label:after { display: none; }
.pay_card_box .pay_card_list li a { display: block; position: relative; padding-top: 10px; height: 55px; text-align: center; border: 1px solid #ddd; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #fff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.pay_card_box .pay-notice { margin-top: 20px; }
.pay_card_box .pay-notice .pay-notice-title { font-size: 1.3rem; }
.pay_card_box .pay-notice ul li:before { content: '·'; }
.pay_card_box .pay-notice ul li { margin-left: 6px; margin-top: 5px; font-size: 1.1rem; text-indent: -6px; }
/* 2021.06.11 포토카드 꾸미기 선택 */
.select_photocard_edit { background-color: #F8F8F8; position: fixed; top: 50px; bottom: 0; left: 0; right: 0; }
.select_photocard_edit h3 { margin: 2rem 0 1.1rem; font-size: 1.5rem; }
.select_photocard_edit .select_type { position: absolute; top: 0; bottom: -webkit-calc(45px + 1.6rem); bottom: -moz-calc(45px + 1.6rem); bottom: calc(45px + 1.6rem); left: 0; right: 0; padding: 0 2rem; overflow-y: auto; }
.select_photocard_edit .btn_wrap { position: absolute; bottom: 1.6rem; left: 2rem; right: 2rem; }
.select_photocard_edit .type_list li { margin-bottom: 1rem; }
.select_photocard_edit .type_list li input[type="radio"] { position: absolute; }
.select_photocard_edit .type_list li label { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -webkit-justify-content: flex-start; -moz-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-flow: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-flow: column; flex-flow: column; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; position: relative; padding: 3rem 2rem; font-size: 1.1rem; background-color: #ffffff; border: 1px solid #DDDDDD; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; border-radius: 0.4rem; }
.select_photocard_edit .type_list li label:before { content: ''; display: inline-block; position: absolute; width: 2rem; height: 2rem; top: 1.5rem; left: 1.5rem; background-image: url("../../Content/images/icon_lc21new/check_off.svg"); background-repeat: no-repeat; -moz-background-size: 95%; background-size: 95%; }
.select_photocard_edit .type_list li input[type="radio"]:checked + label:before { background-image: url("../../Content/images/icon_lc21new/check_on.svg"); }
.select_photocard_edit .type_list li input[type="radio"]:disabled + label:before { background-image: url("../../Content/images/icon_lc21new/check_dis.svg"); }
.select_photocard_edit .type_list li input[type="radio"]:checked + label { border: 1px solid #333333; }
.select_photocard_edit .type_list li label .photocard_img { display: block; margin: auto; text-align: center; width: 18rem; }
.select_photocard_edit .type_list li label .photocard_img img { width: 100%; }
.select_photocard_edit .type_list li label .description .tit { font-size: 1.5rem; }
.select_photocard_edit .type_list li label .description .detail { text-align: left; font-size: 1.1rem; font-weight: bold; }
.select_photocard_edit .type_list li label .description .detail em { margin-left: 0.2rem; color: #FF243E; }
.select_photocard_edit .type_list li label .description .detail .side { margin-right: 0.7rem; font-weight: 400; opacity: 0.7; }
.select_photocard_edit .type_list li label .description .alert { color: #FF243E; margin-top: 1rem; }
.select_photocard_edit .type_list li label .description .alert p { font-size: 1.1rem; }
.select_photocard_edit .type_list li label .description .alert p + p { margin-top: .5rem; }
/* 포토티켓 출력 선택 영화관 */
.photocard_print_theater { margin: 0 -18px; }
.full_layer_wrap .photocard_print_theater .layer_content { padding-bottom: 11.5rem; }
.photocard_print_theater h3 { padding: 0.8rem 0; text-align: center; font-size: 1.1rem; background-color: #F2F2F2; }
.photocard_print_theater .theater-list { width: 100%; padding: 2.2rem 0; background-color: #ffffff; }
.photocard_print_theater .theater-list > ul { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; width: -webkit-calc(100% - 36px); width: -moz-calc(100% - 36px); width: calc(100% - 36px); margin: auto 18px; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; background-color: #ffffff; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.photocard_print_theater .theater-list > ul > li { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; min-height: 5rem; }
.photocard_print_theater .theater-list > ul > li.active { background-color: #F5F5F5; }
.photocard_print_theater .theater-list > ul > li > .city { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; padding-left: 1.6rem; -webkit-box-flex: 0; -webkit-flex: 0 1 -webkit-calc(100% - 0.7rem); -moz-box-flex: 0; -ms-flex: 0 1 calc(100% - 0.7rem); flex: 0 1 calc(100% - 0.7rem); height: 5rem; font-size: 1.4rem; border-bottom: 1px solid #EBEBEB; background-image: url("../../Content/images/icon_lc21new/icon_arrow_down.svg"); background-position: right center; background-repeat: no-repeat; -moz-background-size: auto; background-size: auto; }
.photocard_print_theater .theater-list > ul > li.active > .city { background-image: url("../../Content/images/icon_lc21new/icon_arrow_up.svg"); }
.photocard_print_theater .theater-list > ul > li.active > .city { border-bottom: 0; }
.photocard_print_theater .theater-list > ul > li:nth-of-type(2n) { -webkit-box-pack: end; -webkit-justify-content: flex-end; -moz-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.photocard_print_theater .theater-list > ul > li:nth-of-type(2n) > .city { background-position: right 0.5rem center; }
.photocard_print_theater .theater-list > ul > li > .city .count { margin-bottom: -0.5rem; font-size: 0.9rem; }
.photocard_print_theater .theater-list > ul > li.active > .city-wrap { display: block; z-index: 1; }
.photocard_print_theater .theater-list > ul > li > .city-wrap { display: none; -webkit-box-flex: 1; -webkit-flex: 1 0 200%; -moz-box-flex: 1; -ms-flex: 1 0 200%; flex: 1 0 200%; max-height: 50vh; overflow-y: auto; }
.photocard_print_theater .theater-list > ul > li > .city-wrap > .list-of-city { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; background-color: #F5F5F5; }
.photocard_print_theater .theater-list > ul > li > .city-wrap > .list-of-city > li { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; -moz-box-orient: horizontal; -moz-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-flex: 0; -webkit-flex: 0 0 50%; -moz-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; min-height: 5rem; }
.photocard_print_theater .theater-list > ul > li > .city-wrap > .list-of-city > li > .city { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; padding-left: 1.6rem; -webkit-box-flex: 1; -webkit-flex: 1 1 100%; -moz-box-flex: 1; -ms-flex: 1 1 100%; flex: 1 1 100%; height: 5rem; font-size: 1.3rem; color: #666666; }
.photocard_print_theater .theater-list > ul > li > .city-wrap > .list-of-city > li.active > .city {color:#000; background-image: url("../../Content/images/icon_lc21new/icon_selected_check.svg"); background-position: right 1rem center; background-repeat: no-repeat; }
.floating_menu .flex_btn.ty2 { padding: 3.5rem 4.5rem; height: 4.5rem; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.floating_menu .flex_btn.ty2 > a { height: 4.5rem; line-height: 4.5rem; -webkit-border-radius: 0.4rem; -moz-border-radius: 0.4rem; border-radius: 0.4rem; }

/* 210818 관람권업차지 popup_03결제_관람권_관람권업차지 */
.layer_alert .alert_type2 { text-align:center; font-size:1.3rem; padding:4px 0px 3px;}
.layer_alert .alert_type2 .payment_box { margin: 15px 8px; border-top:1px solid #000; border-bottom:1px solid #000; padding-top:15px;}
.layer_alert .alert_type2 .payment_box dl {width:100%; display:table; font-size: 1.3rem; margin:0 0 10px;}
.layer_alert .alert_type2 .payment_box dt,.layer_alert .alert_type2 .payment_box dd{display: table-cell; vertical-align: middle; color:#999; padding:0 10px; text-align: left;}
.layer_alert .alert_type2 .payment_box dd {text-align: right; color:#000;}
.layer_alert .alert_type2 .payment_box dl.last {background-color: #f9f9f9; margin:17px 0 0; padding:12px 0 15px; border-top:1px solid #d8d8d8;}
.layer_alert .alert_type2 .payment_box dl.last dt { color:#000; }
.layer_alert .alert_type2 .payment_box dl.last dd { color:#e5153c; font-weight:bold }
.layer_alert .alert_type2 .txt_info {letter-spacing: -0.065rem;}

/* 영잘알 퀴즈 2021.08 */
.movieokquiz {overflow: hidden; position: relative; width: 100%; background-color: #e1e1e1;}
/* 퀴즈 영화정보 */
.movieokquiz .moviearea {position: relative; min-height:23rem; padding-bottom: 3rem; background: #e1e1e1 url('../../Content/images/icon_lc21new/mo_evt_movieokquiz_02_bg.jpg') 0 0 no-repeat; background-size: 100%; z-index: 2;}
.movieokquiz .moviearea .infotxt {position: absolute;}
.movieokquiz .moviearea .posterimg {position: absolute; right:2.8rem; width:11.5rem; }
.movieokquiz .moviearea .movcut {position:absolute; top:9.5rem; left:2.8rem; width:15.8rem;}
.movieokquiz .moviearea .btn_wrap {position: absolute; bottom:0rem; width:100%; margin:0;}
.movieokquiz .moviearea .btn_wrap a {width:12rem; height:3.6rem; font-size: 1.3rem; line-height:3.6rem}
.movieokquiz .moviearea .btn_wrap a + a {margin-left: .5rem; vertical-align: top;}
.movieokquiz .moviearea .btn_wrap a.btn_type1_6, .moviearea .btn_wrap button.btn_type1_6 {color:#000; border: .1rem solid #000; background:none; box-shadow:none}
.movieokquiz .moviearea .btn_wrap a.btn_type1_7, .moviearea .btn_wrap button.btn_type1_7 {background-color: #797BF8; box-shadow:none}
/* 퀴즈 시작 */
.movieokquiz .quizstart_head {position: relative; min-height: 15rem; background: #d0d5e9 url('../../Content/images/icon_lc21new/mo_evt_movieokquiz_03.png') 0 0 no-repeat; background-size: 100%;}
.movieokquiz .quizstart_head .txtinfo { width:100%; padding-top: 17rem; text-align: center; font-size: 1.8rem}
/* 퀴즈 단계 영역 */
.movieokquiz .quizstepwrap {position: relative; padding-bottom: 7rem; padding-top: 3rem; background-color: #D1D5E9;}
.movieokquiz .quizstepwrap .dateinfo {position: absolute; top:4rem; left:7rem; line-height:2rem}
.movieokquiz .quizstepwrap .dateinfo .date {display:block; font-size: 1.7rem}
.movieokquiz .quizstepwrap .dateinfo .time {display:block; font-size: 1.4rem}
.movieokquiz .quizstepwrap .dateinfo .date .txt {font-family: 'Roboto'; font-size: 2.0rem}
.movieokquiz .quizstepwrap .dateinfo .time .txt {font-family: 'Roboto'; font-size: 1.6rem}
/* 유의사항 블랙타입 */
.ev_notice_list.blktype {padding: 3.6rem 1.8rem; margin-top: 0; background-color: #333}
.ev_notice_list.blktype > .tit {font-size: 1.4rem;font-weight:bold; margin-bottom: .8rem; color: #D5D5D5}
.ev_notice_list.blktype .list_txt > p, .ev_notice_list.blktype ul.list_txt > li, .ev_notice_list.blktype ol.list_txt > li {color: #D5D5D5; word-break: keep-all; opacity: .8;}
/* 퀴즈 이벤트 시작전 */
.movieokquiz .quizstepwrap.stepbefore {position: relative;}
.movieokquiz .quizstepwrap.stepbefore .personnum {position: absolute; right: 10%; top:87.5%; font-size:1.1rem; color:#fff}
.movieokquiz .quizstepwrap.stepbefore .personnum .numwrap {min-width:6rem; height:2rem; line-height:2rem; padding:0 .9rem; border-radius:3rem; box-sizing:border-box; text-align:center;color: #fff;background: #797BF8;border: none;}
.movieokquiz .quizstepwrap.stepbefore .personnum .numwrap .num {font-family: 'Roboto'; font-size:1.2rem; font-weight: 600;}
.movieokquiz .quizstepwrap.stepbefore .ticketamount {position: absolute; right: 7%; top:94%; font-size:1.3rem;}
.movieokquiz .quizstepwrap.stepbefore .ticketamount .amounttxt {padding-left: 5px; font-family: 'Roboto'; font-size:1.5rem;font-weight: 500;}
.movieokquiz .quizstepwrap.stepbefore .evt_pastwrap .box_pastinfo .yja_prod {position: absolute; top:-7.5rem; left:-1.1rem}
.movieokquiz .quizstepwrap.stepbefore .evt_pastwrap .box_pastinfo .paststep1 {position: absolute; top:10.5rem; left:24rem; width:11rem}
.movieokquiz .quizstepwrap.stepbefore .evt_pastwrap .box_pastinfo .paststep2 {position: absolute; top:23.1rem; left:24rem; width:11rem}
.movieokquiz .quizstepwrap.stepbefore .evt_pastwrap .box_pastinfo .paststep3 {position: absolute; top:23.1rem; left:7rem; width:11rem}
.movieokquiz .quizstepwrap.stepbefore .evt_pastwrap .box_pastinfo .paststep4 {position: absolute; top:35.7rem; left:7rem; width:11rem}/* 퀴즈 1단계 시작전 */
.movieokquiz .quizstepwrap.stepbefore .evt_pastwrap .box_pastinfo .yja_prod img {margin-left: -15%;}
.movieokquiz .quizstepwrap.stepbefore .evt_pastwrap .box_pastinfo .p_num .numwrap span {opacity: .3;}
.movieokquiz .quizstepwrap.stepbefore .evt_pastwrap .box_pastinfo .p_num .numwrap span.num {opacity: 1;}
.movieokquiz .quizstepwrap.stepbefore .dateinfo {top: 6rem;}
.movieokquiz .quizstepwrap .quizbubble {position: absolute; top: -7rem; left: -4rem;}
.movieokquiz .quizstepwrap .quizbubble .exhaustednum_bubble {position: relative; min-width: 9rem; padding: .8rem 0; background: #797BF8; border-radius: 3.5em; border: .2rem solid #000; font-size: 1.1rem; color: #fff; text-align: center;}
.movieokquiz .quizstepwrap .quizbubble .exhaustednum_bubble:after {content: ''; position: absolute; bottom: -.6rem; left: 50%; width: .7rem; height: .7rem; margin-left: -.4rem; background: #797BF8; border: .2rem solid #000; border-bottom: 0; border-left: 0; transform: rotate(135deg);}
.movieokquiz .quizstepwrap .quizbubble .exhaustednum_bubble .h1_tit {font-family: 'Roboto'; font-size:2.3rem; font-weight: 600;}
.movieokquiz .quizstepwrap .quizbubble .exhaustednum_bubble .h1_tit .ea {font-size: 1.1rem; padding-left: 2px;}
.movieokquiz .quizstepwrap .quizbubble .exhaustednum_bubble .h2_tit {margin-top: -.5rem; font-size: 1.1rem; font-weight: 100;}
.movieokquiz .quizstepwrap .quizbubble.rdtypeleft {position: absolute; top: -7rem; left: -75%;}
.movieokquiz .quizstepwrap .quizbubble.rdtyperight {position: absolute; top: -7rem; left: -6rem;}
.movieokquiz .quizstepwrap .btn_wrap {margin:0; padding: 30px 0 0;}
.movieokquiz .quizstepwrap .btn_wrap a.btn_type7, .movieokquiz .quizstepwrap .btn_wrap button.btn_type7 {height: 4.5rem; padding: 0 5rem; font-size: 2.0rem; line-height: 4.5rem;}
.movieokquiz .quizstepwrap .ticketamount {position: absolute; right: 3rem; top:9rem; font-size:1.3rem; width: 11rem; text-align: center; line-height:1.3}
.movieokquiz .quizstepwrap .ticketamount .amounttxt {padding-left: .5rem; font-family: 'Roboto'; font-size:1.5rem;font-weight: 500;}
.movieokquiz .quizstepwrap .personnum {position: absolute; right: 10%; top:60%; font-size:1.1rem; color:#fff}
.movieokquiz .quizstepwrap .personnum .numwrap {min-width:6rem; height:2rem; line-height:2rem; padding:0 9px; border-radius:3rem; box-sizing:border-box; text-align:center;color: #fff;background: #797BF8;border: none;}
.movieokquiz .quizstepwrap .personnum .numwrap .num {font-family: 'Roboto'; font-size:1.2rem; font-weight: 600;}
/* 퀴즈 1단계 진행*/
.quizstepwrap .steparea1,.quizstepwrap .steparea2,.quizstepwrap .steparea3,.quizstepwrap .steparea4,.quizstepwrap .steparea5 {position: relative;}
.quizstepwrap .boxpos {position:absolute; top:7.5rem; left:6rem;width:60%;height:.4rem;}
.quizstepwrap .boxpos .barwrap {overflow:hidden; position: relative; width:100%; height:100%; background:#9b9b9b; }
.quizstepwrap .boxpos .barmove {position: absolute; width: 100%; height:100%; background: #797BF8}
.quizstepwrap .boxpos .progresscircle {position:absolute; left:0; top:50%; margin-top:-.7rem; width:1.4rem; height:1.4rem; border-radius: 50%; background: #797BF8;z-index: 3;}
.quizstepwrap.step1.step1_0 .boxpos .progresscircle {left: -1.1rem !important; width: .8rem; height: .8rem; background: transparent; border: .3rem solid #000;}
.movieokquiz .quizstepwrap.step1.step1_0 .boxpos .progresscircle .quizbubble {top: -7.222222rem; left: -4.444444rem;}
.quizstepwrap .boxpos .progresscircle.right {left:auto;right:0}
.quizstepwrap .boxpos .startcircle {position:absolute; left:-6%; top:-232%; }
.quizstepwrap .boxpos .startcircle .cir {width:.6rem; height:.6rem; border-radius: 50%; background: transparent; border:.5rem solid #9b9b9b; font: 0 auto;}
.quizstepwrap.step1 .boxpos .middlearrow {position: absolute; left:11rem; top: -.4rem;}
.quizstepwrap .boxpos .middlearrow .rightarrow {position: absolute; width: 0;height: 0;border-top: .6rem solid transparent;border-bottom: .6rem solid transparent;border-left: .8rem solid #9b9b9b; font: 0 auto; z-index: 1;}
.quizstepwrap .boxpos .middlearrow .rightarrow_color {position: absolute; width: 0;height: 0;border-top: .6rem solid transparent;border-bottom: .6rem solid transparent;border-left: .8rem solid #797BF8;font: 0 auto; z-index: 2;}
.quizstepwrap .steparea1 .yja_prodcomm {position: absolute; top:-5%; right:1%;}
.quizstepwrap .steparea1 .yja_prodcomm img {width:11.7rem; height:7.9rem;}
/* 퀴즈 1단계 솔드아웃*/
.quizstepwrap.soldout .yja_prod01 img { filter:grayscale(100%); opacity: .3}
.quizstepwrap.soldout .boxpos .barwrap{display:none}
.quizstepwrap.soldout .boxpos .progresscircle{display:none}
.movieokquiz .quizstepwrap.soldout .personnum .numwrap {background: #999;}
.movieokquiz .quizstepwrap.soldout .ticketamount {opacity: .3}
.quizstepwrap .soldoutpos {position: absolute; top: 50%; left:50%; margin-top: -6.5rem; margin-left: -7.6rem; z-index: 5;}
.quizstepwrap .soldoutpos .soldoutimg {width: 15.6rem; height:15.6rem;}
/* 퀴즈 2단계 시작전 */
.movieokquiz .quizstepwrap.step2.soldout .area_circle,
.movieokquiz .quizstepwrap.step2.s60 .area_circle,
.movieokquiz .quizstepwrap.step2.s90 .area_circle,
.movieokquiz .quizstepwrap.step2 .area_line {display: none;}
.movieokquiz .quizstepwrap.step2.s60 .area_line,
.movieokquiz .quizstepwrap.step2.s90 .area_line,
.movieokquiz .quizstepwrap.step2.soldout .area_line {display: block;}
.movieokquiz .quizstepwrap.step2 .personnum {position: absolute; right: 28rem; top:17.8rem; font-size:1.1rem; color:#fff}
.movieokquiz .quizstepwrap.step2 .personnum .numwrap {min-width:6rem; height:2rem; line-height:2rem; padding:0 .9rem; border-radius:3rem; box-sizing:border-box; text-align:center;color: #fff;background: #797BF8;border: none;}
.movieokquiz .quizstepwrap.step2 .personnum .numwrap .num {font-family: 'Roboto'; font-size:1.2rem; font-weight: 600;}
.movieokquiz .quizstepwrap.step2 .ticketamount {position: absolute; right: 0; left:.9rem; top:20.1rem; font-size:1.3rem;}
.movieokquiz .quizstepwrap.step2 .ticketamount .amounttxt {padding-left: .5rem; font-family: 'Roboto'; font-size:1.5rem;font-weight: 500;}
.quizstepwrap.step2 .yja_prodcomm {top:10rem; right:0; left:.5rem;}
.quizstepwrap.step2 .boxpos .middlearrow {position: absolute; left:54%; top: -132%;}
.quizstepwrap.step2 .boxpos.cir_right .middlearrow {position: absolute; left:12.5rem; top: 6rem;}
.quizstepwrap .boxpos .middlearrow .leftarrow {position: absolute; width: 0;height: 0;border-top: .6rem solid transparent;border-bottom: .6rem solid transparent;border-right: .8rem solid #9b9b9b; font: 0 auto; z-index: 1;}
.quizstepwrap .boxpos .middlearrow .leftarrow_color {position: absolute; width: 0;height: 0;border-top: .6rem solid transparent;border-bottom: .6rem solid transparent;border-right: .8rem solid #797BF8;font: 0 auto; z-index: 2;}
.movieokquiz .quizstepwrap.step2 .evt_pastwrap .box_pastinfo .paststep1 {position: absolute; top:4rem; left:24.5rem; width:30%}
/* 퀴즈 2단계 진행*/
.quizstepwrap.step2.s60 .boxpos,
.quizstepwrap.step2.s90 .boxpos {position:absolute; top:18.6rem; left:9.0rem; width:20.5rem; height:.4rem;}
.quizstepwrap.step2.s60 .boxpos .middlearrow,
.quizstepwrap.step2.s90 .boxpos .middlearrow {position: absolute; left:53%; top: -.4rem;}
.quizstepwrap.step2.s60 .boxpos .middlearrow .leftarrow,
.quizstepwrap.step2.s90 .boxpos .middlearrow .leftarrow {position: absolute; z-index: 1;}
.quizstepwrap.step2.s60 .boxpos .middlearrow .leftarrow_color,
.quizstepwrap.step2.s90 .boxpos .middlearrow .leftarrow_color {position: absolute; z-index: 2;}
.movieokquiz .quizstepwrap.step2.s0 .circle-chart__circle {stroke-dasharray:0,100}
.movieokquiz .quizstepwrap.step2.s30 .circle-chart__circle {stroke-dasharray:48,100}
/* 퀴즈 2단계 솔드아웃 */
.movieokquiz .quizstepwrap.step2.soldout .area_line .step2_linebg,
.movieokquiz .quizstepwrap.step2 .area_line .step2_soldoutbg {display:none}
.movieokquiz .quizstepwrap.step2.soldout .area_line .step2_soldoutbg {display:block}
/* 퀴즈 3단계 시작전 */
.movieokquiz .quizstepwrap.step3 .personnum {position: absolute; left:3rem; right: auto; top:17.7rem; font-size:1.1rem; color:#fff}
.movieokquiz .quizstepwrap.step3 .personnum .numwrap {min-width:6rem; height:2rem; line-height:2rem; padding:0 9px; border-radius:3rem; box-sizing:border-box; text-align:center;color: #fff;background: #797BF8;border: none;}
.movieokquiz .quizstepwrap.step3 .personnum .numwrap .num {font-family: 'Roboto'; font-size:1.2rem; font-weight: 600;}
.movieokquiz .quizstepwrap.step3 .ticketamount {position: absolute; right: 0; left: .5rem; top:89%; font-size:1.3rem;}
.movieokquiz .quizstepwrap.step3 .ticketamount .amounttxt {padding-left: 5px; font-family: 'Roboto'; font-size:1.5rem;font-weight: 500;}
.quizstepwrap.step3 .yja_prodcomm {top:10rem; right:0; left:0;}
.quizstepwrap.step3 .boxpos .middlearrow {position: absolute; left:54%; top: -132%;}
.quizstepwrap .boxpos .middlearrow .leftarrow {position: absolute; width: 0;height: 0;border-top: .6rem solid transparent;border-bottom: .6rem solid transparent;border-right: .8rem solid #9b9b9b; font: 0 auto; z-index: 1;}
.quizstepwrap .boxpos .middlearrow .leftarrow_color {position: absolute; width: 0;height: 0;border-top: .6rem solid transparent;border-bottom: .6rem solid transparent;border-right: .8rem solid #797BF8;font: 0 auto; z-index: 2;}
.movieokquiz .quizstepwrap.step3 .evt_pastwrap .box_pastinfo .paststep1 {position: absolute; top:4rem; left:24.3rem; width:30%}
.movieokquiz .quizstepwrap.step3 .evt_pastwrap .box_pastinfo .paststep2 {position: absolute; top:16.7rem; left:24.3rem; width:30%}
/* 퀴즈 3단계 진행*/
.quizstepwrap.step3 .boxpos {position:absolute; top:18.5rem; left:8.5rem;width:16rem;height:.4rem;}
.quizstepwrap.step3 .boxpos .middlearrow {position: absolute; left:5.7rem; top: 6.6rem;}
.quizstepwrap.step3 .boxpos .middlearrow .leftarrow {position: absolute; z-index: 1;}
.quizstepwrap.step3 .boxpos .middlearrow .leftarrow_color {position: absolute; z-index: 2;}
/* 퀴즈 4단계 시작전 */
.movieokquiz .quizstepwrap.step4 .personnum {position: absolute; right: auto; left:7rem; top:30.3rem; font-size:1.1rem; color:#fff; z-index: 3;}
.movieokquiz .quizstepwrap.step4 .personnum .numwrap {min-width:6rem; height:2rem; line-height:2rem; padding:0 .9rem; border-radius:3rem; box-sizing:border-box; text-align:center;color: #fff;background: #797BF8;border: none;}
.movieokquiz .quizstepwrap.step4 .personnum .numwrap .num {font-family: 'Roboto'; font-size:1.2rem; font-weight: 600;}
.movieokquiz .quizstepwrap.step4 .ticketamount {position: absolute; right: auto; left:4.5rem; top:95%; font-size:1.3rem;}
.movieokquiz .quizstepwrap.step4 .ticketamount .amounttxt {padding-left: 5px; font-family: 'Roboto'; font-size:1.5rem;font-weight: 500;}
.quizstepwrap.step4 .yja_prodcomm {top:23rem; right:auto; left:4rem;}
.quizstepwrap.step4 .boxpos .middlearrow {position: absolute; left:54%; top: -132%;}
.quizstepwrap .boxpos .middlearrow .downarrow {position: absolute; width: 0;height: 0;border-left: .6rem solid transparent;border-right: .6rem solid transparent;border-top: .8rem solid #9b9b9b; font: 0 auto; z-index: 1;}
.quizstepwrap .boxpos .middlearrow .downarrow_color {position: absolute; width: 0;height: 0;border-left: .6rem solid transparent;border-right: .6rem solid transparent;border-top: .8rem solid #797BF8;font: 0 auto; z-index: 2;}
.movieokquiz .quizstepwrap.step4 .evt_pastwrap .box_pastinfo .paststep1 {position: absolute; top:4rem; left:24.5rem; width:30%}
.movieokquiz .quizstepwrap.step4 .evt_pastwrap .box_pastinfo .paststep2 {position: absolute; top:16.5rem; left:24.5rem; width:30%}
.movieokquiz .quizstepwrap.step4 .evt_pastwrap .box_pastinfo .paststep3 {position: absolute; top:16.5rem; left:7rem; width:30%}
/* 퀴즈 4단계 진행*/
.quizstepwrap.step4 .boxpos {position:absolute; top:83%; left:23%;width:45%;height:.4rem;}
.quizstepwrap.step4 .boxpos .middlearrow {position: absolute; left:-.2rem; top: 7rem;}
.quizstepwrap.step4 .boxpos .middlearrow .downarrow {position: absolute; z-index: 1;}
.quizstepwrap.step4 .boxpos .middlearrow .downarrow_color {position: absolute; z-index: 2;}
.circle-chart {width:13.5rem; height:13.5rem;}
.circle-chart__circle {
	animation: circle-chart-fill 1.5s reverse; /* 1 */ 
	transform: rotate(-90deg); /* 2, 3 */
	transform-origin: center; /* 4 */
}
.circle-chart__circle--negative {
	transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
}
.circle-chart__info {
	animation: circle-chart-appear 1.5s forwards;
	opacity: 0;
	transform: translateY(0.3rem);
}
@keyframes circle-chart-fill {
	to { stroke-dasharray: 0 100; }
}
@keyframes circle-chart-appear {
	to {
	opacity: 1;
	transform: translateY(0);
	}
}
.grid {
	display: grid;
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	grid-template-columns: repeat(1, 1fr);
}
.grid.g_left {position: relative; margin-left: -6.7rem;}
.grid.g_right {position: relative; margin-left: 6.7rem;}
@media (min-width: 31rem) {
	.grid {
	grid-template-columns: repeat(2, 1fr);
	}
}
/* 오른쪽 원   */
.movieokquiz .quizstepwrap .boxpos.cir_right {position: absolute;top: 5.6rem;left: 22rem; width:auto; height:auto;}
.movieokquiz .quizstepwrap .boxpos.cir_right .movbubble {position:absolute; top:0; left:0; width: 13.5rem; height: 13.5rem; margin: 0 auto;}
.movieokquiz .quizstepwrap .boxpos.cir_right .movbubble .progresscircle {position: relative; left:9rem; top:1.3rem; width:6.3rem; height:6.3rem; margin: -1.0rem 0 0 -.8rem; border-radius: 50%; background: transparent;}
.movieokquiz .quizstepwrap .boxpos.cir_right .movbubble .progresscircle::before {content:''; position: absolute; left:1rem; top:1.3rem; width:1.4rem; height:1.4rem; margin: -1.4rem 0 0 -1.4rem; border-radius: 50%; background: #797BF8;}
.movieokquiz .quizstepwrap.step2.s0 .boxpos.cir_right .movbubble .progresscircle {animation: yja_circleaction_right 1.0s linear infinite;}
.movieokquiz .quizstepwrap.step2.s30 .boxpos.cir_right .movbubble .progresscircle {animation: yja_circleaction_right 1.0s linear infinite;}
.movieokquiz .quizstepwrap.s0 .boxpos.cir_right .movbubble .progresscircle {animation: yja_circleaction_right 1.0s linear infinite;}
.movieokquiz .quizstepwrap.s30 .boxpos.cir_right .movbubble .progresscircle {animation: yja_circleaction_right_s30 1.0s linear infinite;}
.movieokquiz .quizstepwrap.s60 .boxpos.cir_right .movbubble .progresscircle {animation: yja_circleaction_right_s60 1.0s linear infinite;}
.movieokquiz .quizstepwrap.s90 .boxpos.cir_right .movbubble .progresscircle {animation: yja_circleaction_right_s90 1.0s linear infinite;}
.movieokquiz .quizstepwrap.s100 .boxpos.cir_right .movbubble .progresscircle {animation: yja_circleaction_right_s100 1.0s linear infinite;}
.movieokquiz .quizstepwrap.step2.s0 .boxpos.cir_right .movbubble .progresscircle,
.movieokquiz .quizstepwrap.step2.s30 .boxpos.cir_right .movbubble .progresscircle,
.movieokquiz .quizstepwrap.s0 .boxpos.cir_right .movbubble .progresscircle,
.movieokquiz .quizstepwrap.s30 .boxpos.cir_right .movbubble .progresscircle,
.movieokquiz .quizstepwrap.s60 .boxpos.cir_right .movbubble .progresscircle,
.movieokquiz .quizstepwrap.s90 .boxpos.cir_right .movbubble .progresscircle,
.movieokquiz .quizstepwrap.s100 .boxpos.cir_right .movbubble .progresscircle {left:7.2rem; top:7.2rem; -webkit-animation-timing-function:linear;-moz-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count:1;-moz-animation-iteration-count: 1;animation-iteration-count:1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode: both;animation-delay: 450ms;}
.movieokquiz .quizstepwrap .quizbubble_right {position: absolute; top: -210%; left: -650%;}
.movieokquiz .quizstepwrap .quizbubble_right.out {top:3.5rem; left:2rem}
.movieokquiz .quizstepwrap .quizbubble_right .exhaustednum_bubble {position: relative; min-width: 9rem; padding: .8rem 0; background: #797BF8; border-radius: 3.5em; border: .2rem solid #000; font-size: 1.1rem; color: #fff; text-align: center;}
.movieokquiz .quizstepwrap.step2 .progresscircle.right .exhaustednum_bubble:after,
.movieokquiz .quizstepwrap.step2.s30 .progresscircle.right .exhaustednum_bubble:after {content: ''; position: absolute; bottom: -.6rem; left: 50%; width: .7rem; height: .7rem; margin-left: 1.1rem; background: #797BF8; border: .2rem solid #000; border-left: 0; border-bottom: 0; transform: rotate(130deg);}
/* .movieokquiz .quizstepwrap.step2.s60 .quizbubble,
.movieokquiz .quizstepwrap.step2.s90 .quizbubble {top: -7rem; left:-5.7rem} */
.movieokquiz .quizstepwrap.step2.s60 .progresscircle.right .exhaustednum_bubble:after,
.movieokquiz .quizstepwrap.step2.s90 .progresscircle.right .exhaustednum_bubble:after {content: ''; position: absolute; bottom: -.6rem; left: 50%; width: .7rem; height: .7rem; background: #797BF8; border: .2rem solid #000; border-left: 0; border-bottom: 0; transform: rotate(125deg);}
.movieokquiz .quizstepwrap .quizbubble_right .exhaustednum_bubble .h1_tit {font-family: 'Roboto'; font-size:2.3rem; font-weight: 600;}
.movieokquiz .quizstepwrap .quizbubble_right .exhaustednum_bubble .h1_tit .ea {font-size: 1.1rem; padding-left: 2px;}
.movieokquiz .quizstepwrap .quizbubble_right .exhaustednum_bubble .h2_tit {margin-top: -5px; font-size: 1.1rem; font-weight: 100; opacity: .6;}
@-webkit-keyframes yja_circleaction_right {
  /* 오른쪽 반원 */
  0% {
    transform: rotate(280deg) translateX(100%) rotate(-280deg);
  }
  100% {
    transform: rotate(445deg) translateX(100%) rotate(-445deg);
  }
}
@-webkit-keyframes yja_circleaction_right_s30 {
  /* 오른쪽 반원 30% */
  0% {
    transform: rotate(280deg) translateX(100%) rotate(-280deg);
  }
  100% {
    transform: rotate(320deg) translateX(100%) rotate(-320deg);
  }
}
@-webkit-keyframes yja_circleaction_right_s60 {
  /* 오른쪽 반원 60% */
  0% {
    transform: rotate(280deg) translateX(100%) rotate(-280deg);
  }
  100% {
    transform: rotate(380deg) translateX(100%) rotate(-380deg);
  }
}
@-webkit-keyframes yja_circleaction_right_s90 {
  /* 오른쪽 반원 90% */
  0% {
    transform: rotate(280deg) translateX(100%) rotate(-280deg);
  }
  100% {
    transform: rotate(420deg) translateX(100%) rotate(-420deg);
  }
}
.movieokquiz .quizstepwrap .quizbubble.rdtypeleft {position: absolute; top: -7rem; left: -2.5rem;}
/* .movieokquiz .quizstepwrap .quizbubble {top: -470%; left: -100%} */
.movieokquiz .quizstepwrap .quizbubble .exhaustednum_bubble {position: relative; min-width: 9rem; padding: .8rem 0; background: #797BF8; border-radius: 3.5em; border: .2rem solid #000; font-size: 1.1rem; color: #fff; text-align: center;}
.movieokquiz .quizstepwrap .quizbubble .exhaustednum_bubble:after {content: ''; position: absolute; bottom: -.6rem; left: 50%; width: .7rem; height: .7rem; margin-left: -.4rem; background: #797BF8; border: .2rem solid #000; border-bottom: 0; border-left: 0; transform: rotate(135deg);} 
.movieokquiz .quizstepwrap.step4 .quizbubble .exhaustednum_bubble:after {content: ''; position: absolute; bottom: -.6rem; left: 50%; width: .7rem; height: .7rem; margin-left: -2rem; background: #797BF8; border: .2rem solid #000; border-bottom: 0; border-left: 0; transform: rotate(140deg);} 
.movieokquiz .quizstepwrap .quizbubble .exhaustednum_bubble .h1_tit {font-family: 'Roboto'; font-size:2.3rem; font-weight: 600;}
.movieokquiz .quizstepwrap .quizbubble .exhaustednum_bubble .h1_tit .ea {font-size: 1.1rem; padding-left: 2px;}
.movieokquiz .quizstepwrap .quizbubble .exhaustednum_bubble .h2_tit {margin-top: -5px; font-size: 1.1rem; font-weight: 100; opacity: .6;}
/* 왼쪽 원 */
.movieokquiz .quizstepwrap .boxpos.cir_left {position: absolute;top: 18.3rem;left: 1.5rem; width:auto; height:auto; }
.movieokquiz .quizstepwrap .boxpos.cir_left .movbubble {position:absolute; top:0; left:0; width: 13.5rem; height: 13.5rem; margin: 0 auto; z-index: 3;}
.movieokquiz .quizstepwrap .boxpos.cir_left .movbubble .progresscircle {position: relative; left:45%; top:8%; width:6.3rem; height:6.3rem; margin: -1.0rem 0 0 -.8rem; border-radius: 50%; background: transparent; }
.movieokquiz .quizstepwrap .boxpos.cir_left .movbubble .progresscircle::before {content:''; position: absolute; left:1rem; top:1.3rem; width:1.4rem; height:1.4rem; margin: -1.4rem 0 0 -1.4rem; border-radius: 50%; background: #797BF8;}
.movieokquiz .quizstepwrap.s0 .boxpos.cir_left .movbubble .progresscircle {animation: yja_circleaction_left_s0 1.0s linear infinite; }
.movieokquiz .quizstepwrap.s30 .boxpos.cir_left .movbubble .progresscircle {animation: yja_circleaction_left_s30 1.0s linear infinite;}
.movieokquiz .quizstepwrap.s60 .boxpos.cir_left .movbubble .progresscircle {animation: yja_circleaction_left_s60 1.0s linear infinite;}
.movieokquiz .quizstepwrap.s90 .boxpos.cir_left .movbubble .progresscircle {animation: yja_circleaction_left_s90 1.0s linear infinite;}
.movieokquiz .quizstepwrap.s100 .boxpos.cir_left .movbubble .progresscircle {animation: yja_circleaction_left 1.0s linear infinite; }
.movieokquiz .quizstepwrap.s0 .boxpos.cir_left .movbubble .progresscircle,
.movieokquiz .quizstepwrap.s30 .boxpos.cir_left .movbubble .progresscircle,
.movieokquiz .quizstepwrap.s60 .boxpos.cir_left .movbubble .progresscircle,
.movieokquiz .quizstepwrap.s90 .boxpos.cir_left .movbubble .progresscircle,
.movieokquiz .quizstepwrap.s100 .boxpos.cir_left .movbubble .progresscircle{ -webkit-animation-timing-function:linear;-moz-animation-timing-function: linear;animation-timing-function: linear;-webkit-animation-iteration-count:1;-moz-animation-iteration-count: 1;animation-iteration-count:1;-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;animation-fill-mode: both;animation-delay: 450ms;}
.movieokquiz .quizstepwrap.s0 .boxpos.cir_left .movbubble .progresscircle,
.movieokquiz .quizstepwrap.s30 .boxpos.cir_left .movbubble .progresscircle,
.movieokquiz .quizstepwrap.s60 .boxpos.cir_left .movbubble .progresscircle {left:7.1rem; top:7.1rem;}
.movieokquiz .quizstepwrap.s90 .boxpos.cir_left .movbubble .progresscircle,
.movieokquiz .quizstepwrap.s100 .boxpos.cir_left .movbubble .progresscircle {left:7.3rem; top:7.1rem;}
.movieokquiz .quizstepwrap.step4.s0 .circle-chart__circle--negative {stroke-dasharray:0,100}
.movieokquiz .quizstepwrap.step4.s30 .circle-chart__circle--negative {stroke-dasharray:16,100}
.movieokquiz .quizstepwrap.step4.s60 .circle-chart__circle--negative {stroke-dasharray:30,100}
.movieokquiz .quizstepwrap.step4.s90 .circle-chart__circle--negative {stroke-dasharray:42,100}
.movieokquiz .quizstepwrap.step4.s100 .circle-chart__circle--negative {stroke-dasharray:50,100}
.movieokquiz .quizstepwrap .quizbubble_left {position: absolute; top: -210%; left: -650%;}
.movieokquiz .quizstepwrap .quizbubble_left.out {top:25%; left:10%}
.movieokquiz .quizstepwrap .quizbubble_left .exhaustednum_bubble {position: relative; min-width: 90px; padding: 8px 0; background: #797BF8; border-radius: 3.5em; border: .2rem solid #000; font-size: 1.1rem; color: #fff; text-align: center;}
/* .movieokquiz .quizstepwrap .quizbubble_left .exhaustednum_bubble:after {content: ''; position: absolute; right: -6%; top: 50%; width: 5px; height: 5px; background: #797BF8; border: .2rem solid #000; border-right: 0; border-bottom: 0; transform: rotate(135deg);} 말풍선 꼬리 */
.movieokquiz .quizstepwrap .quizbubble_left .exhaustednum_bubble .h1_tit {font-family: 'Roboto'; font-size:2.3rem; font-weight: 600;}
.movieokquiz .quizstepwrap .quizbubble_left .exhaustednum_bubble .h1_tit .ea {font-size: 1.1rem; padding-left: 2px;}
.movieokquiz .quizstepwrap .quizbubble_left .exhaustednum_bubble .h2_tit {margin-top: -5px; font-size: 1.1rem; font-weight: 100; opacity: .6;}
/* 퀴즈 4단계 솔드아웃*/
.movieokquiz .quizstepwrap.step4.soldout { stroke:#9b9b9b}
.movieokquiz .quizstepwrap.step4.soldout .boxpos.cir_left .downarrow_color,
.movieokquiz .quizstepwrap.step4.soldout .boxpos.cir_left .movbubble {display: none;}
@-webkit-keyframes yja_circleaction_left {
	/* 왼쪽 반원 */
	0% {
		transform: rotate(270deg) translateX(100%) rotate(-270deg);
	}
	100% {
		transform: rotate(90deg) translateX(100%) rotate(-90deg);
	}
}
@-webkit-keyframes yja_circleaction_left_s0 {
	/* 왼쪽 반원 0% */
	0% {
		transform: rotate(258deg) translateX(100%) rotate(-258deg);
	}
	100% {
		transform: rotate(258deg) translateX(100%) rotate(-258deg);
	}
}
@-webkit-keyframes yja_circleaction_left_s30 {
	/* 왼쪽 반원 30% */
	0% {
		transform: rotate(258deg) translateX(100%) rotate(-258deg);
	}
	100% {
		transform: rotate(210deg) translateX(100%) rotate(-210deg);
	}
}
@-webkit-keyframes yja_circleaction_left_s60 {
	/* 왼쪽 반원 60% */
	0% {
		transform: rotate(258deg) translateX(100%) rotate(-258deg);
	}
	100% {
		transform: rotate(160deg) translateX(100%) rotate(-160deg);
	}
}
@-webkit-keyframes yja_circleaction_left_s90 {
	/* 왼쪽 반원 90% */
	0% {
		transform: rotate(258deg) translateX(100%) rotate(-258deg);
	}
	100% {
		transform: rotate(117deg) translateX(100%) rotate(-117deg);
	}
}
/* 퀴즈 5단계 시작전 */
.movieokquiz .quizstepwrap.step5 .personnum {position: absolute; right: 6.5rem; top:30.5rem; font-size:1.1rem; color:#fff}
.movieokquiz .quizstepwrap.step5 .personnum .numwrap {min-width:6rem; height:2rem; line-height:2rem; padding:0 9px; border-radius:3rem; box-sizing:border-box; text-align:center;color: #fff;background: #797BF8;border: none;}
.movieokquiz .quizstepwrap.step5 .personnum .numwrap .num {font-family: 'Roboto'; font-size:1.2rem; font-weight: 600;}
.movieokquiz .quizstepwrap.step5 .ticketamount {position: absolute; right: 4.1rem; top:32.8rem; font-size:1.3rem;}
.movieokquiz .quizstepwrap.step5 .ticketamount .amounttxt {padding-left: .5rem; font-family: 'Roboto'; font-size:1.5rem;font-weight: 500;}
/* 퀴즈 5단계 진행*/
.quizstepwrap.step5 .boxpos {position:absolute; top:31.4rem; left:11.5rem;width:13.5rem;height:.4rem;}
.quizstepwrap.step5 .boxpos .middlearrow {position: absolute; left:8.2rem; top: -.35rem;}
.quizstepwrap.step5 .boxpos .middlearrow .rightarrow {position: absolute; z-index: 1;}
.quizstepwrap.step5 .boxpos .middlearrow .rightarrow_color {position: absolute; z-index: 2;}
/* 퀴즈 5단계 진행 : 지난 경품 이벤트 */
.movieokquiz .quizstepwrap .evt_pastwrap {position: absolute; top:0; width:100%; height:100%;}
.movieokquiz .quizstepwrap .evt_pastwrap .box_pastinfo {position: relative; width: 100%; height:100%; margin-top: 10px;}
.movieokquiz .quizstepwrap .evt_pastwrap .box_pastinfo .yja_prod img {filter: grayscale(100%); opacity: .3; margin-left: -23%;}
/* 지난 단계 공통 */
.movieokquiz .quizstepwrap .evt_pastwrap .box_pastinfo .yja_prod {position: absolute; top:-7rem;}
.movieokquiz .quizstepwrap .evt_pastwrap .box_pastinfo .p_soldout {position: absolute; top:-4rem; left:-1rem;z-index: 3;}
.movieokquiz .quizstepwrap .evt_pastwrap .box_pastinfo .p_soldout img {width:8.1rem; height:8.1rem}
.movieokquiz .quizstepwrap .evt_pastwrap .box_pastinfo .p_num {position: relative; font-size:1.1rem; color:#fff; z-index: 1;}
.movieokquiz .quizstepwrap .evt_pastwrap .box_pastinfo .p_num .numwrap {width:6rem; height:2rem; line-height:2rem; padding:0 9px; border-radius:3rem; box-sizing:border-box; text-align:center;color: #fff;background: #999;border: none;}
.movieokquiz .quizstepwrap .evt_pastwrap .box_pastinfo .p_num .numwrap .num {font-family: 'Roboto'; font-size:1.2rem; font-weight: 600;}
.movieokquiz .quizstepwrap .evt_pastwrap .box_pastinfo .tk_amount {position: absolute; right: 3rem; top:2.3rem; width:11rem; font-size:1.3rem; color:#999; text-align: center; line-height:1.3}
.movieokquiz .quizstepwrap .evt_pastwrap .box_pastinfo .tk_amount .amounttxt{padding-left: 5px; font-family: 'Roboto'; font-size:1.5rem;font-weight: 500;}
.movieokquiz .quizstepwrap.step5 .evt_pastwrap .box_pastinfo .paststep1 {position: absolute; top:4.2rem; left:25rem; width:30%}
.movieokquiz .quizstepwrap.step5 .evt_pastwrap .box_pastinfo .paststep2 {position: absolute; top:17rem; left:25rem; width:30%}
.movieokquiz .quizstepwrap.step5 .evt_pastwrap .box_pastinfo .paststep3 {position: absolute; top:17rem; left:6.5rem; width:30%}
.movieokquiz .quizstepwrap.step5 .evt_pastwrap .box_pastinfo .paststep4 {position: absolute; top:29.5rem; left:6.5rem; width:30%}
/* 퀴즈 5단계 진행 : 진행중인 경품 이벤트 */
.movieokquiz .quizstepwrap .personnum {position: absolute; right: 10%; top:61%; font-size:1.1rem; color:#fff}
.movieokquiz .quizstepwrap .personnum .numwrap {min-width:6rem; height:2rem; line-height:2rem; padding:0 .9rem; border-radius:3rem; box-sizing:border-box; text-align:center;color: #fff;background: #797BF8;border: none;}
.movieokquiz .quizstepwrap .personnum .numwrap .num {font-family: 'Roboto'; font-size:1.2rem; font-weight: 600;}
/* 공통 */
.quizstepwrap .yja_prodcomm {position: absolute; top:67.5%; right:12%;}
.quizstepwrap .yja_prodcomm img {width:11.7rem; height:7.9rem;}
/* 공통 : 퀴즈 솔드아웃*/
.quizstepwrap.soldout .yja_prodcomm img { filter:grayscale(100%); opacity: .3}
.movieokquiz .quizstepwrap.soldout .evt_pastwrap .box_pastinfo .p_soldout {display:none}
.movieokquiz .quizstepwrap.soldout .personnum .numwrap {background: #999;}
.movieokquiz .quizstepwrap.soldout .personnum .numwrap > span,
.movieokquiz .quizstepwrap.soldout .evt_pastwrap .box_pastinfo .p_num .numwrap > span {opacity: .3;}
.movieokquiz .quizstepwrap.soldout .rightarrow_color, 
.movieokquiz .quizstepwrap.soldout .leftarrow_color {display: none}
/* 영잘알 퀴즈 리스트 */
.quizstart_head .area_question,
.quizstart_head.active .txtinfo {display:none}
.quizstart_head.active .area_question {display:block}
.quizstart_head.active {background: #C7CDEC url('../../Content/images/icon_lc21new/mo_evt_movieokquiz_03_1.png') 0 0 no-repeat; background-size: 100%;}
.quizstart_head.active .wrap_progressbar {position: relative; padding: 180px 12% 0;}
.quizstart_head.active .wrap_progressbar .wrap_bar {position: absolute; left: 50%; height: 1.6rem; margin-left: -14rem;}
.quizstart_head.active .wrap_progressbar .wrap_bar.multiplechoicetype {position: absolute; left: 50%; height: 1.6rem; margin-left: -13rem;}
.quizstart_head.active .wrap_progressbar .wrap_bar .bar_base,
.quizstart_head.active .wrap_progressbar .wrap_bar .icon_quizchar1,
.quizstart_head.active .wrap_progressbar .wrap_bar .icon_quizchar2,
.quizstart_head.active .wrap_progressbar .wrap_bar .icon_quizchar3,
.quizstart_head.active .wrap_progressbar .wrap_bar .icon_quizchar4,
.quizstart_head.active .wrap_progressbar .wrap_bar .icon_quizheart,
.quizstart_head.active .wrap_progressbar .wrap_bar .icon_quizcountboard {position: absolute; bottom:0; left:0;}
.quizstart_head.active .wrap_progressbar .wrap_bar .bar_base {z-index: 3;}
.quizstart_head.active .wrap_progressbar .wrap_bar .icon_quizchar1 {z-index: 5; left:-2rem; bottom: .5rem;}
.quizstart_head.active .wrap_progressbar .wrap_bar.multiplechoicetype .icon_quizchar1 {z-index: 5; left:-3rem; bottom: .5rem;}
.quizstart_head.active .wrap_progressbar .wrap_bar .icon_quizchar2 {z-index: 6; left: 82%; bottom:9px; }
.quizstart_head.active .wrap_progressbar .wrap_bar .icon_quizchar3 {z-index: 5; left:260px; bottom:-6px;}
.quizstart_head.active .wrap_progressbar .wrap_bar .icon_quizchar4 {z-index: 5; left:-34px; bottom: 4px;}
.quizstart_head.active .wrap_progressbar .wrap_bar .icon_quizheart {z-index: 4; left: 0px;}
.quizstart_head.active .wrap_progressbar.openended .wrap_bar .icon_quizchar4 {left: -3.0rem; bottom: .4rem;}
.quizstart_head.active .wrap_progressbar .wrap_bar.multiplechoicetype .icon_quizheart {z-index: 4; left: -1rem;}
.quizstart_head.active .wrap_progressbar .wrap_bar .icon_quizcountboard {left: 230px; bottom: 5px; z-index: 2;}
.quizstart_head.active .wrap_progressbar .wrap_bar.multiplechoicetype .bar_base {width:26.5rem; height:1.6rem; padding: .1rem 0; line-height: 1.6rem; background-color: #A2A4FF; border-radius: 1.6rem; padding-right: 10px;}
.quizstart_head.active .wrap_progressbar .wrap_bar .bar_base .txt {position: absolute; top:.1rem;  width:25rem; height:1.6rem; padding: 0 1rem; font-size: 1.0rem; text-align: center; letter-spacing: .2rem; color: #fff;}
.quizstart_head.active .wrap_progressbar .qinfo_tit {padding: 3.0rem 0 1.5rem; font-size: 2.1rem; font-weight: 100;}
.quizstart_head.active .wrap_progressbar .qinfo_paging {position: relative; font-size: 1.0rem; color:#fff;}
.quizstart_head.active .wrap_progressbar .qinfo_paging .numbg {position: absolute; right:0; width:40px; height:16px; border-radius: 1rem; padding:2px 4px; background: #000; opacity: .1;}
.quizstart_head.active .wrap_progressbar .qinfo_paging .numpos {position: absolute; top: .3rem; right:1rem; }
.movieokquiz .quizstart_head.active .btn_wrap {margin-bottom: 0; padding-bottom: 3rem;}
.movieokquiz .quizstart_head .btn_wrap a.btn_type7, .movieokquiz .quizstart_head .btn_wrap button.btn_type7 {height: 45px; padding: 0 50px; font-size: 2.0rem; line-height: 45px;}
.icon_arr_quiznext {display: inline-block; width: 1.2rem; height:1.2rem; background: url('../../Content/images/icon_lc21new/mo_evt_movieokquiz_qinfo_arr.svg') 0 0 no-repeat; background-size: 100%; font: 0 auto; text-indent: -99999em; vertical-align: 2px;}
.icon_quizchar1 {display: inline-block; width: 3.65rem; height:3.2rem; background: url('../../Content/images/icon_lc21new/mo_evt_movieokquiz_qinfo_char1.svg') 0 0 no-repeat; background-size: 100%; font: 0 auto; text-indent: -99999em;}
.icon_quizchar2 {display: inline-block; width: 3.5rem; height:4rem; background: url('../../Content/images/icon_lc21new/mo_evt_movieokquiz_qinfo_char2.svg') 0 0 no-repeat; background-size: 100%; font: 0 auto; text-indent: -99999em;}
.icon_quizchar3 {display: inline-block; width: 2.8rem; height:3.1rem; background: url('../../Content/images/icon_lc21new/mo_evt_movieokquiz_qinfo_char3.svg') 0 0 no-repeat; background-size: 100%; font: 0 auto; text-indent: -99999em;}
.icon_quizchar4 {display: inline-block; width: 7.15rem; height:4.65rem; background: url('../../Content/images/icon_lc21new/mo_evt_movieokquiz_qinfo_char4.svg') 0 0 no-repeat; background-size: 100%; font: 0 auto; text-indent: -99999em;}
.icon_quizheart {display: inline-block; width: 2.3rem; height:2rem; background: url('../../Content/images/icon_lc21new/mo_evt_movieokquiz_qinfo_heart.svg') 0 0 no-repeat; background-size: 100%; font: 0 auto; text-indent: -99999em;}
.icon_quizcountboard {display: inline-block; width: 8.7rem; height:8.6rem; background: url('../../Content/images/icon_lc21new/mo_evt_movieokquiz_qinfo_countboard.svg') 0 0 no-repeat; background-size: 100%; font: 0 auto; text-indent: -99999em;}
/* 객관식 문제 */
.quizstart_head .qinfo_list {padding: 0 4.5rem;}
.quizstart_head .qinfo_list li {position: relative;}
.quizstart_head .qinfo_list li .num {padding-right: .5rem; font-family: 'Roboto'; font-size: 1.4rem; font-weight: 800}
.quizstart_head .qinfo_list li label {display:inline-block; position:relative; width:26.5rem; padding:1rem; margin-bottom: .5rem; background-color:#fff; border-radius: .5rem; font-size: 1.3rem; color:#797BF8;}
.quizstart_head .qinfo_list li.active label {display:inline-block; background-color: #797BF8; font-weight: bold; color: #fff; box-shadow: 5px 5px 5px rgba(0, 0, 0, .2); -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .2);}
.quizstart_head .qinfo_list li input[type='radio'] {position: absolute; top:35%; right:1rem; display:inline-block; width:1.5rem; height:1.1rem; background: url('../../Content/images/icon_lc21new/mo_evt_movieokquiz_qinfo_radiobox.png') 0 0 no-repeat; background-size: 100%; appearance: none; border-radius: 0; border:0; margin: 0; padding: 0;}
.quizstart_head .qinfo_list li input[type='radio']:checked {background-position: 0 -1.1rem;}
.movieokquiz .yjaquiz_swiper .swiper-button-next.btn_multiplechoicetype {position: absolute; top:0; right: auto; left:50%; bottom:0; width: 100%; height: 4.0rem; margin: 0 0 0 -14.5rem; background-size: auto; background-image: none; font:0 auto}
.quizstart_head .qinfo_list li.active input[type='radio'] {background: url('../../Content/images/icon_lc21new/mo_evt_movieokquiz_qinfo_radiobox.png') 0 0 no-repeat; background-size: 100%; background-position: 0 -1.1rem;}
/* 주관식 문제 */
.quizstart_head .qinfo_list2 {padding: 0 4.5rem;}
.quizstart_head .qinfo_list2 label {display:inline-block; position:relative; margin-bottom: .5rem; }
.quizstart_head .qinfo_list2 input {width:28.5rem; padding:0 1.5rem; box-sizing:border-box; border:none; background:#fff; height:4.5rem; line-height:4.5rem; border-radius: .5rem; font-size: 1.3rem; color:#797BF8;}
/* 영잘알 퀴즈 문항 */
.movieokquiz .quizstart_head.active .yjaquiz_swiper .wrap_progressbar { position: relative; padding: 19rem 0 5rem;}
.movieokquiz .quizstart_head.active .yjaquiz_swiper .wrap_progressbar.openended {padding: 19rem 0 11rem;}
.movieokquiz .yjaquiz_swiper .swiper-button-next {top:100%; right: auto; left:50%; bottom:0; width: auto; height: 45px; margin: -80px 0 0 -86px;  background-size: auto; background-image: none;}
.movieokquiz .yjaquiz_swiper .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {display:block; opacity: 1; pointer-events: all;}
.movieokquiz .quizstart_head.active .yjaquiz_swiper .btn_wrap.q_next {margin: 0;}
.movieokquiz .quizstart_head.active .yjaquiz_swiper .swiper-pagination {position:absolute; text-align:center; -webkit-transition:300ms opacity; -o-transition:300ms opacity; transition:300ms opacity; -webkit-transform:translate3d(0, 0, 0); transform:translate3d(0, 0, 0); z-index:10; font-size: .5rem; color: #fff;width: 40px; height: 16px; border-radius: 10px; padding: 2px 4px; background: #b3b8d4;}
.movieokquiz .quizstart_head.active .yjaquiz_swiper .swiper-pagination-fraction,
.movieokquiz .quizstart_head.active .yjaquiz_swiper .swiper-pagination-custom,
.movieokquiz .quizstart_head.active .yjaquiz_swiper .swiper-container-horizontal > .swiper-pagination-bullets {top: 100%; left: auto; right: 4.5rem; margin-top: -5rem;}
.movieokquiz .quizstart_head.active .yjaquiz_swiper .wrap_progressbar.openended .swiper-pagination-fraction,
.movieokquiz .quizstart_head.active .yjaquiz_swiper .wrap_progressbar.openended .swiper-pagination-custom,
.movieokquiz .quizstart_head.active .yjaquiz_swiper .wrap_progressbar.openended .swiper-container-horizontal > .swiper-pagination-bullets {margin-top: -11rem;}
.movieokquiz .quizstart_head.active .yjaquiz_swiper .swiper-pagination-fraction .swiper-pagination-current,
.movieokquiz .quizstart_head.active .yjaquiz_swiper .swiper-pagination-fraction .swiper-pagination-total {font-family:'Roboto'; font-weight:bold; font-size:1.2rem; padding:0 1px}
/* 퀴즈 카운드다운 진행바 */
.quizstart_head.active div.countdown-bar {position: relative;}
.quizstart_head.active div.countdown-bar div:nth-of-type(1) {width: 0; height: 100%}
.quizstart_head.active div.countdown-bar div:nth-of-type(2) {width: 100%; height: 100%}
.quizstart_head.active .wrap_progressbar .wrap_bar .bar_base {position:relative; width:26.5rem; background-color: #a2a4ff; border-radius: 1.6rem; margin:0; padding-right: 10px;}
.quizstart_head.active .wrap_progressbar .wrap_bar .bar_base:before {content:''; display:block; position: absolute; top:0; left:-1rem; width:4.6rem; height:1.6rem;     background-color: rgb(179, 184, 212); border-radius: 1.6rem;}
.quizstart_head.active .wrap_progressbar .wrap_bar.multiplechoicetype .bar_base:before {background-color: #a2a4ff;}
.quizstart_head.active .wrap_progressbar .wrap_bar .bar_base .countdown-bar {border-radius: 1.6rem;}
.quizstart_head.active .wrap_progressbar .wrap_bar .bar_base .countdown-bar .progressbar {overflow:visible !important; position: relative; /* width:26.5rem !important; 타임진행길이 width값으로 제어안되고 script에서 제어됨 */border-radius: 1.6rem;}
.quizstart_head.active .wrap_progressbar .wrap_bar .bar_base .countdown-bar .progressbar::before {content: ''; position: absolute; top:-.2rem; right:-1.5rem; margin-right: .5rem; display: inline-block; width: 2.3rem; height: 2rem; background: url(../../Content/images/icon_lc21new/mo_evt_movieokquiz_qinfo_heart.svg) 0 0 no-repeat; background-size: 100%;}

/* 퀴즈 진행바 길이 : 미디어 쿼리 조정 */
.quizstart_head.active .wrap_progressbar .wrap_bar .bar_base .countdown-bar .time {position:absolute; top:-2.7rem; left:25rem; font-family: 'Roboto'; font-size: 2.0rem; font-weight: 600; color:#000; }
.quizstart_head.active .wrap_progressbar .wrap_bar .icon_quizchar2 {z-index: 6; left: 23rem; bottom:.9rem; }
.quizstart_head.active .wrap_progressbar .wrap_bar .icon_quizchar3 {z-index: 5; left: 25.5rem; bottom:-.6rem;}
.quizstart_head.active .wrap_progressbar .wrap_bar .icon_quizcountboard {left: 23rem; bottom: .5rem; z-index: 2;}
.quizstart_head .wrap_progressbar.openended .wrap_bar .icon_quizcountboard {left:auto; right:-4rem}
.quizstart_head .wrap_progressbar.openended .wrap_bar .icon_quizchar3 {left: auto; right: -1rem;}
.quizstart_head .wrap_progressbar.openended .wrap_bar .bar_base .countdown-bar .time {left: 250px;}
.quizstart_head .wrap_progressbar.openended .wrap_bar .bar_base {width:265px;}
.quizstart_head .wrap_progressbar.openended .wrap_bar .bar_base .countdown-bar {width:265px !important; height:1.6rem !important; line-height: 1.6rem; background-color: #A2A4FF; border-radius: 1.6rem; padding-right: 10px;}
.quizstart_head .wrap_progressbar.openended .wrap_bar {margin-left: -13rem;}
/* --------------------------- iPone 5 대응 미디어 쿼리 ---------------------- */
@media only screen and (max-width:320px) 
	/* and (-webkit-device-pixel-ratio: 2) and (-webkit-device-aspect-ratio: 40/71) 개발적용시 주석해제, 코딩현황판 확인할때 주석처리 */
{
	/* 퀴즈 주관식 카운트다운 진행바 길이 */
	.quizstart_head .wrap_progressbar.openended .wrap_bar {margin-left: -14rem;}
	.quizstart_head .wrap_progressbar.openended .wrap_bar {right: 0}
	.quizstart_head .wrap_progressbar.openended .wrap_bar .bar_base .countdown-bar .time {top: -2.5rem; left:210px}
	.quizstart_head .wrap_progressbar.openended .wrap_bar .icon_quizcountboard {right:0}
	.quizstart_head .wrap_progressbar.openended .wrap_bar .icon_quizchar3 {right: 2rem;}

	.quizstart_head .wrap_progressbar.openended .wrap_bar .bar_base {width:230px;}
	.quizstart_head .wrap_progressbar.openended .wrap_bar .bar_base .countdown-bar {width:230px !important; height:1.6rem !important; line-height: 1.6rem; background-color: #A2A4FF; border-radius: 1.6rem; padding-right: 10px;}
	.quizstart_head .wrap_progressbar.openended .wrap_bar {margin-left: -13rem;}
}
/* --------------------------- LG V30, 갤럭시 S6 S7 대응 미디어 쿼리 ---------------------- */
@media only screen 
	and (min-width: 360px) 
	and (max-width: 515px)
	/* and (-webkit-device-pixel-ratio : 4) and (-webkit-device-aspect-ratio: 9/16) 개발적용시 주석해제, 코딩현황판 확인할때 주석처리 */
{
	
}
/* --------------------------- LG G7 G8 대응 미디어 쿼리 ---------------------- */
@media only screen 
	and (min-width: 384px) 
	and (max-width: 538px)
	/* and (-webkit-device-pixel-ratio : 4) and (-webkit-device-aspect-ratio: 9/16) 개발적용시 주석해제, 코딩현황판 확인할때 주석처리 */
{
	
}
/* --------------------------- iPhone 6, 7 대응 미디어 쿼리  ---------------------- */
@media only screen 
	and (min-width: 375px) 
	and (max-width: 399px)
	/* and (-webkit-device-pixel-ratio : 2) and (-webkit-device-aspect-ratio: 9/16) 개발적용시 주석해제, 코딩현황판 확인할때 주석처리 */
{

}
/* --------------------------- iPone 8 대응 미디어 쿼리  ---------------------- */
@media only screen 
   and (device-width : 375px) 
   and (device-height : 667px) 
   /* and (-webkit-device-pixel-ratio : 2) and (-webkit-device-aspect-ratio: 16/9) 개발적용시 주석해제, 코딩현황판 확인할때 주석처리 */
{

}
/* --------------------------- iPhone 8 Plus 대응 미디어 쿼리  ---------------------- */
@media only screen 
   and (device-width : 414px) 
   and (device-height : 736px) 
   /* and (-webkit-device-pixel-ratio : 3) and (-webkit-device-aspect-ratio: 16/9) 개발적용시 주석해제, 코딩현황판 확인할때 주석처리 */
{

}
/* --------------------------- iphone X 대응 미디어 쿼리  ---------------------- */
@media only screen 
	and (min-device-width: 375px) 
	and (max-device-height: 812px) 
	/* and (-webkit-device-pixel-ratio: 3) and (-webkit-device-aspect-ratio: 19.5/9) 개발적용시 주석해제, 코딩현황판 확인할때 주석처리 */
{

}
/* --------------------------- iPhone XS Max 대응 미디어 쿼리  ---------------------- */
@media only screen 
   and (device-width : 414px) 
   and (device-height : 896px) 
   /* and (-webkit-device-pixel-ratio : 3) and (-webkit-device-aspect-ratio: 19.5/9) 개발적용시 주석해제, 코딩현황판 확인할때 주석처리 */
{

}
/* --------------------------- iPone 8 대응 미디어 쿼리  ---------------------- */
@media only screen 
   and (device-width : 375px) 
   and (device-height : 667px) 
   /* and (-webkit-device-pixel-ratio : 2) and (-webkit-device-aspect-ratio: 16/9) 개발적용시 주석해제, 코딩현황판 확인할때 주석처리 */
{

}
/* --------------------------- iPhone 8 Plus 대응 미디어 쿼리  ---------------------- */
@media only screen 
   and (device-width : 414px) 
   and (device-height : 736px) 
   /* and (-webkit-device-pixel-ratio : 3) and (-webkit-device-aspect-ratio: 16/9) 개발적용시 주석해제, 코딩현황판 확인할때 주석처리 */
{

}
/* --------------------------- iphone X 대응 미디어 쿼리  ---------------------- */
@media only screen 
	and (min-device-width: 375px) 
	and (max-device-height: 812px) 
	/* and (-webkit-device-pixel-ratio: 3) and (-webkit-device-aspect-ratio: 19.5/9) 개발적용시 주석해제, 코딩현황판 확인할때 주석처리 */
{

}
/* --------------------------- iPhone XS Max 대응 미디어 쿼리  ---------------------- */
@media only screen 
   and (device-width : 414px) 
   and (device-height : 896px) 
   /* and (-webkit-device-pixel-ratio : 3) and (-webkit-device-aspect-ratio: 19.5/9) 개발적용시 주석해제, 코딩현황판 확인할때 주석처리 */
{

}
/* 퀴즈정보 없을때 */
.movieokquiz.nomovinfo .headimg1 {display:none}
.movieokquiz.nomovinfo .movieokquiz_headimg {position: relative; height: 70rem;}
.movieokquiz.nomovinfo .movieokquiz_headimg img {position: absolute; width:100%; z-index: 2;}
.movieokquiz.nomovinfo .quizstart_head {margin-top: -26rem;}
.movieokquiz.nomovinfo .moviearea {display:none}
/* 영잘알 alert 이미지 팝업 */
.layer_alert.imgtype {overflow: visible;}
.layer_alert.imgtype .alert_con {padding: 40px 15px 30px}
.layer_alert .alert_con .wrap_alertimg {position: relative;}
.layer_alert .alert_con .wrap_alertimg .popalertimg1,
.layer_alert .alert_con .wrap_alertimg .popalertimg2,
.layer_alert .alert_con .wrap_alertimg .popalertimg3,
.layer_alert .alert_con .wrap_alertimg .popalertimg4,
.layer_alert .alert_con .wrap_alertimg .popalertimg5,
.layer_alert .alert_con .wrap_alertimg .popalertimg6,
.layer_alert .alert_con .wrap_alertimg .popalertimg7 {position: absolute; bottom: 10px; left: 50%;}
.layer_alert .alert_con .wrap_alertimg .popalertimg1 {width:13.6rem; height:16.7rem; margin-left: -6.1rem;}
.layer_alert .alert_con .wrap_alertimg .popalertimg2 {width:9.5rem; height:10.6rem; margin-left: -4.7rem;}
.layer_alert .alert_con .wrap_alertimg .popalertimg3 {width:12.2rem; height:12.7rem; margin-left: -6.1rem;}
.layer_alert .alert_con .wrap_alertimg .popalertimg4 {width:13.7rem; height:7.85rem; margin-left: -6.1rem;}
.layer_alert .alert_con .wrap_alertimg .popalertimg5 {width:12.6rem; height:5.4rem; margin-left: -6.3rem;}
.layer_alert .alert_con .wrap_alertimg .popalertimg6 {width:10.6rem; height:9.95rem; margin-left: -5.3rem;}
.layer_alert .alert_con .wrap_alertimg .popalertimg7 {width:10.6rem; height:9.95rem; margin-left: -5.3rem;}
.icon_popalertimg1 {display: inline-block; width:272px; height:334px; background: url('../../Content/images/icon_lc21new/mo_icon_alertimg1.svg') 0 0 no-repeat; background-size:100%;}
.icon_popalertimg1 {display: inline-block; width:190px; height:212px; background: url('../../Content/images/icon_lc21new/mo_icon_alertimg2.svg') 0 0 no-repeat; background-size:100%;}
.icon_popalertimg1 {display: inline-block; width:244px; height:254px; background: url('../../Content/images/icon_lc21new/mo_icon_alertimg3.svg') 0 0 no-repeat; background-size:100%;}
.icon_popalertimg1 {display: inline-block; width:274px; height:157px; background: url('../../Content/images/icon_lc21new/mo_icon_alertimg4.svg') 0 0 no-repeat; background-size:100%;}
.icon_popalertimg1 {display: inline-block; width:251px; height:109px; background: url('../../Content/images/icon_lc21new/mo_icon_alertimg5.svg') 0 0 no-repeat; background-size:100%;}
.icon_popalertimg1 {display: inline-block; width:212px; height:199px; background: url('../../Content/images/icon_lc21new/mo_icon_alertimg6.svg') 0 0 no-repeat; background-size:100%;}
.icon_popalertimg1 {display: inline-block; width:212px; height:199px; background: url('../../Content/images/icon_lc21new/mo_icon_alertimg7.svg') 0 0 no-repeat; background-size:100%;}
/* 영잘알 수정 추가 v1 */
/* 반원 svg */
.yja_gridwrap {position: absolute; top:5.7rem; left: 22.8rem; /*right:-5.2rem*/}
.quizstepwrap .middlearrow {position: absolute; left:12.4rem; top: 6rem;}
.quizstepwrap .middlearrow .downarrow {position: absolute; width: 0;height: 0;border-left: .6rem solid transparent;border-right: .6rem solid transparent;border-top: .8rem solid #9b9b9b; font: 0 auto; z-index: 1;}
.quizstepwrap .middlearrow .downarrow_color {position: absolute; width: 0;height: 0;border-left: .6rem solid transparent;border-right: .6rem solid transparent;border-top: .8rem solid #797BF8;font: 0 auto; z-index: 2;}
/* 2단계 시작전 */
.movieokquiz .quizstepwrap.step2.step2_0 .evt_pastwrap .box_pastinfo .p_soldout,
.movieokquiz .quizstepwrap.step2.step2_1 .evt_pastwrap .box_pastinfo .p_soldout {display:none}
.movieokquiz .quizstepwrap.step2.step2_0 .evt_pastwrap .box_pastinfo .yja_prod img,
.movieokquiz .quizstepwrap.step2.step2_1 .evt_pastwrap .box_pastinfo .yja_prod img {filter: none; opacity: 1;}
.movieokquiz .quizstepwrap.step2.step2_0 .evt_pastwrap .box_pastinfo .p_num .numwrap,
.movieokquiz .quizstepwrap.step2.step2_1 .evt_pastwrap .box_pastinfo .p_num .numwrap {background: #797BF8}
.movieokquiz .quizstepwrap.step2.step2_0 .evt_pastwrap .box_pastinfo .tk_amount,
.movieokquiz .quizstepwrap.step2.step2_1 .evt_pastwrap .box_pastinfo .tk_amount {color:#000}
/* 2단계중 1단계 */
.quizstepwrap.step2.step2_0 .boxpos {top: 5.9rem; left: 5.7rem; width: 0;}
.quizstepwrap.step2.step2_0 .boxpos .progresscircle {background: transparent;}
.quizstepwrap.step2.step2_0 .boxpos .middlearrow {display:none}
.quizstepwrap.step2.step2_1 .boxpos {top: 5.9rem; left: 7rem; width: 18rem;}
.quizstepwrap.step2.step2_1 .boxpos .middlearrow {left: 9rem; top: -.4rem;}
.quizstepwrap.step2.step2_2 .boxpos.cir_right .middlearrow {left: 5.7rem; top: 6rem}
/* 2단계중 2단계 */
.movieokquiz .quizstepwrap.step2.step2_2.s60 .quizbubble, .movieokquiz .quizstepwrap.step2.step2_2.s90 .quizbubble {left: -4rem}
.movieokquiz .quizstepwrap.step2.s60 .progresscircle.right .exhaustednum_bubble:after, .movieokquiz .quizstepwrap.step2.s90 .progresscircle.right .exhaustednum_bubble:after {margin-left: -.4rem; transform: rotate(135deg);}
/* 3단계 시작전 */
.quizstepwrap.step3.step3_0 .boxpos {top: 5.9rem; left: 7rem; width: 0;}
.quizstepwrap.step3.step3_0 .boxpos .progresscircle {background: transparent;}
.quizstepwrap.step3.step3_0 .boxpos .middlearrow,
.quizstepwrap.step3.soldout .boxpos,
.movieokquiz .quizstepwrap.step3.step3_0 .evt_pastwrap .box_pastinfo .p_soldout,
.movieokquiz .quizstepwrap.step3.step3_1 .evt_pastwrap .box_pastinfo .p_soldout,
.movieokquiz .quizstepwrap.step3.step3_2 .evt_pastwrap .box_pastinfo .paststep2 .p_soldout {display:none}
.movieokquiz .quizstepwrap.step3.step3_0 .evt_pastwrap .box_pastinfo .yja_prod img,
.movieokquiz .quizstepwrap.step3.step3_1 .evt_pastwrap .box_pastinfo .yja_prod img,
.movieokquiz .quizstepwrap.step3.step3_2 .evt_pastwrap .box_pastinfo .paststep2 .yja_prod img,
.movieokquiz .quizstepwrap.step3.step3_2 .evt_pastwrap .box_pastinfo .paststep2 .p_soldout {filter: none; opacity: 1;}
.movieokquiz .quizstepwrap.step3.step3_0 .evt_pastwrap .box_pastinfo .p_num .numwrap,
.movieokquiz .quizstepwrap.step3.step3_1 .evt_pastwrap .box_pastinfo .p_num .numwrap,
.movieokquiz .quizstepwrap.step3.step3_2 .evt_pastwrap .box_pastinfo .paststep2 .p_num .numwrap {background: #797BF8}
.movieokquiz .quizstepwrap.step3.step3_0 .evt_pastwrap .box_pastinfo .tk_amount,
.movieokquiz .quizstepwrap.step3.step3_1 .evt_pastwrap .box_pastinfo .tk_amount,
.movieokquiz .quizstepwrap.step3.step3_2 .evt_pastwrap .box_pastinfo .paststep2 .tk_amount {color:#000}
/* 3단계중 1단계 */
.quizstepwrap.step3.step3_1 .boxpos {top: 5.9rem; left: 7.0rem; width: 17.5rem;}
.quizstepwrap.step3.step3_1 .boxpos .middlearrow {left: 11.5rem; top: -0.4rem;}
/* 3단계중 2단계 */
.movieokquiz .quizstepwrap.step3.step3_2 .quizbubble {left:-6.5rem}
.movieokquiz .quizstepwrap.step3.step3_2 .progresscircle.right .exhaustednum_bubble:after {content: ''; position: absolute; bottom: -.6rem; left: 50%; width: .7rem; height: .7rem; margin-left: 1.2rem; background: #797BF8; border: .2rem solid #000; border-left: 0; border-bottom: 0; transform: rotate(125deg);}
/* 3단계중 3단계 */
.quizstepwrap.step3.step3_3 .boxpos {left: 9.0rem; width: 15rem;}
.quizstepwrap.step3.step3_3 .boxpos .middlearrow {left: 9.1rem; top: -0.4rem;}
/* 4단계 시작전 */
.quizstepwrap.step4.step4_0 .boxpos {top: 5.9rem; left: 9.6rem; width: 0;}
.quizstepwrap.step4.step4_0 .boxpos .progresscircle {background: transparent;}
.movieokquiz .quizstepwrap.step4.step4_0 .quizbubble .exhaustednum_bubble:after,
.movieokquiz .quizstepwrap.step4.step4_1 .quizbubble .exhaustednum_bubble:after,
.movieokquiz .quizstepwrap.step4.step4_3 .quizbubble .exhaustednum_bubble:after {content: ''; position: absolute; bottom: -.6rem; left: 50%; width: .7rem; height: .7rem; margin-left: -.4rem; background: #797BF8; border: .2rem solid #000; border-bottom: 0; border-left: 0; transform: rotate(135deg);} 
.quizstepwrap.step4.step4_0 .boxpos .middlearrow,
.movieokquiz .quizstepwrap.step4.step4_0 .evt_pastwrap .box_pastinfo .p_soldout,
.movieokquiz .quizstepwrap.step4.step4_1 .evt_pastwrap .box_pastinfo .p_soldout,
.movieokquiz .quizstepwrap.step4.step4_2 .evt_pastwrap .box_pastinfo .paststep2 .p_soldout,
.movieokquiz .quizstepwrap.step4.step4_2 .evt_pastwrap .box_pastinfo .paststep3 .p_soldout,
.movieokquiz .quizstepwrap.step4.step4_3 .evt_pastwrap .box_pastinfo .paststep3 .p_soldout {display:none}
.movieokquiz .quizstepwrap.step4.step4_0 .evt_pastwrap .box_pastinfo .yja_prod img,
.movieokquiz .quizstepwrap.step4.step4_1 .evt_pastwrap .box_pastinfo .yja_prod img,
.movieokquiz .quizstepwrap.step4.step4_2 .evt_pastwrap .box_pastinfo .paststep2 .yja_prod img,
.movieokquiz .quizstepwrap.step4.step4_2 .evt_pastwrap .box_pastinfo .paststep2 .p_soldout,
.movieokquiz .quizstepwrap.step4.step4_2 .evt_pastwrap .box_pastinfo .paststep3 .yja_prod img,
.movieokquiz .quizstepwrap.step4.step4_2 .evt_pastwrap .box_pastinfo .paststep3 .p_soldout,
.movieokquiz .quizstepwrap.step4.step4_3 .evt_pastwrap .box_pastinfo .paststep3 .yja_prod img,
.movieokquiz .quizstepwrap.step4.step4_3 .evt_pastwrap .box_pastinfo .paststep3 .p_soldout {filter: none; opacity: 1;}
.movieokquiz .quizstepwrap.step4.step4_0 .evt_pastwrap .box_pastinfo .p_num .numwrap,
.movieokquiz .quizstepwrap.step4.step4_1 .evt_pastwrap .box_pastinfo .p_num .numwrap,
.movieokquiz .quizstepwrap.step4.step4_2 .evt_pastwrap .box_pastinfo .paststep2 .p_num .numwrap,
.movieokquiz .quizstepwrap.step4.step4_2 .evt_pastwrap .box_pastinfo .paststep3 .p_num .numwrap,
.movieokquiz .quizstepwrap.step4.step4_3 .evt_pastwrap .box_pastinfo .paststep3 .p_num .numwrap {background: #797BF8}
.movieokquiz .quizstepwrap.step4.step4_0 .evt_pastwrap .box_pastinfo .tk_amount,
.movieokquiz .quizstepwrap.step4.step4_1 .evt_pastwrap .box_pastinfo .tk_amount,
.movieokquiz .quizstepwrap.step4.step4_2 .evt_pastwrap .box_pastinfo .paststep2 .tk_amount,
.movieokquiz .quizstepwrap.step4.step4_2 .evt_pastwrap .box_pastinfo .paststep3 .tk_amount,
.movieokquiz .quizstepwrap.step4.step4_3 .evt_pastwrap .box_pastinfo .paststep3 .tk_amount {color:#000}
/* 4단계중 1단계 */
.quizstepwrap.step4.step4_1 .boxpos {top: 5.9rem; left: 9.5rem; width: 15rem;}
.quizstepwrap.step4.step4_1 .boxpos .middlearrow {top: -.4rem; left: 9rem}
/* 4단계중 2단계 */
.quizstepwrap.step4.step4_2 .boxpos .middlearrow {left: 5.8rem;top: 7rem;}
.movieokquiz .quizstepwrap.step4.step4_2 .quizbubble {left:-6.5rem}
.movieokquiz .quizstepwrap.step4.step4_2 .progresscircle.right .exhaustednum_bubble:after {content: ''; position: absolute; bottom: -.6rem; left: 50%; width: .7rem; height: .7rem; margin-left: 1.2rem; background: #797BF8; border: .2rem solid #000; border-left: 0; border-bottom: 0; transform: rotate(125deg);}
.movieokquiz .quizstepwrap.step4.step4_2 .boxpos.cir_right {left: 22.6rem;}
/* 4단계중 3단계 */
.quizstepwrap.step4.step4_3 .boxpos {top: 18.5rem; left: 13rem; width: 11.5rem;}
.quizstepwrap.step4.step4_3 .boxpos .middlearrow {top: -.4rem; left: 5.4rem}
/* 4단계중 4단계 */
/* 5단계 시작전 */
.quizstepwrap.step5.step5_0 .boxpos {top: 6.2rem; left: 8.2rem; width: 0;}
.quizstepwrap.step5.step5_0 .boxpos .progresscircle {background: transparent;}
.movieokquiz .quizstepwrap.step5.step5_0 .quizbubble .exhaustednum_bubble:after,
.movieokquiz .quizstepwrap.step5.step5_1 .quizbubble .exhaustednum_bubble:after,
.movieokquiz .quizstepwrap.step5.step5_3 .quizbubble .exhaustednum_bubble:after {content: ''; position: absolute; bottom: -.6rem; left: 50%; width: .7rem; height: .7rem; margin-left: -.4rem; background: #797BF8; border: .2rem solid #000; border-bottom: 0; border-left: 0; transform: rotate(135deg);} 
.quizstepwrap.step5.step5_0 .boxpos .middlearrow,
.movieokquiz .quizstepwrap.step5.step5_0 .evt_pastwrap .box_pastinfo .p_soldout,
.movieokquiz .quizstepwrap.step5.step5_1 .evt_pastwrap .box_pastinfo .p_soldout,
.movieokquiz .quizstepwrap.step5.step5_2 .evt_pastwrap .box_pastinfo .paststep2 .p_soldout,
.movieokquiz .quizstepwrap.step5.step5_2 .evt_pastwrap .box_pastinfo .paststep3 .p_soldout,
.movieokquiz .quizstepwrap.step5.step5_2 .evt_pastwrap .box_pastinfo .paststep4 .p_soldout,
.movieokquiz .quizstepwrap.step5.step5_3 .evt_pastwrap .box_pastinfo .paststep3 .p_soldout,
.movieokquiz .quizstepwrap.step5.step5_3 .evt_pastwrap .box_pastinfo .paststep4 .p_soldout,
.movieokquiz .quizstepwrap.step5.step5_4 .evt_pastwrap .box_pastinfo .paststep4 .p_soldout {display:none}
.movieokquiz .quizstepwrap.step5.step5_0 .evt_pastwrap .box_pastinfo .yja_prod img,
.movieokquiz .quizstepwrap.step5.step5_1 .evt_pastwrap .box_pastinfo .yja_prod img,
.movieokquiz .quizstepwrap.step5.step5_2 .evt_pastwrap .box_pastinfo .paststep2 .yja_prod img,
.movieokquiz .quizstepwrap.step5.step5_2 .evt_pastwrap .box_pastinfo .paststep2 .p_soldout,
.movieokquiz .quizstepwrap.step5.step5_2 .evt_pastwrap .box_pastinfo .paststep3 .yja_prod img,
.movieokquiz .quizstepwrap.step5.step5_2 .evt_pastwrap .box_pastinfo .paststep3 .p_soldout,
.movieokquiz .quizstepwrap.step5.step5_2 .evt_pastwrap .box_pastinfo .paststep4 .yja_prod img,
.movieokquiz .quizstepwrap.step5.step5_2 .evt_pastwrap .box_pastinfo .paststep4 .p_soldout,
.movieokquiz .quizstepwrap.step5.step5_3 .evt_pastwrap .box_pastinfo .paststep3 .yja_prod img,
.movieokquiz .quizstepwrap.step5.step5_3 .evt_pastwrap .box_pastinfo .paststep3 .p_soldout,
.movieokquiz .quizstepwrap.step5.step5_3 .evt_pastwrap .box_pastinfo .paststep4 .yja_prod img,
.movieokquiz .quizstepwrap.step5.step5_3 .evt_pastwrap .box_pastinfo .paststep4 .p_soldout,
.movieokquiz .quizstepwrap.step5.step5_4 .evt_pastwrap .box_pastinfo .paststep4 .yja_prod img,
.movieokquiz .quizstepwrap.step5.step5_4 .evt_pastwrap .box_pastinfo .paststep4 .p_soldout {filter: none; opacity: 1;}
.movieokquiz .quizstepwrap.step5.step5_0 .evt_pastwrap .box_pastinfo .p_num .numwrap,
.movieokquiz .quizstepwrap.step5.step5_1 .evt_pastwrap .box_pastinfo .p_num .numwrap,
.movieokquiz .quizstepwrap.step5.step5_2 .evt_pastwrap .box_pastinfo .paststep2 .p_num .numwrap,
.movieokquiz .quizstepwrap.step5.step5_2 .evt_pastwrap .box_pastinfo .paststep3 .p_num .numwrap,
.movieokquiz .quizstepwrap.step5.step5_2 .evt_pastwrap .box_pastinfo .paststep4 .p_num .numwrap,
.movieokquiz .quizstepwrap.step5.step5_3 .evt_pastwrap .box_pastinfo .paststep3 .p_num .numwrap,
.movieokquiz .quizstepwrap.step5.step5_3 .evt_pastwrap .box_pastinfo .paststep4 .p_num .numwrap,
.movieokquiz .quizstepwrap.step5.step5_4 .evt_pastwrap .box_pastinfo .paststep4 .p_num .numwrap {background: #797BF8}
.movieokquiz .quizstepwrap.step5.step5_0 .evt_pastwrap .box_pastinfo .tk_amount,
.movieokquiz .quizstepwrap.step5.step5_1 .evt_pastwrap .box_pastinfo .tk_amount,
.movieokquiz .quizstepwrap.step5.step5_2 .evt_pastwrap .box_pastinfo .paststep2 .tk_amount,
.movieokquiz .quizstepwrap.step5.step5_2 .evt_pastwrap .box_pastinfo .paststep3 .tk_amount,
.movieokquiz .quizstepwrap.step5.step5_2 .evt_pastwrap .box_pastinfo .paststep4 .tk_amount,
.movieokquiz .quizstepwrap.step5.step5_3 .evt_pastwrap .box_pastinfo .paststep3 .tk_amount,
.movieokquiz .quizstepwrap.step5.step5_3 .evt_pastwrap .box_pastinfo .paststep4 .tk_amount,
.movieokquiz .quizstepwrap.step5.step5_4 .evt_pastwrap .box_pastinfo .paststep4 .tk_amount {color:#000}
/* 5단계중 1단계 */
.quizstepwrap.step5.step5_1 .boxpos {top: 6.1rem; left: 9.5rem; width: 15.5rem;}
.quizstepwrap.step5.step5_1 .boxpos .middlearrow {top: -.4rem; left: 9.7rem}
/* 5단계중 2단계 */
.quizstepwrap.step5.step5_2 .boxpos .middlearrow {left: 5.8rem;top: 7rem;}
.movieokquiz .quizstepwrap.step5.step5_2 .quizbubble {left:-6.5rem}
.movieokquiz .quizstepwrap.step5.step5_2 .progresscircle.right .exhaustednum_bubble:after {content: ''; position: absolute; bottom: -.6rem; left: 50%; width: .7rem; height: .7rem; margin-left: 1.2rem; background: #797BF8; border: .2rem solid #000; border-left: 0; border-bottom: 0; transform: rotate(125deg);}
.movieokquiz .quizstepwrap.step5.step5_2 .boxpos.cir_right {top: 5.9rem; left: 22.5rem;}
/* 5단계중 3단계 */
.quizstepwrap.step5.step5_3 .boxpos {top: 18.8rem; left: 12.5rem; width: 12.5rem;}
.quizstepwrap.step5.step5_3 .boxpos .middlearrow {left: 6.8rem;top: -.4rem;}
/* 5단계중 4단계 */
.quizstepwrap.step5.step5_4 .boxpos .middlearrow {top: 6.5rem;left: -0.2rem;}
.movieokquiz .quizstepwrap.step5.step5_4 .quizbubble .exhaustednum_bubble:after {content: ''; position: absolute; bottom: -.6rem; left: 50%; width: .7rem; height: .7rem; margin-left: -2rem; background: #797BF8; border: .2rem solid #000; border-bottom: 0; border-left: 0; transform: rotate(140deg);} 
/* 왼쪽 원 이동 */
.movieokquiz .quizstepwrap.step2.s0 .circle-chart__circle--negative,
.movieokquiz .quizstepwrap.step3.s0 .circle-chart__circle--negative,
.movieokquiz .quizstepwrap.step4.s0 .circle-chart__circle--negative,
.movieokquiz .quizstepwrap.step5.s0 .circle-chart__circle--negative {stroke-dasharray:0,100}
.movieokquiz .quizstepwrap.step2.s30 .circle-chart__circle--negative,
.movieokquiz .quizstepwrap.step3.s30 .circle-chart__circle--negative,
.movieokquiz .quizstepwrap.step4.s30 .circle-chart__circle--negative,
.movieokquiz .quizstepwrap.step5.s30 .circle-chart__circle--negative {stroke-dasharray:16,100}
.movieokquiz .quizstepwrap.step2.s60 .circle-chart__circle--negative,
.movieokquiz .quizstepwrap.step3.s60 .circle-chart__circle--negative,
.movieokquiz .quizstepwrap.step4.s60 .circle-chart__circle--negative,
.movieokquiz .quizstepwrap.step5.s60 .circle-chart__circle--negative {stroke-dasharray:30,100}
.movieokquiz .quizstepwrap.step2.s90 .circle-chart__circle--negative,
.movieokquiz .quizstepwrap.step3.s90 .circle-chart__circle--negative,
.movieokquiz .quizstepwrap.step4.s90 .circle-chart__circle--negative,
.movieokquiz .quizstepwrap.step5.s90 .circle-chart__circle--negative {stroke-dasharray:42,100}
.movieokquiz .quizstepwrap.step2.s100 .circle-chart__circle--negative,
.movieokquiz .quizstepwrap.step3.s100 .circle-chart__circle--negative,
.movieokquiz .quizstepwrap.step4.s100 .circle-chart__circle--negative,
.movieokquiz .quizstepwrap.step5.s100 .circle-chart__circle--negative {stroke-dasharray:50,100}
/* 오른쪽 원 이동 */
.movieokquiz .quizstepwrap.step2.s0 .circle-chart__circle,
.movieokquiz .quizstepwrap.step3.s0 .circle-chart__circle,
.movieokquiz .quizstepwrap.step4.s0 .circle-chart__circle,
.movieokquiz .quizstepwrap.step5.s0 .circle-chart__circle {stroke-dasharray:0,100}
/* .movieokquiz .quizstepwrap.step2.s30 .circle-chart__circle, */
.movieokquiz .quizstepwrap.step3.s30 .circle-chart__circle,
.movieokquiz .quizstepwrap.step4.s30 .circle-chart__circle,
.movieokquiz .quizstepwrap.step5.s30 .circle-chart__circle {stroke-dasharray:15,100}
.movieokquiz .quizstepwrap.step2.s60 .circle-chart__circle,
.movieokquiz .quizstepwrap.step3.s60 .circle-chart__circle,
.movieokquiz .quizstepwrap.step4.s60 .circle-chart__circle,
.movieokquiz .quizstepwrap.step5.s60 .circle-chart__circle {stroke-dasharray:30,100}
.movieokquiz .quizstepwrap.step2.s90 .circle-chart__circle,
.movieokquiz .quizstepwrap.step3.s90 .circle-chart__circle,
.movieokquiz .quizstepwrap.step4.s90 .circle-chart__circle,
.movieokquiz .quizstepwrap.step5.s90 .circle-chart__circle {stroke-dasharray:40,100}
.movieokquiz .quizstepwrap.step2.s100 .circle-chart__circle,
.movieokquiz .quizstepwrap.step3.s100 .circle-chart__circle,
.movieokquiz .quizstepwrap.step4.s100 .circle-chart__circle,
.movieokquiz .quizstepwrap.step5.s100 .circle-chart__circle {stroke-dasharray:48,100}
/* 퀴즈 시작전 알림말풍선 */
.movieokquiz .quizstepwrap .exhaustednum_bubble .dateinfo {position: relative;}
.movieokquiz .quizstepwrap .exhaustednum_bubble .dateinfo {top: -0.2rem; left: initial; line-height:2rem;}
.movieokquiz .quizstepwrap .exhaustednum_bubble .dateinfo .infotxt img {width: 5.4rem}
.movieokquiz .quizstepwrap.step1.step1_0 .boxpos .progresscircle .quizbubble .exhaustednum_bubble.starttype,
.movieokquiz .quizstepwrap.step2.step2_0 .boxpos .progresscircle .quizbubble .exhaustednum_bubble.starttype,
.movieokquiz .quizstepwrap.step3.step3_0 .boxpos .progresscircle .quizbubble .exhaustednum_bubble.starttype,
.movieokquiz .quizstepwrap.step4.step4_0 .boxpos .progresscircle .quizbubble .exhaustednum_bubble.starttype,
.movieokquiz .quizstepwrap.step5.step5_0 .boxpos .progresscircle .quizbubble .exhaustednum_bubble.starttype {margin-top: -1.7rem;}
.movieokquiz .quizstepwrap .exhaustednum_bubble .dateinfo .date {color:#000;}
.movieokquiz .quizstepwrap .exhaustednum_bubble .dateinfo .time {color:#000;}
.movieokquiz .quizstepwrap.step1.step1_0,
.movieokquiz .quizstepwrap.step2.step2_0,
.movieokquiz .quizstepwrap.step3.step3_0,
.movieokquiz .quizstepwrap.step4.step4_0,
.movieokquiz .quizstepwrap.step5.step5_0 {padding-top: 4rem;}
/* 영잘알 경품명 2줄 */
.movieokquiz .quizstepwrap.step1 .ticketamount {right: 1.3rem;}
.movieokquiz .quizstepwrap.step2 .evt_pastwrap .box_pastinfo .tk_amount,
.movieokquiz .quizstepwrap.step3 .evt_pastwrap .box_pastinfo .tk_amount,
.movieokquiz .quizstepwrap.step4 .evt_pastwrap .box_pastinfo .tk_amount,
.movieokquiz .quizstepwrap.step5 .evt_pastwrap .box_pastinfo .tk_amount {right: 2.8rem;}
/* 영잘알 좌우 곡선 말풍선 수정 */
.movieokquiz .quizstepwrap.step3.step3_2 .quizbubble,
.movieokquiz .quizstepwrap.step4.step4_2 .quizbubble,
.movieokquiz .quizstepwrap.step5.step5_2 .quizbubble {left:-7.3rem; top: -6.9rem}
.movieokquiz .quizstepwrap.step3.step3_2 .progresscircle.right .exhaustednum_bubble:after,
.movieokquiz .quizstepwrap.step4.step4_2 .progresscircle.right .exhaustednum_bubble:after,
.movieokquiz .quizstepwrap.step5.step5_2 .progresscircle.right .exhaustednum_bubble:after {width: .8rem;height: .8rem;bottom:-.5rem; margin-left: 2rem; transform: rotate(115deg);}
.movieokquiz .quizstepwrap .quizbubble.rdtypeleft {left: -1.0rem;}
.movieokquiz .quizstepwrap.step4.step4_4 .quizbubble .exhaustednum_bubble:after,
.movieokquiz .quizstepwrap.step5.step5_4 .quizbubble .exhaustednum_bubble:after {bottom: -.4rem; width: .9rem;height: 1.0rem; margin-left: -3.5rem;transform: rotate(160deg);}



/* 210902 관람권_추가결제필요시 */
.input_type2 .info.add_payment strong { position:relative; }
.input_type2 .info.add_payment strong:after { content:'추가결제필요'; position:relative; font-size:10px; color:#fff; background:#FF243E; white-space: nowrap; border-radius: 15px;; padding:0px 5px 2px; left:4px; top:-2px;}

/* 210903 눈치쿠폰 */
.couponevent .main { position: relative; } 
.couponevent .main img { width:100%; }
.couponevent .toggle_wrap { position: absolute; left:0; bottom:4.5rem; z-index:10; color:#fff; text-align:center; width:100%; } 
.couponevent .toggle_wrap .item { display:inline-block; width:14.4rem; vertical-align: top;}
.couponevent .toggle_wrap .item:nth-of-type(2) { width:11.0rem; }
.couponevent .toggle_wrap .item strong { font-size:1.5rem; font-weight: 400; display:block; margin-bottom:.6rem;}
.couponevent .toggle_wrap input { display:none; }
.couponevent .toggle_wrap label { display:block; width:7.4rem; height:3.4rem; border-radius: 1.7rem; background:#333; margin:0 auto; position:relative; letter-spacing: 0; overflow: hidden; }
.couponevent .toggle_wrap label:after {position:absolute; right:1.2rem; top:0; content:'OFF'; font-size:1.3rem; line-height:3.4rem; font-weight:bold; color:rgba(255,255,255,.39);}
.couponevent .toggle_wrap label .btn { position:absolute; left:0; top:0; width:3.7rem; height:3.7rem; background:url(../images/icon_lc21new/mo_evt_coupon_toggle_btn.png) no-repeat center center; background-size:100%; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); -webkit-transition: -webkit-transform .3s; transition: -webkit-transform .3s; -o-transition: -o-transform .3s; -moz-transition: transform .3s, -moz-transform .3s; transition: transform .3s; transition: transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s;}
.couponevent .toggle_wrap input:checked + label { background-color:#f155ad; }
.couponevent .toggle_wrap input:checked + label:after { content:'ON'; right:auto; left:1.7rem; }
.couponevent .toggle_wrap input:checked + label .btn { -webkit-transform: translateX(3.8rem); -moz-transform: translateX(3.8rem); -ms-transform: translateX(3.8rem); -o-transform: translateX(3.8rem); transform: translateX(3.8rem);}
.couponevent .toggle_wrap input:checked + label.on .btn { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); left:3.8rem;}

/* 눈치쿠폰 - 타임박스 */
.couponevent .time_box { background:#f155ad; text-align:center; height:17rem; }
.couponevent .time_box .time_img {position:relative; width:25.6rem; margin:0 auto; text-align:left;padding: 3.7rem 0 0;}
.couponevent .time_box .time_img img {display:block;}
.couponevent .time_box .time_img img:nth-of-type(1) {width:7.3rem;}
.couponevent .time_box .time_img img:nth-of-type(2) {width:16.9rem;}
.couponevent .time_box .time_img img:nth-of-type(3) {width:9.5rem; position:absolute; top:-2.8rem; right:0;}
.couponevent .time_box p { font-size:1.8rem; font-weight:bold; padding:1.2rem 0 3rem; }
.couponevent .time_box.evt_time {background: #f155ad url(../images/icon_lc21new/mo_evt_coupon_timebox_bg.png) no-repeat center center; background-size:30.0rem; height:17rem}
.couponevent .time_box.evt_time strong { display:block; font-size:2.4rem; padding:3.4rem 0 1.7rem;}

.couponevent .time_box.evt_time .timer {white-space: nowrap;padding-bottom:4.3rem; text-align:center; display:inline-block;}
.couponevent .time_box.evt_time .timer:after { content:''; display:block; clear:both; }
.couponevent .time_box.evt_time .timer span{ font-family: 'Roboto'; color:#fff; font-size:3.6rem; font-weight:bold; display:block; float:left; }
.couponevent .time_box.evt_time .timer span.at { background:transparent; color:#000; font-size:2.6rem; width:1.1rem; height:4.5rem; font-weight:normal; }
.couponevent .time_box.evt_time .timer span:not(.at) { position:relative; width:6.9rem; height:4.5rem; background:#2B2B2B; letter-spacing: 1.1rem; text-indent:.8rem;}
.couponevent .time_box.evt_time .timer span:not(.at):after { content:''; position:absolute; width:1px; height:100%; background:#f155ad; top:0; left:50%; margin-left:-0.1rem; z-index:3; }
.couponevent .time_box.evt_time .timer span:not(.at):before { content:''; position:absolute; width:100%; height:50%; bottom:0; left:0; background:rgba(0,0,0,.2); }

.couponevent .time_box.evt_start { position:relative; padding:1.0rem 0 ; background:#f155ad; height:17rem; box-sizing: border-box;}
.couponevent .time_box.evt_start:after{ content: ''; position:absolute; width:32.0rem; height:100%; top:0; left:50%; margin-left:-16.0rem; background:url(../images/icon_lc21new/mo_evt_coupon_bg.png) no-repeat center center; background-size:32.0rem;}
.couponevent .time_box.evt_start .evt_coupon {width:25.0rem; height:15.0rem; background:url(../images/icon_lc21new/mo_evt_coupon_img.png) no-repeat center center; background-size:100%; margin: 0 auto; box-sizing: border-box; }
.couponevent .time_box.evt_start .evt_coupon span {color:#fff; font-size:2.7rem; letter-spacing: 0; display:block; padding-top:6.8rem; font-weight: 400;}
.couponevent .time_box.evt_start .evt_coupon strong { font-family: 'Roboto'; font-size:3.3rem; font-weight: 400; }

/* 눈치쿠폰 - 포스터 */
.couponevent .poster_box { position:relative; text-align:center; background:#2a2a2a; padding:4.5rem 0 4.0rem; }
.couponevent .poster_box .info_slide { text-align:center; color:#fff; margin-top: -3.0rem; z-index:50; }
.couponevent .poster_box .info_slide strong { display:block; font-size:2rem; padding: 0 0 0.6rem;}
.couponevent .poster_box .info_slide strong.s_txt {margin-top:-0.6rem;}
.couponevent .poster_box .info_slide span { font-size:1rem; display: inline-block; letter-spacing: 0; opacity: .8;}
.couponevent .poster_box .info_slide span > .bold {font-weight:bold;display:inline-block; padding-right:.2rem; font-family: 'Roboto'; font-size: 1.6rem; font-size:1.1rem; }
.couponevent .poster_box .info_slide span > .bold:nth-of-type(2) { margin-left:1rem; }
.couponevent .poster_box .info_slide .btn_wrap {padding-top:2.4rem; text-align: center;}
.couponevent .poster_box .info_slide .btn { width:9.7rem; height:3.1rem; -webkit-border-radius: 0.5rem; -moz-border-radius: 0.5rem; border-radius: 0.5rem; font-size:1.3rem; color:#fff; line-height:2.9rem; font-weight:400; }
.couponevent .poster_box .info_slide .btn.gray { background:#7a7a7a; border:1px solid #7a7a7a; }
.couponevent .poster_box .info_slide .btn.line { border:1px solid #7a7a7a; margin:0 1.0rem;}
.couponevent .poster_slide .swiper-slide {opacity: .3; transform: scale(0.9);}
.couponevent .poster_slide .swiper-slide-active{ opacity:1; transform: scale(1);}
.couponevent .poster_slide .swiper-slide-active a { position:relative; width:17.8rem; border:2px solid #f155ad; box-shadow: 0 1.5rem 3.0rem 0 #000; box-sizing: border-box; overflow: hidden; }
.couponevent .poster_slide { padding-bottom:4.0rem;}
.couponevent .poster_box [class*="icon0"] { position:absolute; background-size:100%; background-position: center; background-repeat: no-repeat;  z-index: 10;}
.couponevent .poster_box .icon_wrap {width:100%; height:100%; position:absolute; left:0; top:0;}
.couponevent .poster_box .icon01 { width:4.5rem; height:3.5rem; background-image:url(../images/icon_lc21new/mo_evt_coupon_bg_01.gif);}
.couponevent .poster_box .icon02 { width:5.7rem; height:4.1rem; background-image:url(../images/icon_lc21new/mo_evt_coupon_bg_02.gif);  }
.couponevent .poster_box .icon03 { width:6.5rem; height:5.9rem; background-image:url(../images/icon_lc21new/mo_evt_coupon_bg_03.gif);}
.couponevent .poster_box .icon04 { width:4.7rem; height:3.3rem; background-image:url(../images/icon_lc21new/mo_evt_coupon_bg_04.gif);}
.couponevent .poster_box .icon05 { width:7.5rem; height:7.2rem; background-image:url(../images/icon_lc21new/mo_evt_coupon_bg_05.gif);}
.couponevent .poster_box .icon_wrap span:nth-of-type(1) { left:2.8rem; top:1.4rem; }
.couponevent .poster_box .icon_wrap span:nth-of-type(2) { right:1.5rem; top:2.5rem; }
.couponevent .poster_box .icon_wrap span:nth-of-type(3) { left:0rem; top:19.5rem; transform: rotate(-30deg); }
.couponevent .poster_box .icon_wrap span:nth-of-type(4) { right:1.0rem; bottom:5.2rem; transform: rotate(-20deg); }
.couponevent .poster_box .icon_wrap span:nth-of-type(5) { left:1.4rem; bottom:6.0rem; transform: rotate(30deg); }


.couponevent .swiper-button-prev.swiper-button-disabled, .couponevent .swiper-button-next.swiper-button-disabled {display:none;}
.couponevent .swiper-button-prev {left:2.0rem;  width:2.2rem; height:3.3rem; margin-top:-3.1rem; background-size:100%; background-image:url("../images/icon_lc21new/mo_evt_coupon_prev_btn.png");}
.couponevent .swiper-button-next {right:2.0rem; width:2.2rem; height:3.3rem; margin-top:-3.1rem; background-size:100%; background-image:url("../images/icon_lc21new/mo_evt_coupon_next_btn.png");}

/* 눈치쿠폰 - 할인 특권 */
.couponevent .sale_box { background:url(../images/icon_lc21new/mo_evt_coupon_movie_bg.png) no-repeat center top; background-size: cover; padding-bottom:5.8rem; }
.couponevent .sale_box h2 { padding:5.8rem 0 3.0rem; width:25.0rem; margin:0 auto; }
.couponevent .sale_box .bar_wrap { position: relative; max-width: 38rem; margin-left:auto; margin-right:auto; }
.couponevent .sale_box .bar_box { position:relative; width:31.25rem; height:2.8rem; background:url(../images/icon_lc21new/mo_evt_coupon_txt_bar.png) no-repeat center center; background-size:100%; margin:0 auto; box-sizing: border-box; display:flex; flex-wrap: nowrap; justify-content: flex-end; text-align: center;}
.couponevent .sale_box .bar_box li { position:relative; font-size:.9rem; flex: 1 0 6.25rem; line-height:2.8rem; letter-spacing: -0.05rem; color:#6E6E6E; }
.couponevent .sale_box .bar_box li:after {content:''; position:absolute; left:0; top:0.555rem; width:0.1rem; height:1.7rem; background-color: rgba(255,255,255,.3);}
.couponevent .sale_box .bar_box li:nth-of-type(1):after {display:none;}
.couponevent .sale_box .bar_box li strong { font-family: 'Roboto'; font-size:1.1rem; font-weight:bold;}
.couponevent .sale_box .bar_box.active { position:absolute; top:0; right:50%; margin-right:-15.625rem; z-index:1;  background:url(../images/icon_lc21new/mo_evt_coupon_txt_bar_active.png) no-repeat right top; background-size:31.25rem; overflow: hidden; }
.couponevent .sale_box .bar_box.active li { position:relative; color:#000; }
.couponevent .sale_box .bar_box li:nth-of-type(1) {text-indent: 0.15rem;}

.couponevent .sale_box .bar_wrap[class*='step'],.couponevent .sale_box .bar_wrap.soldout{margin-top:3.5rem;}
.couponevent .sale_box .txt_balloon { position:absolute; width:8.4rem; height:5.2rem; background:url(../images/icon_lc21new/mo_evt_coupon_txt_bg_01.png) no-repeat center center; background-size:100%; text-align: center; color:#FFDD00; box-sizing: border-box; font-size:1.1rem; padding-top:2.25rem; top:-5.3rem;}
.couponevent .sale_box .bar_wrap[class*="step"] .txt_balloon { margin-left:-1.1rem; }
.couponevent .sale_box .bar_wrap.step0 .txt_balloon {margin-left:0;}
.couponevent .sale_box .txt_balloon strong{ font-size:1.3rem;}
.couponevent .sale_box .btn_wrap { text-align:center; padding:2.5rem 0 .7rem; }
.couponevent .sale_box .btn_wrap .btn { min-width:9.7rem; height:3.1rem; border-radius: .5rem; font-size:1.3rem; color:#fff; line-height:2.9rem; font-weight:400; box-sizing: border-box; padding:0 1.0rem;}
.couponevent .sale_box .btn_wrap .btn.primary { background:#f155ad; border:1px solid #f155ad; color:#fff;}
.couponevent .sale_box .btn_wrap .btn.primary strong { font-family: 'Roboto'; font-size: 1.5rem; }
.couponevent .sale_box .btn_wrap .btn.line { border:1px solid #7a7a7a; margin:0 1.0rem;}
.couponevent .sale_box .sub_txt { text-align:center; font-size:1.1rem; color:rgba(255,255,255,.5) }

.couponevent .sale_box .bar_wrap[class*='step'] .bar_box li { position:relative; }
.couponevent .sale_box .bar_wrap[class*='step'] .bar_box:not(.active) li:before{ content:''; position: absolute; width:4.1rem; height:2.8rem; background:url(../images/icon_lc21new/mo_evt_coupon_soldout.png) no-repeat center center; background-size:100%; left:50%; margin-left:-2.0rem; top:.2rem; display:none; }
.couponevent .sale_box .bar_wrap.step1 .bar_box:not(.active) li:nth-of-type(1):before, .couponevent .sale_box .bar_wrap.step2 .bar_box:not(.active) li:nth-of-type(-n+2):before, .couponevent .sale_box .bar_wrap.step3 .bar_box:not(.active) li:nth-of-type(-n+3):before, .couponevent .sale_box .bar_wrap.step4 .bar_box:not(.active) li:nth-of-type(-n+4):before, .couponevent .sale_box .bar_wrap.step5 .bar_box:not(.active) li:nth-of-type(-n+5):before{display:block;}

.couponevent .sale_box .bar_wrap.step1[class*="ing_"] .bar_box:not(.active) li:nth-of-type(1):before, .couponevent .sale_box .bar_wrap.step2[class*="ing_"] .bar_box:not(.active) li:nth-of-type(2):before, .couponevent .sale_box .bar_wrap.step3[class*="ing_"] .bar_box:not(.active) li:nth-of-type(3):before, .couponevent .sale_box .bar_wrap.step4[class*="ing_"] .bar_box:not(.active) li:nth-of-type(4):before, .couponevent .sale_box .bar_wrap.step5[class*="ing_"] .bar_box:not(.active) li:nth-of-type(5):before{ display:none; }
/* 관람권 5개 기준 */
/* step 1 */
@keyframes evtStep1 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 6.25rem); }
}
@keyframes evtStep1_ing20 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 6.25rem + (6.25rem*0.8)); }
}
@keyframes evtStep1_ing40 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 6.25rem + (6.25rem*0.6)); }
}
@keyframes evtStep1_ing60 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 6.25rem + (6.25rem*0.4)); }
}
@keyframes evtStep1_ing80 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 6.25rem + (6.25rem*0.2)); }
}
@keyframes evtBalloon1 {
    0% { left:0; }
    100% { left:calc(6.25rem);}
}
@keyframes evtBalloon1_ing20 {
    0% { left:0; }
    100% { left:calc(6.25rem - (6.25rem*0.8)); }
}
@keyframes evtBalloon1_ing40 {
    0% { left:0; }
    100% { left:calc(6.25rem - (6.25rem*0.6)); }
}
@keyframes evtBalloon1_ing60 {
    0% { left:0; }
    100% { left:calc(6.25rem - (6.25rem*0.4)); }
}
@keyframes evtBalloon1_ing80 {
    0% { left:0; }
    100% { left:calc(6.25rem - (6.25rem*0.2)); }
}
.couponevent .sale_box .bar_wrap.step1 .bar_box.active { animation:evtStep1 .5s linear; width:calc(31.25rem - (6.25rem)); }
.couponevent .sale_box .bar_wrap.step1 .txt_balloon { animation:evtBalloon1 .5s linear; left:calc(6.25rem); }
.couponevent .sale_box .bar_wrap.step1.ing_20 .bar_box.active { animation:evtStep1_ing20 .5s linear; width:calc(31.25rem - 6.25rem + (6.25rem*0.8)); }
.couponevent .sale_box .bar_wrap.step1.ing_20 .txt_balloon { animation:evtBalloon1_ing20 .5s linear; left:calc(6.25rem - (6.25rem*0.8)); }
.couponevent .sale_box .bar_wrap.step1.ing_40 .bar_box.active { animation:evtStep1_ing40 .5s linear; width:calc(31.25rem - 6.25rem + (6.25rem*0.6)); }
.couponevent .sale_box .bar_wrap.step1.ing_40 .txt_balloon { animation:evtBalloon1_ing40 .5s linear; left:calc(6.25rem - (6.25rem*0.6)); }
.couponevent .sale_box .bar_wrap.step1.ing_60 .bar_box.active { animation:evtStep1_ing60 .5s linear; width:calc(31.25rem - 6.25rem + (6.25rem*0.4)); }
.couponevent .sale_box .bar_wrap.step1.ing_60 .txt_balloon { animation:evtBalloon1_ing60 .5s linear; left:calc(6.25rem - (6.25rem*0.4)); }
.couponevent .sale_box .bar_wrap.step1.ing_80 .bar_box.active { animation:evtStep1_ing80 .5s linear; width:calc(31.25rem - (6.25rem) + (6.25rem*0.2)); }
.couponevent .sale_box .bar_wrap.step1.ing_80 .txt_balloon { animation:evtBalloon1_ing80 .5s linear; left:calc(6.25rem - (6.25rem*0.2)); }

/* step 2 */
@keyframes evtStep2 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*2)); }
}
@keyframes evtStep2_ing20 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*2) + (6.25rem*0.8)); }
}
@keyframes evtStep2_ing40 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*2) + (6.25rem*0.6)); }
}
@keyframes evtStep2_ing60 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*2) + (6.25rem*0.4)); }
}
@keyframes evtStep2_ing80 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*2) + (6.25rem*0.2)); }
}
@keyframes evtBalloon2 {
    0% { left:0; }
    100% { left:calc(6.25rem*2);}
}
@keyframes evtBalloon2_ing20 {
    0% { left:0; }
    100% { left:calc((6.25rem*2) - (6.25rem*0.8)); }
}
@keyframes evtBalloon2_ing40 {
    0% { left:0; }
    100% { left:calc((6.25rem*2) - (6.25rem*0.6)); }
}
@keyframes evtBalloon2_ing60 {
    0% { left:0; }
    100% { left:calc((6.25rem*2) - (6.25rem*0.4)); }
}
@keyframes evtBalloon2_ing80 {
    0% { left:0; }
    100% { left:calc((6.25rem*2) - (6.25rem*0.2)); }
}
.couponevent .sale_box .bar_wrap.step2 .bar_box.active { animation:evtStep2 .6s linear; width:calc(31.25rem - (6.25rem*2)); }
.couponevent .sale_box .bar_wrap.step2 .txt_balloon { animation:evtBalloon2 .6s linear; left:calc(6.25rem*2); }
.couponevent .sale_box .bar_wrap.step2.ing_20 .bar_box.active { animation:evtStep2_ing20 .6s linear; width:calc(31.25rem - (6.25rem*2) + (6.25rem*0.8)); }
.couponevent .sale_box .bar_wrap.step2.ing_20 .txt_balloon { animation:evtBalloon2_ing20 .6s linear; left:calc((6.25rem*2) - (6.25rem*0.8)); }
.couponevent .sale_box .bar_wrap.step2.ing_40 .bar_box.active { animation:evtStep2_ing40 .6s linear; width:calc(31.25rem - (6.25rem*2) + (6.25rem*0.6)); }
.couponevent .sale_box .bar_wrap.step2.ing_40 .txt_balloon { animation:evtBalloon2_ing40 .6s linear; left:calc((6.25rem*2) - (6.25rem*0.6)); }
.couponevent .sale_box .bar_wrap.step2.ing_60 .bar_box.active { animation:evtStep2_ing60 .6s linear; width:calc(31.25rem - (6.25rem*2) + (6.25rem*0.4)); }
.couponevent .sale_box .bar_wrap.step2.ing_60 .txt_balloon { animation:evtBalloon2_ing60 .6s linear; left:calc((6.25rem*2) - (6.25rem*0.4)); }
.couponevent .sale_box .bar_wrap.step2.ing_80 .bar_box.active { animation:evtStep2_ing80 .6s linear; width:calc(31.25rem - (6.25rem*2) + (6.25rem*0.2)); }
.couponevent .sale_box .bar_wrap.step2.ing_80 .txt_balloon { animation:evtBalloon2_ing80 .6s linear; left:calc((6.25rem*2) - (6.25rem*0.2)); }
/* step 3 */
@keyframes evtStep3 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*3)); }
}
@keyframes evtStep3_ing20 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*3) + (6.25rem*0.8)); }
}
@keyframes evtStep3_ing40 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*3) + (6.25rem*0.6)); }
}
@keyframes evtStep3_ing60 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*3) + (6.25rem*0.4)); }
}
@keyframes evtStep3_ing80 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*3) + (6.25rem*0.2)); }
}
@keyframes evtBalloon3 {
    0% { left:0; }
    100% { left:calc(6.25rem*3);}
}
@keyframes evtBalloon3_ing20 {
    0% { left:0; }
    100% { left:calc((6.25rem*3) - (6.25rem*0.8)); }
}
@keyframes evtBalloon3_ing40 {
    0% { left:0; }
    100% { left:calc((6.25rem*3) - (6.25rem*0.6)); }
}
@keyframes evtBalloon3_ing60 {
    0% { left:0; }
    100% { left:calc((6.25rem*3) - (6.25rem*0.4)); }
}
@keyframes evtBalloon3_ing80 {
    0% { left:0; }
    100% { left:calc((6.25rem*3) - (6.25rem*0.2)); }
}
.couponevent .sale_box .bar_wrap.step3 .bar_box.active { animation:evtStep3 .7s linear; width:calc(31.25rem - (6.25rem*3)); }
.couponevent .sale_box .bar_wrap.step3 .txt_balloon { animation:evtBalloon3 .7s linear; left:calc(6.25rem*3); }
.couponevent .sale_box .bar_wrap.step3.ing_20 .bar_box.active { animation:evtStep3_ing20 .7s linear; width:calc(31.25rem - (6.25rem*3) + (6.25rem*0.8)); }
.couponevent .sale_box .bar_wrap.step3.ing_20 .txt_balloon { animation:evtBalloon3_ing20 .7s linear; left:calc((6.25rem*3) - (6.25rem*0.8)); }
.couponevent .sale_box .bar_wrap.step3.ing_40 .bar_box.active { animation:evtStep3_ing40 .7s linear; width:calc(31.25rem - (6.25rem*3) + (6.25rem*0.6)); }
.couponevent .sale_box .bar_wrap.step3.ing_40 .txt_balloon { animation:evtBalloon3_ing40 .7s linear; left:calc((6.25rem*3) - (6.25rem*0.6)); }
.couponevent .sale_box .bar_wrap.step3.ing_60 .bar_box.active { animation:evtStep3_ing60 .7s linear; width:calc(31.25rem - (6.25rem*3) + (6.25rem*0.4)); }
.couponevent .sale_box .bar_wrap.step3.ing_60 .txt_balloon { animation:evtBalloon3_ing60 .7s linear; left:calc((6.25rem*3) - (6.25rem*0.4)); }
.couponevent .sale_box .bar_wrap.step3.ing_80 .bar_box.active { animation:evtStep3_ing80 .7s linear; width:calc(31.25rem - (6.25rem*3) + (6.25rem*0.2)); }
.couponevent .sale_box .bar_wrap.step3.ing_80 .txt_balloon { animation:evtBalloon3_ing80 .7s linear; left:calc((6.25rem*3) - (6.25rem*0.2)); }
/* step 4 */
@keyframes evtStep4 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*4)); }
}
@keyframes evtStep4_ing20 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*4) + (6.25rem*0.8)); }
}
@keyframes evtStep4_ing40 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*4) + (6.25rem*0.6)); }
}
@keyframes evtStep4_ing60 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*4) + (6.25rem*0.4)); }
}
@keyframes evtStep4_ing80 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*4) + (6.25rem*0.2)); }
}
@keyframes evtBalloon4 {
    0% { left:0; }
    100% { left:calc(6.25rem*4);}
}
@keyframes evtBalloon4_ing20 {
    0% { left:0; }
    100% { left:calc((6.25rem*4) - (6.25rem*0.8)); }
}
@keyframes evtBalloon4_ing40 {
    0% { left:0; }
    100% { left:calc((6.25rem*4) - (6.25rem*0.6)); }
}
@keyframes evtBalloon4_ing60 {
    0% { left:0; }
    100% { left:calc((6.25rem*4) - (6.25rem*0.4)); }
}
@keyframes evtBalloon4_ing80 {
    0% { left:0; }
    100% { left:calc((6.25rem*4) - (6.25rem*0.2)); }
}
.couponevent .sale_box .bar_wrap.step4 .bar_box.active { animation:evtStep4 .8s linear; width:calc(31.25rem - (6.25rem*4)); }
.couponevent .sale_box .bar_wrap.step4 .txt_balloon { animation:evtBalloon4 .8s linear; left:calc(6.25rem*4); }
.couponevent .sale_box .bar_wrap.step4.ing_20 .bar_box.active { animation:evtStep4_ing20 .8s linear; width:calc(31.25rem - (6.25rem*4) + (6.25rem*0.8)); }
.couponevent .sale_box .bar_wrap.step4.ing_20 .txt_balloon { animation:evtBalloon4_ing20 .8s linear; left:calc((6.25rem*4) - (6.25rem*0.8)); }
.couponevent .sale_box .bar_wrap.step4.ing_40 .bar_box.active { animation:evtStep4_ing40 .8s linear; width:calc(31.25rem - (6.25rem*4) + (6.25rem*0.6)); }
.couponevent .sale_box .bar_wrap.step4.ing_40 .txt_balloon { animation:evtBalloon4_ing40 .8s linear; left:calc((6.25rem*4) - (6.25rem*0.6)); }
.couponevent .sale_box .bar_wrap.step4.ing_60 .bar_box.active { animation:evtStep4_ing60 .8s linear; width:calc(31.25rem - (6.25rem*4) + (6.25rem*0.4)); }
.couponevent .sale_box .bar_wrap.step4.ing_60 .txt_balloon { animation:evtBalloon4_ing60 .8s linear; left:calc((6.25rem*4) - (6.25rem*0.4)); }
.couponevent .sale_box .bar_wrap.step4.ing_80 .bar_box.active { animation:evtStep4_ing80 .8s linear; width:calc(31.25rem - (6.25rem*4) + (6.25rem*0.2)); }
.couponevent .sale_box .bar_wrap.step4.ing_80 .txt_balloon { animation:evtBalloon4_ing80 .8s linear; left:calc((6.25rem*4) - (6.25rem*0.2)); }
/* step 5 */
@keyframes evtStep5 {
    0% { width:31.25rem;}
    99% { width:0;}
    100% { padding:0; }
}
@keyframes evtStep5_ing20 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*5) + (6.25rem*0.8)); }
}
@keyframes evtStep5_ing40 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*5) + (6.25rem*0.6)); }
}
@keyframes evtStep5_ing60 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*5) + (6.25rem*0.4)); }
}
@keyframes evtStep5_ing80 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (6.25rem*5) + (6.25rem*0.2)); }
}
@keyframes evtBalloon5 {
    0% { left:0; }
    100% { left:calc((6.25rem*5) - 1rem);}
}
@keyframes evtBalloon5_ing20 {
    0% { left:0; }
    100% { left:calc((6.25rem*5) - (6.25rem*0.8)); }
}
@keyframes evtBalloon5_ing40 {
    0% { left:0; }
    100% { left:calc((6.25rem*5) - (6.25rem*0.6)); }
}
@keyframes evtBalloon5_ing60 {
    0% { left:0; }
    100% { left:calc((6.25rem*5) - (6.25rem*0.4)); }
}
@keyframes evtBalloon5_ing80 {
    0% { left:0; }
    100% { left:calc((6.25rem*5) - (6.25rem*0.2)); }
}
.couponevent .sale_box .bar_wrap.step5 .bar_box.active { animation:evtStep5 .9s linear; width:0; padding:0; }
.couponevent .sale_box .bar_wrap.step5 .txt_balloon { animation:evtBalloon5 .9s linear; left:calc((6.25rem*5) - 1rem); }
.couponevent .sale_box .bar_wrap.step5.ing_20 .bar_box.active { animation:evtStep5_ing20 .9s linear; width:calc(31.25rem - (6.25rem*5) + (6.25rem*0.8)); }
.couponevent .sale_box .bar_wrap.step5.ing_20 .txt_balloon { animation:evtBalloon5_ing20 .9s linear; left:calc((6.25rem*5) - (6.25rem*0.8)); }
.couponevent .sale_box .bar_wrap.step5.ing_40 .bar_box.active { animation:evtStep5_ing40 .9s linear; width:calc(31.25rem - (6.25rem*5) + (6.25rem*0.6)); }
.couponevent .sale_box .bar_wrap.step5.ing_40 .txt_balloon { animation:evtBalloon5_ing40 .9s linear; left:calc((6.25rem*5) - (6.25rem*0.6)); }
.couponevent .sale_box .bar_wrap.step5.ing_60 .bar_box.active { animation:evtStep5_ing60 .9s linear; width:calc(31.25rem - (6.25rem*5) + (6.25rem*0.4)); }
.couponevent .sale_box .bar_wrap.step5.ing_60 .txt_balloon { animation:evtBalloon5_ing60 .9s linear; left:calc((6.25rem*5) - (6.25rem*0.4)); }
.couponevent .sale_box .bar_wrap.step5.ing_80 .bar_box.active { animation:evtStep5_ing80 .9s linear; width:calc(31.25rem - (6.25rem*5) + (6.25rem*0.2)); }
.couponevent .sale_box .bar_wrap.step5.ing_80 .txt_balloon { animation:evtBalloon5_ing80 .9s linear; left:calc((6.25rem*5) - (6.25rem*0.2)); }
/* sold out */
.couponevent .sale_box .bar_wrap.soldout .bar_box.active { display:none; }
.couponevent .sale_box .bar_wrap.soldout .txt_balloon { left:50%; margin-left:-4.2rem; background: url(../images/icon_lc21new/mo_evt_coupon_txt_bg_02.png) no-repeat center center; background-size: 100%; }
.couponevent .sale_box .bar_wrap.soldout .bar_box:after { content: ''; position: absolute; width:14.4rem; height:9.3rem; background:url(../images/icon_lc21new/mo_evt_coupon_soldout.png) no-repeat center center; background-size:100%; left:50%; margin-left:-7.2rem; top:50%; margin-top:-5.0rem; }
.couponevent .sale_box .bar_wrap.soldout .sub_txt { padding-top:2.0rem; }
.couponevent .sale_box .txt_box {width:31.25rem; margin:0 auto; display:flex; justify-content: space-between; color:rgba(255, 255, 255, 0.52); }
.couponevent .sale_box .txt_box li { font-size:0.8rem; letter-spacing: 0; }
.couponevent .sale_box .txt_box li strong {font-family: 'Roboto'; font-size:.9rem; }
.ev_notice_list.blktype.blktype2 { background:#3E3B3B;}
.ev_notice_list.blktype.blktype2 > .tit { margin-bottom:.9rem; }
.ev_notice_list.blktype.blktype2 .list_txt { opacity: .8; }
.couponevent .poster_box .info_slide .movie-txt { width: 100%; }

/* 관람권 4개 기준 */
.couponevent .sale_box .num_4 .bar_box li {flex: 1 0 7.8125rem;}
/* step 1 */
@keyframes evtNum4Step1 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 7.8125rem); }
}
@keyframes evtNum4Step1_ing20 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 7.8125rem + (7.8125rem*0.8)); }
}
@keyframes evtNum4Step1_ing40 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 7.8125rem + (7.8125rem*0.6)); }
}
@keyframes evtNum4Step1_ing60 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 7.8125rem + (7.8125rem*0.4)); }
}
@keyframes evtNum4Step1_ing80 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 7.8125rem + (7.8125rem*0.2)); }
}
@keyframes evtNum4Balloon1 {
    0% { left:0; }
    100% { left:calc(7.8125rem);}
}
@keyframes evtNum4Balloon1_ing20 {
    0% { left:0; }
    100% { left:calc(7.8125rem - (7.8125rem*0.8)); }
}
@keyframes evtNum4Balloon1_ing40 {
    0% { left:0; }
    100% { left:calc(7.8125rem - (7.8125rem*0.6)); }
}
@keyframes evtNum4Balloon1_ing60 {
    0% { left:0; }
    100% { left:calc(7.8125rem - (7.8125rem*0.4)); }
}
@keyframes evtNum4Balloon1_ing80 {
    0% { left:0; }
    100% { left:calc(7.8125rem - (7.8125rem*0.2)); }
}
.couponevent .sale_box .bar_wrap.num_4.step1 .bar_box.active { animation:evtNum4Step1 .5s linear; width:calc(31.25rem - (7.8125rem)); }
.couponevent .sale_box .bar_wrap.num_4.step1 .txt_balloon { animation:evtNum4Balloon1 .5s linear; left:calc(7.8125rem); }
.couponevent .sale_box .bar_wrap.num_4.step1.ing_20 .bar_box.active { animation:evtNum4Step1_ing20 .5s linear; width:calc(31.25rem - 7.8125rem + (7.8125rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_4.step1.ing_20 .txt_balloon { animation:evtNum4Balloon1_ing20 .5s linear; left:calc(7.8125rem - (7.8125rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_4.step1.ing_40 .bar_box.active { animation:evtNum4Step1_ing40 .5s linear; width:calc(31.25rem - 7.8125rem + (7.8125rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_4.step1.ing_40 .txt_balloon { animation:evtNum4Balloon1_ing40 .5s linear; left:calc(7.8125rem - (7.8125rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_4.step1.ing_60 .bar_box.active { animation:evtNum4Step1_ing60 .5s linear; width:calc(31.25rem - 7.8125rem + (7.8125rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_4.step1.ing_60 .txt_balloon { animation:evtNum4Balloon1_ing60 .5s linear; left:calc(7.8125rem - (7.8125rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_4.step1.ing_80 .bar_box.active { animation:evtNum4Step1_ing80 .5s linear; width:calc(31.25rem - (7.8125rem) + (7.8125rem*0.2)); }
.couponevent .sale_box .bar_wrap.num_4.step1.ing_80 .txt_balloon { animation:evtNum4Balloon1_ing80 .5s linear; left:calc(7.8125rem - (7.8125rem*0.2)); }

/* step 2 */
@keyframes evtNum4Step2 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (7.8125rem*2)); }
}
@keyframes evtNum4Step2_ing20 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (7.8125rem*2) + (7.8125rem*0.8)); }
}
@keyframes evtNum4Step2_ing40 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (7.8125rem*2) + (7.8125rem*0.6)); }
}
@keyframes evtNum4Step2_ing60 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (7.8125rem*2) + (7.8125rem*0.4)); }
}
@keyframes evtNum4Step2_ing80 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (7.8125rem*2) + (7.8125rem*0.2)); }
}
@keyframes evtNum4Balloon2 {
    0% { left:0; }
    100% { left:calc(7.8125rem*2);}
}
@keyframes evtNum4Balloon2_ing20 {
    0% { left:0; }
    100% { left:calc((7.8125rem*2) - (7.8125rem*0.8)); }
}
@keyframes evtNum4Balloon2_ing40 {
    0% { left:0; }
    100% { left:calc((7.8125rem*2) - (7.8125rem*0.6)); }
}
@keyframes evtNum4Balloon2_ing60 {
    0% { left:0; }
    100% { left:calc((7.8125rem*2) - (7.8125rem*0.4)); }
}
@keyframes evtNum4Balloon2_ing80 {
    0% { left:0; }
    100% { left:calc((7.8125rem*2) - (7.8125rem*0.2)); }
}
.couponevent .sale_box .bar_wrap.num_4.step2 .bar_box.active { animation:evtNum4Step2 .6s linear; width:calc(31.25rem - (7.8125rem*2)); }
.couponevent .sale_box .bar_wrap.num_4.step2 .txt_balloon { animation:evtNum4Balloon2 .6s linear; left:calc(7.8125rem*2); }
.couponevent .sale_box .bar_wrap.num_4.step2.ing_20 .bar_box.active { animation:evtNum4Step2_ing20 .6s linear; width:calc(31.25rem - (7.8125rem*2) + (7.8125rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_4.step2.ing_20 .txt_balloon { animation:evtNum4Balloon2_ing20 .6s linear; left:calc((7.8125rem*2) - (7.8125rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_4.step2.ing_40 .bar_box.active { animation:evtNum4Step2_ing40 .6s linear; width:calc(31.25rem - (7.8125rem*2) + (7.8125rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_4.step2.ing_40 .txt_balloon { animation:evtNum4Balloon2_ing40 .6s linear; left:calc((7.8125rem*2) - (7.8125rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_4.step2.ing_60 .bar_box.active { animation:evtNum4Step2_ing60 .6s linear; width:calc(31.25rem - (7.8125rem*2) + (7.8125rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_4.step2.ing_60 .txt_balloon { animation:evtNum4Balloon2_ing60 .6s linear; left:calc((7.8125rem*2) - (7.8125rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_4.step2.ing_80 .bar_box.active { animation:evtNum4Step2_ing80 .6s linear; width:calc(31.25rem - (7.8125rem*2) + (7.8125rem*0.2)); }
.couponevent .sale_box .bar_wrap.num_4.step2.ing_80 .txt_balloon { animation:evtNum4Balloon2_ing80 .6s linear; left:calc((7.8125rem*2) - (7.8125rem*0.2)); }
/* step 3 */
@keyframes evtNum4Step3 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (7.8125rem*3)); }
}
@keyframes evtNum4Step3_ing20 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (7.8125rem*3) + (7.8125rem*0.8)); }
}
@keyframes evtNum4Step3_ing40 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (7.8125rem*3) + (7.8125rem*0.6)); }
}
@keyframes evtNum4Step3_ing60 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (7.8125rem*3) + (7.8125rem*0.4)); }
}
@keyframes evtNum4Step3_ing80 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (7.8125rem*3) + (7.8125rem*0.2)); }
}
@keyframes evtNum4Balloon3 {
    0% { left:0; }
    100% { left:calc(7.8125rem*3);}
}
@keyframes evtNum4Balloon3_ing20 {
    0% { left:0; }
    100% { left:calc((7.8125rem*3) - (7.8125rem*0.8)); }
}
@keyframes evtNum4Balloon3_ing40 {
    0% { left:0; }
    100% { left:calc((7.8125rem*3) - (7.8125rem*0.6)); }
}
@keyframes evtNum4Balloon3_ing60 {
    0% { left:0; }
    100% { left:calc((7.8125rem*3) - (7.8125rem*0.4)); }
}
@keyframes evtNum4Balloon3_ing80 {
    0% { left:0; }
    100% { left:calc((7.8125rem*3) - (7.8125rem*0.2)); }
}
.couponevent .sale_box .bar_wrap.num_4.step3 .bar_box.active { animation:evtNum4Step3 .7s linear; width:calc(31.25rem - (7.8125rem*3)); }
.couponevent .sale_box .bar_wrap.num_4.step3 .txt_balloon { animation:evtNum4Balloon3 .7s linear; left:calc(7.8125rem*3); }
.couponevent .sale_box .bar_wrap.num_4.step3.ing_20 .bar_box.active { animation:evtNum4Step3_ing20 .7s linear; width:calc(31.25rem - (7.8125rem*3) + (7.8125rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_4.step3.ing_20 .txt_balloon { animation:evtNum4Balloon3_ing20 .7s linear; left:calc((7.8125rem*3) - (7.8125rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_4.step3.ing_40 .bar_box.active { animation:evtNum4Step3_ing40 .7s linear; width:calc(31.25rem - (7.8125rem*3) + (7.8125rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_4.step3.ing_40 .txt_balloon { animation:evtNum4Balloon3_ing40 .7s linear; left:calc((7.8125rem*3) - (7.8125rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_4.step3.ing_60 .bar_box.active { animation:evtNum4Step3_ing60 .7s linear; width:calc(31.25rem - (7.8125rem*3) + (7.8125rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_4.step3.ing_60 .txt_balloon { animation:evtNum4Balloon3_ing60 .7s linear; left:calc((7.8125rem*3) - (7.8125rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_4.step3.ing_80 .bar_box.active { animation:evtNum4Step3_ing80 .7s linear; width:calc(31.25rem - (7.8125rem*3) + (7.8125rem*0.2)); }
.couponevent .sale_box .bar_wrap.num_4.step3.ing_80 .txt_balloon { animation:evtNum4Balloon3_ing80 .7s linear; left:calc((7.8125rem*3) - (7.8125rem*0.2)); }
/* step 4 */
@keyframes evtNum4Step4 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (7.8125rem*4)); }
}
@keyframes evtNum4Step4_ing20 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (7.8125rem*4) + (7.8125rem*0.8)); }
}
@keyframes evtNum4Step4_ing40 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (7.8125rem*4) + (7.8125rem*0.6)); }
}
@keyframes evtNum4Step4_ing60 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (7.8125rem*4) + (7.8125rem*0.4)); }
}
@keyframes evtNum4Step4_ing80 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (7.8125rem*4) + (7.8125rem*0.2)); }
}
@keyframes evtNum4Balloon4 {
    0% { left:0; }
    100% { left:calc((7.8125rem*4) - 1rem);}
}
@keyframes evtNum4Balloon4_ing20 {
    0% { left:0; }
    100% { left:calc((7.8125rem*4) - (7.8125rem*0.8)); }
}
@keyframes evtNum4Balloon4_ing40 {
    0% { left:0; }
    100% { left:calc((7.8125rem*4) - (7.8125rem*0.6)); }
}
@keyframes evtNum4Balloon4_ing60 {
    0% { left:0; }
    100% { left:calc((7.8125rem*4) - (7.8125rem*0.4)); }
}
@keyframes evtNum4Balloon4_ing80 {
    0% { left:0; }
    100% { left:calc((7.8125rem*4) - (7.8125rem*0.2)); }
}
.couponevent .sale_box .bar_wrap.num_4.step4 .bar_box.active { animation:evtNum4Step4 .8s linear; width: 0; padding: 0; }
.couponevent .sale_box .bar_wrap.num_4.step4 .txt_balloon { animation:evtNum4Balloon4 .8s linear; left:calc((7.8125rem*4) - 1rem); }
.couponevent .sale_box .bar_wrap.num_4.step4.ing_20 .bar_box.active { animation:evtNum4Step4_ing20 .8s linear; width:calc(31.25rem - (7.8125rem*4) + (7.8125rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_4.step4.ing_20 .txt_balloon { animation:evtNum4Balloon4_ing20 .8s linear; left:calc((7.8125rem*4) - (7.8125rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_4.step4.ing_40 .bar_box.active { animation:evtNum4Step4_ing40 .8s linear; width:calc(31.25rem - (7.8125rem*4) + (7.8125rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_4.step4.ing_40 .txt_balloon { animation:evtNum4Balloon4_ing40 .8s linear; left:calc((7.8125rem*4) - (7.8125rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_4.step4.ing_60 .bar_box.active { animation:evtNum4Step4_ing60 .8s linear; width:calc(31.25rem - (7.8125rem*4) + (7.8125rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_4.step4.ing_60 .txt_balloon { animation:evtNum4Balloon4_ing60 .8s linear; left:calc((7.8125rem*4) - (7.8125rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_4.step4.ing_80 .bar_box.active { animation:evtNum4Step4_ing80 .8s linear; width:calc(31.25rem - (7.8125rem*4) + (7.8125rem*0.2)); }
.couponevent .sale_box .bar_wrap.num_4.step4.ing_80 .txt_balloon { animation:evtNum4Balloon4_ing80 .8s linear; left:calc((7.8125rem*4) - (7.8125rem*0.2)); }

/* 관람권 3개 기준 */
.couponevent .sale_box .num_3 .bar_box li {flex: 1 0 10.416rem;}
/* step 1 */
@keyframes evtNum3Step1 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 10.416rem); }
}
@keyframes evtNum3Step1_ing20 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 10.416rem + (10.416rem*0.8)); }
}
@keyframes evtNum3Step1_ing40 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 10.416rem + (10.416rem*0.6)); }
}
@keyframes evtNum3Step1_ing60 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 10.416rem + (10.416rem*0.4)); }
}
@keyframes evtNum3Step1_ing80 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 10.416rem + (10.416rem*0.2)); }
}
@keyframes evtNum3Balloon1 {
    0% { left:0; }
    100% { left:calc(10.416rem);}
}
@keyframes evtNum3Balloon1_ing20 {
    0% { left:0; }
    100% { left:calc(10.416rem - (10.416rem*0.8)); }
}
@keyframes evtNum3Balloon1_ing40 {
    0% { left:0; }
    100% { left:calc(10.416rem - (10.416rem*0.6)); }
}
@keyframes evtNum3Balloon1_ing60 {
    0% { left:0; }
    100% { left:calc(10.416rem - (10.416rem*0.4)); }
}
@keyframes evtNum3Balloon1_ing80 {
    0% { left:0; }
    100% { left:calc(10.416rem - (10.416rem*0.2)); }
}
.couponevent .sale_box .bar_wrap.num_3.step1 .bar_box.active { animation:evtNum3Step1 .5s linear; width:calc(31.25rem - (10.416rem)); }
.couponevent .sale_box .bar_wrap.num_3.step1 .txt_balloon { animation:evtNum3Balloon1 .5s linear; left:calc(10.416rem); }
.couponevent .sale_box .bar_wrap.num_3.step1.ing_20 .bar_box.active { animation:evtNum3Step1_ing20 .5s linear; width:calc(31.25rem - 10.416rem + (10.416rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_3.step1.ing_20 .txt_balloon { animation:evtNum3Balloon1_ing20 .5s linear; left:calc(10.416rem - (10.416rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_3.step1.ing_40 .bar_box.active { animation:evtNum3Step1_ing40 .5s linear; width:calc(31.25rem - 10.416rem + (10.416rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_3.step1.ing_40 .txt_balloon { animation:evtNum3Balloon1_ing40 .5s linear; left:calc(10.416rem - (10.416rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_3.step1.ing_60 .bar_box.active { animation:evtNum3Step1_ing60 .5s linear; width:calc(31.25rem - 10.416rem + (10.416rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_3.step1.ing_60 .txt_balloon { animation:evtNum3Balloon1_ing60 .5s linear; left:calc(10.416rem - (10.416rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_3.step1.ing_80 .bar_box.active { animation:evtNum3Step1_ing80 .5s linear; width:calc(31.25rem - (10.416rem) + (10.416rem*0.2)); }
.couponevent .sale_box .bar_wrap.num_3.step1.ing_80 .txt_balloon { animation:evtNum3Balloon1_ing80 .5s linear; left:calc(10.416rem - (10.416rem*0.2)); }

/* step 2 */
@keyframes evtNum3Step2 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (10.416rem*2)); }
}
@keyframes evtNum3Step2_ing20 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (10.416rem*2) + (10.416rem*0.8)); }
}
@keyframes evtNum3Step2_ing40 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (10.416rem*2) + (10.416rem*0.6)); }
}
@keyframes evtNum3Step2_ing60 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (10.416rem*2) + (10.416rem*0.4)); }
}
@keyframes evtNum3Step2_ing80 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (10.416rem*2) + (10.416rem*0.2)); }
}
@keyframes evtNum3Balloon2 {
    0% { left:0; }
    100% { left:calc(10.416rem*2);}
}
@keyframes evtNum3Balloon2_ing20 {
    0% { left:0; }
    100% { left:calc((10.416rem*2) - (10.416rem*0.8)); }
}
@keyframes evtNum3Balloon2_ing40 {
    0% { left:0; }
    100% { left:calc((10.416rem*2) - (10.416rem*0.6)); }
}
@keyframes evtNum3Balloon2_ing60 {
    0% { left:0; }
    100% { left:calc((10.416rem*2) - (10.416rem*0.4)); }
}
@keyframes evtNum3Balloon2_ing80 {
    0% { left:0; }
    100% { left:calc((10.416rem*2) - (10.416rem*0.2)); }
}
.couponevent .sale_box .bar_wrap.num_3.step2 .bar_box.active { animation:evtNum3Step2 .6s linear; width:calc(31.25rem - (10.416rem*2)); }
.couponevent .sale_box .bar_wrap.num_3.step2 .txt_balloon { animation:evtNum3Balloon2 .6s linear; left:calc(10.416rem*2); }
.couponevent .sale_box .bar_wrap.num_3.step2.ing_20 .bar_box.active { animation:evtNum3Step2_ing20 .6s linear; width:calc(31.25rem - (10.416rem*2) + (10.416rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_3.step2.ing_20 .txt_balloon { animation:evtNum3Balloon2_ing20 .6s linear; left:calc((10.416rem*2) - (10.416rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_3.step2.ing_40 .bar_box.active { animation:evtNum3Step2_ing40 .6s linear; width:calc(31.25rem - (10.416rem*2) + (10.416rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_3.step2.ing_40 .txt_balloon { animation:evtNum3Balloon2_ing40 .6s linear; left:calc((10.416rem*2) - (10.416rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_3.step2.ing_60 .bar_box.active { animation:evtNum3Step2_ing60 .6s linear; width:calc(31.25rem - (10.416rem*2) + (10.416rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_3.step2.ing_60 .txt_balloon { animation:evtNum3Balloon2_ing60 .6s linear; left:calc((10.416rem*2) - (10.416rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_3.step2.ing_80 .bar_box.active { animation:evtNum3Step2_ing80 .6s linear; width:calc(31.25rem - (10.416rem*2) + (10.416rem*0.2)); }
.couponevent .sale_box .bar_wrap.num_3.step2.ing_80 .txt_balloon { animation:evtNum3Balloon2_ing80 .6s linear; left:calc((10.416rem*2) - (10.416rem*0.2)); }
/* step 3 */
@keyframes evtNum3Step3 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (10.416rem*3)); }
}
@keyframes evtNum3Step3_ing20 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (10.416rem*3) + (10.416rem*0.8)); }
}
@keyframes evtNum3Step3_ing40 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (10.416rem*3) + (10.416rem*0.6)); }
}
@keyframes evtNum3Step3_ing60 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (10.416rem*3) + (10.416rem*0.4)); }
}
@keyframes evtNum3Step3_ing80 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (10.416rem*3) + (10.416rem*0.2)); }
}
@keyframes evtNum3Balloon3 {
    0% { left:0; }
    100% { left:calc((10.416rem*3) - 1rem);}
}
@keyframes evtNum3Balloon3_ing20 {
    0% { left:0; }
    100% { left:calc((10.416rem*3) - (10.416rem*0.8)); }
}
@keyframes evtNum3Balloon3_ing40 {
    0% { left:0; }
    100% { left:calc((10.416rem*3) - (10.416rem*0.6)); }
}
@keyframes evtNum3Balloon3_ing60 {
    0% { left:0; }
    100% { left:calc((10.416rem*3) - (10.416rem*0.4)); }
}
@keyframes evtNum3Balloon3_ing80 {
    0% { left:0; }
    100% { left:calc((10.416rem*3) - (10.416rem*0.2)); }
}
.couponevent .sale_box .bar_wrap.num_3.step3 .bar_box.active { animation:evtNum3Step3 .7s linear; width:0; padding:0; }
.couponevent .sale_box .bar_wrap.num_3.step3 .txt_balloon { animation:evtNum3Balloon3 .7s linear; left:calc((10.416rem*3) - 1rem); }
.couponevent .sale_box .bar_wrap.num_3.step3.ing_20 .bar_box.active { animation:evtNum3Step3_ing20 .7s linear; width:calc(31.25rem - (10.416rem*3) + (10.416rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_3.step3.ing_20 .txt_balloon { animation:evtNum3Balloon3_ing20 .7s linear; left:calc((10.416rem*3) - (10.416rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_3.step3.ing_40 .bar_box.active { animation:evtNum3Step3_ing40 .7s linear; width:calc(31.25rem - (10.416rem*3) + (10.416rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_3.step3.ing_40 .txt_balloon { animation:evtNum3Balloon3_ing40 .7s linear; left:calc((10.416rem*3) - (10.416rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_3.step3.ing_60 .bar_box.active { animation:evtNum3Step3_ing60 .7s linear; width:calc(31.25rem - (10.416rem*3) + (10.416rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_3.step3.ing_60 .txt_balloon { animation:evtNum3Balloon3_ing60 .7s linear; left:calc((10.416rem*3) - (10.416rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_3.step3.ing_80 .bar_box.active { animation:evtNum3Step3_ing80 .7s linear; width:calc(31.25rem - (10.416rem*3) + (10.416rem*0.2)); }
.couponevent .sale_box .bar_wrap.num_3.step3.ing_80 .txt_balloon { animation:evtNum3Balloon3_ing80 .7s linear; left:calc((10.416rem*3) - (10.416rem*0.2)); }

/* 관람권 2개 기준 */
.couponevent .sale_box .num_2 .bar_box li {flex: 1 0 15.625rem;}
/* step 1 */
@keyframes evtNum2Step1 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 15.625rem); }
}
@keyframes evtNum2Step1_ing20 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 15.625rem + (15.625rem*0.8)); }
}
@keyframes evtNum2Step1_ing40 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 15.625rem + (15.625rem*0.6)); }
}
@keyframes evtNum2Step1_ing60 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 15.625rem + (15.625rem*0.4)); }
}
@keyframes evtNum2Step1_ing80 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 15.625rem + (15.625rem*0.2)); }
}
@keyframes evtNum2Balloon1 {
    0% { left:0; }
    100% { left:calc(15.625rem);}
}
@keyframes evtNum2Balloon1_ing20 {
    0% { left:0; }
    100% { left:calc(15.625rem - (15.625rem*0.8)); }
}
@keyframes evtNum2Balloon1_ing40 {
    0% { left:0; }
    100% { left:calc(15.625rem - (15.625rem*0.6)); }
}
@keyframes evtNum2Balloon1_ing60 {
    0% { left:0; }
    100% { left:calc(15.625rem - (15.625rem*0.4)); }
}
@keyframes evtNum2Balloon1_ing80 {
    0% { left:0; }
    100% { left:calc(15.625rem - (15.625rem*0.2)); }
}
.couponevent .sale_box .bar_wrap.num_2.step1 .bar_box.active { animation:evtNum2Step1 .5s linear; width:calc(31.25rem - (15.625rem)); }
.couponevent .sale_box .bar_wrap.num_2.step1 .txt_balloon { animation:evtNum2Balloon1 .5s linear; left:calc(15.625rem); }
.couponevent .sale_box .bar_wrap.num_2.step1.ing_20 .bar_box.active { animation:evtNum2Step1_ing20 .5s linear; width:calc(31.25rem - 15.625rem + (15.625rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_2.step1.ing_20 .txt_balloon { animation:evtNum2Balloon1_ing20 .5s linear; left:calc(15.625rem - (15.625rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_2.step1.ing_40 .bar_box.active { animation:evtNum2Step1_ing40 .5s linear; width:calc(31.25rem - 15.625rem + (15.625rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_2.step1.ing_40 .txt_balloon { animation:evtNum2Balloon1_ing40 .5s linear; left:calc(15.625rem - (15.625rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_2.step1.ing_60 .bar_box.active { animation:evtNum2Step1_ing60 .5s linear; width:calc(31.25rem - 15.625rem + (15.625rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_2.step1.ing_60 .txt_balloon { animation:evtNum2Balloon1_ing60 .5s linear; left:calc(15.625rem - (15.625rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_2.step1.ing_80 .bar_box.active { animation:evtNum2Step1_ing80 .5s linear; width:calc(31.25rem - (15.625rem) + (15.625rem*0.2)); }
.couponevent .sale_box .bar_wrap.num_2.step1.ing_80 .txt_balloon { animation:evtNum2Balloon1_ing80 .5s linear; left:calc(15.625rem - (15.625rem*0.2)); }
/* step 2 */
@keyframes evtNum2Step2 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (15.625rem*2)); }
}
@keyframes evtNum2Step2_ing20 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (15.625rem*2) + (15.625rem*0.8)); }
}
@keyframes evtNum2Step2_ing40 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (15.625rem*2) + (15.625rem*0.6)); }
}
@keyframes evtNum2Step2_ing60 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (15.625rem*2) + (15.625rem*0.4)); }
}
@keyframes evtNum2Step2_ing80 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - (15.625rem*2) + (15.625rem*0.2)); }
}
@keyframes evtNum2Balloon2 {
    0% { left:0; }
    100% { left:calc((15.625rem*2) - 1rem);}
}
@keyframes evtNum2Balloon2_ing20 {
    0% { left:0; }
    100% { left:calc((15.625rem*2) - (15.625rem*0.8)); }
}
@keyframes evtNum2Balloon2_ing40 {
    0% { left:0; }
    100% { left:calc((15.625rem*2) - (15.625rem*0.6)); }
}
@keyframes evtNum2Balloon2_ing60 {
    0% { left:0; }
    100% { left:calc((15.625rem*2) - (15.625rem*0.4)); }
}
@keyframes evtNum2Balloon2_ing80 {
    0% { left:0; }
    100% { left:calc((15.625rem*2) - (15.625rem*0.2)); }
}
.couponevent .sale_box .bar_wrap.num_2.step2 .bar_box.active { animation:evtNum2Step2 .6s linear; width:0; padding:0; }
.couponevent .sale_box .bar_wrap.num_2.step2 .txt_balloon { animation:evtNum2Balloon2 .6s linear; left:calc((15.625rem*2) - 1rem); }
.couponevent .sale_box .bar_wrap.num_2.step2.ing_20 .bar_box.active { animation:evtNum2Step2_ing20 .6s linear; width:calc(31.25rem - (15.625rem*2) + (15.625rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_2.step2.ing_20 .txt_balloon { animation:evtNum2Balloon2_ing20 .6s linear; left:calc((15.625rem*2) - (15.625rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_2.step2.ing_40 .bar_box.active { animation:evtNum2Step2_ing40 .6s linear; width:calc(31.25rem - (15.625rem*2) + (15.625rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_2.step2.ing_40 .txt_balloon { animation:evtNum2Balloon2_ing40 .6s linear; left:calc((15.625rem*2) - (15.625rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_2.step2.ing_60 .bar_box.active { animation:evtNum2Step2_ing60 .6s linear; width:calc(31.25rem - (15.625rem*2) + (15.625rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_2.step2.ing_60 .txt_balloon { animation:evtNum2Balloon2_ing60 .6s linear; left:calc((15.625rem*2) - (15.625rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_2.step2.ing_80 .bar_box.active { animation:evtNum2Step2_ing80 .6s linear; width:calc(31.25rem - (15.625rem*2) + (15.625rem*0.2)); }
.couponevent .sale_box .bar_wrap.num_2.step2.ing_80 .txt_balloon { animation:evtNum2Balloon2_ing80 .6s linear; left:calc((15.625rem*2) - (15.625rem*0.2)); }

/* 관람권 1개 기준 */
.couponevent .sale_box .num_1 .bar_box li {flex: 1 0 31.25rem;}
/* step 1 */
@keyframes evtNum1Step1 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 31.25rem); }
}
@keyframes evtNum1Step1_ing20 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 31.25rem + (31.25rem*0.8)); }
}
@keyframes evtNum1Step1_ing40 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 31.25rem + (31.25rem*0.6)); }
}
@keyframes evtNum1Step1_ing60 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 31.25rem + (31.25rem*0.4)); }
}
@keyframes evtNum1Step1_ing80 {
    0% { width:31.25rem; }
    100% { width:calc(31.25rem - 31.25rem + (31.25rem*0.2)); }
}
@keyframes evtNum1Balloon1 {
    0% { left:0; }
    100% { left:calc(31.25rem - 1rem);}
}
@keyframes evtNum1Balloon1_ing20 {
    0% { left:0; }
    100% { left:calc(31.25rem - (31.25rem*0.8)); }
}
@keyframes evtNum1Balloon1_ing40 {
    0% { left:0; }
    100% { left:calc(31.25rem - (31.25rem*0.6)); }
}
@keyframes evtNum1Balloon1_ing60 {
    0% { left:0; }
    100% { left:calc(31.25rem - (31.25rem*0.4)); }
}
@keyframes evtNum1Balloon1_ing80 {
    0% { left:0; }
    100% { left:calc(31.25rem - (31.25rem*0.2)); }
}
.couponevent .sale_box .bar_wrap.num_1.step1 .bar_box.active { animation:evtNum1Step1 .5s linear; width:0; padding:0 }
.couponevent .sale_box .bar_wrap.num_1.step1 .txt_balloon { animation:evtNum1Balloon1 .5s linear; left:calc(31.25rem - 1rem); }
.couponevent .sale_box .bar_wrap.num_1.step1.ing_20 .bar_box.active { animation:evtNum1Step1_ing20 .5s linear; width:calc(31.25rem - 31.25rem + (31.25rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_1.step1.ing_20 .txt_balloon { animation:evtNum1Balloon1_ing20 .5s linear; left:calc(31.25rem - (31.25rem*0.8)); }
.couponevent .sale_box .bar_wrap.num_1.step1.ing_40 .bar_box.active { animation:evtNum1Step1_ing40 .5s linear; width:calc(31.25rem - 31.25rem + (31.25rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_1.step1.ing_40 .txt_balloon { animation:evtNum1Balloon1_ing40 .5s linear; left:calc(31.25rem - (31.25rem*0.6)); }
.couponevent .sale_box .bar_wrap.num_1.step1.ing_60 .bar_box.active { animation:evtNum1Step1_ing60 .5s linear; width:calc(31.25rem - 31.25rem + (31.25rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_1.step1.ing_60 .txt_balloon { animation:evtNum1Balloon1_ing60 .5s linear; left:calc(31.25rem - (31.25rem*0.4)); }
.couponevent .sale_box .bar_wrap.num_1.step1.ing_80 .bar_box.active { animation:evtNum1Step1_ing80 .5s linear; width:calc(31.25rem - (31.25rem) + (31.25rem*0.2)); }
.couponevent .sale_box .bar_wrap.num_1.step1.ing_80 .txt_balloon { animation:evtNum1Balloon1_ing80 .5s linear; left:calc(31.25rem - (31.25rem*0.2)); }



/* 다운로드 프로세스 개선 : 눈치쿠폰 수정 2021.10.22 */
.couponevent .sale_box.type2 { background:#19171a url('../images/icon_lc21new/mo_evt_coupon_movie_bg2.png') no-repeat center top; background-size: 100%; padding-bottom:5.8rem; }
.couponevent .sale_box.type2 h2 {padding: 0 0 1.5rem; width:auto}
/* 영잘알 이미지여백 수정 */
.movieokquiz .quiztopimg {margin-bottom: -1px;}
/* 정보보호수준진단 개선 : 눈치쿠폰2단계 진행 유의사항 추가 2022.01.24 */
.ev_notice_list.blktype.blktype2 .admin_txt {margin-top: 0; padding: 0; background-color: transparent; color: #D5D5D5; word-break: keep-all; opacity: .8;}
.box_psinfocollectagree.type2 {padding-bottom: 20px; background: #3E3B3B;color: #D5D5D5;}
.box_psinfocollectagree.type2 .link {color: #D5D5D5; opacity: .8;}
/* 정보보호수준진단 개선 : 영잘알 2단계진행2 유의사항 추가 2022.01.24 */
.ev_notice_list.blktype .admin_txt {margin-top: 0; padding: 0; background-color: transparent; line-height: 24px; color: #D5D5D5; word-break: keep-all; opacity: .8;}
.box_psinfocollectagree.type1 {padding-bottom: 20px; background: #333;color: #D5D5D5;}
.box_psinfocollectagree.type1 .link {color: #e7e7e7; opacity: .8;}

/****************************** 
* 탭 메뉴 밑줄 이동액션 2022 
*******************************/
.area__movingbar .tab_tit {overflow:hidden}
/* .area__movingbar .tab_tit > ul > li > a.active, .area__movingbar .tab_tit > ul > li > button.active, .area__movingbar .tab_tit > ul > li > strong,
.layer_content .area__movingbar .tab_tit > ul > li > a.active, .layer_content .area__movingbar .tab_tit > ul > li > button.active, .layer_content .area__movingbar .tab_tit > ul > li > strong {border-bottom:0}
.area__movingbar .tab_tit > ul > li > a.active,
.area__movingbar .tab_tit .nav_underline,
.layer_content .area__movingbar .tab_tit.case2 > ul > li > a.active,
.layer_content .tab_wrap.area__movingbar .tab_tit.case2 > ul > li > a.active {transition: all .3s ease-in-out;} */
/* 탭 밑줄 이동 : 영화관별 예매 */
.area__movingbar.litype2 .tab_tit.case2 .wrap_nav_underline {position: absolute; top: 100%; left:50%; margin-left: -17.0rem; width: 100%; height:2px; margin-top: -2px;}
.area__movingbar.litype2 .tab_tit.case2 .nav_underline {position: absolute; left: 0; bottom: 0; width: 17.0rem; height: 2px; background: #111; transition: all .3s ease-in-out;} 
.area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: 0;}
.area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 17.0rem;}
/* 탭 밑줄 이동 : 영화별 예매 */
.area__movingbar.litype2 .tab_tit.case2 .wrap_nav_underline {position: absolute; top: 100%; left:50%; margin-left: -17.0rem; width: 100%; height:2px; margin-top: -2px;}
.area__movingbar.litype2 .tab_tit.case2 .nav_underline {position: absolute; left: 0rem; bottom: 0; width: 17.5rem; height: 2px; background: #111; transition: all .3s ease-in-out;} 
.area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: 0rem;}
.area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 17.0rem;}
/* 탭 밑줄 이동 : 영화 상세 */
.area__movingbar.litype2 .tab_tit.case2 .wrap_nav_underline {position: absolute; top: 100%; left:50%; margin-left: -17.0rem; width: 100%; height:2px; margin-top: -2px;}
.area__movingbar.litype2 .tab_tit.case2 .nav_underline {position: absolute; left: 0; bottom: 0; width: 17.0rem; height: 2px; background: #111; transition: all .3s ease-in-out;} 
.area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: 0;}
.area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 17.0rem;}
/* 탭 밑줄 이동 : 멤버십 */
.area__movingbar.litype2 .tab_tit.case2 .wrap_nav_underline {position: absolute; top: 100%; left:50%; margin-left: -17.0rem; width: 100%; height:2px; margin-top: -2px;}
.area__movingbar.litype2 .tab_tit.case2 .nav_underline {position: absolute; left: 0; bottom: 0; width: 17.0rem; height: 2px; background: #111; transition: all .3s ease-in-out;} 
.area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: 0;}
.area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 17.0rem;}
/* 탭 밑줄 이동 : 마이페이지 쿠폰등록 */
.area__movingbar.litype2 .tab_tit.case2 .wrap_nav_underline {position: absolute; top: 100%; left:50%; margin-left: -17.0rem; width: 100%; height:2px; margin-top: -2px;}
.area__movingbar.litype2 .tab_tit.case2 .nav_underline {position: absolute; left: 0; bottom: 0; width: 17.0rem; height: 2px; background: #111; transition: all .3s ease-in-out;} 
.area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: 0;}
.area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 17.0rem;}
/* 탭 밑줄 이동 : MY무비로그 */
.area__movingbar.litype2 .tab_tit.case2 .wrap_nav_underline {position: absolute; top: 100%; left:50%; margin-left: -17.0rem; width: 100%; height:2px; margin-top: -2px;}
.area__movingbar.litype2 .tab_tit.case2 .nav_underline {position: absolute; left: 0; bottom: 0; width: 17.0rem; height: 2px; background: #111; transition: all .3s ease-in-out;} 
.area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: 0;}
.area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 17.0rem;}
/* 탭 밑줄 이동 레이어팝업 : 스토어상세 - 사용가능 영화관 layer 팝업 */
.layer_content .area__movingbar.litype2 .tab_tit.case2 .wrap_nav_underline {position: absolute; top: 100%; left:50%; margin-left: -15.4rem; width: 100%; height:2px; margin-top: -2px;}
.layer_content .area__movingbar.litype2 .tab_tit.case2 .nav_underline {position: absolute; left: 0; bottom: 0; width: 15.4rem; height: 2px; background: #111; transition: all .3s ease-in-out;} 
.layer_content .area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: 0;}
.layer_content .area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 15.4rem;}
/* 탭 밑줄 이동 : 마이페이지 쿠폰등록 layer 팝업 */
.layer_content .tab_wrap.area__movingbar .tab_tit.case2 .wrap_nav_underline {position: absolute; top: 100%; left:50%; margin-left: -13.5rem; width: 100%; height:2px; margin-top: -2px;}
.layer_content .tab_wrap.area__movingbar .tab_tit.case2 .nav_underline {position: absolute; left: 0; bottom: 0; width: 13.5rem; height: 2px; background: #111; transition: all .3s ease-in-out;} 
.layer_content .tab_wrap.area__movingbar .tab_tit.case2 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: 0;}
.layer_content .tab_wrap.area__movingbar .tab_tit.case2 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 13.5rem;}
/* 탭 밑줄 이동 : 마이페이지 쿠폰등록 Full layer 팝업 */
.full_layer_wrap .layer_content .tab_wrap.area__movingbar .tab_tit.case2 .wrap_nav_underline {position: absolute; top: 100%; left:50%; margin-left: -17.0rem; width: 100%; height:2px; margin-top: -2px;}
.full_layer_wrap .layer_content .tab_wrap.area__movingbar .tab_tit.case2 .nav_underline {position: absolute; left: 0; bottom: 0; width: 17.0rem; height: 2px; background: #111; transition: all .3s ease-in-out;} 
.full_layer_wrap .layer_content .tab_wrap.area__movingbar .tab_tit.case2 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: 0;}
.full_layer_wrap .layer_content .tab_wrap.area__movingbar .tab_tit.case2 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 17.0rem;}
/* 탭 밑줄 이동 : 메인 - 알림함 */
.area__movingbar.litype3 .tab_tit.case3 .wrap_nav_underline {position: absolute; top: 100%; left:50%; margin-left: -17.0rem; width: 100%; height:2px; margin-top: -2px;}
.area__movingbar.litype3 .tab_tit.case3 .nav_underline {position: absolute; left: 0; bottom: 0; width: 11.5rem; height: 2px; background: #111; transition: all .3s ease-in-out;} 
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: 0;}
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 11.5rem;}
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(3).active ~ .wrap_nav_underline .nav_underline {left: 23.0rem;}
/* 탭 밑줄 이동 : 영화관 상세 일반관 */
.area__movingbar.litype3 .tab_tit.case3 .wrap_nav_underline {position: absolute; top: 100%; left:50%; margin-left: -17.5rem; width: 100%; height:2px; margin-top: -2px;}
.area__movingbar.litype3 .tab_tit.case3 .nav_underline {position: absolute; left: 0; bottom: 0; width: 11.5rem; height: 2px; background: #111; transition: all .3s ease-in-out;} 
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: 0;}
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 11.5rem;}
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(3).active ~ .wrap_nav_underline .nav_underline {left: 23.0rem;}
/* 탭 밑줄 이동 : 마이페이지 - 쿠폰함 */
.area__movingbar.litype3 .tab_tit.case3 .wrap_nav_underline {position: absolute; top: 100%; left:50%; margin-left: -17.0rem; width: 100%; height:2px; margin-top: -2px;}
.area__movingbar.litype3 .tab_tit.case3 .nav_underline {position: absolute; left: 0; bottom: 0; width: 11.5rem; height: 2px; background: #111; transition: all .3s ease-in-out;} 
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: 0;}
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 11.5rem;}
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(3).active ~ .wrap_nav_underline .nav_underline {left: 23.0rem;}
/* 탭 밑줄 이동 : 마이페이지 - 결제내역 */
.area__movingbar.litype3 .tab_tit.case3 .wrap_nav_underline {position: absolute; top: 100%; left:50%; margin-left: -17.0rem; width: 100%; height:2px; margin-top: -2px;}
.area__movingbar.litype3 .tab_tit.case3 .nav_underline {position: absolute; left: 0; bottom: 0; width: 11.5rem; height: 2px; background: #111; transition: all .3s ease-in-out;} 
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: 0;}
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 11.5rem;}
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(3).active ~ .wrap_nav_underline .nav_underline {left: 23.0rem;}
/* 탭 밑줄 이동 : MY 스탬프 */
.area__movingbar.litype3 .tab_tit.case3 .wrap_nav_underline {position: absolute; top: 100%; left:50%; margin-left: -17.0rem; width: 100%; height:2px; margin-top: -2px;}
.area__movingbar.litype3 .tab_tit.case3 .nav_underline {position: absolute; left: 0; bottom: 0; width: 11.5rem; height: 2px; background: #111; transition: all .3s ease-in-out;} 
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: 0;}
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 11.5rem;}
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(3).active ~ .wrap_nav_underline .nav_underline {left: 23.0rem;}
/* 탭 밑줄 이동 : 할인안내 */
.area__movingbar.litype4 .tab_tit.case4 .wrap_nav_underline {position: absolute; top: 100%; left:50%; margin-left: -17.0rem; width: 100%; height:2px; margin-top: -2px;}
.area__movingbar.litype4 .tab_tit.case4 .nav_underline {position: absolute; left: -0.3rem; bottom: 0; width: 8.5rem; height: 2px; background: #111; transition: all .3s ease-in-out;} 
.area__movingbar.litype4 .tab_tit.case4 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: -0.3rem;}
.area__movingbar.litype4 .tab_tit.case4 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 8.5rem;}
.area__movingbar.litype4 .tab_tit.case4 > ul > li:nth-child(3).active ~ .wrap_nav_underline .nav_underline {left: 17.0rem;}
.area__movingbar.litype4 .tab_tit.case4 > ul > li:nth-child(4).active ~ .wrap_nav_underline .nav_underline {left: 25.5rem;}

/* 탭 메뉴 Update 2023.7 */
.area__movingbar.litype2 .tab_tit.case2 .wrap_nav_underline,
.area__movingbar.litype3 .tab_tit.case3 .wrap_nav_underline,
.area__movingbar.litype4 .tab_tit.case4 .wrap_nav_underline,
.full_layer_wrap .layer_content .tab_wrap.area__movingbar .tab_tit.case2 .wrap_nav_underline,
.layer_content .tab_wrap.area__movingbar .tab_tit.case2 .wrap_nav_underline {left: auto; margin-left: auto; }
.content.darktype .tab_wrap .tab_tit > ul.actionmovingbar > li > a.active {border-bottom: 0; margin-bottom: 2px;}
.area__movingbar.litype2 .tab_tit.case2 > ul > li > a.active,
.area__movingbar.litype3 .tab_tit.case3 > ul > li > a.active,
.area__movingbar.litype4 .tab_tit.case4 > ul > li > a.active {border-bottom: 0}

/* 탭 메뉴2 */
.area__movingbar.litype2 .tab_tit.case2 .nav_underline,
.full_layer_wrap .layer_content .tab_wrap.area__movingbar .tab_tit.case2 .nav_underline {width: calc(50% - 14px);}
.area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline,
.full_layer_wrap .layer_content .tab_wrap.area__movingbar .tab_tit.case2 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: calc(50% - 14px);}
/* 탭 메뉴3 */
.area__movingbar.litype3 .tab_tit.case3 .nav_underline {width: calc(33.3333% - 8px);}
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {width: calc(33.3333% - 10px);}
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: calc(33.3333% - 8px); width: calc(33.3333% - 10px);}
.area__movingbar.litype3 .tab_tit.case3 > ul > li:nth-child(3).active ~ .wrap_nav_underline .nav_underline {left: calc(66% - 16px); width: calc(33.3333% - 10px);}
/* 탭 메뉴4 */
.area__movingbar.litype4 .tab_tit.case4 .nav_underline,
.area__movingbar.litype4 .tab_tit.case4 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {left: 0; width: calc(25% - 7px)}
.area__movingbar.litype4 .tab_tit.case4 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: calc(25% - 7px);}
.area__movingbar.litype4 .tab_tit.case4 > ul > li:nth-child(3).active ~ .wrap_nav_underline .nav_underline {left: calc(50% - 14px);}
.area__movingbar.litype4 .tab_tit.case4 > ul > li:nth-child(4).active ~ .wrap_nav_underline .nav_underline {left: calc(75% - 21px);}

/* 레이어팝업 탭 메뉴2 */
.layer_content .area__movingbar.litype2 .tab_tit.case2 .wrap_nav_underline {margin-left: calc(100% - 60%);left: calc(100% - 140%);}
.layer_content .area__movingbar.litype2 .tab_tit.case2 .wrap_nav_underline .nav_underline,
.layer_content .area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(1).active ~ .wrap_nav_underline .nav_underline {width: calc(50% - 15px); left: 15px}
.layer_content .area__movingbar.litype2 .tab_tit.case2 > ul > li:nth-child(2).active ~ .wrap_nav_underline .nav_underline {left: 50%;}


/* 영화 상세 : 앱트렌드뷰 배너영역 */
.box_banner_apptrendview {position: relative; margin: 0 18px 30px;}
.box_banner_apptrendview .info {position: absolute; top: 15px; left: 18px; font-size: 1.5rem; color: #cda3bb;}
.box_banner_apptrendview .info .name {font-weight: 600; color: #fff}


