.sidenav{
	display:none;
}
@media only screen and (min-width: 940px) {
#customer_voice .titleBox {
width: 940px;
padding: 0 10px;
}
}
@media only screen and (max-width: 900px) {
#customer_voice .titleBox {
width: 100%;
padding: 0 10px;
}
}

#customer_voice .buttton{
color: #063190;
background-color: white;
transition: background-color 0.3s, color 0.3s;
}
#customer_voice .buttton a{
color: #063190;
}
#customer_voice .buttton:hover {
color: white;
background-color: #063190;
}
#customer_voice .buttton:hover a{
color: white;
}
.contact-koe-font{
color: #000;
font-family: YuGothic;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 208.5%; /* 29.19px */
letter-spacing: 1.12px;
display:flex;
align-items:center;
}
.contact-koe-font2{
color: #000;
font-family: YuGothic;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 165%; /* 23.1px */
letter-spacing: 1.12px;
margin-left:16px;
}
.contact-koe-ul{
	margin-top:18px;
    list-style: none; /* 원을 없애는 스타일 적용 */
}
.contact-koe-ul li img{
	margin-right:8px;
}