@charset "UTF-8";
/* 하단 레이아웃 */
#ft_container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ft_container .ft-bar {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#373f57), to(#333333));
  background: linear-gradient(180deg, #373f57 0%, #333333 100%);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  word-break: keep-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 100px 20px;
  color: #fff;
  gap: 16px;
}
#ft_container .ft-bar > div {
  max-width: 1040px;
}
#ft_container .ft-bar .ft-bar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 60px;
}
#ft_container .ft-bar .ft-bar-title p {
  word-break: keep-all;
}
#ft_container .ft-bar .ft-bar-title p:nth-child(1) {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.25em;
}
@media only screen and (max-width: 420px) {
  #ft_container .ft-bar .ft-bar-title p:nth-child(1) {
    max-width: 280px;
    word-break: keep-all;
  }
}
@media only screen and (max-width: 380px) {
  #ft_container .ft-bar .ft-bar-title p:nth-child(1) {
    font-size: 28px;
  }
}
#ft_container .ft-bar .ft-bar-title p:nth-child(2) {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.04em;
}
@media only screen and (max-width: 380px) {
  #ft_container .ft-bar .ft-bar-title p:nth-child(2) {
    font-size: 24px;
  }
}
#ft_container .ft-bar .ft-bar-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #ft_container .ft-bar .ft-bar-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#ft_container .ft-bar .ft-bar-contents .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: linear-gradient(117.4deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.032) 44.79%, rgba(255, 255, 255, 0.1) 100%);
  border-radius: 24px;
  -webkit-backdrop-filter: blur(75px);
          backdrop-filter: blur(75px);
  min-height: 360px;
  max-width: 500px;
}
#ft_container .ft-bar .ft-bar-contents .contents .kakao-chat-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  gap: 8px;
}
#ft_container .ft-bar .ft-bar-contents .contents .kakao-chat-title img {
  width: 121px;
  height: auto;
}
#ft_container .ft-bar .ft-bar-contents .contents .kakao-chat-title span {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
#ft_container .ft-bar .ft-bar-contents .contents .kakao-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1350px) {
  #ft_container .ft-bar .ft-bar-contents .contents .kakao-btn-box {
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#ft_container .ft-bar .ft-bar-contents .contents .kakao-btn-box .kakao-cs-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 12px 30px;
  border: 1px solid #fff;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
#ft_container .ft-bar .ft-bar-contents .contents .kakao-btn-box .kakao-cs-btn:hover {
  background-color: #ffd439;
  border: 1px solid #ffd439;
  color: #373f57;
}
#ft_container .ft-bar .ft-bar-contents .contents .kakao-chat-notice {
  padding: 0px 50px;
}
@media only screen and (max-width: 768px) {
  #ft_container .ft-bar .ft-bar-contents .contents .kakao-chat-notice {
    padding: 0px 20px;
  }
}
#ft_container .ft-bar .ft-bar-contents .contents .kakao-chat-notice .notice {
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  letter-spacing: -0.5px;
  word-break: keep-all;
  white-space: pre-line;
}
@media only screen and (max-width: 380px) {
  #ft_container .ft-bar .ft-bar-contents .contents .kakao-chat-notice .notice {
    font-size: 12px;
  }
}
#ft_container .ft-bar .ft-bar-contents .contents .kakao-chat-notice .notice:nth-child(1), #ft_container .ft-bar .ft-bar-contents .contents .kakao-chat-notice .notice:nth-child(2) {
  margin-bottom: 10px;
}
#ft_container .ft-bar .contents-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 28px;
  width: 100%;
  position: relative;
  clear: both;
  font-weight: bold;
  font-size: 23px;
}
#ft_container .ft-bar .contents-right .title,
#ft_container .ft-bar .contents-right .tel {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#ft_container .ft-bar .contents-right .title {
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1px;
}
#ft_container .ft-bar .contents-right .tel {
  font-weight: 600;
  font-size: 22px;
  letter-spacing: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
