@charset "utf-8";
/* CSS Document */
.top-bar {position:fixed; top:0; width:100%; z-index: 1040; background-color: rgba(16, 20, 25, 0.3); border-bottom: 1px solid rgba(163, 138, 115, 0.25); transition: all 0.25s ease 0s;}
.top-barC {margin:auto; max-width: 1970px; height: 109px; padding: 0 100px; position: relative; transition: all 0.25s ease 0s;}
.logo {position: absolute; top: 17px; left: 100px; width: 247px; line-height: 0; font-size: 0; z-index: 77; transition: all 0.25s ease 0s!important;}
.logo a {display: block;}

.links {position: absolute; bottom: calc(50% - 20px); right: 0; z-index: 100; display: flex; flex-flow: wrap; justify-content: flex-end; font-size: 14px; transition: all 0.25s ease 0s;}
.links a:link, .links a:visited {text-decoration:none; color:#333333; transition: all 0.25s ease 0s;}
.links a:active, .links a:hover {text-decoration:none; color:#FF4019; cursor:pointer; transition: all 0.5s ease 0s;}
.links > div {position: relative; min-width: 20px; min-height: 21px; margin-left: 30px; display: flex; flex-flow: wrap; align-items: center; justify-content: center; margin-bottom: 15px;transition: all 0.25s ease 0s;}

.search {width: 190px; height: 40px; display: flex; flex-flow: row; align-items: center; border-radius: 20px; overflow: hidden; transition: all 0.25s ease 0s;}
.search .inputA { position: relative; background: url("../images/icon_search_01.svg") no-repeat #fff; background-size: contain; background-size: 20px; background-position: 10px 50%; padding: 5px 5px 5px 38px; width: calc(100% - 60px); height: 100%;}
.search .search_btn { width: 60px; height: 100%; text-align: center; display: flex; flex-flow: wrap; justify-content: center; align-items: center; border: none; color: #e9dbcc; padding: 5px 10px; background: #153555; transition: all 0.5s ease 0s;}
.search .search_btn:hover { background-color: #91755c; color: #fff;}