@charset "UTF-8";

/*공통*/
.cont_padding {
	padding: 15px 20px 0;
	background: #fff;
	margin-bottom: 15px;
}

.info_head .ttl_area h2 {
	padding: 0 !important;
}

.info_head .search_store {
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
}

.con_box {
	background:#fff;
	padding:10px 12px;
}

.store_info_box .con_box:not(:last-of-type),
.module_group .con_box:not(:last-of-type)
{
	margin-bottom:10px;
}

	
/*-------------   우수양호부진저조   ------------- */
.ttl_area {
	position: relative;
	margin-bottom: 15px;
}

/* Sample  */
/*
#header {
	position: relative;
	width: 100%;
	height: 70px;
	min-width: 980px;
	z-index: 9000;
}

#header .header_box {
	box-shadow: 0 1px 3px rgb(0 0 0/ 12%), 0 1px 2px rgb(0 0 0/ 24%);
}

#header .logo_wrap {
	display: inline-block;
	vertical-align: top;
	padding: 5px 20px 5px 20px;
}
*/
/*
#menu {
	display: inline-block;
	margin-top: 25px;
	margin-left: 25px;
	font-size: 16px;
	height: 100%;
	color: #7c878e;
	font-weight: 500;
}

#menu li {
	float: left;
	padding: 0 20px 0 20px;
}

#menu li.-active {
	font-weight: 500;
	color: #0f438e;
}

#menu li:hover {
	font-weight: 500;
	color: #0f438e;
}

#menu li .ic_ai {
	padding-right: 5px;
}
*/

/*
header .alarm {
	position: relative;
	margin-top: 20px;
	margin-right: 50px;
	float: right;
}
*/

header .alarm .count {
	position: absolute;
	right: -3px;
	top: 2px;
	display: inline-block;
	border-radius: 10px;
	width: 16px;
	height: 16px;
	text-align: center;
	background: #3386FF;
	color: #fff;
	line-height: 16px;
	font-size: 10px;
	font-weight: 400;
}

header .alarm i {
	font-size: 25px;
	color: #7c878e;
}

header h1 {
	width: 87px;
	/*
    height: 80px;
    */
	float: right;
	margin-right: 20px;
}
/*
header h1 figure {
	width: 100%;
	height: 18px;
	margin-top: 25px;
	background-size: contain;
	background: url('/images/spade/lobig_logo.png') 0 0 no-repeat;
}
*/
/*
.tab_inner {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #EDEFEF;
}
*/
/*
.tab_inner2 {
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    border-bottom: 1px solid #EDEFEF;
}
*/
.after_clear:after {
	display: block;
	content: "";
	clear: both;
}

.tab_wrap._normal {
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #EDEFEF;
	/*vertical-align: middle;*/
	text-align: center;
}

._normal ._tab_item {
	margin-top: 3px;
	float: left;
	/*
	padding: 10px 10px 10px 10px;
	*/
	line-height: 39px;
	width: 50%;
	color: #7c878e;
}

._normal ._tab_text {
	display: inline-block;
}

._normal ._tab_item._active ._tab_text {
	color: #3386ff;
	border-bottom: 2px solid #3386ff;
}

._list._normal {
	display: block;
}

._list._normal ._item {
	display: flex;
	align-items: center;
	padding: 0 20px 0 20px;
	height: 40px;
	color: #333f48;
	background: #ffffff;
	border-bottom: 1px solid #EDEFEF;
	cursor: pointer;
}

._list._normal ._item:hover {
	background: #eeeeee;
	/*
	color: #2196f3;
	*/
}

/*
#areaSearchSection {
	position: absolute;
	bottom: 0;
   	width: 372px;
   	height: calc(100% - 90px);
   	background: #fff;
   	border-right: 0 none;
   	z-index: 20;
}
*/
#saveSearchBox {
	height: 100%;
}

#saveSearchBox ._scroll_y {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	/*
    background: #F3F5F5;
	*/
}

#autoSearchBox ._scroll_y {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	/*background: #F3F5F5;*/
	background: #ffffff;
}

#autoSearchBox {
	display: none;
	height: 100%;
}

#savedStoreContentWrap {
	display: none;
}

body {
	color: var(- -gray-900);
	text-shadow: none !important;
	background: #fff;
	font-family: 'Noto Sans KR', '맑은고딕', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.4px;
	width: 100%;
	min-height: 100%;
	word-wrap: word-break;
	box-sizing: border-box;
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

.info_head {
	background: var(- -color-700) !important;
	width: 100%;
}

.white_btn_radius {
	min-width: 50px;
	padding: 4px 10px 4px 10px;
	border-radius: 35px;
	background: #fff;
	/* margin-top: 5px; */
	line-height: 29px;
	text-align: center;
	color: #0F438E;
	font-size: 14px;
	
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	/*
	box-shadow: 0 0 5px rgb(0 0 0/ 10%);
	*/
}

.search_item input {
	padding: 10px 10px !important;
	width: 100%;
	height: 100%;
	font-size: 1.6rem;
	color: var(- -gray-900);
	border-radius: 5px;
}

.search_item input::placeholder {
	color: var(- -gray-900);
	opacity: 0.8;
}

.info_head .ttl_area h2 {
	color: #fff !important;
	padding-bottom: 5px !important;
}

.section h2 small {
	color: #fff !important;
}

.section h2 {
	border-bottom: 0 !important;
}

.snb.tab_area {
	height: inherit !important;
}

b, strong {
	font-weight: 600 !important;
}

.btn_more_long {
	font-weight: 400 !important;
	font-size: 14px !important;
	height: 38px !important;
	line-height: 30px !important;
	width: 100%;
	display: block;
	text-align: center;
	color: #3386FF;
	border-bottom: 1px solid #EDEFEF;
	border-top: 1px solid #EDEFEF;
	padding: 0px 20px;
	margin-left: -20px;
	box-sizing: content-box;
	margin-bottom:-10px;
}

.ttl_area h5 {
	font-weight: 500 !important;
}



.pictogram span.num {
	font-weight: 700 !important;
	font-size: 18px !important;
}

.ttl_area h2 {
	font-weight: 500 !important;
	color: var(- -gray-900) !important;
}

.ttl_area ._header {
	font-weight: 700 !important;
	
	font-size: 1.5rem;
}
.ttl_area ._text {
	font-weight: 500 !important;
	
	color: var(--gray-700);
	
	font-size: 1.3rem;
}
.ttl_area ._text ._sales_ai {
	color: #447c69;
}
.ttl_area ._text ._sales_real {
	color: #be5168;
}
.ttl_area ._text ._period {
	font-weight: 400 !important;
	
	font-size: 1.2rem;
}

/*
#menu {
	margin-left: 23.7px !important;
	font-weight: 500 !important;
}
*/

.sale_summary .compare span {
	font-weight: 500 !important;
}

.search_autocomplete {
	z-index: 23 !important;
}

.info_head .report_btn {
	font-weight: 500 !important;
	float: right;
}

.sale_summary .cost {
	font-size: 18px;
	font-weight: 700;
	color: var(- -gray-600);
	margin-top: 3px;
}

.sale_summary .count {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: var(- -gray-600) !important;
	margin-top: 3px !important;
}

.cost {
	color: var(- -gray-600) !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	margin-top: 3px !important;
}

.section.main {
	border-right: 1px solid var(- -gray-500) !important;
}

.section.sub {
	border-right: 1px solid var(- -gray-500) !important;
}

.section.sub .close_btn {
	top: -9px !important;
	right: -3px !important;
}

table.rescue td, table.rescue th {
	padding: 5px 3px !important;
}

.info_head .ttl_area h2 b {
	font-weight: 500 !important;
}

.sale_summary span {
	font-size: 13px !important;
}

.comp_distance {
	line-height: 20px !important;
}

#menu li:hover {
	font-weight: 500;
	color: #0f438e;
}

/* tooltip */
.tip_area {
	position: absolute;
	min-width: 20px;
	right: 0;
	top: -2px;
	text-align: right;
}

.tip_area .tip_btn:hover+.tip_box {
	display: block;
}

.tip_area .tip_btn i:before {
	font-size: 19px;
	color: #333F48;
	margin-top:-2px;
}

