@charset "UTF-8";

.customer-header {background:#343a40;color:#fff;}
.customer-header .container {display:flex;justify-content:center; flex-direction: column}
.customer-header .page-title { padding-top:50px;padding-bottom:35px; font-size:24px; font-family: NanumSquare, 'sans-serif'}
.customer-header .customer-nav {margin-top:auto;}
.customer-header .customer-nav.nav-pills .nav-link { border-radius:0; color:#fff; }
.customer-header .customer-nav.nav-pills .nav-link.active {background-color:#fff; color:#000;}