@charset "utf-8";

:root {
  /* 기본 색상 */
  --color-white: #fff;
  --color-black: #000;

  /* 기본 폰트 */
  --font-HIMaumR: "HIMaumR";
}

.header {
  position: relative;
}

.header .inner {
  width: 1200px;
  margin: 0 auto;
  padding-top: 41px;
}

.header .layout {
  display: flex;
  justify-content: space-between;
}

.header h1 {
  padding: 42px 0 24px;
}

.header h1 a {
  display: block;
  width: 205px;
  height: 26px;
  background: url("../image/bg_image_sprite.png") no-repeat -40px -40px;
}

.nav {
  margin-right: 300px;
}

.nav .gnb-list {
  display: flex;
  gap: 54px;
}

.nav .gnb-item {
  height: 60px;
}

.nav .gnb-item .link {
  display: block;
  padding: 20px 16px 0;
  font-weight: 700;
}

.search-button {
  display: block;
	width: 26px;
	height: 26px;
  background: url("../image/bg_image_sprite.png") no-repeat -698px -270px;
  margin-top: 42px;
}

.utility-area {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 1200px;
  margin: 0 auto;
}

.utility-area .list {
  display: flex;
  justify-content: flex-end;
  padding: 10px 0;
}

.utility-area .item + .item {
  padding-left: 10px;
  margin-left: 10px;
}

.utility-area .item .link {
  color: #767676;
  font-size: 14px;
  font-weight: 700;
}

.footer {
  padding: 40px 0;
  background-color: #f9f9fb;
}

.footer .inner {
  width: 1200px;
  margin: 0 auto;
}

.footer dfn {
  font-style: normal;
}

.footer .menu-list {
  display: flex;
  margin-bottom: 56px;
}

.footer .menu-item {
  position: relative;
  padding-right: 32px;
  margin-right: 32px;
  font-size: 14px;
}

.footer .menu-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  transform: translateY(-50%) rotate(25deg);
  background-color: #000;
}

.footer .menu-item:last-child::after {
  content: none;
}

.footer .menu-item strong {
  color: #dd5300;
  font-weight: 700;
}

.footer .menu-item em {
  color: #1f1f21;
  font-weight: 700;
  font-style: normal;
}

.footer .info-area {
  position: relative;
  font-size: 14px;
}

.footer .info-area .text-info {
  display: inline-block;
  font-weight: 700;
  margin-bottom: 20px;
}

.footer .company-info {
  display: flex;
  margin-bottom: 8px;
}

.footer .company-info .text-company,
.footer .company-info dl {
  margin-right: 24px;
}

.footer .company-info dl {
  display: flex;
}

.footer .company-info dfn {
  margin-right: 4px;
}

.footer address {
  font-style: normal;
  margin-bottom: 16px;
}

.footer .service-area {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  flex-direction: column-reverse;
  align-items: flex-end;
}

.footer .customer-phone {
  margin-top: 34px;
}

.footer .customer-phone .list {
  display: flex;
  gap: 48px;
}

.footer .customer-phone .item {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer .customer-phone .main-text {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 4px;
}

.footer .customer-phone .sub-text {
  font-size: 14px;
  font-style: normal;
  margin-bottom: 12px;
}

.footer .customer-phone .phone-text {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
}

.footer .customer-phone .day-time {
  font-size: 14px;
  font-style: normal;
}

.footer .select-area {
  position: relative;
}

.footer .select-area .select-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .select-area .select-button {
  width: 240px;
  height: 52px;
  padding: 15px 24px;
  border: 1px solid #dfdfe1;
  color: #1f1f21;
  border-radius: 16px;
  background-color: #f9f9fb;
  font-size: 14px;
  font-weight: 700;
  box-sizing: border-box;
}

.footer .select-area .select-arrow {
  display: block;
	width: 28px;
	height: 28px;
  background: url("../image/bg_image_sprite.png") no-repeat -697px -140px;
}

/* 푸터 영역 다이렉트 SNS 버튼 활성화 */
.footer .select-area .select-button.active {
  border-radius: 0 0 16px 16px;
}

.footer .select-dropdown {
  position: absolute;
  right: 0;
  bottom: 52px;
  left: 0;
  padding: 24px;
  border: 1px solid #dfdfe1;
  border-bottom: none;
  box-sizing: border-box;
  background-color: #f9f9fb;
  border-radius: 16px 16px 0 0;
}

.footer .select-dropdown {
  display: none;
}

/* 푸터 영역 다이렉트 SNS 버튼 활성화 */
.footer .select-dropdown.active {
  display: block;
}

.footer .select-dropdown li + li {
  margin-top: 8px;
}

.footer .select-dropdown .select-link {
  font-size: 14px;
}

.footer .kc-mark {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #000;
}

.footer .kc-mark ul {
  display: flex;
}

.footer .kc-mark li {
  margin-right: 20px;
}

.footer .kc-mark a {
  display: block;
  height: 24px;
  background: url("../image/bg_image_sprite.png") no-repeat;
  background-position-x: -753px;
}

.footer .kc-mark li:nth-child(1) a {
  width: 93px;
  background-position-y: -40px;
}

.footer .kc-mark li:nth-child(2) a {
  width: 124px;
  background-position-y: -74px;
}

.footer .kc-mark li:nth-child(3) a {
  width: 101px;
  background-position-y: -108px;
}

.footer .kc-mark li:nth-child(4) a {
  width: 92px;
  background-position-y: -142px;
}

.footer .kc-mark li:nth-child(5) a {
  width: 77px;
  background-position-y: -176px;
}

.quick-menu {
  display: inline-flex;
  position: sticky;
  bottom: 58px;
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 0;
  gap: 10px;
  box-sizing: border-box;
  transform: translate(-45px, -20px);
}

.quick-menu .chatbot-link {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 40px;
  border: 1px solid #f8670d;
  border-radius: 999px;
  padding-left: 14px;
  gap: 10px;
  box-sizing: border-box;
  background-color: #fff;
}

.quick-menu .chatbot-link::after {
  content: "";
  position: absolute;
  top: -100%;
  right: 15px;
  z-index: -1;
  width: 33px;
  height:49px;
  background: url("../image/bg_image_sprite.png") no-repeat -645px -277px;
}

.quick-menu .chatbot-link .text {
  color: #f8670d;
  font-size: 13px;
  font-weight: 700;
}

.quick-menu .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 5px solid #f8670d;
  box-sizing: border-box;
  border-radius: 999px;
}

.quick-menu .circle .dot {
  width: 4px;
  height: 4px;
  border-radius: 999px;
  background-color: #f8670d;
  animation: dot-keyframes 2s infinite ease-in-out;
  -webkit-animation: dot-keyframes 2s infinite ease-in-out;
}

@keyframes dot-keyframes {
  0% {
    opacity: 0.3;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }

  50% {
    opacity: 1;
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
  }

  100% {
    opacity: 0.3;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
  }
}

.quick-menu .circle .dot:nth-child(2) {
  animation-delay: .5s;
  -webkit-animation-delay: .5s;
}

.quick-menu .circle .dot:nth-child(3) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.quick-menu .circle .dot + .dot {
  margin-left: 2px;
}

.quick-menu .scroll-top {
  display: block;
  width: 44px;
  height: 44px;
  background: url("../image/bg_image_sprite.png") no-repeat -689px -40px;
}