@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+KR:100,300,400,500,700,900|Sen:400,700&display=swap&subset=korean,latin-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900');
@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 100;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 300;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 400;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 700;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
  font-family: 'Noto Sans KR';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}


/* common */
html, body {
  margin: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 16px;
  outline: none;
  -webkit-text-size-adjust: none;
}

ul>li>a {
  text-decoration: none;
}

a {
  color: inherit;
}

table {
  border-collapse: collapse;
}

.blind {
  position: absolute !important;
  visibility: hidden !important;
  top: 0 !important;
  left: 0 !important;
  height: 0 !important;
  width: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

caption {
  display: none;
}

p, strong, span {
  letter-spacing: -0.5px;
}

i {
  display: inline-block;
}

em {
  font-style: normal;
  letter-spacing: -1px;
}

input {
  box-sizing: border-box;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 0;
/*  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
}

input[type=text]::-ms-clear {
  display: none;
}

button {
  box-sizing: border-box;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}

textarea {
  box-sizing: border-box;
  resize: none;
}

select {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/* LAYOUT */
#A_Wrap {
  width: 100%;
  height: 100%;
}

#A_Container_Wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#A_Container {
  overflow: hidden;
  box-sizing: border-box;
  min-height: calc(100vh - 340px);
  margin: 0 auto;
  padding: 40px 0 100px;
}

/* header */
#A_Header {
  position: absolute;
  z-index: 999;
  width: 100%;
}

#A_Header .inner {
  height: 90px;
  width: 1180px;
  margin: 0 auto;
}

#A_Header .inner:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}

#A_Header .logo {
  position: absolute;
  top: 0;
  left: 20px;
}

#A_Header .logo a {
  display: block;
  width: 140px;
  height: 180px;
  background: url(../images/common/profile_logo_white2.png) no-repeat center;
  background-size: contain;
}

#A_Header .gnbgrid {
  float: right;
}

#A_Header .gnb:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}

#A_Header .gnb>li {
  float: left;
}

#A_Header .gnb>li+li {
  margin: 0 0 0 60px;
}

#A_Header .gnb>li>a {
  display: block;
  width: 100%;
  line-height: 90px;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

#A_Header .gnb>li>a:hover {
  color: #ffba00;
}

#A_Header .util {
  padding: 10px 0 0;
}

/*lnb*/
#A_Header .gnb_wrap .gnb>li {
  position: relative;
}

#A_Header .gnb_wrap .gnb .lnb_wrap {
  display: none;
  position: absolute;
  top: 80px;
  left: -20px;
  box-sizing: border-box;
  width: calc(100% + 50px);
  padding: 10px 0 0;
}

#A_Header .gnb_wrap .gnb .lnb {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.8);
margin-top: 10px;
}

#A_Header .gnb_wrap .gnb .lnb:before {
  display: block;
  position: absolute;
  left: 40px;
  top: -14px;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border-left: 7px solid rgba(255, 255, 255, 0.8);
  border-bottom: 7px solid rgba(255, 255, 255, 0.8);
  border-top: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
}

#A_Header .gnb_wrap .gnb .lnb li {
  font-size: 12px;
  padding: 10px 0px;
}

#A_Header .gnb_wrap .gnb .lnb li a {
  display: block;
  position: relative;
  color: #666;
  font-size: 14px;
  word-break: keep-all;
}

#A_Header .gnb_wrap .gnb .lnb li a:hover {
  color: #8048ee;
}

/* DEMO #5 */
/*모바일네비*/
.m_hide {
  display: none;
}

.m_menu {
  display: none;
}
#A_Header .m_menutop .login button h5 a{
width: 100%;
display: inline-block;
padding:10px 0;
}
/* footer */
#A_Footer {
  width: 100%;
  height: 200px;
  background-color: #222;
  padding-top: 30px;
}

#A_Footer .inner {
  position: relative;
  width: 1180px;
  margin: 0 auto;
}

#A_Footer .ft_logo {
  position: absolute;
  top: 50px;
  right: 0;
}

#A_Footer .ft_links:after {
  display: block;
  clear: both;
  *zoom: 1;
  content: '';
}

#A_Footer .ft_links li {
  float: left;
}

#A_Footer .ft_links li+li {
  margin: 0 0 0 40px;
}

