@charset "utf-8";
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
#edms_body{
	background-color: #f7f8f8;
}
.m_srarch_btn a{
	height: 36px;
	line-height: 34px;
	padding: 0px 10px;
	color: white;
	background-color: #3274e6;
	border-radius: 5px;
	display: none;
}

/* login */
.login_top{
	width: 100%;
}
.login_logo{
	background: url(../_img/erae_edms_wt.png) no-repeat;
	width: 100%;
	height: 22px;
	background-size: contain;
	background-position: center;
	margin-bottom: 16px;
}
.login_top strong{
	display: block;
	margin-bottom: 64px;
	text-align: center;
	color: white;
}
.order_bg{
	background: url(../_img/order_login_bg.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.bg_gray{
	background-color: gray;
}
.login_middle{
	padding: 16px;
	width: 500px;
}
.login_middle input{
	color: white;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	text-align: center;
}
.login_middle input::-webkit-input-placeholder{
	color: rgba(255,255,255,0.5);
}
.login_middle .check span{
	color: white;
}
.login_middle .checkmark{
	border-color: white;
}
.check input:checked ~ .checkmark {
	display: block;
	opacity: 1;
	background-image: url(../_img/od_check_img.png);
	background-size: cover;
}

/* header */
.main_nav{
	background-color: #1657c5;
	height: 160px;
}
.nav_dr > li, .nav_r > li{
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
}
.nav_dr > li > a{
	font-size: 18px;
	color: white;
	padding: 6px 20px;
	opacity: 0.6;
}
.nav_dr > li > a.on{
	opacity: 1;
}
.nav_dr > li > a:hover{
	opacity: 1;
}
.nav_dr > li:first-child > a{
	padding: 0;
	margin-right: 20px;
	opacity: 1;
	width: 228px;
	height: 22px;
	background: url(../_img/erae_edms_wt.png) no-repeat;
	background-size: contain;
	background-position: center;
	padding-right: 16px;
	position: relative;
}
.nav_dr > li:first-child > a:after{
	content: "";
	display: block;
	position: absolute;
	right: -20px;
	bottom: 0;
	border-right: 1px solid white;
	height: 18px;
}
.nav_dr > li > .sub_nav_dr{
	position: absolute;
	transition: all 0.5s;
	overflow: hidden;
	opacity: 1;
	padding: 6px 12px;
}
.nav_dr > li > .sub_nav_dr > ul > li{
	display: inline-block;
	color: white;
}
.nav_dr > li > .sub_nav_dr > ul > li > a{
	padding: 6px 12px;
	height: 28px;
	font-size: 14px;
}
.nav_dr > li > .sub_nav_dr > ul > li > a:hover{
	background-color: rgba(0,0,0,0.2);
}
.nav_dr > li > .sub_nav_dr > ul > li > a.on{
	background-color: rgba(0,0,0,0.5);
}
.nav_dr > li:hover > .sub_nav_dr{
	/*height: 50px;
	overflow: visible;
	opacity: 1;
	pointer-events: all;*/
}
.nav_dr > li > .sub_nav_dr > ul{
	background-color: #0d45a3;
	overflow: hidden;
	border-radius: 15px;
}
.nav_r{
	margin-top: 10px;
}
.nav_r li{
	color: white;
	font-size: 12px;
}
.nav_r li p{
	margin-top: 6px;
}
.nav_r img{
	height: 36px;
}
.pc_user_name{
	font-size: 16px !important;
	padding-right: 20px;
	margin-right: 20px;
	height: 44px;
	line-height: 43px;
	border-right: 1px solid white;
}
.pc_user_name > a{
	display: inline-block;
	padding: 14px;
	background-color: black;
	border-radius: 6px;
	margin-left: 16px;
	color: white !important;
}
.mypage_img{
	width: 26px;
	height: 26px;
	background: url(../_img/mypage_pc.png) no-repeat;
	background-size: contain;
	margin: 0 auto;
}
.logout_img{
	width: 26px;
	height: 26px;
	background: url(../_img/logout_pc.png) no-repeat;
	background-size: contain;
	margin: 0 auto;
}
.order_header_top{
	text-align: center;
}
.order_header_top a{
	display: inline-block;
	text-align: center;
	padding: 0 16px;
}

/* inquiry 입출금 내역 */
.search_module {
	position: relative;
	padding: 24px 16px;
	background-color: #00479d;
}
.search_module .container_pc{
	background-color: white;
	padding: 16px;
	border-radius: 10px;
	box-shadow: 0 0 24px 0px rgba(0,0,0,0.1);
}
.search_module .case{
	margin: 0 -5px;
}
.calendar_btn ul{
	margin: 0 -5px;
}
.calendar_btn ul li{
	float: left;
	margin: 0 5px;
}
.search_module .container_title{
	position: relative;
	margin: 0 auto;
	width: 1440px;
}
.container_title > p{
	font-size: 28px;
	color: white;
	font-weight: 300;
}
.search_r .sh_right{
	float: right;
}
.sh_detail{
	border-top: 1px solid #eaeaf2;
	margin-top: 16px !important;
	padding-top: 16px;

}

/* member_reg 회원정보 등록 */
.btn_mem_add_div{
	float: right;
}
.btn_mem_add_div a{
	float: left;
	margin-left: 10px;
}
.search_date_case .btn_mem_add_div a:first-child{
	margin-left: 0px;
}
/* 수수료 */
.tar{
	text-align: right;
	padding-right: 42px;
}
input.tar::-webkit-input-placeholder{
	color: #595757;
	font-size: inherit;
	text-align: left;
}
input.tar:-ms-input-placeholder{
	color: #595757;
	font-size: inherit;
	text-align: left;
}


/* notice 공지사항 */
.notice_title_wrap .m_title_txt{
	height: inherit;
}
.no_view_box{
	padding: 16px;
	border: 1px solid #d7d9e3;
	background-color: white;
	border-radius: 5px;
	line-height: 26px;
	min-height: 268px;
	max-height: 450px;
	overflow-y: auto;
}
.notice_case{
	margin: 0 -5px;
}
.notice_popup{
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	min-width: 288px;
	max-width: 540px;
}
.notice_popup .popup_title{
	margin-bottom: 0;
}
.notice_txt{
	padding: 16px 0px;
	width: 100%;
	overflow-y: auto;
}
.notice_txt p{
	line-height: 24px;
}
.notice_write{
	height: 338px;
}

/* 계좌상태 */
.key_reg_wrap .container_pc{
	border-radius: 8px;
	background-color: #d7d9e3;
	padding: 16px;
	width: 1440px;
}
.key_reg_wrap .co_5{
	height: 42px;
	line-height: 41px;
}
.key_reg_wrap .co_5:first-child{
	color: black;
	font-weight: 500;
	font-size: 18px;
}
.key_reg_wrap .co_5 ul li{
	display: inline-block;
}
.key_reg_wrap .co_5 ul li{
	height: 42px;
	line-height: 41px;
	color: black;
}
.wcms_send_btn{
	float: right;
}
.wcms_send_btn li a{
	display: inline-block;
}
.key_reg_wrap .case{

	margin: 0 auto;
}

/* 금액 1000만원 단위 */
.tb_amount table, .tb_shop table{
	table-layout: fixed;
}
.tb_amount tr td{
	width: 197px;
	padding: 0 30px;
	text-align: right;
}
.tb_amount tr td:first-child{
	text-align: center;
}
.tb_shop tr th:first-child{
	width: 5%;
}
.tb_shop tr td{
	padding: 0 48px;
	text-align: right;
}
.tb_shop tr td:nth-child(1), .tb_shop tr td:nth-child(2), .tb_shop tr td:nth-child(3){
	padding: 12px 6px;
	text-align: center;
}

/* 월별 매출통계 테이블 리셋 */
.month_stat{
	margin-bottom: 64px;
}
.month_stat td, .month_stat th{
	font-size: 14px;
	height: 34px;
}
.month_stat table{
	table-layout: fixed;
}
.month_stat table th, .month_stat tfoot td{
	border-right: 1px solid #a8adc5;
}
.month_stat table th:nth-child(1){
	width: 52px;
}
.month_stat table th:nth-child(2){
	width: 116px;
}
.month_stat tbody tr:nth-child(even) {
	background-color: white;
}
.month_stat tbody tr{
	border-bottom: 1px solid #d7d9e3;
}
.month_stat tbody td{
	border-right: 1px solid #d7d9e3;
}
.month_stat tbody td:last-child{
	border-right: 0;
}
.month_stat tbody:nth-child(2) tr:nth-child(1) td:nth-child(1), .month_stat tbody:nth-child(2) tr:nth-child(1) td:nth-child(2), .month_stat tbody:nth-child(2) tr td:nth-child(1){
	background-color: #eaeaf2;
	text-align: left;
}
.month_stat tbody:nth-child(3) tr:nth-child(1) td:nth-child(1), .month_stat tbody:nth-child(3) tr:nth-child(1) td:nth-child(2), .month_stat tbody:nth-child(3) tr td:nth-child(1){
	background-color: #d0d0d9;
	text-align: left;
}
.month_stat tbody:nth-child(2) tr:nth-child(1) td:nth-child(1){
	border-bottom: 1px solid #8d8f9a;
	text-align: center;
}
.month_stat tbody:nth-child(3) tr:nth-child(1) td:nth-child(1){
	text-align: center;
}
.month_stat tbody:nth-child(3) tr:last-child {
	border-bottom: none;
}
.month_stat tfoot tr{
	background-color: #8d8f9a;
	color: white;
}
.month_stat tfoot tr td a{
	font-size: 12px;
}

/* 월별 매출 통계 div */
.month_stat_wrap{
	margin-bottom: 64px;
}
.month_stat_wrap ul li{
	text-align: center;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-item: center;
	-webkit-justify-content: center;
	flex-direction: column;
	font-size: 13px;
	border-right: 1px solid #d7d9e3;
	border-bottom: 1px solid #d7d9e3;
	padding: 0 10px;
}
.stat_category_woori ul li:last-child{
	border-bottom: 1px solid #8d8f9a;
}
.month_stat_header{
	overflow: hidden;
}
.month_stat_header ul li{
	width: 88px;
	float: left;
	background-color: #8d8f9a;
	border-right: 1px solid #a8adc5;
	color: white;
}
.month_stat_header ul li:last-child{
	border-right: 0;
}
.month_stat_header ul li:nth-child(1){
	width: 52px;
}
.month_stat_header ul li:nth-child(2){
	width: 124px;
}
.month_stat_header ul li:last-child{
	background-color: #55565c;
}
.stat_category, .stat_category_woori, .stat_category_edms{
	clear: both;
	overflow: hidden;
}
.stat_category{
	float: left;
	background-color: 
}
.stat_category_woori{
	background-color: #eaeaf2;
}
.stat_category_edms{
	background-color: #d0d0d9;
}
.stat_category_woori ul, .stat_category_edms ul{
	float: left;
}
.stat_category_woori ul:first-child li{
	height: 280px;
	width: 52px;
}
.stat_category_woori ul:last-child li, .stat_category_edms ul:last-child li{
	width: 124px;
	align-items: flex-start;
	-webkit-align-item: flex-start;
}
.stat_category_edms ul:first-child li{
	height: 440px;
	width: 52px;
}
.stat_content{
	float: left;
}
.stat_month_int ul {
	float: left;
}
.stat_month_int ul li{
	width: 88px;
	background-color: white;
	align-items: flex-end;
}
.stat_month_int ul:last-child li{
	border-right: 0;
}
.stat_month_int ul:last-child li{
	background-color: #eaeaf2;
}
.stat_month_int ul li:nth-child(1), .stat_month_int ul li:nth-child(4), .stat_month_int ul li:nth-child(7), .stat_month_int ul li:nth-child(8), .stat_month_int ul li:nth-child(11), .stat_month_int ul li:nth-child(14), .stat_month_int ul li:nth-child(16), .stat_category_woori ul:nth-child(2) li:nth-child(1), .stat_category_woori ul:nth-child(2) li:nth-child(4), .stat_category_edms ul:nth-child(2) li:nth-child(1), .stat_category_edms ul:nth-child(2) li:nth-child(4), .stat_category_edms ul:nth-child(2) li:nth-child(7), .stat_category_edms ul:nth-child(2) li:nth-child(9){
	border-bottom: 1px solid #8d8f9a;
}
.stat_footer{
	clear: both;
}
.stat_footer ul li{
	width: 88px;
	float: left;
	background-color: #8d8f9a;
	border-right: 1px solid #a8adc5;
	color: white;
}
.stat_footer ul li:last-child{
	border-right: 0;
}
.stat_footer ul li:nth-child(1){
	width: 176px;
}
.stat_footer ul li a{
	width: 82px;
	font-size: 12px;
}

/* 시간대별 매출조회 */
.time_table_wrap table{
	/*width: 900px;*/
}
.time_table_wrap .tb_list_box{
	/*overflow: auto;*/
}
.time_table_wrap .tb_list tbody tr:nth-child(even){
	background-color: white;
}
.time_table_wrap .tb_list tbody:nth-child(odd) tr{
	/*background-color: #eff0f1;*/
}
.time_table_wrap .tb_list tbody.time_tb_total tr td{
	background-color: #5a6a85 !important;
	color: white;
}
.time_table_wrap .tb_list tbody.time_tb_total tr:nth-child(2) td, .time_table_wrap .tb_list tbody.time_tb_total tr:nth-child(4) td{
	background-color: #7a8caa !important;
}
.time_table_wrap .tb_list tbody tr:nth-child(1) td, .time_table_wrap .tb_list tbody tr:nth-child(3) td{
	background-color: #eff0f1;
}
.time_table_wrap .tb_list tbody tr:nth-child(1) td:first-child, .time_table_wrap .tb_list tbody tr:nth-child(1) td:last-child, .time_table_wrap .tb_list tbody tr:nth-child(1) td:nth-last-child(2){
	background-color: inherit;
	border-bottom: 1px solid black;
}
.time_table_wrap thead tr:last-child{
	border-top: 1px solid #aaacb3;
}
.time_table_wrap .tb_list tbody.time_tb_total td{
	border-top: 1px solid #96a5bd ;
	border-bottom: 1px solid #96a5bd ;
	border-right: 1px solid #96a5bd ;
}
.time_table_wrap .tb_list tbody tr:last-child td{
	border-bottom: 1px solid black;
}

/* mb2 커피머신 설정 */

.readonly{
	background-color: #d7d9e3;
	cursor: default;
}

/* 상단 탭 */
.mb2_header{
	padding: 16px;
	position: relative;
	z-index: 10;
}
.mb2_header ul li{
	width: calc(50% - 33px);
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}
.mb2_header ul li:last-child{
	width: 46px;
	margin-right: 0;
}
.mb2_header ul li a{
	color: white;
	background-color: #acb0c1;
	padding: 11px 0 13px;
	border-radius: 5px;
}
.mb2_header ul li a.on{
	background-color: #121f36;
}

/* 커피머신 설정 */
.mb2_con{
	position: absolute; 
	top: 0; 
	left: 0; 
	right: 0; 
	bottom: 0; 
	padding: 16px;
	margin-top: 56px;
}
.mb2_display_wrap{
	padding: 26px 16px;
	background-color: #121f36;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
}
.mb2_set_box{
	width: 48%;
	color: white;
}
.mb2_set_box:first-child{
	float: left;
}
.mb2_set_box:nth-child(2){
	float: right;
}
.mb2_set_box ul{
	display: flex;
}
.mb2_set_box > li{
	margin-bottom: 16px;
}
.mb2_set_box > li:last-child{
	margin-bottom: 0;
}
.mb2_set_box ul li{
	display: flex;
	align-items: center;
	justify-content: center;
}
.mb2_price{
	width: 27%;
	font-size: 20px;
	padding: 0 16px;
	border-right: 1px solid white;
}
.mb2_set_box a{
	position: relative;
}
.mb2_set_box:nth-child(2) .mb2_price{
	border-right: 0;
	border-left: 1px solid white;
}
.mb2_menu{
	width: 55%;
	font-size: 18px;
	padding: 0 16px;
	color: #f18e43;
}
.mb2_set_btn{
	border: 1px solid white;
	padding: 8px;
	width: 18%;
	font-size: 14px;
	border-radius: 5px;
	color: #acb0c1;
}
.mb2_sold_out{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(106,49,49,0.8);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: white;
	border-radius: 5px;
	z-index: 1;
}
.mb2_function_wrap .m_container{
	padding: 0;
}
.mb2_function_wrap a{
	padding: 12px 12px 18px;
	border-radius: 12px;
	color: white;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.mb2_function_wrap a img, .mb2_function_wrap a li:last-child{
	margin-bottom: 6px;
	line-height: 22px;
}
.mb2_function_wrap a li{
	font-size: 14px;
}
.mb2_bl_btn{
	background-color: #3274e6;
}
.mb2_bl_btn_2{
	background-color: #09409c;
}
.mb2_bl_dk_btn{
	background-color: #1657c5;
}
.mb2_bw_btn{
	background-color: #a07d81;
}
.mb2_dk_mc_btn{
	background-color: #121f36;
}
.mb2_co_btn{
	background-color: #624343;
}
.mb_case:after{
	clear: both;
	display: table;
	content: " ";
}
.mb_case:before{
	display: table;
	content: " ";
}
.mb_co_2{
	width: 50%;
	padding: 0 8px;
	float: left;
	margin-bottom: 16px;
}
.mb_co_3{
	width: 33.3333%;
	padding: 0 8px;
	float: left;
	margin-bottom: 16px;
}
.mb_co_4{
	width: 66.6666%;
	padding: 0 8px;
	float: left;
	margin-bottom: 16px;
}
.mb_co_4_1{
	width: 25%;
	padding: 0 8px;
	float: left;
	margin-bottom: 16px;
}
.mb_case{
	margin: 0 -8px;
}
.user_shop_inf_wrap{
	clear: both;
	position: absolute;
	bottom: 24px;
	left: 16px;
	width: 46%;
	background-color: #951616;
	border-radius: 0px 5px 5px 0px;
	padding: 14px;
	padding-left: 24px;
}
.user_shop_inf_wrap > ul > li{
	font-size: 20px;
	color: white;
	display: inline-block;
	margin-bottom: 0.5%;
}
.user_shop_inf_wrap > ul > li:first-child{
	padding-right: 5%;
}
.user_shop_inf_wrap > ul > li:nth-child(2){
	font-weight: 700;
}
.machine_off{
	position: absolute;
	top: 0;
	right: 16px;
	bottom: 0;
	left: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-item: center;
	-webkit-justify-content: center;
	flex-direction: column;
	padding: 16px;
	background-color: rgba(46,34,34,0.8);
	z-index: 1;
	border-radius: 12px;
}
.machine_off > p{
	font-size: 18px;
	color: white;
}

/* mbs 커피 설정 */
.mbs_inline_7 li{
	width: 25%;
}
.mbs_inline_8 li{
	width: 25%;
}
.mbs_inline_9 li{
	width: 20%;
}
.mbs_inline_10 li{
	width: 20%;
}
.mbs_inline_11 li{
	width: 16.66666%;
}
.mbs_inline_12 li{
	width: 16.66666%;
}
.mbs_inline_13 li{
	width: 14.285%;
}
.mbs_inline_14 li{
	width: 14.285%;
}
.mbs_inline_15 li{
	width: 12.5%;
}
.mbs_inline_16 li{
	width: 12.5%;
}
.mbs_inline_17 li{
	width: 11.11111%;
}
.mbs_inline_18 li{
	width: 11.11111%;
}
.mbs_display_wrap{
	background-color: #282e36;
	border-radius: 12px;
	height: 346px;
	padding: 8px 16px;
}
.mbs_display_wrap ul{
	height: 100%;
	margin: 0 -5px;
}
.mbs_display_wrap ul li{
	display: inline-flex;
	height: 50%;
	padding: 8px 5px;
}
.mbs_display_wrap ul li a{
	background-color: white;
	margin-top: 20px;
	padding: 0px 6px 6px 6px;
	border-radius: 8px;
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}
.menu_mark{
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -30px;
	border: 4px solid #282e36;
	z-index: 5;
}
.mbs_menu_name{
	font-size: 14px;
	width: 100%;
}
.msb_menu_price{
	position: absolute;
	bottom: 8px;
	color: white;
	font-weight: 700;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}
.round_deco{
	width: 100%;
	height: 32px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0px 0px 8px 8px;
	overflow: hidden;
}
.bottom_round{
	width: 200%;
	height: 300%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
	top: 0;
}
.mbs_hot .menu_mark, .mbs_hot .bottom_round{
	background-color: #e60000;
}
.mbs_hot .menu_mark:before{
	content: "HOT";
	color: white;
	display: block;
	font-weight: 700;
}
.mbs_ice .menu_mark, .mbs_ice .bottom_round{
	background-color: #006afe;
}
.mbs_ice .menu_mark:before{
	content: "ICE";
	color: white;
	display: block;
	font-weight: 700;
}
.popup_btn_three{
	width: 100%;
	margin-bottom: 12px;
}
.popup_btn_three ul{
	margin: 0 -5px;
}
.popup_btn_three ul li{
	display: inline-block;
	width: 33.333%;
	padding: 0 5px;
}

/* mb2 checkbox box */
.mb2_check > span > ul > li > img, .mb2_check > span > ul > li:last-child{
	margin-bottom: 6px;
}
.mb2_check input[type="checkbox"]{
	display: none;
}
.mb2_check input[type="checkbox"] + span{
	display: inline-block;
	padding: 12px;
	text-align: center;
	cursor: pointer;
	color: white;
	border-radius: 12px;
	width: 100%;
	background-color: #d3375a;
}
.mb2_check input[type="checkbox"] + span > ul > li:last-child:after{
	content: "중지";
}
.mb2_check input[type="checkbox"]:checked + span{
	background-color: #121f36;
}
.mb2_check input[type="checkbox"]:checked + span > ul > li:last-child:after{
	content: "판매";
}


/* mb2 radio box */
.mb2_radio > span > ul > li > img, .mb2_radio > span > ul > li:last-child{
	margin-bottom: 6px;
}
.mb2_radio input[type="radio"]{
	display: none;
}
.mb2_radio input[type="radio"] + span{
	display: inline-block;
	padding: 12px;
	text-align: center;
	cursor: pointer;
	color: white;
	border-radius: 12px;
	width: 100%;
	background-color: #121f36;
}
.mb2_radio input[type="radio"] + span > ul > li:last-child:after{

}
.mb2_radio input[type="radio"]:checked + span{
	background-color: #d3375a;
}
.mb2_radio input[type="radio"]:checked + span > ul > li:last-child:after{

}

.mb2_radio_r{
	width: calc(50% - 5px);
	float: left;
}
.mb2_radio_l{
	width: calc(50% - 5px);
	float: right;
}
.factory_reset_wrap{
	border-top: 1px solid #d7d9e3;
	border-bottom: 1px solid #d7d9e3;
	padding: 24px;
	margin-top: 24px;
}
.factory_reset_wrap ul li{
	margin-bottom: 16px;
	font-size: 18px;
}
.factory_reset_wrap ul li:last-child{
	margin-bottom: 0;
}
.mb2_search{
	display: block !important;
}
.mb2_search .container_pc{
	box-shadow: none;
}

/* 커피머신 설정 팝업 */

.mb2_popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-item: center;
	-webkit-justify-content: center;
	flex-direction: column;
	padding: 16px;
	background-color: rgba(44,44,44,0.9);
	z-index: 1000;
}
.popup_message {
	background-color: white;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-item: center;
	-webkit-justify-content: center;
	flex-direction: column;
	width: 400px;
}
.popup_message > ul{
	width: 100%;
}
.popup_title{
	width: 100%;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #d7d9e3;
	text-align: center;
}
.popup_title ul li{
	display: inline-block;
	color: #1657c5;
	font-size: 18px;
	font-weight: 700;
}
.popup_title ul li:first-child{
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #1657c5;
}
.popup_int{
	width: 100%;
}
.popup_int > ul{
	margin-bottom: 12px;
	position: relative;
	clear: both;
}
.popup_int > ul > li{
	display: inline-block;
}
.popup_int > ul > li:first-child{
	width: 82px;
}
.popup_int > ul > li:nth-child(2){
	width: calc(100% - 82px);
}
.popup_int > ul > li > input::-webkit-input-placeholder{
	color: #a2a2a2;
	font-size: inherit;
	text-align: center;
}
.popup_int input{
	padding-right: 36px;
	padding-left: 16px;
}
.co_manager_only > ul{
	margin-bottom: 12px;
	position: relative;
	clear: both;
}
.co_manager_only > ul > li{
	display: inline-block;
}
.co_manager_only > ul > li:first-child{
	width: 82px;
}
.co_manager_only > ul > li:nth-child(2){
	width: calc(100% - 82px);
}
.co_manager_only > ul > li > input::-webkit-input-placeholder{
	color: #a2a2a2;
	font-size: inherit;
	text-align: center;
}
.co_manager_only input{
	padding-right: 36px;
	padding-left: 16px;
}
.co_manager_only textarea{
	height: inherit !important;
	padding: 12px;
	line-height: 18px;
	width: 100% !important;
}
.int_txt > div{
	position: absolute;
	top: 12px;
	right: 16px;
}
.popup_cu_title{
	width: 100%;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #d7d9e3;
	text-align: center;
}
.popup_cu_title ul li{
	display: inline-block;
	color: #1657c5;
	font-size: 18px;
	font-weight: 700;
}
.pop_in_type_2{
	margin: 0 -5px;
}
.pop_in_type_2 > li{
	display: inline-block;
	padding: 0 5px;
	width: 50%;
	vertical-align: inherit;
}


/* radio box */
.radio_btn{
	clear: both;
	overflow: hidden;
}
.radio_btn input[type="radio"]{
	display: none;
}
.radio_btn input[type="radio"] + span{
	display: block;
	float: left;
	background-color: #acb0c1;
	text-align: center;
	cursor: pointer;
	color: white;
	border-radius: 5px;
	width: calc(50% - 5px);
}
.radio_btn label:last-child span{
	float: right;
}
.radio_btn .radio_bl input[type="radio"]:checked + span{
	background-color: #d3375a;
	color: #fff;
}
.radio_btn .radio_r input[type="radio"]:checked + span{
	background-color: #3274e6;
	color: #fff;
}
.radio_btn label{

}
.popup_btn_one{
	width: 100%;
	margin-bottom: 12px;
}
.popup_btn_two {
	width: 100%;
	margin-bottom: 12px;
}
.popup_btn_two ul {
	margin: 0 -5px;
	position: relative;
}
.popup_btn_two ul li {
	display: inline-block;
	width: 50%;
	padding: 0 5px;
}
.btn_mb2_gr{
	width: 100%;
	padding: 11px 0 13px;
	color: white;
	background-color: #42a63a;
	border-radius: 5px;
	height: 36px;
}
.btn_mb2_gy{
	width: 100%;
	padding: 11px 0 13px;
	color: white;
	background-color: #8d8f9a;
	border-radius: 5px;
	height: 36px;
}
.btn_mb2_bk{
	width: 100%;
	padding: 11px 0 13px;
	color: white;
	background-color: #323338;
	border-radius: 5px;
	height: 36px;
}
.popup_message > hr{
	width: 100%;
	margin-bottom: 12px;
	height: 1px;
	border: 0 none;
	color: #d7d9e3;
	background-color: #d7d9e3;
}
.popup_message > div:last-child{
	margin-bottom: 0;
}
.table_popup{
	display: block !important;
	width: 520px !important;
}
.table_popup .container_pc{
	padding: 0 !important;
}
.table_popup .tb_list{
	width: 480px;
}
.tab-content{
	display: none;
}
.tab-content.on{
	display: block;
}

.item_table_popup{
	display: block !important;
	overflow-y: auto;
	width: inherit;
}
.item_table_popup .tb_list{
	margin-bottom: 16px;
}



/* 매출내역 */
.mb2_sale_wrap{
	overflow: hidden;
}
.mb2_sale_wrap .shadow_box{
	margin-bottom: 16px;
}
.mb2_sale_title{
	padding: 16px;
	overflow: hidden;
	border-bottom: 1px solid #d7d9e3;
}
.mb2_sale_title ul li:first-child{
	float: left;
	color: black;
	font-weight: 700;
}
.mb2_sale_title ul li:last-child{
	float: right;
}
.Sale_cancel_start:after{
	content: "취소하기";
}
.Sale_cancel_ing{
	color: #3274e6;
	cursor: default;
	pointer-events: none;
}
.Sale_cancel_ing:after{
	content: "취소중";
}
.Sale_cancel_finish{
	color: #951616;
	cursor: default;
	pointer-events: none;
}
.Sale_cancel_finish:after{
	content: "취소완료";
}
.srarch_btn{
	margin-bottom: 16PX;
}
.search_wrap{
	margin-bottom: 16px;
}
.srarch_btn a{
	width: 100%;
}
.date_btn ul{
	margin: 0 -5px;
}
.date_btn ul li{
	width: 50%;
	margin-right: 0;
	padding: 0 5px;
	display: inline-block;
	margin-bottom: 16px;
}
.date_btn ul li:nth-child(3), .date_btn ul li:nth-child(4){
	margin-bottom: 0;
}
.date_btn ul li:nth-child(4) > a, .date_btn ul li:nth-child(5) > a{
	width: 100%;
	padding: 0;
}
.search_wrap{
	display: none;
}
.mb2_approval_detail{
	padding: 16px;
}
.mb2_approval_detail ul{
	margin-bottom: 12px;
}
.mb2_approval_detail ul:last-child{
	margin-bottom: 0;
}
.mb2_approval_detail ul li{
	display: inline-block;
}
.mb2_approval_detail ul li:first-child{
	width: 70px;
}
.mb2_approval_detail ul li:last-child{
	width: calc(100% - 70px);
}
.page_no{
	margin: 24px 0;
}
.tab-content{
	overflow: hidden;
}
.btn_di{
	background-color: #acb0c1;
	cursor: default;
	pointer-events: none;
}
.mb2_function_wrap p{
	line-height: 24px;
	font-size: 18px;
}
.mb2_function_wrap ul{
	margin: 0 -8px;
	margin-bottom: 16px;
}
.mb2_function_wrap ul:last-child{
	margin-bottom: 0;
}
.mb2_function_wrap ul li{
	width: 25%;
	display: inline-block;
	padding: 0 8px;
	height: 164px;
}
.mb2_function_wrap ul li img{
	width: 70px;
}



/* 커피쿠폰 */
.pa_l52{
	padding-left: 52px !important;
}
.cf_cu_header{
	background-color: #1657c5;
	padding: 14px 16px;
	text-align: center;
}
.cf_cu_header h1{
	font-size: 18px;
	color: white;
	font-weight: 700;
}
.cf_cu_header .close_btn{
	position: absolute;
	top: 15px;
	right: 16px;
}
.t_close_btn a{
	width: 48px;
	height: 48px;
	background: url(../_img/close_btn_wt.png) no-repeat;
	background-size: 16px;
	background-position: center;
}
.send_btn a{
	width: 100%;
	height: 42px;
	line-height: 41px;
	padding: 0px 10px;
	color: white;
	background-color: #323338;
	border-radius: 5px;
}
.cf_cu_wrap{
	width: 100%;
}
.cf_cu_box{
	margin-bottom: 16px;
	position: relative;
}
.cf_cu_box > p{
	margin-bottom: 12px;
}
.cf_cu_box > input{
	padding: 6px 16px 8px;
}
.won{
	position: absolute;
	bottom: 1px;
	right: 16px;
}
.mb_nu{
	position: absolute;
	bottom: 1px;
	left: 16px;
}
.per{
	position: absolute;
	bottom: 12px;
	right: 28px;
}


/* 스터디룸 예약 */

.m_sc_month{
	overflow: hidden;
}
.m_sc_month select{
	margin-right: 10px;
	height: 40px;
	line-height: 39px;
	padding: 0px;
	
	text-align-last: center;
	font-size: 14px;
	float: left;
}
.m_sc_month select:nth-child(3){
	margin-right: 0;
}
.w100_116{
	width: calc(100% - 116px);
}
.w33_92_46{
	width: calc(33.3333% - 46px);
}
.m_sc_btn{
	width: 48px;
	height: 40px;
	background-color: #053485;
	border-radius: 5px;
	font-size: 14px;
	color: white;
	line-height: 39px;
	margin-left: 10px;
}
.m_sc_btn img{
	height: 28px;
	margin-top: 5px;
}
.stroom_btn_box{
	display: none;
}
.stroom_btn_box .stroom_btn{
	margin-left: 0px;
	width: 100%;
	margin-top: 16px;
}
.room_c_01{
	background-color: #2979ff;
}
.room_c_02{
	background-color: #7a882e;
}
.room_c_03{
	background-color: #ffc107;
}
.room_c_04{
	background-color: #00a3a5;
}
.room_c_05{
	background-color: #00625b;
}
.room_c_06{
	background-color: #6b007f;
}
.room_c_07{
	background-color: #a26dea;
}
.room_c_08{
	background-color: #d33e88;
}
.room_c_09{
	background-color: #01579b;
}
.room_c_10{
	background-color: #ff0000;
}
.room_c_11{
	background-color: #657a9e;
}
.room_c_12{
	background-color: #795548;
}
.m_sc_wrap, .sc_wrap, .m_sc_top {
	max-width: 1472px;
	margin: 0 auto;
}
.m_sc_top {
	padding: 16px;
	background-color: #1657c5;
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
	left: 0;
}
.m_sc_month {
	overflow: hidden;
}
.m_sc_month select {
	margin-right: 10px;
	height: 40px;
	line-height: 39px;
	padding: 0px;
	text-align-last: center;
	font-size: 14px;
	float: left;
	width: calc(33.3333% - 92px);
}
.m_sc_btn {
	/*width: 48px;
	background-color: #053485;
	border-radius: 5px;
	font-size: 14px;
	color: white;
	line-height: inherit;
	margin-left: 10px;*/
}
.stroom_btn {
	width: 130px;
}
.m_sc_date {
	clear: both;
	margin-top: 16px;
	overflow: hidden;
}
.m_sc_date ul {
	width: calc(100% - 54px);
	float: right;
}
.m_sc_date ul li {
	width: 33.3333%;
	display: inline-block;
	color: white;
	padding: 8px;
	border-radius: 5px;
	opacity: 0.6;
}
.m_sc_date ul li.on {
	background-color: #053485;
	opacity: 1;
}
.m_sc_date ul li:nth-child(1), .m_sc_date ul li:nth-child(2), .m_sc_date ul li:nth-child(6), .m_sc_date ul li:nth-child(7) {
	display: none;
}
.m_sc_date ul li p:first-child {
	font-size: 13px;
	margin-bottom: 4px;
}
.pc_sc_content {
	/*overflow: hidden;*/
	margin-bottom: 32px;
}
.sc_content{
	margin-bottom: 32px;
}
.m_time, .m_booking, .pc_booking {
	vertical-align: top;
}
.pc_sc_content .m_time{
	width: 1500px;
	margin: 0 auto;
	margin-bottom: 16px;
}
.pc_sc_content .m_time ul li {
	font-size: 13px;
	display: inline-block;
	width: 60px;
	text-align: center;
}
.pc_booking {
	width: 1440px;
	margin: 0 auto;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	overflow: hidden;
}
.pc_booking > ul{
	overflow: hidden;
}
.pc_booking > ul > li {
	height: 488px;
	width: 60px;
	border-left: 1px solid #d9d9d9;
	font-size: 0;
	vertical-align: top;
	text-align: left;
	display: flex;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-item: center;
	-webkit-justify-content: center;
	flex-direction: column;
	float: left;
}
.pc_booking > ul > li:last-child{
	border-right: 1px solid #d9d9d9;
}
.pc_booking .m_room {
	border-radius: 14px;
	position: relative;
	z-index: 10;
	font-size: 16px;
	color: white;
	width: 60px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
	height: 28px;
	line-height: 27px;
	margin-bottom: 10px;
	text-align: left;
	padding-left: 10px;
}
.m_room:last-child{
	margin-bottom: 0;
}
.m_sc_month {
	overflow: hidden;
}
.m_sc_content{
	display: none;
}
.room_c_inf{
	width: 100%;
	padding-bottom: 8px;
}
.room_c_inf ul{
	display: inline-block;
	margin-right: 12px;
	margin-bottom: 2px;
}
.room_c_inf ul li{
	display: inline-block;
	font-size: 16px;
}
.room_c_inf ul li:first-child{
	width: 16px;
	height: 16px;
	border-radius: 4px;
	margin-right: 4px;
}
.room_c_inf ul li:last-child{
	margin-bottom: 3px;
}

/* 월별 스케줄러 */
.sc_wrap{
	padding: 0 16px;
	/*overflow: hidden;*/
}
.sc_table{
	/*margin-bottom: 64px;*/
}
.sc_table table {
	table-layout: fixed;
}
.sc_table th {
	width: 14.28571428571429%;
	font-size: 14px;
}
.sc_table td {
	padding: 16px;
	height: 100px;
	padding-top: 30px;
	vertical-align: top;
	line-height: 16px;
	position: relative;
	white-space: inherit;
}
.sc_table td:last-child{
	border-right: 0px;
}
.sc_today {
	border: 2px solid #8f929b !important;
	border: 2px solid black !important;
	background-color: #f0f2f8;
	background-color: white;
	width: 100% !important;
	height: 100% !important;
	position: relative;
}
.sc_table tr:last-child td{
	border-bottom: 1px solid #d7d9e3;
}
.sc_date {
	font-size: 15px;
	text-align: left;
	top: 8px;
	left: 8px;
	position: absolute;
	margin-bottom: 4px;
	display: table;
}
.study_room a {
	font-size: 11px;
	color: white;
	line-height: 12px;
	border-radius: 5px;
	display: inline-block;
	padding: 2px 4px;
	margin-bottom: 4px;
}
.study_room a:nth-last-child(1), .study_room a:nth-last-child(2) {
	margin-bottom: 0;
}
.scheduler_popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-item: center;
	-webkit-justify-content: center;
	flex-direction: column;
	padding: 16px;
	background-color: rgba(44,44,44,0.9);
	z-index: 1000;
}
.popup_message {
	background-color: white;
	border-radius: 12px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-item: center;
	-webkit-justify-content: center;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}
.popup_message .bk_hide{
	position: absolute;
	background-color: rgba(44,44,44,0.5);
}
.popup_ov_y{
	overflow: hidden;
	overflow-y: auto;
}
.popup_ov_y hr{
	margin-bottom: 12px;
}
.me_title {
	color: #1657c5;
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	padding-bottom: 12px;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 12px;
	width: 100%;
}
.help_icon{
	display: inline-block;
	background-color: #d3375a;
	color: white;
	height: 18px;
	width: 18px;
	line-height: 17px;
	font-size: 13px;
	border-radius: 50%;
	text-align: center;
	vertical-align: top;
	margin-left: 4px;
	cursor: pointer;
}
.help_popup{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	z-index: 100;
	background-color: white;
	padding: 16px;
	border-radius: 6px;
	width: 80%;
}
.help_img img{
	width: 100%;
	border-radius: 8px;
	margin-bottom: 12px;
}
.help_img p{
	line-height: 18px;
}
.me_title span:first-child{
	margin-right: 6px;
}
.popup_message > ul > li {
	margin-bottom: 12px;
}
.popup_message ul li span:first-child {
	width: 104px;
	display: inline-block;
	vertical-align: top;
	margin-top: 11px;
}
.popup_message ul li select, .popup_message ul li input {
	width: calc(100% - 108px);
	height: 40px;
	line-height: 39px;
}
.popup_message ul li textarea{
	width: calc(100% - 108px);
	height: 240px;
}
.popup_message ul li br{
	margin-top: 8px;
}
.mb2_pop ul li input{
	width: 100%;
}
.sc_popup_btn_one {
	width: 100%;
}
.sc_popup_btn_one ul {
	margin: 0 -5px;
	margin-top: 16px;
}
.sc_popup_btn_one ul li {
	display: inline-block;
	width: 100%;
	padding: 0 5px;
}
.sc_popup_btn_two {
	width: 100%;
}
.sc_popup_btn_two ul {
	margin: 0 -5px;
	margin-top: 16px;
}
.sc_popup_btn_two ul li {
	display: inline-block;
	width: 50%;
	padding: 0 5px;
}
.sc_popup_btn_two ul li:first-child{
	margin-bottom: 0;
}
.sc_popup_btn_three {
	width: 100%;
}
.sc_popup_btn_three ul {
	margin: 0 -5px;
	margin-top: 16px;
	width: auto;
}
.sc_popup_btn_three ul li {
	display: inline-block;
	width: 33.33333%;
	padding: 0 5px;
	margin-bottom: 0 !important;
}
.bl_btn {
	background-color: #1657c5;
	color: white;
	border-radius: 5px;
	height: 36px;
	line-height: 34px;
	width: 100%;
}
.bl_bk {
	background-color: #323338;
	color: white;
	border-radius: 5px;
	height: 36px;
	line-height: 34px;
	width: 100%;
}
.bl_rd {
	background-color: #d3375a;
	color: white;
	border-radius: 5px;
	height: 36px;
	line-height: 34px;
	width: 100%;
}
.ipt_no input:disabled{
	background-color: red;
}
.st_r_phone{
	position: relative;
}
.hp_first{
	position: absolute;
	top: 3.5px;
	left: 16px;
}
.card_fees > .popup_message > ul{
	margin: 0 -16px;
	max-height: 468px;
	overflow-y: auto;
}
.card_fees > .popup_message > ul > li{
	width: 50%;
	padding: 0 16px;
	float: left;
	position: relative;
}
.card_fees .popup_message ul li span:first-child{
	width: 58px;
}
.card_fees .popup_message ul li select, .card_fees .popup_message ul li input {
	width: calc(100% - 62px);
	height: 36px;
	line-height: 32px;
}
.st_r_phone input{
	padding-left: 52px;
}
.fake_input{
	width: calc(100% - 108px);
	height: 40px;
	line-height: 39px;
	background-color: white;
	padding: 0px 16px;
	font-size: 16px;
	-webkit-border-radius: 5px;
	border: 1px solid #d7d9e3;
	display: inline-block;
}
.temperature_wrap p{
	display: block;
	margin-bottom: 16px;
}
.temperature_wrap p span{
	color: black;
	display: inline-block;
}
.temperature_wrap p span:first-child{
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid black;
}
.mbs_pop{

}

/* 테이블 월별 */
.list_calendar ul{
	width: 400px;
	float: right;
}
.t_calendar{
	padding: 0;
}
.t_calendar th{
	color: #64676f !important;
	background-color: #dedfe7 !important;
	border-top: 1px solid #aaacb3!important;
}
.t_calendar th.f_r {
	color: #d3375a !important;
	font-weight: 500;
	background-color: #ffd6cd !important;
}
.t_calendar th.f_bl {
	color: #3274e6 !important;
	font-weight: 500;
	background-color: #bed3f9 !important;
}
.t_calendar h1{
	text-align: center;
	font-size: 18px;
	margin-bottom: 16px;
}
.t_calendar h1:after, .t_calendar h1:before{
	content: "";
	display: inline-block;
	width: 2px;
	background-color: #b9b9b9;
	height: 16px;
	vertical-align: bottom;
	margin: 0 10px;
}
.t_calendar .sc_date{
	left: 18px;
}
.t_sales_total{
	text-align: left;
}
.t_sales_total ul{
	border-top: 1px solid #c8c8c8;
	margin-bottom: 8px;
	padding-top: 6px;
	clear: both;
	overflow: hidden;
}
.t_sales_total ul li{
	float: left;
}
.t_sales_total ul li:nth-child(1){
	width: 80px;
}
.t_sales_total ul li:nth-child(2){
	float: right;
}
.total_sales{
	border-top: 1px solid black !important;
}
.total_sales li{
	color: black;
}

/* 테이블 월별 엑셀 */
.sc_table_day{
	table-layout: auto !important;
	margin-bottom: 0;
}
.sc_table_day td{
	border: none !important;
}
.sc_table_day tr{
	background-color: transparent !important;
}
.excel_date{
	display: block;
	padding: 0 !important;
	height: inherit !important;
	position: absolute !important;
	left: 16px;
	top: 8px;
}
.st_r_wrap{
	padding-left: 0 !important;
	padding-right: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	height: inherit !important;
}

/* 셀렉트와 체크박스 */
.select_check ul li{
	display: inline-block;
	width: 50%;
}
.select_check ul li:nth-child(2){
	padding-left: 24px; 
}

/* 스터디 사물함 관리 */
.locker_wrap .checkbox_p{
	margin-top: 12px;
	float: right;
	margin-right: 10px;
}
.locker_wrap .e_co_4{
	text-align: right;
}
.locker_btns{
	display: block;
}
.locker_btns a{
	display: inline-block;
	padding: 0 16px;
}
.tr_use_stop{
	background-color: #dcdce6 !important;
}
.locker_view{
	margin: 0 -3px;
}
.locker_view a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 3px;
	width: 8.3333%;
	float: left;
	margin-bottom: 4px;
	position: relative;
}
.locker_view a ul{
	width: 100%;
	padding: 4px 0;
	border-radius: 4px;
	background-color: #babbbb;
	color: black;
}
.locker_view a ul li{
	font-size: 16px;
	margin-bottom: 4px;
}
.locker_view a ul li:last-child{
	font-size: 12px;
	height: 12px;
}
.locker_view a.on ul{
	background-color: #1657c5;
	color: white;
}
.locker_view a.on ul li:last-child{
	visibility: hidden;
}
.unable_app .e_co_5{
	display: none;
}
.unable_app .e_co_7{
	width: 100%;
}
.unable_app .e_co_7 .locker_view a{
	width: 5%;
}
a.sales_off{
	cursor: default;
}
a.sales_off ul{
	background-color: #7b7b7b;
	color: white;
}