.tip_box {
	position: absolute;
	right: 0;
	bottom: -5px;
	transform: translateY(100%);
	width: auto;
	padding: 7px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 2;
}

.tip_box table {
	min-width: 200px;
	line-height: 20px;
	color: #333F48;
}

.tip_box td, .tip_box th {
	text-align: left;
}

.tip_box thead {
	font-size: 10px;
}

.tip_box tbody th {
	width: 15%;
	font-weight: bold;
}

.tip_box tbody {
	font-size: 12px;
}

.tip_btn {
	opacity: 0.5;
}

.tip_btn:hover {
	opacity: 1;
}

/*-------------------------------------------------------------------
	## modules
-------------------------------------------------------------------*/
.store_ttl .mark {
	width: 30px;
	height: 30px;
	position: relative;
}

.store_ttl .mark i {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.module_group {
	background: #F3F5F5;
}

.module_head>div {
	display: block;
	padding: 0;
}

.module_head.table>div {
	display: table-cell;
	width: 50%;
	padding: 0 0 0 20px;
}

.module_body {
	width: 100%;
	/*
    margin-bottom: 10px;
	*/
}


.module_head.has_elem {
	position: relative;
}

.module_head .ttl_area {
	padding: 0 0 10px 0;
	margin-bottom: 0;
}

.module_head.table {
	display: table;
	width: 100%;
}

.store_list {
	overflow: hidden;
	padding-bottom: 15px;
	font-weight: 400;
	border-radius: 3px;
	font-size: 15px;
	width: 100%;
	padding: 10px 15px;
	margin-bottom: 5px;
	background: #F3F5F5;
	font-weight: 500;
	box-sizing: border-box;
	cursor: pointer;
}

.summary_list {
	padding: 15px;
	box-sizing: border-box;
	background: #F3F5F5;
	border-radius: 5px;
	font-size: 14px;
}

.summary_list div::before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #333F48;
	margin-right: 10px;
	vertical-align: 2px;
}

.summary_list li b {
	font-weight: bold;
}

body.is_active {
	overflow: hidden;
}

/*-------------------------------------------------------------------
	## logo
-------------------------------------------------------------------*/
.logo_area {
	text-align: center;
}

/*-------------------------------------------------------------------
	## font
-------------------------------------------------------------------*/
.fw_300 {
	font-weight: 300 !important;
}

.fw_400 {
	font-weight: 400 !important;
}

.fw_500 {
	font-weight: 500 !important;
}

.fw_700 {
	font-weight: 700 !important;
}

.en {
	font-family: 'Roboto', sans-serif;
}

