@charset "UTF-8";
.inner {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}

.lotte {
  font-family: "MyLotteMedium";
}

body {
  overflow-x: hidden;
}

.ani-top {
  opacity: 0;
  -webkit-transform: translateY(150px);
          transform: translateY(150px);
  -webkit-transition: 1s;
  transition: 1s;
}

.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.delay02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.delay03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.delay04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.delay05 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.delay06 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.delay07 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.delay08 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.delay09 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.delay10 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

#lotte-hd {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@-webkit-keyframes hd-ani {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes hd-ani {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
#lotte-hd.fixed {
  position: fixed;
  -webkit-animation: hd-ani 0.5s both;
          animation: hd-ani 0.5s both;
}
#lotte-hd.white {
  background-color: #fff;
  border-bottom: 1px solid #ed1d24;
}
#lotte-hd .wrapper {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
#lotte-hd .wrapper .white-hd {
  width: 100%;
  height: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#lotte-hd .wrapper .white-hd:hover {
  background-color: #fff;
  border-bottom: 1px solid #ed1d24;
}
#lotte-hd .wrapper .white-hd .logo {
  width: 140px;
  padding: 10px 0 10px 20px;
}
#lotte-hd .wrapper .white-hd .logo img {
  width: 100%;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .total-menu {
  width: 100%;
  height: 0;
  background-color: #ed1d24;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .total-menu.active {
  height: 100vh;
  background-color: #ed1d24;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .total-menu .total-box {
  padding-top: 130px;
  width: 1400px;
  margin: 0 auto;
  height: 100vh;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .total-menu .total-box .depth1 {
  float: left;
  width: 250px;
  margin: 0 50px 100px;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .total-menu .total-box .depth1 > a {
  font-size: 1.5em;
  display: block;
  font-weight: 700;
  color: #fff;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .total-menu .total-box .depth1 > a:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 1px;
  background-color: #f6f6f6;
  margin: 7px 0;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .total-menu .total-box .depth1 .depth2 {
  margin-bottom: 100px;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .total-menu .total-box .depth1 .depth2 li > a {
  font-size: 0.9em;
  color: #fff;
  font-weight: 400;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .total-menu .total-box .depth1 .depth2 li > a:hover {
  font-weight: 700;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .util-menu {
  position: absolute;
  right: 3%;
  top: 21px;
  display: none;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .util-menu.block {
  display: block;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .gnb-btn {
  position: absolute;
  right: 15px;
  top: 17px;
  color: #ed1d24;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .gnb-btn .btn .gnb-close {
  display: none;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .gnb-btn .btn .hide {
  display: none;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .gnb-btn .btn .block {
  display: block;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .gnb-btn .btn i {
  font-size: 1.5em;
}
#lotte-hd .wrapper .lotte-gnb-wrap #lotte-gnb .gnb-btn .btn i.gnb-close {
  font-size: 2em;
}

#lotte-main .lotte-main-wrapper .main-banner-container {
  position: relative;
  overflow: hidden;
}
#lotte-main .lotte-main-wrapper .main-banner-container .main-banner-wrap {
  width: 300%;
  height: 100vh;
}
#lotte-main .lotte-main-wrapper .main-banner-container .main-banner-wrap .main-banner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: -webkit-transform 0.5s 0.2s;
  transition: -webkit-transform 0.5s 0.2s;
  transition: transform 0.5s 0.2s;
  transition: transform 0.5s 0.2s, -webkit-transform 0.5s 0.2s;
  position: relative;
}
#lotte-main .lotte-main-wrapper .main-banner-container .main-banner-wrap .main-banner .mb-slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.3333333333%;
  height: 100%;
}
#lotte-main .lotte-main-wrapper .main-banner-container .main-banner-wrap .main-banner .mb-slide img {
  width: 100%;
  height: 100vh;
}
#lotte-main .lotte-main-wrapper .main-banner-container .main-banner-wrap .main-banner .mb-slide1 {
  background: url("../images/main_visual_bg01.jpg") center center/cover no-repeat;
}
#lotte-main .lotte-main-wrapper .main-banner-container .main-banner-wrap .main-banner .mb-slide2 {
  background: url("../images/2.jpg") center center/cover no-repeat;
}
#lotte-main .lotte-main-wrapper .main-banner-container .main-banner-wrap .main-banner .mb-slide3 {
  background: url("../images/main3.jpg") center center/cover no-repeat;
}
#lotte-main .lotte-main-wrapper .main-banner-container .text-box {
  position: absolute;
  right: 8%;
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#lotte-main .lotte-main-wrapper .main-banner-container .text-box .eng {
  font-size: 3.5em;
  line-height: 1.3;
  color: #fff;
  font-weight: 300;
}
#lotte-main .lotte-main-wrapper .main-banner-container .text-box .eng span {
  color: red;
}
#lotte-main .lotte-main-wrapper .main-banner-container .text-box .kor {
  color: #fff;
  font-size: 0.9em;
  padding: 10px 0 5px;
}
#lotte-main .lotte-main-wrapper .main-banner-container .text-box .kor br {
  display: none;
}
#lotte-main .lotte-main-wrapper .main-banner-container .lineControl .bar {
  position: relative;
  width: 520px;
  height: 3px;
  background-color: #fff;
  margin-right: 10px;
  opacity: 0.4;
}
#lotte-main .lotte-main-wrapper .main-banner-container .lineControl .bar .pagerActive {
  position: absolute;
  width: 33.3333333333%;
  height: 3px;
  background-color: #ed1d24;
  -webkit-transition: 1s;
  transition: 1s;
}
#lotte-main .lotte-main-wrapper .main-banner-container .lineControl .main-banner-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  margin-top: 10px;
}
#lotte-main .lotte-main-wrapper .main-banner-container .lineControl .main-banner-controls button {
  color: #fff;
}
#lotte-main .lotte-main-wrapper .main-banner-container .lineControl .main-banner-controls button > i {
  font-size: 1.2em;
  padding: 0 5px;
}
#lotte-main .main-pro-container .main-pro ul {
  position: relative;
  width: 100%;
  height: 100vh;
}
#lotte-main .main-pro-container .main-pro ul li {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox {
  position: relative;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .bsimg {
  width: 100%;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  margin-left: 10%;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .bsimg:first-child {
  opacity: 1;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .bsimg1 {
  background: url("../images/project.jpg") center center/cover no-repeat;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .bsimg2 {
  background: url("../images/project5.jpg") center center/cover no-repeat;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .bsimg3 {
  background: url("../images/project7.jpg") center center/cover no-repeat;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .bsimg4 {
  background: url("../images/pro4.jpg") center center/cover no-repeat;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .bsimg5 {
  background: url("../images/pro5.jpg") center center/cover no-repeat;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox img {
  width: 100%;
  position: absolute;
  opacity: 0;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .left {
  background: url("../images/반복배경2.jpg") center center/cover no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 30%;
  height: 100vh;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .left .title {
  text-align: right;
  margin-bottom: 10px;
  font-weight: 500;
  position: relative;
  font-size: 2em;
  color: #8f8f8f;
  cursor: pointer;
  padding-right: 40px;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .left .title i {
  font-size: 0.8em;
  position: relative;
  right: 7px;
  bottom: 3px;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .left .title:first-child {
  margin-top: 150px;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .left .title.on {
  color: #ed1d24;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .protxt {
  position: relative;
  left: 35%;
  top: 10%;
  width: 60%;
  height: 100vh;
  z-index: 1;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .protxt .txt {
  padding-top: 85px;
  position: absolute;
  opacity: 0;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .protxt .txt:first-child {
  opacity: 1;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .protxt .txt dl {
  font-size: 2.5em;
  font-weight: 500;
  color: red;
}
#lotte-main .main-pro-container .main-pro ul li .imgbox .protxt .txt dt {
  font-family: "pretendard";
  margin-top: 5px;
  font-weight: 300;
  font-size: 1.4em;
  line-height: 1.6;
  text-shadow: 1px 1px 1px #999;
  color: #d5ccba;
}
#lotte-main .main-pro-container .main-pro ul .more {
  position: absolute;
  left: 0%;
  background-color: #ed1d24;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  padding: 6px 36px;
  margin-top: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#lotte-main .main-business-container {
  width: 100%;
  margin-top: 200px;
}
#lotte-main .main-business-container h2 {
  text-align: center;
  font-size: 3em;
  font-weight: 300;
}
#lotte-main .main-business-container h2 span {
  font-weight: 700;
}
#lotte-main .main-business-container > p {
  text-align: center;
  font-size: 1.1em;
  font-weight: 700;
  color: #999;
}
#lotte-main .main-business-container .business-box-wrap {
  padding-top: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#lotte-main .main-business-container .business-box-wrap .business-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
  cursor: pointer;
}
#lotte-main .main-business-container .business-box-wrap .business-box:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
#lotte-main .main-business-container .business-box-wrap .business-box.box1 {
  background-color: #707070;
}
#lotte-main .main-business-container .business-box-wrap .business-box.box2 {
  background-color: #83735c;
}
#lotte-main .main-business-container .business-box-wrap .business-box.box3 {
  background-color: #677d8a;
}
#lotte-main .main-business-container .business-box-wrap .business-box .business-txt {
  width: 100px;
}
#lotte-main .main-business-container .business-box-wrap .business-box .business-txt dl, #lotte-main .main-business-container .business-box-wrap .business-box .business-txt dt {
  margin-left: 20px;
  margin-top: 20px;
  line-height: 1.2;
  color: #fff;
}
#lotte-main .main-business-container .business-box-wrap .business-box .business-txt dl {
  font-size: 1.2em;
}
#lotte-main .main-business-container .business-box-wrap .business-box .business-txt dt {
  margin-top: 5px;
}
#lotte-main .main-business-container .business-box-wrap .business-box .business-txt p {
  margin-top: 20px;
  padding-left: 20px;
  width: 110px;
  display: none;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#lotte-main .main-business-container .business-box-wrap .business-box .business-img-box {
  width: 50%;
  overflow: hidden;
}
#lotte-main .main-business-container .business-box-wrap .business-box .business-img-box img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#lotte-main .main-project-container {
  width: 100%;
  margin-top: 200px;
}
#lotte-main .main-project-container h2 {
  text-align: center;
  font-size: 3em;
  font-weight: 300;
}
#lotte-main .main-project-container h2 span {
  font-weight: 700;
}
#lotte-main .main-project-container > p {
  text-align: center;
  font-size: 1.1em;
  font-weight: 700;
  color: #8f8f8f;
  margin-bottom: 100px;
}
#lotte-main .main-project-container .slide-box {
  max-width: 1600px;
  height: 900px;
  position: relative;
}
#lotte-main .main-project-container .slide-box .slider {
  margin: 0 auto;
  position: relative;
  left: -57.5%;
}
#lotte-main .main-project-container .slide-box .slider .sliders {
  width: 250%;
  position: relative;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lotte-main .main-project-container .slide-box .slider .sliders > li {
  width: 20%;
  position: relative;
  padding: 100px;
  -webkit-transition: 1s;
  transition: 1s;
}
#lotte-main .main-project-container .slide-box .slider .sliders > li.active {
  padding: 0;
}
#lotte-main .main-project-container .slide-box .slider .sliders > li.active .imgBox img {
  opacity: 1;
}
#lotte-main .main-project-container .slide-box .slider .sliders > li .imgBox {
  background: #000;
}
#lotte-main .main-project-container .slide-box .slider .sliders > li .imgBox img {
  width: 100%;
  opacity: 0.4;
}
#lotte-main .main-project-container .info-txt {
  position: relative;
  width: 100%;
}
#lotte-main .main-project-container .info-txt .project-info {
  height: 200px;
  width: 768px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -25px;
  opacity: 0;
  -webkit-transition: 1.3s;
  transition: 1.3s;
  padding-top: 20px;
  padding-left: 30px;
  color: #83735c;
  margin: 0 auto;
  -webkit-box-shadow: 2px 2px 5px rgba(153, 153, 153, 0.4);
          box-shadow: 2px 2px 5px rgba(153, 153, 153, 0.4);
}
#lotte-main .main-project-container .info-txt .project-info.active {
  top: -144px;
  opacity: 1;
}
#lotte-main .main-project-container .info-txt .project-info strong {
  font-size: 2.1em;
}
#lotte-main .main-project-container .info-txt .project-info p {
  padding-top: 20px;
}
#lotte-main .main-project-container .info-txt .project-info .plus-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100px;
  background-color: #83735c;
}
#lotte-main .main-project-container .info-txt .project-info .plus-btn .plus-box {
  width: 100px;
  height: 100px;
  background-color: transparent;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#lotte-main .main-project-container .info-txt .project-info .plus-btn .plus-box:hover {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#lotte-main .main-project-container .info-txt .project-info .plus-btn .plus-box .mini {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#lotte-main .main-project-container .main-project-controls {
  position: absolute;
  left: 50%;
  top: 42%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1700px;
}
#lotte-main .main-project-container .main-project-controls button {
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#lotte-main .main-project-container .main-project-controls button:hover {
  color: #ed1d24;
}
#lotte-main .main-project-container .main-project-controls button > i {
  font-size: 3em;
}
#lotte-main .main-news {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 200px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 5%;
}
#lotte-main .main-news h2 {
  font-weight: 400;
  font-size: 2em;
}
#lotte-main .main-news .magazine-wrap {
  position: relative;
}
#lotte-main .main-news .magazine-wrap a .imgbox {
  overflow: hidden;
}
#lotte-main .main-news .magazine-wrap a .imgbox:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#lotte-main .main-news .magazine-wrap a .imgbox img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
#lotte-main .main-news .magazine-wrap a .textbox {
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 30px;
  padding-left: 30px;
  color: #fff;
}
#lotte-main .main-news .magazine-wrap a > button {
  padding: 12px 10px;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#lotte-main .main-news .magazine-wrap a > button:hover {
  font-weight: 700;
  color: #ed1d24;
}
#lotte-main .main-news .news-wrap {
  position: relative;
}
#lotte-main .main-news .news-wrap .textbox {
  width: 570px;
  height: 364px;
}
#lotte-main .main-news .news-wrap .textbox h2 {
  font-size: 2em;
}
#lotte-main .main-news .news-wrap .textbox > div .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 8px;
  border-top: 1px solid rgba(143, 143, 143, 0.4);
}
#lotte-main .main-news .news-wrap .textbox > div .text:hover .grey {
  color: #ed1d24;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#lotte-main .main-news .news-wrap .textbox > div .text p {
  margin: 1.06em 0;
}
#lotte-main .main-news .news-wrap .textbox > div .text.text1 {
  border-top: 2px solid #8f8f8f;
}
#lotte-main .main-news .news-wrap .textbox > div .text.text4 {
  border-bottom: 2px solid #8f8f8f;
}
#lotte-main .main-news .news-wrap .textbox > div .text .grey {
  color: #8f8f8f;
}
#lotte-main .main-news .news-wrap .textbox > div .text .red {
  color: red;
}
#lotte-main .main-news .news-wrap > button {
  padding: 12px 10px;
  position: absolute;
  right: 0;
  top: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
