@charset "utf-8";

/*
	copyright(c) 2020 HAZON
	http://www.hazon.co.kr
*/

/* All & Mobile Device */
.tooltip-icon.btn,
.popup_wrap .tooltip-icon.btn { font-size: 14px; font-weight:normal; color: #a2cf60; padding: 0; border: 0; margin: 0; }
.tooltip-icon .ic_question { display: inline-block; width: 14px; height: 14px; line-height: 14px; padding: 0; background-color: #A2CF60; border-radius: 50%; margin-left: 5px; position: relative; cursor: pointer; }
.ic_question .svg-icon{ padding:2px; }
.tooltip-icon .ic_question:after { content: ""; border-top: 3px solid transparent; border-right: 5px solid #A2CF60; border-bottom: 3px solid transparent; position: absolute; left: -3px; top: 4px; }
.tooltip-icon.btn.tooltip-on .svg-icon { fill:none; }
.tooltip-on.btn.tooltip-icon .ic_question:before { content:"!"; position: absolute; color:#fff; left: 5px; font-size:13px; }
.tooltip-text { display:none; font-size: 14px; font-weight:normal; word-break: break-all; white-space: pre-wrap; color: #a2cf60; }
.tooltip-text.box-gray{ border: 1px solid #ddd; padding: .2rem; color: #666; background: #fafafa; font-size: 12px; }
.tooltip-on .tooltip-text { display:inline-block; }

.tooltip-icon.color_blue .ic_question{ background-color:#5275c6; }
.tooltip-icon.color_blue .ic_question:after{ border-right-color: #5275c6; }
.tooltip-icon.btn.tooltip-on.color_blue path { fill:#5275c6; }

.tooltip-cmt { font-size: 14px; font-weight:normal; word-break: break-all; white-space: pre-wrap; color: #a2cf60; }
.tooltip-cmt.red { color:#f05e5d; }
.tooltip-cmt.white { color:#fff; }
.warning-cmt { font-size:14px; color:#f05e5d; }
.warning-icon { vertical-align: middle; display: inline-block; width: 26px; height: 26px; padding: 0 ! important; }
.warning-icon .svg-icon{ padding:5px 5px 0px 0; }
.warning-icon { color:#f05e5d; }

.note-box,
.picture-box{ padding:.6rem; }
.note-box{ font-size:1rem; line-height:1.5; border: 1px solid #ddd; background: #fafafa; padding: .4rem; }
.note-box span{ display:inline-block; }
.note-box li{ padding:.1rem; }

.picture-box img{ width:100%; }

.svg-icon_box { width: 100%; height: 100%; }
.svg-icon_box path,
.svg-icon_box polygon {
    transform: matrix(1, 0, 0, -1, 20, 20);
}


/*======== common ========*/
html {
	font-size: 12px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

body {
	width: 100%;
	height: 100%;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "NotoSansKR",
    			 "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 1em;
	line-height: 1.2;
	color: #555;
	overflow: hidden;
    letter-spacing: -0.2px;
}

#wrap {
	position: fixed;
	z-index: 1;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#wrap.on {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	z-index: 999;
}

#wrap_inner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow-y: auto;
}

#container {
	width: 100%;
	height: 100%;
}

.tab_conts {
	display: none;
}

.mo_hidden, 
.tab_menu li.mo_hidden, 
.popup_wrap .pop_hidden,
a.btn.pc_only, 
.pc_only {
	display: none;
}

.mo_only, .pc_hidden {
	display: block;
}

.f_right { float: right; }
.f_left { float: left; }

.flex { display: flex; }
.flex_center { display: flex; -webkit-align-items: center; align-items: center; }
.flex_between { display: flex; flex-direction: row; flex-wrap: wrap; align-content: center; justify-content: space-between; align-items: center; }

.flex_right, .btn.flex_right { margin-left: auto; }
.flex_left { margin-right: auto; }

.iframe {
	width: 100%;
	padding: 5px;
}

.inlineblock {
	display: inline-block;
}

/* max-width */
.max_w40 {
	max-width: 40px;
}

.max_w50 {
	max-width: 50px;
}

.max_w70 {
	max-width: 70px;
}

.max_w90 {
	max-width: 90px;
}

.max_w100 {
	max-width: 100px;
}

.max_w120 {
	max-width: 120px;
}

.max_w130 {
	max-width: 130px;
}

.max_w150 {
	max-width: 150px;
}

.max_w170 {
	max-width: 170px;
}

.max_w210 {
	max-width: 210px;
}


input, textarea, select, .check_box label, .radio_box label, .popup_wrap input,
 .popup_wrap select, .popup_wrap textarea,
 .popup_wrap button, .font_table, .ui-jqgrid .ui-jqgrid-view,
.grid_area .ui-widget .tab_menu, .msgtran_preview, .receipt {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, 'NotoSansKR', 
		Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
		"Segoe UI Symbol", "gulim", malgun gothic, sans-serif;
	font-size: 1rem;
}
/* font
.noto, .header, .main_wrap, .title, .ui-dialog .ui-dialog-title,
.ie_main, .shoplist-frame, .btn_move, .tab_btn_area a, .note_area {
	font-family: 'Noto Sans KR', "gulim", malgun gothic, sans-serif;
}
 */
 
 .ui-jqgrid .ui-jqgrid-view {
	font-size:12px;
}
 
/* title style */
.tit-long_line {
	font-size: 1.2rem;
	color: #383943;
	line-height: 1.6rem;
	padding: 10px 5px 0 10px;
	border-left: 4px solid #383943;
	margin-bottom: 10px;
}

.tit-short_line {
	font-size: 1rem;
	color: #383943;
}

.tit-short_line .tit_txt {
	line-height: 28px;
	padding-left: 7px;
	position: relative;
}

.tit-short_line .tit_txt:before {
	display: inline-block;
	content: "";
	width: 5px;
	height: 2px;
	background: #383943;
	margin-right: 5px;
	position: absolute;
	top: 8px;
	left: 0;
}

.tit-bot_line {
	font-size: 1.1rem;
	line-height: 1.9;
	color: #555;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #ddd;
}
.pc_hidden.title {
	position: fixed;
	position: fixed;
	left: 0;
	top: 0px;
	color: #5275c5;
	width: 100%;
	height: 40px;
	line-height: 30px;
	font-size: 18px;
	padding: 7px 0 0 50px;
	text-align: left;
	/* box-shadow: inset 4px 2px 3px #ddd; */
}

/*======== common E ========*/

/*======== login ========*/
/* input_table-a-type */
.input_table-a-type >li {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 0 0 20px;
	margin: 10px 0;
	background-color: #f1f7ff;
}

.input_table-a-type .input_tit {
	-webkit-flex: 0 0 80px;
	flex: 0 0 80px;
	font-size: 12px;
	color: #7792b5;
	padding: 2px;
	border-right: 1px solid #ddd;
}

.input_table-a-type input {
	height: 44px;
	background-color: #f1f7ff;
	border: 0;
	margin-left: 10px;
}
/*======== login E ========*/

/*======== header ========*/
.header {
	width: 180px;
	height: 100%;
	text-align: center;
	background: #383943;
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transform: translateX(-180px);
	-ms-transform: translateX(-180px);
	-o-transform: translateX(-180px);
	transform: translateX(-180px);
	-webkit-transition: transform 0.5s ease;
	-moz-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

.on .header {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.header-inner {
	width: 100%;
	height: 100%;
	position: relative;
}

.menu {
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.logo {
	width: 100%;
	min-height: 70px;
	text-align: center;
}

.logo .logo__a {
	display: inline-block;
	width: 100px;
	height: 30px;
	background: url(/resources/content/images/common/header_logo.png)
		no-repeat 50% 50%;
	margin: 20px 0 0 0;
}

.logo a.btn--small{
    display: flex;
    color: #aaa;
    fill: #aaa;
    border: 0;
    font-size: 12px;
    padding: 0.4em 0;
    margin: 0 auto 20px auto;
    width: 100px;
    text-align: center;
    align-content: center;
    justify-content: center;
}
.logo a.btn--small .svg-img{
    transform: matrix(0, -1, -1, 0, 0, 0);
    padding: 0.1em;
    width:1em;
}

#gnb {
	padding: 0 5px;
}

#gnb li {
	padding: 5px;
	border-bottom: 1px solid #555;
}

#gnb li:first-child {
	border-top: 1px solid #555;
}

#gnb li a {
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	text-align: left;
	padding: 12px 0 13px 30px;
	background-repeat: no-repeat;
	background-position: 5px 50%;
}

#gnb li a:hover, 
#gnb li a:focus {
	color: #9fbcfe;
}

#gnb .menu_01 a {
	background-image: url(/resources/content/images/icon/nav_ic_01_off.png);
}

#gnb .menu_01 a:hover, 
#gnb .menu_01 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_01_on.png);
}

#gnb .menu_02 a {
	background-image: url(/resources/content/images/icon/nav_ic_02_off.png);
}

#gnb .menu_02 a:hover, 
#gnb .menu_02 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_02_on.png);
}

#gnb .menu_03 a {
	background-image: url(/resources/content/images/icon/nav_ic_03_off.png);
}

#gnb .menu_03 a:hover, 
#gnb .menu_03 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_03_on.png);
}

#gnb .menu_04 a {
	background-image: url(/resources/content/images/icon/nav_ic_04_off.png);
}

#gnb .menu_04 a:hover, 
#gnb .menu_04 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_04_on.png);
}

#gnb .menu_05 a {
	background-image: url(/resources/content/images/icon/nav_ic_05_off.png);
}

#gnb .menu_05 a:hover, 
#gnb .menu_05 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_05_on.png);
}

#gnb .menu_06 a {
	background-image: url(/resources/content/images/icon/nav_ic_06_off.png);
}

