.sidebar-box{
	margin-bottom: 30px;
}
.sidebar-hd-type1{
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1.14px;
	font-weight: bold;
	color: #ffffff;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(213, 213, 213, 0.5);
}
.sb-head{
	background-color: #ffffff;
	font-size: 16px;
	padding: 7px 32px 7px 10px;
	color: #000000;
	letter-spacing: 1.14px;
	margin-top: 1px;
	cursor: pointer;
	position: relative;
}
.sb-head:after{
	content: '';
	position: absolute;
	right: 7px; top: 50%;
	transform: translateY(-50%);
	background-image: url('../images/down-arrow1.svg');
	background-repeat: no-repeat;
	background-size: cover;
	width: 18px; height: 17px;
}
.sb-head.open:after{
	transform: rotate(180deg);
	margin-top: -8px;
}
.sidebar-boxlink .point-type1{ padding: 25px 0; }
.sidebar-boxlink .point-type1 li{ margin-left: 20px;}
.sb-head-type1,
.sb-head-type1 a{
	font-size: 16px;
	line-height: 18px;
	letter-spacing: 1.33px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 25px;
}
.sb-head-type1 a:hover{ color: #ffdde2; }
.sidebar-box .point-type1 {
	 margin-top: 20px;
	 margin-bottom: 30px;
}
.sidebar-box .point-type1 li {
	margin-bottom: 0;
	padding: 30px 0;
	border-top: 2px solid #d8d8d8;
}
.sidebar-box .point-type1 li:last-child {
	border-bottom: 2px solid #d8d8d8;
}
.point-type1 li .list-cntct span{
	display:block;
	font-size:12px;
	font-weight:400;
	line-height:1.29;
	letter-spacing:1.5px;
	text-transform:uppercase;
	color:#3b3b3b;
	margin-bottom: 5px;
	}
.point-type1 li .list-cntct a{
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	letter-spacing:1.54px;
	color:#da291c;
	}	
.point-type1 li .list-cntct{
	padding-left:49px;
	position:relative;
	}
.point-type1 li .list-cntct.ph-icon:before{
	content:'';
	position:absolute;
	left:0;
	top:6px;
	width:31px;
	height:31px;
	display:block;
	background:url(../images/icon-phone.svg) no-repeat 0 0;
	}
.point-type1 li .list-cntct.loss-icon:before{
	content:'';
	position:absolute;
	left:0;
	top:3px;
	width:27px;
	height:34px;
	display:block;
	background:url(../images/icon-lost.svg) no-repeat 0 0;
	}	
.point-type1 li .list-cntct.globe-icon:before{
	content:'';
	position:absolute;
	left:0;
	top:3px;
	width:39px;
	height:30px;
	display:block;
	background:url(../images/icon-globe.svg) no-repeat 0 0;
	}
.point-type1 li .list-cntct.feedback-icon:before{
	content:'';
	position:absolute;
	left:0;
	top:5px;
	width:31px;
	height:26px;
	display:block;
	background:url(../images/icon-feedback.svg) no-repeat 0 0;
	}
@media(max-width: 992px){
	.sidebar-box{
		margin-bottom: 0;
		margin-top: 20px;
	}
}
@media(max-width: 567px){
	.sidebar-box{
		padding: 0;
		margin-top: 10px;
	}
	.sidebar-hd-type1{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
}