@charset "utf-8";

@font-face {
  font-family: "Pretendard";
  src: url("../font/Pretendard-1.3.9/public/static/Pretendard-Medium.otf")
    format("truetype");
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-family: "Pretendard";
}

body {
  overflow-x: hidden;
}

/* 헤더영역 */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
/* 헤더 top영역 */
header .top {
  height: 60px;
  border-bottom: 1px solid #ccc;
}
header .top .wrap {
  position: relative;
  height: 60px;
}
.header .top .wrap .home {
  background: url(../images/icon/mb_ico_home.png);
  background-repeat: no-repeat;
  position: absolute;
  text-indent: -9999px;
  width: 22px;
  height: 22px;
  top: 19px;
  left: 20px;
}
header .top .wrap .logo_pc img {
  padding-top: 10px;
  }
header .top .wrap .logo {
  line-height: 30px;
  text-indent: -20px;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: 15px;
  width: 100%;
  text-align: center;
  letter-spacing: -0.05em;
}
.header .top .wrap .L_H_R {
  display: none;
}
.header .top .wrap .L_H_R.on {
  animation: ani2 0.6s ease-out forwards;
}
@keyframes ani2 {
  from {
    transform: translate(-100px, -20px);
  }
  to {
    transform: translate(0, 0);
  }
}
.header .top .wrap .util_menu {
  display: none;
}
.header .top .wrap .menu-toggle-btn {
  position: absolute;
  top: 23px;
  right: 20px;
  width: 22px;
}
.header .top .wrap .menu-toggle-btn span {
  width: 100%;
  height: 2px;
  background: black;
  display: block;
}
.header .top .wrap .menu-toggle-btn span:nth-child(2) {
  margin: 5px 0;
}

/* 지도 CONTECT 영역 */
.img_wrap {
    display: flex;
    justify-content: center;
    margin: 131px auto 0;
    max-width: 1560px;
    padding: 0 60px;
}
.img_wrap #map, .img_wrap .contect_wrap {
    width: 50%;
    height: auto;
    display: block;
}
.img_wrap .contect_wrap .contect {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  padding: 60px 119px 0px 119px;
}
.img_wrap .contect_wrap h1 {
  text-align: center;
  font-size: 36px;
}
.img_wrap .contect_wrap .contect .phone, .e-mail, .fax, .hours {
  width: 251px;
  height: 156px;
  background-color: #fafafa;
}
.phone_contect {
  display: flex;
  flex-direction: column; 
  align-items: center;    
  justify-content: center;
  height: 100%;           
}
.phone-icon {
    transition: 0.3s; /* 부드럽게 전환 */
}
.phone_icon:hover {
    content: url('/images/상담문의/phone_hover.svg'); /* 호버 이미지 */
}
.mail_icon:hover {
    content: url('/images/상담문의/mail_hover.svg'); /* 호버 이미지 */
}
.img_wrap .contect_wrap .contect p {
  color: #999;
}
.img_wrap .contect_wrap .contect p:nth-of-type(2) {
  font-size: 18px;
  font-weight:500;
  color: #111;
  padding-top: 4px;
}


/* footer영역 */
footer {
  background: #111;
  margin-top: 110px;
  padding: 30px 20px 40px;
}
.footer .f_img img {
  height: 62px;
  margin-bottom: 9px;
}

/* footer top영역 */
.footer .f_top {
  color: rgb(176, 172, 172);
}
.footer .f_top .f_wrap {
  font-size: 13px;
  line-height: 19px;
}
.footer .f_top .f_wrap p span {
  display: block;
}
.footer .f_top .f_wrap .txt1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer .f_top .f_wrap .txt1 p:nth-child(6) {
  margin-top: 5px;
}
.footer .f_top .f_wrap .txt2,
.footer .f_top .f_wrap .txt3 {
  display: none;
}
.footer .f_top .f_wrap .txt2 ul li,
.footer .f_top .f_wrap .txt3 ul li {
  margin: 14px 0;
}

/* footer bottom영역 */
footer p {
  letter-spacing: -0.05px;
}
.footer .f_bottom .f_wrap ul {
  margin-top: 30px;
}
.footer .f_bottom .f_wrap ul li {
  margin-top: 15px;
  line-height: 1;
}
.footer .f_bottom .f_wrap ul li a {
  text-decoration: none;
  font-size: 13px;
  color: rgb(176, 172, 172);
  letter-spacing: -1px;
  font-weight: bold;
}
.footer .f_bottom .f_wrap ul .privacy a {
  color: rgb(255, 255, 255);
}

