/* BASIC css start */
/* ÇÏ´Ü */
#footer {  padding-top:48px; position:relative; width:100%;  background:#001b46; overflow:hidden; }
#footer .footer_inner { position:relative; }
#footer .footer_inner .logo_bot { text-align:center; padding-bottom:48px; }
#footer .footerTop {max-width: 1400px;min-width:1200px;padding-bottom:56px;margin: 0 auto;}
#footer .footerTop:after { display:block; clear:both; content:'' }
#footer .footerTop .infoBx {float:left;width:25%;text-align:center;position: relative;}
#footer .footerTop .infoBx>h1 {
    font-size: 14px;
    color: #e9d9bd;
    font-weight: 400;
    margin-bottom: 30px;
    letter-spacing:0.075em;
}

#footer .footerTop .infoBx ul li {
    margin-bottom: 17px;
}

#footer .footerTop .infoBx ul li:last-of-type { margin-bottom:0; }

#footer .footerTop .infoBx ul li a {
    font-size: 12px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 3px;
    display: inline-block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-bottom: 1px solid transparent;
        letter-spacing: -0.015em;
        position:relative;
}

#footer .footerTop .infoBx ul li a:after  {
  display:block;
  content: '';
  border-bottom: solid 1px #fff;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
  transform-origin: 0% 50%;
  bottom: 0;
  position: absolute;
  height: 1px;
  width: 100%;
  }

#footer .footerTop .infoBx ul li:hover a:after { transform: scaleX(1);  }
#footer .footerTop .infoBx ul.family_li li:hover a:after { transform: scaleX(0); }
#footer .footerTop .infoBx ul li a:hover {}

#footer .footerTop .infoBx ul.family_li li {
    margin-bottom: 0;
    width: 100%;
}

#footer .footerTop .infoBx ul.family_li li.family_tit {
}

#footer .footerTop .infoBx ul.family_li li.family_tit a {
    color: #e9d9bd;
    font-size: 12px;
    border-bottom: none;
    padding-bottom:0;
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 8px;
}

#footer .footerTop .infoBx ul.family_li li a {
}

#footer .footerTop .infoBx ul.family_li li.family_tit a img {
    margin-left: 5px;
    margin-top: -3px;
}

#footer .footerBottom {margin:0 auto;position:relative;background:#001029;z-index: 0;}

#footer .footerBottom .bottom_inner {
    padding:23px 0;
    max-width: 1400px;
    min-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}


.bottom_left {
    float: left;
    letter-spacing: 0px;
}

p.copy {
    float: right;
    color: rgba(255,255,255,.3);
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 1px;
}

.bottom_left p, .bottom_left p a {
    font-size: 11px;
    color: rgba(255,255,255,.5);
    font-weight: 400;
}

.bottom_left p a {font-size:11px;vertical-align: unset;}

.bottom_left p span {
    margin-right: 13px;
}



.bottom_banner {
    overflow: hidden;
    margin-bottom:40px;
}

.bottom_banner>div {
    float: left;
    width: 50%;
    position:relative;
}

.bottom_banner>div img { width:100%; }

.bottom_banner a img {
    width: 100%;
}


.bottom_t a {
    font-size: 16px;
    font-weight: 400;
    color: #e9d9bd;
    width: 210px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #e9d9bd;
    text-align: center;
    letter-spacing: 0.075em;
    display: block;
    margin: 0 auto;
    transition:all 0.3s ease;
}

.bottom_t {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}

.bottom_t h1 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 63px;
    font-family: 'linotype-didot';
    letter-spacing: 0.075em;
}


.bottom_t a:hover {
    background: rgba(233,217,189,.2);
}

.family_box {
    position: absolute;
    bottom: 120px;
    right: 60px;
    color: #e9d9bd;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.family_box a {
    font-size: 14px;
    color: #fff;
    margin-left: 5px;
}


.foot_sel {
    text-align: left;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 128px;
    margin-top: 20px;
    position: relative;
    z-index: 99;
}

.foot_sel>div {
    padding-left: 8px;
    color: #e9d9bd;
    font-size: 12px;
    border: 1px solid #e9d9bd;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 128px;
    height: 32px;
    line-height: 30px;
    letter-spacing: -0.015em;
    cursor: pointer;
    
}


.foot_sel>div img { width:11px; height:6px; position:absolute; top: 50%; right:10px; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); }

.foot_sel>div.open img { transform: rotate(180deg) translateY(67%); -webkit-transform: rotate(180deg) translateY(67%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); -moz-transform: translateY(-50%); }

ul.family_li {
    border: 1px solid #e9d9bd;
    border-top: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 128px;
    display: none;
    position: absolute;
    z-index: 10;
background: #001b46; 
overflow: hidden;
}

.escrowImg {
    margin-top: 15px;
}

/* BASIC css end */