#gnb .menu_06 a:hover, 
#gnb .menu_06 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_06_on.png);
}

#gnb .menu_07 a {
	background-image: url(/resources/content/images/icon/nav_ic_07_off.png);
}

#gnb .menu_07 a:hover, 
#gnb .menu_07 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_07_on.png);
}

#gnb .menu_08 a {
	background-image: url(/resources/content/images/icon/nav_ic_08_off.png);
}

#gnb .menu_08 a:hover, 
#gnb .menu_08 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_08_on.png);
}

#gnb .menu_09 a {
	background-image: url(/resources/content/images/icon/nav_ic_09_off.png);
}

#gnb .menu_09 a:hover, 
#gnb .menu_09 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_09_on.png);
}

#gnb .menu_10 a {
	background-image: url(/resources/content/images/icon/nav_ic_10_off.png);
}

#gnb .menu_10 a:hover, 
#gnb .menu_10 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_10_on.png);
}

#gnb .menu_11 a {
	background-image: url(/resources/content/images/icon/nav_ic_11_off.png);
}

#gnb .menu_11 a:hover, 
#gnb .menu_11 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_11_on.png);
}

#gnb .menu_12 a {
	background-image: url(/resources/content/images/icon/nav_ic_12_off.png);
}

#gnb .menu_12 a:hover, 
#gnb .menu_12 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_12_on.png);
}