#A_Footer .ft_links li a {
  display: block;
  line-height: 80px;
  color: #444;
}

#A_Footer .ft_links li .foo_1{color:#a33192;}

#A_Footer .ft_txt {
  padding: 0px 0 40px;
}

#A_Footer .ft_txt p {
  line-height: 26px;
  font-size: 14px;
  color: #444;
}

#A_Footer .ft_txt .copy {
  margin: 20px 0 0;
}

@media screen and (min-width:1024px) and (max-width: 1440px) {
  #A_Header .inner {
    height: 90px;
    width: 900px;
    margin: 0 auto;
  }

  #A_Footer .inner {
    position: relative;
    width: 900px;
    margin: 0 auto;
  }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .m_menu {
    display: block;
  }

  .pc_menu {
    display: none;
  }

  #A_Header .m_menuicon img {
    width: 35px;
    cursor: pointer;
    margin-top: 15px;
  }

  #A_Header .m_gnb_wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    height: 70px;
  }

  #A_Header .mb_logo {
    width: 100px;
    height: 70px;
    cursor: pointer;
  }

  #A_Header .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    font-family: 'Noto Sans KR', sans-serif !important;
  }

  #A_Header .overlay .closebtn {
    position: absolute;
    top: 30px;
    right: 20px;
    color: #fff;
  }

  #A_Header .overlay .closebtn img {
    width: 35px;
    height: 35px;
    font-weight: lighter;
  }

  /*모바일 메뉴 콘텐츠*/
  #A_Header .m_menutop {
    background-image: linear-gradient(to right, #8048ee, #e63872);
    height: 220px;
    width: 100%;
  }

  #A_Header .m_menutop .mb_logo {
    margin-top: 20px;
    margin-left: 20px;
  }

  #A_Header .m_menutop .login {
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
  }

  #A_Header .m_menutop .login button {
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    float: left;
  }

  #A_Header .m_menutop .login button h5 {
    color: #fff;
    font-size: 18px;
  }

  #A_Header .m_menutop .login button:nth-child(1) {
    margin-right: 10px;
  }

  /* gnb메뉴*/
  #A_Header .accordion {
    background: #fff;
    border-radius: 0 20px 0 0;
    transform: translateY(-15px);
  }

  #A_Header .accordion .gnb_tit {
    cursor: pointer;
    display: block;
    padding: 15px 0px;
    margin: 0 20px;
    color: #333;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #eee;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: uppercase;
  }

  /*
  #A_Header .accordion li:last-child .gnb_tit {
    border-bottom: 0;
  }
*/
  #A_Header .accordion li i {
    position: absolute;
    top: 18px;
    right: 0;
    font-size: 22px;
    font-weight: lighter;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  #A_Header .accordion li i.fa-chevron-down {
    right: 25px;
    right: 0;
    font-size: 18px;
  }

  #A_Header .accordion li.open .gnb_tit {
    color: #333;
  }

  #A_Header .accordion li.open i {
    color: #333;
  }

  #A_Header .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* 서브메뉴*/
  #A_Header .submenu {
    display: none;
  }

  /*
  #A_Header .submenu li {
    border-bottom: 1px solid #eee;
  }
*/
  #A_Header .submenu a {
    display: block;
    text-decoration: none;
    color: #999;
    padding: 15px;
    text-transform: uppercase;
    padding-left: 35px;
    font-size: 16px;
    font-weight: 500;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  #A_Header .submenu a:hover {
    color: #8048ee;
  }

  /*내려오는 네비*/
  .m_hide {
    display: block;
  }

  .hidenav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -9999999;
    background-image: linear-gradient(to right, #8048ee, #e63872);
    opacity: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }

  .hidenav .m_icon {
    width: 35px;
    margin-right: 40px;
    cursor: pointer;
    transform: translateY(10px);
    cursor: pointer;
  }

  .sticky {
    position: fixed;
    opacity: 1;
    z-index: 99;
    -webkit-animation: moveDown .3s;
  }

  @-webkit-keyframes moveDown {
    0% {
      -webkit-transform: translateY(-50px)
    }
  }

  /*푸터*/
  #A_Footer {
    width: 100%;
    height: auto;
    background-color: #222;
    padding-top: 30px;
  }

  #A_Footer .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  #A_Footer .ft_links li {
    padding-left: 20px;
  }

  #A_Footer .ft_links li+li {
    margin: 0 0 0 10px;
  }

  #A_Footer .ft_txt {
    padding-left: 20px;
    padding-right: 20px;
  }

  #A_Footer .ft_logo {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 70px;
    height: 40px;
  }
}

