/* footer */
.footer {
    background-color: #15264b;
    padding: 35px 0px 155px;
}
.footer > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer p {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #fff;
    opacity: 0.5;
}

#footer {
  width: 100%;
  background-color: #15264B;
  padding-bottom: 20rem;
}

#footer .area2 {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 5.6rem;
}

#footer .area2 .top-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .area2 .top-wrap .ft-logo a img {
  width: 19.6rem;
  height: auto;
}

#footer .area2 .top-wrap .sns-group ul {
  display: flex;
  align-items: center;
  gap: 3.4rem;
}

#footer .area2 .top-wrap .sns-group ul li a img {
  height: auto;
  opacity: 0.3;
  transition: 0.5s;
}

#footer .area2 .top-wrap .sns-group ul li:nth-child(1) a img {
  width: 1.8rem;
}

#footer .area2 .top-wrap .sns-group ul li:nth-child(2) a img {
  width: 1.8rem;
}

#footer .area2 .top-wrap .sns-group ul li:nth-child(3) a img {
  width: 1.6rem;
}
#footer .area2 .top-wrap .sns-group ul li:hover a img {
  opacity: 1;
}

#footer .area2 .btm-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 3.5rem;
}

#footer .area2 .btm-wrap ul {
  display: flex;
}

#footer .area2 .btm-wrap ul li {
  padding-left: 1.3rem;
  margin-left: 1.2rem;
  background: url("../img/new/ft_bar.png") no-repeat left center;
}

#footer .area2 .btm-wrap ul li p {
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.3;
}

#footer .area2 .btm-wrap ul li p a {
  text-decoration: underline;
}

#footer .area2 .btm-wrap address {
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.3;
  padding-top: 0.7rem;
}

#footer .area2 .btm-wrap ul li:first-child {
  padding-left: 0;
  margin-left: 0;
  background: none;
}

#footer .area2 .btm-wrap ul li.last:hover p {
  opacity: 1;
}

/* quick_menu */
.quick_menu {
    background-color: #fff;
    position: fixed;
    right: 18px;
    bottom: 145px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.16);
    padding: 17px 9px 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-height: 356px;
    height: 100%;
    z-index: 100;
}

/* main_form */
.main_form {
    position: fixed;
    left: 0;
    bottom: -12rem;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 100;
    height: 12rem;
    width: 100%;
    display: flex;
    align-items: center;
    border-top: 0;
    transition: all 0.2s;
}
.main_form.active {
    bottom: 0px;
}

.main_form .main_form_open {
  display: none;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.3);
  width: 60px;
  height: 14px;
  border-radius: 3px 3px 0 0;
}

.main_form .main_form_open img {
  position: absolute;
  top: 6px;
  left: 27px;
  width: 6px;
  height: auto;
  transition: 0.5s;
  transform: rotate(0);
}

.main_form.closed .main_form_open img {
  transform: rotate(180deg);
}

.main_form_btn {
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    z-index: 1;
    cursor: pointer;
    box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.16);
    border-radius: 1rem;
}
.main_form_btn > img {
    transform: rotate(180deg);
}
.main_form_btn.active > img {
    transform: rotate(0deg);
}
.main_form > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.main_form .group {
  display: flex;
  align-items: center;
}

#req_form {
    display: flex;
    align-items: center;
}
#req_form span {
    font-size: 1.6rem;
    font-weight: 300;
    color: #fff;
    opacity: 0.9;
}
#btn_submit {
    width: 19rem;
    height: 6rem;
    color: #15264b;
    background-color: #fff;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    border-radius: 0.5rem;
    margin-left: 8.5rem;
}
#btn_submit:hover {
    background-color: #333;
    color: #fff;
}
.form-control {
    width: 18.2rem;
    height: 5.3rem;
    border-radius: 0.5rem;
    font-size: 1.9rem;
    font-weight: 400;
    color: #474747;
    padding: 0px 1.6rem;
    border: none;
}
.input02 {
    margin: 0px 2.4rem;
}
.input04 {
    margin: 0px 0.5rem 0px 6.7rem;
}





/* 퀵메뉴 */
#quickMenu {
  position: fixed;
  bottom: 13rem;
  right: 3rem;
  z-index: 100;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

#quickMenu > div {
  width: 9rem;
  height: 9rem;
  border-radius: 0.5rem;
  cursor: pointer;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}