#ft_container .ft-bar .contents-right .tel > span {
  color: #ffffff !important;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1px;
}
#ft_container .ft-bar .contents-right .tel-desc {
  width: 210px;
  word-break: keep-all;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: -0.5px;
}
#ft_container .ft-bar-2 {
  position: relative;
  background: #333;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  word-break: keep-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 20px 80px 20px;
  color: #fff;
  gap: 30px;
}
@media only screen and (max-width: 860px) {
  #ft_container .ft-bar-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
#ft_container .ft-bar-2 #footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1280px;
  gap: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1279px) {
  #ft_container .ft-bar-2 #footer_menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 859px) {
  #ft_container .ft-bar-2 #footer_menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#ft_container .ft-bar-2 #footer_menu li {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 9px 12px;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: -0.5px;
  background: #f4f6fb;
  color: #373f57;
  border-radius: 40px;
  line-height: 100%;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  border: 1px solid transparent;
  cursor: pointer;
}
#ft_container .ft-bar-2 #footer_menu li:hover {
  color: #fff;
  background: transparent;
  border: 1px solid #ffffff;
}
#ft_container .ft-bar-2 #footer_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1280px;
}
@media only screen and (max-width: 1279px) {
  #ft_container .ft-bar-2 #footer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
}
@media only screen and (max-width: 859px) {
  #ft_container .ft-bar-2 #footer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
#ft_container .ft-bar-2 #footer_info .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#ft_container .ft-bar-2 #footer_info .info .company-info,
#ft_container .ft-bar-2 #footer_info .info .company-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
#ft_container .ft-bar-2 #footer_info .info .company-info p,
#ft_container .ft-bar-2 #footer_info .info .company-desc p {
  word-break: keep-all;
  text-align: initial;
}
#ft_container .ft-bar-2 #footer_info .left {
  -webkit-box-flex: 2.1;
      -ms-flex: 2.1;
          flex: 2.1;
  gap: 20px;
}
@media screen and (max-width: 1279px) {
  #ft_container .ft-bar-2 #footer_info .left {
    width: 100%;
  }
}
@media (max-width: 859px) {
  #ft_container .ft-bar-2 #footer_info .left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 859px) {
  #ft_container .ft-bar-2 #footer_info .left .company-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#ft_container .ft-bar-2 #footer_info .left div {
  color: #e1e5ef;
  font-size: 13px;
  letter-spacing: -0.5px;
}
#ft_container .ft-bar-2 #footer_info .left div:nth-child(1) {
  margin-bottom: 10px;
}
#ft_container .ft-bar-2 #footer_info .left div:nth-child(1) span {
  font-size: 15px;
  letter-spacing: -0.5px;
}
#ft_container .ft-bar-2 #footer_info .left div:nth-child(2) {
  line-height: 24px;
  margin-bottom: 30px;
  color: #969dae;
}
#ft_container .ft-bar-2 #footer_info .left div:nth-child(2) p {
  line-height: 24px;
  text-align: center;
}
#ft_container .ft-bar-2 #footer_info .left div:nth-child(2) p span {
  font-size: 13px;
  letter-spacing: -0.5px;
  font-weight: 400;
}
#ft_container .ft-bar-2 #footer_info .left div:nth-child(2) p span::after {
  content: "|";
  margin: 0px 4px;
}
#ft_container .ft-bar-2 #footer_info .left div:nth-child(2) p span:last-child::after {
  content: "";
}
#ft_container .ft-bar-2 #footer_info .left div:nth-child(3) {
  margin-bottom: 20px;
}
#ft_container .ft-bar-2 #footer_info .left div:nth-child(3) p {
  line-height: 22px;
}
#ft_container .ft-bar-2 #footer_info .left div:nth-child(3) p span {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
@media (min-width: 0px) and (max-width: 859px) {
  #ft_container .ft-bar-2 #footer_info .left div:nth-child(3) p {
    text-align: center;
  }
}
@media (min-width: 0px) and (max-width: 499px) {
  #ft_container .ft-bar-2 #footer_info .left div:nth-child(3) p {
    word-break: break-all;
  }
  #ft_container .ft-bar-2 #footer_info .left div:nth-child(3) p br {
    display: none;
  }
}
#ft_container .ft-bar-2 #footer_info .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
}
@media only screen and (max-width: 1279px) {
  #ft_container .ft-bar-2 #footer_info .right {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 859px) {
  #ft_container .ft-bar-2 #footer_info .right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
#ft_container .ft-bar-2 #footer_info .right p {
  color: #fff;
  text-align: initial;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.5px;
}
#ft_container .ft-bar-2 #footer_info .right .ft-bank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media only screen and (max-width: 859px) {
  #ft_container .ft-bar-2 #footer_info .right .ft-bank {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#ft_container .ft-bar-2 #footer_info .right .ft-bank p {
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 859px) {
  #ft_container .ft-bar-2 #footer_info .right .ft-bank p {
    text-align: center;
  }
}
#ft_container .ft-bar-2 #footer_info .right .ft-bank .bank-account {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
#ft_container .ft-bar-2 #footer_info .right .ft-bank .bank-account span {
  width: 15px;
  height: 15px;
  -webkit-transition: 0.25s all ease;
  transition: 0.25s all ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: url(../img/common/icon_content_copy.svg) no-repeat center;
}
#ft_container .ft-bar-2 #footer_info .right .ft-bank .bank-name {
  color: #373f57;
  padding: 10px;
  letter-spacing: -1px;
  background-color: #f4f6fb;
  border-radius: 10px;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#ft_container .ft-bar-2 #footer_info .right .award {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#ft_container .ft-bar-2 #footer_info .right .award img {
  width: 64px;
  height: 64px;
}
#ft_container .ft-bar-2 #footer_info .right .award .award-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: initial;
  line-height: 20px;
  font-size: 13px;
  font-weight: 400;
  gap: 16px;
  letter-spacing: -0.5px;
}
#ft_container .ft-bar-2 #footer_info .right .award .w-58 {
  width: 58px;
}

