@charset "UTF-8";

html,
body {
	width: 100%;
    height: 100%;
    font-family: 'Prompt', 'Noto Sans KR', AppleGothic, Sans-serif;
    font-weight: 300;
    font-size: 1em;
    line-height: 1.5;
    color: #333;
    color: #132c33;
    line-height: 1;
    letter-spacing: -0.5px;
    overflow: auto;
    position: relative;
    -ms-overflow-style: none;
    margin: 0;
    padding:0;
    border:0;
    }
    
::-webkit-scrollbar {
        display: none;
}

a {
    color:#fff;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    outline: none;
}

a:hover {
	text-decoration: none;
	color:#fff6e2;
}

ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

button {
	color:#fff;
	font-family: 'Prompt', 'Noto Sans KR', AppleGothic, Sans-serif;
	border:0px;
	background-color: #111;
	border-radius: 10px;
	width:150px;
	height:50px;
	font-size:1.2rem;
	
}

select {
	border:0px;
}

input[type="text"] {
	border:0px;
	margin:0px;
	padding:0px 10px;
}

input[type="password"] {
	border:0px;
	margin:0px;
	padding:0px 10px;
}

input[type="button"] {
	font-family: 'Prompt', 'Noto Sans KR', AppleGothic, Sans-serif;
	border:0px;
	/* margin:1px; */
	padding:0px;
    align-items:center;
    cursor: pointer;
}

.login_wrapper {
	border:1px solid #111;
	display:flex;
	align-items:center;
	justify-content:center;
	height:1000px;
	background-image: url("../img/backoffice/login_background.png");
	
}
.login_title {
	display:flex; 
	justify-content:center;
}
.login_title_span {
	font-size:50px;
	font-weight:700;
	text-align:center;
	margin-bottom:30px;
	color:#fff;
	text-shadow: 0px 0px 3px grey;
}

.login_input {
	width:400px;
	height:50px;
	border-radius:10px;
	border:1px solid #eee;
	margin-bottom:10px;
	padding:20px;
	
}

.login_inputbox {
	margin-bottom:5px;
	color:#fff;
	display:flex;
}

#join_search_btn {
	width:62px;
	height:50px;
	background-color:#ececec;
	color:#111;
	font-size:0.8rem;
	border-radius: 10px;
	overflow: visible;
	margin:0 0 2px -62px;
	
}


.login_btn {
	display:flex; 
	justify-content:center;
}
.login_btn > div {
	margin-right:5px;
}


.join_btn {
	background-color:#c0c0c0;
}

/* IE10 이상을 위한 css */
input::placeholder {
    font-family: 'Prompt', 'Noto Sans KR', AppleGothic, Sans-serif;
    color: #dcdcdc;
    opacity: 1; /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */
    margin-left:15px;
}
input::-webkit-input-placeholder {
    color: #dcdcdc;
    margin-left:15px;
}
/* IE */
input:-ms-input-placeholder {
    color: #dcdcdc;
    margin-left:15px;
}
/* Firefox */
input:-mos-input-placeholder {
    color: #dcdcdc;
    margin-left:15px;
}

.login_bottom_text {
	font-size:0.5rem;
	margin-top:30px;
	text-align:center;
	color:#fff;
	line-height:120%;
}

.header_wrap {
	display: flex;
	background-color:#1f1f1f;
	height:100px;
}

.top_menu_box {
	display:flex;
	justify-content: center;
	width:100px;
	border:0px solid #111;
	align-items:center;
	
	
}
.top_menu_text {
	color:#fff;
	font-size:1.2rem;
	font-weight:500;
}
.top_logo {
	width:230px;
	padding:40px 0px 0px 40px;
	background-color:#222;
}

.my_info_box {
	width:200px;
	background-color:#dadada;
	height:200px;
	display:flex;
	justify-content: center;
	align-items: center;
	
}

.my_info_subbox{
	display: block;
	line-height: 130%;
	
}
.my_info_name {
	font-size:1.2rem;
	font-weight:400;
	color:#111;
}

.my_info_manage {
	font-size:0.8rem;
}