/*-------------------------------------------------------------------
	## Icon
-------------------------------------------------------------------*/
.ic_ai:before {
	font-family: 'ic_ai';
	font-style: normal;
	font-weight: normal;
	speak: never;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*
.ic_ai.ic_add-store-select:before {
	content: '\e800';
}
*/
/* '' */
.ic_ai.ic_arrow:before {
	content: '\e801';
}

/* '' */
.ic_ai.ic_arrow2:before {
	content: '\e802';
}

/* '' */
.ic_ai.ic_company:before {
	content: '\e804';
}

/* '' */
.ic_ai.ic_competitive-store:before {
	content: '\e805';
}

/* '' */
.ic_ai.ic_dashboard:before {
	content: '\e806';
}

/* '' */
.ic_ai.ic_edit:before {
	content: '\e807';
}

/* '' */
.ic_ai.ic_mark:before {
	content: '\e809';
}

/* '' */
.ic_ai.ic_person:before {
	content: '\e80a';
}

/* '' */
.ic_ai.ic_notice-select:before {
	content: '\e80b';
}

/* '' */
.ic_ai.ic_report-select:before {
	content: '\e80c';
}

/* '' */
.ic_ai.ic_search:before {
	content: '\e80d';
}

/* '' */
.ic_ai.ic_service-select:before {
	content: '\e80e';
}

/* '' */
.ic_ai.ic_store-select:before {
	content: '\e80f';
}

/* '' */
.ic_ai.ic_up:before {
	content: '\e810';
}

/* '' */
.ic_ai.ic_map-competitive-store:before {
	content: '\e813';
}

/* '' */
.ic_ai.ic_info:before {
	content: '\e814';
}

/* '' */
.ic_ai.ic_map-add:before {
	content: '\e815';
}

/* '' */
.ic_ai.ic_selected:before {
	content: '\e816';
}

/* '' */
.ic_ai.ic_map-subtraction:before {
	content: '\e817';
}

/* '' */
.ic_ai.ic_mark2:before {
	content: '\e803';
}

/* '' */
.ic_ai.ic_map:before {
	content: '\e808';
}

/* pictogram */
.pictogram {
	box-sizing: border-box;
}

.pictogram .grid {
	padding: 15px;
	text-align: center;
}

.pictogram .col {
	border-right: 1px solid #EDEFEF;
}

.pictogram .col:last-child {
	border: none;
}

.pictogram .ic_ai {
	font-size: 24px;
	padding-right: 5px;
	margin-left: -10px;
}

.pictogram .col span {
	font-size: 14px;
	margin-left: 2px;
}

.pictogram span.num {
	font-size: 22px;
	font-weight: bold;
}

/*-------------------------------------------------------------------
	## inpit field
-------------------------------------------------------------------*/
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

.input_area.inline {
	display: inline-block;
	min-width: 200px;
	vertical-align: top;
}

.input_area.inline+.input_area.inline {
	margin-top: 0;
	margin-left: 6px;
}

.input_area.txt .input_box.disable, .input_area.txt .input_box.disable input
	{
	background: #f3f3f3 !important;
}

.input_box.focus {
	border-color: #7a7a80 !important;
}

/* input */
.input_area label, .input_area .label {
	font-size: 14px;
	color: #7C878E;
	font-weight: 500;
	margin-bottom: 3px;
}

.input_box input {
	width: 100%;
	height: 50px;
	line-height: 100%;
	border-radius: 4px;
	border: 1px solid #7C878E;
	box-sizing: border-box;
	font-size: 16px;
	color: #646464;
	padding: 0 15px;
}

.input_box input::placeholder {
	font-size: 16px;
	color: #646464;
}

/*checkbox*/
.input_area.checkbox input {
	display: none;
}

.input_area.checkbox label {
	position: relative;
	cursor: pointer;
	padding-left: 27px;
	font-size: 16px;
	color: #333F48;
}

.input_area.checkbox .checkmark {
	position: absolute;
	left: 0;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-top: -9px;
	border-radius: 50%;
	border: 1px solid #7C878E;
	box-sizing: border-box;
}

.input_area.checkbox input:checked+.checkmark {
	background: #3386FF url(../img/ic_check.png) 3px 5px no-repeat;
	border-color: #3386FF;
}

/*search*/
.search_item {
	width: 100%;
	height: 45px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
	background: #fff;
	overflow: hidden;
	position: relative;
	margin-bottom: 0;
}

.search_item .search_input {
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	padding-left: 50px;
}

.search_item .search_input::-webkit-input-placeholder {
	padding-top: 5px;
}

.search_item .search_btn {
	width: 45px;
	height: 45px;
	vertical-align: middle;
	padding: 10px;
	box-sizing: border-box;
	color: #A2AAAD;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}

.search_item .search_btn i {
	
}

.search_item .search_btn i:before {
	display: inline-block;
	color: #0F438E;
	font-size: 24px;
}

/*-------------------------------------------------------------------
	## table 
-------------------------------------------------------------------*/
.normal_table {
	width: 100%;
	border: 1px solid #EDEFEF;
	text-align: right;
	position: relative;
}

table.won {
	margin-top: 30px;
}

table.won::before {
	content: "(만원)";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #7C878E;
	transform: translateY(-120%);
}

.normal_table thead {
	background: #eee;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
}

.normal_table th:first-child {
	width: 60%;
	text-align: center;
}

.normal_table th {
	border: 1px solid #ddd;
}

.normal_table td, .normal_table th {
	padding: 3px 6px;
	color: rgba(0, 0, 0, .87);
}

.normal_table tr {
	border-bottom: 1px solid #ddd;
}

.normal_table td {
	border-right: 1px solid #ddd;
	font-size: 13px;
}

.normal_table tbody td:first-child {
	text-align: left;
}

.normal_table td:last-child, .normal_table tbody tr:last-child {
	border: none;
}

.table {
	display: table
}

.table>div {
	display: table-cell;
}

.has_node li b {
	float: right;
}

/*-------------------------------------------------------------------
	## pagination
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
	## Dropdown
-------------------------------------------------------------------*/
.dropdown_btn {
	
}

.dropdown {
	position: static;
}

/*-------------------------------------------------------------------
	## Modal
-------------------------------------------------------------------*/
.modal_wrap {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.modal_inner {
	position: relative;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}

.modal {
	position: absolute;
	left: 50%;
	top: 50%;
	min-width: 360px;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.modal_body {
	padding: 30px;
	box-sizing: border-box;
}

.modal h3 {
	font-size: 20px;
}

.modal .txt {
	margin-top: 20px;
}

.modal_foot {
	border-top: 1px solid #EDEFEF;
	color: #333F48;
}

.modal_foot .btn_area button {
	color: #3386FF;
	width: 170px;
}

.modal_foot .btn_area button.one_btn {
	min-width: 170px;
	width: 100%;
}

.modal_foot button+button {
	border-left: 1px solid #EDEFEF;
}

/*-------------------------------------------------------------------
	## Toast Popup
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
	## 공통 레이아웃
-------------------------------------------------------------------*/
.divider {
	margin: 20px 0;
	border-top: 1px solid #fff;
	opacity: .2;
}

/*-------------------------------------------------------------------
	## Button 
-------------------------------------------------------------------*/
.btn_area>.full+.full {
	margin-top: 10px;
}

.btn {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}

.btn {
	padding: 0 20px;
}

.btn_ic .ic {
	vertical-align: -1px;
}

.btn_wrap {
	padding-top: 20px;
	text-align: center;
	padding-bottom: 20px;
}

.btn_area.inline {
	display: inline-block;
	vertical-align: top;
	padding: 0;
}

.btn_area .btn_group .btn+.btn {
	margin-left: 5px;
}

.btn_area button+button {
	margin-left: 10px;
}

.btn.round {
	border-radius: 4px;
}

button.mark i {
	display: none;
}

button.mark i.is_active {
	display: block;
}

button:disabled {
	color: #D0D3D4;
}

/* 높이 */
.btn.h_s {
	height: 40px;
	line-height: 38px;
}

.btn.h_m {
	height: 50px;
	line-height: 50px;
}

.btn.h_l {
	height: 60px;
	line-height: 58px;
}

/* 넓이 */
.btn.full {
	width: 100%;
	padding: 0;
}

.btn.half {
	width: 50%;
}

.btn.triple {
	width: 33.33%;
}

.btn.quad {
	width: 25%;
}

.btn.w_l {
	min-width: 300px;
}

.btn.w_m {
	min-width: 200px;
}

.btn.w_ms {
	min-width: 180px;
}

.btn.w_sm {
	min-width: 140px;
	padding: 0;
}

.btn.w_s {
	min-width: 100px;
}

.btn.w_ss {
	min-width: 80px;
}

/* 버튼 컬러 */
.btn.fill {
	background: #3386FF;
	border-color: #3386FF;
}

.side_btn {
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translate(390px, -50%);
	z-index: 20;
	width: 20px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.09);
	display: none !important;
}

.side_btn i {
	font-size: 18px;
	padding-right: 5px;
	color: #A2AAAD;
}

.open_btn {
	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 20;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: #fff;
	box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.1);
	display: none;
}

.open_btn.on {
	display: block;
}

.open_btn span {
	position: absolute;
	left: 12px;
	display: inline-block;
	height: 2px;
	background: #3386FF;
}

.open_btn span:nth-child(odd) {
	width: 23px;
}

.open_btn span:nth-child(even) {
	width: 18px;
}

.open_btn span:first-child {
	top: calc(50% - 7px)
}

.open_btn span:nth-child(2) {
	top: calc(50% - 3px)
}

.open_btn span:nth-child(3) {
	bottom: calc(50% - 3px)
}

.open_btn span:last-child {
	bottom: calc(50% - 7px)
}

.detail_sec .close_btn {
	position: absolute;
	top: 7px;
	right: 20px;
	width: 40px;
	height: 40px;
}

.close_btn button {
	width: 100%;
	height: 100%;
	display: block;
	margin-right: 20px;
}

.close_btn button:before, .close_btn button:after {
	content: '';
	height: 2px;
	width: 15px;
	background: #A2AAAD;
	position: absolute;
	left: 50%;
	top: 50%;
	transform-origin: 50% 50%;
}

.close_btn button:before {
	transform: translateY(-50%) rotate(45deg);
}

.close_btn button:after {
	transform: translateY(-50%) rotate(-45deg);
}

button.info_up {
	width: 100%;
	height: 40px;
	display: block;
	text-align: center;
	line-height: 40px;
	/*
    margin-top: -12px;
    */
	color: #7C878E;
	font-size: 20px;
	background: #F3F5F5;
}

.btn_more {
	padding: 6px 20px;
	border-radius: 25px;
	border: 1px solid #D0D3D4;
	color: #3386FF;
	margin-bottom: 0;
	font-weight: 400;
	font-size: 14px;
}


.btn_long {
	display: block;
	width: 100%;
	height: 48px;
	padding: 0px 20px;
	margin-left: -20px;
	margin-bottom: -20px;
	background: #fff;
	border-bottom: 1px solid #EDEFEF;
	border-top: 1px solid #EDEFEF;
	line-height: 48px;
	text-align: center;
	color: #3386FF;
	font-weight: 500;
	box-sizing: content-box;
}

.white_btn_radius {
	min-width: 50px;
	padding: 4px 10px 2px 10px;
	border-radius: 35px;
	background: #fff;
	/* margin-top: 5px; */
	line-height: 29px;
	text-align: center;
	color: #0F438E;
	font-size: 14px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* 이전 버튼 */
.prev {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
	height: 55px;
	line-height: 55px;
	padding: 0 20px;
	box-sizing: border-box;
	background: #fff;
	font-size: 15px;
	font-weight: bold;
	color: #0F438E;
	text-align: left;
	border-top: 1px solid #F3F5F5;
	z-index: 10;
}

.prev i {
	display: inline-block;
	margin-right: 8px;
}

.save_btn {
	float: right
}

.save_btn .done {
	display: none;
}

.save_btn.is_active .done {
	display: block;
}

.save_btn.is_active .save {
	display: none;
}

.save_btn span {
	display: none;
}

.save_btn span.is_active {
	display: block;
}

.node_wrap li:hover .close_btn {
	display: block;
}

/*-------------------------------------------------------------------
	## Typography 
-------------------------------------------------------------------*/
/* 제목 */
.ttl_area h1 {
	font-size: 25px;
}

.ttl_area h2 {
	font-size: 22px;
}

.ttl_area h3 {
	font-size: 18px;
}

.ttl_area h4 {
	font-size: 16px;
}

.ttl_area h5 {
	font-size: 14px;
}

.ttl_area h6 {
	font-size: 12px;
}

.ttl_area p {
	font-size: 14px;
}

.ttl_area h2+p {
	margin-top: 12px;
}

h2.ttl {
	font-weight: normal;
	position: relative;
}

.ttl_area.has_btn .ttl {
	float: left;
}

.ttl_area.has_btn button {
	float: right;
	color: #3386FF;
	font-weight: bold;
	padding: 5px;
	padding-top: 20px;
}

.ttl_area.has_elem {
	display: table;
	width: 100%;
}

.ttl_area.has_elem .ttl, .ttl_area.has_elem>div {
	display: table-cell;
}

.ttl_area.has_elem .ttl {
	font-weight: 400;
}

.ttl {
	font-weight: 400;
}

.ttl b, .ttl small {
	display: block;
}

.ttl small {
	font-size: 14px;
	font-weight: normal
}

/* 정렬 */
.taL {
	text-align: left !important;
}

.taR {
	text-align: right !important;
}

.taC {
	text-align: center !important;
}

.c_point {
	color: #d3ad81 !important;
}

.c_red {
	color: #ff484c !important;
}

.cost {
	color: #333F48;
}

/* tooltip */
.tip_area {
	position: absolute;
	min-width: 20px;
	right: 0;
	top: -2px;
	text-align: right;
}

.tip_area .tip_btn:hover+.tip_box {
	display: block;
}

.tip_area .tip_btn i:before {
	font-size: 22px;
	color: #333F48;
}

.tip_box {
	position: absolute;
	right: 0;
	bottom: -5px;
	transform: translateY(100%);
	width: auto;
	padding: 7px;
	box-sizing: border-box;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 2;
}

.tip_box table {
	min-width: 200px;
	line-height: 20px;
	color: #333F48;
}

.tip_box td, .tip_box th {
	text-align: left;
}

.tip_box thead {
	font-size: 10px;
}

.tip_box tbody th {
	width: 15%;
	font-weight: bold;
}

.tip_box tbody {
	font-size: 12px;
}

.tip_btn {
	opacity: 0.5;
}

.tip_btn:hover {
	opacity: 1;
}

/* preivew */

/*-------------------------------------------------------------------
	## state
-------------------------------------------------------------------*/

/* 매장 상태 */
.state {
	font-weight: bold;
}

.state.close {
	color: #DE3718;
}

.state.open {
	color: #50B93C;
}

.state.start {
	color: #3386FF;
}

/* 구역상태에 따른 구분 */
span.rank_bg {
	display: inline-block;
	width: 100%;
	height: 98%;
}

.rank_best span.rank_bg {
	background: rgb(83, 2, 140);
	/* Old browsers */
	background: -moz-linear-gradient(90deg, rgba(222, 55, 24, 1) 0%,
		rgba(244, 148, 66, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(90deg, rgba(222, 55, 24, 1) 0%,
		rgba(244, 148, 66, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(-270deg, rgba(222, 55, 24, 1) 0%,
		rgba(244, 148, 66, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.rank_normal span.rank_bg {
	background: rgb(244, 148, 66);
	/* Old browsers */
	background: -moz-linear-gradient(90deg, rgba(252, 117, 1, 1) 0%,
		rgba(244, 148, 66, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(90deg, rgba(252, 117, 1, 1) 0%,
		rgba(244, 148, 66, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(-270deg, rgba(252, 117, 1, 1) 0%,
		rgba(244, 148, 66, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.rank_weak span.rank_bg {
	background: rgb(65, 157, 229);
	/* Old browsers */
	background: -moz-linear-gradient(90deg, rgba(65, 157, 229, 1) 0%,
		rgba(137, 203, 255, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(90deg, rgba(65, 157, 229, 1) 0%,
		rgba(137, 203, 255, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(-270deg, rgba(65, 157, 229, 1) 0%,
		rgba(137, 203, 255, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.rank_last span.rank_bg {
	background: rgb(15, 67, 142);
	/* Old browsers */
	background: -moz-linear-gradient(90deg, rgba(15, 67, 142, 1) 0%,
		rgba(31, 113, 229, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(90deg, rgba(15, 67, 142, 1) 0%,
		rgba(31, 113, 229, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(-270deg, rgba(15, 67, 142, 1) 0%,
		rgba(31, 113, 229, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

._rank {
	display: flex;
    justify-content: left;
    align-items: flex-end;
}

.rank_best, .rank_best b {
	color: #DE3718;
}

.rank_normal, .rank_normal b {
	color: #F49442;
}

.rank_weak, .rank_weak b {
	color: #419DE5;
}

.rank_last, .rank_last b {
	color: #0F438E;
}

/* 그래프 증감 */
.compare.up span {
	color: #DE3718;
	font-weight: bold;
}

.compare.up span::before {
	border-top: 0 none;
	border-bottom: 8px solid #DE3718;
}

.compare.down span {
	color: #0C6FBC;
	font-weight: bold;
}

.compare.down span::before {
	border-bottom: 0 none;
	border-top: 8px solid #0C6FBC;
}

.compare span::before {
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	margin: 0 3px;
	vertical-align: 1px;
}

.compare span::after {
	content: attr(data-unit);
	color: inherit;
}

.has_elem .legend_group {
	text-align: right;
}

.legend_group .legend {
	display: inline-block;
	position: relative;
	padding-left: 15px;
	font-size: 12px;
	margin-left: 5px;
}

.legend_group .legend:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-top: -5px;
}

.legend_group .legend.legend_1:before {
	background: #3386FF;
}

.legend_group .legend.legend_2:before {
	background: #0C6FBC;
}

.legend_group .legend.legend_3:before {
	background: #0F438E;
}

.legend_group .legend.legend_4:before {
	background: #D0D3D4;
}

.legend_group .legend.legend_5:before {
	background: #A2AAAD;
}

.legend_group .legend.legend_6:before {
	background: #7C878E;
}

.legend_group.colors .legend.legend_1:before {
	background: #3386FF;
}

.legend_group.colors .legend.legend_2:before {
	background: #50B93C;
}

.legend_group.colors .legend.legend_3:before {
	background: #EEC202;
}

.legend_group.colors .legend.legend_4:before {
	background: #F49442
}

.legend_group.colors .legend.legend_5:before {
	background: #47C1Bf;
}

.legend_group.colors .legend.legend_6:before {
	background: #0c6fbc;
}

.legend_group.colors .legend.legend_7:before {
	background: #8bbaff;
}

.legend_group.colors .legend.legend_8:before {
	background: #de18a9;
}

.legend_group.colors .legend.legend_9:before {
	background: #0f438e;
}

.chart_info::after {
	content: '';
	display: block;
	clear: both;
}

.chart_info .legend_group {
	display: inline-block;
	vertical-align: middle;
}

.chart_info .legend_group.info {
	float: right;
}

.legend_group.info .sales {
	position: relative;
}

.legend_group.info .sales:before {
	background: #7C878E;
}

.legend_group.info .profit {
	padding-left: 20px;
}

.legend_group.info .profit:before {
	width: 6px;
	height: 6px;
	border-radius: 6px;
	top: 11px;
	left: 5px;
}

.legend_group.info .profit:after {
	display: block;
	content: '';
	position: absolute;
	width: 16px;
	height: 2px;
	left: 8px;
	top: 50%;
	transform: translate(-50%, -50%);
}

.legend_group.info .profit::before, .legend_group.info .profit::after {
	background: #3386FF;
}

.legend_group.info.colors .profit::before, .legend_group.info.colors .profit::after
	{
	background: #7C878E;
}

/*-------------------------------------------------------------------
	## 스크롤 
-------------------------------------------------------------------*/
/*
.scroll_y {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
*/
.hide_scroll {
	overflow: hidden;
}

.hide_scroll .scroll_x_wrap {
	margin-bottom: -17px;
}

.hide_scroll .scroll_y_wrap {
	margin-right: -17px;
}

/*-------------------------------------------------------------------
	## tabs
-------------------------------------------------------------------*/
.tabs.round {
	position: relative;
	overflow: hidden;
	background: #26262e;
	border-radius: 20px;
}

.tabs ul li {
	float: left;
	position: relative;
}

.tabs.tabs2 ul li {
	width: 50%;
}

.tabs.tabs3 ul li {
	width: 33.33333%;
}

.tabs.tabs4 ul li {
	width: 25%;
}

.tabs.tabs5 ul li {
	width: 20%;
}

.tabs.inline {
	padding: 0 20px;
}

.tabs.inline ul li a {
	padding: 0 15px;
}

.tabs.inline ul li+li {
	margin-left: 30px;
}

.tabs ul li a {
	display: block;
	text-align: center;
}

.tabs ul li.is_active a {
	color: #deb381;
}

.tabs.basic ul li.is_active a {
	border-bottom: 2px solid #ddb382;
}

.tabs.basic {
	background: #2f2f38;
}

.tabs.basic ul li a {
	line-height: 55px;
	background: #2f2f38;
}

.tabs.round ul {
	position: relative;
	z-index: 1;
	padding: 0 5px;
	box-sizing: border-box;
}

.tabs.round ul li a {
	min-width: 50px;
	font-size: 14px;
	line-height: 40px;
	color: rgba(255, 255, 255, .6);
	font-weight: normal;
	-webkit-transition: ease-in .25s .1s;
	-o-transition: ease-in .25s .1s;
	transition: ease-in .25s .1s;
}

.tabs.round ul li.is_active a {
	color: #1a1c25;
}

.tabs.round .active_bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	border-radius: 20px;
	background: #d3ad81;
	content: '';
	z-index: 0;
	-webkit-transition: ease-out .3s;
	-o-transition: ease-out .3s;
	transition: ease-out .3s;
}

.tabs.tabs2.round .active_bg {
	width: calc(50% + 5px);
}

.tabs.tabs3.round .active_bg {
	width: calc(33.33333% + 5px);
}

.tabs.tabs4.round .active_bg {
	width: calc(25% + 5px);
}

.tabs.tabs5.round .active_bg {
	width: calc(20% + 5px);
}

.tab_cnts .tab_cnt {
	display: none;
}

.tab_cnts .tab_cnt.is_active {
	display: block;
}

.snb.tab_area {
	width: 100%;
	height: 45px;
}

.tab_inner {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #EDEFEF;
}

.tab_inner .tab a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	text-align: center;
	color: #7C878E;
	font-size: 16px;
}

.tab_inner .tab.is_active a {
	color: #3386FF;
	font-weight: 500;
	border-bottom: 2px solid #3386FF;
}

/*-------------------------------------------------------------------
	## images 
-------------------------------------------------------------------*/

/* thumbnail */
.thumb_area, .img_area {
	position: relative;
}

.thumb {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	text-indent: -9999px;
}

.img_area img {
	max-width: 100%
}

/*-------------------------------------------------------------------
	## modules
-------------------------------------------------------------------*/
.store_ttl .mark {
	width: 30px;
	height: 30px;
	position: relative;
}

.store_ttl .mark i {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.module_head>div {
	display: block;
	padding: 0;
}

.module_body {
	width: 100%;
}


.module_box {
	margin-bottom: 0;
	box-sizing: border-box;
}

.module_box:first-child {
	margin-top: 0;
}

.module_box .content_inner {
	padding: 0 20px;
}

.detail_sec .module_box:last-child {
	padding-bottom: 20px;
}

.module_head .ttl_area {
	padding: 0 0 10px 0;
	margin-bottom: 0;
}

.module_box div.chart {
	height: 200px;
	overflow: visible !important;
}

.module_head.table {
	display: table;
	width: 100%;
}

/**/
.sale h5 {
	margin-bottom: 15px;
}

.sale .chart {
	background: #F3F5F5;
	height: 210px;
}

.sale_summary b {
	font-size: 14px;
	display: inline-block;
	margin-bottom: 0;
}

.sale_summary .count {
	font-size: 22px;
	font-weight: bold;
}

.sale_summary.up .cost {
	color: #DE3718;
}

.sale_summary.down .cost {
	color: #0C6FBC;
}

.sale_summary .compare {
	font-size: 12px;
}

.sale_summary .compare span::after {
	content: '%';
	color: inherit;
}

.sale_summary .compare span {
	font-weight: bold;
}

.sale_summary .compare.equal {
	color: #7C878E;
}

.sale_summary .compare.up span {
	color: #DE3718;
}

.sale_summary .compare.down span {
	color: #0C6FBC;
}

.sale_summary .compare span::before {
	content: '';
	display: inline-block;
	width: 0px;
	height: 0px;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	margin: 0 3px;
	vertical-align: 1px;
}

.sale_summary .compare.down span::before {
	border-bottom: 0 none;
	border-top: 8px solid #0C6FBC;
}

.sale_summary .compare.up span::before {
	border-top: 0 none;
	border-bottom: 8px solid #DE3718;
}

.sale_summary .compare.equal span::before {
	width: 6px;
	height: 3px;
	background: #7C878E;
	vertical-align: 4px;
}

.sale_summary span {
	font-size: 14px;
}

.board_box .sale_summary .cost b {
	font-size: 22px;
}

.board_box .sale_summary .cost span {
	font-size: 14px;
	font-weight: 500;
}

/* 후보지 */
.candidate_area li .view {
	margin-left: -5px;
	margin-top: 5px;
}

.candidate_area .search_btn {
	margin-right: 5px;
	margin-left: -5px;
	padding-bottom: 3px;
}

.candidate_area .search_btn i {
	font-size: 22px;
	color: #0F438E;
	vertical-align: -4px;
}

.candidate_area .area_wrap>li ~ li {
	margin-top: 10px;
}

.candidate_area .btn_more {
	display: block;
	width: 166px;
	margin: 20px auto;
}

.candidate_area .search_area {
	position: relative;
	z-index: 1;
}

.candidate_area .search_area .input_item {
	border-bottom: 1px solid #0F438E;
	position: relative;
}

.candidate_area .search_area .input_item.is_active {
	border-width: 2px;
}

.candidate_area .area_list {
	position: absolute;
	bottom: 0px;
	width: 100%;
	transform: translateY(101%);
	background: #fff;
	left: 0;
	height: 225px;
	overflow-y: auto;
	border: 1px solid #D0D3D4;
	box-sizing: border-box;
	display: none;
}

.candidate_area .search_area .error_txt {
	font-size: 12px;
	color: #DE3718;
	display: none;
}

.candidate_area .search_area .error_txt.is_active {
	display: block;
}

.candidate_area .area_list li {
	padding: 0;
	width: 100%;
	position: relative;
}

.candidate_area .area_list li button {
	width: 100%;
	font-weight: 400;
}

.candidate_area .area_list li:last-child {
	margin: 0;
}

.candidate_area li:after {
	content: '';
	display: block;
	clear: both;
}

.candidate_area li {
	display: flex;
	align-items: center;
}

.candidate_area .checkbox_item {
	display: none;
}

.candidate_area .checkbox_item.is_active {
	display: block;
}

.candidate_area .checkbox_item input[type="checkbox"] {
	display: none;
}

.candidate_area li input[type="checkbox"]+label {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	position: relative;
	display: block;
	border: 1px solid #ccc;
	border-radius: 20px;
	box-sizing: border-box;
	cursor: pointer;
}

.candidate_area li input[type="checkbox"]:checked+label {
	border: none;
}

.candidate_area li input[type="checkbox"]:checked+label:after {
	font-family: 'ic_ai';
	content: '\e816';
	font-size: 20px;
	color: #50B93C;
	display: block;
	position: absolute;
	text-indent: 0;
	width: 20px;
	height: 20px;
	left: -1px;
	top: -3px;
}

.candidate_area li .area_inner {
	border-radius: 8px;
	position: relative;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
}

.candidate_area .selected_area .area_inner {
	background: #F3F5F5;
}

.candidate_area .selected_area .img_box {
	display: none;
	width: 100%;
	margin-top: 20px;
	height: 200px;
	background-image: url(../img/candidate_img01.png);
	background-size: cover;
	background-position: center center;
}

.candidate_area .search_area .area_inner {
	border: 1px solid #3386FF;
}

.candi_num {
	display: inline-block;
	background: #3386FF;
	width: 25px;
	height: 25px;
	border-radius: 25px;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	margin-right: 8px;
}

.candidate_area h6 {
	margin-bottom: 10px;
}

.candidate_area .selected_area .view {
	position: absolute;
	right: 20px;
	top: 14px;
	color: #7C878E;
	text-decoration: underline;
	font-size: 12px;
}

.candidate_area .selected_area.now .area_inner {
	background-color: #EAF3FF;
}

.candidate_area .selected_area.now .area_inner .view {
	color: #3386FF;
}

.area_list li button {
	padding: 10px 25px;
	text-align: left;
}

.save_place.is_active {
	display: block;
}

/* 결과 없음 */
.no_data {
	padding: 40px 0;
	text-align: center;
	color: #333F48;
}

.no_data .search_word {
	color: #3386FF;
}

/* 데이터 요약 */
.data_info {
	position: fixed;
	z-index: 100;
	top: 100px;
	right: 20px;
	width: 240px;
	padding: 10px;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	font-size: 14px;
	border-radius: 5px;
}

.data_info .navi li {
	display: inline-block;
	background: #EDEFEF;
	margin: 1px 0;
	color: #333F48;
	width: 70px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	cursor: pointer;
}

.data_info .navi li.is_active {
	color: #fff;
	background: #0F438E;
}

.data_info .content_box>div {
	min-height: 50px;
	display: none;
}

.data_info .content_box>div.is_active {
	display: block;
}

.data_info .content_box li {
	margin-top: 3px;
}

.data_info .content_box li span {
	display: inline-block;
	margin-right: 5px;
	width: 14px;
	height: 14px;
	vertical-align: middle;
}

.blue_span li:nth-child(1) span {
	background: #BAE1FF;
}

.blue_span li:nth-child(2) span {
	background: #7DC1F7
}

.blue_span li:nth-child(3) span {
	background: #419DE5
}

.blue_span li:nth-child(4) span {
	background: #2666C1
}

.blue_span li:nth-child(5) span {
	background: #0F438E
}

.colors_span li:nth-child(1) span {
	background: #3386FF;
}

.colors_span li:nth-child(2) span {
	background: #47C1BF
}

.colors_span li:nth-child(3) span {
	background: #50B93C
}

.colors_span li:nth-child(4) span {
	background: #F49442
}

.colors_span li:nth-child(5) span {
	background: #EEC202
}

.colors_span li:nth-child(6) span {
	background: #7126D1
}

/* 차트 */
.chart {
	position: relative;
}

.chart::before {
	content: attr(data-unit);
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #7C878E;
	transform: translateY(-120%);
}

.module_box .chart.bar_chart {
	height: auto;
}

.node_wrap {
	background: #fff;
}

.node_wrap li {
	line-height: 40px;
	width: 100%;
	color: #333F48;
	position: relative;
}

.node_wrap li:last-child {
	border-bottom: none;
}

.node_wrap li a {
	display: block;
}

.location_mark {
	background: #fff;
	border: 1px solid #3386FF;
	border-radius: 30px;
	width: 180px;
	position: absolute;
	top: 50%;
	right: 60%;
	z-index: 100;
	z-index: 100;
	padding: 5px;
	box-sizing: border-box;
}

.location_mark .inner:after {
	clear: both;
	content: '';
	display: block;
}

.location_mark .num {
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: #3386FF;
	color: #fff;
	margin-right: 5px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 38px;
}

.location_mark .inner>div {
	float: left;
}

.location_mark .address {
	max-width: 120px;
	font-size: 14px;
	font-weight: bold;
}

.location_mark.is_active {
	right: 50%;
}

.location_mark.is_active {
	background: #3386FF;
	color: #FFF;
	border: 1px solid;
}

.location_mark.is_active .num {
	color: #3386FF;
	background: #fff;
}

.location_mark span {
	display: block;
}

.location_mark span::before {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translate(-50%, 54%) rotate(135deg);
	background: #fff;
	border-right: 1px solid #3386FF;
	border-top: 1px solid #3386FF;
	width: 20px;
	height: 20px;
}

.location_mark.is_active span::before {
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	background: #3386ff;
}

.location_mark .inner {
	position: relative;
}

.loader {
	margin: 5% auto -3px;
	height: 40px;
	width: 40px;
	border-radius: 100px;
	border-right: 5px solid #F3F5F5;
	border-top: 5px solid #3386FF;
	border-left: 5px solid #F3F5F5;
	border-bottom: 5px solid #F3F5F5;
	transform: rotate(0deg);
	animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	to  {-webkit-transform:rotate(360deg);}
}
.dashboard>section>.inner {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto;
}

.board_head>div {
	vertical-align: middle;
	float: left;
}

.board_head .lnb {
	max-width: 500px;
	width: 100%;
	padding-left: 20px;
}

.board_head .lnb .tab_inner {
	border: 0;
}

.board_head .lnb li {
	width: 20%;
	height: 40px;
	text-align: center;
}

.board_head .lnb li a {
	line-height: 40px;
}

.box_head {
	padding: 15px;
	height: 60px;
}

.box_body {
	max-height: 370px;
	padding: 15px;
	padding-top: 0;
}

.box_head::after {
	content: '';
	display: block;
	clear: both;
}

.box_head .btn_area {
	float: right
}

.box_head .btn_area button {
	color: #7C878E;
}

.box_head.has_color {
	margin-bottom: 15px;
	height: 50px;
	padding: 10px 15px;
	background: #3386FF;
	color: #fff;
}

.box_head.has_color .btn_area button {
	color: #fff;
	opacity: 0.8;
	padding: 0 3px;
}

.box_head.has_color .btn_area {
	float: left;
}

.box_head .popup_btn button {
	color: #333F48;
	font-size: 14px;
	margin: 0 3px;
}

.box_head .popup_btn button {
	width: 100px;
	height: 30px;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.box_head .popup_btn button.is_acitve {
	background: #0F438E;
	color: #fff;
}

.box_head .btn_area button {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	vertical-align: middle;
}

.box_head .btn_area button.is_active {
	color: #3386FF;
	padding-bottom: 3px;
	font-weight: bold;
	border-bottom: 2px solid;
}

.box_head.has_color button.is_active {
	opacity: 1;
	color: #fff;
	border: 0;
}

.box_head .popup_btn button.is_active {
	color: #fff;
	background: #0F438E;
	border: 0;
}

.box_head.has_color .popup_btn {
	float: right;
}

.datepicker_area {
	width: 180px;
	padding-top: 7px;
}

.ic_date {
	width: 25px;
	height: 25px;
	float: left;
	display: inline-block;
	vertical-align: middle;
	background-image: url(../../resources/img/icon/ic_datepicker.png);
	background-position: center center;
	background-size: contain;
}

.datepicker_area input {
	width: 150px;
	float: right;
}

.dashboard .board_box {
	padding: 0 5px;
	position: relative;
	box-sizing: border-box;
	float: left;
	margin-bottom: 10px;
}

.dashboard .board_box:first-child {
	padding-left: 0;
}

.dashboard .board_box:last-child {
	padding-right: 0;
}

.dashboard .box_inner {
	border: 1px solid #EDEFEF;
	border-radius: 4px;
	overflow: hidden;
	width: 100%;
}

.chart_summary {
	width: 100%;
}

.chart_summary>div {
	width: 50%;
}

.chart_summary p {
	font-size: 24px;
	font-weight: bold;
}

.dashboard_wide .sale_summary p {
	display: inline-block;
}

.dashboard table.rank {
	table-layout: fixed;
}

.dashboard table.rank tr {
	height: 34px;
	line-height: 34px;
	text-align: left;
	margin-bottom: 10px;
	font-weight: bold;
}

.dashboard table.rank th {
	font-size: 14px;
	font-weight: bold;
}

.dashboard table.rank td:nth-child(3) {
	width: 25%;
}

.dashboard table.rank td:first-of-type {
	width: 45%;
	padding-left: 10px;
	font-weight: normal;
}

.dashboard table.rank td {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*yein 0107 기존css 수정*/
.board_head, .report_head {
	padding-top: 20px;
	box-sizing: border-box;
}

.tab_inner .tab {
	float: left;
	/* width:calc(33.33% - 20px);*/
	height: 100%;;
	margin: 0;
	text-align: center;
}

.store .module_inner.is_active {
	display: block;
}

.candidate_area .selected_area .view span:last-child {
	display: none;
}

.data_info .navi li {
	border-radius: 3px;
}

/*yein 0107 새로추가*/
.select_btn i {
	display: inline-block;
	float: right;
	margin-right: 5px;
	transform: rotate(-90deg);
	transition: transform .2s;
}

.select_btn.is_active i {
	transform: rotate(90deg)
}

.is_active .select_btn i {
	transform: rotate(90deg)
}

.basic_info li {
	width: 100%;
}

.basic_info li:after {
	content: '';
	display: block;
	clear: both;
}

.basic_info b {
	float: left;
}

.basic_info span {
	float: right;
}

.basic_info li {
	line-height: 35px;
}

/*report*/
.report>section>.inner {
	position: relative;
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.report_head .lnb {
	width: auto;
	float: left;
	margin-bottom: 20px;
}

.report_head .lnb li {
	padding-right: 30px;
	display: inline-block;
}

.report_head .search_area {
	float: right;
	max-width: 450px;
	width: 100%;
}

.report_body {
	position: relative;
	width: 100%;
}

.report_body .contents li {
	padding: 7px;
	box-sizing: border-box;
	border: 1px solid #EDEFEF;
	border-radius: 5px;
	display: inline-block;
	max-width: 250px;
	margin-right: 7px;
	margin-bottom: 10px;
}

.report_body .contents li p {
	font-size: 18px;
	line-height: 70%;
	margin-top: 15px;
}

.report_body .contents li span {
	font-size: 12px;
}

.contents figure img {
	display: block;
	max-width: 100%;
}

.sort {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
}

.sort_wrap {
	width: 100%;
}

.sort li {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #F3F5F5;
	color: #7C878E;
	margin-bottom: 5px;
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}

.sort li.is_active {
	background: #3386FF;
	color: #fff;
}

.sort.is_active {
	position: fixed;
	top: 130px;
	right: 50%;
	margin-right: -700px;
	transition: top 0.3s ease-in-out;
}

/*프린트*/
.report_print {
	background: #F5F5F5;
	padding-bottom: 80px;
}

.print_head {
	margin-bottom: 10px;
}

.report_print .inner {
	background: #fff;
	width: 1400px;
	margin: 0 auto;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 100px;
	box-sizing: border-box;
}

.print_head h1 {
	float: left;
	width: auto;
}

.print_head h1 figure {
	max-width: 150px;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.print_head h1 figure img {
	max-width: 100%;
}

.print_head h1 span {
	vertical-align: middle;
	font-size: 1.4em;
}

table.page_top_cnt {
	float: right;
	max-width: 550px;
	height: 100%;
	margin-top: -55px;
	border: 1px solid #EDEFEF;
	table-layout: fixed;
}

table.page_top_cnt th {
	background: #EDEFEF;
	font-weight: bold;
	text-align: left;
	padding: 4px 8px;
	width: 60px;
}

table.page_top_cnt td {
	padding: 4px 8px;
}

table.page_top_cnt td:last-child {
	width: 25%;
}

table.page_top_cnt tr {
	border-bottom: 1px solid #EDEFEF;
}

table.page_top_cnt tr:last-child {
	border: 0;
}

small.store_num {
	font-size: 20px;
}

small.store_num .num {
	padding-left: 10px;
	display: inline-block;
}

.print_body {
	font-size: 16px;
}

.print_body .ttl_area h2 {
	font-size: 5em;
	font-weight: normal;
}

.print_body .ttl_area {
	margin-bottom: 50px;
	clear: both;
}

.print_box {
	margin-bottom: 30px;
	width: calc(50% - 10px);
	font-size: 24px;
}

.print_box .content_area {
	padding: 15px;
	box-sizing: border-box;
}

.print_box .content_area+div {
	border-top: 1px solid #D0D3D4;
}

.print_box:nth-child(odd) {
	margin-right: 10px;
	float: left;
	clear: both;
}

.print_box:nth-child(even) {
	margin-left: 10px;
	float: right;
}

.print_box h3 {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 2px solid #333F48;
}

.print_box table.rank {
	table-layout: fixed;
}

.print_box table.rank td {
	width: 85%;
}

.print_box table.rank th {
	text-align: left;
}

.print_head.only {
	display: none;
}

.box_wrap.noFloat .print_box {
	float: none;
	width: 100%;
}

.box_wrap.noFloat .content_area {
	float: left;
	width: 50%;
	border: 0;
}

.report_print>.btn_area {
	max-width: 1400px;
	width: 100%;
	padding: 20px 0;
	margin: 0 auto;
	text-align: right;
}

.report_print .btn_area>button {
	width: 95px;
	height: 45px;
	border-radius: 4px;
	color: #fff;
	background: #3386FF;
	line-height: 45px;
	text-align: center;
	display: inline-block;
	margin: 0 3px;
	font-weight: bold;
}

.report_print .btn_area>button.print {
	background: #0F438E;
}

.report_print .wrap {
	width: 100%;
}

.report_print .wrap>p {
	display: inline-block;
	vertical-align: middle;
}

h3.candidate_store>b {
	display: inline-block;
	background: #3386FF;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 38px;
	margin-right: 10px;
}

h3.candidate_store>small {
	font-size: 0.8em;
	font-weight: 400;
	display: inline-block;
	margin-left: 10px;
}

.print_box table.rank {
	border-collapse: separate;
	border-spacing: 0px 5px;
}

.print_box table.rank tr {
	
}

.print_box table.rank td, .print_box table.rank th {
	vertical-align: top;
}

.snb.selected .tab.add_store.off {
	display: none;
}

.snb.selected .tab.add_stroe.on {
	display: inline-block;
}

/*service*/
.service_wrap>.inner {
	max-width: 1070px;
	width: 100%;
	margin: 0 auto;
	padding: 70px 20px;
	box-sizing: border-box;
	position: relative;
}

.service_sec {
	overflow: hidden;
}

.service_sec .service {
	box-sizing: border-box;
	width: 100%;
	position: relative;
}

.service_sec h3 {
	position: absolute;
	left: 0%;
	top: 0px;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
	transform: translate(-140px, 5px);
}

.service_sec h3::after {
	content: '';
	height: 3px;
	width: 100%;
	background: #333F48;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
}

.service_sec h4 {
	font-size: 29px;
	font-weight: 700;
	word-break: keep-all;
}

.service_sec h5 {
	font-size: 16px;
	font-weight: bold;
}

.service .ttl_area p {
	color: #8B8B8B;
	max-width: 900px;
}

.service p {
	word-break: keep-all;
}
/*service_1*/
.service_1 .service_wrap:first-of-type .ttl_area {
	color: #7BBEFA;
	margin-bottom: 30px;
}

.service_1 .ttl_area p {
	font-size: 13px;
	color: #7BBEFA;
}

.service_1 .service_wrap:first-of-type {
	/*
	background: url(../img/service/img_service0_0.png);
	*/
	background-size: cover;
	background-position: center center;
	width: 100%;
}

.service_1 .service_wrap:last-of-type {
	background: #F0F0F0;
}

.service_1 h4 b {
	font-size: 78px;
	font-weight: bold;
	margin-right: 10px;
}

.service_1 .service_wrap:first-of-type .cnt_area {
	width: 100%;
	margin-left: -10px;
	margin-right: -10px;
}

.service_1 .cnt_area>div {
	display: inline-block;
	max-width: 250px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	vertical-align: top;
	color: #fff;
	font-size: 13px;
}

.service_1 .cnt_area p {
	color: #fff;
	margin-top: 10px;
	word-break: keep-all;
	font-weight: 300;
	font-size: 13px;
}

.service_sec .service_1 h3 {
	color: #fff;
}

.service_sec .service_1 h3::after {
	background: #fff;
}

.service_1 ul.cnt_area {
	margin-left: -5px;
	margin-right: -5px;
}

.service_1 ul.cnt_area li {
	width: 25%;
	float: left;
	padding: 0 5px;
}

.service_1 ul.cnt_area li figure {
	width: 100%;
}

.service_1 ul.cnt_area li figure img {
	width: 100%;
}

.service_1 ul.cnt_area li h5 {
	position: relative;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.service_1 ul.cnt_area li h5::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #333F48;
}

.service_1 ul.cnt_area figure {
	margin-bottom: 10px;
}

/*service_2*/
.service_2 h4 {
	margin-bottom: 10px;
}

.service_2 .ttl_area {
	margin-bottom: 30px;
}

.service_2 .service_wrap>.inner {
	border-bottom: 1px solid #EDEDED;
}

.service_2 .service_wrap .cnt_wrap {
	float: left;
	width: 50%;
}

.service_2 .node_wrap {
	padding-left: 15px;
}

.service_2 .node_wrap li {
	padding: 30px;
	box-sizing: border-box;
	background: #F0F0F0;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

.service_2 .node_wrap li::after {
	display: block;
	content: '';
	clear: both;
}

.service_2 .node_wrap li figure {
	width: 50%;
	float: left;
	text-align: Center;
	font-weight: bold;
	text-indent: 0;
}

.service_2 .node_wrap li figure img {
	margin: 0 auto;
}

.service_2 .node_wrap li figure p {
	text-align: center;
}

.service_2 .node_wrap li>p {
	width: 50%;
	float: left;
	line-height: 160%;
	font-size: 14px;
	word-break: keep-all;
}

.service_2 .node_wrap li>p>small {
	color: #9A9A9A;
	display: block
}

.service_2 .cnt_wrap.up .cnt_inner {
	background: #FFF4F0;
}

.service_2 .cnt_wrap.down .cnt_inner {
	background: #F2FDFF;
}

.service_2 .monitor .cnt_area {
	margin-left: -5px;
	margin-right: -5px;
}

.service_2 .monitor .cnt_wrap {
	padding: 0 5px;
}

.service_2 .monitor .cnt_wrap .cnt_inner {
	padding: 25px;
	box-sizing: border-box;
}

.service_2 .cnt_wrap h5 {
	margin-bottom: 20px;
	font-size: 24px;
	position: relative;
}

.service_2 .monitor h5 {
	margin-top: -10px;
}

.service_2 .cnt_wrap.up h5 {
	color: #BF5031;
}

.service_2 .cnt_wrap.down h5 {
	color: #3C67BA;
}

.service_2 .monitor h5 b {
	font-size: 52px;
	padding-right: 10px;
	font-weight: 500;
	vertical-align: -3px;
}

.service_2 .monitor .cnt_wrap h5::after {
	content: '';
	display: block;
	width: 57px;
	height: 57px;
	position: absolute;
	right: 0px;
	bottom: 3px;
}

.service_2 .cnt_wrap.up h5::after {
	/*
	background: url(../img/service/img_service_up.png);
	*/
}

.service_2 .cnt_wrap.down h5::after {
	/*
	background: url(../img/service/img_service_down.png);
	*/
}

.service_2 .monitor ul {
	margin-left: -5px;
	margin-right: -5px;
}

.service_2 .monitor li {
	margin-bottom: 10px;
	padding: 0 5px;
}

.service_2 .monitor li b {
	display: block;
	height: 40px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
}

.service_2 .monitor li p {
	padding: 15px;
	color: #BF8170;
	text-align: center;
	height: 70px;
	font-size: 15px;
}

.service_2 .cnt_wrap.up li b {
	background: #E2A291;
}

.service_2 .cnt_wrap.up li p {
	background: #FFE7E0;
}

.service_2 .cnt_wrap.down li b {
	background: #9DC0DE
}

.service_2 .cnt_wrap.down li p {
	background: #E4F4FB;
	color: #81A0BE
}

.service_2 {
	margin-bottom: 70px;
}

.service_2 .mo {
	display: none;
}

/*service_3*/
.service_3 h3 {
	top: 70px;
}

.service_3 span {
	font-family: 'roboto', sans-serif;
}

.service_3 .num {
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	display: block;
	background: #333F48;
	color: #fff;
	margin-bottom: 40px;
	font-size: 44px;
	font-weight: 100;
}

.service_3 h5 {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
}

.service_3 .txt_inner p {
	margin-bottom: 10px;
	padding-left: 10px;
	position: relative;
}

.service_ex li {
	margin-left: -5px;
	margin-right: -5px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #EDEDED;
}

.service_ex li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.service_ex li::after {
	display: block;
	content: '';
	clear: both;
}

.service_ex li>div {
	float: left;
	width: 50%;
	padding: 0 5px;
}

.service_3 .txt_inner {
	padding-right: 50px;
}

.service_3 .txt_inner p {
	box-sizing: border-box;
	vertical-align: bottom;
}

.service_3 .txt_inner p::before {
	content: '';
	width: 7px;
	height: 7px;
	background: #3D98E5;
	border-radius: 5px;
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
}

.service_3 .txt_inner p span {
	color: #3D98E5;
	font-family: 'noto sans kr', sans-serif
}

.service_ex .img_area {
	position: relative;
}

.service_ex .img_area .pos {
	position: absolute;
	top: 50px;
	right: -100px;
	width: auto;
}

/* Grid */
.grid:after {
	display: block;
	content: '';
	clear: both;
}

.grid>.col {
	float: left;
	width: 100%;
	min-height: 1px;
	box-sizing: border-box;
}

.grid>.col.right {
	float: right;
}

.grid.ib {
	font-size: 0;
}

.grid.ib>.col {
	display: inline-block;
	float: none;
	vertical-align: top;
}

/* 구터 넒이 */
.grid.grid_5 {
	margin-left: -5px;
	margin-right: -5px;
}

.grid.grid_5>.col {
	padding: 0 5px;
}

.grid.grid_10 {
	margin-left: -10px;
	margin-right: -10px;
}

.grid.grid_10>.col {
	padding: 0 10px;
}

.grid.grid_15 {
	margin-left: -15px;
	margin-right: -15px;
}

.grid.grid_15>.col {
	padding: 0 15px;
}

.grid.grid_20 {
	margin-left: -20px;
	margin-right: -20px;
}

.grid.grid_20>.col {
	padding: 0 20px;
}

.grid.grid_25 {
	margin-left: -25px;
	margin-right: -25px;
}

.grid.grid_25>.col {
	padding: 0 25px;
}

/* 너비 - 자신 칸수 */
.grid>.col.col_1 {
	width: 8.3333%;
}

.grid>.col.col_2 {
	width: 16.6666%;
}

.grid>.col.col_3 {
	width: 25%;
}

.grid>.col.col_4 {
	width: 33.3333%;
}

.grid>.col.col_5 {
	width: 41.6667%;
}

.grid>.col.col_6 {
	width: 50%;
}

.grid>.col.col_7 {
	width: 58.3333%;
}

.grid>.col.col_8 {
	width: 66.6667%;
}

.grid>.col.col_9 {
	width: 75%;
}

.grid>.col.col_10 {
	width: 83.3334%;
}

.grid>.col.col_11 {
	width: 91.6667%;
}

.grid>.col.col_12 {
	width: 100%;
}

.grid>.col.col_x5 {
	width: 20%;
}

.flex_table {
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px solid #EDEFEF;
}

.flex_table:nth-child(1) {
	border-top: 1px solid #D0D3D4;
}

.flex_table:last-child {
	border-bottom: 0;
}

.flex_table div {
	padding: 8px 0;
}

.flex_inline {
	display: inline-block;
}

.flex_item {
	align-items: center;
	width: 25%;
	justify-content: center;
}

.flex_item:nth-child(1) {
	flex: 1 1 12%;
	text-align: left;
}

.flex_item:nth-child(2) {
	flex: 1 1 auto;
	align-self: center;
}

.flex_table:nth-child(2n) .bar_graph {
	background: rgb(51, 134, 255);
}

.flex_item:nth-child(3) {
	flex: 1 1 0;
	text-align: right;
}

.fw600 {
	font-weight: 600;
	color: #3386ff;
}

.grid_wrap {
	display: grid;
	grid-template-areas: "g1 g2 g2 g3 g3 g4" "g1 g5 g6 g7 g8 g4";
	font-size: 13px;
	grid-template-columns: 16% 1fr 1fr 1fr 1fr 14%;
	position: relative;
}

.g1 {
	grid-area: g1;
}

.g2 {
	grid-area: g2;
	border-bottom: 0;
}

.g3 {
	grid-area: g3;
}

.g4 {
	grid-area: g4;
	border-right: 1px solid #ddd !important;
}

.g5 {
	grid-area: g5;
}

.g6 {
	grid-area: g6;
}

.g7 {
	grid-area: g7;
}

.g8 {
	grid-area: g8;
}

.g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eee !important;
	border: 1px solid #ddd;
	padding: 3px;
	border-width:1px 0px 1px 1px;
	font-weight: 500;
}
.g2, .g3{
	border-width: 1px 0 0 1px;
}
.grid_flex {
	padding:4px 3px;
	border: 1px solid #ddd;
	text-align: right;
	border-width:0px 0px 1px 1px;
}
.grid_flex.b_right{
	border-width: 0px 1px 1px 1px;
}
.grid_tc {
	text-align: center !important;
}

.grid_br {
	border-width: 0px 1px 1px 1px;
}

.grid_wrap.won {
	margin-top: 30px;
}

.grid_wrap.won:before {
	content: "(만원)";
	position: absolute;
	right: 0;
	top: 0;
	font-size: 12px;
	color: #7C878E;
	transform: translateY(-120%);
}

.mb10 {
	margin-bottom: 10px;
}

.mt20{
	margin-top:20px;
}