@charset "UTF-8";
/* 오버레이 */
/*어드민 디자인*/
/* @import url('https://fonts.googleapis.com/css?family=Noto+Serif+KR:200,300'); */
/* @import url('https://fonts.googleapis.com/css?family=Lato:700,900'); */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700,900");
/*============================*/
/*@mixin center() {
    top: $percentage;
    left: $percentage;
    transform: translate(-$percentage, -$percentage);
}*/
ul, li {
  list-style-type: none;
}

@-webkit-keyframes left-in-tex {
  0% {
    margin-left: -150%;
    opacity: 0;
  }
  100% {
    margin-left: 0%;
    opacity: 1;
  }
}

@keyframes left-in-tex {
  0% {
    margin-left: -150%;
    opacity: 0;
  }
  100% {
    margin-left: 0%;
    opacity: 1;
  }
}

@-webkit-keyframes right-in {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@keyframes right-in {
  0% {
    left: 100%;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}

@-webkit-keyframes rightIn-box {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes rightIn-box {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes rightIn-tex {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes rightIn-tex {
  0% {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes rightIn-over {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
}

@keyframes rightIn-over {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
}

@-webkit-keyframes rightIn-over2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
}

@keyframes rightIn-over2 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
}

@-webkit-keyframes rightIn-over4 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes rightIn-over4 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@-webkit-keyframes Box1 {
  0% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes Box1 {
  0% {
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@-webkit-keyframes Box2 {
  0% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes Box2 {
  0% {
    -webkit-transform: translateX(120%);
            transform: translateX(120%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@-webkit-keyframes Box3 {
  0% {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@keyframes Box3 {
  0% {
    -webkit-transform: translateX(-120%);
            transform: translateX(-120%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}

@-webkit-keyframes Box4 {
  0% {
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

@keyframes Box4 {
  0% {
    -webkit-transform: translateY(120%);
            transform: translateY(120%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}

.footer {
  margin-top: 120px;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 2px solid #ffb29d;
  padding: 30px 0px;
}

.footer ._con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer ._con .first-box {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer ._con .first-box .logo-box {
  width: 100%;
  padding-bottom: 20px;
}

.footer ._con .first-box .logo-box img {
  width: calc(165px * 1);
  height: calc(70px * 1);
}

.footer ._con .first-box p {
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
  font-family: "Noto Sans KR", sans-serif;
  color: #1b1818;
  word-break: keep-all;
}

.footer ._con .second-box {
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.footer ._con .second-box .icon-box {
  width: 50px;
}

.footer ._con .second-box .icon-box img {
  width: calc(38px * 1);
  height: calc(38px * 1);
}

.footer ._con .second-box .text-box {
  width: calc(100% - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer ._con .second-box .text-box h6 {
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #141313;
  margin: 0px;
  padding-bottom: 10px;
  padding-top: 10px;
  word-break: keep-all;
}

.footer ._con .second-box .text-box h6 span {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  padding-left: 10px;
  word-break: keep-all;
}

.footer ._con .second-box .text-box h5 {
  font-size: 30px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ff592c;
  padding-bottom: 20px;
  word-break: keep-all;
}

.footer ._con .second-box .text-box h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #201d1d;
  padding-bottom: 20px;
  word-break: keep-all;
}

.footer ._con .second-box .text-box h3 {
  font-size: 17px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #2f2a2a;
  word-break: keep-all;
}

.footer ._con .second-box .text-box h3 br {
  display: none !important;
}

.footer ._con .second-box .text-box h3 a {
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  background-color: #2f2a2a;
  border-radius: 15px;
  padding: 4px 20px 5px;
  margin-left: 10px;
  word-break: keep-all;
}

.footer ._con .third-box {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ff592c;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer ._con .third-box h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  width: 80%;
  word-break: keep-all;
}

.footer ._con .third-box p {
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  font-family: "Noto Sans KR", sans-serif;
  color: #ffffff;
  width: 80%;
  word-break: keep-all;
}

.footer ._con .third-box p span {
  width: 80px;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  .footer {
    margin-top: 100px;
    padding: 30px 0px;
  }
  .footer ._con .first-box {
    width: 35%;
  }
  .footer ._con .first-box .logo-box {
    padding-bottom: 10px;
  }
  .footer ._con .first-box .logo-box img {
    width: calc(165px * 1);
    height: calc(70px * 1);
  }
  .footer ._con .first-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .footer ._con .second-box {
    width: 35%;
  }
  .footer ._con .second-box .icon-box {
    width: 40px;
  }
  .footer ._con .second-box .icon-box img {
    width: calc(38px * 0.9);
    height: calc(38px * 0.9);
  }
  .footer ._con .second-box .text-box {
    width: calc(100% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer ._con .second-box .text-box h6 {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
    padding-top: 5px;
  }
  .footer ._con .second-box .text-box h6 span {
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-left: 10px;
  }
  .footer ._con .second-box .text-box h5 {
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .footer ._con .second-box .text-box h4 {
    font-size: 26px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .footer ._con .second-box .text-box h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .footer ._con .second-box .text-box h3 br {
    display: none !important;
  }
  .footer ._con .second-box .text-box h3 a {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 15px;
    padding: 4px 20px 5px;
    margin-left: 10px;
  }
  .footer ._con .third-box {
    width: 30%;
  }
  .footer ._con .third-box h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    width: 80%;
  }
  .footer ._con .third-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    width: 80%;
  }
  .footer ._con .third-box p span {
    width: 60px;
  }
}

@media screen and (max-width: 992px) {
  .footer {
    margin-top: 80px;
    padding: 30px 0px;
  }
  .footer ._con .first-box {
    width: 30%;
  }
  .footer ._con .first-box .logo-box {
    padding-bottom: 10px;
  }
  .footer ._con .first-box .logo-box img {
    width: calc(165px * 0.8);
    height: calc(70px * 0.8);
  }
  .footer ._con .first-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .footer ._con .second-box {
    width: 40%;
  }
  .footer ._con .second-box .icon-box {
    width: 40px;
  }
  .footer ._con .second-box .icon-box img {
    width: calc(38px * 0.8);
    height: calc(38px * 0.8);
  }
  .footer ._con .second-box .text-box {
    width: calc(100% - 40px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer ._con .second-box .text-box h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 20px;
    padding-top: 5px;
  }
  .footer ._con .second-box .text-box h6 span {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-left: 10px;
  }
  .footer ._con .second-box .text-box h5 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .footer ._con .second-box .text-box h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .footer ._con .second-box .text-box h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .footer ._con .second-box .text-box h3 br {
    display: block !important;
  }
  .footer ._con .second-box .text-box h3 a {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 15px;
    padding: 4px 20px 5px;
    margin-left: 0px;
    margin-top: 10px;
  }
  .footer ._con .third-box {
    width: 30%;
  }
  .footer ._con .third-box h2 {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
    width: 90%;
  }
  .footer ._con .third-box p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    font-family: "Noto Sans KR", sans-serif;
    width: 90%;
  }
  .footer ._con .third-box p span {
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 60px;
    padding: 30px 0px;
  }
  .footer ._con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer ._con .first-box {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
  }
  .footer ._con .first-box .logo-box {
    width: auto;
    padding-bottom: 10px;
  }
  .footer ._con .first-box .logo-box img {
    width: calc(165px * 0.8);
    height: calc(70px * 0.8);
  }
  .footer ._con .first-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .footer ._con .second-box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
  .footer ._con .second-box .icon-box {
    width: 40px;
  }
  .footer ._con .second-box .icon-box img {
    width: calc(38px * 0.8);
    height: calc(38px * 0.8);
  }
  .footer ._con .second-box .text-box {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer ._con .second-box .text-box h6 {
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .footer ._con .second-box .text-box h6 span {
    font-size: 16px;
    font-weight: 300;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-left: 10px;
  }
  .footer ._con .second-box .text-box h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .footer ._con .second-box .text-box h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .footer ._con .second-box .text-box h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .footer ._con .second-box .text-box h3 br {
    display: none !important;
  }
  .footer ._con .second-box .text-box h3 a {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 15px;
    padding: 4px 20px 5px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .footer ._con .third-box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0px 10px;
  }
  .footer ._con .third-box h2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    width: auto;
  }
  .footer ._con .third-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    width: auto;
  }
  .footer ._con .third-box p span {
    width: 60px;
  }
}

@media screen and (max-width: 576px) {
  .footer {
    margin-top: 40px;
    padding: 20px 0px;
  }
  .footer ._con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer ._con .first-box {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
  }
  .footer ._con .first-box .logo-box {
    width: auto;
    padding-bottom: 10px;
  }
  .footer ._con .first-box .logo-box img {
    width: calc(165px * 0.6);
    height: calc(70px * 0.6);
  }
  .footer ._con .first-box p {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .footer ._con .second-box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
  .footer ._con .second-box .icon-box {
    width: 40px;
  }
  .footer ._con .second-box .icon-box img {
    width: calc(38px * 0.8);
    height: calc(38px * 0.8);
  }
  .footer ._con .second-box .text-box {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer ._con .second-box .text-box h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .footer ._con .second-box .text-box h6 span {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    font-family: "Noto Sans KR", sans-serif;
    padding-left: 10px;
  }
  .footer ._con .second-box .text-box h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .footer ._con .second-box .text-box h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .footer ._con .second-box .text-box h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .footer ._con .second-box .text-box h3 br {
    display: none !important;
  }
  .footer ._con .second-box .text-box h3 a {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 15px;
    padding: 4px 20px 5px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .footer ._con .third-box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0px 10px;
  }
  .footer ._con .third-box h2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    width: auto;
  }
  .footer ._con .third-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    width: auto;
  }
  .footer ._con .third-box p span {
    width: 60px;
  }
}

@media screen and (max-width: 340px) {
  .footer {
    margin-top: 30px;
    padding: 20px 0px;
  }
  .footer ._con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer ._con .first-box {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
  }
  .footer ._con .first-box .logo-box {
    width: auto;
    padding-bottom: 10px;
  }
  .footer ._con .first-box .logo-box img {
    width: calc(165px * 0.5);
    height: calc(70px * 0.5);
  }
  .footer ._con .first-box p {
    font-size: 12px;
    font-weight: 300;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .footer ._con .second-box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 20px;
  }
  .footer ._con .second-box .icon-box {
    width: 40px;
  }
  .footer ._con .second-box .icon-box img {
    width: calc(38px * 0.8);
    height: calc(38px * 0.8);
  }
  .footer ._con .second-box .text-box {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer ._con .second-box .text-box h6 {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
    padding-top: 5px;
  }
  .footer ._con .second-box .text-box h6 span {
    font-size: 14px;
    font-weight: 300;
    line-height: 14px;
    font-family: "Noto Sans KR", sans-serif;
    padding-left: 10px;
  }
  .footer ._con .second-box .text-box h5 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .footer ._con .second-box .text-box h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    font-family: "Noto Sans KR", sans-serif;
    padding-bottom: 10px;
  }
  .footer ._con .second-box .text-box h3 {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    font-family: "Noto Sans KR", sans-serif;
  }
  .footer ._con .second-box .text-box h3 br {
    display: none !important;
  }
  .footer ._con .second-box .text-box h3 a {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    font-family: "Noto Sans KR", sans-serif;
    border-radius: 15px;
    padding: 2px 10px 3px;
    margin-left: 10px;
    margin-top: 10px;
  }
  .footer ._con .third-box {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 0px 10px;
  }
  .footer ._con .third-box h2 {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    font-family: "Noto Sans KR", sans-serif;
    width: auto;
  }
  .footer ._con .third-box p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    font-family: "Noto Sans KR", sans-serif;
    width: auto;
  }
  .footer ._con .third-box p span {
    width: 60px;
  }
}
/*# sourceMappingURL=footer.css.map */