.side_box{
	width:200px;
	background-color:#ececec;
	text-align:center;
	padding:0px;
}

.side_box ul li {
	height:30px;
	border-bottom:1px solid #e1e1e1;
	padding:10px 0px 0px 0px;
}

.side_box a {
	color:#111;
	font-weight: 300;
}

.side_box a:hover {
	color:#9d9d9d;
}

.side_box_title {
	font-size:1.2rem;
    color:#111;
    font-weight:500;
   
}

.side_box_title_height {
	height:40px;
	padding:20px 0px 0px 0px;
	border-bottom:1px solid #e1e1e1;
}



.content {
	display : flex; 
	
}

.container {
	width:100%;
}

.wrapper {
	padding:50px;
	border:0px solid #111;
	overflow:scroll;
	
}

.navi {
	border:0px solid #111;
	width:100%;
	padding:50px 0px 0px 50px;
	display: flex;
    list-style: none;
}
.navi > li > a{
	font-weight:500;
	color:#9f9f9f;
}

.current_page_nav {
	font-weight:500;
	color:#9f9f9f;
	padding-bottom : 50px;
}

.req {
	border:0px solid #111;
	width:100%;
	padding: 0px;
	border:1px solid #ececec;
}

.req_line {
	width:100%;
	display: flex;
	border:0px solid #ececec;
	padding:5px;
}

.req_title {
	width:8%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ececec;
	border:1px solid #ececec;
	height:30px;
	padding: 5px;
	
}

.req_content {
	margin-right:50px;
	height:30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border:1px solid #ececec;
	padding: 5px;
}

.req_content > input {
	height:30px;
}

.req_content button {
	background-color: grey;
	border-radius: 0px;
	width:120px;
	height:40px;
	margin-right:5px;
} 

.req_textarea {
	border:1px solid #ececec;
	padding: 5px;
}



.btn_area {
	width:80%;
	display : flex;
	justify-content: center;
	width:100%;
	border:0px solid #111;
	margin:10px 0px 50px 0px;
	
}

.btn_area > button {
	width:80px;
	height:30px;
	font-size:0.8rem;
	border-radius: 0;
	margin-right:1px;
}


.btn_add_area {
	display : flex;
	margin-bottom:10px;

}


.btn_add_area > button {
	width:auto;
	height:30px;
	font-size:0.8rem;
	border-radius: 0;
	margin-right:1px;
	background-color: #9d9d9d;
	color:111;
}

.btn_ff9575 {
	background-color: #ff9575;
	width:auto;
	min-width:80px;
	height:30px;
	font-size:0.8rem;
	border-radius: 0;
	margin-right:1px;
}

.btn_9d9d9d{
	width:auto;
	min-width:80px;
	height:30px;
	font-size:0.8rem;
	border-radius: 0;
	margin-right:1px;
	background-color: #9d9d9d;
	color:111;
}

.btn_fbceb1 {
	width:auto;
	min-width:60px;
	height:25px;
	font-size:0.6rem;
	border-radius: 0.5em;
	margin-right:1px;
	background-color: #fbceb1;
	color:000 !important;
}

.business_regis {
	display: flex;
	border:0px solid #ececec;
	padding:5px;
}

.title_box_width_150 {
	width:150px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ececec;
	border:1px solid #ececec;
	height:30px;
	padding: 5px;
}

.form_width40 {
	width:40%;
	display: flex;
	border:0px solid #ececec;
	padding:5px;
}

.box_in_btn_area {
	width:100%;
	display: flex;
	border:0px solid #ececec;
	padding:5px;
	display: flex;
	justify-content: center;
	
}


.business_wrapper {
	border:0px solid #111;
	display: flex;
	
	
}



.business_table {
	border:0px;
	margin:0;
	padding:0;
}

.business_table tr > th {
	background-color: #ececec;
	width:25%;
	font-size: 0.7rem;
	padding:5px 0px;
}

.business_table tr > td {
	border-bottom : 1px solid #ececec;
	text-align :center;
	font-size: 0.8rem;
}

.modal_wrapper {
	position :absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, 0.8);
	visibility: hidden;
}

