@charset "utf-8";
@import url('https://use.fontawesome.com/releases/v5.8.1/css/all.css');
@import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');

/* common */

*{
	margin: 0;
	padding: 0;
	letter-spacing: -0.5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box !important;
	word-break: keep-all;
	font-size: 13px; 
	color: #64676f;
	font-weight: 400;
	font-family: 'Noto Sans KR', sans-serif;
	line-height: 1;
	/* 크롬에서 배경 프린트 하는 방법 */
	-webkit-print-color-adjust:exact;
	-webkit-print-color-adjust:exact !important;
}
html{
	height: 100%;
}
body{
	font-size: inherit;
	color: inherit;
	/*background-color: #f6f7fb;*/
	background-color: #f7f7f8;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
span, strong, p{
	font-size: inherit;
	color: inherit;
	font-family: inherit;
}
li {
	list-style:none;
	color: inherit;
	vertical-align: middle;
}
img {
	vertical-align:top; 
	border:0;
}
hr{
	border: 1px solid #d7d9e3;
}
ul{
	color: inherit;
	font-size: 0;
}
a {
	text-decoration:none; 
	outline:0; 
	font-size: inherit;
	color: inherit;
	font-weight: inherit;
	display: block;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-align: center;
	transition: all 0.3s;

	
	-ms-user-select: none; 
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
a.underline{
	text-decoration: underline;
}

/* 드레그 금지 */
label, a, button{
	-ms-user-select: none; 
	-moz-user-select: -moz-none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
button{
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	font-size: inherit;
	color: inherit;
	cursor: pointer;
	text-align: center;
	border-radius: 5px;
	padding: 12px 10px;
}
tr{
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 14px;
	color: inherit;
	text-align: center;
	/*position: relative;*/
}
th, td{
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	font-size: 14px;
	color: inherit;
	text-align: center;
	height: 34px;
	padding: 6px 8px;
	border: 1px solid #cdd0d8;
	border-left: 0;
	white-space: nowrap;
	line-height: 16px;
}
th:first-child, td:first-child{
	border-left: 0;
}
th:last-child, td:last-child{
	border-right: 0;
}
table{
	width: 100%;
	border: none;
	border-spacing: 0;
	border-collapse: collapse;
	margin-bottom: 8px;
}
select, option{
	border-radius: 5px;
	background-color: white;
	border: none;
	font-size: inherit;
	color: inherit;
}
select{
	width: 100%;
	font-family: inherit;
	background: url(../_img/dn_arrow_gr.png) no-repeat right 52%;
	background-color: white;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0px 16px;
	height: 36px;
	line-height: 34px;
	border: 1px solid #d7d9e3;
}
select::-ms-expand { 
	display: none; 
}
textarea{
	width: 100%;
	resize: none;
	line-height: 26px;
	padding: 16px;
	background-color: white;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d7d9e3;
}
input[type=text]::-ms-clear{
	display: none;
}
input{
	width: 100%;
	border-radius: 5px;
	background-color: white;
	padding: 0px 16px;
	font-size: 13px;
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 36px;
	line-height: 34px;
	border: 1px solid #d7d9e3;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}
input[type=number] {
	-moz-appearance: textfield;
}
input:focus, button:focus, textarea:focus {
	outline:none;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
	color:transparent;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
	color:transparent;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
	color:transparent;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
	color:transparent;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #9d9fa7;
	font-size: inherit;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #9d9fa7;
	font-size: inherit;
}
input:focus, select:focus, option:focus, textarea:focus, button:focus{
	outline: none;
}
input[type="text"]:disabled {
	background: #d7d9e3;
}
select:disabled {
	background: #d7d9e3;
}



/* 지도 팝업*/
.map_popup {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	display: -webkit-flex;
	-webkit-align-item: center;
	-webkit-justify-content: center;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: rgba(44,44,44,0.9);
	z-index: 10;
	padding: 16px;
}
.map_popup_box {
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
	width: 70%;
}
.m_p_title p{
	color: white;
	font-size: 18px;
	padding: 20px 0;
}
.m_p_title a{
	position: absolute;
	top: 0;
	right: 0;
}
.m_p_title a img{
	width: 20px;
}
.m_p_iframe{
	margin: 0;
	padding-bottom: 45%;
	max-width: 100%;
	height: 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 16px;
}
.m_p_info{
	color: white;
}
.m_p_info ul li{
	margin-bottom: 8px;
}


/* 지도 */

.map_content_wrap{
	position: absolute;
	height: calc(100% - 370px);
	width: 100%;
}

.map_wrap{
	background: url('../_img/map_sample.png') no-repeat;
	position: absolute;
	height: 100%;
	width: 1440px;
	left: 50%;
	transform: translateX(-50%);
	overflow: hidden;
	border: 1px solid #aaacb2;
}

.shop_point p, .shop_inf{
	display: inline-flex;
	vertical-align: top;
}
.shop_point{
	border-bottom: 1px solid #dfe1e9;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
.shop_point:last-child{
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.shop_point p{
	margin-right: 12px;
	font-weight: 700;
	color: black;
}
.shop_inf{
	flex-direction: column;
}
.shop_inf a{
	margin-bottom: 8px;
}
.shop_inf a:last-child{
	margin-bottom: 0;
}
.shop_inf ul{
	text-align: left;
}
.shop_inf ul li{
	margin-bottom: 6px;
	font-size: 14px;
}
.shop_inf ul li:first-child{
	font-weight: 700;
	color: #64676f;
}
.zoom_in_btn{
	position: absolute;
	top: 12px;
	right: 16px;
}
.zoom_in_btn a{
	display: inline-block;
	margin-left: 8px;
}
.zoom_in_btn a img{
	width: 24px;
	padding: 2px;
	border: 1px solid #dfe1e9;
}
.point_mark{
	position: relative;
	z-index: 1;
	padding-bottom: 12px;
}
.point_mark:after{
	width: 32px;
	height: 32px;
	line-height: 22px;
	font-size: 13px;
	font-weight: 700;
	color: black;
	background-color: white;
	border-radius: 16px;
	border: 3px solid black;
	box-sizing: border-box;
	display: block;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.coffee .point_mark{
	background: url('../_img/point_br.png') no-repeat;
	background-size: 12px;
	background-position: bottom;
}
.coffee .point_mark:after{
	content: "";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark{
	background: url('../_img/point_gr.png') no-repeat;
	background-size: 12px;
	background-position: bottom;
}
.coffee.off .point_mark:after{
	content: "";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
.study_cafe.on .point_mark{
	background: url('../_img/point_bl.png') no-repeat;
	background-size: 12px;
	background-position: bottom;
}

/* 프렌차이즈별 마크 */
/* 24시 무인셀프카페 */
.coffee .point_mark.fr_24:after{
	content: "24";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_24:after{
	content: "24";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
/* The150무인카페 */
.coffee .point_mark.fr_t:after{
	content: "T";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_t:after{
	content: "T";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
/* 나우커피 */
.coffee .point_mark.fr_n:after{
	content: "N";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_n:after{
	content: "N";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
/* 뉴커피 */
.coffee .point_mark.fr_nw:after{
	content: "NW";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_nw:after{
	content: "NW";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
/* 데이롱카페 */
.coffee .point_mark.fr_d:after{
	content: "D";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_d:after{
	content: "D";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
/* 로보티머 */
.coffee .point_mark.fr_r:after{
	content: "R";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_r:after{
	content: "R";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
/* 맘스빈 */
.coffee .point_mark.fr_m:after{
	content: "M";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_m:after{
	content: "M";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
/* 메일빈 */
.coffee .point_mark.fr_ma:after{
	content: "MA";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_ma:after{
	content: "MA";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
/* 셀프카페 */
.coffee .point_mark.fr_s:after{
	content: "S";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_s:after{
	content: "S";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
/* 아이스앤푸드 */
.coffee .point_mark.fr_i:after{
	content: "I";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_i:after{
	content: "I";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
/* 하라커피 */
.coffee .point_mark.fr_hr:after{
	content: "HR";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_hr:after{
	content: "HR";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
/* 폴러스타 */
.coffee .point_mark.fr_ps:after{
	content: "PS";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_ps:after{
	content: "PS";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
/* 쌤스커피 */
.coffee .point_mark.fr_ss:after{
	content: "SS";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_ss:after{
	content: "SS";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
/* 팔도커피 */
.coffee .point_mark.fr_pc:after{
	content: "PC";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_pc:after{
	content: "PC";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
/* 라바짜커피 */
.coffee .point_mark.fr_lv:after{
	content: "LV";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_lv:after{
	content: "LV";
	border-color: #9e9e9e;
	color: #9e9e9e;
}
/* 나머지 브랜드 없는 카페 */
.coffee .point_mark.fr_mb:after{
	content: "C";
	border-color: #533501;
	color: #533501;
}
.coffee.off .point_mark.fr_mb:after{
	content: "MB";
	border-color: #9e9e9e;
	color: #9e9e9e;
}

.shop_location > p{
	position: absolute;
	top: 0;
	left: 18px;
	white-space: nowrap;
	padding-left: 26px;
	padding-right: 18px;
	height: 32px;
	line-height: 31px;
	border-radius: 0px 16px 16px 0px;
	background-color: black;
	color: white;
	font-size: 14px;
	font-weight: 500;
}
.coffee > p{
	background-color: #a99a80;
}
.study_cafe > p{
	background-color: #8aabe2;
}
.coffee.on > p{
	background-color: #533501;
}
.study_cafe.on > p{
	background-color: #1657c5;
}
#overlay_div{
	cursor: pointer;
}
.popup_shop_info {
	position: absolute;
	background: white;
	border-radius: 10px;
	bottom: 60px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #7F7F7F;
	padding: 12px;
}
.popup_shop_info ul li{
	text-align: center;
	margin-bottom: 6px;
}
.popup_shop_info ul li:first-child{
	font-size: 15px;
	font-weight: 600;
	color: black;
}
.popup_shop_info ul li:nth-child(2){
	padding-bottom: 6px;
}
.popup_shop_info ul li:last-child{
	margin-top: 10px;
	margin-bottom: 0;
	text-align: center;
}

.popup_shop_info:after {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 14px 10px 0;
	border-color: #FFFFFF transparent;
	display: block;
	width: 0;
	z-index: 1;
	bottom: -14px;
	left: 50%;
	margin-left: -10px;
}

.popup_shop_info:before {
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 15px 11px 0;
	border-color: #7F7F7F transparent;
	display: block;
	width: 0;
	z-index: 0;
	bottom: -16px;
	left: 50%;
	margin-left: -11px;
}
.map_ceo_info ul li{
	text-align: left;
}
.map_ceo_info ul li:nth-child(2) {
    padding-bottom: 6px;
    border-bottom: 1px solid #7F7F7F;
}
.map_ceo_info ul li:last-child{
	text-align: left;
	margin-top: 0;
}
.distance_point{
	background-color: white;
	height: 32px;
	padding: 0 13px;
	position: absolute;
	top: 41px;
	right: 38px;
	z-index: 10;
	color: black;
	line-height: 30px;
	display: inline-block;
	border-radius: 3px;
	box-shadow: rgb(0 0 0 / 15%) 0px 2px 2px 0px;
	border: 1px solid #e2e2e2;
	font-size: 13px;
}
.distance_point.on{
	background-color: #3396ff;
	color: white;
	border: 1px solid #3396ff;
}
.map_input ul li{
	display: inline-block;
	margin-bottom: 10px;
}
.map_input ul li:first-child{
	width: 100px;
	margin-right: 8px;
}
.map_input ul li:last-child{
	width: calc(100% - 108px);
}

.machine_install_wrap {
	height: 32px;
	box-sizing: content-box;
	background-color: rgb(255, 255, 255);
	padding: 2px;
	border-radius: 3px;
	box-shadow: rgb(0 0 0 / 15%) 0px 2px 2px 0px;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1000;
}
.machine_install_wrap p, .machine_install_wrap ul, .machine_install_wrap ul li{
	display: inline-block;
}
.machine_install_wrap p{
	background-color: #3396ff;
	color: white;
	height: 32px;
	border-right: 3px;
	line-height: 30px;
	padding: 0 8px;
}
.machine_install_wrap ul li{
	height: 32px;
	line-height: 30px;
	position: relative;
	padding: 0px 12px;
}
.machine_install_wrap ul li:before{
	content: "";
	border-right: 1px solid #64676f;
	height: 14px;
	position: absolute;
	top: 8px;
	right: 0;
}
.machine_install_wrap ul li:last-child:before{
	border: none;
}

.nearby_store {
	
	min-width: 2px;
	min-height: calc(100% - 47px);
	max-height: calc(100% - 47px);

	margin: 5px;
	margin-top: 43px;
	display: flex;
	flex-direction: column;

	position: absolute;
	border-radius: 8px;
	box-shadow: 0px 0px 20px 0px #bcbcbc;
	border: 1px solid #dfe1e9;
	background-color: white;
	z-index: 10;

}

.side_toggle_btn {
	height: 100%;
	width: 20px;
	position: absolute;
	right: -31px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.side_btn_img {
	background-color: #5b5c60;
	border-radius: 0px 8px 8px 0px;
	padding: 16px;
	cursor: pointer;
}
.side_toggle_btn img {
	width: 8px;
}
.side_content_wrap {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	transition: all 3s;
}
.title_box {
	padding: 16px 0px;
	margin: 0px 16px;
	/* border-bottom: 1px solid #acb0c1; */
}
.title_box p {
	font-size: 15px;
	font-weight: 500;
	color: #323338;
}
.inner_content {
	word-break: keep-all;
	padding: 0px 16px;
	margin-bottom: 16px;
	overflow: hidden;
	overflow-y: auto;
}
.shop_point {
	border-bottom: 1px solid #dfe1e9;
	padding-bottom: 8px;
	margin-bottom: 12px;
}
.shop_point:last-child {
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.dotOverlay li a {
	margin-top: 6px;
	background-color: #3396ff;
	padding: 4px;
	color: white;
	border-radius: 4px;
}
.map_select{
	background-color: white;
	height: 36px;
	position: absolute;
	top: 3px;
	left: 4px;
	z-index: 10;
	color: black;
	border-radius: 3px;
	box-shadow: rgb(0 0 0 / 15%) 0px 2px 2px 0px;
	border: 1px solid #e2e2e2;
	display: flex;
	flex-direction: column;
	width: 94px;
}
.map_select select{
	height: inherit;
	line-height: inherit;
	border: none;
	background-size: 26px;
}
.map_input{
	background-color: white;
	height: 36px;
	position: absolute;
	top: 3px;
	left: 98px;
	z-index: 10;
	color: black;
	border-radius: 3px;
	box-shadow: rgb(0 0 0 / 15%) 0px 2px 2px 0px;
	border: 1px solid #e2e2e2;
	display: flex;
	align-items: center;
	width: 280px;
	padding: 2px;
}
.map_input input{
	display: inline-block;
	width: calc(100% - 46px);
	height: 100%;
	border: none;
}
.map_input a{
	display: inline-block;
	background-color: #3396ff;
	height: 30px;
	line-height: 30px;
	width: 42px;
	text-align: center;
	border-radius: 4px;
	color: white;
	margin-left: 4px;
}
.map_marker{
	background-color: white;
	width: 32px;
	height: 40px;
	padding: 4px;
	position: absolute;
	top: 230px;
	right: 3px;
	z-index: 10;
	color: black;
	line-height: 30px;
	display: inline-block;
	border-radius: 3px;
	box-shadow: rgb(0 0 0 / 15%) 0px 2px 2px 0px;
	border: 1px solid #e2e2e2;
}
.marker_img{
	background: url(../_img/map_marker_on.png) no-repeat;
	background-size: contain;
	display: flex;
	height: 100%;
}
.map_marker.on {
	background-color: #3396ff;
	border: 1px solid #3396ff;
}
.map_marker.on .marker_img{
	background: url(../_img/map_marker_off.png) no-repeat;
	background-size: contain;
}

/* 설치 현황 타이틀 */
.show_map_wrap{
	position: absolute;
	top: 0;
	width: 100%;
	background-color: white;
	z-index: 1000;
}
.show_map_wrap h1{
	font-family: 'Do Hyeon', sans-serif;
	font-size: 8vw;
	font-weight: 700;
	color: #664e3f;
	padding: 3.5% 2% 2% 2%;
	text-align: center;
	display: none;
}
.bottom_sub_title{
	background-color: #664e3f;
	color: white;
}
.bottom_sub_title ul{
	display: flex;
	justify-content: space-between;
	padding: 1% 2%;
	
}
.bottom_sub_title ul li{
	font-size: 2.5vw;
}
.show_store{
	/*margin-top: 18.5%;*/
	min-height: calc(100% - 11.5%);
	max-height: calc(100% - 11.5%);
	    top: 50%;
    transform: translateY(-50%);
}

/* button */
.btn_db_w{
	width: 100%;
	border-radius: 5px;
	height: 36px;
	line-height: 34px;
	padding: 0px 10px;
	color: white;
	background-color: #00095b;
	float: left;
}
.btn_db_w:hover{
	background-color: #010849;
}
.btn_s_b{
	width: 94px;
	height: 36px;
	line-height: 34px;
	color: white;
	background-color: #323338;
	border-radius: 5px;
}
.btn_s_b:hover{
	background-color: black;
}
.btn_s_g{
	width: 94px;
	height: 36px;
	line-height: 34px;
	padding: 0px 10px;
	color: white;
	background-color: #acb0c1;
	border-radius: 5px;
}
.btn_s_g:hover{
	background-color: #a3a6b6;
}
.btn_s_g_w_a{
	height: 36px;
	line-height: 34px;
	padding: 0px 20px;
	color: white;
	background-color: #acb0c1;
	border-radius: 5px;
}
.btn_s_g_w_a:hover{
	background-color: #a3a6b6;
}
.btn_s_r{
	width: 94px;
	height: 36px;
	line-height: 34px;
	padding: 0px 10px;
	color: white;
	background-color: #d3375a;
	border-radius: 5px;
}
.btn_s_r:hover{
	background-color: #bf2447;
}
.btn_s_r.on{
	background-color: #3274e6;
}
.btn_s_r.on:hover{
	background-color: #1657c5;
}
.btn_s_gr{
	width: 94px;
	height: 36px;
	line-height: 34px;
	color: white;
	background-color: #42a63a;
	border-radius: 5px;
}
.btn_s_gr:hover{
	background-color: #32922a;
}
.btn_s_gr_w_a{
	height: 36px;
	line-height: 34px;
	padding: 0px 20px;
	color: white;
	background-color: #42a63a;
	border-radius: 5px;
}
.btn_s_gr_w_a:hover{
	background-color: #32922a;
}
.btn_line_w{
	width: 94px;
	height: 36px;
	line-height: 34px;
	padding: 0px 10px;
	background-color: white;
	border-radius: 5px;
	border: 1px solid #d7d9e3;
}
.btn_line_w:hover{
	background-color: #f6f7fb;
}
.summit_btn{
	text-align: center;
}
.summit_btn ul li{
	display: inline-block;
	margin-right: 16px;
}
.summit_btn ul li:last-child{
	margin-right: 0;
}
.sm_btn_db_no{
	background-color: #1657c5;
	height: 18px;
	line-height: 16px;
	font-size: 11px;
	color: white;
	border-radius: 4px;
	padding: 0 6px;
}
.sm_btn_or{
	background-color: #f58d00;
	height: 18px;
	line-height: 16px;
	font-size: 11px;
	color: white;
	border-radius: 4px;
	padding: 0 6px;
}
.sm_btn_gray{
	background-color: #64676f;
	height: 18px;
	line-height: 16px;
	font-size: 11px;
	color: white;
	border-radius: 4px;
	padding: 0 6px;
}
.sm_btn_gr{
	background-color: #42a63a;
	height: 18px;
	line-height: 16px;
	font-size: 11px;
	color: white;
	border-radius: 4px;
	padding: 0 6px;
}
.sm_btn_r{
	background-color: #d3375a;
	height: 18px;
	line-height: 16px;
	font-size: 11px;
	color: white;
	border-radius: 4px;
	padding: 0 6px;
}
.sm_btn_bk{
	background-color: #323338;
	height: 18px;
	line-height: 16px;
	font-size: 11px;
	color: white;
	border-radius: 4px;
	padding: 0 6px;
}
.btn_barcode{
	background-color: #323338;
	height: 18px;
	line-height: 16px;
	font-size: 11px;
	color: white;
	border-radius: 4px;
	padding: 0 6px;
	margin: 0 auto;
}

/* 파랑 진한색 */
.btn_s_db{
	width: 94px;
	height: 36px;
	line-height: 34px;
	color: white;
	background-color: #1657c5;
	border-radius: 5px;
}
.btn_s_db:hover{
	background-color: #0843a5;
}
.m_btn_s_db {
	width: 100%;
	height: 36px;
	line-height: 34px;
	padding: 0px 10px;
	color: white;
	background-color: #1657c5;
	border-radius: 5px;
}

/* 버튼 모바일용으로 리셋 */

/* 흰색 라인 */
.e_btn_line_w {
	width: 100%;
	height: 36px;
	line-height: 34px;
	padding: 0px 10px;
	background-color: white;
	border-radius: 5px;
	border: 1px solid #d7d9e3;
}
.e_btn_line_w:hover{
	background-color: #f6f7fb;
}
/* 검정버튼 */
.e_btn_b {
	width: 100%;
	height: 36px;
	line-height: 34px;
	padding: 0px 9px;
	color: white;
	background-color: #323338;
	border-radius: 5px;
}
.e_btn_b:hover{
	background-color: black;
}

/* 녹색 버튼 padding 16px */
.e_btn_gr_pa {
	width: 100%;
	height: 36px;
	line-height: 34px;
	padding: 0px 16px;
	color: white;
	background-color: #42a63a;
	border-radius: 5px;
}
.e_btn_b:hover{
	background-color: #32922a;
}
/* 오렌지버튼 */
.e_btn_or_pa {
	width: 100%;
	height: 36px;
	line-height: 34px;
	padding: 0px 16px;
	color: white;
	background-color: #f58d00;
	border-radius: 5px;
}

/* 빨강번튼 */
.e_btn_s_r{
	height: 36px;
	line-height: 34px;
	padding: 0px 10px;
	color: white;
	background-color: #d3375a;
	border-radius: 5px;
	padding: 0px 16px;
}
.e_btn_s_r:hover{
	background-color: #bf2447;
}

/* 검정버튼 padding 16px */
.e_btn_b_pa {
	width: 100%;
	height: 36px;
	line-height: 34px;
	padding: 0px 16px;
	color: white;
	background-color: #323338;
	border-radius: 5px;
}
.e_btn_b:hover{
	background-color: black;
}

/* 검정버튼2 */
.e_btn_b_m {
	width: 120px;
	height: 36px;
	line-height: 34px;
	padding: 0px 10px;
	color: white;
	background-color: #323338;
	border-radius: 5px;
	margin: 0 auto;
}
.e_btn_b_m:hover{
	background-color: black;
}

/* 파란색 버튼 */
.e_btn_s_db{
	padding: 0px 16px;
	height: 36px;
	line-height: 34px;
	color: white;
	background-color: #3274e6;
	border-radius: 5px;
}
.e_btn_s_db:hover{
	background-color: #1657c5;
}

/* 파란색 온오프 */
.btn_s_g_w_a.on{
	height: 36px;
	line-height: 34px;
	padding: 0px 20px;
	color: white;
	background-color: #3274e6;
	border-radius: 5px;
}
.btn_s_g_w_a:hover{
	background-color: #3274e6;
}


@media (max-width: 540px){
	.map_input{
		width: calc(100% - 101px);
	}
}