.ft_bar .btn-area {
  position: absolute;
  top: 32px;
  right: 0px;
}
.ft_bar .btn-area a {
  display: block;
  width: 75px;
  height: 28px;
  line-height: 28px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  color: #656565;
  float: left;
  margin-left: 5px;
  border-radius: 3px;
  letter-spacing: -0.5px;
}
.ft_bar .btn-area a:hover {
  background: #0bbad1;
  color: #fff;
  font-weight: bold;
}

#ft_logo {
  position: absolute;
  top: 20px;
  left: 0;
}

#top_btn {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 20px;
  padding: 0;
  right: 20px;
  width: 50px;
  min-width: unset;
  height: 50px;
  border: 1px solid #bbc1d0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(3.5px);
          backdrop-filter: blur(3.5px);
  z-index: 999;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
#top_btn svg path {
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
#top_btn:active {
  border: 1px solid #373f57;
  background: rgba(255, 255, 255, 0.9);
}
#top_btn:active svg path {
  stroke: #373f57;
}
@media (hover: hover) and (pointer: fine) {
  #top_btn:hover {
    border: 1px solid #373f57;
    background: rgba(255, 255, 255, 0.9);
  }
  #top_btn:hover svg path {
    stroke: #373f57;
  }
}

.pop-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  place-items: center;
}
.pop-wrap .pop-alert {
  -webkit-animation: slidePopup 0.2s ease forwards;
          animation: slidePopup 0.2s ease forwards;
  background-color: rgb(94, 94, 94);
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 7px #a5a5a5;
          box-shadow: 1px 2px 7px #a5a5a5;
}
.pop-wrap .pop-alert p {
  color: white;
  font-size: 15px;
}