#lotte-main .main-news .news-wrap > button:hover {
  font-weight: 700;
  color: #ed1d24;
}

footer {
  position: relative;
  background: #f7f7f7;
}
footer .top-img {
  width: 100%;
  height: 240px;
  background-image: url(../images/bg_footer.jpg);
  background-position: center;
  margin-bottom: 50px;
}
footer .footer-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding-bottom: 50px;
}
footer .footer-wrap .ft-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-wrap .ft-left .ft-logo {
  width: 200px;
}
footer .footer-wrap .ft-left .ft-logo img {
  width: 100%;
}
footer .footer-wrap .ft-left .md-ct .ft-more ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
footer .footer-wrap .ft-left .md-ct .ft-more ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #7a7a7a;
}
footer .footer-wrap .ft-left .md-ct .ft-more ul li a::after {
  content: "";
  display: block;
  clear: both;
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background-color: #8f8f8f;
}
footer .footer-wrap .ft-left .md-ct .ft-more ul li a.last::after {
  display: none;
}
footer .footer-wrap .ft-left .md-ct .ft-more ul li a strong {
  color: #ed1d24;
}
footer .footer-wrap .ft-left .md-ct .ft-info .add p {
  margin: 0;
  color: #7a7a7a;
}
footer .footer-wrap .ft-left .md-ct .copy > p {
  font-size: 0.9em;
  color: #7a7a7a;
  margin-top: 10px;
}
footer .footer-wrap .ft-left .ft-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
footer .footer-wrap .ft-left .ft-brand .ft-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
footer .footer-wrap .ft-left .ft-brand .ft-images p img {
  height: 37px;
}
footer .footer-wrap .ft-left .ft-brand .brand-inner {
  position: relative;
  width: 100%;
  height: 50px;
}
footer .footer-wrap .ft-left .ft-brand .brand-inner .brand-label1, footer .footer-wrap .ft-left .ft-brand .brand-inner .brand-label2 {
  display: block;
  border: 1px solid #ccc;
  width: 173px;
  line-height: 2;
  text-indent: 10px;
  font-size: 0.8em;
  position: relative;
}
footer .footer-wrap .ft-left .ft-brand .brand-inner .brand-label1:after, footer .footer-wrap .ft-left .ft-brand .brand-inner .brand-label2:after {
  /* 삼각형 보더 ▼ */
  content: "";
  float: right;
  display: block;
  margin-top: 6px;
  margin-right: 8px;
  border: 5px solid transparent;
  border-bottom-color: #ed1d24;
}
footer .footer-wrap .ft-left .ft-brand .brand-inner .brand-item1, footer .footer-wrap .ft-left .ft-brand .brand-inner .brand-item2 {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #888;
  line-height: 2;
  font-size: 0.85em;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .footer-wrap .ft-left .ft-brand .brand-inner .brand-item1.active, footer .footer-wrap .ft-left .ft-brand .brand-inner .brand-item2.active {
  height: 290px;
  padding: 10px 3px;
  background-color: #8f8f8f;
}
footer .footer-wrap .ft-left .ft-brand .brand-inner .brand-item1 > a, footer .footer-wrap .ft-left .ft-brand .brand-inner .brand-item2 > a {
  color: #fff;
  border-bottom: 1px solid #ccc;
  display: block;
  padding-left: 0.5em;
  padding-bottom: 2px;
  margin: 6px 0;
}
footer .footer-wrap .ft-left .m-ft-brand {
  display: none;
  gap: 20px;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
}
footer .footer-wrap .ft-left .m-ft-brand.hide {
  display: none;
}
footer .footer-wrap .ft-left .m-ft-brand .ft-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
footer .footer-wrap .ft-left .m-ft-brand .ft-images p img {
  height: 37px;
}
footer .footer-wrap .ft-left .m-ft-brand .brand-inner {
  position: relative;
  width: 100%;
  height: 50px;
}
footer .footer-wrap .ft-left .m-ft-brand .brand-inner .brand-label1, footer .footer-wrap .ft-left .m-ft-brand .brand-inner .brand-label2 {
  display: block;
  border: 1px solid #ccc;
  width: 173px;
  line-height: 2;
  text-indent: 10px;
  font-size: 0.8em;
  position: relative;
}
footer .footer-wrap .ft-left .m-ft-brand .brand-inner .brand-label1:after, footer .footer-wrap .ft-left .m-ft-brand .brand-inner .brand-label2:after {
  /* 삼각형 보더 ▼ */
  content: "";
  float: right;
  display: block;
  margin-top: 6px;
  margin-right: 8px;
  border: 5px solid transparent;
  border-bottom-color: #ed1d24;
}
footer .footer-wrap .ft-left .m-ft-brand .brand-inner .brand-item1, footer .footer-wrap .ft-left .m-ft-brand .brand-inner .brand-item2 {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  height: 0;
  border-radius: 5px;
  background-color: #888;
  line-height: 2;
  font-size: 0.85em;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
footer .footer-wrap .ft-left .m-ft-brand .brand-inner .brand-item1.active, footer .footer-wrap .ft-left .m-ft-brand .brand-inner .brand-item2.active {
  height: 290px;
  padding: 10px 3px;
  background-color: #8f8f8f;
}
footer .footer-wrap .ft-left .m-ft-brand .brand-inner .brand-item1 > a, footer .footer-wrap .ft-left .m-ft-brand .brand-inner .brand-item2 > a {
  color: #fff;
  border-bottom: 1px solid #ccc;
  display: block;
  padding-left: 0.5em;
  padding-bottom: 2px;
  margin: 6px 0;
}