#gnb .menu_13 a {
	background-image: url(/resources/content/images/icon/nav_ic_13_off.png);
}

#gnb .menu_13 a:hover, 
#gnb .menu_13 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_13_on.png);
}

#gnb .menu_14 a {
	background-image: url(/resources/content/images/icon/nav_ic_14_off.png);
}

#gnb .menu_14 a:hover, 
#gnb .menu_14 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_14_on.png);
}

#gnb .menu_15 a {
	background-image: url(/resources/content/images/icon/nav_ic_15_off.png);
}

#gnb .menu_15 a:hover, 
#gnb .menu_15 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_15_on.png);
}

#gnb .menu_16 a {
	background-image: url(/resources/content/images/icon/nav_ic_16_off.png);
}

#gnb .menu_16 a:hover, 
#gnb .menu_16 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_16_on.png);
}

#gnb .menu_17 a {
	background-image: url(/resources/content/images/icon/nav_ic_17_off.png);
}

#gnb .menu_17 a:hover, 
#gnb .menu_17 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_17_on.png);
}

#gnb .menu_18 a {
	background-image: url(/resources/content/images/icon/nav_ic_18_off.png);
}

#gnb .menu_18 a:hover, 
#gnb .menu_18 a:focus {
	background-image: url(/resources/content/images/icon/nav_ic_18_on.png);
}

