/* reset */
* {
  margin: 0;
  padding: 0;
  word-break: keep-all;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
ol {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
b,
strong {
  font-weight: inherit;
}
i,
em,
address {
  font-style: inherit;
}
img {
  max-width: 100%;
}

/* common */
html {
  font-family:
    "Pretendard Variable",
    Pretendard,
    -apple-system,
    BlinkMacSystemFont,
    system-ui,
    Roboto,
    "Helvetica Neue",
    "Segoe UI",
    "Apple SD Gothic Neo",
    "Noto Sans KR",
    "Malgun Gothic",
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    sans-serif;
  font-size: 10px;
  background: #fff;
  color: #000;
}
.container {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
}
.container1520 {
  max-width: 1520px;
}
.page .container.innertop {
  padding-top: 14rem;
}
.page .container.innerbottom {
  padding-bottom: 14rem;
}

/* header */
/* header.on */
header.on {
  background: #fff;
}
header.on .header_top {
  height: 0px;
  border-bottom: 1px solid transparent;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: #fff;
  transition: all 0.5s ease-in-out;
  box-shadow: 0 19px 35px rgba(0, 0, 0, 0.11);
}
.header_in_wrap {
  /* height: 100px; */
  transition: all 0.5s ease-in-out;
}
.header_top {
  height: 17rem;
  width: 100%;
  overflow: hidden;
  transition: all 1s ease-in-out;
  border-bottom: 1px solid #000;
}
.header_top .container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.header_top p {
  position: absolute;
  right: 0;
  bottom: 2rem;
  font-size: 2.2rem;
  font-weight: 600;
}
.header_top a {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 2rem;
  border-radius: 5rem;
  transition: background-color 0.5s ease;
}
.header_top .h_tel:hover {
  background: #076fb6;
  color: #fff;
}
.header_top .h_tel:hover img {
  filter: invert(100%) sepia(100%) saturate(0) hue-rotate(200deg)
    brightness(200%) contrast(201%);
}
.header_in_wrap .logo {
  max-width: 260px;
}
.header_in_wrap nav {
  height: 100%;
  display: flex;
  align-items: center;
}
.header_in_wrap .gnb {
  display: flex;
  justify-content: space-between;
  height: 100%;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 600;
}
.header_in_wrap .gnb li a {
  transition: all 0.5s ease;
  overflow: hidden;
  position: relative;
}
.header_in_wrap .gnb li a:hover {
  color: #076fb6;
}
.header_in_wrap .gnb li.active a {
  color: #076fb6;
}
.header_in_wrap .gnb li.active a::before {
  width: 120%;
}
.header_in_wrap .gnb li a::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: -10%;
  width: 0;
  height: 4px;
  background: #076fb6;
  /* transition: all .3s ease ; */
  transition-duration: 0.5s;
}

.header_in_wrap .gnb a {
  padding: 0 2rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 8rem;
}
/* 모바일메뉴 */
.header_in_wrap .header_link {
  display: none;
  justify-content: end;
  align-items: center;
  position: relative;
  height: 65px;
}
.m_h_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-wrap {
  float: right;
  display: none;
  position: relative;
  width: 30px;
  height: 18px;
  cursor: pointer;
}
.menu-wrap .line {
  position: absolute;
  width: 100%;
  height: 2.5px;
  border-radius: 2px;
  background: #222;
  left: 0;
}
.menu-wrap .line:first-child {
  top: 0;
  transform-origin: 25% 50%;
  transition: 0.3s;
}
.menu-wrap .line:nth-child(2) {
  top: calc(50% - 1px);
}
.menu-wrap .line:last-child {
  bottom: 0;
  transform-origin: 25% 50%;
  transition: 0.3s;
}
.menu-wrap.open .line:first-child {
  transform: rotate(45deg) translateX(10%);
}
.menu-wrap.open .line:nth-child(2) {
  opacity: 0;
}
.menu-wrap.open .line:last-child {
  transform: rotate(-45deg) translateX(10%);
}
/* popup */
#popup_10 {
  z-index: 10199999999;
}
#popup_9 {
  z-index: 10299999999;
}
#popup_8 {
  z-index: 10399999999;
}
#popup_7 {
  z-index: 10499999999;
}
#popup_6 {
  z-index: 10599999999;
}
#popup_5 {
  z-index: 10699999999;
}
#popup_4 {
  z-index: 10799999999;
}
#popup_3 {
  z-index: 10899999999;
}
#popup_2 {
  z-index: 10999999999;
}
#popup_1 {
  z-index: 11099999999;
}

