@charset "UTF-8";
/* 모바일만 ~767px */
@media screen and (max-width: 767px) {
  body, input, textarea, select, button {
    font-size: 1.3rem;
  }
  .copy {
    font-size: 1.2rem;
  }
  .gnb-util-wrap {
    max-width: 480px;
  }
}
/* 태블릿부터 768px~ */
@media screen and (min-width: 768px) {
  #jg-ft {
    padding: 6rem 0;
  }
  .ft-family-site-wrap {
    width: 18rem;
  }
}
/* 태블릿만 768px~1023px */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .gnb-util-wrap {
    max-width: 500px;
  }
}
/* PC부터 1024px~ */
@media screen and (min-width: 1024px) {
  .m-gnb-btn {
    display: none;
  }
  #jg-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #jg-hd.active {
    background-color: #fff !important;
  }
  #jg-hd.active:before {
    position: absolute;
    top: 10rem;
    left: 0;
    width: 100%;
    height: 0.1rem;
    background-color: #000;
    opacity: 0.1;
    content: "";
  }
  #jg-hd.active .jg-logo a {
    background-image: url("../images/logo/logo.svg");
  }
  #jg-hd.active #jg-gnb .depth1 > a {
    color: #222;
  }
  #jg-hd.active .util-sns-wrap a {
    color: #b82c35;
  }
  .jg-logo a {
    width: 8.8rem;
    height: 9.9rem;
    margin-right: 1rem;
  }
  .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: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: static;
    width: calc(100% - 10rem);
    height: auto;
    background-color: transparent;
  }
  .gnb-util-wrap #jg-gnb {
    padding-top: 0;
  }
  .gnb-util-wrap #jg-gnb ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 60rem;
  }
  .gnb-util-wrap #jg-gnb .depth1 {
    position: relative;
  }
  .gnb-util-wrap #jg-gnb .depth1 > a {
    padding: 0 4rem 0 4rem;
    line-height: 9.9rem;
    color: #fff;
    font-size: 2rem;
  }
  .gnb-util-wrap #jg-gnb .depth1 > a:after {
    display: none;
  }
  .gnb-util-wrap #jg-gnb .depth1 .depth2 {
    width: 100%;
    padding: 1.6rem 0 3.2rem;
    background-color: transparent;
    font-size: 1.8rem;
    line-height: 4.2rem;
    text-align: center;
  }
  .gnb-util-wrap #jg-gnb .depth1 .depth2 a {
    color: #666;
  }
  .gnb-util-wrap #jg-gnb .depth1:before {
    position: absolute;
    top: 9.8rem;
    left: 0;
    width: 100%;
    height: 0.2rem;
    background-color: #b82c35;
    content: "";
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .gnb-util-wrap #jg-gnb .depth1.active:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  .gnb-util-wrap #jg-gnb .depth1.active .depth2 a {
    color: #222;
  }
  .gnb-util-wrap #jg-gnb .depth1.active .depth2 a:hover {
    color: #b82c35;
  }
  .gnb-util-wrap .util-sns-wrap {
    position: static;
    width: 15rem;
    padding: 0;
    margin-top: 3.2rem;
    background-color: transparent;
  }
  .ft-menu {
    float: left;
  }
  .ft-family-site-wrap {
    float: right;
  }
  #jg-ft {
    padding: 8rem 0;
  }
  #jg-ft .ft-info {
    clear: both;
  }
  #jg-ft .ft-info > * {
    clear: none;
    padding: 0 1.5rem;
  }
  #jg-ft .ft-info > dt {
    padding-right: 0;
  }
  #jg-ft .ft-info > dd {
    border-right-width: 1px;
    padding-left: 0;
  }
  #jg-ft .ft-info dt:nth-of-type(3) {
    clear: both;
    padding-left: 0;
  }
  #jg-ft .ft-info > dd:nth-of-type(2), #jg-ft .ft-info #jg-ft .ft-info > dd:last-of-type {
    border-right-width: 0;
  }
  #jg-ft .ft-info > dd:nth-of-type(2) {
    padding-left: 1.5rem;
  }
  .top-btn {
    right: 4rem;
    bottom: 4rem;
    width: 5rem;
    height: 5rem;
  }
}
/* 작은 PC 1024px~1279px */
/* PC 1280px~ */
@media screen and (min-width: 1280px) {
  #jg-hd {
    padding: 0 3rem;
  }
  .jg-logo {
    margin-right: 4rem;
  }
  .gnb-util-wrap .util-sns-wrap .hd-sns a {
    padding: 0 2.4rem;
  }
}