a.sales_off ul li:last-child:after{
	/*
	content: "이용정지";
	*/
}
.locker_btn_c{
	text-align: center;
}
.cover_out:after{
	display: flex;
	align-items: center;
	justify-content: center;
	content: "이용정지";
	position: absolute;
	top: 0;
	left: 3px;
	right: 3px;
	bottom: 0;
	background-color: rgba(45,17,17,0.6);
	border-radius: 4px;
	color: white;
	font-size: 12px;
}

/* 사용자 검색 모듈 */

/* 통합 매출 // 상세내역 // 시간대별 */
.dt_user_search_module .uesr_case{
	margin: 0 -5px;
	overflow: hidden;
}
.dt_user_search_module .uesr_case .case{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0;
	float: left;
}
.dt_user_search_module .uesr_case .case:first-child{
	width: 40%;
	margin: 0;
}
.dt_user_search_module .uesr_case .case:last-child{
	width: 60%;
	margin: 0;
}
.dt_user_search_module .uesr_case .case:first-child .sh_co_4{
	width: 65%;
	margin: 0;
}
.dt_user_search_module .uesr_case .case:first-child .sh_co_2{
	width: 35%;
	margin: 0;
}
.dt_user_search_module .uesr_case .case:last-child .sh_co_6:first-child{
	width: 45%;
	margin: 0;
}
.dt_user_search_module .uesr_case .case:last-child .sh_co_6:last-child{
	width: 55%;
	margin: 0;
}
/* 카드별 매출 */
.card_user_search_module .case .sh_co_2{
	width: 35%;
}
.card_user_search_module .case .sh_co_3{
	width: 30%;
}
.card_user_search_module .case .sh_co_4{
	width: 35%;
}
/* 상품별 매출 */
.itime_int_type_5 ul{
	margin: 0 -5px;
}
.itime_int_type_5 ul li{
	display: inline-block;
	padding: 0 5px;
	width: calc(32.5% - 104px);
}
.itime_int_type_5 ul li:nth-child(2), .itime_int_type_5 ul li:nth-child(3), .itime_int_type_5 ul li:nth-child(5), .itime_int_type_5 ul li:nth-child(6){
	width: 11.1%;
}
.itime_int_type_5 ul li:last-child{
	width: 104px;
}
.item_user_search_module .uesr_case{
	margin: 0 -5px;
	overflow: hidden;
}
.item_user_search_module .uesr_case .case{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0;
	float: left;
}
.item_user_search_module .uesr_case .case:first-child{
	width: 25%;
	margin: 0;
}
.item_user_search_module .uesr_case .case:last-child{
	width: 75%;
	margin: 0;
}
.item_user_search_module .uesr_case .case:first-child .sh_co_4{
	width: 60%;
	margin: 0;
}
.item_user_search_module .uesr_case .case:first-child .sh_co_2{
	width: 40%;
	margin: 0;
}
.item_user_search_module .uesr_case .case:last-child .sh_co_6:first-child{
	width: 45%;
	margin: 0;
}
.item_user_search_module .uesr_case .case:last-child .sh_co_6:last-child{
	width: 55%;
	margin: 0;
}
.item_user_search_module .checkbox_in ul:first-child{
	margin-bottom: 0;
}
.item_user_search_module .uesr_case .case:last-child .sh_co_3{
	width: 16.666%;
	margin: 0;
}
.item_user_search_module .uesr_case .case:last-child .sh_co_9{
	width: 83.333%;
	margin: 0;
}
.item_user_search_module .itime_int_type_5 ul{
	margin: 0 -5px;
}
.item_user_search_module .itime_int_type_5 ul li{
	display: inline-block;
	padding: 0 5px;
	width: calc(32.5% - 104px);
}
.item_user_search_module .itime_int_type_5 ul li:nth-child(2), .item_user_search_module .itime_int_type_5 ul li:nth-child(3), .item_user_search_module .itime_int_type_5 ul li:nth-child(5), .item_user_search_module .itime_int_type_5 ul li:nth-child(6){
	width: 11.5%;
}
.item_user_search_module .itime_int_type_5 ul li:last-child{
	width: 104px;
}