.modal_window {
	width:600px;
	height:80%;
	display:block;
	background-color: #fff;
	border-radius: 15px;
	
}

.close_btn {
	margin:10px;
	font-size: 20px;
	color: red;
	font-weight: 900;
	cursor: pointer;
}

.close_btn a {
	color:#111;
}

.modify_modal {
	display: flex;
	justify-content:center;
	border:0px solid #111;
}
/* .modal_title {
	width:100px;
	border:1px solid #ececec;
	height:30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #ececec;
}

.modal_content input {
	height:30px;
	border:0px;
	padding-left: 10px;
	border:1px solid #ececec;
	
}

.modify_modal_btn_area {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.modify_modal_btn_area button {
	width:80px;
	height:30px;
	font-size:0.8rem;
	border-radius: 0;
	margin-right:1px;
	background-color: #9d9d9d;
	color:111;
}
 */
.new_modal {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background-color:#111;
	opacity:98%;
	display: none;
	justify-content: center;
	align-items: center;
	color:#fff;
	overflow:scroll;
}

.register_form {
	background-color:#f4f4f4;
	color:#111;
	box-shadow: 0px 0px 1px 0.5px #fefefe inset;
	width:600px;
	height:80%;
	display:flex;
	justify-content: center;
	/* align-items: center; */
	padding:50px 0px;
	margin:0px;
	overflow:scroll;
	top: 100px;
}


.form_wrap{
	justify-content: center;
	align-items: center;
	
	
}

.form_wrap > div {
	border:0px solid red;
}


.form_wrap > form > div > label {
	font-size:0.8rem;
	font-weight:600;
}

.form_wrap > form > div > div {
	margin-top:5px;
}

.form_wrap > form > div > div > select {
	border:1px solid #e7e7e7;
}

.form_wrap > form > div > div > input[type="text"] {
	box-shadow:0px 0px 0px 1px #e7e7e7 inset; 
}

#search_key_prd div select {
	width:80px;
	height:30px;
}
#search_key_prd div input[type="text"] {
	width:68%;
	height:30px;
	padding:0 5px;
}
/* #search_key_prd div input[type="button"] {
	width:48px;
	padding:4px 4px 6px 5px;
	margin-left:-52px;
	
} */

.search_key_prd_div_input {
	width:48px;
	height:29px;
	padding:4px 4px 6px 5px;
	margin-left:-50px;
}

.search_btn {
	width:48px;
	height:29px;
	background-color:#ececec;
	color:#111;
	font-size:0.8rem;
	border-radius: 0px;
	overflow: visible;
	margin-top:2px;
}

#code_register > div > div > input[type="text"] {
	width:100%;
	padding:0px;
	border-width:0px;
	height:29px;
	margin-bottom:5px;
	
} 

#code_register > div > div > input[type="button"] {
	width:48px;
	height:28px;
	font-size:0.7rem;
}

#code_register > div > div > select {
	padding:0px;
	border-width:0px;
	height:29px;
	margin-bottom:5px;
	font-size:0.8rem;
	
} 


/* 신규주문 > 상품검색팝업 240205 */

.prt_selection {
	display: flex;
	justify-content: center;
	background-color:#f4f4f4;
	width:100%;
}

.prt_search_selection {
	display:flex;
	
}
.prt_selection_wrap{
	display:block;
	margin-top:20px;
	width:90%;
}

.prt_search_add_div {
}

.prt_search_option_div{
	display:block;
}

.prt_add_table {
	width:100%;
	border:1px solid #e1e1e1;
}

.prt_add_table th {
	align:center;
	font-size:0.7rem;
	padding:5px;
}
.prt_add_table td {
	text-align:center;
	background-color: #FFF;
	padding:5px;
	font-size:0.8rem;
}

.al-right {
	text-align:right;
}

#pwConfirmDiv {
	font-size : 0.8rem;
	font-weight:500;
	width:100%;
}

.id_confirm {
	width:62px;
	height:50px;
	background-color:#ececec;
	color:#111;
	font-size:0.8rem;
	border-radius: 10px;
	overflow: visible;
	margin:0 0 2px -62px;
}

.search_btn_inbox {
	width:100%;
	display:flex;
}

