
.wrap{
	width:100%;
	min-width:280px;
	max-width:960px;
	margin:auto;
	padding:0 1rem;	
}

.bg_dark{
	background-color: #3B3E49;
}

.searchbar {
	height: 40px !important;
}

.searchbar input {
	border: 1px solid black;
	/* -webkit-box-shadow: 7px 13px 18px -16px rgba(0, 0, 0, 1);
	-moz-box-shadow: 7px 13px 18px -16px rgba(0, 0, 0, 1);
	box-shadow: 7px 13px 18px -16px rgba(0, 0, 0, 1); */
}

input[type="radio"] {
	display: none;
}

input[type="radio"]+label {
	font-family: Arial, sans-serif;
}

input[type="radio"]+label span {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin: -2px 10px 0 0;
	vertical-align: middle;
	background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -38px top no-repeat;
	cursor: pointer;
}

input[type="radio"]:checked+label span {
	background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/210284/check_radio_sheet.png) -57px top no-repeat;
}

.pointDiv {
	padding: .5rem;
	font-size: 1.2rem;
}

#selectedNameList li {
	height: 30px;
	padding: .25rem;
	font-size: .875rem;
	background: #f7f7f7;
}

.display-5 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.list-group a:hover{
	color: inherit;
    text-decoration: inherit;
}

.list-group-item{
	position:relative;
}

.point_list_all {
	height: 370px;
	padding: 15px 0 15px 0;
	margin: 0 5px;
	border: 1px solid #c4c4c4;	
	/* background: #F2F7F7; */
	overflow-y: scroll;	
	font-size:.875rem;	
	position: relative;
	/* box-shadow:5px 5px rgba(0,0,0, .1); */
}

.point_list_all::-webkit-scrollbar {
	width: 5px;
}
.point_list_all::-webkit-scrollbar-thumb {
	background-color: #414141;
}
.point_list_all::-webkit-scrollbar-track {
	background-color: #c4c4c4;
}

.other_card_bg{
	background-color: #ecf1f8 !important;
}


.mine_card_bg{
	/*background-color:#6FBCED !important;*/
	background-color:rgb(0, 132, 255) !important;	
	color:white !important;
}

.other_mine_card_bg{
	/* background-color: #cbdbf2 !important; */
	background-color: #FFF0D1 !important;

}

.other_card{
	width:48% !important;
}

.mine_card{
	width:48% !important;	
	
}

.point_list_rightBox{
	display: flex;
	justify-content: center;
	align-items: center;
}

.point_list_point{
	display: inline-block;
  	vertical-align: baseline;
	height:35px;
	line-height: 30px;
	border:1px solid #212529;
	border-radius: 15px !important;
	color: #212529;
	background:transparent;
	font-size:1.1rem;
	font-weight:600;
}

.point_list_msg{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 700px;	
	height: 50px;
}

.section_title {
	font-size: 1.2rem;
	font-weight: 700;
}

.searched_name_box {
	width: 200px;
	padding: 5px;
	border: 1px solid #343a40;
	background: white;
	position: absolute;
	z-index: 999;
}

.searched_name_ul {
	font-size: 0.875rem;
}

.searched_name_ul li {
	padding: 5px;
}


.w-30 {
	width: 33.3%
}

.f-875{
	font-size: .875rem;
}

.f-1 {
	font-size: 1rem;
	color: white;
}

.f-12 {
	font-size: 1.2rem;
	color: white;
}

.f-15 {
	font-size: 1.5rem;
	color: white;
}

.f-2 {
	padding: 1.2rem 1rem 1rem 1rem;
	font-size: 2rem;
	color: #343A40;
}

.fc-white{
	color:white;
}
.fc-pink{
	color:#F5ABAB;
}

.fc-black {
	color: black;
}

.fc-black:hover {
	color: black;
}

.fc-red {
	color: red;
}

.fc-blue {
	color: blue;
}

.border-white-2px{
	border:2px solid white;
}

.btn-blue{
	color:blue;
	border:2px solid blue !important;
}

.btn-red{
	color:red;
	border:2px solid red !important;
}

.pointer {
	cursor: pointer;
}

.tab_active {
	color:black !important;
	font-weight: 700 !important;
	border-bottom: 2px solid #EA5455;
}

.tab_active > a{
	color:black !important;
	font-weight: 700 !important;
}

.tab_active:hover{
	color:black;	
}

.tabMenu:hover {
	text-decoration:none;
}

.point-card-box {
	height: 100px;
	border-radius: 5px;
	border: 1px solid #343A40;	
}

.point_card{
	/*background:#828c96 !important;*/	
	border-radius: 5px !important;	
	padding:5px;
	color : #4a4a4a;	
	
}

#recipient{
	width:100%;	
	border-radius: 5px;
}


.alert_popup {
	display: none;
	width: 960px;
	margin: auto;
	position: absolute;
	top: 40px;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 1;
	z-index: 9;
}

.triangle{
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;

	border-color: transparent transparent #58b666 transparent;
	margin-left: 15px
}

.point_list_pop_box{
	display: none;
	width:50px;
	background:#343A40;
	text-align:center;
	color:white;
	opacity: .9;
	padding:2px;
	position: absolute;
	z-index: 99999;
	top:0;
	left:0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
    box-shadow: 0px 0px 5px 0px rgba(164, 164, 164, 1);
}

.point_list_pop_box p{
	margin:0;
}



@media (min-width: 0px) and (max-width: 480px) {

	/*320px에서 480px 사이*/

	body{
		font-size:.675rem;
	}

	.wrap {
		font-size: .675rem;		
	}
	
	input::placeholder {
		font-size: .575rem;
	}

	.list-group-item{
		padding : .55rem .75rem !important;
	}

	.other_card{
		width:80% !important;
	}
	
	.mine_card{
		width:80% !important;			
	}

	.point_list_point{
		font-size:.675rem;
	}
}