#quickMenu .menu-wrap {
  position: relative;
}

#quickMenu .menu-wrap .menu-btn {
  position: relative;
  background-color: #15264B;
  width: 9rem;
  height: 9rem;
  border-radius: 0.5rem;
  text-align: center;
  z-index: 1;
  transition: 0.2s;
  box-shadow: 0;
  cursor: pointer;
}

#quickMenu .menu-wrap .menu-btn .icon {
  display: block;
  padding-top: 1.8rem;
}

#quickMenu .menu-wrap .menu-btn .icon img {
  width: 2.4rem;
  height: auto;
}

#quickMenu .menu-wrap .menu-btn p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  padding-top: 1rem;
}

#quickMenu .menu-wrap .menu-btn:hover {
  background-color: #2C3C5D;
}

#quickMenu .menu-wrap .menu-list {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  padding-bottom: 8rem;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}

#quickMenu .menu-wrap .menu-list ul {
  display: flex;
  flex-direction: column;
}

#quickMenu .menu-wrap .menu-list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 9rem;
  transition: 0.2s;
}

#quickMenu .menu-wrap .menu-list ul li.menu-list1 {
  background-color: #329b3d;
}

#quickMenu .menu-wrap .menu-list ul li.menu-list2 {
  background-color: #03C75A;
}

#quickMenu .menu-wrap .menu-list ul li.menu-list3 {
  background-color: #FFF000;
}

#quickMenu .menu-wrap .menu-list ul li a {
  display: block;
  text-align: center;
}

#quickMenu .menu-wrap .menu-list ul li a .icon {
  display: block;
  width: 2.4rem;
  height: auto;
  margin: 0 auto;
}

#quickMenu .menu-wrap .menu-list ul li a .icon img {
  width: 100%;
  height: auto;
}

#quickMenu .menu-wrap .menu-list ul li a .icon img.on {
  display: none;
}

#quickMenu .menu-wrap .menu-list ul li a p {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 600;
  padding-top: 1rem;
}

#quickMenu .menu-wrap .menu-list ul li.menu-list3 a p {
  color: #000;
}

#quickMenu .menu-wrap .menu-list ul li:hover {
  background-color: #2C3C5D;
}

#quickMenu .menu-wrap .menu-list ul li:hover a .icon img.on {
  display: block;
}

#quickMenu .menu-wrap .menu-list ul li:hover a .icon img.off {
  display: none;
}

#quickMenu .menu-wrap .menu-list ul li.menu-list3:hover a p {
  color: #fff;
}

#quickMenu .call-btn {
  display: none;
  background-color: #1D1D1D;
  transition: 0.8s;
}

#quickMenu .call-btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

#quickMenu .call-btn a .icon {
  position: relative;
  display: block;
  width: 2.2rem;
  height: 2.4rem;
  margin: 1.6rem auto 0;
}

#quickMenu .call-btn a .icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.2rem;
  height: auto;
  transition: 0.8s;
}

#quickMenu .call-btn a .icon img.on {
  opacity: 0;
}

#quickMenu .call-btn a p {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 600;
  padding-top: 1rem;
  transition: 0.8s;
}

#quickMenu .call-btn:hover {
  background-color: #fff;
}

#quickMenu .call-btn:hover a .icon img.off {
  opacity: 0;
}

#quickMenu .call-btn:hover a .icon img.on {
  opacity: 1;
}

#quickMenu .call-btn:hover a p {
  color: #1d1d1d;
}

#quickMenu .top-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}

#quickMenu .top-btn .icon img {
  width: 2.4rem;
  height: auto;
  transition: 0.5s;
}

#quickMenu .top-btn:hover .icon img {
  margin-top: -1.3rem;
}