/* 일자별 그래프 */
.flex_c{
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	display: -webkit-flex;
	/*-webkit-align-item: center;*/
	-webkit-justify-content: center;
	/*flex-direction: column;*/
	margin-top: 32px;
	overflow: hidden;
}
.flex_c .chart_box{
	float: right;
}
/*
.day_total_sales ul li{
	display: inline-block;
	margin-bottom: 10px;
}
.day_total_sales ul li:first-child{
	margin-right: 6px;
}
.flex_c > div:last-child{
	padding-left: 32px;
	border-left: 1px solid #aaacb3;
	display: flex;
	align-items: center;
}
*/
.flex_c > div:first-child{
	padding-right: 0px;
}
.flex_c > div:last-child{
	padding-left: 32px;
	border-left: 1px solid #aaacb3;
	display: flex;
	/*align-items: center;*/
}
.chart_table{
	width: auto;
	min-width: 20px;
}
.chart_table tr{
	background-color: transparent !important;
}
.chart_table tr td{
	text-align: left;
	font-size: 16px;
}
.chart_table tr td:first-child{
	padding-left: 0;
	border-right: 0;
}
.chart_table tr:first-child td{
	border-top: 0;
}
.chart_table tr:last-child td{
	border-bottom: 0;
	color: black;
}
.chart_table tr:nth-last-child(2) td{
	border-bottom: 1px solid black;
}
.chart_table tr td:last-child{
	padding-right: 0;
	text-align: right;
}