@media screen and (min-width:481px) and (max-width:767px) {
  .m_menu {
    display: block;
  }

  .m_hide {
    display: block;
  }

  .pc_menu {
    display: none;
  }

  #A_Header .m_menuicon img {
    width: 25px;
    cursor: pointer;
    margin-top: 15px;
  }

  #A_Header .m_gnb_wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    height: 70px;
  }

  #A_Header .mb_logo {
    width: 90px;
    height: 60px;
    cursor: pointer;
  }

  #A_Header .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    font-family: 'Noto Sans KR', sans-serif !important;
  }

  #A_Header .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
  }

  #A_Header .overlay .closebtn img {
    width: 23px;
    height: 23px;
    font-weight: lighter;
  }

  /*모바일 메뉴 콘텐츠*/
  #A_Header .m_menutop {
    background-image: linear-gradient(to right, #8048ee, #e63872);
    height: 190px;
    width: 100%;
  }

  #A_Header .m_menutop .mb_logo {
    margin-top: 20px;
    margin-left: 20px;
  }

  #A_Header .m_menutop .login {
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
  }

  #A_Header .m_menutop .login button {
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    float: left;
  }

  #A_Header .m_menutop .login button h5 {
    color: #fff;
    font-size: 15px;
  }

  #A_Header .m_menutop .login button:nth-child(1) {
    margin-right: 10px;
  }

  /* gnb메뉴*/
  #A_Header .accordion {
    background: #fff;
    border-radius: 0 20px 0 0;
    transform: translateY(-15px);
  }

  #A_Header .accordion .gnb_tit {
    cursor: pointer;
    display: block;
    padding: 15px 0px;
    margin: 0 20px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: uppercase;
  }

  /*
  #A_Header .accordion li:last-child .gnb_tit {
    border-bottom: 0;
  }
*/
  #A_Header .accordion li i {
    position: absolute;
    top: 18px;
    right: 0;
    font-size: 20px;
    font-weight: lighter;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  #A_Header .accordion li i.fa-chevron-down {
    right: 25px;
    right: 0;
    font-size: 16px;
  }

  #A_Header .accordion li.open .gnb_tit {
    color: #333;
  }

  #A_Header .accordion li.open i {
    color: #333;
  }

  #A_Header .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* 서브메뉴*/
  #A_Header .submenu {
    display: none;
  }

  /*
  #A_Header .submenu li {
    border-bottom: 1px solid #eee;
  }
*/
  #A_Header .submenu a {
    display: block;
    text-decoration: none;
    color: #999;
    padding: 15px;
    text-transform: uppercase;
    padding-left: 35px;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  #A_Header .submenu a:hover {
    color: #8048ee;
  }

  /*내려오는 네비*/
  .hidenav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -9999999;
    background-image: linear-gradient(to right, #8048ee, #e63872);
    opacity: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }

  .hidenav .m_icon {
    width: 25px;
    margin-right: 40px;
    cursor: pointer;
    transform: translateY(10px);
  }

  .sticky {
    position: fixed;
    opacity: 1;
    z-index: 99;
    -webkit-animation: moveDown .3s;
  }

  @-webkit-keyframes moveDown {
    0% {
      -webkit-transform: translateY(-50px)
    }
  }

  /*푸터*/
  #A_Footer {
    width: 100%;
    height: auto;
    background-color: #222;
    padding-top: 30px;
  }

  #A_Footer .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  #A_Footer .ft_links li {
    padding-left: 20px;
  }

  #A_Footer .ft_links li+li {
    margin: 0 0 0 10px;
  }

  #A_Footer .ft_txt {
    padding-left: 20px;
    padding-right: 20px;
  }

  #A_Footer .ft_logo {
    position: absolute;
    top: 30px;
    right: 20px;
    width: 70px;
    height: 40px;
  }
}

