
/*footer.css*/
#aside {
  display: none;
  position: fixed;
  right: -800px;
  top: 0px;
  margin: 0px;
  width: 50%;
  border-top: 0;
  z-index: 1005;
  overflow-y: auto;
  background: #fff;
  border: 0;
}

#aside .mobile_menu > ul {
  padding: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.close_menu {
  position: fixed;
  z-index: 1100;
  top: 26px;
  right: -100%;
  width: 24px;
  height: 24px;
}

.close_menu span {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #141414;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.close_menu .close-line1 {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.close_menu .close-line2 {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .7;
  cursor: pointer;
  z-index: 1000;
}

.mobile-list {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  position: relative;
}

.mobile-list a {
  padding: 14px 20px 13px;
  color: #141414;
  text-transform: uppercase;
  font-size: 13px;
  cursor: pointer;
  width: 100%;
}

.mb-sub-ul {
  display: none;
  background-color: rgba(216, 216, 216, 0.15);
}

.mb-sub-ul li {
  overflow: hidden;
}

.mb-sub-ul li + li {
  border-top: 1px solid #ddd;
}

.mb-sub-ul li a {
  display: block;
  float: left;
  padding: 12px 20px 11px;
  color: #565656;
}

.mb-sub-ul > li:hover a {
  color: #d71812;
}

.ico1 {
  float: right;
  padding: 13px;
  padding-right: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.ico2 {
  display: none;
  float: right;
  padding: 13px;
  padding-right: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.mobile-list.on .gnb_1da {
  border-bottom: 1.5px solid #333;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-name: line;
  animation-name: line;
}

.mobile-list.on .ico1 {
  display: none;
}

.mobile-list.on .ico2 {
  display: block;
}

.mobile-list .icon_arrow {
  position: absolute;
  right: 15px;
  top: 8px;
  height: 40px;
  width: 40px;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  padding: 10px;
}

.mobile-list.on .icon_arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

#ol_after_private li:hover strong {
  background: #c19204;
}

#ol_after_private li:hover a {
  color: #c19204;
}

#ol_before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#ol_before .buttons {
  margin-top: 0;
  height: 100%;
  width: 80px;
  text-align: center;
  margin-right: 8px;
}

#ol_before .buttons a {
  height: 100%;
  line-height: 32px;
  font-size: 14px;
  font-weight: 600;
  color: #2e2e2e;
  border: 1px solid #2e2e2e;
  padding: 0 8px;
  border-radius: 3px;
}

#ol_before .buttons a i {
  display: none;
}

#ol_before .buttons.join a::after {
  display: none;
}

.side_contact {
  padding: 16px;
}

.contact_info .contact_title {
  font-weight: 600;
  font-size: 20px;
  color: #141414;
  margin-bottom: 8px;
}

.contact_info .contact_list {
  color: #656565;
  font-size: 14px;
  letter-spacing: -0.6px;
  line-height: 20px;
}

.contact_info .contact_list span {
  font-size: 13px;
  display: block;
}

.side_sns {
  margin-top: 16px;
}

.side_sns .side_sns_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px;
}

.side_sns .side_sns_list li {
  padding: 0 4px;
}

.side_sns .side_sns_list li a {
  color: #4e4e4e;
  font-size: 24px;
}

#ft {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fafafa;
  text-align: left;
  padding: 0 0 50px;
  margin: 0;
}

#ft_wr {
  /*width: 1200px;*/
  overflow: hidden;
  padding: 0 0;
}

#ft .lefta {
  float: left;
  overflow: hidden;
  width: 81%;
}

#ft_catch {
  width: 240px;
  float: left;
  margin: 0;
}

#ft_text {
  float: left;
  padding-left: 40px;
  width: 70%;
}

#ft_catch img {
  width: 100%;
}

#ft_twrap {
  float: right;
}

#ft_link {
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 35px;
}

.mb-sub-ul li a::before {
  display: block;
  content: 'ㄴ';
  float: left;
  margin-right: 5px;
}

#top_btn {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 13px;
  border-radius: 100%;
  background: #f2b704;
  color: #725b12;
  border: none;
  -webkit-transition: .3s;
  transition: .3s;
}