/* 일자별 매출 */
.dy_user_search_module .sh_co_3{
	width: 55%;
}
.dy_user_search_module .sh_co_4{
	width: 45%;
}
/* 스터디카페 출석확인 */
.att_user_search_module .sh_co_3{
	width: 33.333%;
}
.att_user_search_module .sh_co_4{
	width: 50%;
}
/* 스터디카페 이용내역 */
.use_user_search_module .user_module{
	width: 50%;
}
/* 스터디룸 예약 */
.r_title{
	font-weight: 500;
}
.room_user_search_module .sh_co_4{
	width: 91.666%;
}
.room_user_search_module .sh_co_1 .int_type_3 ul{
	margin: 0;
}
.room_user_search_module .sh_co_1 .int_type_3 ul li:last-child{
	width: 100%;
	padding: 0;
}
.room_user_search_module .date_size .sh_co_4{
	width: 75%;
}
.room_user_search_module .date_size .sh_co_1 .int_type_3 ul{
	margin: 0 -5px;
}
.room_user_search_module .date_size .sh_co_1 .int_type_3  ul li:last-child{
	width: 104px;
	padding: 0 5px;
}
.date_size .sh_co_4{
	width: 16.666%;
}
.date_size .sh_co_1{
	width: 25%;
}
.date_size .sh_co_1 .int_type_3 ul li{
	width: calc(100% - 104px);
}
.date_size .sh_co_1 .int_type_3 ul li:last-child{
	width: 104px;
}
/* 정기권 관리 */
.ticketuser_search_module .sh_co_4, .ticketuser_search_module .sh_co_3, .ticketuser_search_module .sh_co_2{
	width: 33.333%;
}
.season_title > ul > li > span:first-child{
	margin-top: 0;
}
.season_title > ul > li > span{
	font-weight: 700;
}
.season_pop .popup_btn_two{
	display: block;
	margin-bottom: 0;
}
.season_pop .sc_popup_btn_three{
	display: none;
}
.season_modify .sc_popup_btn_three ul{
	margin-top: 0;
}
.season_modify .popup_btn_two{
	display: none;
}
.season_modify .sc_popup_btn_three{
	display: block;
}
#button_div{
	width: 100%;
}
#button_div .popup_btn_two{
	margin-bottom: 0;
}