.footer .f_bottom .f_wrap form {
  margin-top: 40px;
}
.footer .f_bottom .f_wrap form #f_site {
  width: 100%;
  height: 40px;
  background: black;
  color: #ccc;
  padding: 10px;
}
.footer .f_bottom .f_wrap form #f_site option {
  margin: 10px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  /* 헤더 top영역 */
  .header {
    width: 100%;
  }
  header .top {
    height: 70px;
  }
  header .top.off {
    opacity: 0;
  }
  header .top .wrap {
    max-width: 1560px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    margin: 0 auto;
    padding: 0px 60px;
  }
  .header .top .wrap .home {
    display: none;
  }
  .header .top .wrap .logo {
    font-size: 20px;
    text-align: start;
    display: none;
  }
  .header .top .wrap .L_H_R {
    display: block;
  }
  .header .top .wrap .util_menu {
    display: block;
  }
  .header .top .wrap .util_menu ul li {
    display: inline-block;
    line-height: 45px;
    padding: 0 4px;
  }
  .header .top .wrap .util_menu ul li::after {
    content: "";
    width: 1px;
    height: 19px;
    background: #e0e0e0;
    display: block;
    position: absolute;
    top: 27px;
    margin-left: -7px;
  }
  .header .top .wrap .util_menu ul li:nth-child(1):after {
    display: none;
  }
  .header .top .wrap .util_menu ul li a {
    text-decoration: none;
    font-size: 14px;
    color: rgb(104, 104, 104);
  }
  .header .top .wrap .btn_srch {
    position: absolute;
    right: 80px;
    top: 75px;
    z-index: 10;
  }
  .header .top .wrap .menu-toggle-btn {
    display: none;
  }

  /* 헤더bottom영역 */
  .bottom .gnb_menu {
    padding: 0px 60px;
  }
  .bottom .gnb_menu > h2 {
    display: block;
  }
  .bottom .gnb_menu > h2 a {
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 500;
    color: #333;
  }
  .bottom .gnb_menu ul {
    margin: 0;
  }
  .bottom .gnb_menu ul li {
    padding: 0px 10px 10px 10px;
  }
  .bottom .gnb_menu ul li:nth-child(1) {
    padding-left: 0;
  }
  .bottom .gnb_menu ul li a {
    font-size: 18px;
  }
  .bottom .srch_area .btn_srch {
    right: 316px;
    top: 25px;
  }

  /* footer영역 */
  footer {
    padding: 53px 60px 0px;
    margin-top: 90px;
  }
  .footer .f_img img {
    height: 90px;
    margin-bottom: 20px;
  }

  /* footer top영역 */
  .footer {
    position: relative;
  }
  .footer .footer_wrap {
    margin: 0 auto;
    max-width: 1400px;
    position: relative;
  }
  .footer .f_top {
    color: rgb(176, 172, 172);
  }
  .footer .f_top .f_wrap {
    display: flex;
    font-size: 14px;
    letter-spacing: -1px;
  }
  .footer .f_top .f_wrap > p {
    font-size: 15px;
    line-height: 25px;
    margin-top: 46px;
    padding-bottom: 54px;
  }
  .footer .f_top .f_wrap .txt1 {
    margin-bottom: 20px;
    position: absolute;
    top: -27px;
    right: 385px;
    width: 194px;
  }
  .footer .f_top .f_wrap .txt1 p {
    margin-top: 7px;
  }
  .footer .f_top .f_wrap .txt1 p:nth-child(6) {
    margin-top: 14px;
  }
  .footer .f_top .f_wrap .txt2 {
    display: block;
    position: absolute;
    top: -14px;
    right: 190px;
  }
  .footer .f_top .f_wrap .txt2::before {
    content: "";
    width: 1px;
    height: 280px;
    background: #ccc;
    display: block;
    margin-left: -9px;
    position: absolute;
    top: 15px;
    left: -20px;
    opacity: 0.2;
  }
  .footer .f_top .f_wrap .txt2 ul li {
    list-style: none;
  }
  .footer .f_top .f_wrap .txt2 ul li a {
    text-decoration: none;
    color: rgb(176, 172, 172);
  }
  .footer .f_top .f_wrap .txt3 {
    display: block;
    position: absolute;
    top: -14px;
    right: 27px;
  }
  .footer .f_top .f_wrap .txt3::before {
    content: "";
    width: 1px;
    height: 280px;
    background: #ccc;
    display: block;
    position: absolute;
    top: 15px;
    left: -27px;
    opacity: 0.2;
  }
  .footer .f_top .f_wrap .txt3 ul li {
    list-style: none;
  }
  .footer .f_top .f_wrap .txt3 ul li a {
    text-decoration: none;
    color: rgb(176, 172, 172);
  }

  /* footer bottom영역 */
  .footer .f_bottom .f_wrap {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(204, 204, 204, 0.2);
  }
  .footer .f_bottom .f_wrap ul {
    margin: 0;
    padding: 36px 0;
  }
  .footer .f_bottom .f_wrap ul li {
    display: inline-block;
    margin: 10px 0;
    margin-left: 24px;
    position: relative;
  }
  .footer .f_bottom .f_wrap ul li:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #ccc;
    display: block;
    margin-left: -14px;
    position: absolute;
    top: 6px;
    opacity: 0.5;
  }
  .footer .f_bottom .f_wrap ul li:nth-child(1):after {
    display: none;
  }
  .footer .f_bottom .f_wrap ul li:nth-child(1) {
    margin-left: 0px;
  }
  .footer .f_bottom .f_wrap ul li:nth-child(3) {
    margin-left: 24px;
  }
  .footer .f_bottom .f_wrap ul li a {
    font-size: 15px;
  }
  .footer .f_bottom .f_wrap ul .privacy a {
    color: rgb(255, 255, 255);
  }

  .footer .f_bottom .f_wrap form {
    margin: 33px 0;
  }
  .footer .f_bottom .f_wrap form #f_site {
    width: 100%;
    height: 42px;
    background: black;
    color: #ccc;
    padding: 10px;
  }
}

@media screen and (min-width: 800px) {
  /* footer */
  .footer .f_top .f_wrap .txt1 {
    width: 290px;
    right: 328px;
  }
}

@media screen and (min-width: 1028px) {
  /* footer */
  .footer .f_bottom .f_wrap form #f_site {
    width: 260px;
    font-size: 16px;
    padding: 0 14px;
  }
}

/* 지도 위, contect 아래 */
@media (max-width: 1680px) {
  .img_wrap {
    flex-direction: column;
    align-items: center;
    padding: 0 40px;
  }
  .img_wrap #map {
    height: 638px;
    margin-top: 60px;
  }
  .img_wrap #map,
  .img_wrap .contect_wrap {
    width: 100%;
  }
  .img_wrap .contect_wrap h1 {
    margin-top: 94px;
  }
  .img_wrap .contect_wrap .contect {
    padding: 40px 0px 100px 0px;
  }
}