@charset "UTF-8";
/* 모바일만 ~767px */
@media screen and (max-width: 767px) {
  .hd-wrapper {
    height: 80px;
  }
  .logo {
    position: relative;
    top: 0;
    width: 50px;
    background: url("../images/logo/small_logo.png") center center/100% no-repeat;
  }
  .logo.active {
    top: 0;
    width: 50px;
    background: url("../images/logo/small_logo.png") center center/100% no-repeat;
  }
  .depth1 {
    font-size: 16px;
  }
}
/* 태블릿부터 768px~ */
@media screen and (min-width: 768px) {
  .btn-circle {
    width: 55px;
    height: 55px;
    font-size: 1.2em;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 100;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btn-circle:hover {
    line-height: 36px;
    background-color: rgb(0, 0, 0);
  }
  .btn-top {
    bottom: 40px;
    right: 30px;
  }
  .ft-info-container {
    padding-top: 65px;
  }
  .ft-info-container h3 {
    font-size: 30px;
  }
  .ft-info1-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 10px 0;
  }
  .ft-info1-wrap > div {
    float: left;
  }
  .ft-etc,
.ft-info,
.ft-contact {
    padding: 10px 20px;
  }
  .ft-etc {
    width: 33%;
  }
  .ft-etc dl dt {
    font-size: 32px;
  }
  .ft-etc dl dt a {
    color: #000;
  }
  .ft-info {
    width: 33%;
    border-right: 1px solid #999;
  }
  .ft-info dl {
    line-height: 1.8;
  }
  .ft-info dl dt {
    margin: 1px 0;
    float: none;
    background-color: transparent;
    font-size: 18px;
  }
  .ft-contact {
    width: 33%;
    border: none;
  }
  .ft-contact dl dd a {
    font-size: 18px;
  }
  .ft-info2-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #222;
    padding: 20px 0;
  }
  .ft-info2-wrap .ft-sns h3 {
    display: none;
  }
  .ft-info2-wrap .ft-sns li {
    float: left;
    margin-right: 3em;
  }
  .ft-info2-wrap .ft-sns li a {
    display: block;
    width: 48px;
    line-height: 48px;
    font-size: 1.6em;
  }
  .ft-info3-wrap {
    padding-top: 2em;
    border-top: none;
    font-size: 16px;
  }
  .ft-logo {
    width: 100%;
    height: 150px;
    background: url(../images/logo/main_logo.png) center center/contain no-repeat;
  }
}
/* 태블릿만*/
/* pc */
@media screen and (min-width: 1280px) {
  .m-gnb-open,
.m-gnb-close-wrap,
.hd-sns-wrap {
    display: none;
  }
  body {
    font-size: 16px;
  }
  .hd-wrapper {
    height: 220px;
  }
  .logo {
    position: absolute;
    top: 10px;
  }
  #mmca-gnb.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #mmca-gnb.active .depth2 {
    top: 80px;
  }
  .mmca-gnb-wrap {
    position: static;
    width: 100%;
    height: inherit;
    overflow: inherit;
  }
  .gnb1 {
    padding-left: 20px;
  }
  .gnb2 {
    position: relative;
    width: inherit;
    float: right;
    padding-right: 10px;
    padding-left: 20px;
    top: 0;
    left: inherit;
    font-size: inherit;
  }
  .gnb2 > .depth1 {
    display: inline-block;
  }
  .gnb2 > .depth1 a {
    padding: 10px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
  }
  .gnb2 > .depth1 > a:after {
    display: none;
  }
  .gnb2 > .depth1 > a img {
    width: 20px;
  }
  .gnb2 img {
    width: 100%;
    padding-bottom: 10px;
  }
  .mmca-gnb-sub {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    padding: 0;
    background-color: rgba(0, 0, 0, 0.1);
    color: #555;
    text-align: center;
    border-bottom: 1px solid #ccc;
    z-index: 1;
  }
  .mmca-gnb-sub.active {
    display: none;
  }
  .mmca-gnb-sub > a {
    display: inline-block;
    width: 25%;
    line-height: 3.2;
    font-size: 20px;
  }
  .mmca-gnb-sub > button {
    border: 1px solid #666;
    background-color: #666;
    color: #Fff;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 18px;
  }
  .mmca-gnb-sub > button:hover {
    background-color: #fff;
    color: #000;
  }
  .depth1 {
    float: left;
    padding-top: 160px;
  }
  .depth1 > a {
    height: 60px;
    padding: 0 20px;
    color: #555;
    line-height: 60px;
  }
  .depth1.active > a {
    color: #000;
  }
  .depth1 > a:after {
    display: none;
  }
  .depth2 {
    /* 서브메뉴 */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
    position: absolute;
    left: 0;
    top: 220px;
    width: 100%;
    height: 60px;
    padding: 0;
    line-height: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.2);
    z-index: 10;
  }
  .depth2 a {
    color: #555;
    padding: 12px 30px;
    font-size: 18px;
  }
  .depth2 a:hover {
    color: #1363BD;
    background-color: #fff;
  }
  .depth2-sub {
    font-weight: 400;
    color: #000;
    font-size: 16px;
  }
  /* 푸터 */
  /* 메인 */
  .ani-top {
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
  .fade-in {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}