/* 쿠폰발송 */
.coupon_user_search_module .cu_1_1, .coupon_user_search_module .cu_1_5{
	width: 16.666%;
}
.coupon_user_search_module .cu_1_6{
	width: 25%;
}
.coupon_user_search_module .cu_2_1{
	width: 58.333%;
}
.coupon_user_search_module .re_cu_1_7{
	width: 33.333%;
}
.sub_table_list ul li{
	display: inline-block;
	margin-bottom: 16px;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid black;
	color: black;
}
.sub_table_list ul li:last-child{
	border-right: 0;
	margin-right: 0;
	padding-right: 0;
}
.bacode_view{
	width: 100%;
}
.bacode_view img{
	width: 100%;
}
.coupon_wrap{
	display: table;
	width: 100%;
}
.po_cu_box{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.url_copy{
	width: 100%;
	overflow: hidden;
	margin-bottom: 12px;
}
.url_copy ul li{
	display: inline-block;
}
.url_copy ul li:first-child{
	width: calc(100% - 85px);
	height: 32px;
	line-height: 31px;
	border: 1px solid #d7d9e3;
	border-radius: 5px;
}
.url_copy ul li:last-child{
	width: 75px;
	float: right;
}
.url_copy ul li a{
	border-radius: 5px;
	background-color: #d7d9e3;
	height: 32px;
	line-height: 31px;
	width: 100%;
}
.coupon_fix{
	max-width: 540px;
	margin: 0 auto;
	position: relative;
	border-radius: 12px;
	overflow: hidden;
}
.coupon_fix img{
	width: 100%;
}
.top_inf{
	position: absolute;
	top: 2%;
	left: 0;
	width: 100%;
	padding: 7%;
}
.top_inf ul li{
	font-size: 22px;
	margin-bottom: 2%;
}
.top_inf ul:nth-child(1) li:last-child{
	height: 30px;
}
.top_inf ul:nth-child(2){
	margin-top: 8%;
	margin-bottom: 8%;
}
.top_inf ul:nth-child(2) li{
	font-size: 17px;
	margin-bottom: 16px;
}
.top_inf ul:nth-child(2) li:first-child span{
	width: inherit;
	font-weight: 700;
	color: black;
	font-size: 22px;
	position: relative;
	z-index: 5;
}
.top_inf ul:nth-child(2) li:first-child span:before{
	content: "";
	width: 100%;
	height: 8px;
	display: inline-block;
	background-color: #f29572;
	position: absolute;
	bottom: -2px;
	z-index: -1;
}
.top_inf ul:nth-child(3) li{
	font-size: 18px;
}
.coupon_finish{
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.8);
	align-items: center;
	flex-direction: column;
	justify-content: center;
	z-index: 10;
	color: white;
	font-size: 20px;
}
.popup_message ul li span:first-child p{
	margin-bottom: 11px;
	line-height: 18px;
}
.phone_sand{
	position: relative;
}
.phone_sand textarea{
	line-height: 22px;
}
.phone_sand > p{
	position: absolute;
	bottom: 16px;
	color: #1657c5;
}
.phone_sand > p > font{
	color: #1657c5;
}

/* 스터디카페 상품 */
.table_sub_title{
	font-size: 17px;
	margin-bottom: 12px;
}
.sutdy_option{
	width: 96px;
}
/*
.study_menu_list{
	padding: 0;
}
.study_menu_list table{
	margin-bottom: 0;
}
.study_menu_list table tr td{
	border: none;
	border-bottom: 1px solid #cdd0d8;
	border-right: 1px solid #cdd0d8;
}
.study_menu_list table tr:first-child{
	background-color: #f4f4f5;
}
.study_menu_list table tr td:last-child{
	border-right: none;
}
.study_menu_list table tr:last-child td{
	border-bottom: none;
}
*/
.study_menu_list ul{
	text-align: left;
}
.study_menu_list ul li{
	display: inline-block;
	width: 12.5%;
	text-align: left;
}
.music_list{
	width: 1030px;
}
.music_list ul li{
	width: 14.285%;
}

.reg_title{
	font-size: 16px;
	margin-bottom: 12px;
	padding: 0 12px;
	display: inline-block;
	position: relative;
}
.reg_title:after{
	content: "";
	border-left: 2px solid #64676f;
	height: 17px;
	position: absolute;
	top: 1px;
	left: 0;
}
.reg_title:before{
	content: "";
	border-right: 2px solid #64676f;
	height: 17px;
	position: absolute;
	top: 1px;
	right: 0;
}
.study_reg_wrap .case{
	margin-bottom: 32px;
}
.reg_type, .option_type, .price_setting{
	border-top: 1px solid #cdd0d8;
	border-bottom: 1px solid #cdd0d8;
	padding-top: 12px;
	padding-left: 16px;
	padding-right: 16px;
	background-color: white;
}
.reg_type ul{
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 12px;
}
.reg_type ul:last-child{
	margin-right: 0;
}
.reg_type ul li{
	display: inline-block;
	margin-right: 8px;
}
.reg_type ul li:last-child{
	margin-right: 0px;
	width: 160px;
}
.reg_type ul.btn_p_search a{
	width: 94px;
	height: 36px;
	line-height: 34px;
	color: white;
	background-color: #323338;
	border-radius: 5px;
}
.option_type ul li{
	display: inline-block;
	margin-right: 24px;
	margin-bottom: 12px;
}
.reg_option_chk .check_img{
	width: 16px;
	height: 16px;
	margin-right: 8px;
	display: inline-block;
	border: 1px solid #64676f;
	border-radius: 3px;
	vertical-align: top;
	background-color: white;
}
.reg_option_chk input[type="checkbox"]{
	display: none;
}
.reg_option_chk input[type="checkbox"] + span{
	display:inline-block;
	text-align: center;
	cursor: pointer;
	color: #64676f;
	border-radius: 5px;
}
.reg_option_chk input[type="checkbox"]:checked + span .check_img{
	background: url(../_img/checkmark_wt.png) no-repeat center;
	background-color: #64676f;
	background-size: 8px;
	color: #fff;
}
.reg_option_chk input:last-child{
	width: inherit;
	margin-left: 12px;
}
.set_time input{
	width: calc(100% - 30px);
	min-width: 70px;
	text-align: right;
}
.set_time span{
	width: 30px;
	text-align: right;
	display: inline-block;
}
.set_price input{
	width: calc(100% - 30px);
	min-width: 100px;
	text-align: right;
}
.set_price span{
	width: 20px;
	text-align: right;
	display: inline-block;
}
.set_user input{
	width: calc(50% - 30px);
	min-width: 52px;
	text-align: center;
	text-align: right;
}
.set_user span:nth-child(2){
	width: 30px;
	display: inline-block;
}
.set_user span:last-child{
	width: 20px;
	text-align: right;
	display: inline-block;
}
.set_add_price input{
	width: calc(100% - 30px);
	min-width: 100px;
	text-align: right;
}
.set_add_price span{
	width: 20px;
	text-align: right;
	display: inline-block;
}
.set_coffee_coupon input{
	width: calc(100% - 30px);
	min-width: 52px;
	text-align: center;
	text-align: right;
}
.set_coffee_coupon span{
	width: 20px;
	text-align: right;
	display: inline-block;
}
.sales_time_input{
	display: inline-block;
	margin-left: 8px;
}
.sales_time_input input{
	width: 36px !important;
	padding: 0 8px;
	text-align: center;
	margin-left: 0 !important;
}
.sales_time_input span{
	margin: 0 4px;
}
.sales_time_input.off input, .res_input_wrap.off input{
	background: #d7d9e3;
	pointer-events: none;
}
.res_input_wrap{
	display: inline-block;
	margin-left: 8px;
}
.res_input_wrap input{
	display: inline-block;
	width: calc(50% - 15px);
}
.res_input_wrap span{
	display: inline-block;
	width: 22px;
	text-align: center;
}