/*======== header E ========*/

/*======== form_type_table ========*/
.form_type_table .title select { margin-bottom: 3px; }
.form_type_table .title .input_but_line { width: 80px; color: #888; padding: 5px; text-align: center; }
.form_type_table .table_form_label { line-height: 15px; padding: 10px 5px 8px 10px; background: #fafcff; }
.form_type_table .check_box label, 
.form_type_table .radio_box label { margin: 0 15px 5px 0; }
.form_type_table table th, 
.form_type_table table td { border: 1px solid #ddd; padding: 5px; }
.form_type_table table td.table_num { padding: 2px; text-align: center; }
.form_type_table table input { height: 30px; border-width: 0; }
.form_type_table table input[type=button] { border-width: 1px; }
.form_type_table table input.linebox { border: 1px solid #ddd; margin: 2px 0; }
.form_type_table table .password { padding: 5px; }
.form_type_table table .addr .btn, 
.form_type_table table .password .btn{ height: 30px; vertical-align: middle; }
.form_type_table table .addr input[name="zipCode"] { width: 80px; }
.form_type_table input, 
.form_type_table textarea { padding: 5px; }
.form_type_table textarea { resize: vertical; }
.form_type_table input.disabled { border: 0; background: none; }
.form_type_table input.linebox.disabled { background: #e9edf1; border: 1px solid #dfe3e9; color: #888; }
.form_type_table input[name="selStoCd"] { max-width: 80px; text-align: center; }
.form_type_table .etc span { margin-right: 10px; }
.form_type_table .bigo { height: 70px; }
/*======== form_type_table E ========*/

/*======== sub_table ========*/
.sub_table {
	padding: 10px;
	background: #fafafa;
	border: 1px solid #dfe3e9;
	border-radius: 3px;
	margin: 10px 0 0;
}

.sub_table .table_frame {
	background: #fff;
}

.sub_table table td {
	padding: 3px;
}

.sub_table table input[type="text"] {
	height: auto;
}

.sub_table table .table_form_label {
	padding: 8px 10px;
}
/*======== sub_table E ========*/

/*======== table-type-blue ========*/
.table-type-blue table {
	text-align: center;
}

.table-type-blue thead th {
	color: #445a7e;
	padding: 10px;
	background-color: #ebf7fc;
	border-top: 1px solid #c0ccdc;
	border-bottom: 1px solid #c0ccdc;
}

.table-type-blue tbody td {
	padding: 5px 0;
}

.table-type-blue tbody tr:first-child td {
	padding-top: 10px;
}

.table-type-blue tbody tr:last-child td {
	padding-bottom: 10px;
	border-bottom: 1px solid #c0ccdc;
}
/*======== table-type-blue E ========*/

/*=========== box ==============*/
.type_box_cover{
	padding:10px 0;
}
.type_box_tit{
    padding: 10px;
    border: 1px solid #c0ccdc;
    border-bottom-style: dashed;
    font-size: 1.15rem;
    color: #383943;
    overflow: hidden;
    background: #fafafa;
    border-radius: 5px 5px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.type_box_tit .tit_txt{
    display: inline-block;
    vertical-align: middle;
}
.type_box_tit .cmt{
	margin:5px;
	vertical-align: middle;
}
.type_box_conts{
    background: #fff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #ccc;
    border-top: 0;
    padding: 10px;
}
.type_box_conts .msg_conts>ul {
    background: #fff;
    box-shadow: inset 1px 1px 3px 1px #ddd;
}
.type_box_subtit{
	padding:10px 0 2px 0;
}
.type_box input[type="text"]{
	background: #fff;
    box-shadow: inset 1px 1px 3px 1px #ddd;
    border-radius: 5px;
    border: 0;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
}

.type_box input[type="text"].readonly,
.type_box input[type="text"].disabled{
    box-shadow: none;
    padding: 0px 5px;
    height: 22px;
    line-height: 22px;
}
.type_box select {
	padding: 4px 25px 3px 5px;
	background: #fff url('/resources/content/images/icon/ic_select_arrow.png') no-repeat right 5px center;
	border-radius: 5px;
	font-size: 1rem;
    border: 0;
    box-shadow: inset 1px 1px 2px 1px #ccc;
}
/*========== box E =============*/

/*======== popup_wrap ========*/
.popup_wrap {
	display: none;
}

.popup_wrap fieldset {
	position: relative;
}

.popup_wrap .pop_conts_wrap, 
#smsTranTest.popup_wrap .smstran_wrap {
	/*width: -webkit-calc(100vw - 12px);*/
	width: 90vw;
	max-width: 760px;
	/*height: -webkit-calc(100vh - 52px);*/
	height: 80vh;
	overflow-x: hidden;
	overflow-y: auto;
}

.popup_wrap .pop_conts_wrap.w760 {
	max-width: 760px;
}

.popup_wrap .pop_conts {
	width:100%;
	padding: 10px;
}

.popup_wrap .pop_btn_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	width: 100%;
	height: 50px;
	text-align: center;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 60px;
}

.popup_wrap .pop_btn_wrap .btn {
	padding: 10px 20px;
}

/* 검색영역 */
.popup_wrap .search_wrap {
	padding: 0;
	box-shadow: none;
}

.popup_wrap .search_form_inner {
	min-height: auto;
	padding-bottom:10px;
}

.popup_wrap .search_input_box dt {
	display: inline-block;
	vertical-align: middle;
}

.popup_wrap .search_input_box dd {
	display: inline-block;
}

.popup_wrap .search_form_keyword .conts {
	overflow: hidden;
}

.popup_wrap .search_form_keyword .btn_area {
	padding: 10px;
	text-align: center;
	clear: both;
}

.popup_wrap .search_form_result .conts {
	padding-bottom: 60px;
}

.popup_wrap .sub_table {
	background: none;
	border: 0;
}

.popup_note_cover{	
	padding:10px;
}
.popup_note_cover ul{
	padding:20px;
	border-top: 1px dashed #888;
    border-bottom: 1px dashed #888;
}
.popup_note_cover li{
    padding: 5px 0 5px 15px;
    position: relative;
}

.popup_note_cover li:before{
    content: "";
    width: 6px;
    height: 1px;
    display: inline-block;
    background: #354052;
    margin-right: 8px;
    position: absolute;
    left: 5px;
    top: 49%;
}
.popup_note_cover p{
	font-size:1.2rem;
	line-height:1.4;
    text-align: center;
    padding: 20px 5px;
}
.popup_note_cover li strong{
	font-size:1.2rem;	
}



.admin-modal.ui-widget { font-family: inherit; }
.admin-modal.ui-widget.ui-widget-content { border:0; padding:0; }
.ui-widget-overlay { background: #000; opacity: .6; filter: Alpha(Opacity=60); }
.admin-modal .ui-widget-header{ background: #383943; color: #fff; }
.admin-modal .ui-dialog-titlebar { border: 0; border-radius: 0; height: 3rem; display: flex; justify-content: space-between; padding: 0; }
.admin-modal .ui-dialog-title { float: initial; margin: 0 5px; width: auto; flex: 1 1 auto; padding: 0 10px; font-weight: normal; font-size: 1.2rem; display: flex; align-items: center; }
.admin-modal .ui-dialog-titlebar-close { position: relative; flex: 0 0 3rem; width: auto; right: auto; top: auto; margin: 0; height: auto; border: 0; padding: 0; background: #4b4c55; border-radius: 0; }
.admin-modal .ui-dialog-titlebar-close:before,
.admin-modal .ui-dialog-titlebar-close:after {
    content: ""; display: block; width: 24px; height: 2px; border-radius: 1px; background: #eee; position: absolute; top: 50%; left: 50%; margin-top: -1px; margin-left: -12px; transform: rotate(45deg);
}
.admin-modal .ui-dialog-titlebar-close:after { transform: rotate(-45deg); }
.admin-modal .ui-dialog-titlebar-close .ui-icon-closethick { display: none; }
.admin-modal .ui-dialog-buttonpane { margin: 0; padding: .4rem; height: 4rem; border-color: #383943; }
.admin-modal .ui-dialog-buttonpane .ui-dialog-buttonset { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; }
.admin-modal .ui-dialog-buttonpane button{ margin:.2rem; padding:.5rem 2rem; }
.admin-modal .ui-dialog-buttonpane button.text { border: 1px solid #000; background: #383943; color: #fff; }
.admin-modal .ui-dialog-buttonpane button:hover{
	filter: brightness(1.75);
}
.admin-modal .ui-dialog-content{ overflow:auto; }

.admin-modal .page { padding:0; }
.admin-modal .page .title{ display:none; }
.admin-modal .pop_conts { width:90vw; padding: .4rem; }
.admin-modal .wh_auto .pop_conts {  width:auto; min-width:280px; max-width:90vw; max-height:70vh; }
.admin-modal .popup_wrap form,
.admin-modal .popup_wrap fieldset{ display:block; width:100%; height:100%; }
/*======== popup_wrap E ========*/

/*======== main ========*/
.white_box { width: 100%; padding: .4rem; background: #fff; background: rgba(255, 255, 255, 0.9); border-radius: 10px; border: 1px solid #ddd; overflow: hidden; }
/*======== main E ========*/

/*======== container contents ========*/
.contents {
	width: 100%;
	height: 100%;
	padding: 40px 0 0 0;
	overflow: hidden;
}

.search_wrap {
	width: 100%;
	height: 100%;
	padding: 10px;
	box-shadow: 2px 0px 2px #ddd;
	overflow-y: auto;
}

.search_wrap .btn_toggle.row {
	position: absolute;
	top: 3px;
	left: -3px;
}

.search_wrap fieldset, 
.search_wrap form {
	width: 100%;
	height: 100%;
}

.search_form_inner {
	height: 99%;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.tit_box {
	font-size: 14px;
	line-height: 28px;
	color: #383943;
	padding: 0 0 0 5px;
	background-color: #fceae0;
}

.search_form_inner .conts {
	padding: 5px;
}

.search_form_keyword .conts {
	padding: 0 0 5px 0;
}

.search_form_keyword .conts_inner {
	font-size: 0;
	background-color: #fff;
}

.search_input_box {
	display: inline-block;
	padding: 5px 10px;
}

.search_wrap .search_input_box {
	max-width: 50%;
}

.search_wrap .search_input_box.search_text {
	max-width: none;
}

.search_wrap .search_input_box.max_w100 {
	max-width: 100%;
}

.search_input_box dl {
	width: 100%;
}

.search_input_box dt {
	display: block;
	font-size: 1rem;
	padding: 0 3px 0 8px;
	position: relative;
}

.search_input_box dt:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #c0ccdc;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
}

.search_input_box dd {
	padding: 5px 0;
}

.search_sotre_type dd {
	overflow: hidden;
}

.search_form_keyword .btn_area {
	width: 100%;
	padding: 5px 10px;
	text-align: center;
}

.search_form_keyword .btn_area .btn {
	padding: 7px 20px 7px 30px;
}

.search_form_keyword {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

.search_form_result {
	-webkit-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.move_area_left .search_form_result {
	padding-top: 10px;
}

.search_form_result .conts {
	-webkit-flex: 1;
	flex: 1;
	padding: 5px 0;
}

.info_wrap {
	width: 100%;
	height: 100%;
	padding: 5px 0 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
}

/* tab style */
.tab_menu {
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
}

.tab_menu>ul {
	font-size: 0;
	text-align: right;
	padding: 0 20px 0 5px;
	box-shadow: inset -1px -2px 1px #dfe3e9;
}

.tab_menu>ul li {
	display: inline-block;
	text-align: center;
}

.tab_menu>ul li#current {
	background: #fff;
	box-shadow: 0px -2px 2px #dfe3e9;
}

.tab_menu>ul li a {
	display: block;
	font-size: 12px;
	color: #888;
	padding: 10px 2px;
}

.tab_menu>ul li#current a, 
.tab_menu>ul li:focus a, 
.tab_menu>ul li:hover a {
	color: #5275c6;
	font-weight: 700;
}

.tab_conts_wrap, 
.tab_btn_conts {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	overflow-x: hidden;
	overflow-y: auto;
}

.tab_conts {
	width: 100%;
	height: 100%;
}

.tab_conts_inner {
	width: 100%;
	height: 100%;
	padding: 5px;
}

.tab_conts .tit-bot_line {
	padding: 10px 0 0 0;
}

.tab_conts .tit-bot_line .tit_txt {
	vertical-align: middle;
}

.tab_btn_area>ul {
	text-align: center;
	font-size: 0;
}

.tab_btn_area>ul li {
	display: inline-block;
	padding: 5px;
}

.tab_btn_area>ul li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #fa8176;
	padding: 8px 5px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #fa8176;
	box-shadow: 1px 1px #e1746a;
}

.tab_btn_area>ul li:focus a, 
.tab_btn_area>ul li:hover a, 
.tab_btn_area>ul li#current2 a {
	color: #fff;
	background: #fa8176;
	box-shadow: none;
	border-color: #c8675e;
}

.tab_btn_conts {
	width: 100%;
	height: 100%;
}

.tab_btn_conts .pc_w_half.active {
	padding: 10px;
}

.fixed_warp {
	position: relative;
	padding: 5px 5px 0 5px;
}

.btn_area_fixed {
	width: 100%;
	height: 60px;
	text-align: center;
	padding: 10px;
	border-top: 1px solid #ddd;
}

.btn_area_fixed .btn {
	height: 40px;
	padding: 5px 30px;
	margin: 0;
}

.btn_area_fixed .btn_refresh {
	height: 40px;
	padding-right: 20px;
	margin: 0;
	background-position: 15px 48%;
}

.sub_search_wrap, 
.sub_info_wrap {
	padding: 10px;
}

.search_form_keyword.row .btn {
	font-size:1rem;
	margin: 0 1px;
	vertical-align: middle;
}

.search_form_keyword.row .search_input_box {
	padding: 2px 5px;
}

.search_form_keyword.row .search_input_box dt {
	display: inline-block;
	vertical-align: middle;
}

.search_form_keyword.row .search_input_box dd {
	display: inline-block;
}

.pc_w_half.active {
	width: 50%;
	height: 100%;
	padding: 0 15px 15px 15px;
	float: left;
}

.sendmsg_wrap .pc_w_half.active fieldset, 
.sendmsg_wrap .pc_w_half.active form,
.store_mgmt_wrap .pc_w_half.active fieldset, 
.store_mgmt_wrap .pc_w_half.active form,
.sub_search_wrap.row, .sub_search_wrap.row fieldset, 
.sub_search_wrap.row form {
	width: 100%;
	height: 100%;
}

/* 에디터 */
.editor_conts {
	clear: both;
}

/* 사진 목록 */
.img_list_wrap {
	
}

.img_list {
	font-size: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.img_list>li {
	display: inline-block;
	padding: 10px 5px;
	flex:1;
	text-align:center;
}

/* 영수증 */
.receipt {
	max-width: 370px;
	padding: 10px;
	margin: 0 auto;
}

.receipt_inner {
	padding: 15px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.receipt_inner li {
	padding: 2px 0;
	letter-spacing: 0px;
}

.receipt_inner span {
	padding: 0 5px;
	line-height: 14px;
}

.receipt_from, .receipt_conts {
	padding: 10px;
	border-bottom: 1px dashed #ddd;
}

.receipt_from {
	padding: 20px 10px;
	border-top: 1px solid #ddd;
}

.receipt_detail {
	margin: 15px 0;
}

.receipt_detail thead, 
.receipt_detail tbody {
	border-bottom: 1px dashed #444;
}

.receipt_detail tbody tr:first-child td {
	padding-top: 15px;
}

.receipt_detail tbody tr:last-child td {
	padding-bottom: 15px;
}

.receipt_detail tr.sum {
	line-height: 22px;
	border-top: 1px dashed #444;
}

.receipt_detail th, .receipt_detail td {
	padding: 5px 10px;
}

.receipt_detail th:last-child, 
.receipt_detail td:last-child {
	text-align: right;
}

.receipt_to {
	text-align: right;
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.receipt .btn_area {
	padding: 10px 0;
	text-align: right;
}

.receipt .btn_area .btn {
	padding: 5px 20px;
}
/*======== container contents E ========*/

.scroll-none {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}
.scroll-none::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

/* Tablet & Desktop Device 768 ~ */
@media all and (min-width:768px) {
	html {
		font-size: 14px;
	}
	.mo_hidden {
		display: block;
	}
	.tab_menu li.mo_hidden, 
	.cmt.mo_hidden {
		display: inline-block;
	}
	.popup_wrap .tab_menu li.popup_hidden {
		display: none;
	}
	.mo_only {
		display: none;
	}
	.search_form_keyword .conts {
		padding: 5px 0;
	}
	.search_form_keyword .conts_inner {
		background-color: #fafafa;
		padding: 5px;
	}
	.search_form_keyword .btn_area {
		padding: 5px 10px;
		text-align: right;
	}
	.search_form_keyword .btn_area .btn {
		padding: 10px 20px 10px 30px;
	}
	.search_wrap .search_input_box {
		max-width: none;
	}
	.search_wrap .search_input_box.max_w100 {
		max-width: none;
	}
	.popup_wrap .pop_conts_wrap, 
	#smsTranTest.popup_wrap .smstran_wrap {
		max-width: 540px;
		height: -webkit-calc(100vh - 280px);
		height: calc(100vh - 280px);
		padding-bottom: 55px;
		overflow: hidden;
		position: relative;
	}
	
	.popup_wrap .pop_conts {
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.popup_wrap .pop_btn_wrap {
		background: #e7ebec;
		margin-bottom: 0;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.popup_wrap .search_wrap {
		width: 100%;
	}
	.popup_wrap .search_form_result .conts {
		padding-bottom: 0;
	}
	.admin-modal .pop_conts { width:80vw; padding:.6rem; }
	.pc_hidden.title {
		position: relative;
		top: 0;
		bottom: auto;
		font-size: 1.4rem;
		border-top: 0;
		border-bottom: 1px solid #ddd;
	}
	#btn_mo-menu {
		top: 0;
		bottom: auto;
	}
	.contents {
		display: -webkit-flex;
		display: flex;
		padding: 0;
		height: -webkit-calc(100% - 40px);
		height: calc(100% - 40px);
	}
	.search_wrap {
		flex: 0 0 435px;
	}
	.info_wrap {
		position: relative;
		-webkit-flex: 1 1 auto;
		flex: 1 1 auto;
	}
	.fixed_warp {
		overflow: hidden;
		padding: 5px 5px 60px 5px;
	}
	.fixed_warp .fixed_inner {
		width: 100%;
		height: 100%;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.btn_area_fixed {
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 2;
	}
	.btn_toggle.row {
		position: absolute;
		top: 7px;
		left: -75px;
	}
	.btn_toggle.row.off {
		left: -3px;
	}
}

/* Desktop Device 1025~ */
@media all and (min-width:1025px) {
	#wrap.on {
		width: auto;
		height: auto;
		z-index: 0;
		background: none;
	}
	#wrap_inner {
		padding-left: 180px;
	}
	.pc_hidden {
		display: none;
	}
	.pc_only {
		display: block;
	}
	.btn.pc_only {
		display: inline-block;
	}
	.tab_menu li.pc_only {
		display: inline-block;
	}
	.header {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	.contents {
		height: 100%;
	}
	.tab_menu>ul li#current {
		border-top: 2px solid #5275c5;
	}
	.tab_menu>ul li a {
		font-size: 1rem;
		padding: 10px 5px;
	}
	.admin-modal .pop_conts { width:70vw; padding:1rem; } 
	.admin-modal .wh_auto .pop_conts {  width:auto; }
	.pop_conts { max-width:800px; }
}

/* Desktop Device 1600~ */
@media all and (min-width:1600px) {
	.search_wrap {
		flex: 0 0 38%;
	}
}