.height50 {
	height:50px;
	width:100%;
}


.newclient_wrap {
	display:flex;
	justify-content: center;
	align-items: center;
}

.register_form_newclient {
	width:100%;
}


.register_form_newclient > div > div > label {
	font-size:0.8rem;
	font-weight:700;
}

.register_form_newclient > div > div > input[type="text"],
.register_form_newclient > div > div > input[type="password"] {
	width:95%;
	height:40px;
	font-size:1.0rem;
	border-bottom: 1px solid #e1e1e1;
	/* margin-bottom:5px; */
}


.register_form_newclient > div > div > select {
	width:30%;
	height:35px;
	border:1px solid #e1e1e1;
} 
.register_form_newclient_btn {
	width:50px;
	height:30px;
	margin-right:100px;
}

.left_btn_area {
	width:100%;
	display : flex;
	justify-content:center;
	border:0px solid #111;
	margin:50px 0px 50px 0px;
}


.on_inputbox_btn {
	background-color:#fff;
	border:2px solid #d8d8d8;
	width:55px;
	height:30px;
	color:#bdbdbd;
	font-size:0.8rem;
	font-weight:700;
	margin-left:-47px;
	margin:5px 0px 0px -55px;
}

.btn_on_inputbox {
	display:flex;
	margin:10px 0px;
}

.btn_on_inputbox > select {
	width: auto;
    height: 40px;
    margin-bottom: 1px;
    border-radius: 10px;
    font-size: 0.8rem;
    margin-right:5px;
}

.register_auto_complete {
	display: none;
	border : 1px solid #111;
	width:auto; 
	height:auto;
	margin-top:-10px; 
}


.client_history {
	width:100%;
	height:100%;
	border:0px solid red;
	border-collapse: collapse;
	display: flex;
}

.common_table {
	font-size: 0.8rem;
	border-spacing: 0;
}

.common_table > tbody > tr > th  {
	background-color: #D9D9D9;
	border:1px solid #EAEAEA;
	
}

.common_table > tbody > tr > td  {
	border:1px solid #EAEAEA;
	text-align: center;
	padding: 8px;
	
}

.history_input {
	width:300px;
	height:120px;
	border:1px solid #EAEAEA !important;
    box-sizing: border-box; 
	
}

.btn_history_register {
	width:155px;
	height:120px;
	background-color: #D9D9D9;
    border-radius: 0px;
    vertical-align: middle;
	
}


    
@media print {
	@page { 
	size: A4 portrait;
	}
	body {
			margin: 0;
			padding: 0;
			height: auto;
		} 
    
	.preview_wrapper {
        display:flex;
		justify-content: center; 
		align-items: center;
		font-family: 'Prompt', 'Noto Sans KR', AppleGothic, Sans-serif;
	    font-weight: 400;
	    break-after: auto;
        padding: 60px 60px;
	}
	.preview_header {
	    width:auto;
	    text-align: center;
	    break-after: auto;
	}
	.preview_header > h1 {
	    break-after: auto;
	    margin:10px 0px;
	}
	.preview_container {
		line-height: 20px;
		break-after: auto;
	}
	
	.preview_content_header {
	   padding:20px;
	   line-height: 30px;
	   break-after: auto;
	}
	
	.preview_tbl {
	    width: 100%;
	    line-height: 50px;
	    text-align: center;
	    break-after: auto;
	    border-top: 1px solid #111;
	    border-left: 1px solid #111;
	    border-bottom: 1px solid #111;
        border-spacing: 0px;
	}
	
	.preview_tbl > tbody > tr > th {
		background-color: darkgrey;
		break-after: auto;
        border-right: 1px solid #111;
        border-bottom: 1px solid #111;
		
		
	}
	
	.preview_tbl > tbody > tr > td {
		break-after: auto;
		border-right: 1px solid #111;
	}
	
	.preview_content {
	    line-height: 30px;
	    padding: 50px 30px;
	    break-after: auto;
	}
	
	.preview_content > h2 {
		text-align: center;
		letter-spacing :50px;
		break-after: auto;
		margin: 60px 0px;
	}
	
	.preview_content > ol  {
		padding-left: 0px;
	}
	
	.preview_content > ol > li {
		line-height: 60px;
		break-after: auto;
	}
	
	.preview_footer {
	    text-align:right;
	    break-after: auto;
	}
	
	.common_textarea {
	    border:none;
	    font-family: 'Prompt', 'Noto Sans KR', AppleGothic, Sans-serif;
        font-weight: 400;
        line-height: 30px;
        font-size: 1.0rem;
	}
	
	
	
}