/* 블랙리스트 */
.black_user_search_module .sh_co_4{
	width: 100%;
}
/* 퇴실 */
.check_user_search_module .sh_co_3, .check_user_search_module .sh_co_2{
	width: 33.333%;
}



/* 카드별 매출 */
.title_btn_wrap_m ul li:last-child{
	width: 94px;
}

/* 전원제어 */
.power_table table{
	table-layout: fixed;
}
.power_table table thead th:nth-child(1){
	width: 100px;
}
.power_table table thead th:nth-child(2){
	width: 400px;
}
.power_table table thead th:nth-last-child(1){
	width: 200px;
}
.radio_ti_btn input[type="radio"]:checked + span{
	background-color: #3274e6;
	color: #fff;
}

/* 차트 */
/*
.chart_bar{
	border-top: 1px solid #8d8f9a;
}
*/
.chart_bar_title{
	border-top: 1px solid #8d8f9a;
	padding-top: 16px;
}

/* 점주정보 */
.m_f_use_inf .case{
	padding: 0 16px;
}
.fix_inf ul{
	width: 100%;
	height: 100%;
}
.fix_inf ul li, .auto_inf ul li{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	padding: 6px 8px;
	border-bottom: 1px solid #cdd0d8;
	border-right:  1px solid #cdd0d8;
	white-space: nowrap;
	font-size: 14px;
}
.fix_inf ul li{
	height: 100%;
}
.fix_inf ul li:nth-child(1){
	width: 15%;
}
.fix_inf ul li:nth-child(2){
	width: 40%;
}
.fix_inf ul li:nth-child(3){
	width: 45%;
}
.fix_inf {
	width: 35%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
}
.auto_inf{
	width: 65%;
	height: 100%;
	order: 2;
}
.auto_inf ul{
	width: 100%;
}
.auto_inf ul li:nth-child(1){
	width: 15%;
}
.auto_inf ul li:nth-child(2){
	width: 16%;
}
.auto_inf ul li:nth-child(3){
	width: 25%;
}
.auto_inf ul li:nth-child(4){
	width: 44%;
}
.table_body .auto_inf ul li:nth-child(4){
	justify-content: left;
}
.auto_inf ul li:last-child{
	border-right: 0;
}
.table_header{
	background-color: #7a8caa;
}
.table_header ul li{
	color: white;
	border-color: #96a5bd;
}
.boby_con .table_body{
	background-color: white;
}
.boby_con .table_body:nth-child(even){
	background-color: #f4f4f5;
}

/* 프로그램 */
.program_wrap .e_co_12{
	display: flex;
}
.program_wrap .e_co_12 .e_co_4{
	display: flex;
	justify-content: center;
}
.program_box{
	text-align: center;
}
.program_box img{
	width: 92px;
	padding: 9px;
	border-radius: 100%;
	margin-bottom: 24px;
}
.program_wrap .e_co_4:nth-child(1) .program_box img{
	background-color: #42a63a;
}
.program_wrap .e_co_4:nth-child(2) .program_box img{
	background-color: #3274e6;
}
.program_wrap .e_co_4:nth-child(3) .program_box img{
	background-color: #d3375a;
}
.program_wrap .e_co_4:nth-child(1) .program_box a, .e_co_4:nth-child(3) .program_box a{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.program_box h1{
	font-size: 18px;
	font-weight: 500;
	color: black;
	margin-bottom: 16px;
}
.program_box p{
	line-height: 18px;
}
.program_box p:nth-child(4){
	color: #f58d00;
	margin: 16px 0;
}
.program_box a{
	width: 132px;
	display: inline-block;
}

/* 관리자 로그인 */
.login_admin_bg{
	background: url(../_img/login_bg.png) no-repeat;
	background-size: cover;
}
.login_top > p{
	text-align: center;
	color: white;
	margin-bottom: 40px;
	font-size: 18px;
}

/* 좌석 배치도 */
.seat_layout_img{
	position: relative;
}
.seat_point {
	width: 6.6%;
	padding-bottom: 6.6%;
	position: absolute;
}
.seat_point a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #999a9a;
	border-radius: 15%;
	text-align: center;
}

.num{
	font-size: 16px;
	color: white;
	font-weight: 700;
	position: absolute;
	top: 2px;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: 0px 0px 2px #000000;
}
.time{
	font-size: 12px;
	position: absolute;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
	text-shadow: 0px 0px 2px #000000;
	color: white;
}
.seat_sms_inf{
	overflow: hidden;
}
.seat_sms_inf ul li:nth-child(1){
	float: left;
}
.seat_sms_inf ul li:nth-child(2){
	float: right;
}
.seat_sms_inf ul li span{
	margin-top: 0 !important;
	width: inherit !important;
}
.seat_sms_inf ul li span:first-child{
	margin-right: 10px;
}
.popup_dw textarea{
	height: 206px;
}

.seat_point.on a{
	background-color: #1657c5;
}
.seat_point.on a .time{
	visibility: hidden;
}
.seat_point.off a{
	background-color: #d3375a;
}
.seat_point.off a .time:before{
	content: "이용정지";
	zoom: 0.8;
}
.seat_point.lock a{
	background-color: black;
}
.seat_point.lock_out a{
	background-color: black;
}
.seat_point.lock_out a .num, .seat_point.lock_out a .time, .tb_lock_out td{
	color: #d15a08;
}


/* 좌석배치도 팝업 */
.seat_pop ul li:nth-child(2){
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid #1657c5;
}
.seat_pop ul li:last-child{
	padding-right: 0px;
	margin-right: 0px;
	border-right: 0px;
}
.seat_radio_btn > li:first-child {
	width: 100%;
}
.popup_btn_one{
	width: 100%;
	margin-bottom: 12px;
}

/* 좌석 seat.html */
.seat_3_btn ul li a{
	background-color: #8d8f9a;
	color: white;
	border-radius: 5px;
	height: 36px;
	line-height: 34px;
	width: 100%;
}
.seat_3_btn ul li:nth-child(1) a.on{
	background-color: #1657c5;
}
.seat_3_btn ul li:nth-child(2) a.on{
	background-color: #d3375a;
}
.seat_3_btn ul li:nth-child(3) a.on{
	background-color: #d3375a;
}
.floor_on .sh_co_4.fr_on_1, .floor_on .sh_co_4.fr_on_2{
	width: 25%;
}
.seat_user_search_module .sh_co_4{
	width: 50%;
}
.seat_user_search_module .floor_on .sh_co_4.fr_on_1, .seat_user_search_module .floor_on .sh_co_4.fr_on_2{
	width: 41.6666%;
}
.seat_table{
	text-align: right;
}
.seat_sms_btn{
	background-color: #42a63a;
	position: absolute;
	top: 8px;
	right: 8px;
	height: 24px;
	line-height: 23px;
	padding: 0 10px;
	color: white;
	font-size: 14px;
	border-radius: 4px;
}
.seat_sms_btn.on{
	background-color: #1657c5;
}
.seat_sms_btn.off{
	background-color: #d15a08;
}

/* 회원관리 */
.mess_head th, .receive_phone th{
	position: sticky;
	top: 0px;
}
.mess_head tfoot td, .receive_phone tfoot td{
	position: sticky;
	bottom: 0px;
}
.mess_head tfoot td{
	padding: 0;
	border: none !important;
}
.receive_phone tfoot td{
	padding: 0;
	border: none !important;
}
.user_total_ph{
	background-color: #5a6a85 !important;
	height: 36px;
	line-height: 35px;
	color: white;
	margin-top: 12px;
	border-radius: 5px;
	text-align: center;
}
.mess_head .tb_list, .receive_phone .tb_list{
	height: 546px;
	overflow-y: auto;
	position: relative;
}
.mess_head table, .receive_phone table{
	margin-bottom: 0;
}
.list_btn{
	margin-top: 12px;
	text-align: right;
}
.list_btn ul li{
	display: inline-block;
}
.list_btn ul li:first-child{
	padding-right: 5px;
}
.list_btn ul li:last-child{
	padding-left: 5px;
}
.list_btn p{
	float: left;
}
.coupon_send_btn{
	/*margin-top: 73px;*/
}
.rd_btn{
	display: inline-block;
	height: 40px;
	line-height: 39px;
}
.popup_con{
	word-break: keep-all;
	padding: 0px 16px;
	margin-bottom: 16px;
	overflow: hidden;
	overflow-y: auto;
}

.popup_con > ul > li {
	margin-bottom: 12px;
}
.popup_con ul li span:first-child {
	width: 104px;
	display: inline-block;
	vertical-align: top;
	margin-top: 11px;
}
.popup_con ul li select, .popup_con ul li input {
	width: calc(100% - 108px);
	height: 40px;
	line-height: 39px;
}
.popup_con ul li textarea{
	width: calc(100% - 108px);
	height: 140px;
}
.popup_con ul li br{
	margin-top: 8px;
}
.white_box{
	padding: 24px;
	background-color: white;
	border-radius: 8px;
	box-shadow: 0 0 24px 0px #ebebeb;
	margin-bottom: 32px;
}
.client_list{
	padding-right: 56px;
	background: url(../_img/arrow_right.png) no-repeat;
	background-position: right center;
}
.delete_btn{
	border-radius: 50%;
	border: 1px solid #d3375a;
	width: 18px;
	height: 18px;
	line-height: 12px;
	display: inline-block;
	font-size: 18px;
	color: #d3375a;
	margin-left: 16px;
}
.receive_phone textarea{
	height: 510px;
}


/* 오프라인 쿠폰 출력 */
.print_close {
	top: 6px !important;
}
.print_btn_wrap{
	overflow: hidden;
}
.print_btn_wrap a:first-child{
	float: right;
	margin-right: 48px;
	margin-top: 5px;
}
.print_btn_wrap a:first-child img{
	padding-right: 6px;
}
.shop_int_wrap{
	float: left;
}
.print_content{
	clear: both;
}
.shop_int_wrap{
	width: 650px;
	text-align: left;
}
.shop_int_wrap input{
	display: inline-block;
	width: 210px;
	margin-right: 10px;
}
.shop_int_wrap span{
	margin-right: 10px;
	width: 72px;
}
.cu_shop_name, .cu_shop_tel{
	display: inline-block;
}
.cu_shop_addition{
	margin-top: 12px;
	position: relative;
}
.cu_shop_addition input{
	width: calc(100% - 122px);
	padding-right: 78px;
}
.addition_txt{
	padding: 5px;
	height: 10px;
	position: relative;
}
.addition_txt p{
	background-color: #777676;
	padding: 5px;
	font-size: 11px;
	position: absolute;
	width: 333.13px;
	top: 8px;
	left: -16px;
	color: white;
}
.addition_count{
	display: inline-block;
	position: absolute;
	top: 10px;
	right: 54px;
}
.addition_count > span{
	margin-right: 0;
}
.cp_bar img{
	width: 100%;
	background-color: white;
	border-radius: 3px;
}
.cu_tb td{
	height: 64px;
}