#top_btn:hover {
  background: #ddd;
  color: #333;
}

#ft_company {
  font-size: 13px;
  color: #666;
}

#ft_company li {
  float: left;
  line-height: 25px;
}

#ft_company li:nth-child(1) {
  width: 70%;
}

#ft_company li:nth-child(2) {
  width: 70%;
}

#ft_company li:nth-child(3) {
  width: 70%;
}

#ft_company li:nth-child(4) {
  width: 100%;
}

#ft_company li:nth-child(5) {
  width: 100%;
}

#ft_company li:nth-child(6) {
  width: 100%;
}

#ft_company li span {
  font-weight: bold;
}

#ft_copy {
  font-size: 13px;
  color: #666;
}

#ft .righta {
  float: right;
}

#ft .righta .customer_title {
  font-size: 14px;
  color: #666;
  line-height: 25px;
}

#ft .righta p {
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

#ft .righta h3 {
  font-size: 34px;
  color: #141414;
  font-weight: bold;
  line-height: 35px;
  margin: 10px 0;
}

#ft_link a {
  position: relative;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  line-height: 25px;
  padding: 0 8px;
}

#ft_link a::after {
  content: '';
  display: block;
  width: 1px;
  height: 12px;
  background-color: #b8b8b8;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -6px;
}

#ft_link a:last-child::after {
  display: none;
}

#ol_before .ol_wr {
  border: none;
  margin: 0;
  margin-top: 36px;
}

#ol_id {
  width: 100%;
  border: none;
  padding: 0 10px;
  background-color: #f9f9f9;
  height: 40px;
}

#ol_pw {
  width: 100%;
  border: none;
  padding: 0 10px;
  margin-top: 4px;
  margin-bottom: 15px;
  background-color: #f9f9f9;
  height: 40px;
}

#ol_submit {
  position: static;
  height: 40px;
  width: 100%;
  background: #f2b704;
  text-align: center;
  color: #fff;
  font-size: 16px;
  padding: 0;
  font-weight: 400;
  -webkit-box-decoration-break: none;
  box-decoration-break: none;
}

#ol_auto label {
  float: right;
  padding-left: 10px;
}

#ol_after {
  border: none;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#ol_after_private a strong {
  background: #f2b704;
}

.ol_auto_wr {
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  #ft_wr {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #ft_company li:nth-child(1) {
    width: 100%;
  }
  #ft_company li:nth-child(2) {
    width: 100%;
  }
  #ft_company li:nth-child(3) {
    width: 100%;
  }
  #ft_company li:nth-child(4) {
    width: 100%;
  }
  #ft_company li:nth-child(5) {
    width: 100%;
  }
  #ft_company li:nth-child(6) {
    width: 100%;
  }
  #ft_company li:nth-child(7) {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #aside {
    display: block;
    width: 310px;
  }
  #top_btn {
    display: none;
  }
  #ft .lefta {
    width: 76%;
  }
}

@media screen and (max-width: 767px) {
  #ft .lefta {
    width: auto;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px;
  }
  #ft_catch {
    float: none;
  }
  #ft_text {
    padding: 15px 0;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: auto;
  }
  #ft .righta {
    width: 200px;
    margin: 0 auto;
    text-align: center;
  }
  #ft_catch {
    margin: 0 auto;
  }
  #ft_text {
    text-align: center;
  }
  #ft {
    padding-bottom: 40px;
  }
  #ft .righta h3 {
    font-size: 28px;
    margin: 5px 0;
  }
  .ft_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
}

@media screen and (max-width: 600px) {
  #aside {
    width: 290px;
  }
}

@media screen and (max-width: 480px) {
  #ft_link {
    padding: 10px 0;
  }
  #ft_catch {
    margin: 0 auto;
  }
  #ft_text {
    text-align: center;
  }
  #ft .righta {
    width: 100%;
  }
  #ft .righta select {
    width: 100%;
  }
  #ft_company li:nth-child(6) {
    padding-bottom: 15px;
  }
  #ft_company li {
    word-break: keep-all;
  }
  #ft .righta h3 {
    font-size: 24px;
    margin: 0;
  }
  #ft .righta p {
    font-size: 12px;
  }
}

/*# sourceMappingURL=widgets.css.map */
