html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
}
nav.navbar {
    background:#DEDAD5;
}

nav.navbar.navbar-expand-lg div.container {
    width: 1200px;
    margin:0 auto;
}

ul.navbar-nav {
    display: flex;
    justify-content: start;
    align-items: center;
}

ul.navbar-nav.ml-auto li.nav-item {
    margin-right: 60px;
    position: relative;
    padding:30px 0;
}
ul.navbar-nav.ml-auto li.nav-item a.nav-link{
    color:#333;
    font-size: 16px;
}
ul.navbar-nav.ml-auto li.nav-item a.nav-link.active {
    font-weight: 700;
}
ul.navbar-nav.ml-auto li.nav-item a.nav-link.active::after{
    content: "";
    position: absolute;
    display: block;
    bottom: 20px;
    width: 35px;
    height: 2px;
    background:#333;
    transform: translateX(-50%);
    left:50%;
}


.mid {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
div.top-wrapper {
    background:#373536;
}

div.top-wrapper div.tap-nav {
    width: 1200px;
    margin:0 auto;
    padding:15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div.top-wrapper div.tap-nav a.logo {
    display: block;
    width: 388px;
    height: 58px;
}

div.top-wrapper div.tap-nav a.logo img {
    width: 100%;
    height: 100%;
}



div.top-wrapper div.tap-nav a.policy {
    width: 114px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    color:#333;
    font-size: 14px;
    padding:0 10px;
}


/* .navbar-nav .nav-link:hover {
    color: #fff;
} */
div.foot-wrapper {
    background:#EEECE9;
    padding:50px 0;
}

div.foot-wrapper div.footer {
    width: 1200px;
    margin:0 auto;
}

div.foot-wrapper div.footer div.foot-inner-item {

}

div.foot-wrapper div.footer div.foot-inner-item div.foot-row {
    display: flex;
    justify-content: center;
    align-items: start;
    margin-top: 50px;
}

div.foot-wrapper div.footer div.foot-inner-item div.foot-row div.foot-column {
    margin-left: 50px;    
}

h2.fc-title {
    font-size: 20px;
    color:#fff;
    text-align: center;
    margin-bottom: 15px;
}

.foot-holder{
    width: 1px;
    height:80px;
    background:#ACABB5;
}


p.fc-content {
font-size: 16px;
text-align: center;
line-height: 1.5;
color:#ACABB5;
}



.foot-info{
    display: flex;
    justify-content: start;
    
}
.foot-info .foot-info-text{
    font-size: 16px;
    color:#fff;
    line-height: 1.5;
    margin-bottom: 30px;
}

.copyright{
    width: 100%;
    height:45px;
    line-height: 45px;
    text-align: center;
    background:#EEECE9;
    color:#373536;
    font-size: 16px;
    padding:20px 0;    
}

.foot-column .foot-link{
    color:#373536;
    margin-bottom: 10px;
    display: block;
}
.foot-logo {
    width: 400px;
    height: 121px;
}
.foot-logo img{
    width: 100%;
    height: 100%;
}