.cp_kind{
	font-size: 18px;
}
.cp_date{
	font-size: 15px;
}
.cp_precautions{
	font-size: 11px;
	color: white !important;
	background-color: #525151;
	border-radius: 6px 6px 0px 0px;
	padding: 5px;
	margin-bottom: 0 !important;
	font-weight: 700;
}
.cp_txt{
	background-color: white;
	padding: 5px;
	font-size: 11px;
	border-radius: 0px 0px 6px 6px;
	border: 1px solid #777676;
	line-height: 16px;
}
.cp_shop{
	font-size: 14px;
	margin-bottom: 4px !important;
}
.cp_tel{
	font-size: 18px;
}
.coupon_print_wrap{
	background-color: white;
	border-radius: 12px;
	padding: 20px;
	height: 100%;
	overflow-y: auto;
	padding: 16px;
	position: relative;
}
.print_btn_wrap{
	text-align: right;
	padding-bottom: 12px;
	border-bottom: 1px solid #c0c3cc;
	position: relative;
}
.print_btn_wrap a{
	line-height: 26px;
}
.print_close{
	position: absolute;
	right: 0;
	top: 0;
}
.print_close img{
	width: 24px;
}
.print_btn img{
	margin-right: 10px;
}
.print_content{
	padding-top: 10px;
	font-size: 0;
	width: 284mm;
	background-color: white;
}
.coupon_box{
	padding: 3mm;
	width: 33.3333%;
	border: 1px dashed #a3a0a0;
	border-left: none;
	border-top: none;
	display: inline-block;
}
.coupon_box:nth-child(1), .coupon_box:nth-child(2), .coupon_box:nth-child(3){
	border-top: 1px dashed #a3a0a0;
}
.coupon_box:nth-child(3n+1){
	border-left: 1px dashed #a3a0a0;
}
.coupon_box ul{
	background-color: #fcf4ea;
	padding: 4mm;
	border: 1px solid #595757;
	height: 94mm;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.coupon_box ul li{
	text-align: center;
	color: black;
	margin-bottom: 2mm;
}
.coupon_box ul li:last-child{
	margin-bottom: 0;
}

/* qr코드 a4 프린트 */
.qr_pt_img{
	position: relative;
}
.qr_pt_img > img{
	width: 100%;
}
.qr_logo_img{
	position: absolute;
	top: 15mm;
	left: 20mm;
	width: 92px;
	height: 32px;
	background: url(../_img/pc_logo_wt.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.qr_shop_name{
	position: absolute;
	top: 15mm;
	right: 20mm;
	font-size: 29px;
	color: white;
	font-weight: 700;
	text-align: right;
}
.qr_shop_img{
	top: 79mm;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 72mm;
}
.qr_shop_img img{
	width: 100%;
}
.qr_event_info{
	top: 214mm;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	text-align: center;
	padding: 0px 27mm;
}
.qr_event_title{
	color: white;
	font-size: 52px;
	font-weight: 700;
	position: relative;
	display: inline-block;
	margin-bottom: 7mm;
}
/*
.qr_event_title:before{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -6px;
	border: 8px solid rgba(255,255,255,0.6);
	z-index: -1;
}
*/
.qr_event_content{
	color: white;
	font-size: 36px;
	line-height: 48px;
}
.qr_event_apply{
	display: inline-block;
	color: white;
	border-top: 1px solid white;
	padding-top: 7mm;
	margin-top: 7mm;
}
.qr_event_apply ul li{
	font-size: 26px;
	margin-bottom: 12px;
}

/* 오프라인 쿠폰 출력 */
/*
.coupon_print_wrap{
	background-color: white;
	border-radius: 12px;
	padding: 20px;
	height: 100%;
	width: 210mm;
	overflow-y: auto;
	padding: 16px;
	position: relative;
}
.print_btn_wrap{
	text-align: right;
	padding-bottom: 12px;
	border-bottom: 1px solid #c0c3cc;
	position: relative;
}
.print_btn_wrap a{
	line-height: 26px;
}
.print_close{
	position: absolute;
	right: 0;
	top: 0;
}
.print_close img{
	width: 24px;
}
.print_btn img{
	margin-right: 10px;
}
.print_content{
	padding-top: 10px;
	font-size: 0;
}
.coupon_box{
	padding: 3mm;
	width: 33.3333%;
	border: 1px dashed #c8c4c4;
	border-left: none;
	border-top: none;
	display: inline-block;
}
.coupon_box:nth-child(1), .coupon_box:nth-child(2), .coupon_box:nth-child(3){
	border-top: 1px dashed #c8c4c4;
}
.coupon_box:nth-child(3n+1){
	border-left: 1px dashed #c8c4c4;
}
.coupon_box ul{
	background-color: #fcf4ea;
	padding: 4mm;
	border: 1px solid #595757;
}
.coupon_box ul li{
	text-align: center;
	color: black;
	margin-bottom: 7px;
}
.coupon_box ul li:last-child{
	margin-bottom: 0;
}
.cp_bar img{
	width: 100%;
	padding: 2mm 2mm 1mm 2mm;
	background-color: white;
	border-radius: 3px;
}
.cp_bid_logo{
	height: 7mm;
	background: url(../_img/110_logo_bk.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.cp_kind{
	font-size: 14px;
}
.cp_date{
	font-size: 12px;
}
.cp_precautions{
	font-size: 9px;
	color: white !important;
	background-color: #777676;
	border-radius: 6px 6px 0px 0px;
	padding: 3px;
	margin-bottom: 0 !important;
}
.cp_txt{
	background-color: white;
	padding: 3px;
	font-size: 9px;
	border-radius: 0px 0px 6px 6px;
	border: 1px solid #777676;
	line-height: 12px;
}
.cp_shop{
	font-size: 12px;
	margin-bottom: 4px !important;
}
.cp_tel{
	font-size: 14px;
}
*/

/* 회원 맴버십 */
.member_user_search_module .sh_co_2.user_mem{
	width: 33.333%;
}
.member_reg_wrap{
	padding-top: 24px;
}
.btn_gate_room a{
	display: inline-block;
	margin-right: 16px;
}
.btn_gate_room a:last-child{
	margin-right: 0;
}
.pop_int_two ul{
	margin: 0 -5px;
}
.pop_int_two ul li{
	width: 50%;
	display: inline-block;
	padding: 0 5px;
	position: relative;
}
.pop_int_two ul li > div{
	position: absolute;
	top: 12px;
	right: 20px;
}

/* 이벤트 팝업 */
.event_pop .popup_int input{
	padding-right: 16px;
	width: 100%;
}
.event_pop .popup_int textarea{
	width: 100%;
	height: 140px;
}
.event_two_select select{
	display: inline-block;
	width: calc(55% - 5px) !important;
}
.event_two_select select:first-child{
	margin-right: 7px;
	width: calc(45% - 5px) !important;
}
.event_pop .popup_int hr{
	margin-bottom: 12px;
}
.event_qrcode{
	width: 100%;
	text-align: center;
}
.qrcode_url_wrap{
	padding: 16px 0;
}
.qrcode_url_wrap ul{
	margin: 0 -5px;
}
.qrcode_url_wrap ul li{
	display: inline-block;
	padding: 0 5px;
}
.qrcode_url_wrap ul li a{
	height: 39px;
	line-height: 38px;
}
.qrcode_url_wrap ul li input{
	width: 100% !important;
}
.qrcode_url_wrap ul li:nth-child(1){
	width: calc(100% - 140px);
}
.qrcode_url_wrap ul li:nth-child(2){
	width: 70px;
}
.qrcode_url_wrap ul li:nth-child(3){
	width: 70px;
}
.qrevent_user_search_module .sh_co_4{
	width: 100%;
}

.td_list_auto{
	padding: 0;
}
.td_list_auto ul li{
	height: 34px;
	line-height: 33px;
	border-bottom: 1px solid #cdd0d8;
}
.td_list_auto ul li:last-child{
	border-bottom: 0;
}

/* 지도 */
.map_content_wrap{
	position: absolute;
	height: calc(100% - 260px);
	width: 100%;
}
.map_wrap{
	background: url('../_img/map_sample.png') no-repeat;
	position: absolute;
	height: 100%;
	width: 1440px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	border: 1px solid #aaacb2;
}

.shop_point p, .shop_inf{
	display: inline-flex;
	vertical-align: top;
}
.shop_point{
	border-bottom: 1px solid #dfe1e9;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
.shop_point:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.shop_point p{
	margin-right: 12px;
	font-weight: 700;
	color: black;
}
.shop_inf{
	flex-direction: column;
}
.shop_inf a{
	margin-bottom: 8px;
}
.shop_inf a:last-child{
	margin-bottom: 0;
}
.shop_inf ul{
	text-align: left;
}
.shop_inf ul li{
	margin-bottom: 6px;
	font-size: 14px;
}
.shop_inf ul li:first-child{
	font-weight: 700;
	color: #64676f;
}
.zoom_in_btn{
	position: absolute;
	top: 12px;
	right: 16px;
}
.zoom_in_btn a{
	display: inline-block;
	margin-left: 8px;
}
.zoom_in_btn a img{
	width: 24px;
	padding: 2px;
	border: 1px solid #dfe1e9;
}
.point_mark{
	position: relative;
	z-index: 1;
	padding-bottom: 12px;
}
.point_mark:after{
	width: 32px;
	height: 32px;
	line-height: 22px;
	font-size: 21px;
	font-weight: 700;
	color: black;
	background-color: white;
	border-radius: 16px;
	border: 11px solid black;
	box-sizing: border-box;
	display: block;
	text-align: center;
	padding-right: 3px;
}
.coffee .point_mark{
	background: url('../_img/point_br.png') no-repeat;
	background-size: 12px;
	background-position: bottom;
}
.coffee .point_mark:after{
	content: "";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark{
	background: url('../_img/point_gr.png') no-repeat;
	background-size: 12px;
	background-position: bottom;
}
.coffee.off .point_mark:after{
	content: "";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
.study_cafe.on .point_mark{
	background: url('../_img/point_bl.png') no-repeat;
	background-size: 12px;
	background-position: bottom;
}
.shop_location > p{
	position: absolute;
	top: 0;
	left: 18px;
	white-space: nowrap;
	padding-left: 26px;
	padding-right: 18px;
	height: 32px;
	line-height: 31px;
	border-radius: 0px 16px 16px 0px;
	background-color: black;
	color: white;
	font-size: 14px;
	font-weight: 500;
}
.coffee > p{
	background-color: #a99a80;
}
.study_cafe > p{
	background-color: #8aabe2;
}
.coffee.on > p{
	background-color: #533501;
}
.study_cafe.on > p{
	background-color: #1657c5;
}
#overlay_div{
	cursor: pointer;
}
.popup_shop_info {
	position: absolute;
	background: white;
	border-radius: 10px;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #7F7F7F;
	padding: 12px;
}
.popup_shop_info ul li{
	text-align: center;
	margin-bottom: 6px;
}
.popup_shop_info ul li:first-child{
	font-size: 15px;
	font-weight: 600;
	color: black;
}
.popup_shop_info ul li:nth-child(2){
	padding-bottom: 6px;
}
.popup_shop_info ul li:last-child{
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}

.popup_shop_info:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 14px 10px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -14px;
	left: 50%;
	margin-left: -10px;
}

.popup_shop_info:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 11px 0;
	border-color: #7F7F7F transparent;
	display: block;
	width: 0;
	z-index: 0;
	bottom: -16px;
	left: 50%;
	margin-left: -11px;
}
.distance_point{
	background-color: white;
	height: 32px;
	padding: 0 13px;
	position: absolute;
	top: 41px;
	right: 38px;
	z-index: 10;
	color: black;
	line-height: 30px;
	display: inline-block;
	border-radius: 3px;
	box-shadow: rgb(0 0 0 / 15%) 0px 2px 2px 0px;
	border: 1px solid #e2e2e2;
}
.distance_point.on{
	background-color: #3396ff;
	color: white;
	border: 1px solid #3396ff;
}
.map_input ul li{
	display: inline-block;
	margin-bottom: 10px;
}
.map_input ul li:first-child{
	width: 100px;
	margin-right: 8px;
}
.map_input ul li:last-child{
	width: calc(100% - 108px);
}

.machine_install_wrap {
	height: 32px;
	box-sizing: content-box;
	background-color: rgb(255, 255, 255);
	padding: 2px;
	border-radius: 3px;
	box-shadow: rgb(0 0 0 / 15%) 0px 2px 2px 0px;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1000;
}
.machine_install_wrap p, .machine_install_wrap ul, .machine_install_wrap ul li{
	display: inline-block;
}
.machine_install_wrap p{
	background-color: #3396ff;
	color: white;
	height: 32px;
	border-right: 3px;
	line-height: 30px;
	padding: 0 8px;
}
.machine_install_wrap ul li{
	height: 32px;
	line-height: 30px;
	position: relative;
	padding: 0px 12px;
}
.machine_install_wrap ul li:before{
	content: "";
	border-right: 1px solid #64676f;
	height: 14px;
	position: absolute;
	top: 8px;
	right: 0;
}
.machine_install_wrap ul li:last-child:before{
	border: none;
}
.nearby_store {
	min-width: 2px;
	min-height: calc(100% - 60px);
	max-height: calc(100% - 60px);
	margin: 16px;
	margin-top: 44px;
	display: inline-flex;
	flex-direction: column;
	position: absolute;
	border-radius: 8px;
	box-shadow: 0px 0px 20px 0px #bcbcbc;
	border: 1px solid #dfe1e9;
	background-color: white;
	z-index: 10;
}
.side_toggle_btn {
	height: 100%;
	width: 20px;
	position: absolute;
	right: -31px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.side_btn_img {
	background-color: #5b5c60;
	border-radius: 0px 8px 8px 0px;
	padding: 16px;
	cursor: pointer;
}
.side_toggle_btn img {
	width: 8px;
}
.side_content_wrap {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	transition: all 3s;
}
.title_box {
	padding: 16px 0px;
	margin: 0px 16px;
	/* border-bottom: 1px solid #acb0c1; */
}
.title_box p {
	font-size: 15px;
	font-weight: 500;
	color: #323338;
}
.inner_content {
	word-break: keep-all;
	padding: 0px 16px;
	margin-bottom: 16px;
	overflow: hidden;
	overflow-y: auto;
}
.shop_point {
	border-bottom: 1px solid #dfe1e9;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
.shop_point:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

/* 이오더 주문 페이지 */
.eorder_wrap{
	padding-bottom: 40px;
}
.order_list_wrap{
	margin: 0 -6px;
	font-size: 0;
	display: inline-flex;
	flex-wrap: wrap;
	width: 100%;
}
.menu_box{
	padding: 0 6px;
	width: 14.28571%;
	display: inline-block;
	margin-bottom: 12px;
	position: relative;
}
.menu_list{
	padding: 16px;
	background-color: white;
	border: 1px solid #d7d9e3;
	height: 100%;
}
.menu_img{
	width: 100%;
	border-radius: 4px;
	margin-bottom: 16px;
}
.menu_name{
	font-weight: 700;
	color: black;
	margin-bottom: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	/*
	display: -webkit-box;
	-webkit-line-clamp: 2; /* 라인수 */
	/*-webkit-box-orient: vertical;
	word-wrap:break-word; */
}
.ct_od_txt{
	/*height: 46px;*/
}
.sub_name{
	font-size: 12px;
	/*height: 12px;*/
}
.unit_price {
	font-size: 14px;
	color: black;
}
.unit_price_total {
	margin-bottom: 0;
	height: 24px;
	line-height: 23px;
}
.menu_list hr{
	border: none;
	height: 1px;
	background-color: #d7d9e3;
	margin: 12px 0px;
}
.menu_price{
	color: black;
	margin-bottom: 12px;
	display: block;
}
.menu_btn{
	overflow: hidden;
}
.up_down_btn a{
	width: 24px;
	height: 24px;
	border: 1px solid #dfdfdf;
	display: inline-block;
	background-color: white;
}
.up_down_btn a img{
	width: 24px;
}
.up_down_btn input{
	width: 28px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #dfdfdf;
	display: inline-block;
	margin: 0 -1px;
	padding: 0;
	text-align: center;
	vertical-align: top;
	border-radius: 0;
}
.menu_btn ul li:first-child{
	float: left;
	position: absolute;
	bottom: 16px;
}
.btn_cart{
	background-color: black;
	color: white;
	height: 24px;
	line-height: 23px;
	border-radius: 4px;
	padding: 0 10px;
	font-size: 13px;
	position: absolute;
	bottom: 17px;
	right: 22px;
}
.cart_info_wrap{
	padding: 16px;
	background-color: white;
	border: 1px solid #d7d9e3;
	width: 100%;
	display: inline-block;
	margin-bottom: 24px;
	overflow-y: auto;
	max-height: 300px;
}
.ct_section{
	margin-bottom: 24px;
}
.ct_section:last-child{
	margin-bottom: 0;
}
.cart_title{
	text-align: center;
	font-size: 18px;
	color: black;
	margin-bottom: 16px;
}
.no_cart_txt{
	text-align: center;
	margin: 20px 0px;
}
.cart_con_box{
	border-top: 1px solid #8d8f9a;
	border-bottom: 1px solid #8d8f9a;
	margin-bottom: 12px;
	background-color: #f7f7f8;
	padding: 0 12px;
}
.ct_product{
	padding: 12px 0px;
	position: relative;
	border-bottom: 1px solid #d7d9e3;
}
.ct_product:last-child{
	border-bottom: 0;
}
.ct_product .sub_name{
	margin-bottom: 8px;
}
.ct_product .menu_price{
	margin-bottom: 0;
}
.ct_item .unit_price {
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #d7d9e3;
}
.ct_product .up_down_btn{
	position: absolute;
	bottom: 12px;
	right: 0;
}
.ct_pd_del{
	position: absolute;
	top: 16px;
	right: 0;
}
.ct_total_price ul{
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.ct_total_price ul li{
	color: black;
	font-size: 16px;
	align-items: center;
	display: flex;
}
.ct_total_price ul li:last-child{
	font-size: 18px;
	color: #ea5504;
}
.ct_sel_shop{
	padding: 12px 0;
	border-bottom: 1px solid #d7d9e3;
}
.ct_pr_title {
	font-weight: 700;
	color: black;
	margin-bottom: 12px;
}
.cart_choice_wrap{
	margin: 0 -12px;
	font-size: 0;
	overflow: hidden;
}
.ct_item{
	position: relative;
	padding: 0px 12px;
	width: 25%;
	display: inline-block;
	bottom: -1px;
}
.ct_item ul{
	padding: 12px 0;
	border-bottom: 1px solid #8d8f9a;
	overflow: hidden;
}
.ct_item .ct_pd_del {
	position: absolute;
	top: 12px;
	right: 16px;
}
.ct_item .up_down_btn {
	position: absolute;
	bottom: 12px;
	right: 12px;
}
.ct_item .sub_name {
	margin-bottom: 8px;
}
.ct_item .menu_price {
	margin-bottom: 0;
	height: 24px;
	line-height: 23px;
}
.ct_item .menu_name{
	height: 24px;
}
.ct_item .sub_total_price{
	display: flex;
	justify-content: space-between;
	padding: 0;
	border-bottom: none;
	color: black;
	padding-top: 8px;
	margin-top: 8px;
	border-top: 1px solid #d7d9e3;
	height: 26px;
}
.ct_item .sub_total_price li:last-child span:first-child{
	margin-right: 8px;
}
.ct_order_wrap{
	display: inline-flex;
	width: 100%;
	border-top: 1px solid #8d8f9a;
	border-bottom: 1px solid #8d8f9a;
	background-color: #f7f7f8;
	padding: 0 12px;
}
.ct_od_left{
	width: 50%;
	padding-right: 12px;
}
.ct_od_right{
	width: 50%;
	padding-left: 12px;
}
.ct_od_right .ct_product{
	height: 100%;
}
.ct_od_right .ct_product ul{
	height: 100%;
}
.ct_od_right .ct_product ul li:last-child{
	height: 100%;
}
.ct_od_right .ct_product ul li:last-child textarea{
	height: calc(100% - 27px);
}
.ct_info_box{
	position: fixed;
	bottom: -378px;
	/*bottom: 0px;*/
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1000;
}
.ct_info_box .case{
	padding-bottom: 16px;
	background-color: #f7f7f8;
}
.ct_info_btn{
	text-align: center;
}
.ct_info_btn a{
	display: inline-block;
	height: 36px;
	line-height: 34px;
	padding: 0px 16px;
	color: white;
	background-color: #1657c5;
	border-radius: 5px 5px 0px 0px;
	display: inline-flex;
	align-items: center;
}
.ct_od_price_wrap{
	height: 52px;
}
#cart_img{
	width: 24px;
	margin-right: 12px;
}

/* 이오더 주문내역 리스트 */
.od_tb_list_wrap .locker_btns a{
	border: 1px;
	border-color: inherit;
	line-height: inherit;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	background-color: #3274e6;
}
.od_tb_list_wrap .locker_btns a.off{
	background-color: white;
	border: 1px solid #d7d9e3;
	color: #a5aab7;
}

/* 이오더 주문내역 상세조회 */
.od_dt_btn{
	background-color: #1657c5;
	height: 18px;
	line-height: 16px;
	font-size: 11px;
	color: white;
	border-radius: 4px;
	padding: 0 16px;
	display: inline-block;
}
.od_dt_btn.on{
	background-color: #d3375a;
}
.od_dt_list_wrap .tb_list_box{
	margin-bottom: 24px;
}
.od_dt_info_wrap .cart_con_box{
	background-color: white;
}
.od_dt_info_wrap .ct_order_wrap{
	background-color: white;
}
.od_receipt_txt{
	line-height: initial;
}
.od_dt_info_wrap .cart_title{
	text-align: left;
}
.btn_type_two{
	text-align: center;
	margin-bottom: 24px;
}
.btn_type_two ul li{
	display: inline-block;
	padding: 0 6px;
}
.btn_type_two ul li a{
	padding: 0 16px;
}

.waybill_number{
	padding: 12px 0px 0px 0px;
}
.waybill_number ul li{
	display: inline-block;
}
.waybill_number ul li a{
	text-align: left;
	padding: 0px 12px 12px 12px;
}

/* 이오더 공지사항 */
.nt_tb_list_wrap tbody tr td:first-child{
	width: 10px;
	padding-left: 24px;
	padding-right: 24px;
}
.nt_tb_list_wrap tbody tr td:last-child{
	width: 10px;
	padding-left: 24px;
	padding-right: 24px;
}
.nt_view_box{
	border-top: 1px solid #8d8f9a;
	border-bottom: 1px solid #8d8f9a;
	margin-bottom: 12px;
	background-color: white;
	padding: 16px;
}
.nt_view_box p{
	line-height: 24px;
}

/* 공지사항 팝업 */
.notice_box {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-item: center;
	-webkit-justify-content: center;
	flex-direction: column;
	padding: 16px;
	z-index: 10000;
	background-color: rgba(64,64,64,0.8);
	display: none;
}
.notice_view_pc{
	max-width: 375px !important;
}
.notice_content {
	background-color: white;
	position: relative;
	top: -8px;
	border-radius: 8px;
	width: 100%;
}
.notice_title {
	padding: 12px 0px 12px 0px;
	text-align: center;
	margin: 0 20px;
	color: black;
	border-bottom: 1px solid #d1d1d1;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
}
.notice_txt_wrap {
	padding: 18px 0 18px 20px;
}
.or_notice_txt {
	max-height: 320px;
	overflow-y: auto;
}
.or_notice_txt p {
	padding-right: 20px;
	font-size: 14px;
	word-break: break-all;
	text-align: left;
	line-height: initial;
}
.or_notice_btn {
	position: relative;
	top: -8px;
	width: 100%;
	max-width: 375px !important;
}
.or_notice_btn ul{
	display: inline-flex;
	justify-content: space-between;
	width: 100%;
}
.or_notice_btn ul li a {
	color: white;
	padding: 10px 0;
	font-size: 15px;
}
/* 주문완료 */
.od_confirm{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 32px;
	height: calc(100% - 220px);
	justify-content: center;
}
.od_confirm .od_title{
	margin-bottom: 24px;
}
.od_confirm .od_title .img{
	background: url('../_img/od_confirm.svg') no-repeat;
	height: 54px;
	background-position: center;
	margin-bottom: 16px;
}
.od_confirm .od_list{
	border-top: 1px solid #a9a9a9;
	padding-top: 12px;
	min-width: 260px;
}
.od_confirm .od_list > ul{
	display: flex;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #a9a9a9;
	min-width: 260px;
}
.od_confirm .od_list > ul > li:first-child{
	margin-right: 16px;
}
.od_confirm .od_list > ul > li:last-child{
	width: 100%;
}
.od_confirm .od_list > ul > li > ul{
	display: flex;
	justify-content: space-between;
	padding-bottom: 12px;
	margin-bottom: 12px;
	border-bottom: 1px solid #dfdfdf;
}
.od_confirm .od_list > ul > li > ul:last-child{
	border: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.od_confirm .od_list > ul > li > ul li:first-child{
	margin-right: 24px;
}
.od_confirm .od_list > ul > li > ul li p:last-child{
	font-size: 12px;
	margin-top: 2px;
}