@media all and (max-width:1400px) {
  #quickMenu {
    right: 0;
    gap: 0;
  }

  #quickMenu > div {
    height: auto;
  }

  #quickMenu .menu-wrap .menu-btn,
  #quickMenu .call-btn a p,
  #quickMenu .top-btn {
    display: none;
  }

  #quickMenu .menu-wrap .menu-list {
    position: static;
    display: block;
    height: auto !important;
    padding-bottom: 0;
    border-radius: 0.5rem 0 0 0;
  }

  #quickMenu .menu-wrap .menu-list ul li {
    border-radius: 0;
  }

  #quickMenu .menu-wrap .menu-list ul li:hover {
    background-color: transparent;
  }

  #quickMenu .menu-wrap .menu-list ul li.menu-list1:hover {
    background-color: #329b3d;
  }
  
  #quickMenu .menu-wrap .menu-list ul li.menu-list2:hover {
    background-color: #03C75A;
  }
  
  #quickMenu .menu-wrap .menu-list ul li.menu-list3:hover {
    background-color: #FFF000;
  }

  #quickMenu .menu-wrap .menu-list ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  #quickMenu .menu-wrap .menu-list ul li a .icon img {
    width: 2.7rem;
  }

  #quickMenu .menu-wrap .menu-list ul li.menu-list4,
  #quickMenu .menu-wrap .menu-list ul li a p {
    display: none;
  }

  #quickMenu .call-btn {
    display: block;
    height: 9rem;
    border-radius: 0 0 0 0.5rem;
    background-color: #15264B;
  }

  #quickMenu .call-btn a {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #quickMenu .call-btn a .icon {
    margin: 0;
  }
}

@media all and (max-width:768px) {
  #quickMenu {
    bottom: 18rem;
  }

  #quickMenu > div {
    width: 7rem;
  }

  #quickMenu .menu-wrap .menu-list {
    background: none;
  }

  #quickMenu .menu-wrap .menu-list ul li {
    height: 7rem;
  }

  #quickMenu .menu-wrap .menu-list ul li:hover {
    background-color: #15264B;
  }

  #quickMenu .menu-wrap .menu-list ul li a .icon img {
    width: 2.4rem;
  }

  #quickMenu .call-btn {
    height: 7rem;
  }
}


@media all and (max-width:1600px) {
  .main_form .center {
    width: auto;
    padding: 0 3rem;
  }

  .main_form .center > img,
  .main_form_btn {
    display: none;
  }

  .form-control {
    width: 20%;
  }
}

@media all and (max-width:768px) {
  #footer {
    position: relative;
    padding-bottom: 30rem;
  }

  #footer .area2 .top-wrap {
    flex-wrap: wrap;
  }

  #footer .area2 .top-wrap .ft-logo {
    width: 100%;
    text-align: center;
  }

  #footer .area2 .top-wrap .ft-logo a img {
    width: 25rem;
  }

  #footer .area2 .top-wrap .sns-group {
    position: absolute;
    left: 50%;
    top: 36rem;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #footer .area2 .top-wrap .sns-group ul li:nth-child(1) a img {
    width: 2rem;
  }
  
  #footer .area2 .top-wrap .sns-group ul li:nth-child(2) a img {
    width: 2.4rem;
  }
  
  #footer .area2 .top-wrap .sns-group ul li:nth-child(3) a img {
    width: 2.2rem;
  }

  #footer .area2 .btm-wrap {
    text-align: center;
    justify-content: center;
  }

  #footer .area2 .btm-wrap ul {
    flex-wrap: wrap;
    gap: 1rem;
    width: 100%;
    justify-content: center;
  }

  #footer .area2 .btm-wrap ul li.last {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    background: none;
  }

  #footer .area2 .btm-wrap ul li p {
    font-size: 1.8rem;
  }

  #footer .area2 .btm-wrap address {
    font-size: 1.8rem;
  }





  #req_form {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #req_form span {
    margin-left: 1rem;
  }

  .main_form {
    height: auto;
    padding: 2rem 0;
  }

  .form-control {
    width: 32%;
  }

  .input02,
  .input04 {
    margin: 0;
  }

  .main_form .main_form_open {
    display: block;
  }

  .main_form .group {
    display: flex;
    align-items: center;
    width: 66%;
    margin-top: 1.3rem;
  }

  #btn_submit {
    margin: 0;
    width: 32%;
    height: 5.3rem;
    margin-top: 2%;
    font-size: 2rem;
  }
}

@media all and (max-width:400px) {
  #footer .area2 .btm-wrap {
    gap: 1rem;
  }

  #footer .area2 .btm-wrap ul li.last {
    padding-left: 0;
    margin-left: 0;
    background: none;
    width: 100%;
  }

  #footer .area2 .btm-wrap ul li p {
    letter-spacing: -0.18rem;
  }
}