@charset "UTF-8";
/* 모바일만 ~767px */
@media screen and (max-width: 767px) {
  #mv-ft .ft-img {
    display: none;
  }
}
/* 태블릿부터 768px~ */
@media screen and (min-width: 768px) {
  #mv-ft .ft-inner {
    width: 90%;
    margin: 0 auto;
  }
  #mv-ft .ft-logo {
    padding: 30px 0;
    width: 120px;
  }
  #mv-ft .ft-logo img {
    width: 100%;
  }
  #mv-ft .line::after {
    content: "";
    display: block;
    clear: both;
    width: 100%;
    height: 2px;
    background-color: #ccc;
  }
  #mv-ft .info ul {
    width: 100%;
    padding-top: 20px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  #mv-ft .info ul li {
    padding-right: 17px;
    font-size: 1vw;
    position: relative;
  }
  #mv-ft .info ul li.last:after {
    display: none;
  }
  #mv-ft .info ul li:after {
    position: absolute;
    right: 7px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    width: 3px;
    height: 3px;
    background-color: #4d2d8f;
    border-radius: 50%;
    margin-left: 14px;
  }
  #mv-ft .company p {
    font-weight: 700;
    text-align: left;
    font-size: 1vw;
    padding: 0;
  }
  #mv-ft .copy {
    padding: 30px 0;
    font-weight: 700;
    text-align: center;
    font-size: 1em;
  }
}
/* 태블릿만 768px~1023px */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #mv-ft .ft-img {
    display: none;
  }
  #mv-ft .info ul li {
    font-size: 1.5vw;
  }
  #mv-ft .company p {
    font-size: 1.2vw;
  }
  #mv-ft .company ul li {
    font-size: 0.9em;
  }
}
/* PC부터 1024px~ */
@media screen and (min-width: 1024px) {
  .m-gnb-btn {
    display: none;
  }
  #rg-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 0 3rem;
  }
  #rg-hd.active {
    background-color: #fff;
  }
  #rg-hd.active:before {
    position: absolute;
    top: 10rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #000;
    opacity: 0.1;
    content: "";
  }
  #rg-hd.active .rg-logo a {
    background-image: url("../images/logo.png");
  }
  #rg-hd.active #rg-gnb .depth1 > a {
    color: #222;
  }
  #rg-hd.active .util-sns-wrap a {
    color: #222;
  }
  #rg-hd.active .util-sns-wrap a:hover {
    color: #4d2d8f;
  }
  #rg-hd.active .hd-util:before {
    background-color: #4d2d8f;
  }
  .rg-logo a {
    width: 14rem;
    height: 9.9rem;
    margin-right: 2rem;
  }
  .gnb-util-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
    -webkit-box-align: top;
        -ms-flex-align: top;
            align-items: top;
    position: static;
    width: calc(100% - 10rem);
    height: auto;
    background-color: transparent;
  }
  .gnb-util-wrap #rg-gnb {
    padding-top: 0;
  }
  .gnb-util-wrap #rg-gnb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gnb-util-wrap #rg-gnb .depth1 {
    position: relative;
  }
  .gnb-util-wrap #rg-gnb .depth1 > a {
    line-height: 9.9rem;
    color: #f9f9f9;
    font-size: 2rem;
  }
  .gnb-util-wrap #rg-gnb .depth1 > a:after {
    display: none;
  }
  .gnb-util-wrap #rg-gnb .depth1 .depth2 {
    width: 100%;
    padding: 1.6rem 0 3.2rem;
    background-color: transparent;
    font-size: 1.8rem;
    line-height: 4.2rem;
  }
  .gnb-util-wrap #rg-gnb .depth1 .depth2 a {
    color: #666;
  }
  .gnb-util-wrap #rg-gnb .depth1:before {
    position: absolute;
    top: 9.8rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #4d2d8f;
    content: "";
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .gnb-util-wrap #rg-gnb .depth1.active:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .gnb-util-wrap #rg-gnb .depth1.active .depth2 a {
    color: #222;
  }
  .gnb-util-wrap #rg-gnb .depth1.active .depth2 a:hover {
    color: #4d2d8f;
  }
  .gnb-util-wrap .util-sns-wrap {
    position: static;
    width: 36rem;
    padding: 0;
    padding-left: 100px;
    margin-top: 3.2rem;
    background-color: transparent;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .gnb-util-wrap .util-sns-wrap .hd-util a {
    border: 0;
    font-size: 1.8rem;
  }
  #mv-ft .ft-inner {
    position: relative;
  }
  #mv-ft .ft-img {
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #mv-ft .ft-img img {
    width: 100%;
    opacity: 0.7;
  }
  #mv-ft .info ul li {
    font-size: 1.3vw;
  }
}
/* 작은 PC 1024px~1279px */
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .gnb-util-wrap .util-sns-wrap {
    display: none;
  }
}
/* PC 1280px~ */
@media screen and (min-width: 1280px) {
  #mv-ft .info ul li {
    font-size: 1em;
  }
  #mv-ft .company p {
    font-size: 0.8em;
  }
}