@charset "UTF-8";

@media (min-width:1366px) {
.breadcrumb_text-css {
font-size: 13px;
font-weight: 400;
margin: 6px auto 0 auto;
width: 98%;
display: flow-root;
color: #14b8a6;
}
.breadcrumb_text-css ul {
display: flex;
}
.breadcrumb_text-css a {
color: #888686;
text-decoration: none;
}
}

@media (min-width:600px) and  (max-width:1024px) {
.breadcrumb_text-css ul li {
font-size: 72%;
font-weight: 400;
width: 96%;
text-align: justify;
line-height: 1.6;
color: #14b8a6;
margin: 1% auto 0;
}
.breadcrumb_text-css ul li a {
color: #888686;
text-decoration: none;
}
}

@media (min-width:360px) and  (max-width:480px) {
.breadcrumb_text-css {
font-size: 64%;
font-weight: 400;
width: 96%;
text-align: justify;
line-height: 1.6;
color: #14b8a6;
margin: 1% auto 0;
}
.breadcrumb_text-css ul li a {
color: #888686;
text-decoration: none;
}
}