/* -- smart phone -- */
* {  }
/* footer */
#footer { padding-bottom: 1rem !important; font-size: 0.75rem; }
#footer ul a { color:#343a40; }
#footer ul.row { border-top: 1px solid #bbb; }
#footer ul.row li { border-bottom: 1px solid #bbb; padding: 0.5rem; }
#footer ul.row li:nth-child(2n) { border-left: 1px solid #bbb; }
#footer .ft_copyright { color: #343a40; }
/* icon */
.icon-newwin {
    content: "";display: block;position: absolute;right: 3%;top: 0;bottom: 0;margin: auto;background-repeat: no-repeat;background-image: url("/asset/img/icon_newwindow.svg");background-size: 15px 15px;background-position: right center;display: block;width: 15px;height: 15px;
}
/* -- width smart phone -- */
@media (min-width: 576px) {
}
/* -- tablet -- */
@media (min-width: 768px) {
}
/* -- tablet side -- */
@media (min-width: 992px) {
}
/* -- pc -- */
@media (min-width: 1200px) {
    #footer ul.row,#footer ul.row li,#footer ul.row li:nth-child(2n) { border: none; }
    .icon-newwin { display: none; }
}