/* mobile */
@media screen and (max-width: 480px) {
  .m_menu {
    display: block;
  }

  .m_hide {
    display: block;
  }

  .pc_menu {
    display: none;
  }

  #A_Header .m_menuicon img {
    width: 25px;
    cursor: pointer;
    margin-top: 15px;
  }

  #A_Header .m_gnb_wrap {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    height: 70px;
  }

  #A_Header .mb_logo {
    width: 70px;
    height: 50px;
    cursor: pointer;
  }

  #A_Header .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    background: #fff;
    overflow-x: hidden;
    transition: 0.2s;
    font-family: 'Noto Sans KR', sans-serif !important;
  }

  #A_Header .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
  }

  #A_Header .overlay .closebtn img {
    width: 23px;
    height: 23px;
    font-weight: lighter;
  }

  /*모바일 메뉴 콘텐츠*/
  #A_Header .m_menutop {
    background-image: linear-gradient(to right, #8048ee, #e63872);
    height: 190px;
    width: 100%;
  }

  #A_Header .m_menutop .mb_logo {
    margin-top: 20px;
    margin-left: 20px;
  }

  #A_Header .m_menutop .login {
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
  }

  #A_Header .m_menutop .login button {
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 13px;
    float: left;
  }

  #A_Header .m_menutop .login button h5 {
    color: #fff;
    font-size: 15px;
  }

  #A_Header .m_menutop .login button:nth-child(1) {
    margin-right: 10px;
  }

  /* gnb메뉴*/
  #A_Header .accordion {
    background: #fff;
    border-radius: 0 20px 0 0;
    transform: translateY(-15px);
  }

  #A_Header .accordion .gnb_tit {
    cursor: pointer;
    display: block;
    padding: 15px 0px;
    margin: 0 20px;
    color: #333;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    text-transform: uppercase;
  }

  /*
  #A_Header .accordion li:last-child .gnb_tit {
    border-bottom: 0;
  }
*/
  #A_Header .accordion li i {
    position: absolute;
    top: 18px;
    right: 0;
    font-size: 20px;
    font-weight: lighter;
    color: #333;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  #A_Header .accordion li i.fa-chevron-down {
    right: 25px;
    right: 0;
    font-size: 16px;
  }

  #A_Header .accordion li.open .gnb_tit {
    color: #333;
  }

  #A_Header .accordion li.open i {
    color: #333;
  }

  #A_Header .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  /* 서브메뉴*/
  #A_Header .submenu {
    display: none;
  }

  /*
  #A_Header .submenu li {
    border-bottom: 1px solid #eee;
  }
*/
  #A_Header .submenu a {
    display: block;
    text-decoration: none;
    color: #999;
    padding: 15px;
    text-transform: uppercase;
    padding-left: 35px;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
  }

  #A_Header .submenu a:hover {
    color: #8048ee;
  }

  /*내려오는 네비*/
  .hidenav {
    position: fixed;
    left: 0;
    top: 0;
    z-index: -9999999;
    background-image: linear-gradient(to right, #8048ee, #e63872);
    opacity: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
  }

  .hidenav .m_icon {
    width: 25px;
    margin-right: 40px;
    cursor: pointer;
    transform: translateY(10px);
  }

  .sticky {
    position: fixed;
    opacity: 1;
    z-index: 99;
    -webkit-animation: moveDown .3s;
  }

  @-webkit-keyframes moveDown {
    0% {
      -webkit-transform: translateY(-50px)
    }
  }

  /*푸터*/
  #A_Footer {
    width: 100%;
    height: auto;
    background-color: #222;
    padding-top: 30px;
  }

  #A_Footer .inner {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }

  #A_Footer .ft_links li {
    padding-left: 15px;
  }

  #A_Footer .ft_links li+li {
    margin: 0;
  }

  #A_Footer .ft_txt {
    padding-left: 20px;
    padding-right: 20px;
  }

  #A_Footer .ft_logo {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 50px;
    height: 30px;
  }

  #A_Footer .ft_links li a {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #555;
  }

  #A_Footer .ft_txt {
    padding: 0px 0 40px;
  }

  #A_Footer .ft_txt p {
    line-height: 20px;
    font-size: 11px;
    color: #444;
    padding: 0 15px;
    margin-top: 5px;
  }
}
