@charset "UTF-8";:root{font-family:Montserrat,Noto Sans KR,sans-serif;background-color:#efeef4}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;text-decoration:none;color:inherit;box-sizing:border-box;font-family:Montserrat,Noto Sans KR,sans-serif}input{box-sizing:border-box}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}body.modal-open{overflow:hidden}button{width:72px;height:25px;color:#fff;background-color:#a9a9a9;border:none;border-radius:3px;border:1px solid #999;cursor:pointer}.table_title{padding-left:5px;margin-bottom:5px}th{font-size:14px;height:25px}.spinner_wrapper{position:absolute;top:0;bottom:0;left:0;right:0;z-index:45;display:flex;justify-content:center;align-items:center}.spinner_wrapper .ic_spinner{width:64px;height:64px;animation:spin 1s linear infinite;z-index:100}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.wrapper{background-image:url(/assets/bg02-C3e17IiB.png)}.wrapper .inner_wrapper{width:1340px;max-width:1340px;min-height:100vh;margin:auto;padding-top:10px}.wrapper .inner_wrapper .login_status_wrapper{display:flex;justify-content:flex-end;margin-bottom:5px}.wrapper .inner_wrapper .login_status_wrapper .logout_btn{width:90px;margin-left:20px}.wrapper .inner_wrapper .header_menu_wrapper{display:flex;padding:5px;background-color:#320c1a;color:#fff;margin-bottom:10px}.wrapper .inner_wrapper .header_menu_wrapper>div{padding-left:30px;padding-right:30px;border-right:2px solid white;cursor:pointer}.wrapper .inner_wrapper .header_menu_wrapper>div.focused{font-weight:700;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:2px}.wrapper .inner_wrapper .header_menu_wrapper :last-child{border:none}.wrapper .inner_wrapper .breadcrumb{font-size:20px;font-weight:700;padding-left:20px;border-bottom:3px solid #320c1a;margin-bottom:5px}.wrapper .inner_wrapper .footer_wrapper{width:1340px;background-color:#320c1a;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.wrapper .inner_wrapper .footer_wrapper .footer{text-align:center;color:#fff}.mac_modal{width:800px;height:100%;margin:100px auto auto;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:10px 10px 5px rgba(0,0,0,.75);-webkit-box-shadow:10px 10px 5px 0px rgba(0,0,0,.75);-moz-box-shadow:10px 10px 5px 0px rgba(0,0,0,.75)}.mac_modal .mac_modal_header{position:relative;display:flex;justify-content:center;align-items:center;height:40px;background-color:#424242;color:#afafaf;font-weight:600;border-bottom:2px solid black;border-top-left-radius:10px;border-top-right-radius:10px}.mac_modal .mac_modal_header .lights{position:absolute;display:flex;top:50%;left:0;transform:translateY(-50%)}.mac_modal .mac_modal_header .lights .red_light,.mac_modal .mac_modal_header .lights .yellow_light,.mac_modal .mac_modal_header .lights .green_light{width:20px;height:20px;border-radius:10px;margin-left:10px}.mac_modal .mac_modal_header .lights .red_light{background-color:#ff584f}.mac_modal .mac_modal_header .lights .yellow_light{background-color:#e5bf2e}.mac_modal .mac_modal_header .lights .green_light{background-color:#54bf2e}.mac_modal .mac_modal_body{display:flex;flex-direction:column;align-items:center;height:460px;background-color:#343434;font-size:30px;color:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.mac_modal .mac_modal_body .title{margin-top:20px;margin-bottom:40px;font-size:40px;font-weight:800}.mac_modal .mac_modal_body .controller{margin-top:120px}.mac_modal .mac_modal_body .controller>button{width:100px;height:30px}.mac_modal .mac_modal_body .controller button+button{margin-left:10px}.tooltip_wrapper{position:relative}.tooltip_wrapper .tooltip_icon{cursor:pointer;vertical-align:middle}.tooltip_wrapper .tooltip_inner{position:absolute;top:20px;left:0;width:300px;padding:10px;border-radius:5px;background-color:rgba(0,0,0,.8);color:#fff;opacity:0;white-space:pre-line;text-align:left;visibility:hidden}.tooltip_wrapper .tooltip_inner .tooltip_title{font-size:18px;border-bottom:1px solid white}.tooltip_wrapper .tooltip_inner .tooltip_content{margin-top:10px}.tooltip_wrapper .tooltip_icon:hover~.tooltip_inner{opacity:1;z-index:100;visibility:visible;transition:all .75s ease}.login_page.login_wrapper{background:linear-gradient(180deg,#fed228,#0078c3,#231815);background-size:cover;height:100vh;display:flex;align-items:center}.login_page .logo_wrapper{width:60%;min-width:300px;display:flex;justify-content:center}.login_page .widget_wrapper{width:700px;min-width:700px;height:100%;display:flex;align-items:center}.login_page .widget{display:flex;flex-direction:column;align-items:center;padding:40px;width:70%;height:450px;border-radius:10px;background-color:#fff;box-shadow:10px 10px 5px rgba(0,0,0,.75);-webkit-box-shadow:10px 10px 5px 0px rgba(0,0,0,.75);-moz-box-shadow:10px 10px 5px 0px rgba(0,0,0,.75)}.login_page .login_logo_wrapper{margin-bottom:20px}.login_page .info{margin-bottom:20px;font-size:20px;font-weight:600}.login_page .alert{color:red;font-weight:700;margin-bottom:50px}.login_page .welcome{align-self:baseline;margin-bottom:20px;font-size:14px}.login_page .id_wrapper{width:70%;font-size:20px;margin-bottom:20px;border-top:0px;border-right:0px;border-left:0px;outline:none}.login_page .pw_wrapper{width:70%;font-size:20px;margin-bottom:30px;border-top:0px;border-right:0px;border-left:0px;outline:none}.login_page .btn_wrapper{width:65%;margin-bottom:10px}.login_page .btn_wrapper .btn{width:100%;height:40px;background-color:#fed228;border-radius:5px;font-size:18px;outline:none;border-color:#d1ae1f;cursor:pointer}.login_page .save_id_wrapper{align-self:self-end;margin-right:60px;display:flex;align-items:center}.login_page .save_id_wrapper .save_id_label{padding-bottom:3px}.regist_page .table_title,.regist_update_page .table_title{padding-left:5px}.regist_page .event_info,.regist_update_page .event_info{display:flex;justify-content:space-between;margin-bottom:5px}.regist_page .event_info button,.regist_update_page .event_info button{width:80px;background-color:#a9a9a9}.regist_page .search_table_wrapper,.regist_update_page .search_table_wrapper{margin-bottom:5px}.regist_page .search_table_wrapper select,.regist_update_page .search_table_wrapper select{border:1px solid #dcdcdc;color:#5f5f5f}.regist_page .search_table_wrapper table,.regist_page .search_table_wrapper th,.regist_page .search_table_wrapper td,.regist_update_page .search_table_wrapper table,.regist_update_page .search_table_wrapper th,.regist_update_page .search_table_wrapper td{border:1px solid #dcdcdc;border-collapse:collapse}.regist_page .search_table_wrapper .search_table,.regist_update_page .search_table_wrapper .search_table{width:100%;color:#5f5f5f}.regist_page .search_table_wrapper .search_table th,.regist_update_page .search_table_wrapper .search_table th{background-color:#eee;color:#5f5f5f;width:10%;height:30px}.regist_page .search_table_wrapper .search_table td,.regist_update_page .search_table_wrapper .search_table td{width:40%;padding-left:5px;padding-right:5px;background-color:#f9f9f9}.regist_page .search_table_wrapper .search_table .event_th>span,.regist_update_page .search_table_wrapper .search_table .event_th>span{display:inline-block;margin-right:5px}.regist_page .search_table_wrapper .search_table .select_td,.regist_update_page .search_table_wrapper .search_table .select_td{padding-bottom:1px}.regist_page .search_table_wrapper .search_table .select_td select,.regist_update_page .search_table_wrapper .search_table .select_td select{width:100%;font-size:14px;height:24px}.regist_page .search_table_wrapper .search_table .stock_td,.regist_update_page .search_table_wrapper .search_table .stock_td{background-color:#fff}.regist_page .search_table_wrapper .search_table .event_tooltip_inner,.regist_update_page .search_table_wrapper .search_table .event_tooltip_inner{width:270px;max-width:270px;text-align:left}.regist_page .main_tables_wrapper,.regist_update_page .main_tables_wrapper{display:flex;margin-bottom:20px}.regist_page .main_tables_wrapper table,.regist_page .main_tables_wrapper th,.regist_page .main_tables_wrapper td,.regist_update_page .main_tables_wrapper table,.regist_update_page .main_tables_wrapper th,.regist_update_page .main_tables_wrapper td{border:1px solid #dcdcdc;border-collapse:collapse;text-align:center;vertical-align:middle}.regist_page .main_tables_wrapper th,.regist_update_page .main_tables_wrapper th{background-color:#231815;color:#fff}.regist_page .main_tables_wrapper input,.regist_update_page .main_tables_wrapper input{text-align:center}.regist_page .main_tables_wrapper .trade_info_input,.regist_page .main_tables_wrapper .gift_select,.regist_update_page .main_tables_wrapper .trade_info_input,.regist_update_page .main_tables_wrapper .gift_select{width:50%}.regist_page .main_tables_wrapper .gift_select,.regist_update_page .main_tables_wrapper .gift_select{padding-left:20px}.regist_page .main_tables_wrapper .tooltip_header>span,.regist_update_page .main_tables_wrapper .tooltip_header>span{display:inline-block;margin-right:5px}.regist_page .main_tables_wrapper .add_row_btn,.regist_update_page .main_tables_wrapper .add_row_btn{width:80px;background-color:#0078c3;border-color:#004875}.regist_page .main_tables_wrapper .delete_row_btn,.regist_update_page .main_tables_wrapper .delete_row_btn{width:80px;background-color:#fa3535;border-color:#cc2a2a}.regist_page .main_tables_wrapper .trade_info_table_wrapper,.regist_page .main_tables_wrapper .gift_select_table_wrapper,.regist_update_page .main_tables_wrapper .trade_info_table_wrapper,.regist_update_page .main_tables_wrapper .gift_select_table_wrapper{height:340px;background:url(/assets/bg_logo05-D8hRUldP.png) no-repeat center 75%;background-color:#fff;border:1px solid #dcdcdc;color:#5f5f5f}.regist_page .main_tables_wrapper .trade_info_table_wrapper input,.regist_page .main_tables_wrapper .gift_select_table_wrapper input,.regist_update_page .main_tables_wrapper .trade_info_table_wrapper input,.regist_update_page .main_tables_wrapper .gift_select_table_wrapper input{border:1px solid #dcdcdc;color:#5f5f5f}.regist_page .main_tables_wrapper .trade_info_table_wrapper,.regist_update_page .main_tables_wrapper .trade_info_table_wrapper{overflow:visible}.regist_page .main_tables_wrapper .trade_info_table_wrapper tbody,.regist_update_page .main_tables_wrapper .trade_info_table_wrapper tbody{display:block;overflow:auto;max-height:310px}.regist_page .main_tables_wrapper .trade_info_table_wrapper tbody tr td>input,.regist_page .main_tables_wrapper .trade_info_table_wrapper tbody div,.regist_update_page .main_tables_wrapper .trade_info_table_wrapper tbody tr td>input,.regist_update_page .main_tables_wrapper .trade_info_table_wrapper tbody div{vertical-align:center;margin-bottom:4px}.regist_page .main_tables_wrapper .trade_info_table_wrapper tbody tr td:last-child,.regist_update_page .main_tables_wrapper .trade_info_table_wrapper tbody tr td:last-child{width:100px}.regist_page .main_tables_wrapper .trade_info_table_wrapper thead,.regist_page .main_tables_wrapper .trade_info_table_wrapper tbody tr,.regist_update_page .main_tables_wrapper .trade_info_table_wrapper thead,.regist_update_page .main_tables_wrapper .trade_info_table_wrapper tbody tr{display:table;width:100%;table-layout:fixed}.regist_page .main_tables_wrapper .trade_info_table_wrapper input,.regist_update_page .main_tables_wrapper .trade_info_table_wrapper input{width:90%;outline:none}.regist_page .main_tables_wrapper .trade_info_table_wrapper input.invalid_input,.regist_update_page .main_tables_wrapper .trade_info_table_wrapper input.invalid_input{border-color:#fa3535}.regist_page .gift_select_btn_wrapper,.regist_update_page .gift_select_btn_wrapper{display:flex;justify-content:center}.regist_page .gift_select_btn_wrapper button,.regist_update_page .gift_select_btn_wrapper button{width:120px;height:50px;background-color:#0078c3;border-color:#004875;font-size:17px;margin-left:20px}.gift_regist_modal{width:460px}.gift_regist_modal .header_content{display:flex;justify-content:center;background-color:#0078c3;padding:10px;border-top-left-radius:10px;border-top-right-radius:10px}.gift_regist_modal .modal_body{display:flex;flex-direction:column;align-items:center}.gift_regist_modal .modal_body .title{font-size:38px;color:#fed228;font-weight:700;text-shadow:-1px 0 #000,0 1px #000,1px 0 #000,0 -1px #000}.gift_regist_modal .modal_body .agreement{font-size:18px}.gift_regist_modal .modal_body .table_wrapper{margin-bottom:20px}.gift_regist_modal .modal_body .table_wrapper table,.gift_regist_modal .modal_body .table_wrapper th,.gift_regist_modal .modal_body .table_wrapper td{border:1px solid #999;border-collapse:collapse}.gift_regist_modal .modal_body .table_wrapper table.needIECorrection{width:460px}.gift_regist_modal .modal_body .table_wrapper>table>tbody>tr>th{width:114px;vertical-align:middle}.gift_regist_modal .modal_body .table_wrapper th{background:#eee;color:#5f5f5f}.gift_regist_modal .modal_body .table_wrapper .receipt_info>td{height:100px}.gift_regist_modal .modal_body .table_wrapper .receipt_info .receipt_info_table th,.gift_regist_modal .modal_body .table_wrapper .receipt_info .receipt_info_table td{height:18px;font-size:14px;text-align:center}.gift_regist_modal .modal_body .table_wrapper .receipt_info .receipt_info_table tbody{display:block;overflow:auto;max-height:100px}.gift_regist_modal .modal_body .table_wrapper .receipt_info .receipt_info_table thead,.gift_regist_modal .modal_body .table_wrapper .receipt_info .receipt_info_table tbody tr{display:table;table-layout:fixed}.gift_regist_modal .modal_body .table_wrapper .receipt_info .receipt_info_table thead th,.gift_regist_modal .modal_body .table_wrapper .receipt_info .receipt_info_table tbody tr th{width:100%}.gift_regist_modal .modal_body .table_wrapper .receipt_info .receipt_info_table thead td,.gift_regist_modal .modal_body .table_wrapper .receipt_info .receipt_info_table tbody tr td{width:110px}.gift_regist_modal .modal_body .table_wrapper .receipt_info .receipt_info_table thead td:last-child:not(.isScroll),.gift_regist_modal .modal_body .table_wrapper .receipt_info .receipt_info_table tbody tr td:last-child:not(.isScroll){width:120px}.gift_regist_modal .modal_body .table_wrapper .client_agreement{font-size:14px}.gift_regist_modal .modal_body .table_wrapper .client_agreement .client_agreement_content{padding:3px}.gift_regist_modal .modal_body .table_wrapper .client_agreement .client_agreement_content .bold{font-weight:700}.gift_regist_modal .modal_body .table_wrapper .client_agreement .client_agreement_content .client_info_title{display:flex;justify-content:center;margin:10px}.gift_regist_modal .modal_body .table_wrapper .client_agreement .client_agreement_content .client_info_title>div:first-child,.gift_regist_modal .modal_body .table_wrapper .client_agreement .client_agreement_content .client_info_title div:nth-child(3){text-decoration:underline}.gift_regist_modal .modal_body .table_wrapper .client_agreement .client_agreement_content div:nth-child(2){margin-bottom:10px}.gift_regist_modal .modal_body .table_wrapper .client_agreement>td>div{max-height:110px;overflow-y:auto}.gift_regist_modal .modal_body .table_wrapper .client_agreement .agreement_checkbox{background-color:#eee;display:flex;flex-direction:column;align-items:end}.gift_regist_modal .modal_body .table_wrapper .client_agreement .agreement_checkbox .checkable{cursor:pointer;user-select:none}.gift_regist_modal .modal_body .table_wrapper .client_agreement .agreement_checkbox>div:nth-child(2){font-size:13px}.gift_regist_modal .modal_body .table_wrapper .phone_number>td>input{height:50px;width:98%;outline:none;font-size:20px;text-align:center}.gift_regist_modal .modal_footer{height:50px;display:flex;justify-content:center}.gift_regist_modal .modal_footer button+button{margin-left:5px}.gift_regist_modal .modal_footer .cancel_btn,.gift_regist_modal .modal_footer .regist_btn,.gift_regist_modal .modal_footer .modify_btn{width:100px;height:30px;font-weight:700;font-size:16px}.gift_regist_modal .modal_footer .cancel_btn{color:#231815}.gift_regist_modal .modal_footer .regist_btn{color:#231815;background-color:#0078c3;border-color:#004875}.gift_regist_modal .modal_footer .modify_btn{color:#231815;background-color:#fed228;border-color:#d1ae1f}.list_page{padding-bottom:40px}.list_page .search_header{display:flex;justify-content:space-between;margin-bottom:5px}.list_page .search_header button+button{margin-left:10px}.list_page .search_header button:first-child{width:80px}.list_page .search_header button:nth-child(2){background-color:#0078c3;border-color:#004875}.list_page .search_header button:last-child{background-color:#2b6131;border-color:#1f4623}.list_page .search_header .btns_wrapper{display:flex;align-items:center}.list_page .search_table_wrapper{margin-bottom:5px}.list_page .search_table_wrapper input,.list_page .search_table_wrapper select{border:1px solid #999}.list_page .search_table_wrapper table,.list_page .search_table_wrapper th,.list_page .search_table_wrapper td{border:1px solid #dcdcdc;border-collapse:collapse}.list_page .search_table_wrapper table{width:100%}.list_page .search_table_wrapper th,.list_page .search_table_wrapper td{background-color:#eee;color:#5f5f5f;height:30px;vertical-align:middle}.list_page .search_table_wrapper td{padding-left:5px;padding-right:5px;background-color:#f9f9f9}.list_page .search_table_wrapper thead th{min-width:80px;background-color:#eee;color:#5f5f5f}.list_page .search_table_wrapper thead td{padding-bottom:5px}.list_page .search_table_wrapper thead td input{max-width:120px}.list_page .search_table_wrapper thead td input.regist_date{max-width:60px}.list_page .search_table_wrapper tbody div{display:flex}.list_page .search_table_wrapper tbody div button{margin-left:5px;background-color:#0078c3;border-color:#004875}.list_page .search_table_wrapper tbody input{width:100%}.list_page .search_table_wrapper .select_td{display:flex}.list_page .search_table_wrapper .select_td .regist_start_date>input,.list_page .search_table_wrapper .select_td .regist_end_date>input{max-width:60px}.list_page .search_table_wrapper .select_td .regist_start_date{margin-right:3px}.list_page .search_table_wrapper .select_td .regist_end_date{margin-left:3px}.list_page .regist_list .list_header{display:flex;justify-content:space-between;margin-bottom:5px}.list_page .regist_list .list_header .list_show_count{display:flex}.list_page .regist_list .list_header .list_show_count div{margin-right:10px}.list_page .regist_list .list_header .list_show_count select{width:70px}.list_page .regist_list .list_table_wrapper{position:relative;min-height:350px;background:url(/assets/bg_logo05-D8hRUldP.png) no-repeat center 75%;background-color:#fff;border:1px solid #dcdcdc;margin-bottom:5px;color:#5f5f5f}.list_page .regist_list .list_table_wrapper tbody tr{cursor:pointer}.list_page .regist_list .list_table_wrapper table,.list_page .regist_list .list_table_wrapper th,.list_page .regist_list .list_table_wrapper td{border:1px solid #dcdcdc;border-collapse:collapse;text-align:center;vertical-align:middle}.list_page .regist_list .list_table_wrapper th{background-color:#231815;color:#fff}.list_page .regist_list .list_table_wrapper td{font-size:13px;padding-bottom:2px;height:25px}.list_page .regist_list .list_table_wrapper input{text-align:center}.event_search_modal .modal_header{width:600px;display:flex;align-items:center;padding-left:10px;color:#fff;font-weight:700}.event_search_modal .modal_body{padding:10px}.event_search_modal .modal_body>div{margin-bottom:5px}.event_search_modal .modal_body .search_controller{display:flex;justify-content:space-between;margin-bottom:5px}.event_search_modal .modal_body .search_controller>div:nth-child(2){display:flex}.event_search_modal .modal_body .search_controller .reset_btn{width:80px}.event_search_modal .modal_body .search_controller .search_btn{background-color:#0078c3;border-color:#004875}.event_search_modal .modal_body .search_controller button+button{margin-left:5px}.event_search_modal .modal_body .search_filter{display:flex;border:1px solid #999;margin-bottom:5px}.event_search_modal .modal_body .search_filter label{width:80px;text-align:center;padding:2px;border-right:1px solid #999;background-color:#eee;color:#5f5f5f}.event_search_modal .modal_body .search_filter input{height:30px;width:100%;outline:none;border:none}.event_search_modal .modal_body .events_table{height:400px;margin-bottom:5px}.event_search_modal .modal_body .events_table table,.event_search_modal .modal_body .events_table th,.event_search_modal .modal_body .events_table td{border:1px solid #dcdcdc;border-collapse:collapse}.event_search_modal .modal_body .events_table th{background-color:#231815;color:#fff;vertical-align:middle}.event_search_modal .modal_body .events_table td{font-size:14px;text-align:center;height:25px;vertical-align:middle;cursor:pointer}.product_search_modal .modal_header{display:flex;align-items:center;padding-left:10px;width:780px;color:#fff;font-weight:700}.product_search_modal .modal_body{padding:10px}.product_search_modal .modal_body>div{margin-bottom:5px}.product_search_modal .modal_body .search_controller{display:flex;justify-content:space-between}.product_search_modal .modal_body .search_controller>div:nth-child(2){display:flex}.product_search_modal .modal_body .search_controller .reset_btn{width:80px}.product_search_modal .modal_body .search_controller .search_btn{background-color:#0078c3;border-color:#004875}.product_search_modal .modal_body .search_controller .confirm_btn{background-color:#2b6131;border-color:#1f4623}.product_search_modal .modal_body .search_controller button+button{margin-left:5px}.product_search_modal .search_filter{display:flex;border:1px solid #999;margin-bottom:5px}.product_search_modal .search_filter label{width:80px;text-align:center;padding:2px;border-right:1px solid #999;background-color:#eee;color:#5f5f5f}.product_search_modal .search_filter input{height:30px;width:100%;outline:none;border:none}.product_search_modal .products_table{position:relative;min-height:300px}.product_search_modal .products_table table,.product_search_modal .products_table th,.product_search_modal .products_table td{border:1px solid #dcdcdc;border-collapse:collapse}.product_search_modal .products_table th{background-color:#231815;color:#fff;vertical-align:middle}.product_search_modal .products_table td{font-size:14px;text-align:center;height:25px;vertical-align:middle;cursor:pointer}.gift_regist_detail_modal{width:600px}.gift_regist_detail_modal .modal_header{display:flex;align-items:center;padding-left:10px;color:#fff;font-weight:700}.gift_regist_detail_modal .modal_body{padding:10px}.gift_regist_detail_modal .modal_body>div{margin-bottom:5px}.gift_regist_detail_modal .modal_body .regist_info_header{display:flex;justify-content:space-between}.gift_regist_detail_modal .modal_body .regist_info_header>div:nth-child(2){display:flex}.gift_regist_detail_modal .modal_body .regist_info_header .edit_btn{background-color:#0078c3;border-color:#004875}.gift_regist_detail_modal .modal_body .regist_info_header .regist_cancel_btn{width:90px;background-color:#fa3535;border-color:#cc2a2a}.gift_regist_detail_modal .modal_body .regist_info_header button+button{margin-left:5px}.gift_regist_detail_modal .modal_body .regist_info_table table{width:100%}.gift_regist_detail_modal .modal_body .regist_info_table table,.gift_regist_detail_modal .modal_body .regist_info_table th,.gift_regist_detail_modal .modal_body .regist_info_table td{border:1px solid #dcdcdc;border-collapse:collapse}.gift_regist_detail_modal .modal_body .regist_info_table th{background-color:#eee;color:#5f5f5f;height:30px;vertical-align:middle}.gift_regist_detail_modal .modal_body .regist_info_table td{padding-left:5px;padding-right:5px;background-color:#fff;font-size:14px;vertical-align:middle}.gift_regist_detail_modal .modal_body .receipt_info_table table,.gift_regist_detail_modal .modal_body .receipt_info_table th,.gift_regist_detail_modal .modal_body .receipt_info_table td{border:1px solid #dcdcdc;border-collapse:collapse;text-align:center;vertical-align:middle}.gift_regist_detail_modal .modal_body .receipt_info_table th{background-color:#231815;color:#fff}.gift_regist_detail_modal .modal_body .receipt_info_table td{font-size:13px;padding-bottom:2px;height:25px}.gift_regist_detail_modal .modal_body .receipt_info_table input{text-align:center}.gift_regist_detail_modal .modal_body .receipt_info_table tbody{display:block;overflow-y:auto;overflow-x:hidden;max-height:250px}.gift_regist_detail_modal .modal_body .receipt_info_table thead,.gift_regist_detail_modal .modal_body .receipt_info_table tbody tr{display:table;width:570px;table-layout:fixed}.gift_regist_detail_modal .modal_body .updated_marker{font-size:14px;color:#fa3535}.img_btn>div{display:flex;align-items:center;justify-content:center}.img_btn>div img{width:16px;height:16px}.img_btn>div img+div{margin-left:3px}.modal_layout{white-space:pre-line}.modal_layout .modal_bg{background-color:rgba(0,0,0,.5);z-index:100;position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.modal_layout .modal_bg .modal_container{min-width:200px;background-color:#fff;position:fixed;border-radius:10px;box-shadow:10px 10px 5px rgba(0,0,0,.75);-webkit-box-shadow:10px 10px 5px 0px rgba(0,0,0,.75);-moz-box-shadow:10px 10px 5px 0px rgba(0,0,0,.75);top:50%;left:50%;transform:translate(-50%,-50%)}.modal_layout .modal_bg .modal_header{min-height:40px;background-color:#0078c3;border-top-left-radius:10px;border-top-right-radius:10px}.modal_layout .modal_bg .modal_header .close_icon{position:absolute;top:10px;right:10px;cursor:pointer}.modal_container.alert_modal .modal_header{height:40px;color:#fff;font-size:18px}.modal_container.alert_modal .modal_header .alert_modal_header{border-top-left-radius:10px;border-top-right-radius:10px;height:100%;display:flex;align-items:center}.modal_container.alert_modal .modal_header .alert_modal_header.information,.modal_container.alert_modal .modal_header .alert_modal_header.question{background-color:#0078c3}.modal_container.alert_modal .modal_header .alert_modal_header.warning{background-color:#fed228;color:#231815}.modal_container.alert_modal .modal_header .alert_modal_header.error{background-color:#fa3535}.modal_container.alert_modal .modal_header .alert_header_ic{margin-left:10px;margin-right:10px}.modal_container.alert_modal .modal_body{max-width:300px;padding:10px}.modal_container.alert_modal .modal_footer{padding:10px}.modal_container.alert_modal .modal_footer>div{display:flex;justify-content:end}.modal_container.alert_modal .modal_footer>div button{margin-left:10px}.modal_container.alert_modal .modal_footer .confirm_btn{background-color:#0078c3;border-color:#004875}