.popup_wrap {
  width: 100%;
  max-width: 450px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  z-index: 9999;
}
.popup_foot {
  padding: 10px;
  font-size: 1.5rem;
}
.popup_foot > div {
  display: flex;
  justify-content: space-between;
}
.popup_foot label span {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.popup_close {
  cursor: pointer;
}
.popup_wrap.introani {
  animation: introanimation 0.8s forwards ease;
}
/* quick */
#quick-placeholder {
  position: fixed;
  bottom: 2vw;
  right: 2vw;
  z-index: 100000;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 25%);
  /* background: #ffffff; */
  background: #076fb6;
  border-radius: 10px;
  overflow: hidden;
}
#quick-placeholder ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap */
}
#quick-placeholder ul li .img_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
#quick-placeholder ul li {
  width: 100%;
  /* border-bottom: 1px solid #d5d5d5bd; */
  border-bottom: 1px solid #000;
  filter: invert(100%) sepia(100%) saturate(0) hue-rotate(200deg)
    brightness(200%) contrast(201%);
}
#quick-placeholder ul li:last-of-type {
  border-bottom: none;
}
#quick-placeholder ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  padding: 1.5rem;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 1rem;
  color: #000;
}
#quick-placeholder img {
  max-width: 40px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#quick-placeholder .quick ul {
  padding: 1rem;
  display: block;
}
#quick-placeholder .quick {
  display: block;
}
#quick-placeholder .quick_m {
  display: none;
  border-top: 1px solid #ffffff47;
}
/* footer */
footer {
  width: 100%;
  background: #076fb6;
  color: #fff;
}
footer .container {
  padding: 5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.5rem;
  /* justify-content: space-between; */
}
.f_logo {
  max-width: 210px;
}
.f_logo img {
  filter: invert(100%) sepia(100%) saturate(0) hue-rotate(200deg)
    brightness(200%) contrast(201%);
}
.f_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* gap: 3.5rem; */
}
.f_txt ul {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.f_txt .copy_menu {
  font-size: 1.8rem;
  font-weight: 900;
}
.f_txt .copy_menu li {
  margin-bottom: 3rem;
}
.f_txt .copy_menu li::after {
  content: "\00B7";
  display: inline-block;
  color: #fff;
  margin: 0 3rem;
}
.f_txt .copy_menu li:last-of-type::after {
  content: none;
}
.f_txt address {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.5rem;
}
.f_txt address ul li {
  margin-right: 3rem;
  margin-bottom: 1.5rem;
}
.f_txt address ul li:last-of-type {
  margin-right: 0rem;
}
.f_txt address b {
  font-weight: 700;
}
.f_txt p {
  /* margin-top: 3rem; */
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
}

@media (min-width: 0px) and (max-width: 900px) {
  .header_in_wrap .header_link {
    display: flex;
  }
  /* header */
  .menu-wrap {
    display: block;
  }
  header .header_top {
    height: 0px;
    border-bottom: 0px;
  }
  .link_img {
    width: 40px;
  }
  /* mobile menu */
  .header_in_wrap nav.menu_open {
    /* display: block; */
    height: auto;
  }
  .header_in_wrap .logo {
    max-width: 140px;
  }
  .header_in_wrap nav {
    display: block;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    background: #fff;
    height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
  }
  .header_in_wrap .gnb {
    font-size: 1.6rem;
  }

  header.on .header_in_wrap nav .gnb {
    font-size: 1.6rem;
    color: #000;
  }
  header .header_in_wrap nav .gnb {
    flex-direction: column;
  }
  header .header_in_wrap nav .gnb a {
    line-height: 4rem;
    border-bottom: 1px solid #79797982;
  }
  header .header_in_wrap nav .gnb a::before {
    display: none;
  }
  header .header_in_wrap nav .gnb .active a {
    background: #ececec;
  }
  /* popup */
  .popup_wrap {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
  }
  /* quick */
  #quick-placeholder .quick {
    display: none;
  }
  #quick-placeholder .quick_m {
    display: block;
  }
  #quick-placeholder {
    position: fixed;
    bottom: 0;
    right: 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
    background: #076fb6;
    border-radius: 0px;
    overflow: hidden;
    width: 100%;
  }
  #quick-placeholder ul {
    /* display: flex; */
    flex-direction: row;
    /* align-items: center; */
    /* gap */
  }
  #quick-placeholder ul li .img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
  }
  #quick-placeholder ul li {
    width: 100%;
    border-bottom: none;
  }
  #quick-placeholder ul li:last-of-type {
    border-bottom: none;
  }
  #quick-placeholder ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    padding: 1.5rem;
    text-align: center;
    font-size: 1.4rem;
    font-weight: 700;
  }
  #quick-placeholder ul li:hover a {
    background: inherit;
  }

  #quick-placeholder img {
    max-width: 30px;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  footer .container {
    padding: 5rem 0 15rem;
  }
}
@media (min-width: 0px) and (max-width: 500px) {
  .h_logo {
    width: 150px;
  }
  .mobile {
    display: block;
  }

  /* common */
  .page .container.innertop {
    padding-top: 7rem;
  }
  .page .container.innerbottom {
    padding-bottom: 7rem;
  }
  /* popup */
  .popup_wrap {
    max-width: 90%;
  }
  /* quick */
  #quick-placeholder ul li a {
    padding: 1.5rem;
  }
  #quick-placeholder img {
    max-width: 30px;
  }
  /* footer */
  .f_logo {
    max-width: 150px;
  }
  .f_txt .copy_menu li::after {
    margin: 0 1rem;
  }
  .f_txt .copy_menu {
    font-size: 1.4rem;
    font-weight: 900;
  }
  .f_txt address ul li {
    margin-right: 1.2rem;
  }
  .f_txt address {
    font-size: 1.2rem;
  }
  .f_txt p {
    /* margin-top: 3rem; */
    font-size: 1.1rem;
  }
}