@media screen {
	.preview_wrapper {
	display:flex;
	justify-content: center; 
	align-items: center;
	padding:100px 100px;
	font-family: 'Prompt', 'Noto Sans KR', AppleGothic, Sans-serif;
    font-weight: 400;
	
	}
	
	.preview_header {
		text-align: center;
		line-height: 20px;
	}
	
	.preview_container {
		min-width: 850px;
	}
	
	
	.preview_content_header {
		padding:20px;
		line-height: 30px;
		
	}
	
	.preview_tbl {
		border: 1px solid #e1e1e1;
	    width: 100%;
	    line-height: 50px;
	    text-align: center;
	}
	
	.preview_tbl > tbody > tr > th {
		background-color: darkgrey;
	}
	
	.preview_tbl > tbody > tr > td {
		border: 1px solid #e1e1e1;
	}
	
	.preview_content {
	    line-height: 30px;
	    padding: 50px 30px;
	}
	
	.preview_content > h2 {
		text-align: center;
		letter-spacing :50px;
	}
	
	.preview_content > ol > li {
		line-height: 60px;
	}
	
	.preview_footer {
		margin-left: 70%;
	    line-height: 30px;
	}
	
	.preview_footer > ul > li {
		text-align: right;
	}
	
	.common_textarea {
	    border:none;
	    font-family: 'Prompt', 'Noto Sans KR', AppleGothic, Sans-serif;
        font-weight: 400;
        line-height: 60px;
        font-size: 1.0rem;
	}
	
	#select_width_80 {
	    width: 20%;
        margin: 5px 0px 0px 0px;
        height: 30px;
	}
	
	
	.btn_grid {
		width: auto;
		height: 30px;
		font-size: 0.8rem;
		border-radius: 0;
		margin-right: 1px;
		background-color: #9d9d9d;
		color: 111;
	}
	
	.grant_access_table {
	    border:1px solid #e1e1e1;
	    border-collapse:collapse;
	    width:100%;
	    text-align: center;
	    font-size:0.7rem;
	    padding:3px;
	}
	
	.grant_access_table_head {
	    font-weight:700;
	}
	.grant_access_table_head > tr > th {
	    border:1px solid #e1e1e1;
	    padding: 10px;
	}
	
	.grant_access_table_body > tr > td {
	    border:1px solid #e1e1e1;
	    padding: 3px;
	    font-weight:400;
	}
	
	.file_drag_area {
	    width:322px;
	    height:120px;
	    border: 1px solid #e1e1e1;
	    display:flex;
		justify-content: center; 
		align-items: center;
	}
	
	.file_btn_area {
	   display:flex;
	   justify-content: right;
	}
	/* .grant_access_table > th ,td {
	    border:1px solid grey;
	    padding: 10px;
	} */






/* .form_wrap > div > button {
	width:60px;
	height:20px;
	background-color:#fff;
	color:#111;
	font-size:0.8rem;
	padding:0px;
	border-radius: 0px;
} 

.form_wrap > div > label {
	font-size:0.3rem;
}


.search_btn {
	width:48px;
	height:30px;
	background-color:#ececec;
	color:#111;
	font-size:0.8rem;
	border-radius: 0px;
	border: 0px;
	margin:3px 0px 0px -50px;
}

.resize_postcode_input {
	padding:0px;
	border-width:0px;
	height:31px;
	margin:3px 0px;
}

 #search_key_prd > select {
	width: 60px;
	font-size: 0.5rem;
	margin: 3px 0px;
}
#search_key_prd > input[type="text"] {
	width:100%;
	padding:0px;
	border-width:0px;
	height:30px;
	margin:3px 0px;
} */






