@charset "utf-8";

/* form ========================================================================================= */
.ip_check {position:relative; padding-left:24px; height:20px; line-height:19px; vertical-align:middle;}
.ip_check input[type="checkbox"] {position:absolute; top:0; left:0; width:20px; height:20px; background:url('../../Content/images/common/ico_radio3_off.svg') no-repeat 0 0; background-size:20px 20px; vertical-align:middle; border:none 0}
.ip_check input[type="checkbox"]:checked {background:url('../../Content/images/common/ico_radio3_on.svg') no-repeat 0 0; background-size:20px 20px;}
.ip_check input[type="checkbox"]+label {font-size:1.3rem;}
.ip_check input[type="checkbox"]+label strong {font-weight:bold;}
.ip_check.type2 input[type="checkbox"] {background:url('../../Content/images/common/mo_icon_radio2.svg') no-repeat 0 0;}
.ip_check.type2 input[type="checkbox"]:checked,
.ip_check.type2 input[type="checkbox"][checked="checked"] {background:url('../../Content/images/common/mo_icon_radio2_on.svg') no-repeat 0 0;}
.ip_radio {position:relative; margin-left:6px; padding-left:25px; font-size:1.3rem; vertical-align:top;}
.ip_radio:first-child {margin-left:0;}
.ip_radio input[type="radio"] {display:inline-block; position:absolute; top:0; left:0; width:20px; height:20px; background:url('../../Content/images/common/ico_radio2.svg') no-repeat 0 0; vertical-align:middle; border:none 0}
.ip_radio.type2 input[type="radio"] {background:url('../../Content/images/common/mo_icon_radio2.svg') no-repeat 0 0;}
.ip_radio input[type="radio"]:checked,
.ip_radio input[type="radio"][checked="checked"] {background:url('../../Content/images/common/ico_radio2_on.svg') no-repeat 0 0;}
.ip_radio.type2 input[type="radio"]:checked,
.ip_radio.type2 input[type="radio"][checked="checked"] {background:url('../../Content/images/common/mo_icon_radio2_on.svg') no-repeat 0 0;}
.ip_txt{width:100%;margin-bottom:10px}.ip_txt input{line-height:45px;box-sizing:border-box;width:100%;height:45px;padding-left:15px;padding-right:15px;border:1px solid #ddd;border-radius:4px;background:#f8f8f8;color:#000;transition:border-color .3s}.ip_txt input:-moz-read-only{color:#666}.ip_txt input:read-only{color:#666}.ip_txt input:disabled{background-color:#f5f5f5;color:#666}.ip_txt input:focus{border-color:#000}.ip_txt:last-child{margin-bottom:0}
 /* input box */
.bx_inp_type {display:flex;}
.bx_inp_type > .ip_txt {position:relative;}
.bx_inp_type > .ip_txt > .ic_phone {position:absolute; top:0; right:0; border:0; background-color:#F5F5F5;}
.bx_inp_type > .ic_qr {flex:0 0 45px; margin-left:10px; height:45px; font-size:0; border:1px solid #ddd; border-radius:4px; background:url('../../Content/images/icon/ic_camera.svg') no-repeat center center; background-size:26px 24px; box-sizing:border-box;}
.bx_inp_type > .ic_phone {flex:0 0 50px; margin-left:10px;}
.bx_inp_type > .btn_type1_5 {flex:0 0 65px; margin-left:10px; padding:0;}
.bx_inp_type > .btn_type4 {flex:0 0 100px; margin-left:10px;}
.bx_inp_type .btn_type4 {font-size:1.3rem;}
.bx_inp_type.dual {display:flex;}
.bx_inp_type.dual .ip_txt {margin-bottom:0; width:50%;}
.bx_inp_type.dual .ip_txt:nth-child(2) {position:relative; margin-left:20px;}
.bx_inp_type.dual .ip_txt:nth-child(2)::before {position:absolute; left:-11px; top:50%; transform:translateY(-50%); content:"/"; font-size:1.4rem; font-family:'Roboto';}
/* riadio check */
.ip_radio_chk {position:relative; padding-left:29px; height:20px; line-height:19px; vertical-align:middle;}
.ip_radio_chk input {position:absolute; top:0; left:0; width:20px; height:20px; background:url('../../Content/images/common/ico_radio3_off.svg') no-repeat 0 0; background-size:20px 20px; vertical-align:middle; border:none 0}
.ip_radio_chk input:checked {background:url('../../Content/images/common/ico_radio3_on.svg') no-repeat 0 0; background-size:20px 20px;}
.ip_radio_chk input+label {font-size:1.3rem;}
/* fieldset_wrap */
.fieldset_wrap {padding:24px 18px 30px;}
.fieldset_wrap.bdr {border-bottom:5px solid #EEE;}
.fieldset_wrap > .flex_btn {margin-bottom:0;}
.fieldset_wrap .fieldset_box {margin-top:30px; padding:0;}
.fieldset_wrap .fieldset_box:first-child {margin-top:0;}
.fieldset_box {padding:24px 18px 30px;}
.fieldset_box .tit {margin-bottom:10px; color:#000; font-size:1.5rem;}
.fieldset_box .tit_area {display:flex; justify-content:space-between; align-items:baseline; margin-bottom:10px;}
.fieldset_box .tit_area strong {font-size:1.5rem;}
.fieldset_box .tit_area strong em {font-size:1.1rem;}
.fieldset_box .tit_area span {font-size:1.1rem;}
.fieldset_box .tit_area span em {color:#FF243E;}
.fieldset_box .tit_area .big {font-size:1.5rem;}
.fieldset_box .tit_area + .nodata {margin-top:18px;}
.fieldset_box .array_box {margin-top:0;}
.fieldset_box .ip_box {margin-bottom:13px;}
.fieldset_box .ip_txt input {font-size:1.3rem;}
.fieldset_box .ip_txt.timer {position:relative;}
.fieldset_box .ip_txt.timer .txt_timer {position:absolute; right:15px; top:0; color:#999; line-height:45px; font-size:1.3rem;}
.fieldset_box .txt {margin-bottom:8px; font-size:1.1rem;}
.fieldset_box .txt:last-child {margin-bottom:0;}
.fieldset_box .bx_inp_type {margin-bottom:10px;}
.fieldset_box .bx_inp_type:last-child {margin-bottom:0;}
.fieldset_box .bx_inp_type .ip_txt {margin-bottom:0;}
.fieldset_box .bx_inp_type .count_box {margin-bottom:0;}
.fieldset_box .tab_con_wrap {margin-bottom:10px;}
.fieldset_box .tab_con_wrap .input_type2 {margin-bottom:0;}
.fieldset_box .input_type2 li:nth-of-type(1n+2) {margin-top:10px;}
.fieldset_box .notice_list li {font-size:1.2rem; color:#666;}
.fieldset_box .notice_list li:nth-of-type(1n+2) {margin-top:5px;}
.fieldset_box > .flex_btn {margin:10px 0 0;}
.fieldset_box .point_price {display:flex; justify-content:space-between; height:34px; line-height:34px; color:#000; border-top:1px solid #eee;}
.fieldset_box .point_price.non_bdr {border-top:none;}
.fieldset_box .point_price strong {font-size:1.3rem;}
.fieldset_box .point_price strong > span {font-weight:bold;}
.fieldset_box .point_price em {font-size:1.3rem; font-family:'Roboto';}
.fieldset_box .point_price span {font-size:1.1rem;}
.fieldset_box .point_price.total {padding-top:0; border-top:0;}
.fieldset_box .point_price.total strong {font-size:1.5rem;}
.fieldset_box .point_price.total span {font-size:1.3rem;}
.fieldset_box .point_price.total em {color:#2AA3FE; font-size:1.5rem;}
.fieldset_box .point_price.total em span {font-family:'Noto Sans KR'; color:#000;}
.fieldset_box .point_price.total .not_colr {color:#000;}
.fieldset_box .flex_btn + .point_price.total {margin-top:20px;}
/* 바코드 */
.fieldset_box .barcode {text-align:center;}
/* form */
.form {display:flex; align-items:center;}
[class^="form"] {position:relative;}
.form+.form {margin-top:10px;}
.form+.nodata {margin-top:10px;}
.form input,
.form select,
.form textarea,
.form div[class~="form"] {flex:1;}
.form textarea {width:100%; line-height:150%; resize:none;}
.form .form_01{font-size:13px;font-weight:400;line-height:45px;letter-spacing:-0.03em;box-sizing:border-box;height:45px;padding:0 15px;color:#000;border:1px solid #ddd;border-radius:4px;background-color:#f8f8f8;transition:border-color .3s}.form .form_01:-moz-read-only:not(select){color:#666}.form .form_01:read-only:not(select){color:#666}.form .form_01:disabled{color:#666;background-color:#f5f5f5}.form .form_01:focus{border-color:#000}.form .form_01::-moz-placeholder{color:#666}.form .form_01::placeholder{color:#666}
.form select.form_01 {width:calc( 100% - 130px);}
.form input[type="text"].form_01 {width:80px;}
.form input[type="text"].form_01.form_01_2 {width:calc( 100% - 130px); text-align:left;}
.form a.form_01[type="text"] {width:50px;}
.form textarea.form_01 {width:100%; height:auto; line-height:150%; padding:15px;}
.form textarea.focus_size {flex:none; height:45px;}
.form textarea.focus_size:focus {height:95px;}
.form .ico_phone {background-image:url('../images/icon/ico_phone.svg'); background-repeat:no-repeat; background-position:top 50% right 15px; padding-right:50px;}
.form_type01 input,.form_type01 textarea,.form_type01 select{width:100%}.form_type02 input{width:50%}.form_type02 .form_txt{line-height:45px;align-content:center;justify-content:center;margin:0 10px}.form_type03 input,.form_type03 select{transition:border .3s}.form_type03 select{width:110px}.form_type03 input{width:50%;margin-left:10px}.form_type03_2 select{width:auto}.form_type03_2 input{flex:0;width:65px;margin-left:10px;text-align:center}.form_type03_2 input.form_01.form_01_2{flex:1}.form_type03_2 input.form_01.form_01_2:first-child{margin-left:0}
.form_type03_2 .btn_plus,
.form_type03_2 .btn_minus {margin-left:5px;}
.form_type04 input {/* form width:calc( 100% - button) (ex) file */margin-right:5px;}
.form_type04 [class^="btn"] {font-size:1.3rem;}
.form_type05 > input {padding-right:40px;}
.form_type05 > input[type=text]::-ms-clear {display:none;}
.form_type05 .btn_input {position:absolute; right:10px; top:11.5px; display:inline-block; width:20px; height:20px; background:url('../images/icon/btn_close_item.svg') no-repeat 0 0; vertical-align:middle;}
.form_type03_2 .btn_plus,
.form_type03_2 .btn_minus,
.form .btn_cal {display:inline-block; width:50px; height:45px; background-repeat:no-repeat; background-position:50% 50%;}
.form_type03_2 .btn_plus {background-image:url('../images/icon/btn_plus.svg');}
.form_type03_2 .btn_minus {background-image:url('../images/icon/btn_minus.svg');}
.form .btn_cal {background-image:url('../images/icon/ico_cal.svg');}
.form_type06 textarea,.form_type06 textarea.form_01{border-top-width:0;border-left-width:0;border-right-width:0;border-bottom-width:40px !important;border-bottom-color:#f8f8f8 !important;box-shadow:0 0 0 1px #ddd;transition:box-shadow .3s}.form_type06 textarea:focus,.form_type06 textarea.form_01:focus{box-shadow:0 0 0 1px #000}.form_type06 .txt_cont{font-size:1.1rem;font-weight:normal;position:absolute;right:15px;bottom:15px;color:#999}.form_type06 .txt_cont strong{color:#000}.form_type06_2{flex-direction:column}.form_type06_2 .txt_cont{font-size:1.3rem;font-weight:normal;clear:both;width:100%;margin:10px 0;text-align:right;color:#8b8b8b}.form_type06_2 .txt_cont strong{color:#000}.form_type06_2 textarea{background-color:#fff;color:#000;transition:border-color .3s}.form_type06_2 textarea:-moz-read-only{color:#666}.form_type06_2 textarea:read-only{color:#666}.form_type06_2 textarea:focus{border-color:#000}
/* file_wrap */
.file_wrap {position:relative; flex:1; display:flex;}
.file_wrap input[type="file"] {flex:0; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0, 0, 0, 0); border:0;}
.file_wrap input[type="text"].hidden {display:none;}
.file_wrap .btn_file {border:1px solid #707070; border-radius:4px; background:#fff; width:auto; height:45px; line-height:45px; padding:0 10px; color:#000; font-size:1.3rem; text-align:center; box-sizing:border-box;}
/* multi selct */
.slct_layout {padding-top:20px; float:right;}
.slct_item {position:relative; display:inline-block;}
.slct_item span {font-size:1.3rem; margin-left:5px;}
.slct_item .btn_close {display:inline-block; width:20px; height:20px; background:url('../images/icon/btn_close_item.svg') no-repeat 0 0; vertical-align:middle;}
.list_item .li_tit.txt_label{font-size:1rem;margin-left:-10px;padding:2px 7px;color:#fff;border-radius:4px;background:#afafaf}.list_item .li_tit{font-size:1.5rem;line-height:150%}.list_item .li_cont{font-size:1.1rem;line-height:150%}.list_item .txt_num{color:#666}.list_item strong{font-weight:bold}.term_scroll{font-size:1.1rem;line-height:1.4em;clear:both;overflow-y:scroll;padding:10px;border-radius:4px;background-color:#f8f8f8}.term_scroll .txt_str{font-size:1.2rem;color:#ff243e}.term_scroll .privacy_con{padding:0}.term_scroll .privacy_con .privacy_listbox{margin:30px 0 0;padding:0}.term_scroll .privacy_con .privacy_listbox:first-child{margin-top:0;padding:0}.term_scroll .privacy_con .privacy_listbox .privacy_tit{padding:0}.term_scroll .privacy_con .privacy_listbox .privacy_tit2{margin-top:30px;padding:0}.term_scroll .privacy_con .privacy_listbox>.privacy_tit2:first-child{margin-top:0}.form_agree_desc{font-size:11px;font-weight:400;line-height:1.35;letter-spacing:-0.03em}.form_agree_desc .text_body_5+ol{margin-top:14px}.form_agree_desc p:not(:first-child){margin-top:14px}.bg_gray_100{overflow:hidden}.bg_gray_100 .form_agree_desc{overflow-y:scroll;height:137px;margin:20px 8px 20px 18px;padding-right:20px}.bg_gray_100+.check_bottom,.bg_gray_100+.ip_check{margin-top:10px}.form_checkbox{display:inline-flex;overflow:hidden;align-items:center;cursor:pointer}.form_checkbox+.form_checkbox{margin-left:16px}.form_checkbox--input{position:relative;display:inline-flex;overflow:hidden;align-items:center}.form_checkbox input{position:absolute;box-sizing:border-box;width:100%;height:100%;cursor:pointer;opacity:0}.form_checkbox input:checked~i{border-color:currentColor;background-color:currentColor}.form_checkbox input:checked~i::before{background-image:url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.85645 0.850586L3.92773 5.85059L3.5918 6.19238L0.164062 3.08496L0.835938 2.34473L3.55176 4.80664L8.14355 0.149414L8.85645 0.850586Z' fill='white'/></svg>")}.form_checkbox input:disabled{cursor:not-allowed}.form_checkbox input:disabled~i{cursor:not-allowed;border-color:#ddd;background-color:#ddd}.form_checkbox input:disabled~i::before{background-image:url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.85645 0.850586L3.92773 5.85059L3.5918 6.19238L0.164062 3.08496L0.835938 2.34473L3.55176 4.80664L8.14355 0.149414L8.85645 0.850586Z' fill='white'/></svg>")}.form_checkbox input:disabled~.form_checkbox--text{cursor:not-allowed;opacity:.4}.form_checkbox i{display:inline-flex;width:20px;height:20px;flex:0 0 auto;vertical-align:top;align-items:center;justify-content:center;border:1px solid #ccc;border-radius:3px;background-color:#fff}.form_checkbox i::before{display:block;width:9px;height:7px;content:"";background-position:center center;background-image:url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.85645 0.850586L3.92773 5.85059L3.5918 6.19238L0.164062 3.08496L0.835938 2.34473L3.55176 4.80664L8.14355 0.149414L8.85645 0.850586Z' fill='%23CCCCCC'/></svg>");background-repeat:no-repeat;background-size:cover}.form_checkbox__filled input:checked~i{border-color:currentColor;background-color:currentColor}.form_checkbox__filled input:checked~i::before{background-image:url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.85645 0.850586L3.92773 5.85059L3.5918 6.19238L0.164062 3.08496L0.835938 2.34473L3.55176 4.80664L8.14355 0.149414L8.85645 0.850586Z' fill='white'/></svg>")}.form_checkbox__filled input:disabled~i{border-color:#ddd;background-color:#ddd}.form_checkbox__filled input:disabled~i::before{background-image:url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.85645 0.850586L3.92773 5.85059L3.5918 6.19238L0.164062 3.08496L0.835938 2.34473L3.55176 4.80664L8.14355 0.149414L8.85645 0.850586Z' fill='white'/></svg>")}.form_checkbox__filled i{background-color:#ccc}.form_checkbox__filled i::before{background-image:url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M8.85645 0.850586L3.92773 5.85059L3.5918 6.19238L0.164062 3.08496L0.835938 2.34473L3.55176 4.80664L8.14355 0.149414L8.85645 0.850586Z' fill='%23FFFFFF'/></svg>")}.form_checkbox__sm i{width:15px;height:15px}.form_checkbox__sm i::before{width:6.692px;height:4.793px}.form_checkbox__rounded i{border-radius:100%}.form_checkbox--text{font-size:15px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;margin-left:4px}.ic_grade{font-size:0;line-height:23px;width:22px;height:22px;text-align:center;vertical-align:middle;border-radius:50%}.ic_grade__fit{width:16px;height:16px}.ic_grade:before{font-family:"Roboto";font-size:1.1rem;font-weight:bold;white-space:nowrap;color:#fff}.ic_grade.gr_non{background-color:#777}.ic_grade.gr_all{background-color:#5bc77e}.ic_grade.gr_12{background-color:#4dd6ff}.ic_grade.gr_15{background-color:#ffc134}.ic_grade.gr_18{background-color:#ed4c6b}.ic_grade.gr_non:before{font-size:.9rem;content:"미정"}.ic_grade.gr_all:before{font-size:.9rem;content:"전체"}.ic_grade.gr_12:before{content:"12"}.ic_grade.gr_15:before{content:"15"}.ic_grade.gr_18:before{font-size:.9rem;content:"청불"}.txt_subway{font-size:1.3rem;color:#414141}.txt_subway i:before{font-size:1rem;font-style:normal;line-height:1;margin-right:5px;padding:.2em .5em 0;white-space:nowrap;color:#fff;border-radius:4px}.txt_subway.line1 i:before{content:"1호선";background-color:#003499}.txt_subway.line2 i:before{content:"2호선";background-color:#37b42d}.txt_subway.line3 i:before{content:"3호선";background-color:#fa5f2c}.txt_subway.line4 i:before{content:"4호선";background-color:#3171d3}.txt_subway.line5 i:before{content:"5호선";background-color:#893bb6}.txt_subway.line6 i:before{content:"6호선";background-color:#b24f0b}.txt_subway.line7 i:before{content:"7호선";background-color:#606d00}.txt_subway.line8 i:before{content:"8호선";background-color:#e71e6e}.txt_subway.line9 i:before{content:"9호선";background-color:#bf9f1e}.txt_subway.line10 i:before{content:"1인천";background-color:#6691c9}.txt_subway.line11 i:before{content:"2인천";background-color:#f3aa3d}.txt_subway.line12 i:before{content:"분당";background-color:#eba900}.txt_subway.line13 i:before{content:"신분당";background-color:#a8022d}.txt_subway.line14 i:before{content:"경의중앙";background-color:#74b699}.txt_subway.line15 i:before{content:"경춘";background-color:#26a97f}.txt_subway.line16 i:before{content:"공항";background-color:#67aad5}.txt_subway.line17 i:before{content:"의정부";background-color:#ff9d27}.txt_subway.line18 i:before{content:"수인";background-color:#edb217}.ico_prm{line-height:16px;display:inline-block;height:16px;vertical-align:middle}.ico_prm img{width:auto !important;height:16px}.ico_prm+.ico_prm{margin-left:4px}.ico_lpay{display:inline-block;width:40px;height:14px;margin-right:5px;vertical-align:middle;background:url("../images/common/txt_lpay1_20210407.svg") 0 0 no-repeat;background-size:contain}.ic_flag{font-size:1.1rem;line-height:20px;display:inline-block;min-width:40px;height:20px;padding:0 10px;text-align:center;color:#fff;border-radius:0 0 4px 4px;background:#4cc1ed}.ic_flag.type2{background:#fe7d3b}.ic_flag.type3{background:#ed4c6b}.ic_flag.type4{background:#2d9bfc}.txt_my_rnd{font-family:"Roboto","Noto";font-size:.9rem;font-weight:bold;line-height:24px;box-sizing:border-box;min-width:54px;height:24px;padding:0 8px;text-align:center;color:#666;border:1px solid #999;border-radius:24px}.txt_my_rnd.type1{color:#fff;border-color:#ccc;background-color:#ccc}.txt_my_rnd.type2{color:#fff;border-color:#afafaf;background-color:#afafaf}.txt_my_rnd.type3{color:#fff;border-color:#969697;background-color:#969697}.txt_my_rnd.type4{color:#fff;border-color:#756023;background-color:#756023}.txt_my_rnd.type5{color:#fff;border-color:#000;background-color:#000}.txt_cp_gr{font-size:1rem;line-height:14px;height:14px;padding:0 10px;text-align:center;color:#fff;border:1px solid #bebebe;border-radius:16px;background-color:#fff}.txt_cp_gr.vip{font-family:"Roboto";color:#fe5867}.txt_cp_gr.club{color:#ffa406}.txt_cp_gr.shop{color:#ffa406}.txt_cp_flag{font-size:1rem;line-height:12px;min-width:40px;height:13px;padding:1px 3px 0;text-align:center;color:#fff;border:1px solid;border-radius:16px}.txt_cp_flag.txt1{color:#000;border-color:#ddd}.txt_cp_flag.txt2{border-color:#ff243e;background-color:#ff243e}.txt_cp_flag.txt3{border-color:#233ca3;background-color:#233ca3}.txt_cp_flag.txt4{border-color:#233ca3;background-color:#233ca3}.txt_cp_flag.txt5{color:#0eafee;border-color:#0eafee}.txt_cp_flag.txt6{color:#ff7787;border-color:#ff7787}.txt_cp_flag.txt7{color:#feb306;border-color:#feb306}.txt_cp_flag.txt8{border-color:#ee5774;background-color:#ee5774}.txt_cp_flag.txt9{color:#ee5774;border-color:#fff;background-color:#fff}.txt_cp_flag.txt10{color:#7b7b7b;border-color:#7b7b7b;background-color:#fff}.txt_rnd{font-size:1rem;line-height:15px;height:15px;padding:0 10px;white-space:nowrap;color:#fff;border-radius:15px}.txt_rnd.type1{background:#ff243e}.txt_rnd.type2{background:#767676}.txt_rnd2{font-size:1rem;line-height:18px;box-sizing:border-box;height:18px;padding:0 6px;white-space:nowrap;color:#000;border:1px solid #eee;border-radius:4px;background-color:#fff}.nodata{font-size:1.1rem;line-height:45px;width:100%;height:45px;text-align:center;color:#666;background-color:#f8f8f8}.bg_nodata{font-size:1.5rem;box-sizing:border-box;width:100%;height:370px;padding:110px 0;text-align:center}.bg_nodata span{padding-top:110px;background:url("../../Content/images/icon/coupon_notice_ic_01.svg") no-repeat center top}.txt_ic_new{font-size:0;line-height:15px;width:15px;height:15px;transform:translateY(2px);text-align:center;vertical-align:top;border-radius:15px;background-color:#ff243e}.txt_ic_new:after{font-family:"Roboto";font-size:1rem;font-weight:bold;content:"N";color:#fff}.ic_time2{padding-left:21px;background:url("../../Content/images/icon/ic_time2.svg") no-repeat left center;background-size:15px}.ic_notice{width:15px;height:12px;vertical-align:middle;text-indent:-9999em;background:url("../images/icon/ic_notice.svg") no-repeat 0 0}.ic_list_more{padding:5px 14px 5px 0;opacity:.5;background:url("../../Content/images/icon/ic_list_more.svg") no-repeat right 50%}.ic_my_check{font-size:1.1rem;padding-left:10px;color:#ed4c6b;background:url("../../Content/images/icon/ic_my_check.svg") no-repeat left center}.ic_sub,.ic_new{display:inline-block;width:15px;height:15px;margin-left:5px;vertical-align:top;background-repeat:no-repeat;background-position:0 0}.ic_sub{background-image:url("../images/icon/ic_sub.svg")}.ic_new{background-image:url("../images/icon/ic_new.png");background-size:100%}.star_rate .star{display:inline-block;width:22px;height:20px;margin-right:5px;cursor:pointer;background-image:url("../../Content/images/temp/ico_star1_off.svg");background-repeat:no-repeat;background-position:0 0;background-size:auto 100%}.star_rate .star.on{background-image:url("../../Content/images/temp/ico_star1.svg")}.star_rate em{position:absolute !important;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px}.star_rate.star_rate2 .starR1{float:left;width:11px;height:20px;cursor:pointer;background:url("../../Content/images/temp/ico_star1.svg") no-repeat -27px 0;background-size:auto 100%}.star_rate.star_rate2 .starR2{float:left;width:11px;height:20px;cursor:pointer;background:url("../../Content/images/temp/ico_star1.svg") no-repeat right 0;background-size:auto 100%}.star_rate.star_rate2 .starR1.on{background-position:0 0}.star_rate.star_rate2 .starR2.on{background-position:-11px 0}.star_rate.star_rate3 .star{width:16px;height:16px;transition:all .3s ease-in-out;transform:scale(1);background-image:url("../../Content/images/temp/ico_star_off.gif")}.star_rate.star_rate3 .star.on{transform:rotate(-15deg) scale(1.3);background-image:url("../../Content/images/temp/ico_star_on.gif")}.star_rate.star_rate3.star_rate3_2 .star.on{transform:scale(1.3);background-image:url("../../Content/images/temp/ico_star_on.gif")}.star_rate.star_rate4 .star{width:20px;height:20px;margin-right:8px;transition:opacity .3s ease-in-out;background-image:url("../../Content/images/temp/ico_star04_off.svg")}.star_rate.star_rate4 .star:last-child{margin-right:0}.star_rate.star_rate4 .star.on{background-image:url("../../Content/images/temp/ico_star04_on.svg")}.star_rate.star_rate5 input.star{display:none}.star_rate.star_rate5 label.star{font-size:36px;float:right;padding:10px;transition:all .2s;color:#444}.star_rate.star_rate5 input.star:checked~label.star:before{transition:all .25s;background:url("../../Content/images/temp/ico_star_on.gif") no-repeat 0 0}.star_rate.star_rate5 input.star-5:checked~label.star:before{color:#fe7;text-shadow:0 0 20px #952}.star_rate.star_rate5 input.star-1:checked~label.star:before{color:#f62}.star_rate.star_rate5 label.star:hover{transform:rotate(-15deg) scale(1.3)}.star_rate.star_rate5 label.star:before{font-family:"FontAwesome";content:"";background:url("../../Content/images/temp/ico_star_off.gif") no-repeat center center;background-size:auto auto}.txt_ic_score{white-space:nowrap}.txt_ic_score em{font-size:0;width:20px;height:20px;margin:2px 5px 0 0;vertical-align:top;text-indent:-9999px;background:url("../images/icon/ic_star.svg") no-repeat center center;background-size:100% auto}.txt_ic_score strong{font-family:"Roboto";font-size:1.4rem}.txt_new{font-family:"Roboto";font-size:1.1rem;vertical-align:middle;color:#f24a6a}.pos_re{position:relative;display:block}.ic_txt_sale{font-family:"Roboto";font-size:1.1rem;line-height:1;position:absolute;top:-8px;right:-5px;padding:3px 5px;color:#fff;border-radius:4px;background-color:#ff243e}.ic_txt_sale:after{position:absolute;bottom:-20px;left:20px;width:10px;height:20px;content:""}.disabled .ic_txt_sale{background-color:#999}.disabled.active .ic_txt_sale{background-color:#ff243e}.badge_soldout{width:80px;height:25px;background:url("../images/cinema/ico_soldout.svg") no-repeat 0 0}.badge_soldout em{position:absolute !important;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px}.badge_soldout2{width:62px;height:25px;background:url("../images/cinema/ico_soldout2.svg") no-repeat 0 0}.badge_soldout2 em{position:absolute !important;overflow:hidden;clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px}.headline{display:flex;align-items:center;justify-content:space-between;margin-top:20px}.headline--prepend{display:flex;align-items:center}.headline--append{display:flex;align-items:center}.text_headline{font-size:18px;font-weight:500;line-height:1.35;letter-spacing:-0.03em;align-items:center}.text_underline{text-decoration:underline !important;text-underline-offset:3px}.icon{line-height:1;position:relative;display:inline-flex;align-items:center;justify-content:center;width:1em;min-width:1em;height:1em;vertical-align:top}.icon svg,.icon img{width:100%;height:100%;vertical-align:top}.icon__xs{font-size:8px !important}.icon__sm{font-size:16px !important}.icon__md{font-size:24px !important}.icon__lg{font-size:32px !important}.icon__xl{font-size:40px !important}.icon__xxl{font-size:64px !important}.icon_grade_circle{font-size:12px;font-weight:500;line-height:1.35;letter-spacing:0}.icon_grade_circle{font-family:"Roboto","Noto Sans KR","sans-serif";position:relative;box-sizing:border-box;width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:64px;background-color:#000;flex-direction:column;margin-left:auto;margin-right:auto;margin-bottom:18px}.icon_grade_circle .icon{margin-bottom:2px}.icon_grade_circle::after{position:absolute;bottom:-4px;left:50%;width:36px;height:7px;transform:translate(-50%, 100%);content:"";background-image:url("data:image/svg+xml;charset=utf-8,<svg xmlns='http://www.w3.org/2000/svg' width='36' height='7' fill='none' viewBox='0 0 36 7'><path fill='%23000000' d='M18 7c9.941 0 18-1.567 18-3.5S27.941 0 18 0 0 1.567 0 3.5 8.059 7 18 7' opacity='.2'/></svg>");background-size:36px 7px;background-repeat:no-repeat;background-position:0 0}.icon_grade_circle+.tit{margin-top:16px}.chip{font-style:normal;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;border-radius:4px}.banner_overlap .chip{font-size:9px;font-weight:500;line-height:1.35;letter-spacing:-0.03em;min-width:26px;height:17px;padding-right:6px;padding-left:6px}.chip__label{font-size:13px;font-weight:500;line-height:1.35;letter-spacing:-0.03em;padding:3px 6px 2px}.btn{font-size:15px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;position:relative;display:inline-flex;align-items:center;justify-content:center;height:45px;transition:all .3s;border:0;border-radius:4px;font-family:"Roboto","Noto Sans KR","sans-serif";cursor:pointer;padding-right:8px;padding-left:8px}.btn,.btn *{box-sizing:border-box}.btn__tiny{height:24px;min-width:24px;font-size:11px;padding-left:8px;padding-right:8px}.btn__4xs{height:25px;min-width:25px;font-size:11px;padding-left:12px;padding-right:12px}.btn__xs{height:35px;min-width:35px;font-size:11px;padding-left:8px;padding-right:8px}.btn__sm{height:38px;min-width:38px;font-size:13px;padding-left:12px;padding-right:12px}.btn__ms{height:40px;min-width:40px;font-size:15px;padding-left:24px;padding-right:24px}.btn__md{height:45px;min-width:45px;font-size:15px;padding-left:24px;padding-right:24px}.btn__xl{height:52px;min-width:52px;font-size:15px;padding-left:24px;padding-right:24px}.btn__outlined{border:1px solid currentColor;background-color:#fff}.btn__rounded{border-radius:999px}.btn__plain.btn__tiny{padding-left:0;padding-right:0}.btn__icon{padding-left:0;padding-right:0;border-radius:9999px}.btn__icon.btn__tiny{min-width:24px}.btn__icon.btn__4xs{min-width:25px}.btn__icon.btn__xs{min-width:35px}.btn__icon.btn__sm{min-width:38px}.btn__icon.btn__ms{min-width:40px}.btn__icon.btn__md{min-width:45px}.btn__icon.btn__xl{min-width:52px}.btn .icon{vertical-align:middle}.btn:disabled,.btn__disabled{cursor:not-allowed}a.btn:disabled,a.btn__disabled{pointer-events:none}.btn:disabled:not(.btn__outlined),.btn__disabled:not(.btn__outlined){color:#fff !important;border:0 !important;background-color:#b2b2b2 !important}.btn:disabled.btn__outlined,.btn__disabled.btn__outlined{border-color:#b2b2b2 !important;color:#b2b2b2 !important}.btn--prepend,.btn--append{display:inline-flex;align-items:center}.btn_trailing{--btn-icon-spacing: 12px}.btn_trailing--content{position:absolute;right:var(--btn-icon-spacing);top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center}.btn_trailing .icon{vertical-align:top}.btn_text{display:inline}.btn_text .icon{vertical-align:middle;margin-top:-0.2em}.btn_text--text{display:inline}button{padding:0;cursor:pointer;border:none 0;background:none}.btn_center{text-align:center}.btn_right{text-align:right}.flex_btn{display:flex;margin:30px 0 10px 0}.flex_btn+.flex_btn{margin:0 0 10px 0}.flex_btn>a{margin-right:10px}.flex_btn>a:last-child{margin-right:0}.flex_btn.type2{margin:20px 18px 0}.flex_btn.type2:nth-last-of-type(1){margin-bottom:30px}a.btn_type1,button.btn_type1{font-size:1.5rem;line-height:45px;box-sizing:border-box;width:100%;height:45px;text-align:center;color:#fff;border-radius:4px;background:#ff243e}a.btn_type1_2,button.btn_type1_2{background:#414141}a.btn_type1_3,button.btn_type1_3{background:#666}a.btn_type1_4,button.btn_type1_4{width:165px;background:#414141}a.btn_type1_5,button.btn_type1_5{width:auto;padding:0 20px;background:#414141}a.btn_type1_6,button.btn_type1_6{background:#000}a.btn_type1_7,button.btn_type1_7{width:165px;box-shadow:0 3px 6px rgba(0,0,0,.16)}a.btn_type1_8,button.btn_type1_8{color:#000;border:1px solid #000;background:#fff}a.btn_type2,button.btn_type2{font-size:1.3rem;line-height:35px;height:35px;padding:0 30px;color:#fff;border-radius:30px;background:#ff243e}a.btn_type2_2,button.btn_type2_2{font-size:1.4rem;line-height:32px;height:32px;padding:0 20px}a.btn_type3,button.btn_type3,.btn_type3{font-size:1.1rem;line-height:24px;box-sizing:border-box;height:25px;padding:0 15px;text-align:center;color:#000;border:1px solid #000;border-radius:30px;background:#fff}a.btn_type3.graytype,button.btn_type3.graytype,.btn_type3.graytype{border:1px solid #ddd}a.btn_type3_2,button.btn_type3_2,.btn_type3_2{color:#fff;background:#414141}a.btn_type3_3,button.btn_type3_3,.btn_type3_3{line-height:25px;color:#fff;border:none;background:#b2b2b2}a.btn_type3_4,button.btn_type3_4,.btn_type3_4{line-height:25px;color:#fff;border:none;background:#ff7787}a.btn_type3_5,button.btn_type3_5,.btn_type3_5{zoom:1;background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80FFFFFF, endColorstr=#80FFFFFF)}a.btn_type3_6,button.btn_type3_6,.btn_type3_6{line-height:25px;color:#fff;border:none;background:#7f7f7f}a.btn_type3_7,button.btn_type3_7,.btn_type3_7{border:1px solid #c9c9c9}a.btn_type4,button.btn_type4{font-size:1.5rem;line-height:45px;box-sizing:border-box;width:100%;height:45px;text-align:center;color:#000;border:1px solid #707070;border-radius:4px;background:#fff}a.btn_type4.disabled,button.btn_type4.disabled{color:#b2b2b2;border-color:#eee}a.btn_type4.btn_type4_1,button.btn_type4.btn_type4_1{color:#fff;background:#414141}a.btn_type4_2,button.btn_type4_2{width:auto;padding:0 10px}a.btn_type4_3,button.btn_type4_3{line-height:35px;width:auto;height:35px;padding:0 10px}a.btn_type4_4,button.btn_type4_4{font-size:1.3rem;line-height:34px;width:auto;height:34px;padding:0 20px;color:#fff;background:#414141}a.btn_type4_5,button.btn_type4_5{font-size:1.5rem;line-height:30px;width:auto;height:33px;padding:0 19px;color:#fff;background:#000}a.btn_type5,button.btn_type5{font-size:1.3rem;line-height:40px;box-sizing:border-box;width:100%;height:40px;text-align:center;color:#666;border:1px solid #ddd;border-radius:4px;background:#fff}a.btn_type6,button.btn_type6{font-size:1.3rem;position:relative;padding-bottom:2px;color:#000}a.btn_type6:before,button.btn_type6:before{position:absolute;bottom:0;left:0;display:block;width:100%;height:1px;content:"";background:#000}a.btn_type7,button.btn_type7{font-size:1.4rem;line-height:40px;box-sizing:border-box;width:100%;height:40px;text-align:center;color:#fff;border-radius:30px;background:#ff243e}a.btn_type7_2,button.btn_type7_2{font-size:1.5rem;width:auto;padding:0 40px;color:#eed4a9;background:#000}a.btn_type7_3,button.btn_type7_3{font-size:1.5rem;width:auto;padding:0 40px;color:#fff;background:#000}a.btn_type8,button.btn_type8{font-size:1.3rem;line-height:30px;box-sizing:border-box;min-width:45px;height:30px;padding:0 20px;text-align:center;color:#fff;border-radius:30px;background:#ff243e}a.btn_type8.disabled,button.btn_type8.disabled{cursor:default;background:#b2b2b2}a.btn_type8_2,button.btn_type8_2{color:#fff;background:#000}a.btn_type8_3,button.btn_type8_3{color:#000;border:1px solid #000;background:#fff}a.btn_type8_4,button.btn_type8_4{padding:0 10px;color:#000;border:1px solid #000;background:#fff}a.btn_type8_5,button.btn_type8_5{padding:0 10px;color:#000;border:1px solid #000;background:rgba(0,0,0,0)}a.btn_type8_6,button.btn_type8_6{color:#fff;background:#414141}a.btn_type9,button.btn_type9{font-size:1.1rem;line-height:30px;box-sizing:border-box;width:100%;height:30px;text-align:center;color:#000;border:1px solid #ddd;border-radius:4px;background:#fff}a.btn_type10,button.btn_type10{font-size:1.1rem;line-height:25px;box-sizing:border-box;height:27px;padding:0 14px;text-align:center;color:#000;border:1px solid #ddd;border-radius:4px;background:#fff}a.btn_type10_2,button.btn_type10_2{line-height:18px;height:20px}a.btn_type10_3,button.btn_type10_3{line-height:18px;height:20px;color:#ff243e;border-color:#ff243e}a.btn_type10_4,button.btn_type10_4{font-size:.9rem;line-height:20px;height:20px;padding:0 5px;color:#fff;border:0 none;border-radius:2px;background-color:#8b8b8b}a.btn_type10.btn_type10_5,button.btn_type10.btn_type10_5{color:#fff;border:0;background:#414141}a.btn_type10.btn_type10_6,button.btn_type10.btn_type10_6{color:#000;border-color:#ddd;background:rgba(0,0,0,0)}a.btn_type10.btn_type10_7,button.btn_type10.btn_type10_7{line-height:18px;z-index:2;height:19px;padding:0 5px;color:#333;border-color:#ddd;background:#fcfcfc}a.btn_type10.btn_type10_7.bgpink,button.btn_type10.btn_type10_7.bgpink{background:#ffeded}.btn_type11{font-size:1.2rem;line-height:20px;height:20px;padding:0 10px;color:#000;border:1px solid #bbb;border-radius:20px;background:#fff}.btn_type11_2{font-size:1.1rem;border-color:#ddd}.btn_type11_3{font-size:1.3rem;line-height:28px;height:28px;padding:0 13px;border-color:#ddd}.btn_type11_4{font-size:1.3rem;line-height:28px;height:28px;padding:0 13px;border-color:#000}.btn_type11_5{font-size:1.3rem;line-height:28px;height:28px;padding:0 13px;border-color:#bbb}a.btn_type12,button.btn_type12{font-size:1.3rem;line-height:28px;box-sizing:border-box;height:28px;padding:0 13px;text-align:center;color:#fff;border-radius:28px;background:#ff243e}a.btn_type12.disabled,button.btn_type12.disabled{cursor:default;background:#b2b2b2}a.btn_type12_2,button.btn_type12_2{background:#414141}a.btn_type12_3,button.btn_type12_3{color:#000;border:1px solid #000;background:#fff}a.btn_type12_4,button.btn_type12_4{color:#fff;border-radius:4px;background:#000}a.btn_type13,button.btn_type13{font-size:1.5rem;line-height:45px;box-sizing:border-box;width:100%;height:45px;margin-bottom:10px;text-align:center;color:#666;border:1px solid #ddd;border-radius:4px;background:#fff}a.btn_type14,button.btn_type14{font-size:1.1rem;line-height:28px;box-sizing:border-box;min-width:45px;height:28px;padding:0 14px;text-align:center;letter-spacing:-1px;color:#fff;border-radius:4px;background:#ff243e;box-shadow:0 2px 4px rgba(236,0,0,.4)}a.btn_type15,button.btn_type15{font-size:1.1rem;line-height:18px;box-sizing:border-box;height:20px;padding:0 8px;text-align:center;color:#000;border:1px solid #000;border-radius:20px;background:#fff}a.btn_type15_2,button.btn_type15_2{color:#de6ee3;border-color:#de6ee3}a.btn_type16,button.btn_type16,.btn_type16{font-size:1.1rem;line-height:28px;box-sizing:border-box;height:28px;margin-right:2px;padding:0 13px;text-align:center;color:#000;border:1px solid #000;border-radius:30px;background:#fff}a.btn_type16.active,button.btn_type16.active,.btn_type16.active{color:#fff;border:none;background:#000}.btn_type1.disabled,a.btn_type1_2.disabled,button.btn_type1_2.disabled,a.btn_type1_3.disabled,button.btn_type1_3.disabled,a.btn_type1_4.disabled,button.btn_type1_4.disabled,a.btn_type1_5.disabled,button.btn_type1_5.disabled,a.btn_type2.disabled,button.btn_type2.disabled,a.btn_type2_2.disabled,button.btn_type2_2.disabled,a.btn_type3_2.disabled,button.btn_type3_2.disabled,.btn_type3_2.disabled,a.btn_type3_3.disabled,button.btn_type3_3.disabled,.btn_type3_3.disabled,a.btn_type3_4.disabled,button.btn_type3_4.disabled,.btn_type3_4.disabled,a.btn_type5.disabled,button.btn_type5.disabled,a.btn_type7.disabled,button.btn_type7.disabled,a.btn_type8.disabled,button.btn_type8.disabled,a.btn_type8_2.disabled,button.btn_type8_2.disabled,a.btn_type8_4.disabled,button.btn_type8_4.disabled,a.btn_type12.disabled,button.btn_type12.disabled,a.btn_type12_2.disabled,button.btn_type12_2.disabled,a.btn_type12_3.disabled,button.btn_type12_3.disabled{cursor:default;pointer-events:none;background:#b2b2b2}a.btn_type4.disabled,button.btn_type4.disabled,a.btn_type4_2.disabled,a.btn_type4_3.disabled,a.btn_type8_3.disabled,button.btn_type8_3.disabled,a.btn_type10.disabled,button.btn_type10.disabled,a.btn_type10_2.disabled,button.btn_type10_2.disabled,a.btn_type10_3.disabled,button.btn_type10_3.disabled,a.btn_type10_4.disabled,button.btn_type10_4.disabled,.btn_type11.disabled,.btn_type11_2.disabled,.btn_type11_3.disabled,a.btn_type3.disabled,button.btn_type3.disabled,.btn_type3.disabled{cursor:default;pointer-events:none;color:#b2b2b2;border:1px solid #b2b2b2;background-color:#fff}a.btn_type9.disabled,button.btn_type9.disabled{cursor:default;pointer-events:none;color:#b2b2b2}a.btn_type16.disabled,button.btn_type16.disabled{cursor:default;color:#c3c3c3;border-color:#c3c3c3}.btn_type1.disabled2,a.btn_type1_2.disabled2,button.btn_type1_2.disabled2,a.btn_type1_3.disabled2,button.btn_type1_3.disabled2,a.btn_type1_4.disabled2,button.btn_type1_4.disabled2,a.btn_type1_5.disabled2,button.btn_type1_5.disabled2,a.btn_type2.disabled2,button.btn_type2.disabled2,a.btn_type2_2.disabled2,button.btn_type2_2.disabled2,a.btn_type3_2.disabled2,button.btn_type3_2.disabled2,.btn_type3_2.disabled2,a.btn_type3_3.disabled2,button.btn_type3_3.disabled2,.btn_type3_3.disabled2,a.btn_type3_4.disabled2,button.btn_type3_4.disabled2,.btn_type3_4.disabled2,a.btn_type5.disabled2,button.btn_type5.disabled2,a.btn_type7.disabled2,button.btn_type7.disabled2,a.btn_type8.disabled2,button.btn_type8.disabled2,a.btn_type8_2.disabled2,button.btn_type8_2.disabled2,a.btn_type8_4.disabled2,button.btn_type8_4.disabled2,a.btn_type12.disabled2,button.btn_type12.disabled2,a.btn_type12_2.disabled2,button.btn_type12_2.disabled2,a.btn_type12_3.disabled2,button.btn_type12_3.disabled2{cursor:pointer;background:#b2b2b2}a.btn_type4.disabled2,button.btn_type4.disabled2,a.btn_type4_2.disabled2,a.btn_type4_3.disabled2,a.btn_type8_3.disabled2,button.btn_type8_3.disabled2,a.btn_type10.disabled2,button.btn_type10.disabled2,a.btn_type10_2.disabled2,button.btn_type10_2.disabled2,a.btn_type10_3.disabled2,button.btn_type10_3.disabled2,a.btn_type10_4.disabled2,button.btn_type10_4.disabled2,.btn_type11.disabled2,.btn_type11_2.disabled2,.btn_type11_3.disabled2,a.btn_type3.disabled2,button.btn_type3.disabled2,.btn_type3.disabled2{cursor:pointer;color:#b2b2b2;border:1px solid #b2b2b2;background-color:#fff}a.btn_type9.disabled2,button.btn_type9.disabled2{cursor:pointer;color:#b2b2b2}.btn_fav{display:inline-block;width:17px;height:17px;vertical-align:middle;text-indent:-9999rem;background:url("../images/icon/heart_btn1_off.svg") no-repeat center center}.btn_fav.active{background-image:url("../images/icon/heart_btn1_on.svg")}.btn_fav2{display:inline-block;width:26px;height:26px;vertical-align:middle;text-indent:-9999rem;background:url("../images/icon/heart_btn2_off.svg") no-repeat center center}.btn_fav2.active{background-image:url("../images/icon/heart_btn2_on.svg")}.btn_fav3{width:28px;height:28px;vertical-align:middle;text-indent:-9999px;background:url("../images/icon/heart_btn3_off.svg") no-repeat center center;background-size:100%}.btn_fav3.active{background-image:url("../images/icon/heart_btn3_on.svg")}.btn_rep{width:18px;height:18px;text-indent:-9999em;background:url("../images/icon/reply_01.svg") no-repeat 0 0}.btn_ic_wish{position:relative;width:30px;height:27px;vertical-align:middle;text-indent:-9999px;background:url("../images/icon/ic_detail_aside_wish.svg") no-repeat center center}.btn_ic_wish:after{margin-right:10px;content:""}.btn_ic_wish.active{background-image:url("../images/icon/ic_detail_aside_wish_on.svg")}.btn_ic_wish em{font-family:"Roboto";font-size:1.1rem;line-height:1;position:absolute;top:50%;left:50%;width:20px;height:10px;margin:-4px 0 0 0;text-align:center;text-indent:0;letter-spacing:0;color:#333;background:#fff}.btn_ic_wish em.max:after{margin-left:3px;content:"+"}.btn_ic_share{width:28px;height:28px;vertical-align:middle;text-indent:-9999px;background:url("../images/icon/ic_rv_share.svg") no-repeat center center}.btn_ic_good{font-size:1.2rem;line-height:24px;padding:5px;border:none;background:none}.btn_ic_good em{display:inline-block;width:20px;height:20px;margin:0 2px 0 0;vertical-align:top;text-indent:-9999px;background:url("../images/icon/ic_review_good.svg") no-repeat center center}.btn_ic_good.active em{background-image:url("../images/icon/ic_review_good_on.svg")}.btn_ic_option{width:20px;height:20px;vertical-align:middle;text-indent:-9999px;border:none;background:rgba(0,0,0,0) url("../images/icon/ic_review_op.svg") no-repeat center center}.btn_ic_refresh{box-sizing:border-box;width:36px;height:34px;vertical-align:middle;text-indent:-9999em;border:1px solid #ddd;border-radius:4px;background:#fff url("../images/icon/ic_refresh.svg") no-repeat center center}.btn_more_latest{font-size:0;position:absolute;top:0;right:0;width:15px;height:15px;text-indent:-9999em;background:url("../images/icon/btn_more_latest.svg") no-repeat center center}.btn_more_txt{font-size:.9rem;position:absolute;top:0;right:0;padding-right:7px;color:#000;background:url("../images/icon/arr_rg_01.svg") no-repeat right center}.btn_present_txt{font-size:1.1rem;padding-left:18px;vertical-align:middle;opacity:.5;color:#000;background:url("../images/icon/ic_present.svg") no-repeat 0 0}.btn_present_txt.active{opacity:1}.btn_present_txt.active:after{display:inline-block;width:5px;height:8px;margin-left:3px;content:"";background:url("../images/icon/arr_3_rg.svg") no-repeat 0 0}.btn_pointer{font-size:1.2rem;line-height:22px;box-sizing:border-box;height:22px;padding:0 12px 0 24px;color:#000;border:1px solid #bbb;border-radius:30px;background:#fff url("../images/icon/map_pointer_skt.svg") no-repeat 10px center}.ic_phone{line-height:45px;box-sizing:border-box;width:45px;height:45px;text-indent:-9999em;border:1px solid #ddd;border-radius:4px;background:#fff url("../images/icon/ic_phone.svg") no-repeat center}.btn_txt_lnk_1{font-size:1.1rem;padding-right:8px;color:#000;background:url("../images/icon/arr_5_rg.svg") no-repeat right 2px}.btn_txt_lnk_1.type2{color:#fff;background:url("../images/icon/arr_5_rg_wht.svg") no-repeat right 2px}.btn_del{width:25px;height:25px;text-indent:-9999em;border:none;background:rgba(0,0,0,0) url("../../Content/images/icon/ico_close_cir.svg") no-repeat center center;background-size:100%}.btn_lnk{font-size:1.1rem;padding-right:8px}.btn_lnk::after{display:inline-block;width:15px;height:15px;content:"";background:url("../../Content/images/icon/ic_more.svg") no-repeat right 6px}.btn_reset{font-size:1.1rem;line-height:28px;box-sizing:border-box;height:28px;padding:0 10px 0 25px;opacity:.5;color:#000;border:1px solid #000;border-radius:28px;background:#fff url("../images/icon/reset2.svg") no-repeat 12px 51%}.btn_reset.type2{opacity:1;color:#fff;border-color:#505050;background:#505050 url("../images/icon/reset.svg") no-repeat 12px 50%;box-shadow:0 5px 10px rgba(0,0,0,.2)}.btn_couponnumcopy{font:0/0 auto;display:inline-block;width:26px;height:26px;vertical-align:-7px;background:url("../../Content/images/icon/icon_cponnumcopy.svg") 0 0 no-repeat;background-size:100%}.btn_ic_like{font-size:1.1rem;font-weight:bold;line-height:21px;padding:1px;border:none;background:none}.btn_ic_like em{display:inline-block;width:20px;height:20px;margin:0 2px 0 0;vertical-align:top;text-indent:-9999px;background:url("../images/icon/heart_btn3_off.svg") no-repeat center center;background-size:16px 15px}.btn_ic_like.active em{background-image:url("../images/icon/heart_btn3_on.svg")}.list_more{font-size:1.1rem;display:block;text-align:center;color:#7e7e7e}.btn_txt_share{font-size:1.2rem;line-height:37px;height:38px;padding:0 30px 0 52px;border:1px solid #9f9f9f;border-radius:4px;background:#fff url("../images/icon/ic_share.svg") no-repeat 26px center}.area_edit{float:right}.area_edit .btn_edit{font-size:1.3rem;float:left;height:35px;padding:0 5px 0 20px;color:#000;background:url("../images/icon/arr_3_lf.svg") no-repeat 10px center}.area_edit .btn_edit.active{font-size:0;margin-right:5px;padding:0 20px;background:url("../images/icon/arr_3_rg.svg") no-repeat center center}.area_edit ul{display:none;float:left}.area_edit ul{margin-top:5px}.area_edit ul li{float:left;margin-left:5px}.area_edit ul li:first-child{margin-left:0}.area_edit ul li button{font-size:1.1rem;display:block;padding:0 10px}
/* 목록 ========================================================================================= */
.list_txt > p,
ul.list_txt > li, ol.list_txt > li {margin:0 0 5px 8px; text-indent:-8px; font-size:1.1rem; color:#000;}
.list_txt > p.colr1,
ul.list_txt > li.colr1 {color:#FF243E;}
.list_txt > p:before,
ul.list_txt > li:before {content:"·"; margin-right:5px;}
ul.list_txt.dotnone > li, ol.list_txt.dotnone > li {text-indent: -10px}
ul.list_txt.dotnone > li:before, ol.list_txt.dotnone > li:before {content:""; margin-right:0;}
ul.list_txt > li strong {display:inline;}
.list_txt.ty2 > p {margin-left:0; text-indent:0;}
.list_txt.ty2 > p::before {display:none;}
ul.list_txt > li > ul {padding-left:10px;}
ul.list_txt > li > ul > li {position:relative; text-indent:0;}
ul.list_txt > li > ul > li:before {content:""; position:absolute; left:-8px; top:8px; width:3px; height:1px; background-color:#000; transform:translateY(-50%);}
.list_txt > li > .list_txt > li {position:relative; margin-left: 0; margin-top: 5px; text-indent:0;}
.list_txt > li > .list_txt > li:before {content:""; position:absolute; left:-8px; top:8px; width:3px; height:1px; background-color:#000; transform: inherit;}
ul.list_txt > li > ul.not_blt li {padding-left:10px; text-indent:-12px;}
ul.list_txt > li > ul.not_blt li:before {display:none;}
ul.list_txt.type1 li {color:#fff;}
div.list_txt {line-height:1.8; font-size:1.1rem; color:#000;}
ul.list_txt2 > li {margin-bottom:4px; padding-left:10px; font-size:1.2rem; color:#888; background:url("../images/icon/bul_dot.svg") no-repeat 0 5px;}
ul.list_txt2 > li .tit {font-size:1.3rem; color:#414141;}
/* ul.list_txt3 > li {position:relative; margin:0 0 5px 8px; padding-left:6px; font-size:1.1rem; color:#000;} */
ul.list_txt3 > li:before {content:''; display:block; position:absolute; top:7px; left:0; width:3px; height:1px; background:#000}
ul.list_txt3 > li {position:relative; margin:0 0 5px 0; padding-left:6px; font-size:1.1rem; color:#000;}
/* ul.list_txt3 > li:before {content:''; display:block; position:absolute; top:7px; left:0; width:3px; height:1px; background:#000} */
ul.list_txt3.type2 > li {position:relative; margin:0 0 5px 0; padding-left:6px; font-size:1.1rem; color:#FF243E;}
ul.list_txt3.type2 > li:before {content:''; display:block; position:absolute; top:7px; left:0; width:3px; height:1px; background:#FF243E}
.list_txt > li > .list_txt.circlenumtype > li {padding-left: 12px;}
.list_txt > li > .list_txt.circlenumtype > li:before {width: 0;height: 0;background: none;top: 0;left: -8px;}
.list_txt.circlenumtype > li:nth-child(1):before,
.list_txt > li > .list_txt.circlenumtype > li:nth-child(1):before {content:"①";}
.list_txt.circlenumtype > li:nth-child(2):before,
.list_txt > li > .list_txt.circlenumtype > li:nth-child(2):before {content:"②";}
.list_txt.circlenumtype > li:nth-child(3):before,
.list_txt > li > .list_txt.circlenumtype > li:nth-child(3):before {content:"③";}
.list_txt.circlenumtype > li:nth-child(4):before,
.list_txt > li > .list_txt.circlenumtype > li:nth-child(4):before {content:"④";}
.list_txt.circlenumtype > li:nth-child(5):before,
.list_txt > li > .list_txt.circlenumtype > li:nth-child(5):before {content:"⑤";}
.list_txt.circlenumtype > li:nth-child(6):before,
.list_txt > li > .list_txt.circlenumtype > li:nth-child(6):before {content:"⑥";}
.list_txt.circlenumtype > li:nth-child(7):before,
.list_txt > li > .list_txt.circlenumtype > li:nth-child(7):before {content:"⑦";}
.list_txt.circlenumtype > li:nth-child(8):before,
.list_txt > li > .list_txt.circlenumtype > li:nth-child(8):before {content:"⑧";}
.list_txt.circlenumtype > li:nth-child(9):before,
.list_txt > li > .list_txt.circlenumtype > li:nth-child(9):before {content:"⑨";}
.list_txt.circlenumtype > li:nth-child(10):before,
.list_txt > li > .list_txt.circlenumtype > li:nth-child(10):before {content:"⑩";}
.txt_bul {position:relative; padding-left:5px; font-size:1.1rem;}
.txt_bul:before {content:'·'; position:absolute; left:0;}
.txt_bul strong {color:#FF243E; ;}
.txt_bul.non_bul:before {display:none;}
.list_dl dl {display:table;}
.list_dl dl dt {display:table-cell; padding-right:6px; font-size:1.2rem; color:#000;}
.list_dl dl dd {display:table-cell; font-size:1.2rem; color:#000;}
dl.list_dl2 {margin:10px 0;}
dl.list_dl2:after {content:""; display:block; clear:both;}
dl.list_dl2 dt {clear:both; float:left; position:relative; margin:0 0 11px; padding-left:5px; font-size:1.1rem;}
dl.list_dl2 dt:before {content:'·'; position:absolute; left:0;}
dl.list_dl2 dd {float:right; margin:0 0 11px; font-size:1.1rem;}
dl.list_dl2 dd:last-child {margin-bottom:0;}
.list_condition li {display:inline-block;}
.list_condition li span {display:table-cell; width:60px; height:46px; border-radius:4px; border:1px solid #EEE; font-size:1.1rem; color:#000; text-align:center; vertical-align:middle; background-color:#FFF;}

/* fl_list */
.fl_list {overflow:hidden; margin-bottom:10px;}
.fl_list > li {position:relative; float:left; padding-right:12px; margin-right:10px; font-size:1.3rem; color:#8B8B8B}
.fl_list > li:last-child {margin:0; padding:0;}
.fl_list > li strong {margin-left:3px; font-weight:bold; color:#000;}
.fl_list > li:before {content:''; display:block; position:absolute; top:2px; right:0; width:1px; height:15px; background:#ddd}
.fl_list > li:last-child:before {display:none;}

/* bullet */
.blt_txt {font-size:1.1rem;}
.blt_txt:before {content:"※"; margin-right:4px; font-size:0.72rem;}
.blt_txt2 {padding-left:8px; text-indent:-8px; color:#000; font-size:1.1rem;}
.blt_txt2::before {content:"·"; margin-right:5px;}

/* lsm등록 */
.reg_lsm_wrap {font-size:1.1rem;}
.reg_lsm_wrap > .tit {margin:10px 0 8px 6px; font-size:1.3rem; font-weight:bold;}
.reg_lsm_wrap p {position:relative; margin-bottom:5px; padding-left:6px; font-size:1.1rem;}
.reg_lsm_wrap p.dot:before {content:""; position:absolute; left:0; top:7px; width:2px; height:2px; margin-right:5px; border-radius:2px; background-color:#000;}
.reg_lsm_wrap p.hyp:before {content:""; position:absolute; left:0; top:7px; width:4px; height:1px; margin-right:5px; background-color:#000;}
.reg_lsm_wrap p strong {color:#FF243E;}
.reg_lsm_wrap .blank {margin:30px 0;}
.btn_wrap.ctr {margin:30px 0; text-align:center;}
.list_rows li{position:relative;display:flex}.list_rows li[data-bullet=dot-sm]{padding-left:6px}.list_rows li[data-bullet=dot-sm]::before{position:absolute;left:0;top:8px;content:"";width:2px;height:2px;display:block;background:#000;border-radius:100%;overflow:hidden}.list_rows--title{white-space:nowrap;font-weight:500;font-style:normal;display:inline-flex}.list_rows--desc:not(:first-child){margin-left:4px}.list_rows__align_top li{margin-top:4px}.list_rows .text_critical{font-size:15px;font-weight:700;line-height:1.25;letter-spacing:-0.03em;word-break:keep-all}.text_list{font-family:"Roboto","Noto Sans KR","sans-serif";box-sizing:border-box}.text_list *{box-sizing:border-box}.text_list input,.text_list button,.text_list select,.text_list textarea{font-family:"Roboto","Noto Sans KR","sans-serif"}.text_list>li{position:relative;display:flex}.text_list>li[data-bullet]::before{content:attr(data-bullet);margin-right:4px;display:block}.text_list>li:not(:first-child){margin-top:4px}.text_list>li:not(:has(div)){outline:2px dashed red}.text_list--title{white-space:nowrap;font-weight:500;font-style:normal;display:inline-flex;flex:0 0 auto}.text_list--desc:not(:first-child){margin-left:4px}.text_list--desc{flex:1;max-width:100%;min-width:0}.text_list--sb{display:flex;justify-content:space-between;flex:1}.text_list--sb>div:last-child{text-align:right}.text_list.gap_2>li:not(:first-child){margin-top:8px}.text_list.gap_0>li:not(:first-child){margin-top:0}.text_list__dash>li:not([data-bullet])::before{margin-right:4px;display:block;content:"-"}.text_list__middot>li:not([data-bullet])::before{margin-right:4px;display:block;content:"·"}.text_list__bull>li:not([data-bullet])::before{margin-right:4px;display:block;content:"•"}.text_list_demical{font-family:"Roboto","Noto Sans KR","sans-serif";box-sizing:border-box}.text_list_demical *{box-sizing:border-box}.text_list_demical input,.text_list_demical button,.text_list_demical select,.text_list_demical textarea{font-family:"Roboto","Noto Sans KR","sans-serif"}.text_list_demical{list-style:decimal;margin-left:16px}
/* 테이블 ========================================================================================= */
.tbl_type1 {width:100%; border:1px solid #ddd}
.tbl_type1 thead th,.tbl_type1 tbody td {text-align:center; color:#000; font-size:1.1rem; border-right:1px solid #eee; word-break:break-all}
.tbl_type1 thead th {padding:9px 10px 8px; background:#F5F5F5; border-bottom:1px solid #ddd;}
.tbl_type1 thead th:last-child,.tbl_type1 tbody td:last-child {border-right:none;}
.tbl_type1 tbody td {padding:14px 10px 13px; background:#fff; border-bottom:1px solid #eee; font-size:1.3rem}
.tbl_type1 tbody tr:last-child td {border-bottom:none;}
/* */
table.brd_list {border-top:1px solid #DDD;}
table.brd_list thead th {padding:16px 0 12px; font-size:1.4rem; color:#111; background-color:#F8F8F8;}
table.brd_list thead th strong {font-weight:bold}
table.brd_list tbody th {padding:14px 6px; border-bottom:1px solid #DDD; font-size:1.3rem; color:#333; text-align:left;}
table.brd_list tbody tr th:first-child {padding-left:18px;}
table.brd_list tbody td {padding:14px 4px; border-bottom:1px solid #EEE; font-size:1.1rem; color:#888;}
table.brd_list .txt_lf {padding-left:18px; text-align:left;}
.tab_wrap .tab_tit{position:relative;padding:0 14px 0}.tab_wrap .tab_tit:before{position:absolute;right:0;bottom:0;left:0;height:1px;content:"";background-color:#ccc}.tab_wrap--mnuri{position:relative;padding-right:0 !important}.tab_wrap__visible.tab_wrap .tab_tit.scroll{overflow:visible}.tab_wrap__visible.tab_wrap .storelisttab{padding-bottom:0;overflow:visible}.tab_wrap--speech_bubble{font-size:11px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;box-sizing:border-box;position:absolute;min-width:147px;min-height:26px;display:none;align-items:center;justify-content:center;padding:4px 15px 0 15px;color:#000;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='147' height='26' viewBox='0 0 147 26' fill='none'%3E%3Cmask id='m' fill='white'%3E%3Cpath d='M135.5 25.9996C141.851 25.9996 147 20.8509 147 14.4996C147 8.14853 141.851 2.99963 135.5 2.99963H113.321L110.916 0.587524C110.135 -0.195883 108.865 -0.195881 108.084 0.587524L105.679 2.99963H11.5C5.14885 2.99963 0.000197915 8.14853 0 14.4996C0 20.8509 5.14873 25.9996 11.5 25.9996H135.5Z'/%3E%3C/mask%3E%3Cpath d='M135.5 25.9996C141.851 25.9996 147 20.8509 147 14.4996C147 8.14853 141.851 2.99963 135.5 2.99963H113.321L110.916 0.587524C110.135 -0.195883 108.865 -0.195881 108.084 0.587524L105.679 2.99963H11.5C5.14885 2.99963 0.000197915 8.14853 0 14.4996C0 20.8509 5.14873 25.9996 11.5 25.9996H135.5Z' fill='white'/%3E%3Cpath d='M147 14.4996L148 14.4996V14.4996H147ZM113.321 2.99963V3.99963H112.906L112.613 3.70574L113.321 2.99963ZM110.916 0.587524L111.624 -0.118696L111.624 -0.118578L110.916 0.587524ZM108.084 0.587524L107.376 -0.118578L107.376 -0.118696L108.084 0.587524ZM105.679 2.99963L106.387 3.70574L106.094 3.99963H105.679V2.99963ZM0 14.4996H-1V14.4996L0 14.4996ZM135.5 25.9996V24.9996C141.299 24.9996 146 20.2986 146 14.4996H147H148C148 21.4032 142.404 26.9996 135.5 26.9996V25.9996ZM147 14.4996L146 14.4997C146 8.70079 141.299 3.99963 135.5 3.99963V2.99963V1.99963C142.403 1.99963 148 7.59627 148 14.4996L147 14.4996ZM135.5 2.99963V3.99963H113.321V2.99963V1.99963H135.5V2.99963ZM113.321 2.99963L112.613 3.70574L110.208 1.29363L110.916 0.587524L111.624 -0.118578L114.029 2.29353L113.321 2.99963ZM110.916 0.587524L110.208 1.29375C109.817 0.902044 109.183 0.902044 108.792 1.29375L108.084 0.587524L107.376 -0.118696C108.548 -1.29381 110.452 -1.29381 111.624 -0.118696L110.916 0.587524ZM108.084 0.587524L108.792 1.29363L106.387 3.70574L105.679 2.99963L104.971 2.29353L107.376 -0.118578L108.084 0.587524ZM105.679 2.99963V3.99963H11.5V2.99963V1.99963H105.679V2.99963ZM11.5 2.99963V3.99963C5.70116 3.99963 1.00018 8.70079 1 14.4997L0 14.4996L-1 14.4996C-0.999785 7.59627 4.59653 1.99963 11.5 1.99963V2.99963ZM0 14.4996H1C1 20.2986 5.70101 24.9996 11.5 24.9996V25.9996V26.9996C4.59644 26.9996 -1 21.4032 -1 14.4996H0ZM11.5 25.9996V24.9996H135.5V25.9996V26.9996H11.5V25.9996Z' fill='black' mask='url(%23m)'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;top:100%;right:50%;transform:translate(27%, -7px)}.active .tab_wrap--speech_bubble{display:inline-flex}.tab_wrap .tab_tit.ty2{padding-top:0}.tab_wrap .tab_tit>ul:after{display:block;clear:both;content:""}.tab_wrap .tab_tit>ul>li{float:left;text-align:center}.tab_wrap .tab_tit>ul>li>button{border:none;background:none}.tab_wrap .tab_tit>ul>li>a,.tab_wrap .tab_tit>ul>li>button,.tab_wrap .tab_tit>ul>li>strong{font-size:1.5rem;line-height:1;position:relative;bottom:0;display:block;padding:16px 0 12px;color:#999}.tab_wrap .tab_tit>ul>li>a.active,.tab_wrap .tab_tit>ul>li>button.active,.tab_wrap .tab_tit>ul>li>strong{color:#000;border-bottom:2px solid #111}.tab_wrap .tab_tit>ul>li .txt_sml{font-size:1.1rem;margin-left:3px}.tab_wrap .tab_tit.case1>ul>li{width:100%}.tab_wrap .tab_tit.case2>ul>li{width:50%}.tab_wrap .tab_tit.case3>ul>li{width:33.3%}.tab_wrap .tab_tit.case3>ul>li:first-child{width:33.4%}.tab_wrap .tab_tit.case4>ul>li{width:25%}.tab_wrap .tab_tit.case4_2>ul>li{width:25%}.tab_wrap .tab_tit.case4_2>ul>li>a{padding:15px 0}.tab_wrap .tab_tit.case5>ul>li{width:20%}.tab_wrap .tab_tit.case6>ul>li{width:17%}.tab_wrap .tab_tit.case6>ul>li:first-child{width:15%}.tab_wrap .tab_con{display:none;margin-top:50px}.tab_wrap .tab_con.ty2{margin-top:0}.tab_wrap .tab_con.ty3{margin-top:20px}.tab_wrap .tab_con.active{display:block}.tab_wrap .tab_con.all{display:block}.tab_wrap .tab_con.non_pad{margin-top:0}.tab_wrap.ty2 .tab_tit>ul>li>a.active,.tab_wrap.ty2 .tab_tit>ul>li>button.active,.tab_wrap.ty2 .tab_tit>ul>li>strong{color:#000;border:1px solid #ddd}.contgapline5{display:block;height:5px;margin:15px 0;background-color:#eee}.tab_tit.scroll{position:relative;overflow-y:hidden;padding:0}.tab_tit.scroll:after{position:absolute;top:0;right:0;bottom:2px;width:25px;content:"";background:url("../images/common/bg_tab_dim.png") no-repeat 0 0}.tab_tit.scroll>ul{font-size:0;overflow-x:scroll;margin-bottom:-6px;padding-bottom:6px;white-space:nowrap;color:#fff;-ms-overflow-style:none;scrollbar-width:none}.tab_tit.scroll>ul>li{display:inline-block;float:none;margin-right:18px}.tab_tit.scroll>ul>li:first-child{padding-left:18px}.tab_tit.scroll>ul>li:last-child{margin-right:0;padding-right:38px}.tab_tit.scroll>ul>li a,.tab_tit.scroll>ul>li>button,.tab_tit.scroll>ul>li>strong{font-size:1.2rem;display:block;padding:11px 3px 13px;opacity:.5;color:#000}.tab_tit.scroll>ul>li>a.active,.tab_tit.scroll>ul>li>button.active,.tab_tit.scroll>ul>li>strong{opacity:1}.tab_tit.scroll>ul::-webkit-scrollbar{display:none}.tab_wrap2{position:relative}.tab_wrap2 .tab_tit{margin:20px 0 10px}.tab_wrap2 .tab_tit.side:after{display:block;clear:both;content:""}.tab_wrap2 .tab_tit.side>ul{float:left}.tab_wrap2 .tab_tit.side>ul:after{display:block;clear:both;content:""}.tab_wrap2 .tab_tit.side .side_area{float:right}.tab_wrap2 .tab_tit.scroll>ul{overflow-x:scroll;padding:0 30px 0 18px;white-space:nowrap;color:#fff}.tab_wrap2 .tab_tit.scroll>ul>li:first-child{padding-left:0}.tab_wrap2 .tab_tit.scroll>ul>li:last-child{padding-right:0}.tab_wrap2 .tab_tit>ul{padding:0 0}.tab_wrap2 .tab_tit>ul>li{display:inline-block;margin-right:10px}.tab_wrap2 .tab_tit>ul>li:first-child{margin-left:0}.tab_wrap2 .tab_tit>ul>li>a{font-size:1.2rem;line-height:1;color:#666}.tab_wrap2 .tab_tit>ul>li>a .txt{font-size:1rem}.tab_wrap2 .tab_tit>ul>li>a.active{font-size:1.5rem;font-weight:bold;color:#000}.tab_wrap2 .tab_con{display:none}.tab_wrap2 .tab_con.active{display:block}.tab_wrap2 .tab_con.non_pad{padding-top:0}.tab_wrap3{margin:10px 0 10px;border:1px solid #ddd;border-radius:4px}.tab_wrap3 .tab_tit ul{display:flex}.tab_wrap3 .tab_tit li{flex:2}.tab_wrap3 .tab_tit li:first-child button{border-left:none;border-radius:4px 0 0 0}.tab_wrap3 .tab_tit li:last-child button{border-radius:0 4px 0 0}.tab_wrap3 .tab_tit li button{font-family:"Roboto";font-size:1.4rem;line-height:40px;position:relative;display:block;width:100%;height:40px;color:#999;border-bottom:1px solid #ddd;border-left:1px solid #ddd;background-color:#f8f8f8}.tab_wrap3 .tab_tit li button.active{color:#000;border-bottom-width:0;background-color:#fff}.tab_wrap3 .tab_tit li button .point{color:#91cefb}.tab_wrap3 .tab_tit li button.active .point{color:#2aa3fe}.tab_wrap3 .tab_tit.case1 li button.active{border-bottom-width:1px}.tab_wrap3 .tab_con{display:none;margin-top:20px}.tab_wrap3 .tab_con.active{display:block}.tab_wrap3.reset{overflow:hidden}.tab_wrap3.reset .tab_tit li button{border-bottom-width:0}.tab_wrap3.reset.active .tab_tit li button{color:#000;background-color:#fff}.tab_wrap3.reset.disabled .tab_tit li button{color:#999;background-color:#f8f8f8}.tab_wrap3.reset.selected{border:1px solid #000}.tab_wrap3.reset.selected .tab_tit li button{color:#000;background-color:#fff}#fixedScrollMenu.tab_tit{transition:all .3s ease-out;transform:translate3d(0, 0, 0)}#fixedScrollMenu.tab_tit.fixed_tit_up{position:fixed;z-index:10;top:0;right:0;left:0;background-color:hsla(0,0%,100%,.9)}#fixedScrollMenu.tab_tit.fixed_tit_dw{position:fixed;z-index:10;top:0;right:0;left:0;transition:all .3s ease-out;transform:translate3d(0, 0, 0);background-color:hsla(0,0%,100%,.9)}#fixedScrollMenu.tab_tit.scroll>ul>li a,#fixedScrollMenu.tab_tit.scroll>ul>li>button,#fixedScrollMenu.tab_tit.scroll>ul>li>strong{font-size:1.5rem;padding:18px 3px 15px}#fixedScrollMenu2.tab_tit.scroll>ul>li a,#fixedScrollMenu2.tab_tit.scroll>ul>li>button,#fixedScrollMenu2.tab_tit.scroll>ul>li>strong{font-size:1.5rem;padding:18px 3px 15px}.tab_inner_wrap{position:relative}.tab_inner_wrap .tab_inner_tit{position:relative;margin:0 0 5px 0;padding:0 18px}.tab_inner_wrap .tab_inner_tit.bx_list_scroll{padding:0}.tab_inner_wrap .tab_inner_tit.bx_list_scroll>ul>li>a{border-radius:0}.tab_inner_wrap .tab_inner_tit.side>ul:after{display:block;clear:both;content:""}.tab_inner_wrap .tab_inner_tit.side>ul{float:left}.tab_inner_wrap .tab_inner_tit.side .side_area{float:right}.tab_inner_wrap .tab_inner_tit>ul>li{display:inline-block;margin-right:12px;text-align:center}.tab_inner_wrap .tab_inner_tit>ul>li>a{font-size:1.5rem;display:block;color:#999}.tab_inner_wrap .tab_inner_tit>ul>li>a.active{color:#000}.tab_inner_wrap .tab_inner_tit.ty2>ul>li>a{color:#999}.tab_inner_wrap .tab_inner_tit.ty2>ul>li>a:hover,.tab_inner_wrap .tab_inner_tit.ty2>ul>li>a.active{font-size:1.5rem;color:#000}.tab_inner_wrap .tab_inner_tit.ty3{margin:8px 0 10px;text-align:right}.tab_inner_wrap .tab_inner_tit.ty3>ul>li{margin-right:0;margin-left:15px}.tab_inner_wrap .tab_inner_tit.ty3>ul>li a span:before{display:inline-block;width:7px;height:7px;margin:7px 4px 0 0;content:"";vertical-align:top;border-radius:50%;background:#aaa}.tab_inner_wrap .tab_inner_tit.ty3>ul>li a.active span:before{background:#f51641}.tab_inner_wrap .tab_inner_tit.ty4{background:#f4f4f4}.tab_inner_wrap .tab_inner_tit.ty4>ul>li{margin-right:15px}.tab_inner_wrap .tab_inner_tit.ty4>ul>li a{padding:8px 0 10px;color:#000}.tab_inner_wrap .tab_inner_tit.ty4>ul>li a.active{color:#ed4c6b}.tab_inner_wrap .tab_inner_tit.ty4>ul>li a.active span:before{display:inline-block;width:9px;height:6px;margin:0 4px 0 0;content:"";vertical-align:middle;background:url("../images/icon/ic_tab_on4.svg") no-repeat 0 0}.tab_inner_wrap .tab_inner_tit.ty5>ul>li>a{line-height:15px;position:relative;bottom:0;padding:10px 2px 8px}.tab_inner_wrap .tab_inner_tit.ty5>ul>li>a.active{line-height:12px;border-bottom:2px solid #111}.tab_inner_wrap .tab_inner_con{display:none;clear:both;margin-top:20px}.tab_inner_wrap .tab_inner_con.active{display:block}.tab_inner_wrap .tab_inner_con.non_pad{margin-top:0}.expansion{font-family:"Roboto","Noto Sans KR","sans-serif"}.expansion,.expansion *{box-sizing:border-box}.expansion input,.expansion button,.expansion select,.expansion textarea{font-family:"Roboto","Noto Sans KR","sans-serif"}.expansion--head{display:flex;align-items:center;width:100%;padding:inherit;border-width:1px 0;border-color:#eee;border-style:solid;outline:0 !important;background:inherit}.expansion--head--icon{flex:0;height:100%;display:flex;align-items:center;justify-content:flex-end}.full_layer_wrap .expansion--head{padding-left:18px;padding-right:18px;border-width:1px 0;border-style:solid;border-color:#eee}.fieldset_wrap .expansion{margin-top:20px;margin-left:-18px;margin-right:-18px}.expansion+.flex_btn{margin-top:20px}.expansion .expansion--panel.active .expansion--head--icon{display:flex;align-items:center}.expansion .expansion--panel.active .expansion--head--icon svg{vertical-align:top;transform:rotate(-180deg)}.expansion .expansion--panel.active .expansion--body{display:block !important}.expansion--title{display:flex;align-items:center;flex:1;min-height:50px;padding-top:12px;padding-bottom:12px}.expansion .js_expansion--action{cursor:pointer}.expansion .js_expansion--action label{cursor:pointer}.expansion--body{font-size:11px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;display:none;padding:20px 18px;background:#f8f8f8}.expansion .agree_desc ol{display:flex;flex-direction:column;margin-top:8px;margin-bottom:8px;gap:8px}.expansion .agree_desc p{margin-top:8px;margin-bottom:8px}:where(.expansion+.btn_btm_wrap.ty1){margin-top:16px !important}.snackbar{--snackbar-spacing: 22px}.snackbar,.snackbar *{box-sizing:border-box}.snackbar{font-size:13px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;position:fixed;z-index:150;bottom:calc(var(--snackbar-spacing) + var(--floating-height));left:50%;min-width:200px;max-width:calc(100% - var(--snackbar-spacing));padding:16px;text-align:center;opacity:0;color:#fff;border-radius:4px;background:#323232;box-shadow:0 4px 15px 0 rgba(0,0,0,.2392156863);transition:top .3s;overflow:hidden}.snackbar__blur_large{backdrop-filter:blur(17.5px)}.snackbar__top{bottom:auto;transform:translateX(-50%)}.snackbar__bottom{top:auto;transform:translateX(-50%)}.snackbar.active{opacity:1}.snackbar--wrapper{display:flex;align-items:center;position:relative;z-index:1}.snackbar--content{display:flex;align-items:center;flex:1;justify-content:flex-start;text-align:left}.snackbar--icon{display:flex;align-items:center;flex:0 0 34px;margin-right:13px;color:#fff}.snackbar--desc{flex:1}.snackbar--title{font-weight:400;display:block;margin-bottom:4px}.snackbar--actions{flex:0 0 auto;margin-left:15px}.snackbar--btn{font-size:10px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;display:inline-flex;align-items:center;height:23px;padding-right:8px;padding-left:8px;text-align:center;color:#fff;border:1px solid currentColor;border-radius:12px;gap:10px}.wrap_movie_list{position:relative;z-index:1}.wrap_movie_list .list_movie>ul>li{width:154px;vertical-align:top}.wrap_movie_list .list_movie>ul>li:first-child{margin-left:18px}.wrap_movie_list .list_movie>ul>li:last-child{margin-right:18px}.wrap_movie_list .list_movie>ul .bx_thm{position:relative;height:100%}.wrap_movie_list .list_movie>ul .bx_thm a{display:block}.wrap_movie_list .list_movie>ul .bx_thm .thm{position:relative;display:block;overflow:hidden;border-radius:4px}.wrap_movie_list .list_movie>ul .bx_thm .thm img{width:100%;border-radius:4px}.wrap_movie_list .list_movie>ul .bx_thm .thm:after{position:absolute;bottom:0;display:block;width:100%;height:50px;content:"";background:#fff;background:linear-gradient(to bottom, rgba(140, 140, 142, 0) 0%, rgba(0, 0, 0, 0.5) 100%)}.wrap_movie_list .list_movie>ul .bx_thm dl.infor_etc dt{font-size:0;text-indent:-9999rem}.wrap_movie_list .list_movie>ul .bx_thm dl.infor_etc .rank{font-family:"Roboto";font-size:2.875rem;font-weight:bold;font-style:italic;line-height:1;position:absolute;z-index:5;bottom:3px;left:5px;color:#fff}.wrap_movie_list .list_movie>ul .bx_thm dl.infor_etc .rank.type1{font-size:4.6rem;font-weight:500;bottom:-6px}.wrap_movie_list .list_movie>ul .bx_thm .ic_grade{position:absolute;top:10px;right:4px}.wrap_movie_list .list_movie>ul .bx_infor{margin-top:0}.wrap_movie_list .list_movie>ul .bx_infor dl{font-size:0;text-align:center}.wrap_movie_list .list_movie>ul .bx_infor dl dt{display:inline-block;margin-top:-1px;vertical-align:top;color:#000}.wrap_movie_list .list_movie>ul .bx_infor dl dd{display:inline-block;vertical-align:top;color:#000}.wrap_movie_list .list_movie>ul .bx_infor dl dd:after{display:inline-block;height:8px;margin:0 8px;content:"";vertical-align:middle;border-left:1px solid #ddd}.wrap_movie_list .list_movie>ul .bx_infor dl dd:last-child:after{display:none}.wrap_movie_list .list_movie>ul .bx_infor dl dt.tit{font-size:0;display:block;margin:0;text-indent:-9999rem}.wrap_movie_list .list_movie>ul .bx_infor dl dd.tit{font-size:1.5rem;display:block;overflow:hidden;margin:6px 0 0;white-space:nowrap;text-overflow:ellipsis}.wrap_movie_list .list_movie>ul .bx_infor dl dd.tit:after{display:none}.wrap_movie_list .list_movie>ul .bx_infor dl dt.rate{font-size:1.1rem;margin-right:2px}.wrap_movie_list .list_movie>ul .bx_infor dl dd.rate{font-family:"Roboto";font-size:1.1rem;font-weight:bold}.wrap_movie_list .list_movie>ul .bx_infor dl dt.score{font-size:0;width:10px;height:10px;margin:2px 4px 0 0;vertical-align:top;text-indent:-9999rem;background:url("../images/icon/ic_stats_star.svg") no-repeat center center}.wrap_movie_list .list_movie>ul .bx_infor dl dd.score{font-family:"Roboto";font-size:1.1rem;font-weight:bold}.wrap_movie_list .list_movie>ul .bx_infor dl dt.fav{font-size:0;text-indent:-9999rem}.wrap_movie_list .list_movie>ul .bx_infor dl dd.fav{margin-top:-2px}.wrap_movie_list .list_movie>ul .bx_infor dl dt.dday{font-size:0;text-indent:-9999rem}.wrap_movie_list .list_movie>ul .bx_infor dl dd.dday{font-size:1.1rem;margin:0;white-space:nowrap}.wrap_movie_list .list_movie>ul .bx_reserve{clear:both;margin-top:8px;text-align:center}.wrap_movie_list.type2 .list_movie>ul .bx_infor dl dt{color:#fff}.wrap_movie_list.type2 .list_movie>ul .bx_infor dl dd{color:#fff}.list_movie_type2{margin:10px 0;padding:0 18px}.list_movie_type2>li{position:relative;min-height:128px;margin-top:20px;padding:5px 0 7px 0}.list_movie_type2>li:first-child{margin-top:0}.list_movie_type2>li .bx_thm{position:absolute;top:0;right:0;overflow:hidden;width:90px;height:128px;border-radius:4px}.list_movie_type2>li .bx_thm a{display:block}.list_movie_type2>li .bx_thm .rank{position:absolute;right:0;bottom:0;left:0;height:30px;background:linear-gradient(to bottom, rgba(140, 140, 142, 0) 0%, rgba(139, 139, 141, 0) 1%, rgba(0, 0, 0, 0.5) 100%)}.list_movie_type2>li .bx_thm .rank strong{font-family:"Roboto";font-size:1.875rem;font-weight:bold;font-style:italic;line-height:1;position:absolute;bottom:0;left:5px;color:#fff}.list_movie_type2>li .bx_tit{overflow:hidden;margin:0 100px 6px 0;white-space:nowrap}.list_movie_type2>li .bx_tit .ic_grade{float:left;vertical-align:top}.list_movie_type2>li .bx_tit .tit{vertical-align:middle;white-space:normal}.list_movie_type2>li .bx_tit .ic_grade+.tit{display:block;overflow:hidden;padding:0 24px 0 4px;vertical-align:top;white-space:nowrap;text-overflow:ellipsis}.list_movie_type2>li dl{font-size:1.1rem;margin:0 100px 5px 0}.list_movie_type2>li dl:after{display:block;clear:both;content:""}.list_movie_type2>li dl dt{float:left;clear:both;margin:-1px 6px 3px 0;color:#666}.list_movie_type2>li dl dd{font-family:"Roboto";float:left;margin-bottom:2px}.list_movie_type2>li dl dd strong{font-weight:bold}.list_movie_type2>li dl dt.side{clear:none}.list_movie_type2>li dl dt.side:before{float:left;height:10px;margin:3px 8px 0;content:"";border-left:1px solid #ddd}.list_movie_type2>li dl .txt_ic_score{white-space:nowrap}.list_movie_type2>li dl .txt_ic_score em{width:11px;height:11px;margin:2px 0 0 0}.list_movie_type2>li dl .txt_ic_score strong{font-size:1.1rem}.list_movie_type2>li .bx_btn{font-size:1.1rem;margin:5px 100px 5px 0}.list_movie_type2>li .bx_btn .expired{font-family:"Roboto";font-size:1.3rem;font-weight:bold;margin-right:8px;vertical-align:middle;color:#ed4c6b}.list_movie_type2>li .bx_btn .btn_icon_warp{margin-right:8px}.list_movie_type2>li .bx_btn .btn_icon_warp .cnt{font-family:"Roboto";font-weight:bold;margin-left:3px}.list_movie_type2>li .bx_btn .btn_fav3{width:18px;height:18px;margin-top:-1px}.list_movie_type2>li .bx_btn .btn_type8{line-height:28px;height:28px;margin-left:8px;padding:0 14px;vertical-align:middle}.list_movie_type2>li .bx_btn .txt_ad{font-family:"Roboto";font-size:20px;font-weight:bold;font-style:italic;margin-right:42px;opacity:.2;color:#161518}.list_movie_type2 .btn_reserve{margin-left:10px;vertical-align:middle}.list_movie_type2>li{padding-right:0}.list_movie_type2>li .bx_thm2{overflow:hidden;border-radius:4px}.list_movie_type2>li .bx_thm2 a{display:block}.list_movie_type2>li .bx_thm2 a img{width:100%;border-radius:4px}.list_movie_type3{min-height:257px}.list_movie_type3 li{position:relative;min-height:114px;margin-bottom:8px;padding-top:8px}.list_movie_type3 li .thm{position:absolute;top:0;right:0;overflow:hidden;width:80px;height:114px;border-radius:4px}.list_movie_type3 li .thm img{width:100%}.list_movie_type3 .bx_infor{padding-right:100px}.list_movie_type3 .bx_infor dl{font-size:1.1rem;color:#000}.list_movie_type3 .bx_infor dl:after{display:block;clear:both;content:""}.list_movie_type3 .bx_infor dl dt{float:left;clear:both;margin-right:5px;transform:translateY(2px)}.list_movie_type3 .bx_infor dl dt.day{font-size:0;text-indent:-9999em}.list_movie_type3 .bx_infor dl dt.tit{font-size:0;text-indent:-9999em}.list_movie_type3 .bx_infor dl dd{float:left}.list_movie_type3 .bx_infor dl dd.day{font-size:1.3rem;font-weight:bold;margin-bottom:3px;color:#ed4c6b}.list_movie_type3 .bx_infor dl dd.tit{font-size:1.5rem}.list_movie_type3 .bx_infor dl dd.rate{font-family:"Roboto";font-weight:bold;line-height:1.6;margin-top:3px}.list_movie_type3 .bx_infor .btn_reserve{margin-top:8px}.list_movie_type4{padding:0}.list_movie_type4>li{position:relative;padding:20px;border-top:1px solid #ddd}.list_movie_type4>li:first-child{border-top:none}.list_movie_type4>li:first-child{margin-top:0}.list_movie_type4>li .bx_tit{position:relative;margin-bottom:6px}.list_movie_type4>li .bx_tit .ic_grade{position:absolute;top:0;left:0}.list_movie_type4>li .bx_tit .tit{padding-left:30px;vertical-align:middle}.list_movie_type4>li>ul>li{display:inline-block;width:48%}.list_movie_type4>li dl{font-size:1.1rem;margin:0 0 5px 0;color:#000}.list_movie_type4>li dl:after{display:block;clear:both;content:""}.list_movie_type4>li dl dt{float:left;clear:both;margin:0 8px 2px 0;color:#666}.list_movie_type4>li dl dd{float:left;margin-bottom:2px}.list_movie_type4>li .group_btm{padding:20px 0 0 0}.list_movie_type4>li .group_btm:after{display:block;clear:both;content:""}.list_movie_type4>li .group_btm .bx_lft{float:left}.list_movie_type4>li .group_btm .bx_lft dl{margin-top:7px}.list_movie_type4>li .group_btm .bx_lft dl dt{font-size:1.3rem;color:#666}.list_movie_type4>li .group_btm .bx_lft dl dd{font-size:1.3rem;color:#000}.list_movie_type4>li .group_btm .bx_lft dl dd strong{font-weight:bold}.list_movie_type4>li .group_btm .bx_btn{float:right}.movi_info_list>li{position:relative;min-height:96px;padding:20px 18px 20px 100px;border-bottom:1px solid #ddd;background:url("../../Content/images/icon/check_bg.svg") no-repeat calc(100% - 18px) center;background-size:27px 27px}.movi_info_list>li.active{background-image:url("../../Content/images/icon/check_bg_on.svg")}.movi_info_list>li.disabled .poster_info{opacity:.3}.movi_info_list>li.disabled .tit_info,.movi_info_list>li.disabled .sub_info{opacity:.5}.movi_info_list>li .poster_info{position:absolute;top:20px;left:18px;width:68px;height:96px}.movi_info_list>li .img_info{display:block;overflow:hidden;width:100%;height:100%;border-radius:4px}.movi_info_list>li .img_info img{width:100%;border-radius:4px}.movi_info_list>li .poster_info .ic_grade{position:absolute;top:5px;right:5px}.movi_info_list>li .poster_info .rank_info{font-family:"Roboto";font-size:1.8rem;font-weight:bold;font-style:italic;line-height:1;position:absolute;right:5px;bottom:-3px;left:7px;display:block;color:#fff}.movi_info_list>li .tit_info{font-size:1.5rem;display:block;overflow:hidden;margin:7px 27px 4px 0;white-space:nowrap;text-overflow:ellipsis;color:#000}.movi_info_list>li .time_info{font-size:1.1rem;position:absolute;top:30px;right:18px;color:#000}.movi_info_list>li .btn_type10{position:absolute;right:18px;bottom:25px}.movi_info_list>li .btn_detail{font-size:1.1rem;position:relative;z-index:2;margin-left:10px;padding:0 10px 0 3px;vertical-align:top;background:url("../../Content/images/icon/arr_rg_blk_01.svg") no-repeat right center;background-size:auto 8px}.movi_info_list>li .sub_info>li{font-size:1.1rem;position:relative;margin-bottom:3px}.movi_info_list>li .sub_info>li>em{width:40px}.movi_info_list>li .sub_info>li>strong{font-family:"Roboto"}.movi_info_list>li .sub_info>li.info1 strong{font-weight:bold}.movi_info_list>li .sub_info>li.info1 strong:before{display:inline-block;width:11px;height:10px;margin-right:2px;content:"";background:url("../../Content/images/icon/ic_star.svg") no-repeat 0 0;background-size:11px 10px}.movi_info_list>li .sub_info>li.info2 strong>em{font-weight:bold}.movi_info_list>li .sub_info>li .time_info{top:0;right:auto;left:82px}.movi_info_list>li:last-child{margin-bottom:150px}.movi_info_list .remain_info{font-size:1.1rem;font-weight:bold;position:relative;margin-left:5px;padding-left:8px;color:#ff7787}.movi_info_list .remain_info:before{position:absolute;top:3px;left:0;display:block;width:1px;height:10px;margin-left:0;content:"";background:#ddd}.bx_list_scroll{position:relative;overflow-y:hidden}.bx_list_scroll>ul{font-size:0;overflow-x:scroll;margin-bottom:-6px;padding-bottom:6px;white-space:nowrap;color:#fff}.bx_list_scroll>ul>li{font-size:1.6rem;display:inline-block;margin-right:10px;vertical-align:top}.bx_list_scroll>ul>li:first-child{margin-left:18px}.bx_list_scroll>ul>li:last-child{margin-right:18px}.bx_list_scroll>ul>li>a{display:block;overflow:hidden;border-radius:4px}.bx_list_scroll>ul>li .tit{font-size:1.1rem;display:block;margin-top:10px;text-align:center;color:#fff}.bx_list_scroll>ul>li img{width:100%}.bx_list_scroll.pick_date>ul{font-size:0}.bx_list_scroll.pick_date>ul>li{font-size:1.5rem;width:14.2857%;margin:0;text-align:center}.bx_list_scroll.pick_date>ul>li:first-child{margin-left:0}.bx_list_scroll.pick_date>ul>li:last-child{margin-right:0}.bx_list_scroll.pick_date>ul>li a{overflow:inherit;border:1px solid #ccc;border-radius:0}.bx_list_scroll2{position:relative}.bx_list_scroll2>ul{font-size:0;overflow-x:scroll;padding-bottom:6px;white-space:nowrap;color:#fff;-ms-overflow-style:none;scrollbar-width:none}.bx_list_scroll2>ul>li{font-size:1.6rem;display:inline-block;margin-left:7px}.bx_list_scroll2>ul>li:first-child{margin-left:18px}.bx_list_scroll2>ul>li:last-child{margin-right:18px}.bx_list_scroll2>ul>li a{display:block;overflow:hidden;border-radius:4px}.bx_list_scroll2 .hide_scroll{position:absolute;right:0;bottom:0;left:0;height:6px;background:#fff}.bx_list_scroll2>ul::-webkit-scrollbar{display:none}.article_con{margin:40px 0;padding:0 18px}.article_con:after{display:block;clear:both;content:""}.group_con_tit{position:relative;margin:0 0 10px}.group_con_tit.type2{padding:0 18px}.group_con_tit:after{display:block;clear:both;content:""}.group_con_tit .tit{font-size:1.5rem;float:left}.group_con_tit .tit strong{color:#ed4c6b}.group_con_tit .tit.eng{font-family:"Roboto"}.group_con_tit .tit .txt_sml{font-size:1rem;margin-left:5px}.group_con_tit .txt{font-size:1.1rem;color:#999}.group_con_tit .txt2{font-size:1.1rem;color:#000}.group_con_tit .area_rgt{float:right;color:#000}.group_con_tit .area_rgt.txt,.group_con_tit .area_rgt.txt2{margin-top:5px}.group_con_tit .area_rgt .btn_more_txt{top:3px;right:18px}.toggle_wrap{position:relative}.toggle_wrap .btnToggle{font-size:1rem;position:absolute;top:-30px;right:0;padding:5px 16px 5px 5px;opacity:.5;color:#000;border:none;background:rgba(0,0,0,0) url("../images/icon/ic_toggle_btn.svg") no-repeat right 5px}.toggle_wrap .btnToggle.active{background-image:url("../images/icon/ic_toggle_btn_on.svg");background-position:right 9px}.toggle_wrap .toggle_con{overflow:hidden;height:0}.toggle_wrap .toggle_con.active{overflow:inherit;height:auto}.toggle_wrap .btnToggle:before{content:"펼쳐"}.toggle_wrap .btnToggle.active:before{content:"접어"}.toggle_wrap>.tit{position:relative;display:block}.toggle_wrap>.tit>.btn_toggle{font-size:1.2rem;line-height:20px;display:block;box-sizing:border-box;height:45px;padding:13px 15px}.toggle_wrap>.tit>.btn_toggle::after{position:absolute;top:50%;right:15px;width:11px;height:5px;content:"";transform:translateY(-50%);background:url("../../Content/images/icon/arr_12_dw.svg") no-repeat right center;background-size:11px auto}.toggle_wrap>.cont{display:none}.toggle_wrap.open>.tit>.btn_toggle::after{background:url("../../Content/images/icon/arr_12_up.svg") no-repeat right center;background-size:11px auto}.toggle_wrap.open>.cont{font-size:1.1rem;display:block;padding:14px 12px 16px;color:#666;border-top:1px solid #eee;background-color:#f8f8f8}.toggle_wrap.open>.cont .gapnone .tit{color:#000}.toggle_wrap.pay_card_info>.tit>.btn_toggle::after{right:18px;width:16px;height:16px;background-image:url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 5.5L8 10.5L2.5 5.5" stroke="currentColor" /></svg>');background-size:cover}.toggle_wrap.pay_card_info>.tit>.btn_toggle{display:flex;align-items:center;min-height:50px;padding:12px 18px}.no_toggle>.tit{position:relative;display:block}.no_toggle>.tit>span{font-size:1.2rem;line-height:20px;display:block;box-sizing:border-box;height:45px;padding:13px 15px}.no_toggle>.tit>span::after{display:none}.no_toggle>.cont{font-size:1.1rem;display:block;padding:14px 12px 16px;color:#666;border-top:1px solid #eee;background-color:#f8f8f8}.accordion_wrap{border-top:5px solid #eee}.toggle_wrap.accordion_box{border-bottom:1px solid #eee}.toggle_wrap.accordion_box>.tit>.btn_toggle{font-size:1.6rem;line-height:55px;height:55px;padding:0 18px}.toggle_wrap.accordion_box>.cont{font-size:1.6rem;padding:20px 18px}
/* 리뷰작성 - 이벤트, 영화 */
.review_wrap .review_tit {font-size:2.1rem; text-align:center;}
.review_wrap .review_score {font-family:'Roboto'; padding:10px; text-align:center;}
.review_wrap .review_score strong {font-size:2.375em;}
.review_wrap .review_score span {font-size:1.7rem;}
.review_wrap .review_score .star_rate {margin-top:13px;}
.review_wrap .review_textarea+.txt_cont {width:100%;}

/* 안내문구 ========================================================================================= */
/* noti_box */
.noti_box {padding:30px 18px;}
.noti_box.gapnone {padding:0;}
.noti_box.type2 {background-color:#f8f8f8;}
.noti_box.type3 {margin:0 -18px; background-color:#f8f8f8;}
.noti_box.whitetype {background-color:#fff;}
.noti_box .tit {margin-bottom:10px; font-size:1.3rem;}
.noti_box .list_txt + .btn_type11 {margin-top:20px;}
.noti_box .tit + .inner {margin-top:10px;}
.noti_box .inner {margin-top:30px;}
.noti_box .inner:first-child {margin-top:0;}
.noti_box .inner .tit_inner { font-size:1.1rem; font-weight: bold;}

/* error, nodata */
.notice_list {padding-top:150px; padding-bottom:30px; text-align:center; background-repeat:no-repeat; background-position:center 50px;}
.notice_list .tit {margin:5px 0; font-size:1.5rem; color:#000;}
.notice_list p {margin-top:10px; font-size:1.1rem; color:#666;}
.notice_list p em {color:#000;}
.notice_list p strong {color:#FF243E;}
.notice_list p.dist2 {margin-top:20px;}
.notice_list.ty1 {background-image:url("../images/icon/coupon_notice_ic_01.svg");}
.notice_list.ty2 {background-image:url("../images/icon/coupon_notice_ic_02.svg");}
.notice_list.ty3 {background-image:url("../images/icon/coupon_notice_ic_03.svg");}
.notice_list .btn_wrap a,
.notice_list .btn_wrap button {height:30px; line-height:30px; margin-top:38px; padding:0 20px;}
/* MY이벤트 */
.no_data_box {padding-top:100px; margin-top:60px; background:url('../../Content/images/icon/coupon_notice_ic_01.svg') no-repeat 50% 0; color:#666; font-size:1.1rem; text-align:center;}
.no_data_box strong {display:block; margin-bottom:10px; font-size:1.5rem; font-weight:normal;}
.no_data_box p {margin-bottom:17px;}
.info_wrap{position:relative;box-sizing:border-box;padding:20px 18px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f8f8f8}.info_wrap .mv_tit{margin-bottom:22px}.info_wrap .list_item{margin-bottom:16px}.info_wrap .list_item:last-child{margin-bottom:0}.info_wrap .list_item .li_tit,.info_wrap .list_item .li_cont{font-size:1.3rem;display:inline-block;vertical-align:top}.info_wrap .list_item .li_tit{width:75px;color:#666}.info_wrap .bg_area{display:inline-block;width:50px;height:50px;margin-top:20px;text-align:center;text-indent:-999rem;background-repeat:no-repeat;background-position:50% 50%}.tab_con h4+.info_wrap{border-top:0 none}.bx_ntc{margin:10px 0}.bg_area.bg_faq{background-image:url("../images/member/ic_my_menu07.svg")}.bg_area.bg_rental{background-image:url("../images/icon/bg_custom_02.svg")}.bg_area.bg_custom{background-image:url("../images/icon/bg_custom_03.svg")}.bg_area.bg_alert{width:80px;height:80px;background-image:url("../images/icon/coupon_notice_ic_01.svg")}.noti_login_box{padding:5px 0 16px;text-align:center}.noti_login_box .txt_info{font-size:1.3rem;margin:5px 0 7px 0;color:#666}.no_data_time{font-size:1.3rem;position:relative;margin:50px 0;padding-top:135px;text-align:center}.no_data_time:after{position:absolute;top:30px;left:50%;display:block;width:80px;height:80px;content:"";transform:translate(-50%, 0);background:url("../../Content/images/icon/ic_nodata_type1.svg") no-repeat 0 0}.empty_list_wrap .bg_area{display:inline-block;width:80px;height:80px;margin-top:20px;text-align:center;text-indent:-999rem;background-repeat:no-repeat;background-position:50% 50%}.empty_list_wrap{padding:60px 0;text-align:center}.empty_list_wrap h4{font-size:1.5rem;margin:30px 0 10px 0}.empty_list_wrap p{font-size:1.1rem}.header{position:fixed;z-index:90;overflow:hidden;box-sizing:border-box;width:100%;height:56px;transition:all .3s ease-out;transform:translate3d(0, 0, 0);background-color:#fff}.header:after{display:block;height:5px;content:"";border-top:1px solid #ddd;background-color:#eee}.header.header_up{transform:translate3d(0, -56px, 0)}.header.header_dw{background-color:hsla(0,0%,100%,.9)}.header h1.tit_info>span{font-size:1.7rem;line-height:50px;display:block;overflow:hidden;box-sizing:border-box;padding:0 73px 0 73px;text-align:center;white-space:nowrap;text-overflow:ellipsis;color:#000}.header .btn_back{position:absolute;top:0;left:0;width:43px;height:50px;background:url("../../Content/images/common/btn_back.svg") no-repeat 50% 50%;background-size:10px 20px}.header .btn_home>span,.header .btn_back>span,.header .btn_share>span{position:absolute !important;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px}.header .btn_home{position:absolute;top:0;left:44px;width:33px;height:50px;background:url("../../Content/images/common/btn_home.svg") no-repeat 50% 50%;background-size:20px 20px}.header .btn_share{position:absolute;top:0;right:0;width:43px;height:50px;background:url("../images/icon/ic_share.svg") no-repeat center center}.header .btn_reset{position:absolute;top:11px;right:18px}.header.type2{height:50px;border-bottom:none}.header.type3{height:50px;border-bottom:none;background-color:rgba(0,0,0,0)}.header.type4{height:50px}.header.type3.header_dw{background-color:rgba(26,26,29,.8)}.header.type3 a.btn_back{background-image:url("../images/icon/btn_mv_top_back.svg")}.header.type3 a.btn_home{background-image:url("../images/icon/btn_mv_top_home.svg")}.header.type3 h1.tit_info>span{color:#fff}.header.header__flat{--header-height: 52px;height:var(--header-height);border-bottom:1px solid #ddd}.header.header_up:after,.header.header_dw:after,.header.type2:after,.header.type3:after,.header.type4:after,.header.header__flat:after{display:none}.no_scroll{position:fixed;overflow:hidden;left:0;bottom:0;right:0}.container{padding:56px 0 56px 0}.header.header__flat~.container{--header-height: 52px;padding-top:var(--header-height);padding-bottom:var(--floating-height)}.container.reset{font-family:"Roboto","Noto Sans KR","sans-serif";padding-bottom:var(--floating-height);background:#fff}.container.reset input,.container.reset button,.container.reset select,.container.reset textarea{font-family:"Roboto","Noto Sans KR","sans-serif"}.container.is_standard{font-family:"Roboto","Noto Sans KR","sans-serif";padding-top:var(--header-height);padding-bottom:var(--floating-height);background:#fff}.container.is_standard input,.container.is_standard button,.container.is_standard select,.container.is_standard textarea{font-family:"Roboto","Noto Sans KR","sans-serif"}.container__renewal{box-sizing:border-box;font-family:"Roboto","Noto Sans KR","sans-serif";padding-bottom:calc(var(--floating-height) + 7px);background:#fff;min-height:100%;display:grid}.container__renewal *{box-sizing:border-box}.container__renewal input,.container__renewal button,.container__renewal select,.container__renewal textarea{font-family:"Roboto","Noto Sans KR","sans-serif"}.container__renewal>.content{display:grid;min-height:100%;width:100%;overflow:hidden;min-width:0;max-width:100%}.container__bottom_spacer{overflow:hidden;max-width:100%;box-sizing:border-box}.container__bottom_spacer::after{content:"";display:block;clear:both;height:32px}.container.type2{padding-top:50px}.container.type3{padding-top:0}.container.type4{padding-top:50px}.container.type4_2{padding:50px 0 0 0}.container.type5{position:relative;box-sizing:border-box;min-height:100%;padding-bottom:150px}.container.newTickList{display:none}.content__fill{display:flex;flex-direction:column;min-height:calc(var(--maxHeight100) - var(--header-height));justify-content:space-between}.content__fill .upper_section{flex:1}.content__fill .lower_section{flex:0 0 auto}#footer{clear:both;margin-top:-1px;padding:24px 0 92px;background-color:#fff;font-family:"Roboto","Noto Sans KR","sans-serif"}#footer .f_menu{padding:10px 15px;text-align:left}#footer .f_menu li{display:inline-block}#footer .f_menu li:before{display:inline-block;height:8px;margin:0 10px 0;content:"";vertical-align:middle;opacity:.6;border-left:1px solid #666}#footer .f_menu li:first-child:before{margin:0;border:none}#footer .f_menu li a{font-size:1.1rem;color:#7f7f7f}#footer .f_menu li a strong{color:#000}#footer .info{font-size:1.1rem;padding:0 15px}#footer .info .tit .arrow_w9h6{position:relative;display:inline-block;margin:0 0 3px 7px;padding:2px;transition:all .3s ease;transform:rotate(45deg);transform-origin:50% 50%;border:solid #000;border-width:0 1px 1px 0}#footer .info .tit.active .arrow_w9h6{transform:rotate(225deg);transform-origin:70% 70%}#footer .info .tit .cont{padding-right:20px}#footer .info .desc{line-height:1.5;display:none;padding-top:5px;color:#666}#footer .info .desc .txtb{padding-right:5px}#footer .info .txt_underline{text-decoration:underline;color:#666}.floating_menu{position:absolute;font-family:"Roboto","Noto Sans KR","sans-serif"}.floating_menu .list_float{position:fixed;z-index:9;right:0;bottom:0;left:0;background:#fff;height:60px;box-sizing:border-box;padding-left:25px;padding-right:25px;box-shadow:0 0 4px 0 rgba(0,0,0,.1);display:flex}.floating_menu .list_float *{box-sizing:border-box}.floating_menu .list_float.active{z-index:101}.floating_menu .list_float li{flex:1 1 20%;height:100%}.floating_menu .list_float li:first-child{margin-left:-8px}.floating_menu .list_float li:last-child{margin-right:-8px}.floating_menu .list_float li.menu2 a::before{background-image:url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.81465 10.2188H23.4927C23.5545 10.2222 23.7028 10.2348 23.8014 10.2573C24.7662 10.4426 25.399 11.3764 25.2138 12.3411L23.0683 24.4117C22.9216 25.2607 22.2039 25.8781 21.3472 25.8858H8.96019C8.10352 25.8781 7.37805 25.2529 7.23913 24.4117L5.09359 12.3334C5.07816 12.2331 5.06272 12.125 5.06272 12.0247C5.04729 11.0368 5.8345 10.2342 6.81465 10.2188Z' stroke='black' stroke-miterlimit='10'/><path d='M5.95312 15.0625H25.07' stroke='black' stroke-miterlimit='10'/><path d='M15.5078 25.6795V9.75' stroke='black' stroke-miterlimit='10'/><path d='M15.1489 10.1958C16.0056 10.1958 12.3783 2.33915 10.0012 5.90476C8.28786 8.48249 14.2923 10.1958 15.1489 10.1958Z' stroke='black' stroke-miterlimit='10'/><path d='M15.4141 10.1958C14.5266 10.1958 18.2851 2.33915 20.7548 5.90476C22.5299 8.48249 16.3094 10.1958 15.4141 10.1958Z' stroke='black' stroke-miterlimit='10'/></svg>")}.floating_menu .list_float li.menu6 a::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cmask id='mask0_10252_13722' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='4' y='4' width='24' height='18'%3E%3Cpath d='M11.9005 21.212H4.03906V4.70312H27.6223V21.2101H19.7618V17.2813H11.9005V21.2111V21.212Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_10252_13722)'%3E%3Cpath d='M9.09378 5.65625H25.9559V15.6617C25.9559 16.7989 25.5238 17.8896 24.7546 18.6937C23.9854 19.4979 22.9421 19.9497 21.8543 19.9497H4.99219V9.94428C4.99219 8.80702 5.42432 7.71635 6.19352 6.91218C6.96271 6.10802 8.00597 5.65625 9.09378 5.65625Z' stroke='black'/%3E%3C/g%3E%3Cmask id='mask1_10252_13722' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='19' y='22' width='6' height='4'%3E%3Cpath d='M25.0028 22.0078H19.3906V25.8194H25.0028V22.0078Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask1_10252_13722)'%3E%3Cpath d='M24.0685 23.4375H20.3271C20.0688 23.4375 19.8594 23.6508 19.8594 23.9139V26.7726C19.8594 27.0358 20.0688 27.2491 20.3271 27.2491H24.0685C24.3268 27.2491 24.5362 27.0358 24.5362 26.7726V23.9139C24.5362 23.6508 24.3268 23.4375 24.0685 23.4375Z' stroke='black'/%3E%3C/g%3E%3Cmask id='mask2_10252_13722' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='12' y='22' width='7' height='4'%3E%3Cpath d='M18.1121 22.0078H12.5V25.8194H18.1121V22.0078Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask2_10252_13722)'%3E%3Cpath d='M17.1779 23.4375H13.4364C13.1781 23.4375 12.9688 23.6508 12.9688 23.9139V26.7726C12.9688 27.0358 13.1781 27.2491 13.4364 27.2491H17.1779C17.4362 27.2491 17.6455 27.0358 17.6455 26.7726V23.9139C17.6455 23.6508 17.4362 23.4375 17.1779 23.4375Z' stroke='black'/%3E%3C/g%3E%3Cmask id='mask3_10252_13722' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='5' y='22' width='7' height='4'%3E%3Cpath d='M11.5575 22.0078H5.94531V25.8194H11.5575V22.0078Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask3_10252_13722)'%3E%3Cpath d='M10.6154 23.4375H6.87393C6.61564 23.4375 6.40625 23.6508 6.40625 23.9139V26.7726C6.40625 27.0358 6.61564 27.2491 6.87393 27.2491H10.6154C10.8737 27.2491 11.083 27.0358 11.083 26.7726V23.9139C11.083 23.6508 10.8737 23.4375 10.6154 23.4375Z' stroke='black'/%3E%3C/g%3E%3C/svg%3E")}.floating_menu .list_float li.menu4 a::before{background-image:url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M15.4815 17.2052C18.8325 17.2052 21.549 14.4887 21.549 11.1378C21.549 7.7868 18.8325 5.07031 15.4815 5.07031C12.1306 5.07031 9.41406 7.7868 9.41406 11.1378C9.41406 14.4887 12.1306 17.2052 15.4815 17.2052Z' stroke='black' stroke-miterlimit='10'/><path d='M5.11719 25.7793C6.35401 21.3687 10.5312 18.125 15.5018 18.125C20.4724 18.125 24.6496 21.3687 25.8864 25.7715' stroke='black' stroke-miterlimit='10' stroke-linecap='round'/></svg>")}.floating_menu .list_float li.menu5 a::before{background-image:url("data:image/svg+xml;charset=utf-8,<svg viewBox='0 0 31 31' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M6.125 8.6875L19.3928 8.68788' stroke='black' stroke-miterlimit='10' stroke-linecap='round'/><path d='M6.125 15.875H23.625' stroke='black' stroke-miterlimit='10' stroke-linecap='round'/><path d='M6.125 23H23.625' stroke='black' stroke-miterlimit='10' stroke-linecap='round'/><path d='M24.2862 10.6896C25.3029 10.6896 26.1271 9.86537 26.1271 8.84868C26.1271 7.832 25.3029 7.00781 24.2862 7.00781C23.2695 7.00781 22.4453 7.832 22.4453 8.84868C22.4453 9.86537 23.2695 10.6896 24.2862 10.6896Z' stroke='black' stroke-miterlimit='10'/></svg>")}.floating_menu .list_float li.menu3{width:24%;margin-left:10px;margin-right:10px}.floating_menu .list_float li.menu3 a{margin:0 auto;border-radius:50%;width:66px;height:66px;color:#fff;background-color:#000;background-repeat:no-repeat;background-position:center 20%;top:-14px;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;overflow:hidden;padding-bottom:2px;box-shadow:0 3px 6px 0 rgba(0,0,0,.4)}.floating_menu .list_float li.menu3 a::before{content:"";width:34px;height:34px;margin-bottom:0;background-image:url("data:image/svg+xml;charset=utf-8,<svg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M26.3343 17.0015C26.3343 16.0388 26.8898 15.2062 27.7139 14.7378C28.1584 14.4863 28.4547 14.07 28.4547 13.5843V9.69738C28.4547 8.69132 27.825 8.10156 27.0472 8.10156H6.95428C6.1765 8.10156 5.54688 8.69132 5.54688 9.41985V24.6016C5.54688 25.3301 6.1765 25.9198 6.95428 25.9198H27.038C27.8158 25.9198 28.4454 25.3301 28.4454 24.6016V20.4099C28.4454 19.9242 28.1491 19.5079 27.7047 19.2564C26.8806 18.7968 26.3343 17.9642 26.3343 17.0015Z' stroke='white' stroke-miterlimit='10'/><path d='M22 12.5L22 21.5' stroke='white' stroke-miterlimit='10' stroke-linecap='round'/></svg>")}.floating_menu .list_float li.menu3 a.active .bg{display:block}.floating_menu .list_float a{font-size:10px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;white-space:nowrap;color:#000;display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%}.floating_menu .list_float a::before{content:"";display:inline-flex;width:30px;height:30px;background-position:center center;background-repeat:no-repeat;background-size:cover;margin-bottom:3px}.floating_menu .list_float .bg{position:absolute;left:0;top:0;background-color:#000;width:66px;height:66px;display:none}.floating_menu .list_float .bg:before{position:absolute;left:0;display:block;width:100%;height:100%;content:"";border-radius:50%;background:linear-gradient(0deg, rgb(87, 87, 87) 0%, rgba(0, 0, 0, 0.4) 20%, rgb(0, 0, 0) 100%)}.floating_menu .list_float .bg:after{position:absolute;z-index:1;left:0;width:100%;height:100%;content:"";border-radius:50%;background:url("../images/common/mo_icon_floating_close.svg") 50% 50% no-repeat;background-size:50%}.floating_menu .flex_btn{position:fixed;z-index:9;right:0;bottom:0;left:0;height:55px;margin:0;background:#fff;box-shadow:0 -2px 8px rgba(91,91,91,.2)}.floating_menu .flex_btn>a{line-height:55px;height:55px;margin:0;border-radius:0}.floating_nav{font-family:"Roboto","Noto Sans KR","sans-serif";box-sizing:border-box}.floating_nav *{box-sizing:border-box}.floating_nav input,.floating_nav button,.floating_nav select,.floating_nav textarea{font-family:"Roboto","Noto Sans KR","sans-serif"}.floating_nav{position:fixed;z-index:9;right:0;bottom:0;left:0;height:56px;padding-top:4px;padding-left:20px;padding-right:20px;padding-bottom:6px;display:flex;align-items:center;justify-content:center;background:#fff;box-shadow:0 -2px 5px 0 rgba(0,0,0,.05)}.floating_nav li{flex:1 1 20%;display:flex;align-items:center}.floating_nav.active{z-index:101;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0);background:#fff}.floating_nav--btn{height:46px;flex-direction:column;color:rgba(65, 65, 65, var(--text-opacity));display:flex;align-items:center;justify-content:center;flex:1}.floating_nav--btn.active{color:#ff243e}.floating_nav--label{font-size:11px;font-weight:500;line-height:1.35;letter-spacing:-0.03em;display:flex;align-items:center;justify-content:center;margin-top:1px;min-height:15px}.floating_nav--reserve{flex:1 1 20%;display:flex;align-items:center;justify-content:center}.floating_nav--reserve .floating_nav--btn{margin-left:auto;margin-right:auto}.floating_nav--reserve .floating_nav--btn.active .floating_nav--text{opacity:0}.floating_nav--reserve .floating_nav--btn.active .floating_nav--icon{opacity:1}.floating_nav--reserve .floating_nav--label{font-size:16px;font-weight:700;line-height:1.35;letter-spacing:-0.03em;display:flex;width:46px;height:46px;padding:12px 6px 10px;flex-direction:column;margin:0 auto;justify-content:center;align-items:center;border-radius:9999px;border:1px solid #ff243e;background:linear-gradient(180deg, rgba(194, 56, 56, 0.5) 0%, rgba(255, 36, 62, 0.5) 50%, rgba(255, 119, 135, 0.5) 100%),#ff243e;box-shadow:0 3px 5px 0 rgba(255,36,62,.35);color:#fff;text-shadow:0 1px 1px rgba(114,0,0,.5)}.floating_nav--reserve .floating_nav--text,.floating_nav--reserve .floating_nav--icon{transition:opacity .2s ease-out}.floating_nav--reserve .floating_nav--icon{opacity:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}.floating_nav--reserve .floating_nav--icon svg{vertical-align:top}.floating_menu.new26 .layer_quick_reserve{bottom:56px}.floating_menu.is_reserve_only:not(.is_bar) .floating_nav.active{bottom:calc(56px*-1)}.floating_menu.is_reserve_only:not(.is_bar) .floating_nav.active .floating_nav--reserve{position:relative;top:calc(56px*-1)}.floating_menu.is_reserve_only.is_bar .floating_nav>li:not(.floating_nav--reserve){visibility:hidden}.floating_menu.is_reserve_only .layer_quick_reserve{bottom:0}.floating_menu.is_reserve_only .layer_quick_reserve .time_select_wrap ul{margin-bottom:15px}.floating_menu.is_reserve_only .step01 .date_select_wrap.type1{margin-bottom:0}.is_app.is_ios .layer_quick_reserve.layer_ticketing_todo.type2{--floating-height: 56px;bottom:calc(var(--safe-bottom-margin) + var(--floating-height))}.draw_menu{position:fixed;top:0;right:-320px;bottom:0;overflow-y:scroll;width:320px}.draw_menu.active{z-index:100}.draw_menu .draw_header{padding-top:40px;background:#fff}.draw_menu .draw_header .area_login{margin:0 -18px;text-align:center}.draw_menu .draw_header .area_login .btn_type3{line-height:30px;height:30px;margin:15px 0 22px;padding:0 24px}.draw_menu .draw_header .area_login p{font-size:1.1rem;margin-bottom:20px;color:#666}.draw_menu .draw_header .area_login a{font-size:1.3rem;border-bottom:1px solid #000}.draw_menu .draw_header .area_login .txt_install_app{margin-bottom:5px;white-space:nowrap}.draw_menu .draw_header .area_user{position:relative;padding:0 20px 18px}.draw_menu .draw_header .area_user:after{display:block;clear:both;content:""}.draw_menu .draw_header .area_user .bx_thm{position:absolute;top:0;left:0;float:left;overflow:hidden;width:46px;height:46px;border-radius:46px}.draw_menu .draw_header .area_user .bx_thm a{display:block;height:100%}.draw_menu .draw_header .area_user .bx_infor{position:relative}.draw_menu .draw_header .area_user .bx_infor .mem_grade{position:absolute;right:0;bottom:0;font-size:0}.draw_menu .draw_header .area_user .bx_infor .mem_grade a~a{margin-left:4px}.draw_menu .draw_header .area_user .bx_infor .mem_grade .txt_my_rnd{margin-right:3px}.draw_menu .draw_header .area_user .bx_infor .user strong{font-size:1.8rem;padding-right:2px;color:#000}.draw_menu .draw_header .area_user .bx_infor .user span:not(.bg_drawmenuloginarrow),.draw_menu .draw_header .area_user .bx_infor .user .desc{font-size:1.3rem;display:block;color:#000}.draw_menu .draw_header .area_login.non_mem .btn_type3{margin:2px 0 0}.draw_menu .draw_header .area_login.non_mem p{margin:5px 0}.draw_menu .draw_header .area_util{position:absolute;z-index:9;right:10px;top:10px}.draw_menu .draw_header .area_util:after{content:"";display:block;clear:both}.draw_menu .draw_header .area_util li{position:relative;float:left}.draw_menu .draw_header .area_util li a{font-size:0;display:block;margin-left:2px;padding:5px}.draw_menu .draw_header .area_util li a.btn_setup{width:20px;height:20px;background:url("../images/common/btn_util_setup.svg") no-repeat center center}.draw_menu .draw_header .area_util li a.btn_close{width:20px;height:20px;background:url("../images/common/btn_util_close.svg") no-repeat center center}.draw_menu .draw_header .area_util em.new{font-size:0;position:absolute;top:0;right:-5px;width:4px;height:4px;border-radius:4px;background-color:#ff243e}.draw_menu .draw_header .area_util .btn_alarm+em.new{right:-2px}.draw_menu .draw_header .area_point{margin:15px 0 0}.draw_menu .draw_header .area_point ul{display:flex}.draw_menu .draw_header .area_point ul li{position:relative;width:100%;text-align:center}.draw_menu .draw_header .area_point ul li:before{position:absolute;top:3px;bottom:3px;left:0;content:"";border-left:1px solid #ddd}.draw_menu .draw_header .area_point ul li:first-child:before{border:none}.draw_menu .draw_header .area_point ul li a{display:block}.draw_menu .draw_header .area_point ul li .tit{font-size:1.2rem;padding-top:28px;color:#000}.draw_menu .draw_header .area_point ul li strong{font-family:"Roboto";font-size:2rem;font-weight:bold;position:absolute;top:0;left:0;width:100%;text-align:center;color:#000}.draw_menu .draw_header .area_point ul li strong.sml{font-size:1.5rem;top:5px}.draw_menu .draw_header .area_pointinfo{font-size:1.2rem;color:#000;border-top:1px solid #eee}.draw_menu .draw_header .area_pointinfo ul{display:inline-flex;width:100%}.draw_menu .draw_header .area_pointinfo ul li{position:relative;display:flex;align-items:center;flex-direction:column;justify-content:space-between;width:33%;padding:1.6rem 0;text-align:center}.draw_menu .draw_header .area_pointinfo ul li:before{position:absolute;top:1.5rem;left:0;display:block;width:1px;height:4.2rem;content:"";background:#eee}.draw_menu .draw_header .area_pointinfo ul li:last-child .roboto{padding-top:5px}.draw_menu .draw_header .area_pointinfo>.num{font-family:"Roboto";font-size:1.5rem;margin-bottom:3px}.draw_menu .draw_header .area_pointinfo .nonmember{position:relative;width:100%;height:7.3rem;background:url("../../Content/images/common/bg_drawmenunonmem.png") 0 0 no-repeat;background-size:100%}.draw_menu .draw_header .area_pointinfo .nonmember .brotknum{position:absolute;top:1.5rem;left:1.4rem;width:8rem;text-align:center}.draw_menu .draw_header .area_pointinfo .nonmember .brotknum .num{font-family:"Roboto";font-size:1.6rem}.draw_menu .draw_header .area_pointinfo .nonmember .brotknum .tit{font-size:1.3rem}.draw_menu .draw_header .area_pointinfo .nonmember .lottecinemasignup{font:0 auto;position:absolute;top:1.5rem;left:11rem;width:15rem;height:5rem}.draw_menu .draw_header .area_pointinfo ul li>.num+span{padding-top:5px}.draw_menu .draw_header .area_reserve{clear:both;margin:28px -10px -48px}.draw_menu .draw_header .area_reserve ul{display:flex;border-radius:54px;background:#ff243e}.draw_menu .draw_header .area_reserve ul li{position:relative;width:100%}.draw_menu .draw_header .area_reserve ul li:before{position:absolute;top:14px;bottom:14px;left:0;content:"";opacity:.3;border-left:1px solid #fff}.draw_menu .draw_header .area_reserve ul li:first-child:before{border:none}.draw_menu .draw_header .area_reserve ul li a{font-size:1.3rem;line-height:54px;display:block;height:54px;text-align:center;color:#fff}.draw_menu .btn_logout{font-size:9px;line-height:13px;position:absolute;top:-35px;left:0}.draw_menu .draw_contents{height:100%;background:#fff}.draw_menu #nav{padding:5px 18px;background:#f8f8f8}.draw_menu #nav a{font-size:1.1rem;display:block;color:#000}.draw_menu #nav button{width:100%;text-align:left;border:none;background-color:rgba(0,0,0,0)}.draw_menu #nav>ul:after{display:block;clear:both;content:""}.draw_menu #nav>ul>li{float:left;width:25%;margin-bottom:5px}.draw_menu #nav>ul>li>a{display:block;padding:5px 0;text-align:center}.draw_menu #nav>ul>li>a img{width:24px;padding:5px;border-radius:12px;background:#fff}.draw_menu #nav>ul>li>a span{display:block;padding:3px 0 0}.draw_menu .area_qmenu{margin:12px 0 0;padding:8px 0 10px;border:solid #eee;border-width:5px 0}.draw_menu .area_qmenu ul{text-align:center}.draw_menu .area_qmenu ul li{position:relative;display:inline-block;padding:0 6px}.draw_menu .area_qmenu ul li:before{position:absolute;top:4px;bottom:4px;left:-1px;content:"";border-left:1px solid #ddd}.draw_menu .area_qmenu ul li:first-child:before{border:none}.draw_menu .area_qmenu ul li a{font-size:1.2rem;display:block;color:#666}.draw_menu .area_social{margin:10px 0 50px}.draw_menu .area_social ul{font-size:0;text-align:center}.draw_menu .area_social ul li{display:inline-block;margin:0 8px}.draw_menu .area_social ul li a{display:block;width:32px;height:32px;background-repeat:no-repeat;background-position:center center}.draw_menu .area_social ul li a.btn_facebook{background-image:url("../images/common/btn_soc_facebook.svg")}.draw_menu .area_social ul li a.btn_youtube{background-image:url("../images/common/btn_soc_youtube.svg")}.draw_menu .area_social ul li a.btn_instargram{background-image:url("../images/common/btn_soc_instargram.svg")}.draw_menu .area_social ul li a.btn_twitter{background-image:url("../images/common/btn_soc_twitter.svg")}.draw_menu .area_social ul li a.btn_vod{background-image:url("../images/common/btn_soc_vod.svg")}.draw_menu .draw_banner img{width:100%}.mo_quicktopMove{font-size:1.1rem;font-weight:600;position:fixed;z-index:99;right:2rem;bottom:6.5rem;display:none;width:3rem;height:1.5rem;padding:.7rem 1.5rem;opacity:.8;color:#fff;border-radius:2rem;background-color:#000;box-shadow:0 0 10px rgba(0,0,0,.3)}.mo_quicktopMove .arrowtop{position:relative;width:2px;height:8px;margin-left:4px;transform:rotate(45deg);background:#ff243e}.mo_quicktopMove .arrowtop:after{position:absolute;top:0;left:0;width:8px;height:2px;content:"";background:#ff243e}.box_tag{position:absolute;top:-25px}.box_logout{position:absolute;top:-24px;right:30px}.box_logout>a{font-size:1.2rem}.area_reservespecial{border:solid #ededed;border-width:5px 0}.area_reservespecial ul{display:flex}.area_reservespecial li{width:33.3333%;border-left:1px solid #ededed;background:#fff}.area_reservespecial li:first-child{border-left:0}.area_reservespecial li>a{display:block;padding:9px 0 7px;text-align:center}.area_reservespecial li>a img{width:28px}.area_reservespecial li>a span{font-size:1.2rem;display:block;padding-top:5px}.bg_drawmenuloginarrow{display:inline-block;width:.5rem;height:1rem;background:url("../../Content/images/common/bg_drawmenuloginarrow.png") 0 0 no-repeat;background-size:100%;margin-left:.8rem}.draw_menu .draw_header .area_user .bx_infor>.info{font-size:1.2rem;padding-top:1rem;padding-bottom:1.5rem;color:#999}.draw_menu .draw_header .area_user .bx_infor>.info>strong{color:#333}.draw_menu .draw_header .area_user .bx_infor>.link_appinstall{font-size:1.2rem;margin-right:170px;border-bottom:1px solid #000}.draw_menu .draw_menu_bg{position:fixed;top:0;bottom:0;overflow-y:scroll;width:320px;height:100%;padding-left:0;background-color:#fff}.floating_menu .txt_my_rnd{font-size:12px;font-weight:500;line-height:1.35;letter-spacing:-0.03em;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding-left:12px;padding-right:12px}.floating_menu .txt_my_rnd.vip,.floating_menu .txt_my_rnd.lvip,.floating_menu .txt_my_rnd.vvip{letter-spacing:0}.overlay{position:fixed;z-index:99;top:0;right:0;bottom:0;left:0;cursor:wait;background:rgba(0,0,0,.5)}.overlay.type8{background:rgba(0,0,0,.9)}.overlay.type0{background:rgba(0,0,0,0)}.overlaymulti{position:fixed;z-index:149;top:0;right:0;bottom:0;left:0;cursor:wait;background:rgba(0,0,0,.5)}.layer_dim{position:fixed;z-index:99;top:0;left:0;width:100%;height:100%;opacity:.5;background:#000}.dim_above{z-index:100}.dim_s{position:absolute;z-index:9;top:0;right:0;bottom:-1px;left:0;background:rgba(0,0,0,.5)}.dim_s strong{font-size:14px;line-height:20px;position:absolute;top:50%;width:100%;margin-top:-3rem;text-align:center;vertical-align:middle;color:#fff}.layer_content .tab_wrap .tab_con{margin-top:0}.layer_content .txtarea_box{font-size:1.1rem;line-height:1.7rem;overflow-y:auto;height:310px;padding:20px;letter-spacing:-0.5px}.layer_content .txtarea_box .title,.layer_content .txtarea_box .sub_tit{font-size:1.1rem}.layer_content .txtarea_box .sub_tit,.layer_content .txtarea_box .txt,.layer_content .txtarea_box .list{margin-top:18px}.layer_content .txtarea_box .txt+.list{margin-top:0}.full_layer_wrap{position:fixed;z-index:98;top:0;display:none;width:100%;height:100%;background-color:#fff}.full_layer_wrap.position_relative{height:auto}.full_layer_wrap.active{display:block}.full_layer_wrap .layer_header{position:relative;z-index:3;overflow:hidden;box-sizing:border-box;height:56px;text-align:center;border-bottom:1px solid #e5e5e5;background:#fff}.full_layer_wrap .layer_header strong{font-size:1.7rem;line-height:52px;display:block;overflow:hidden;height:50px;padding:0 45px;white-space:nowrap;text-overflow:ellipsis;color:#000}.full_layer_wrap .layer_header .btn_close{position:absolute;z-index:11;top:11px;right:12px;display:block;width:18px;height:18px;padding:5px;background:url("../../Content/images/common/ic_floating_close.svg") no-repeat 50% 50%;background-size:18px 18px}.full_layer_wrap .layer_header .btn_close>span{position:absolute !important;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px}.full_layer_wrap .layer_header.type2{border-bottom:none}.full_layer_wrap .layer_header.type3{border-bottom:none;background-color:rgba(0,0,0,0)}.full_layer_wrap .layer_header.type3 .btn_close{background-image:url("../../Content/images/icon/btn_close_layer.svg")}.full_layer_wrap .layer_header.type4{border-bottom:none;background-color:#1a1a1d}.full_layer_wrap .layer_header.type4 strong{color:#fff}.full_layer_wrap .layer_header.type4 .btn_close{background-image:url("../../Content/images/icon/btn_close_layer.svg")}.full_layer_wrap .layer_header.type5,.full_layer_wrap .layer_header.type5_1{height:50px}.full_layer_wrap .layer_header.type5 .btn_close{background-image:url("../../Content/images/icon/btn_close_layer2.svg")}.full_layer_wrap .layer_header:after{display:block;height:5px;content:"";background-color:#eee}.full_layer_wrap .layer_header.type2:after,.full_layer_wrap .layer_header.type3:after,.full_layer_wrap .layer_header.type4:after,.full_layer_wrap .layer_header.type5:after,.full_layer_wrap .layer_header.type5_1:after{display:none}.full_layer_wrap .layer_container{overflow-y:auto;height:100%;margin-top:-56px}.full_layer_wrap .layer_content{padding:56px 18px 20px}.full_layer_wrap .layer_container.type2{margin-top:-56px}.full_layer_wrap .layer_container.type3{margin-top:-56px}.full_layer_wrap .layer_container.type4{margin-top:-56px}.full_layer_wrap .layer_container.type5,.full_layer_wrap .layer_container.type5_1{margin-top:-50px}.full_layer_wrap .layer_container.type2 .layer_content{padding:56px 18px 20px}.full_layer_wrap .layer_container.type3 .layer_content{padding:0 0 0}.full_layer_wrap .layer_container.type4 .layer_content{padding:56px 18px 20px}.full_layer_wrap .layer_container.type5 .layer_content{padding:50px 18px 20px}.full_layer_wrap .layer_container.type5_1 .layer_content{padding:50px 0 20px}.full_layer_wrap .layer_container.type6 .layer_content{padding:56px 0 0}.full_layer_wrap .layer_content.type2{padding:0}.full_layer_wrap .layer_content.w_full{box-sizing:border-box;width:100%;margin-right:0;margin-left:0;padding-right:0;padding-left:0}.layer_content .tit_type2{font-size:1.1rem;padding-bottom:7px}.full_layer_wrap.layerpop_type2{z-index:112}.layer_alert{position:fixed;z-index:100;top:50%;left:50%;display:none;overflow:hidden;box-sizing:border-box;width:320px;transform:translate(-50%, -50%);border-radius:6px;background:#fff}.layer_alert .alert_header{line-height:50px;height:50px;text-align:center;border-bottom:1px solid #ddd}.layer_alert .alert_con{padding:26px 18px 27px}.layer_alert .alert_type1{text-align:center}.layer_alert .alert_type1 .tit_info{font-size:1rem;margin-bottom:10px}.layer_alert .alert_type1 .txt_info{font-size:1.5rem}.layer_alert .btn_wrap{display:flex;border-top:1px solid #eee;background:#f8f8f8}.layer_alert .btn_wrap>a{font-size:1.3rem;line-height:45px;position:relative;flex:1;height:45px;text-align:center;background:#f8f8f8}.layer_alert .btn_wrap>a:after{position:absolute;top:50%;right:0;display:block;width:1px;height:13px;content:"";transform:translate(0, -50%);background:#eee}.layer_alert .btn_wrap>a:last-child:after{display:none}.layer_alert .finger_info{position:relative;padding-top:60px;background:url("../../Content/images/icon/ic_login_set2_2.svg") no-repeat 50% 0;background-size:50px 50px}.layer_alert .eye_info{position:relative;padding-top:60px;background:url("../../Content/images/icon/ic_login_set1_2.svg") no-repeat 50% 0;background-size:74px 40px}.layer_alert .face_info{position:relative;padding-top:70px;background:url("../../Content/images/icon/ic_login_set3_2.svg") no-repeat 50% 0;background-size:58px 52px}.layer_alert .list_txt{text-align:left}.layer_alert .alert_type1 .txt01{font-size:1.3rem;margin-bottom:10px}.layer_alert .alert_type1 .txt_sub{font-size:1.1rem}.layer_alert .alert_con .btn_close{position:absolute;z-index:11;top:11px;right:12px;display:block;width:18px;height:18px;padding:5px;text-indent:-9999em;opacity:.5;background:url("../../Content/images/common/ic_floating_close.svg") no-repeat 50% 50%;background-size:18px 18px}.layer_wrap2{position:fixed;z-index:100;right:0;bottom:0;left:0;display:none;border-radius:16px 16px 0 0;background:#fff}.layer_wrap2.active{z-index:100}.layer_wrap2 .inner_top{position:relative;padding:18px 18px 20px;text-align:center;border-bottom:1px solid #eee}.layer_wrap2 .inner_top__default.inner_top{box-sizing:border-box;min-height:50px;padding:0;display:flex;align-items:center;justify-content:center;border-bottom-color:#ddd}.layer_wrap2 .inner_top__default.inner_top .btn_close{top:9px;right:9px;width:34px;height:34px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='34' fill='none' viewBox='0 0 34 34'%3E%3Cpath stroke='%23000' stroke-linecap='round' stroke-width='1.4' d='M25 8 8 25M8 8l17 17'/%3E%3C/svg%3E");background-size:contain}.layer_wrap2 .inner_top .tit{font-size:1.7rem;color:#000}.layer_wrap2 .inner_top .btn_close{position:absolute;z-index:1;top:22px;right:18px;width:20px;height:20px;text-indent:-9999em;background:url("../images/icon/btn_close_layer2.svg") no-repeat center center}.layer_wrap2 .inner_top.type2{text-align:left}.layer_wrap2 .inner_top.type2 .tit{font-size:1.7rem;color:#000}.layer_wrap2 .inner_top.type2 .btn_close{font-size:1.3rem;line-height:1.3rem;top:23px;right:18px;width:auto;height:1.3rem;padding-right:20px;text-indent:0;background-position:right 50%;background-size:auto 100%}.layer_wrap2 .inner{position:relative;overflow:scroll;box-sizing:border-box;max-height:calc(100vmax - 132px);padding-bottom:30px}.layer_wrap2__renewal{--popup-header-height: 50px;--popup-footer-height: 89px}.layer_wrap2__renewal{font-family:"Roboto","Noto Sans KR","sans-serif";box-sizing:border-box}.layer_wrap2__renewal .inner{max-height:calc(var(--maxHeight100, 100dvh) - var(--popup-header-height) - 78px);scrollbar-width:thin;overscroll-behavior:contain;overflow:auto;padding:20px 20px calc(var(--popup-footer-height) + 12px)}.layer_wrap2__renewal__fit .inner{height:calc(var(--maxHeight100, 100dvh) - var(--popup-header-height) - 78px)}.layer_wrap2__renewal *{box-sizing:border-box}.layer_wrap2__renewal .inner_top{height:var(--popup-header-height);box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;padding-top:0;padding-bottom:0}.layer_wrap2__renewal .inner_top .btn_close{position:static;top:auto;right:auto;display:inline-flex;padding:8px 16px 8px 8px !important;background-size:13px 13px !important;height:auto !important}.layer_wrap2__renewal .inner_cta{position:fixed;bottom:0;display:flex;width:100%;overflow:hidden}.layer_wrap2__renewal .inner_cta .btn{flex:1;position:relative;z-index:1;margin:20px 20px 24px}.layer_wrap2__renewal .inner_cta::before{content:"";background:linear-gradient(180deg, rgba(255, 255, 255, 0.2) 3.04%, #fff 41.73%);height:89px;position:absolute;left:0;bottom:0;width:100%}.overlay2{position:fixed;z-index:101;top:0;right:0;bottom:0;left:0;cursor:wait;background:rgba(0,0,0,.5)}.layer_alert.active{display:block}.overlay3{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;cursor:wait;background:rgba(0,0,0,.5)}.layer_wrap3{position:fixed;z-index:100;top:50%;left:50%;display:none;overflow:hidden;box-sizing:border-box;width:90%;min-width:310px;max-width:400px;transform:translate(-50%, -50%);border-radius:6px;background:#fff}.layer_wrap3 .layer_header{line-height:50px;display:flex;justify-content:center;box-sizing:border-box;height:50px;text-align:center;border-bottom:1px solid #ddd}.full_layer_wrap.barotk24__todo .layer_wrap3 .layer_header,.full_layer_wrap.barotk24__tobe .layer_wrap3 .layer_header{height:auto;padding:0;border-bottom:1px solid #ddd;z-index:auto}.layer_wrap3 .layer_header .btn_close{position:absolute;z-index:11;top:11px;right:12px;display:block;width:18px;height:18px;padding:5px;text-indent:-9999em;background:url("../../Content/images/common/ic_floating_close.svg") no-repeat 50% 50%;background-size:18px 18px}.layer_wrap3 .layer_header .btn_close>span{position:absolute !important;overflow:hidden;clip:rect(1px 1px 1px 1px);clip:rect(1px, 1px, 1px, 1px);width:1px;height:1px}.layer_wrap3 .layer_header.type_ad{height:auto;padding-top:8px}.layer_wrap3 .layer_content{overflow-y:auto;max-height:calc(100vmax - 160px);padding:20px 20px 24px}.full_layer_wrap.barotk24__todo .layer_wrap3 .layer_content,.full_layer_wrap.barotk24__tobe .layer_wrap3 .layer_content{padding:20px 20px 24px}.layer_wrap3 .layer_content.type2{padding:0}.layer_wrap3 .layer_content .content_inner_tit{font-size:1.6rem;margin:0 0 32px;text-align:center}.layer_wrap3 .btn_wrap{display:flex;border-top:1px solid #eee}.layer_wrap3 .btn_wrap>a{font-size:1.3rem;line-height:50px;position:relative;flex:1;height:50px;text-align:center;background:#f8f8f8}.layer_wrap3 .btn_wrap>a:before{position:absolute;top:50%;left:0;height:14px;margin-top:-7px;content:"";border-left:1px solid #eee}.layer_wrap3 .btn_wrap>a:first-child:before{display:none}.layer_wrap3--close_outside{position:absolute;top:0;right:0;transform:translateY(calc(-100% - 4px));color:#fff}.layer_wrap3--close_outside .icon{font-size:24px;font-weight:400;line-height:1.35;letter-spacing:-0.03em}.layer_wrap3 .input_box{display:flex}.layer_wrap3 .input_box .btn_type4{flex:0 0 100px;margin-left:10px}.layer_wrap3 .list_txt{margin-top:15px}.layer_wrap3 .text_area{font-size:1.1rem;overflow-y:auto;box-sizing:border-box;height:300px;padding:10px;border:1px solid #eee;border-radius:2px}.layer_wrap3 .ip_checkbox{position:relative;margin-top:20px}.layer_wrap3 .ip_checkbox label{font-size:1.5rem;line-height:20px;display:block;height:20px;padding-left:30px;background:url("../../Content/images/icon/ico_check_off.svg") no-repeat 0 center;background-size:20px 20px}.layer_wrap3 .ip_checkbox>input[type=checkbox]{position:absolute;top:0;left:0;width:0;height:0;padding:0;cursor:pointer;outline:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.layer_wrap3 .ip_checkbox>input[type=checkbox]:checked+label{background:url("../../Content/images/icon/ico_radio2_on.svg") no-repeat 0 center;background-size:20px}h2.maxtitle{overflow:hidden;width:78%;padding:0 15px 0 6px;white-space:nowrap;text-overflow:clip}.layer_wrap3__renewal{font-family:"Roboto","Noto Sans KR","sans-serif";width:calc(100% - 20px*2);min-width:280px;border-radius:12px;margin-top:max(-5px,55px/2 - var(--floating-height))}.font_base_vw .layer_wrap3__renewal{font-size:14px}.layer_wrap3__renewal,.layer_wrap3__renewal *{box-sizing:border-box}.layer_wrap3__renewal .layer_header{display:flex;align-items:center;justify-content:center;line-height:1.4;min-height:50px}.layer_wrap3__renewal input,.layer_wrap3__renewal button,.layer_wrap3__renewal select,.layer_wrap3__renewal textarea{font-family:"Roboto","Noto Sans KR","sans-serif"}.layer_wrap3__renewal .layer_content{padding:18px;max-height:calc(var(--maxHeight100, 100dvh) - 55px - min(var(--floating-height),56px) - var(--popup-header-height) - var(--popup-cta-height) - var(--popup-margin));overscroll-behavior:contain}.layer_wrap3__renewal .layer_content:first-child{--popup-header-height: 0px}.layer_wrap3__renewal .layer_content:last-child{--popup-cta-height: 0px}.layer_wrap3__renewal .layer_content:first-child:last-child{--popup-header-height: 0px;--popup-cta-height: 0px}.layer_wrap3__renewal .layer_content__fit{height:calc(var(--maxHeight100, 100dvh) - 55px - min(var(--floating-height),56px) - var(--popup-header-height) - var(--popup-cta-height) - var(--popup-margin))}.layer_wrap3__renewal__fit .layer_content{height:calc(var(--maxHeight100, 100dvh) - 55px - min(var(--floating-height),56px) - var(--popup-header-height) - var(--popup-cta-height) - var(--popup-margin))}.layer_wrap3__renewal .layer_footer{display:flex;border-top:1px solid rgba(221, 221, 221, var(--text-opacity))}.layer_wrap3__renewal .layer_footer a,.layer_wrap3__renewal .layer_footer button{font-size:13px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;height:44px;display:flex;align-items:center;justify-content:center;flex:1;background:rgba(248, 248, 248, var(--text-opacity));position:relative}.layer_wrap3__renewal .layer_footer a:before,.layer_wrap3__renewal .layer_footer button:before{position:absolute;top:50%;left:0;content:"";border-left:1px solid rgba(221, 221, 221, var(--text-opacity));height:21px;transform:translateY(-50%)}.layer_wrap3__renewal .layer_footer a:before:first-child,.layer_wrap3__renewal .layer_footer button:before:first-child{display:none}.layer_popup_wrap{position:fixed;z-index:9999;top:0;right:0;bottom:0;left:0;overflow:hidden;display:none !important}.layer_popup_wrap a{display:block;overflow:hidden}.layer_popup_wrap a>img{width:100%}.layer_popup_wrap .banner_type02{max-height:117px}.layer_popup_wrap .banner_type01{height:calc(100% - 40px)}.layer_popup_wrap .close_wrap{font-size:1.1rem;position:absolute;bottom:0;box-sizing:border-box;width:100%;height:40px;padding:10px;background:#201c1d}.layer_popup_wrap .close_wrap label{color:#fff}.layer_popup_wrap .close_wrap>.btn_close{font-size:1.1rem;float:right;color:#fff;border:0 none;background:rgba(0,0,0,0)}.layer_popup_wrap.ty2{top:calc(50% - 250px);bottom:auto;left:50%;width:350px;margin-left:-175px;padding-bottom:40px;border-radius:4px}.layer_popup_wrap.ty3{top:calc(50% - 50.5vw);bottom:auto;left:50%;width:66%;margin-left:-33%;padding-bottom:40px;border-radius:4px}.layer_popup_wrap .btn_blank_close{font-size:0;position:absolute;top:0;right:0;width:50px;height:50px;color:rgba(0,0,0,0)}.layer_share ul li{border-top:1px solid #eee}.layer_share ul li:first-child{border-top:none}.layer_share ul li a{font-size:1.5rem;line-height:52px;display:block;overflow:hidden;height:50px;padding-left:35%}.layer_share ul li a span{padding-left:34px;background-repeat:no-repeat;background-position:0 center}.layer_share ul li a.btn_share_fb span{background-image:url("../images/icon/share_fb.svg")}.layer_share ul li a.btn_share_ig span{background-image:url("../images/icon/share_ig.svg")}.layer_share ul li a.btn_share_kt span{background-image:url("../images/icon/share_kt.svg")}.layer_share ul li a.btn_share_ks span{background-image:url("../images/icon/share_ks.svg")}.layer_share ul li a.btn_share_ur span{background-image:url("../images/icon/share_ur.svg")}@media screen and (max-width: 320px){.layer_wrap3 .layer_content.type2{overflow:auto;max-height:470px}}.layer__renewal{display:none !important}.txt_my_rnd{font-family:"Roboto","Noto Sans KR","sans-serif";font-size:.9rem;font-weight:bold;line-height:24px;box-sizing:border-box;min-width:54px;height:24px;padding:0 8px;text-align:center;color:#666;border:1px solid #999;border-radius:24px;background-color:#fff}.vipzone__todo .txt_my_rnd{font-size:12px;font-weight:500;line-height:1.35;letter-spacing:0;font-family:"Roboto","Noto Sans KR","sans-serif";display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:54px;min-height:24px;padding:0 12px;text-align:center;color:#666;border:1px solid #999;border-radius:24px;background-color:#fff}.txt_my_rnd.common{color:#fff;border:0;background-color:#afafaf;letter-spacing:-0.03em}.txt_my_rnd.vip{color:#fff;border:0;background-color:rgba(178, 116, 86, var(--text-opacity))}.txt_my_rnd.vvip{color:#fff;border:0;background-color:rgba(150, 150, 151, var(--text-opacity))}.txt_my_rnd.vipgold{color:#fff;border:0;background-color:#756023}.txt_my_rnd.vipplatinum{color:#fff;border:0;background-color:#000}.txt_my_rnd.lvip{color:#fff;border:0;background-color:rgba(173, 155, 103, var(--text-opacity))}.btn_type11_2.ty2{line-height:25px;height:24px;padding:0 16px}.txt_cp_gr{font-size:1rem;line-height:14px;height:14px;padding:0 10px;text-align:center;color:#fff;border:1px solid #bebebe;border-radius:16px;background-color:#fff}.txt_cp_gr.vip{font-family:"Roboto";color:#fe5867}.txt_cp_gr.club{color:#ffa406}.txt_cp_gr.shop{color:#ffa406}.txt_cp_gr.couple{color:#24b29c}.txt_cp_flag{font-size:1rem;line-height:12px;min-width:40px;height:13px;padding:1px 3px 0;text-align:center;color:#fff;border:1px solid;border-radius:16px}.txt_cp_flag.txt1{color:#000;border-color:#ddd}.txt_cp_flag.txt2{border-color:#ff243e;background-color:#ff243e}.txt_cp_flag.txt3{border-color:#233ca3;background-color:#233ca3}.txt_cp_flag.txt4{border-color:#233ca3;background-color:#233ca3}.txt_cp_flag.txt5{color:#0eafee;border-color:#0eafee}.txt_cp_flag.txt6{color:#ff7787;border-color:#ff7787}.txt_cp_flag.txt7{color:#feb306;border-color:#feb306}.txt_cp_flag.txt8{border-color:#ee5774;background-color:#ee5774}.txt_cp_flag.txt9{color:#ee5774;border-color:#fff;background-color:#fff}.txt_cp_flag.txt10{color:#7b7b7b;border-color:#7b7b7b;background-color:#fff}.txt_rnd_new{font-size:1rem;line-height:12px;height:12px;margin:-1px 0 0 5px;padding:0 5px;color:#fff;border-radius:4px;background-color:#ff243e}.txt_rnd_stage{font-size:1rem;line-height:12px;height:12px;margin:-1px 0 0 5px;padding:0 5px;color:#fff;border-radius:4px;background-color:#4cc1ed}.txt_rnd{font-size:1rem;line-height:15px;height:15px;padding:0 10px;white-space:nowrap;color:#fff;border-radius:15px}.txt_rnd.type1{background:#ff243e}.txt_rnd.type2{background:#767676}.txt_rnd2{font-size:1rem;line-height:18px;box-sizing:border-box;height:18px;padding:0 6px;white-space:nowrap;color:#000;border:1px solid #eee;border-radius:4px;background-color:#fff}.flex_btn.type3{margin:0 10px 10px 10px}.lotteonappMain{position:relative;z-index:8900;height:100%;background-color:#e9e9e9}.lotteonappMain a,.lotteonappMain img{display:block;width:100%;margin-top:-1px}.banner_row_mini{display:flex;overflow:hidden;align-items:center;padding-right:12px;border-radius:4px}.banner_row_mini,.banner_row_mini *{box-sizing:border-box}.banner_row_mini:not(.banner_row_mini__outlined){background:#f4f4f4}.banner_row_mini--info{overflow:hidden;flex:1;margin-left:12px}.banner_row_mini--thumb{overflow:hidden;flex:0 0 auto;width:64px}.swiper_always_on .banner_row_mini--thumb{width:32px}.swiper_always_on .banner_row_mini--info{margin-left:8px}.swiper_seasonal .banner_row_mini+.banner_row_mini,.swiper_always_on .banner_row_mini+.banner_row_mini{margin-top:8px}.banner_row_mini--title{font-size:13px;font-weight:500;line-height:1.35;letter-spacing:-0.03em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block}.banner_row_mini--desc{font-size:11px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;margin-top:2px;color:#999}.banner_row_mini__outlined{padding:9px 7px;border:1px solid #ddd;background:#fff}.banner_overlap{position:relative;display:block;color:#fff}.banner_overlap,.banner_overlap *{box-sizing:border-box}.banner_overlap--thumb{position:relative;overflow:hidden;border-radius:4px}.banner_overlap--thumb:before{position:absolute;z-index:1;top:0;left:0;display:block;width:100%;height:140px;content:"";border-radius:4px 4px 0 0;background:linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(255, 0, 0, 0) 100%)}.banner_overlap--thumb.ratio_331_380{overflow:hidden;border-radius:8px}.banner_overlap--thumb.ratio_331_380 img{border-radius:8px}.banner_overlap--thumb.ratio_331_380:before{height:200px;background:linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(255, 0, 0, 0) 100%);border-radius:4px 4px 0 0}.banner_overlap--thumb.ratio_331_380+.banner_overlap--info .banner_overlap--title{margin-top:8px}.banner_overlap--info{overflow:hidden;width:100%}.banner_overlap--deck{display:flex;align-items:center}.banner_overlap--title,.banner_overlap--subtitle{font-size:13px;font-weight:700;line-height:1.35;letter-spacing:-0.03em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block}.banner_overlap--desc{font-size:11px;font-weight:500;line-height:1.35;letter-spacing:-0.03em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2;margin-top:4px}.banner_overlap--info{position:absolute;z-index:2;top:0;left:0;padding:12px 16px}.ratio_331_380+.banner_overlap--info{padding-top:20px;padding-bottom:20px}.ratio_331_380+.banner_overlap--info .banner_overlap--title,.ratio_331_380+.banner_overlap--info .banner_overlap--subtitle{font-size:20px;font-weight:700;line-height:1.35;letter-spacing:-0.03em}body.bg_f8{background-color:#f8f8f8}.icon_logo{font:0 auto;display:inline-block;width:14.8rem;height:2.8rem;padding-right:5px;vertical-align:middle;background:url("../../Content/images/common/mo_logo.svg") 0 0 no-repeat}.header h1.tit_info>span.tit_mms{padding:0 50px}.mmsinfo_box{position:relative;padding:20px 18px;text-align:center;border-top:0;border-bottom:0;background:#f8f8f8}.mmsinfo_box .bg_area{display:inline-block;width:50px;height:50px;margin-top:60px;text-align:center;text-indent:-999rem;background-repeat:no-repeat;background-position:50% 50%}.txt_graycolor8b{color:#8b8b8b}.info_wrap .infonum{font-size:1.3rem;width:100%;padding:10px 10px 0 10px}.info_wrap .infonum .tit{font-weight:lighter;display:inline-block;width:22%;padding-bottom:15px;color:#000}.info_wrap .infonum .desc{font-weight:normal;display:inline-block;width:77%}.groupmms .header_groupmms{position:relative;z-index:90;overflow:hidden;box-sizing:border-box;width:100%;height:80px;transition:all .3s ease-out;transform:translate3d(0, 0, 0);border-bottom:1px solid #ddd}.groupmms .header_groupmms::after{display:block;height:5px;content:"";background-color:#eee}.groupmms .header_groupmms h1.tit_info strong{position:absolute;top:13px;left:50%;display:block;margin-left:-72px}.groupmms .header_groupmms h1.tit_info>span{font-size:1.7rem;line-height:46px;display:block;overflow:hidden;box-sizing:border-box;padding:0 73px 0 73px;text-align:center;white-space:nowrap;text-overflow:ellipsis;color:#000}.groupmms .header_groupmms h1.tit_info>span.tit_mms{padding-top:28px}.groupmms .container{padding-top:0}.section_main.new22 .tab_wrap .tab_tit{padding:0 18px 0}.section_main.new22 .tab_wrap.maintab1 .tab_tit.case2>ul>li{float:initial;width:initial;vertical-align:initial}.section_main.new22 .tab_wrap.maintab1 .tab_tit.case2>ul>li:first-child{margin-left:0}.section_main.new22 .tab_wrap .tab_tit>ul>li>a.active,.section_main.new22 .tab_wrap .tab_tit>ul>li>button.active,.tab_wrap .tab_tit>ul>li>strong{font-size:2rem;border-bottom:initial}.section_main.new22 .tab_wrap .tab_tit:before{background-color:initial}.section_main.new22 .main_visual_slide{height:25rem}.section_main.new22 .main_visual_slide .swiper-pagination{position:absolute;top:0}.main_visual_slide .swiper-slide>.itm_vod:after,.movie_home_visual_slide .swiper-slide>.itm_vod:after{width:30px;height:40px;background:url("../../Content/images/icon/play_new22.svg") no-repeat 50% 50%}.section_main.new22 .tit_main .tit{font-size:2rem;font-weight:bold}.section_main.new22 .tit_main{margin-top:.5rem}.section_main.new22 .main_notice{margin-top:70px;border-top:1px solid #cdcdcd;background-color:#fff}.section_main.new22 .main_notice dl dt{color:#000}.section_main.new22 .main_notice dl dt:after{margin:-2px 10px 0;opacity:.1;border-color:#000}.section_main.new22 .main_notice dl dd{height:15px;padding:0 70px 0 65px;color:#000}.section_main.new22 .main_notice dl dd ul li{height:15px}.section_main.new22 .main_notice dl dd ul li a{color:#000}.section_main.new22 .main_notice .btn_more{font-size:1rem;color:#8b8b8b;background:url("../../Content/images/common/ic_more_gray.svg") no-repeat right center}.section_main.new22 .main_banner_btm{background:#fff}#mainPopupLayerWrap .swiper-pagination{top:93%;width:100%}#mainPopupLayerWrap .swiper-pagination-bullet{margin:0 2px}#mainPopupLayerWrap .swiper-pagination-bullet-active{background:rgba(0,0,0,.7)}.ic_txt_new{font-family:"Roboto";font-size:.8rem;line-height:1;position:absolute;top:-6px;right:5px;padding:3px 5px;color:#fff;border-radius:4px;background-color:#ff243e}.ic_txt_new:after{position:absolute;bottom:-20px;left:20px;width:10px;height:20px;content:""}.ic_txt_new.type2,.ic_txt_event.type2,.ic_txt_sale.type2{right:5px;top:-6px;border-radius:5px 5px 5px 0;font-size:.8rem}.ic_txt_new.type2:after,.ic_txt_event.type2:after,.ic_txt_sale.type2:after{display:none}.coupon_box.type2 a{position:relative}.coupon_box.type2 a:nth-child(1n+3){margin-top:6px}.coupon_box.type2 a .ic_txt_new.type2,.coupon_box.type2 a .ic_txt_event.type2,.coupon_box.type2 a .ic_txt_sale.type2{top:-4px;right:4px}.card_overlap{font-family:"Roboto","Noto Sans KR","sans-serif";box-sizing:border-box}.card_overlap *{box-sizing:border-box}.card_overlap input,.card_overlap button,.card_overlap select,.card_overlap textarea{font-family:"Roboto","Noto Sans KR","sans-serif"}.card_overlap{position:relative;overflow:hidden;display:block}.card_overlap--thumb{position:relative;display:block;border-radius:8px;overflow:hidden}.card_overlap--thumb:after{content:"";position:absolute;bottom:0;left:0;width:100%;display:block;height:214px;background:linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%)}.card_overlap--details{color:#fff;width:100%;padding-left:20px;padding-right:20px;overflow:hidden;position:absolute;bottom:16px;left:0;text-align:center}.card_overlap--thumb:not(:last-child) .card_overlap--details{left:50%;transform:translateX(-50%);z-index:1;bottom:73px}.card_overlap--details .card_overlap--cta{margin-top:12px}.card_overlap--subtitle{font-size:14px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.card_overlap--title{margin-top:2px;font-size:22px;line-height:28px;letter-spacing:-0.03em}.card_overlap--title strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-weight:700;vertical-align:top}.card_overlap>.card_overlap--cta{position:absolute;left:50%;transform:translateX(-50%);bottom:16px;z-index:1}.card_overlap--btn{font-size:15px;font-weight:500;line-height:1.35;letter-spacing:-0.03em;margin:0 auto;display:flex;align-items:center;justify-content:center;width:150px;height:45px;background:#fff;border-radius:4px;padding-right:24px;padding-left:24px;color:#000}.card_product{font-size:13px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;background:#fff;font-family:"Roboto","Noto Sans KR","sans-serif"}.card_product,.card_product *{box-sizing:border-box}.card_product+.popcorn_note{margin-top:12px}.card_product--head{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #eee;padding-bottom:10px;min-height:22px}.card_product--head--prepend{display:flex;align-items:center}.card_product--head--append .btn__tiny{min-width:66px;height:22px}.card_product--breadcrumbs>div{display:flex;align-items:center}.card_product--breadcrumbs>div:not(:first-child):before{content:"";display:block;background-color:#eee;width:1px;height:9px;margin-left:6px;margin-right:6px}.card_product .text_canceled{color:#999}.card_product--body{display:flex}.card_product--head+.card_product--body{margin-top:20px}.card_product--progress{color:#ff7787;font-weight:500}.card_product--thumb{flex:0 0 110px;border-radius:4px;overflow:hidden}.card_product--thumb [class^=ratio]{background:#f8f8f8}.card_product--thumb+.card_product--details{margin-left:20px}.card_product--details{flex:1;display:flex;align-items:flex-start;flex-direction:column;justify-content:center}.card_product--cinema{display:flex;align-items:center}.card_product--cinema strong{font-weight:500;vertical-align:top}.card_product--cinema .icon{vertical-align:top;margin-top:-2px;margin-left:2px}.card_product--info{font-size:11px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;color:#666;margin-top:4px}.card_product .list_rows{margin-top:4px}.card_product .list_rows--title{font-size:11px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;color:#666}.card_product .list_rows--desc{margin-left:8px}.card_product .list_rows:not(.list_rows__align_top) .list_rows--title,.card_product .list_rows:not(.list_rows__align_top) .list_rows--desc{min-height:20px}.card_product--cta{display:flex;margin-top:20px}.card_product--cta .btn{flex:1;margin-left:4px;margin-right:4px}.card_product--cta .btn:first-child{margin-left:0}.card_product--cta .btn:last-child{margin-right:0}.card_product__outlined{border:1px solid #ddd;border-radius:4px;padding:20px}.card_poster{display:flex;text-align:left;width:100%;border-radius:4px;border:1px solid #ddd;padding:20px}.card_poster--thumb{position:relative;flex:0 0 110px}.card_poster--thumb .poster_movie--thumb{position:relative;display:flex;overflow:hidden;align-items:center;justify-content:center;box-sizing:border-box;width:100%}.card_poster--thumb .poster_movie--thumb>img,.card_poster--thumb .poster_movie--thumb>video{aspect-ratio:110/155;width:100%;vertical-align:top}@supports not (aspect-ratio: 1/1){.card_poster--thumb .poster_movie--thumb{height:auto;padding-top:140.9090909091%}.card_poster--thumb .poster_movie--thumb>img,.card_poster--thumb .poster_movie--thumb>video{position:absolute;top:0;left:0;height:100%}}.card_poster .divider{margin-top:12px;margin-bottom:12px}.card_poster--labels{height:20px}.card_poster--labels .badge{vertical-align:top}.card_poster--details{display:flex;justify-content:center;flex-direction:column;margin-top:auto;margin-bottom:auto;margin-left:20px;flex:1}.card_poster--subject{font-size:15px;font-weight:700;line-height:1.35;letter-spacing:-0.03em;display:-webkit-box;overflow:hidden;text-overflow:ellipsis;word-wrap:break-word;-webkit-box-orient:vertical;-webkit-line-clamp:2}.card_poster--subject:not(:first-child){margin-top:4px}.card_poster--date{font-size:13px;font-weight:500;line-height:1.35;letter-spacing:-0.03em;margin-top:4px}.card_poster--screen{font-size:12px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;color:rgba(102, 102, 102, var(--text-opacity))}.card_payment_box{font-family:"Roboto","Noto Sans KR","sans-serif";box-sizing:border-box}.card_payment_box *{box-sizing:border-box}.card_payment_box input,.card_payment_box button,.card_payment_box select,.card_payment_box textarea{font-family:"Roboto","Noto Sans KR","sans-serif"}.card_payment_box--input{position:absolute;top:0;left:0;width:0;height:0;padding:0;cursor:pointer;opacity:0;outline:none;background:none;-webkit-appearance:none}.card_payment_box--input:checked+.card_payment_box--label{border-color:#000}.card_payment_box--input:checked+.card_payment_box--label .card_payment_box--check{color:#000}.card_payment_box--label{position:relative;display:block;width:135px;height:90px;padding:10px 10px 12px;color:#000;border:1px solid #ddd;border-radius:4px;background-color:#fff}.card_payment_box--head{display:flex;justify-content:space-between;height:20px}.card_payment_box--title{font-size:12px;font-weight:700;line-height:1.35;letter-spacing:-0.03em}.card_payment_box--check{font-size:20px;color:#ccc}.card_payment_box--check svg{vertical-align:top}.card_payment_box--body{display:flex;margin-top:6px}.card_payment_box--img{flex:0 0 26px;width:26px;position:relative}.card_payment_box--img figure{display:flex;width:auto;transform-origin:0 0;transform:rotate(90deg) translateY(-100%);height:26px}.card_payment_box--img figure img{width:auto !important;max-width:1000%}.card_payment_box--details{font-size:12px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;flex:1;overflow:hidden}.card_payment_box--details:not(:first-child){margin-left:6px}.card_payment_box--name{font-weight:500}.card_payment_box--name span{max-width:100%;min-width:0}.card_payment_box--number{font-size:11px;font-weight:400;line-height:1.35;letter-spacing:-0.03em}.card_payment_box--number{color:rgba(102, 102, 102, var(--text-opacity));margin-top:2px}.card_payment_box--appcard{display:flex;align-items:center;justify-content:space-between;max-width:100%}.card_payment_box--appcard figure{flex:1}.card_payment_box--appcard .icon{margin-left:13px;flex:0 0 16px}.card_payment_box--select{display:flex;height:34px;border-radius:4px;border:1px solid #ddd;align-items:center;justify-content:space-between;padding-left:12px;padding-right:12px}.card_payment_box--select::after{content:"";margin-left:12px;display:block;width:16px;height:16px;background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1534 5.8501C13.3486 5.65484 13.3486 5.33833 13.1534 5.14307C12.9581 4.9479 12.6416 4.94784 12.4463 5.14307L8.00004 9.58936L3.55375 5.14307C3.35848 4.9478 3.04198 4.9478 2.84672 5.14307C2.65155 5.33834 2.65149 5.65487 2.84672 5.8501L8.00004 11.0034L13.1534 5.8501Z' fill='%23666666'/%3E%3C/svg%3E")}.list_appcard{font-family:"Roboto","Noto Sans KR","sans-serif";box-sizing:border-box}.list_appcard *{box-sizing:border-box}.list_appcard input,.list_appcard button,.list_appcard select,.list_appcard textarea{font-family:"Roboto","Noto Sans KR","sans-serif"}.list_appcard{display:grid;margin-top:30px;margin-left:20px;margin-right:20px;grid-template-columns:repeat(4, 1fr);gap:20px 16px;text-align:center}.list_appcard--img{max-width:72px}.list_appcard--name{font-size:13px;font-weight:400;line-height:1.35;letter-spacing:-0.03em}.list_appcard--name{margin-top:4px}.tooltip{position:relative;display:inline-block}.tooltip,.tooltip *{box-sizing:border-box}.tooltip--panel{position:absolute;top:auto;z-index:50}.tooltip--close{position:absolute;right:10px;top:14px;display:flex;align-items:center;justify-content:center}.card_tooltip{font-size:11px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;border-radius:8px;background:#fff;border:1px solid #eee;padding:12px 36px 12px 14px}.badge{font-family:"Roboto","Noto Sans KR","sans-serif";box-sizing:border-box}.badge *{box-sizing:border-box}.badge input,.badge button,.badge select,.badge textarea{font-family:"Roboto","Noto Sans KR","sans-serif"}.badge{display:inline-flex;align-items:center;justify-content:center;position:relative;vertical-align:top}.badge:not(.badge__inline) .badge--badge{position:absolute}.badge--badge{align-items:center;display:inline-flex;border-radius:10px;justify-content:center;pointer-events:auto;text-align:center;transition:.225s cubic-bezier(0.4, 0, 0.2, 1);white-space:nowrap}.badge__outlined .badge--badge{background:#fff;border:1px solid currentColor;color:#ff7787}.badge__sm .badge--badge{font-size:9px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;min-width:16px;height:16px;padding:2px 4px}.badge__ms .badge--badge{font-size:9px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;min-width:20px;height:20px;padding:4px 6px}.badge__md .badge--badge{font-size:12px;font-weight:400;line-height:1.35;letter-spacing:0;height:24px;min-width:24px;padding-left:12px;padding-right:12px}.badge__bottom .badge--badge{bottom:0}.badge__top .badge--badge{top:0}.badge__right .badge--badge{right:0}.floating_menu .draw_menu .area_util .badge--badge{font-size:9px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;min-width:24px;height:16px;padding:2px 4px}.swiper-container-horizontal>.swiper-pagination--black.swiper-pagination-bullets{height:5px;bottom:16px}.swiper-container-horizontal>.swiper-pagination--black.swiper-pagination-bullets .swiper-pagination-bullet{vertical-align:top;width:5px;height:5px;opacity:.4;background:#000;overflow:hidden;margin-left:2px;margin-right:3px}.swiper-container-horizontal>.swiper-pagination--black.swiper-pagination-bullets .swiper-pagination-bullet-active{background:#000;opacity:1}.progressbar_steps,.progressbar_steps *{box-sizing:border-box}.progressbar_steps{--total-steps: 4;padding-top:4px;margin-right:14px;margin-left:14px}.progressbar_steps.step1{--current-step: 1}.progressbar_steps.step2{--current-step: 2}.progressbar_steps.step3{--current-step: 3}.progressbar_steps.step4{--current-step: 4}.progressbar_steps--bar{position:relative;height:1px;background-color:#b2b2b2;margin:0 20px}.progressbar_steps--filled{position:absolute;height:100%;background-color:#ff7787;border-radius:2px;width:calc((var(--current-step, 1) - 1)/(var(--total-steps, 4) - 1)*100%);transition:width .3s ease}.progressbar_steps--steps{display:flex;justify-content:space-between;margin-top:8px}.progressbar_steps--steps li{font-size:11px;font-weight:400;line-height:1.35;letter-spacing:-0.03em;position:relative;z-index:1;display:flex;align-items:center;justify-content:center;transition:background-color .3s ease,color .3s ease;color:#ff7787}.progressbar_steps--steps li::before{content:"";width:14px;height:14px;position:absolute;border:2px solid rgba(0,0,0,0);top:-8.5px;transform:translateY(-50%);border-radius:100%;background-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 14 14" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="7" cy="7" r="7" fill="%23FF7787"/><path d="M4 6.66113L6.30397 8.75L10 5" stroke="white"/></svg>');background-size:cover;background-repeat:no-repeat}.progressbar_steps--steps li.active{color:#ff7787}.progressbar_steps--steps li.active::before{border-color:#fff;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14" fill="none"><circle cx="7" cy="7" r="7" fill="%23FF7787"/><circle cx="7.00313" cy="7.00313" r="2.8" fill="white"/></svg>')}.progressbar_steps--steps li.active~li{color:#b2b2b2}.progressbar_steps--steps li.active~li::before{border-color:#fff;width:6px;height:6px;background:#b2b2b2}.navibar{font-family:"Roboto","Noto Sans KR","sans-serif";box-sizing:border-box}.navibar *{box-sizing:border-box}.navibar input,.navibar button,.navibar select,.navibar textarea{font-family:"Roboto","Noto Sans KR","sans-serif"}.navibar{width:100%}.navibar_nav.is_app{--header-height: 50px;margin-top:var(--header-height)}.navibar_nav:not(.is_app){position:sticky;top:var(--header-height)}.navibar_nav{border-bottom:1px solid rgba(238, 238, 238, var(--text-opacity));display:flex;align-items:center;background:#fff;z-index:49;padding-top:6px;padding-left:22px;padding-right:22px}.navibar_nav--indicator{position:absolute;bottom:-1px;height:2px;background-color:#000;transition:transform .3s cubic-bezier(0.4, 0, 0.2, 1),width .3s ease,left .3s cubic-bezier(0.4, 0, 0.2, 1);transform-origin:left}.navibar--trigger{font-size:15px;font-weight:400;line-height:1.35;letter-spacing:-0.03em}.navibar--trigger{flex:1;padding:9px 8px;cursor:pointer;color:rgba(178, 178, 178, var(--text-opacity));transition:color .3s ease;background:#fff;min-height:39px}.navibar--trigger.active{color:#000}.navibar--content{padding-top:20px;padding-bottom:20px}.poster_movie{position:relative;overflow:hidden;border-radius:4px;overflow:hidden}.poster_movie--labels{position:absolute;top:3px;right:3px}.poster_movie_list_wrapper{overflow:hidden}.poster_movie_list_wrapper .bx_list_scroll{margin-top:8px;margin-bottom:40px}.poster_movie_list_wrapper .bx_list_scroll>ul>li:first-child{margin-left:20px}.poster_movie_list_wrapper .bx_list_scroll>ul>li:last-child{margin-right:20px}.poster_movie_list .poster_movie{width:132px}.poster_movie_list .poster_movie--labels{top:7px;right:7px}.poster_movie_list .poster_movie--labels .icon{vertical-align:top}
