* .swiper-pagination {
  display: flex;
  align-items: center;
  position: initial;
  color: #fff;
  font-family: "GmarketSans";
  font-size: 16px;
  font-weight: light;
}
* .swiper-pagination .swiper-pagination-current {
  font-weight: bold;
}
* .slideBox {
  width: 54%;
  position: absolute;
  left: 880px;
  bottom: 0;
}
* .slideBox .swiper {
  width: 100%;
  max-width: 900px;
  height: 570px;
}
* .slideBox .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: flex;
  justify-content: center;
  align-items: center;
}
* .slideBox .swiper .swiper-slide .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  background: #fff;
  font-family: "DMSerifDisplay", "GmarketSans";
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
body::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera*/
}
body.mainBg {
  background: #f63131;
}
body.mainBg .copyright02 {
  opacity: 0;
  mix-blend-mode: normal;
}
body.stop {
  height: 100vh;
  overflow: hidden;
}
body header {
  width: 100%;
  padding: 24px 50px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
  background: linear-gradient(#f63131, transparent);
}
body header.main {
  opacity: 0;
}
body header.sub {
  background: transparent;
}
body header section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body header section h1 {
  display: flex;
  align-items: center;
  font-size: 0;
  color: transparent;
  pointer-events: all;
}
body header section h1 a {
  width: 35px;
  height: 48px;
  background: url("../img/logo/header_logo_w.png") no-repeat center;
  display: inline-block;
  background-size: contain;
}
body header section h1 .coment {
  display: flex;
  margin-left: 194px;
}
body header section h1 .coment span {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  cursor: default;
}
body header section h1 .coment span:first-child {
  margin-right: 6px;
}
body header section nav {
  text-align: right;
  pointer-events: all;
}
body header section nav ul {
  display: flex;
}
body header section nav ul li {
  width: 136px;
}
body header section nav ul li:first-child {
  width: auto;
}
body header section nav ul li a {
  color: #fff;
  font-size: 24px;
}
body header section nav ul li a.on {
  color: #f63131;
}
body header section nav ul li a:hover {
  color: #fff81e;
}
body header section nav .mobileContent {
  display: none;
}
body header section nav .mobileContent .hamberger {
  position: relative;
}
body header section nav .mobileContent .menuBox {
  display: none;
}
body header section nav .mobileContent .menuBox.on {
  width: 100vw;
  height: 100vh;
  background-color: #1a1311;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  text-align: left;
  pointer-events: all;
}
body header section nav .mobileContent .menuBox.on ul {
  display: block;
  width: 70%;
}
body header section nav .mobileContent .menuBox.on ul li {
  width: 100%;
}
body header section nav .mobileContent .menuBox.on ul li a {
  font-family: "DMSerifDisplay";
  font-size: 48px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
  cursor: pointer;
}
body header section nav .mobileContent .menuBox.on ul li a:hover {
  color: #f63131;
}
body header section .copyright {
  margin-left: 0;
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
  position: fixed;
  left: -75px;
  bottom: 20%;
  transform: rotate(-90deg);
  cursor: default;
}
body header section.sub h1 a {
  background: url("../img/logo/header_logo_b.png") no-repeat;
}
body header section.sub h1 span {
  color: #000;
}
body header section.sub nav a {
  color: #000;
}
body header section.sub nav a:hover {
  color: #f63131;
}
body header section.sub .copyright {
  color: #000;
}
body main.main {
  position: relative;
  overflow: hidden;
}
body main.main::before {
  content: "";
  background: url("../../style/img/page/00.main/BG/bg01.png") no-repeat right 40px;
  background-attachment: fixed;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
body main.main section h2.mainTit {
  font-size: 120px;
  line-height: 1;
}
body main.main section h2.mainTit span {
  color: #fff;
}
body main.main section h2.mainTit p {
  color: #fff;
  font-family: "GmarketSans";
  font-size: 60px;
  font-weight: 200;
  line-height: 1.4;
}
body main.main section.section01 {
  opacity: 0;
  height: 100vh;
  max-height: 1200px;
  position: relative;
}
body main.main section.section01 h2 {
  position: absolute;
  top: 720px;
  left: 280px;
  z-index: 9;
}
body main.main section.section01 .slideSubBox {
  display: flex;
  align-items: center;
  position: relative;
}
body main.main section.section01 .slideSubBox .swiper-progress-bar {
  width: 100%;
  min-width: 100px;
  margin: 0 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
}
body main.main section.section01 .slideSubBox .swiper-progress-bar .slide_progress-bar {
  width: auto;
  height: 1px;
  background: #fff;
  clear: both;
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
body main.main section.section01 .slideSubBox .swiper-progress-bar .slide_progress-bar:after {
  content: "";
  width: 0;
  height: 3px;
  background: #fff;
  position: absolute;
  top: -1px;
  left: 0;
}
body main.main section.section01 .slideSubBox .swiper-progress-bar.active .slide_progress-bar {
  opacity: 1;
}
body main.main section.section01 .slideSubBox .swiper-progress-bar.animate .slide_progress-bar:after {
  width: 100%;
  transition: width linear;
  transition-delay: unset;
  transition-duration: 2.5s;
}
body main.main section.section01 .slideBox .swiper-slide {
  position: relative;
  opacity: 0;
  left: 0;
  bottom: 0;
}
body main.main section.section01 .slideBox .swiper-slide .title {
  position: absolute;
  top: -260px;
  left: -600px;
  font-size: 120px;
  text-align: left;
  line-height: 1;
  opacity: 0;
  pointer-events: none;
}
body main.main section.section01 .slideBox .swiper-slide .title * {
  color: #fff;
}
body main.main section.section01 .slideBox .swiper-slide .title p {
  font-family: "GmarketSans";
  font-size: 60px;
  font-weight: 200;
  line-height: 1.4;
}
body main.main section.section01 .slideBox .swiper-slide .contentBG {
  width: 900px;
  height: 570px;
  position: relative;
  cursor: none;
}
body main.main section.section01 .slideBox .swiper-slide .parallax-bg {
  width: 200%;
  height: 200%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  pointer-events: none;
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
body main.main section.section01 .slideBox .swiper-slide.swiper-slide-prev {
  pointer-events: none;
  animation: 0.8s ease 0s normal forwards 1 fadeout;
}
body main.main section.section01 .slideBox .swiper-slide.swiper-slide-prev .title {
  animation: 0.8s ease 0s normal forwards 1 fadeout;
}
body main.main section.section01 .slideBox .swiper-slide.swiper-slide-active {
  z-index: 10;
  opacity: 1;
  animation: 0.8s ease 0s normal forwards 1 fadein;
}
body main.main section.section01 .slideBox .swiper-slide.swiper-slide-active .title {
  animation: 0.8s ease 0s normal forwards 1 fadein;
}
body main.main section.section01 .slideBox .swiper-slide.swiper-slide-next {
  animation: 0.8s ease 0s normal forwards 1 fadeout;
  pointer-events: none;
}
body main.main section.section01 .slideBox .swiper-slide.kt .contentBG {
  background: url("../img/page/00.main/slide/kt/slide01_kt_bg.png") no-repeat;
}
body main.main section.section01 .slideBox .swiper-slide.kt .parallax-bg {
  background: url("../img/page/00.main/slide/kt/slide01_kt_upper.png") no-repeat;
  top: -220px;
  left: -340px;
}
body main.main section.section01 .slideBox .swiper-slide.mofa .contentBG {
  background: url("../img/page/00.main/slide/mofa/slide02_mofa_bg.png") no-repeat;
}
body main.main section.section01 .slideBox .swiper-slide.mofa .parallax-bg {
  background: url("../img/page/00.main/slide/mofa/slide02_mofa_uppper.png") no-repeat;
  top: 6px;
  left: 0;
}
body main.main section.section01 .slideBox .swiper-slide.mobidoo .contentBG {
  background: url("../img/page/00.main/slide/mobidoo/slide04_mobidoo_bg.png") no-repeat;
}
body main.main section.section01 .slideBox .swiper-slide.mobidoo .parallax-bg {
  background: url("../img/page/00.main/slide/mobidoo/slide04_mobidoo_upper.png") no-repeat;
  top: -54px;
  left: 422px;
}
body main.main section.section01 .slideBox .swiper-slide.kdb .contentBG {
  background: url("../img/page/00.main/slide/kdb/slide05_kdb_bg.png") no-repeat;
}
body main.main section.section01 .slideBox .swiper-slide.kdb .parallax-bg {
  background: url("../img/page/00.main/slide/kdb/slide05_kdb_upper.png") no-repeat;
  top: 168px;
  left: -110px;
}
body main.main section.section01 .slideBox .swiper-slide.poba .contentBG {
  background: url("../img/page/00.main/slide/poba/slide06_poba_bg.png") no-repeat;
}
body main.main section.section01 .slideBox .swiper-slide.poba .parallax-bg {
  background: url("../img/page/00.main/slide/poba/slide06_poba_upper.png") no-repeat;
  top: -210px;
  left: 70px;
}
body main.main section.section01 .slideBox .swiper-slide.hmi .contentBG {
  background: url("../img/page/00.main/slide/hmi/slide07_hmi_bg.png") no-repeat;
}
body main.main section.section01 .slideBox .swiper-slide.hmi .parallax-bg {
  background: url("../img/page/00.main/slide/hmi/slide07_hmi_upper.png") no-repeat;
  top: 180px;
  left: -30px;
}
body main.main section.section01 .slideBox .swiper-slide.nh .contentBG {
  background: url("../img/page/00.main/slide/nh_bank/slide08_nh_bg.png") no-repeat;
}
body main.main section.section01 .slideBox .swiper-slide.nh .parallax-bg {
  background: url("../img/page/00.main/slide/nh_bank/slide08_nh_upper.png") no-repeat;
  top: -90px;
  left: 180px;
}
body main.main section.section01 .slideBox .swiper-slide.HANA .contentBG {
  background: url("../img/page/00.main/slide/hana/slide09_HANA_bg.png") no-repeat;
}
body main.main section.section01 .slideBox .swiper-slide.HANA .parallax-bg {
  background: url("../img/page/00.main/slide/hana/slide09_HANA_upper.png") no-repeat;
  background-size: 900px;
  top: -90px;
  left: 100px;
}
body main.main section.section01 .slideBox .swiper-slide.HANA_un .contentBG {
  background: url("../img/page/00.main/slide/hana_un/slide10_HANA_UN_BG.png") no-repeat;
}
body main.main section.section01 .slideBox .swiper-slide.HANA_un .parallax-bg {
  background: url("../img/page/00.main/slide/hana_un/slide10_HANA_supper.png") no-repeat;
  background-size: 1100px;
  top: -350px;
  left: 10px;
}
body main.main section.section01 .slideBox .swiper-slide.jiphyeonjeon .contentBG {
  background: url("../img/page/00.main/slide/jiphyenjeon/slide11_jiphyeonjeon_BG.png") no-repeat;
}
body main.main section.section01 .slideBox .swiper-slide.jiphyeonjeon .parallax-bg {
  background: url("../img/page/00.main/slide/jiphyenjeon/slide11_jiphyeonjeon_supper.png") no-repeat;
  top: -90px;
  left: 180px;
}
body main.main section.section02 {
  height: 250vh;
  max-height: 2226px;
  padding: 170px 140px 227px 138px;
}
body main.main section.section02 h2 {
  font-family: "DMSerifDisplay";
  font-size: 120px;
  font-weight: normal;
  color: #fff;
  clear: both;
}
body main.main section.section02 h2::before {
  content: "";
  width: 160px;
  height: 8px;
  margin: 0 -20px -30px 0;
  display: inline-block;
  background: #f63131;
}
body main.main section.section02 .headTxt {
  font-family: "GmarketSans";
  font-size: 40px;
  font-weight: normal;
  float: right;
  margin-bottom: 86px;
  display: flex;
  flex-direction: column;
}
body main.main section.section02 .headTxt p {
  display: inline-block;
  color: #a3a09f;
}
body main.main section.section02 .headTxt p span {
  color: #fff;
  font-weight: bold;
}
body main.main section.section02 .headTxt p span:first-child {
  color: #a3a09f;
}
body main.main section.section02 article.title {
  height: 460px;
  margin: 100px auto 86px;
  background: url("../img/page/00.main/BG/about/about01.png") no-repeat center;
  background-size: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  clear: both;
}
body main.main section.section02 article.title::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(26, 19, 17, 0.35);
  position: absolute;
  top: 0;
  left: 0;
}
body main.main section.section02 article.title h3 {
  width: 100%;
  color: rgba(0, 0, 0, 0);
  font-size: 8vw;
  font-weight: normal;
  font-family: "GmarketSans";
  -webkit-text-stroke: 2px #f63131;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body main.main section.section02 article.title span {
  color: #fff;
  font-size: 60px;
  font-weight: normal;
  z-index: 9;
}
body main.main section.section02 article.content h3 {
  margin: 0 140px;
  margin-bottom: 180px;
  position: relative;
  font-size: 30px;
  font-weight: normal;
  color: #f63131;
}
body main.main section.section02 article.content h3 span {
  display: block;
  color: #f63131;
  margin-top: 64px;
  font-family: "GmarketSans";
  font-size: 20px;
}
body main.main section.section02 article.content h3 span::before {
  content: "/";
  margin-right: 10px;
}
body main.main section.section02 article.content h3::before {
  content: "";
  width: 57px;
  height: 40px;
  background: url("../img/icon/main/icon_rest.png") no-repeat;
  display: inline-block;
  position: absolute;
  top: 8px;
  left: -76px;
}
body main.main section.section02 article.content .contentWrap {
  margin-left: 140px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body main.main section.section02 article.content .contentWrap p {
  font-family: "DMSerifDisplay";
  font-style: italic;
  font-size: 40px;
  color: #f63131;
}
body main.main section.section02 article.content .contentWrap div {
  width: 910px;
  height: 418px;
  padding: 0 140px 4px 122px;
  background: url("../img/page/00.main/BG/about/about02.png") no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
body main.main section.section02 article.content .contentWrap div * {
  flex: 1 1 auto;
  color: #f63131;
  font-family: "GmarketSans";
  font-weight: bold;
  text-align: center;
}
body main.main section.section02 article.content .contentWrap div span {
  font-size: 30px;
}
body main.main section.section02 article.content .contentWrap div span.diLogo {
  width: 122px;
  height: 60px;
  margin: auto;
  display: inline-block;
  background: url("../img/page/00.main/BG/about/about04.png") no-repeat center;
}
body main.main section.section02 article.content .contentWrap div p {
  font-size: 20px;
  font-style: normal;
  text-align: left;
  line-height: 2;
}
body main.main section.section03 {
  height: 100vh;
  max-height: 800px;
  background-image: url("../img/page/00.main/BG/about/about03.png");
  display: flex;
}
body main.main section.section03 h3 {
  font-weight: normal;
  font-size: 120px;
}
body main.main section.section03 .news {
  width: 50%;
  height: 100%;
  background: rgba(246, 49, 49, 0.8);
  text-align: center;
  padding: 284px;
}
body main.main section.section03 .news h3 {
  color: #fff;
}
body main.main section.section03 .news a {
  font-family: "GmarketSans";
  font-weight: normal;
  font-size: 20px;
  color: #fff;
}
body main.main section.section03 .news a::after {
  content: "";
  background: url("../img/page/00.main/about_btn/arrow01.png") no-repeat center;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
body main.main section.section03 .welfare {
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 284px;
}
body main.main section.section03 .welfare h3 {
  color: #f63131;
}
body main.main section.section03 .welfare button {
  font-family: "GmarketSans";
  font-weight: normal;
  font-size: 20px;
  color: #f63131;
  border: 0;
  background-color: transparent;
}
body main.main section.section03 .welfare button::after {
  content: "";
  background: url("../img/page/00.main/about_btn/arrow02.png") no-repeat center;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
body main.main section.section04 {
  height: 122vh;
  max-height: 1150px;
  padding: 180px 278px;
  background: url("../img/page/00.main/BG/bg02.png") no-repeat right 40px;
  position: relative;
}
body main.main section.section04 h2 {
  color: #fff;
  font-family: "DMSerifDisplay";
  font-size: 120px;
  font-weight: normal;
}
body main.main section.section04 .comment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
body main.main section.section04 .comment p {
  font-family: "GmarketSans";
  font-size: 20px;
  font-weight: normal;
  color: #fff;
}
body main.main section.section04 .map {
  width: 100%;
  height: 400px;
  background-color: #fff;
  margin-bottom: 30px;
}
body main.main section.section04 .map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
body main.main section.section04 .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main.main section.section04 .info .address {
  font-size: 16px;
  font-weight: 200;
  color: #cccccc;
}
body main.main section.section04 .info div {
  display: flex;
}
body main.main section.section04 .info div h6 {
  margin-left: 30px;
  font-family: "GmarketSans";
  font-size: 16px;
  font-weight: bold;
  color: #cccccc;
}
body main.main section.section04 .info div h6 span {
  margin-left: 4px;
  font-weight: 200;
  color: #cccccc;
}
body main.main footer {
  width: 100%;
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
}
body main.main footer section {
  width: 100%;
  margin: 34px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body main.main footer section h3 {
  font-size: 0;
  color: transparent;
}
body main.main footer section h3 a {
  width: 142px;
  height: 52px;
  display: inline-block;
  background: url("../img/logo/footer_logo.png");
}
body main.main footer section .footerContent {
  width: calc(100% - 142px);
  display: flex;
  align-items: center;
}
body main.main footer section .footerContent span {
  width: 82%;
  margin-bottom: 4px;
  border-top: 4px solid #f63131;
  margin-left: 38px;
  margin-right: 38px;
}
body main.main footer section .footerContent div {
  width: 100%;
  max-width: 200px;
}
body main.main footer section .footerContent div a {
  margin-left: 14px;
  color: #f63131;
  font-size: 20px;
  font-weight: bold;
}
body main.main footer section .footerContent div a:first-child {
  margin-left: 0;
}
body main.works section h2.mainTit {
  position: fixed;
  top: 300px;
  left: 277px;
}
body main.works section h2.mainTit * {
  color: #fff;
}
body main.works section h2.mainTit span {
  font-size: 120px;
}
body main.works section h2.mainTit p {
  font-size: 32px;
}
body main.works section ul {
  width: 50%;
  float: right;
}
body main.works section ul li {
  margin: 120px 0;
  display: flex;
}
body main.works section ul li a {
  padding: 0 0 0 124px;
  position: relative;
}
body main.works section ul li a span {
  font-size: 20px;
}
body main.works section ul li a h3 {
  margin: 4px 0 20px 0;
  font-size: 36px;
}
body main.works section ul li a div span {
  font-family: "GmarketSans";
  font-size: 16px;
  font-weight: 200;
}
body main.works section ul li a div span:first-child::after {
  content: "";
  height: 10px;
  margin: 0 2px 0 5px;
  border-left: 1px solid #fff;
  display: inline-block;
  transition: all ease-in 0.2s;
}
body main.works section ul li a * {
  color: #fff;
}
body main.works section ul li a:hover * {
  color: #fff81e;
}
body main.works section ul li a:hover div span:first-child::after {
  border-color: #fff81e;
}
body main.works section ul li a::before {
  content: "";
  width: 100px;
  height: 100px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
}
body main.works section ul li.jiphyeonjeon a::before {
  background: url("../img/page/01.works/worksList14_jiphyeonjeon.png") no-repeat center;
}
body main.works section ul li.hana a::before {
  background: url("../img/page/01.works/workList14_Hana.png") no-repeat center;
}
body main.works section ul li.hana_un a::before {
  background: url("../img/page/01.works/workList15_Hana_un.png") no-repeat center;
}
body main.works section ul li.kt a::before {
  background: url("../img/page/01.works/worksList02_kt.png") no-repeat center;
}
body main.works section ul li.mofa a::before {
  background: url("../img/page/01.works/worksList03_mopa.png") no-repeat center;
}
body main.works section ul li.kdb a::before {
  background: url("../img/page/01.works/worksList04_kdb.png") no-repeat center;
}
body main.works section ul li.mobidoo a::before {
  background: url("../img/page/01.works/worksList05_mobidoo.png") no-repeat center;
}
body main.works section ul li.hyosung a::before {
  background: url("../img/page/01.works/worksList06_hyosung.png") no-repeat center;
}
body main.works section ul li.poba a::before {
  background: url("../img/page/01.works/worksList07_poba.png") no-repeat center;
}
body main.works section ul li.hmi a::before {
  background: url("../img/page/01.works/worksList08_hmi.png") no-repeat center;
}
body main.works section ul li.nh_bank a::before {
  background: url("../img/page/01.works/worksList09_nh.png") no-repeat center;
}
body main.works section ul li.hubpop a::before {
  background: url("../img/page/01.works/worksList10_hubpop.png") no-repeat center;
}
body main.works section ul li.nia a::before {
  background: url("../img/page/01.works/worksList11_nia.png") no-repeat center;
}
body main.works section ul li.tros a::before {
  background: url("../img/page/01.works/worksList12_tros.png") no-repeat center;
}
body main.works section ul li.entrix a::before {
  background: url("../img/page/01.works/worksList13_entrix.png") no-repeat center;
}
body main.sub section {
  padding: 70px 140px;
}
body main.sub section.section01 {
  height: 100vh;
  position: relative;
  padding: 0;
  overflow: hidden;
}
body main.sub section.section01 video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  filter: brightness(0.7);
}
body main.sub section.section01 .s1_bg {
  width: 100%;
  height: 100%;
  animation: scale 14s;
  animation-fill-mode: forwards;
}
body main.sub section.section01 .s1_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@keyframes scale {
  0% {
    scale: 1.5;
  }
  100% {
    scale: 1;
  }
}
body main.sub section.section01 h2.mainTit {
  padding-left: 278px;
  position: absolute;
  bottom: 180px;
  left: 0;
  font-size: 100px;
  line-height: 1;
}
body main.sub section.section01 h2.mainTit p {
  color: #fff;
  line-height: 1.5;
  word-break: keep-all;
}
body main.sub section.section01 h2.mainTit p span {
  color: #fff;
}
body main.sub section.section01 h2.mainTit .subTitBox {
  display: flex;
  flex-direction: column;
}
body main.sub section.section01 h2.mainTit .subTitBox p {
  color: #fff;
  font-family: "GmarketSans";
  font-size: 16px;
  font-weight: 200;
  line-height: 2;
}
body main.sub section.section01 h2.mainTit .subTitBox p.explan {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
}
body main.sub section.section01 .mouseIcon {
  width: 24px;
  height: 38px;
  background-image: url("../img/icon/mouse.png");
  position: absolute;
  bottom: 60px;
  left: 50%;
  animation: bounce 0.4s ease-out alternate-reverse infinite;
}
@keyframes bounce {
  100% {
    transform: translateY(-30%);
  }
}
body main.sub section.section02 {
  padding: 0;
}
body main.sub section.section02 .portfolioWrap {
  width: 100%;
  height: 970px;
  padding-top: 100px;
  padding-left: 278px;
  background: #eeeeee;
  display: flex;
}
body main.sub section.section02 .portfolioWrap .tapBtnWrap {
  width: 100%;
  max-width: 275px;
}
body main.sub section.section02 .portfolioWrap .tapBtnWrap li {
  margin-bottom: 20px;
}
body main.sub section.section02 .portfolioWrap .tapBtnWrap li button {
  border: 0;
  color: #000;
  font-family: "DMSerifDisplay";
  font-size: 30px;
}
body main.sub section.section02 .portfolioWrap .tapBtnWrap li button:hover {
  color: #f63131;
}
body main.sub section.section02 .portfolioWrap .tapBtnWrap li button.on {
  color: #f63131;
  position: relative;
}
body main.sub section.section02 .portfolioWrap .tapBtnWrap li button.on::after {
  content: "";
  width: 17px;
  display: block;
  border-top: 2px solid #f63131;
  position: absolute;
  left: 0;
  bottom: 0;
}
body main.sub section.section02 .portfolioWrap .tabWrap {
  width: 100%;
  position: relative;
}
body main.sub section.section02 .portfolioWrap .tabWrap .tapContent {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body main.sub section.section02 .portfolioWrap .tabWrap .tapContent.on {
  opacity: 1;
}
body main.sub section.section02 .portfolioWrap .tabWrap .tapContent .tapContentHeader {
  max-height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}
body main.sub section.section02 .portfolioWrap .tabWrap .tapContent .tapContentHeader span {
  font-size: 16px;
}
body main.sub section.section02 .portfolioWrap .tabWrap .tapContent .tapContentHeader .swiper-pagination.custom {
  width: 248px;
  z-index: 9;
}
body main.sub section.section02 .portfolioWrap .tabWrap .tapContent .tapContentHeader .swiper-pagination.custom .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin-right: 5px;
  background: transparent;
  border: 2px solid #707070;
  opacity: 1;
}
body main.sub section.section02 .portfolioWrap .tabWrap .tapContent .tapContentHeader .swiper-pagination.custom .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #777;
}
body main.sub section.section02 .portfolioWrap .tabWrap .tapContent .slideBox_overView {
  width: 100%;
  height: 810px;
  overflow: hidden;
}
body main.sub section.section02 .portfolioWrap .tabWrap .tapContent .slideBox_overView .swiper {
  height: 100%;
  max-width: 1088px;
}
body main.sub section.section02 .portfolioWrap .tabWrap .tapContent .slideBox_overView .swiper.slide_mobile {
  max-width: 360px;
}
body main.sub section.section02 .portfolioWrap .tabWrap .tapContent .slideBox_overView .swiper .swiper-slide {
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
body main.sub section.section02 .s2_textWrap {
  display: flex;
  padding: 118px 278px 20px;
}
body main.sub section.section02 .s2_textWrap h3 {
  width: 42%;
  font-size: 64px;
  font-weight: normal;
  color: #000;
  font-family: "DMSerifDisplay";
  line-height: 0.75;
}
body main.sub section.section02 .s2_textWrap div {
  width: 58%;
}
body main.sub section.section02 .s2_textWrap div h4 {
  font-family: "GmarketSans";
  font-size: 20px;
  font-weight: normal;
  color: #000;
}
body main.sub section.section02 .s2_textWrap div p {
  font-family: "GmarketSans";
  font-size: 16px;
  font-weight: 200;
  color: #777;
  margin-top: 28px;
  margin-bottom: 20px;
}
body main.sub section.section02 .s2_textWrap div a {
  font-family: "GmarketSans";
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
body main.sub section.section02 .s2_textWrap div a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 2px solid #000;
  border-left: none;
  border-bottom: none;
  transition: all ease-in 0.2s;
  transform: rotate(45deg);
}
body main.sub section.section02 .s2_textWrap div a:hover {
  color: #f63131;
}
body main.sub section.section02 .s2_textWrap div a:hover::after {
  border-color: #f63131;
}
body main.sub section.section02 .cardShowWarp {
  background-color: transparent;
  padding: 0;
}
body main.sub section.section02 .cardShowWarp .cardSlideWarp {
  max-width: 2280px;
  margin: 0 140px;
  padding: 0;
  top: 0;
}
body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top {
  height: 386px;
  padding: 118px 138px 20px;
  display: flex;
}
body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top h3 {
  width: 42%;
  font-size: 48px;
  line-height: 1;
  font-family: "DMSerifDisplay";
  font-weight: normal;
}
body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top div {
  width: 58%;
}
body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top div h4 {
  font-family: "GmarketSans";
  font-size: 20px;
  font-weight: 400;
}
body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top div .s2_textBox2 {
  width: 100%;
}
body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top div .s2_textBox2 p {
  margin: 28px 0 20px 0;
  font-family: "GmarketSans";
  color: #777;
  font-size: 16px;
  font-weight: 200;
}
body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top div .s2_textBox2 a {
  display: inline-block;
}
body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top div .s2_textBox2 a::after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border: 2px solid #000;
  border-left: none;
  border-bottom: none;
  transition: all ease-in 0.2s;
  transform: rotate(45deg);
}
body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top div .s2_textBox2 a:hover {
  color: #f63131;
}
body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top div .s2_textBox2 a:hover::after {
  border-color: #f63131;
}
body main.sub section.section02 .cardShowWarp .cardSlideWarp div.bottom {
  width: 100%;
  height: 970px;
  margin-top: 64px;
  position: relative;
}
body main.sub section.section02 .cardShowWarp .cardSlideWarp div.bottom::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -11%;
  left: 0;
  background-size: cover;
}
body main.sub section.section02 .cardShowWarp .cardSlideWarp div.bottom .cardSlide {
  width: 100%;
  height: 100%;
  max-width: 860px;
  max-height: 484px;
  margin: auto;
  padding: 0;
}
body main.sub section.section02 .cardShowWarp .cardSlideWarp div.bottom .cardSlide .itemCard {
  border-radius: 0;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.1);
}
body main.sub section.section03 {
  margin-top: 120px;
  display: flex;
}
body main.sub section.section03 h2 {
  color: #000;
  font-family: "GmarketSans";
  font-size: 40px;
  font-weight: 400;
}
body main.sub section.section03 h2 p {
  margin-top: 40px;
  color: #777;
  font-family: "GmarketSans";
  font-size: 16px;
  font-weight: 200;
  line-height: 1.8;
}
body main.sub section.section03.console {
  padding: 0 278px;
  justify-content: space-between;
}
body main.sub section.section03.console h2 {
  width: 40%;
  padding: 0 140px;
}
body main.sub section.section03.console article {
  width: 60%;
}
body main.sub section.section03.console article .img_items {
  width: 100%;
  min-height: 460px;
  margin-top: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
body main.sub section.section03.console article .img_items:first-child {
  margin-top: 0;
}
body main.sub section.section03.mobile {
  padding: 0 140px;
  flex-direction: column;
}
body main.sub section.section03.mobile h2 {
  text-align: center;
}
body main.sub section.section03.mobile h2 p {
  margin-bottom: 121px;
}
body main.sub section.section03.mobile article {
  display: flex;
  justify-content: space-between;
}
body main.sub section.section03.mobile article .img_items {
  width: 23.7%;
  min-width: 390px;
  min-height: 600px;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
  background: red;
  background-size: cover;
  background-repeat: no-repeat;
}
body main.sub section.section03.mobile .phone {
  display: none;
}
body main.sub section.section04 {
  padding: 88px 0;
  background: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 3;
}
body main.sub section.section04 * {
  color: #fff;
  text-align: center;
}
body main.sub section.section04 h2 {
  font-size: 56px;
}
body main.sub section.section04 span {
  margin: 40px 0;
  font-size: 24px;
  font-weight: 200;
  word-break: keep-all;
}
body main.sub section.section04 button {
  width: 200px;
  height: 50px;
  border: 0;
  background: #444;
}
body main.sub section.section04 button:hover {
  background: #f63131;
}
body main.sub section.section05 {
  padding: 120px 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
body main.sub section.section05 .btn_siteMap .btnWrap span {
  background: #000;
}
body main.sub section.section05 .btn_siteMap .btnWrap:hover span {
  background: #f63131;
}
body main.sub section.section05 .phone {
  display: none;
}
body main.sub.kt .section01 {
  background: url("../img/page/02.KT/BG_kt.png") no-repeat center;
  background-size: cover;
}
body main.sub.kt .section02 .portfolioWrap .slide_pc .img01 {
  background: url("../img/page/02.KT/pc/pc_01.png");
}
body main.sub.kt .section02 .portfolioWrap .slide_pc .img02 {
  background: url("../img/page/02.KT/pc/pc_02.png");
}
body main.sub.kt .section02 .portfolioWrap .slide_pc .img03 {
  background: url("../img/page/02.KT/pc/pc_03.png");
}
body main.sub.kt .section02 .portfolioWrap .slide_pc .img04 {
  background: url("../img/page/02.KT/pc/pc_04.png");
}
body main.sub.kt .section02 .portfolioWrap .slide_console .img01 {
  background: url("../img/page/02.KT/console/console_01.png");
}
body main.sub.kt .section02 .portfolioWrap .slide_console .img02 {
  background: url("../img/page/02.KT/console/console_02.png");
}
body main.sub.kt .section02 .portfolioWrap .slide_console .img03 {
  background: url("../img/page/02.KT/console/console_03.png");
}
body main.sub.kt .section02 .portfolioWrap .slide_console .img04 {
  background: url("../img/page/02.KT/console/console_04.png");
}
body main.sub.kt .section03 .img_items:nth-child(1) {
  background-image: url("../../style/img/page/02.KT/sub_overview/sub_overview01.png");
}
body main.sub.kt .section03 .img_items:nth-child(2) {
  background-image: url("../../style/img/page/02.KT/sub_overview/sub_overview02.png");
}
body main.sub.mofa .section01 .s1_bg {
  background: url("../img/page/03.mofa/BG_mofa.png") no-repeat center;
  background-size: cover;
}
body main.sub.mofa .section02 .portfolioWrap .slide_pc .img01 {
  background: url("../img/page/03.mofa/pc/pc_01.png");
}
body main.sub.mofa .section02 .portfolioWrap .slide_pc .img02 {
  background: url("../img/page/03.mofa/pc/pc_02.png");
}
body main.sub.mofa .section02 .portfolioWrap .slide_pc .img03 {
  background: url("../img/page/03.mofa/pc/pc_03.png");
}
body main.sub.mofa .section02 .portfolioWrap .slide_pc .img04 {
  background: url("../img/page/03.mofa/pc/pc_04.png");
}
body main.sub.mofa .section02 .portfolioWrap .slide_mobile .img01 {
  background: url("../img/page/03.mofa/mobile/mobile_01.png");
}
body main.sub.mofa .section02 .portfolioWrap .slide_mobile .img02 {
  background: url("../img/page/03.mofa/mobile/mobile_02.png");
}
body main.sub.mofa .section02 .portfolioWrap .slide_mobile .img03 {
  background: url("../img/page/03.mofa/mobile/mobile_03.png");
}
body main.sub.mofa .section02 .portfolioWrap .slide_mobile .img04 {
  background: url("../img/page/03.mofa/mobile/mobile_04.png");
}
body main.sub.kdb .section01 .s1_bg {
  background: url("../img/page/04.KDB/BG_kdb.png") no-repeat center;
  background-size: cover;
}
body main.sub.kdb .section02 .portfolioWrap .slide_pc .img01 {
  background: url("../img/page/04.KDB/pc/pc_01.png");
}
body main.sub.kdb .section02 .portfolioWrap .slide_pc .img02 {
  background: url("../img/page/04.KDB/pc/pc_02.png");
}
body main.sub.kdb .section02 .portfolioWrap .slide_pc .img03 {
  background: url("../img/page/04.KDB/pc/pc_03.png");
}
body main.sub.kdb .section02 .portfolioWrap .slide_pc .img04 {
  background: url("../img/page/04.KDB/pc/pc_04.png");
}
body main.sub.kdb .section02 .portfolioWrap .slide_mobile .img01 {
  background: url("../img/page/04.KDB/mobile/mobile_01.png");
}
body main.sub.kdb .section02 .portfolioWrap .slide_mobile .img02 {
  background: url("../img/page/04.KDB/mobile/mobile_02.png");
}
body main.sub.kdb .section02 .portfolioWrap .slide_mobile .img03 {
  background: url("../img/page/04.KDB/mobile/mobile_03.png");
}
body main.sub.kdb .section02 .portfolioWrap .slide_mobile .img04 {
  background: url("../img/page/04.KDB/mobile/mobile_04.png");
}
body main.sub.kdb .section03 .img_items:nth-child(1) {
  background-image: url("../../style/img/page/04.KDB/sub_overview/sub_overview01.png");
}
body main.sub.kdb .section03 .img_items:nth-child(2) {
  background-image: url("../../style/img/page/04.KDB/sub_overview/sub_overview02.png");
}
body main.sub.kdb .section03 .img_items:nth-child(3) {
  background-image: url("../../style/img/page/04.KDB/sub_overview/sub_overview03.png");
}
body main.sub.kdb .section03 .img_items:nth-child(4) {
  background-image: url("../../style/img/page/04.KDB/sub_overview/sub_overview04.png");
}
body main.sub.kdb .section03 .swiper-slide:nth-child(1) {
  background-image: url("../../style/img/page/04.KDB/sub_overview/sub_overview01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.kdb .section03 .swiper-slide:nth-child(2) {
  background-image: url("../../style/img/page/04.KDB/sub_overview/sub_overview02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.kdb .section03 .swiper-slide:nth-child(3) {
  background-image: url("../../style/img/page/04.KDB/sub_overview/sub_overview03.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.kdb .section03 .swiper-slide:nth-child(4) {
  background-image: url("../../style/img/page/04.KDB/sub_overview/sub_overview04.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.mobidoo .section01 {
  background: url("../img/page/05.mobidoo/BG_mobidoo.png") no-repeat center;
  background-size: cover;
}
body main.sub.mobidoo .section02 .portfolioWrap .slide_pc .img01 {
  background: url("../img/page/05.mobidoo/pc/pc_01.png");
}
body main.sub.mobidoo .section02 .portfolioWrap .slide_pc .img02 {
  background: url("../img/page/05.mobidoo/pc/pc_02.png");
}
body main.sub.mobidoo .section02 .portfolioWrap .slide_pc .img03 {
  background: url("../img/page/05.mobidoo/pc/pc_03.png");
}
body main.sub.mobidoo .section02 .portfolioWrap .slide_pc .img04 {
  background: url("../img/page/05.mobidoo/pc/pc_04.png");
}
body main.sub.mobidoo .section02 .portfolioWrap .slide_mobile .img01 {
  background: url("../img/page/05.mobidoo/mobile/mobile_01.png");
}
body main.sub.mobidoo .section02 .portfolioWrap .slide_mobile .img02 {
  background: url("../img/page/05.mobidoo/mobile/mobile_02.png");
}
body main.sub.mobidoo .section02 .portfolioWrap .slide_mobile .img03 {
  background: url("../img/page/05.mobidoo/mobile/mobile_03.png");
}
body main.sub.mobidoo .section02 .portfolioWrap .slide_mobile .img04 {
  background: url("../img/page/05.mobidoo/mobile/mobile_04.png");
}
body main.sub.mobidoo .section03 .img_items:nth-child(1) {
  background-image: url("../../style/img/page/05.mobidoo/sub_overview/sub_overview01.png");
}
body main.sub.mobidoo .section03 .img_items:nth-child(2) {
  background-image: url("../../style/img/page/05.mobidoo/sub_overview/sub_overview02.png");
}
body main.sub.mobidoo .section03 .img_items:nth-child(3) {
  background-image: url("../../style/img/page/05.mobidoo/sub_overview/sub_overview03.png");
}
body main.sub.mobidoo .section03 .img_items:nth-child(4) {
  background-image: url("../../style/img/page/05.mobidoo/sub_overview/sub_overview04.png");
}
body main.sub.mobidoo .section03 .swiper-slide:nth-child(1) {
  background-image: url("../../style/img/page/05.mobidoo/sub_overview/sub_overview01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.mobidoo .section03 .swiper-slide:nth-child(2) {
  background-image: url("../../style/img/page/05.mobidoo/sub_overview/sub_overview02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.mobidoo .section03 .swiper-slide:nth-child(3) {
  background-image: url("../../style/img/page/05.mobidoo/sub_overview/sub_overview03.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.mobidoo .section03 .swiper-slide:nth-child(4) {
  background-image: url("../../style/img/page/05.mobidoo/sub_overview/sub_overview04.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.hyosung .section01 .s1_bg {
  background: url("../img/page/06.hyosungPM/BG_hyosungPM.png") no-repeat center;
  background-size: cover;
}
body main.sub.hyosung .section02 .portfolioWrap .slide_pc .img01 {
  background: url("../img/page/06.hyosungPM/pc/pc_01.png");
}
body main.sub.hyosung .section02 .portfolioWrap .slide_pc .img02 {
  background: url("../img/page/06.hyosungPM/pc/pc_02.png");
}
body main.sub.hyosung .section02 .portfolioWrap .slide_pc .img03 {
  background: url("../img/page/06.hyosungPM/pc/pc_03.png");
}
body main.sub.hyosung .section02 .portfolioWrap .slide_pc .img04 {
  background: url("../img/page/06.hyosungPM/pc/pc_04.png");
}
body main.sub.hyosung .section02 .portfolioWrap .slide_mobile .img01 {
  background: url("../img/page/06.hyosungPM/mobile/mobile_01.png");
}
body main.sub.hyosung .section02 .portfolioWrap .slide_mobile .img02 {
  background: url("../img/page/06.hyosungPM/mobile/mobile_02.png");
}
body main.sub.hyosung .section02 .portfolioWrap .slide_mobile .img03 {
  background: url("../img/page/06.hyosungPM/mobile/mobile_03.png");
}
body main.sub.hyosung .section02 .portfolioWrap .slide_mobile .img04 {
  background: url("../img/page/06.hyosungPM/mobile/mobile_04.png");
}
body main.sub.hyosung .section03 .img_items:nth-child(1) {
  background-image: url("../../style/img/page/06.hyosungPM/sub_overview/sub_overview01.png");
}
body main.sub.hyosung .section03 .img_items:nth-child(2) {
  background-image: url("../../style/img/page/06.hyosungPM/sub_overview/sub_overview02.png");
}
body main.sub.hyosung .section03 .img_items:nth-child(3) {
  background-image: url("../../style/img/page/06.hyosungPM/sub_overview/sub_overview03.png");
}
body main.sub.hyosung .section03 .img_items:nth-child(4) {
  background-image: url("../../style/img/page/06.hyosungPM/sub_overview/sub_overview04.png");
}
body main.sub.hyosung .section03 .swiper-slide:nth-child(1) {
  background-image: url("../../style/img/page/06.hyosungPM/sub_overview/sub_overview01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.hyosung .section03 .swiper-slide:nth-child(2) {
  background-image: url("../../style/img/page/06.hyosungPM/sub_overview/sub_overview02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.hyosung .section03 .swiper-slide:nth-child(3) {
  background-image: url("../../style/img/page/06.hyosungPM/sub_overview/sub_overview03.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.hyosung .section03 .swiper-slide:nth-child(4) {
  background-image: url("../../style/img/page/06.hyosungPM/sub_overview/sub_overview04.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.poba .section01 .s1_bg {
  background: url("../img/page/07.poba/BG_poda.png") no-repeat center;
  background-size: cover;
}
body main.sub.poba .section02 .portfolioWrap .slide_pc .img01 {
  background: url("../img/page/07.poba/pc/pc_01.png");
}
body main.sub.poba .section02 .portfolioWrap .slide_pc .img02 {
  background: url("../img/page/07.poba/pc/pc_02.png");
}
body main.sub.poba .section02 .portfolioWrap .slide_pc .img03 {
  background: url("../img/page/07.poba/pc/pc_03.png");
}
body main.sub.poba .section02 .portfolioWrap .slide_pc .img04 {
  background: url("../img/page/07.poba/pc/pc_04.png");
}
body main.sub.poba .section02 .portfolioWrap .slide_mobile .img01 {
  background: url("../img/page/07.poba/mobile/mobile_01.png");
}
body main.sub.poba .section02 .portfolioWrap .slide_mobile .img02 {
  background: url("../img/page/07.poba/mobile/mobile_02.png");
}
body main.sub.poba .section02 .portfolioWrap .slide_mobile .img03 {
  background: url("../img/page/07.poba/mobile/mobile_03.png");
}
body main.sub.poba .section02 .portfolioWrap .slide_mobile .img04 {
  background: url("../img/page/07.poba/mobile/mobile_04.png");
}
body main.sub.poba .section03 .img_items:nth-child(1) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview01.png");
}
body main.sub.poba .section03 .img_items:nth-child(2) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview02.png");
}
body main.sub.poba .section03 .img_items:nth-child(3) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview03.png");
}
body main.sub.poba .section03 .img_items:nth-child(4) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview04.png");
}
body main.sub.poba .section03 .swiper-slide:nth-child(1) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.poba .section03 .swiper-slide:nth-child(2) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.poba .section03 .swiper-slide:nth-child(3) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview03.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.poba .section03 .swiper-slide:nth-child(4) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview04.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.hmi .section01 .s1_bg {
  background: url("../img/page/08.SKT_HMI/BG_skt.png") no-repeat center;
  background-size: cover;
}
body main.sub.hmi .section02 .portfolioWrap .slide_dashboard .img01 {
  background: url("../img/page/08.SKT_HMI/dashboard/dashboard_01.png");
}
body main.sub.hmi .section02 .portfolioWrap .slide_dashboard .img02 {
  background: url("../img/page/08.SKT_HMI/dashboard/dashboard_02.png");
}
body main.sub.hmi .section02 .portfolioWrap .slide_dashboard .img03 {
  background: url("../img/page/08.SKT_HMI/dashboard/dashboard_03.png");
}
body main.sub.nh .section01 .s1_bg {
  background: url("../img/page/09.NH_bank/BG_nh.png") no-repeat center;
  background-size: cover;
}
body main.sub.nh .section02 .portfolioWrap .slide_mobile .img01 {
  background: url("../img/page/09.NH_bank/mobile/mobile_01.png");
}
body main.sub.nh .section02 .portfolioWrap .slide_mobile .img02 {
  background: url("../img/page/09.NH_bank/mobile/mobile_02.png");
}
body main.sub.nh .section02 .portfolioWrap .slide_mobile .img03 {
  background: url("../img/page/09.NH_bank/mobile/mobile_03.png");
}
body main.sub.nh .section02 .portfolioWrap .slide_mobile .img04 {
  background: url("../img/page/09.NH_bank/mobile/mobile_04.png");
}
body main.sub.nh .section02 .portfolioWrap .slide_mobile .img05 {
  background: url("../img/page/09.NH_bank/mobile/mobile_05.png");
}
body main.sub.nh .section02 .portfolioWrap .slide_mobile .img06 {
  background: url("../img/page/09.NH_bank/mobile/mobile_06.png");
}
body main.sub.nh .section02 .portfolioWrap .slide_mobile .img07 {
  background: url("../img/page/09.NH_bank/mobile/mobile_07.png");
}
body main.sub.nh .section03 .img_items:nth-child(1) {
  background-image: url("../../style/img/page/09.NH_bank/sub_overview/sub_overview01.png");
}
body main.sub.nh .section03 .img_items:nth-child(2) {
  background-image: url("../../style/img/page/09.NH_bank/sub_overview/sub_overview02.png");
}
body main.sub.nh .section03 .img_items:nth-child(3) {
  background-image: url("../../style/img/page/09.NH_bank/sub_overview/sub_overview03.png");
}
body main.sub.nh .section03 .img_items:nth-child(4) {
  background-image: url("../../style/img/page/09.NH_bank/sub_overview/sub_overview04.png");
}
body main.sub.nh .section03 .swiper-slide:nth-child(1) {
  background-image: url("../../style/img/page/09.NH_bank/sub_overview/sub_overview01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.nh .section03 .swiper-slide:nth-child(2) {
  background-image: url("../../style/img/page/09.NH_bank/sub_overview/sub_overview02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.nh .section03 .swiper-slide:nth-child(3) {
  background-image: url("../../style/img/page/09.NH_bank/sub_overview/sub_overview03.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.nh .section03 .swiper-slide:nth-child(4) {
  background-image: url("../../style/img/page/09.NH_bank/sub_overview/sub_overview04.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.hubpop .section01 .s1_bg {
  background: url("../img/page/10.HUB_Pop/BG_hub.png") no-repeat center;
  background-size: cover;
}
body main.sub.hubpop .section02 .portfolioWrap .slide_pc .img01 {
  background: url("../img/page/10.HUB_Pop/pc/pc_01.png");
}
body main.sub.hubpop .section02 .portfolioWrap .slide_pc .img02 {
  background: url("../img/page/10.HUB_Pop/pc/pc_02.png");
}
body main.sub.hubpop .section02 .portfolioWrap .slide_pc .img03 {
  background: url("../img/page/10.HUB_Pop/pc/pc_03.png");
}
body main.sub.hubpop .section02 .portfolioWrap .slide_pc .img04 {
  background: url("../img/page/10.HUB_Pop/pc/pc_04.png");
}
body main.sub.hubpop .section02 .portfolioWrap .slide_pc .img05 {
  background: url("../img/page/10.HUB_Pop/pc/pc_05.png");
}
body main.sub.nia .section01 .s1_bg {
  background: url("../img/page/11.NIA_paaS_TA/BG_nia.png") no-repeat center;
  background-size: cover;
}
body main.sub.nia .section02 .portfolioWrap .slide_dashboard .img01 {
  background: url("../img/page/11.NIA_paaS_TA/dashboard/dashboard_01.png");
}
body main.sub.nia .section02 .portfolioWrap .slide_dashboard .img02 {
  background: url("../img/page/11.NIA_paaS_TA/dashboard/dashboard_02.png");
}
body main.sub.nia .section02 .portfolioWrap .slide_dashboard .img03 {
  background: url("../img/page/11.NIA_paaS_TA/dashboard/dashboard_03.png");
}
body main.sub.nia .section02 .portfolioWrap .slide_dashboard .img04 {
  background: url("../img/page/11.NIA_paaS_TA/dashboard/dashboard_04.png");
}
body main.sub.nia .section02 .portfolioWrap .slide_dashboard .img05 {
  background: url("../img/page/11.NIA_paaS_TA/dashboard/dashboard_05.png");
}
body main.sub.tros .section01 .s1_bg {
  background: url("../img/page/12.SKT_T_ros/BG_skt.png") no-repeat center;
  background-size: cover;
}
body main.sub.tros .section02 .portfolioWrap .slide_dashboard .img01 {
  background: url("../img/page/12.SKT_T_ros/dashboard/dashboard_01.png");
}
body main.sub.tros .section02 .portfolioWrap .slide_dashboard .img02 {
  background: url("../img/page/12.SKT_T_ros/dashboard/dashboard_02.png");
}
body main.sub.tros .section02 .portfolioWrap .slide_dashboard .img03 {
  background: url("../img/page/12.SKT_T_ros/dashboard/dashboard_03.png");
}
body main.sub.tros .section02 .portfolioWrap .slide_dashboard .img04 {
  background: url("../img/page/12.SKT_T_ros/dashboard/dashboard_04.png");
}
body main.sub.tros .section02 .portfolioWrap .slide_dashboard .img05 {
  background: url("../img/page/12.SKT_T_ros/dashboard/dashboard_05.png");
}
body main.sub.entrix .section01 .s1_bg {
  background: url("../img/page/13.entrix_csCenter/BG_entrix.png") no-repeat center;
  background-size: cover;
}
body main.sub.entrix .section02 .portfolioWrap .slide_dashboard .img01 {
  background: url("../img/page/13.entrix_csCenter/dashboard/dashboard_01.png");
}
body main.sub.entrix .section02 .portfolioWrap .slide_dashboard .img02 {
  background: url("../img/page/13.entrix_csCenter/dashboard/dashboard_02.png");
}
body main.sub.entrix .section02 .portfolioWrap .slide_dashboard .img03 {
  background: url("../img/page/13.entrix_csCenter/dashboard/dashboard_03.png");
}
body main.sub.entrix .section02 .portfolioWrap .slide_dashboard .img04 {
  background: url("../img/page/13.entrix_csCenter/dashboard/dashboard_04.png");
}
body main.sub.entrix .section02 .portfolioWrap .slide_dashboard .img05 {
  background: url("../img/page/13.entrix_csCenter/dashboard/dashboard_05.png");
}
body main.sub.HANA .section01 .s1_bg {
  background: url("../img/page/14.HANA/Hana.png") no-repeat center;
  background-size: cover;
}
body main.sub.HANA .section02 .portfolioWrap .slide_mobile .img01 {
  background: url("../img/page/14.HANA/mobile/mobile_01.png");
}
body main.sub.HANA .section02 .portfolioWrap .slide_mobile .img02 {
  background: url("../img/page/14.HANA/mobile/mobile_02.png");
}
body main.sub.HANA .section02 .portfolioWrap .slide_mobile .img03 {
  background: url("../img/page/14.HANA/mobile/mobile_03.png");
}
body main.sub.HANA .section02 .portfolioWrap .slide_mobile .img04 {
  background: url("../img/page/14.HANA/mobile/mobile_04.png");
}
body main.sub.HANA .section02 .portfolioWrap .slide_mobile .img05 {
  background: url("../img/page/14.HANA/mobile/mobile_05.png");
}
body main.sub.HANA .section02 .portfolioWrap .slide_mobile .img06 {
  background: url("../img/page/14.HANA/mobile/mobile_06.png");
}
body main.sub.HANA_un .section01 .s1_bg {
  background: url("../img/page/15.Hana_un/Hana_un_main.png") no-repeat center;
  background-size: cover;
}
body main.sub.HANA_un .section02 .portfolioWrap .slide_mobile .img01 {
  background: url("../img/page/15.Hana_un/mobile/Hana_un_sub1.png");
}
body main.sub.HANA_un .section02 .portfolioWrap .slide_mobile .img02 {
  background: url("../img/page/15.Hana_un/mobile/Hana_un_sub2.png");
}
body main.sub.HANA_un .section02 .portfolioWrap .slide_mobile .img03 {
  background: url("../img/page/15.Hana_un/mobile/Hana_un_sub3.png");
}
body main.sub.HANA_un .section02 .portfolioWrap .slide_mobile .img04 {
  background: url("../img/page/15.Hana_un/mobile/Hana_un_sub4.png");
}
body main.sub.HANA_un .section02 .portfolioWrap .slide_mobile .img05 {
  background: url("../img/page/15.Hana_un/mobile/Hana_un_sub5.png");
}
body main.sub.jiphyeonjeon .section01 .s1_bg {
  background: url("../img/page/17.jiphyeonjeon/BG.png") no-repeat center;
  background-size: cover;
}
body main.sub.jiphyeonjeon .section02 .portfolioWrap .slide_pc .img01 {
  background: url("../img/page/17.jiphyeonjeon/pc/pc_01.png");
}
body main.sub.jiphyeonjeon .section02 .portfolioWrap .slide_pc .img02 {
  background: url("../img/page/17.jiphyeonjeon/pc/pc_02.png");
}
body main.sub.jiphyeonjeon .section02 .portfolioWrap .slide_pc .img03 {
  background: url("../img/page/17.jiphyeonjeon/pc/pc_03.png");
}
body main.sub.jiphyeonjeon .section02 .portfolioWrap .slide_pc .img04 {
  background: url("../img/page/17.jiphyeonjeon/pc/pc_04.png");
}
body main.sub.jiphyeonjeon .section02 .portfolioWrap .slide_mobile .img01 {
  background: url("../img/page/17.jiphyeonjeon/mobile/mobile_01.png");
}
body main.sub.jiphyeonjeon .section02 .portfolioWrap .slide_mobile .img02 {
  background: url("../img/page/17.jiphyeonjeon/mobile/mobile_02.png");
}
body main.sub.jiphyeonjeon .section02 .portfolioWrap .slide_mobile .img03 {
  background: url("../img/page/17.jiphyeonjeon/mobile/mobile_03.png");
}
body main.sub.jiphyeonjeon .section02 .portfolioWrap .slide_mobile .img04 {
  background: url("../img/page/17.jiphyeonjeon/mobile/mobile_04.png");
}
body main.sub.jiphyeonjeon .section03 .img_items:nth-child(1) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview01.png");
}
body main.sub.jiphyeonjeon .section03 .img_items:nth-child(2) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview02.png");
}
body main.sub.jiphyeonjeon .section03 .img_items:nth-child(3) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview03.png");
}
body main.sub.jiphyeonjeon .section03 .img_items:nth-child(4) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview04.png");
}
body main.sub.jiphyeonjeon .section03 .swiper-slide:nth-child(1) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview01.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.jiphyeonjeon .section03 .swiper-slide:nth-child(2) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview02.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.jiphyeonjeon .section03 .swiper-slide:nth-child(3) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview03.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub.jiphyeonjeon .section03 .swiper-slide:nth-child(4) {
  background-image: url("../../style/img/page/07.poba/sub_overview/sub_overview04.png");
  background-repeat: no-repeat;
  background-size: cover;
}
body main.sub footer {
  width: 100%;
  display: flex;
}
body main.sub footer section {
  width: 100%;
  margin: 0 50px 28px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
}
body main.sub footer section h3 {
  font-size: 0;
  color: transparent;
}
body main.sub footer section h3 a {
  width: 142px;
  height: 52px;
  display: inline-block;
  background: url("../img/logo/footer_logo_sub.png");
}
body main.sub footer section .footerContent {
  width: calc(100% - 142px);
  display: flex;
  align-items: center;
}
body main.sub footer section .footerContent span {
  width: 84%;
  margin-bottom: 4px;
  border-top: 4px solid #1a1311;
  margin-left: 38px;
  margin-right: 38px;
}
body main.sub footer section .footerContent div {
  width: 100%;
  max-width: 200px;
}
body main.sub footer section .footerContent div a {
  margin-left: 14px;
  color: #1a1311;
  font-size: 20px;
  font-weight: bold;
}
body main.sub footer section .footerContent div a:first-child {
  margin-left: 0;
}
body #accessibility a {
  color: transparent;
  transform: translate(-50%, 0%);
  position: absolute;
  top: -9999px;
  left: -9999px;
}
body #accessibility a:focus {
  padding: 10px 20px;
  background: #777;
  color: #fff;
  position: fixed;
  top: 0px;
  left: 50%;
  z-index: 999999;
}
body .copyright02 {
  transform: rotate(-90deg);
  position: fixed;
  left: -75px;
  bottom: 20%;
  color: #fff;
  font-size: 14px;
  font-weight: lighter;
  z-index: 10;
  cursor: none;
}
body .landing {
  transition: all 0.6s ease-in-out;
}
body .landing.intro {
  width: 100%;
  height: 100vh;
  padding-left: 278px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
body .landing.intro .introTit {
  font-size: 90px;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: 2px;
  color: transparent;
  opacity: 0;
  transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
  will-change: opacity, transform;
  animation: revealText 1000ms cubic-bezier(0.7, 0, 0.3, 1) forwards 400ms;
}
body .landing.intro .introTit .Title-cursive {
  color: transparent;
  font-weight: bold;
}
body .landing.intro .introTit .Title-mask {
  display: block;
  position: relative;
  text-align: start;
  overflow: hidden;
}
body .landing.intro .introTit .Title-mask .Title-line {
  color: #fff;
  display: inline-block;
  opacity: 0;
  transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
  will-change: opacity, transform;
  animation: revealText 1000ms cubic-bezier(0.7, 0, 0.3, 1) forwards;
}
body .landing.intro .Title-mask:nth-child(1) .Title-line {
  animation-delay: 400ms;
}
body .landing.intro .Title-mask:nth-child(2) .Title-line {
  animation-delay: 800ms;
}
body .landing.intro .Title-mask:nth-child(3) .Title-line {
  animation-delay: 1200ms;
}
body .landing.intro .Title-mask:nth-child(4) .Title-line {
  animation-delay: 1600ms;
}
@keyframes revealText {
  from {
    opacity: 0;
    transform: translate(0%, 100%) matrix(1, 0, 0, 1, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate(0%, 0%) matrix(1, 0, 0, 1, 0, 0);
  }
}
body #mouseCursor {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition: all;
  display: none;
}
body #mouseCursor div.img1 {
  width: 196px;
  height: 196px;
  display: block;
  border-radius: 50%;
  animation: rotate 10s linear infinite;
}
@keyframes rotate {
  100% {
    rotate: 360deg;
  }
}
body #mouseCursor div.img2 {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #f63131;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: scale 0.5s infinite alternate-reverse;
  display: none;
}
body #mouseCursor div.img2::before {
  content: "View";
  color: #fff;
  font-family: "GmarketSans";
  font-size: 14px;
  font-weight: 400;
}
@keyframes scale {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.1;
  }
}

button,
a {
  cursor: none !important;
}

.popupWrap {
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.5);
  transition: all;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.popupWrap .star::after {
  content: "*";
  margin-left: 2px;
  color: #f63131;
  font-weight: bold;
}
.popupWrap .popupBox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1364px;
  height: 780px;
  background-color: #fff;
  z-index: 1000;
  padding: 80px;
}
.popupWrap .popupBox h2 {
  color: #1a1311;
  font-family: "GmarketSans";
  font-size: 57px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.popupWrap .popupBox h2 button {
  width: 40px;
  height: 40px;
  background: url("../img/popup/closeBtn.png") no-repeat 100%;
  border: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}
.popupWrap .popupBox p {
  font-family: "GmarketSans";
  color: #1a1311;
  margin-top: 20px;
  margin-bottom: 80px;
}
.popupWrap .popupBox .inquiryBtn {
  margin: 24px auto 0;
  display: block;
}
.popupWrap.welfarePopup .popupContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.popupWrap.welfarePopup .popupContent .content .item {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 45px;
}
.popupWrap.welfarePopup .popupContent .content .item div:first-child {
  width: 32px;
  height: 32px;
  margin-right: 24px;
}
.popupWrap.welfarePopup .popupContent .content .item .img01 {
  background: url("../img/popup/Introduce/icon01.png") no-repeat center;
}
.popupWrap.welfarePopup .popupContent .content .item .img02 {
  background: url("../img/popup/Introduce/icon02.png") no-repeat center;
}
.popupWrap.welfarePopup .popupContent .content .item .img03 {
  background: url("../img/popup/Introduce/icon03.png") no-repeat center;
}
.popupWrap.welfarePopup .popupContent .content .item .img04 {
  background: url("../img/popup/Introduce/icon04.png") no-repeat center;
}
.popupWrap.welfarePopup .popupContent .content .item .img05 {
  background: url("../img/popup/Introduce/icon05.png") no-repeat center;
}
.popupWrap.welfarePopup .popupContent .content .item .img06 {
  background: url("../img/popup/Introduce/icon06.png") no-repeat center;
}
.popupWrap.welfarePopup .popupContent .content .item .img07 {
  background: url("../img/popup/Introduce/icon07.png") no-repeat center;
}
.popupWrap.welfarePopup .popupContent .content .item .img08 {
  background: url("../img/popup/Introduce/icon08.png") no-repeat center;
}
.popupWrap.welfarePopup .popupContent .content .item .img09 {
  background: url("../img/popup/Introduce/icon09.png") no-repeat center;
}
.popupWrap.welfarePopup .popupContent .content .item .img10 {
  background: url("../img/popup/Introduce/icon10.png") no-repeat center;
}
.popupWrap.welfarePopup .popupContent .content .item .textBox h6 {
  color: #1a1311;
  font-size: 20px;
  font-weight: normal;
}
.popupWrap.welfarePopup .popupContent .content .item .textBox span {
  color: #b1b1b1;
  font-size: 16px;
}
.popupWrap.askPopup .popupBox {
  height: auto;
}
.popupWrap.askPopup .popupContent {
  position: relative;
}
.popupWrap.askPopup .popupContent #my-form-status {
  margin: 0;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translate(-50%, 0%);
  font-family: "DMSerifDisplay";
}
.popupWrap.askPopup .popupContent .inquiryBtn {
  margin: 24px auto 0;
  display: block;
}
.popupWrap.askPopup .popupContent h3 {
  font-size: 20px;
  font-weight: bold;
  color: #1a1311;
  margin-bottom: 34px;
}
.popupWrap.askPopup .popupContent label {
  color: #666666;
}
.popupWrap.askPopup .popupContent input:focus {
  outline: none;
}
.popupWrap.askPopup .popupContent button {
  margin: auto;
  display: block;
}
.popupWrap.askPopup .popupContent .inputBox {
  width: 100%;
  height: 45px;
  margin-bottom: 14px;
  border-bottom: 1px solid #e5e5e5;
}
.popupWrap.askPopup .popupContent .inputBox .inputText {
  width: 950px;
  max-width: 950px;
  height: 40px;
  margin-left: 20px;
  border: 0;
}
.popupWrap.askPopup .popupContent .inputBox.textareaWrap {
  height: auto;
  display: flex;
  flex-direction: column;
}
.popupWrap.askPopup .popupContent .inputBox.textareaWrap textarea {
  width: 100%;
  height: 80px;
  margin: 10px 0;
  padding: 4px;
  border: 1px solid #ccc;
  resize: none;
}
.popupWrap.askPopup .popupContent .inputBox.fileWrap {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popupWrap.askPopup .popupContent .inputBox.fileWrap .fileBox .subfile {
  width: 950px;
  max-width: 950px;
  height: 40px;
  margin-left: 20px;
  border: 0;
}
.popupWrap.askPopup .popupContent .inputBox.fileWrap .fileBox .fileBtn {
  width: 100px;
  height: 40px;
  margin: 0;
  margin-bottom: 8px;
  border: 1px solid #1a1311;
  background: #fff;
  display: inline-block;
  color: #1a1311;
  font-family: "GmarketSans";
  font-size: 16px;
  cursor: pointer;
}
.popupWrap.askPopup .popupContent .inputBox.fileWrap .fileBox .hide {
  display: none !important;
}
.popupWrap.askPopup .popupContent .inputWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.popupWrap.askPopup .popupContent .inputWrap .inputBox {
  max-width: 767px;
}
.popupWrap.askPopup .popupContent .inputWrap .inputBox .inputText {
  width: 504px;
  max-width: 767px;
}
.popupWrap.askPopup .popupContent .inputWrap .inputBox:first-child {
  margin-right: 30px;
}
.popupWrap.askPopup .popupContent .inputWrap .inputBox:first-child .inputText {
  width: 460px;
}
.popupWrap.askPopup .popupContent .checkWrap .popupCheckText {
  font-family: "GmarketSans";
  font-size: 16px;
  font-weight: normal;
  color: #1a1311;
}
.popupWrap.askPopup .popupContent .checkWrap .popupCheckText span {
  display: inline-flex;
  flex-direction: column;
  color: #f63131;
}
.popupWrap.askPopup .popupContent .checkWrap .popupCheckText span::after {
  content: "";
  margin-top: -2px;
  display: inline-block;
  border-bottom: 2px solid #f63131;
}
.popupWrap.askPopup .popupContent .checkWrap input[type=checkbox] + label {
  cursor: pointer;
  padding-left: 28px;
  padding-bottom: 6px;
  background: url("../img/checkBox/check.png") no-repeat 0 2px;
}
.popupWrap.askPopup .popupContent .checkWrap input[type=checkbox]:checked + label {
  background: url("../img/checkBox/checked.png") no-repeat 0 2px;
}
.popupWrap.askPopup .popupContent .checkWrap input[type=checkbox] {
  display: none;
}
.popupWrap.infoPopup .popupBox h2 {
  margin-bottom: 20px;
}
.popupWrap.infoPopup .popupBox p {
  word-break: keep-all;
}
.popupWrap.infoPopup .popupContent {
  overflow: auto;
  height: 85%;
}
.popupWrap.infoPopup .popupContent p {
  font-family: "GmarketSans";
  font-size: 16px;
  font-weight: bold;
  color: #1a1311;
  margin: 0;
  line-height: 2;
  margin-bottom: 40px;
}
.popupWrap.infoPopup .popupContent .textBox {
  margin-bottom: 28px;
}
.popupWrap.infoPopup .popupContent .textBox p {
  font-family: "GmarketSans";
  font-size: 16px;
  font-weight: bold;
  color: #1a1311;
  margin: 0;
}
.popupWrap.infoPopup .popupContent .textBox div {
  margin-left: 20px;
}
.popupWrap.infoPopup .popupContent .textBox div span {
  font-family: "GmarketSans";
  font-size: 16px;
  font-weight: normal;
  color: #1a1311;
}
.popupWrap.infoPopup .popupContent .textBox div p {
  font-family: "GmarketSans";
  font-size: 16px;
  font-weight: bold;
  color: #1a1311;
}

button.inquiryBtn {
  width: 180px;
  min-height: 50px;
  border: 0;
  background: #f63131;
  color: #fff;
  font-family: "GmarketSans";
  font-size: 20px;
  font-weight: normal;
}
button.inquiryBtn:hover {
  background: #fff81e;
  color: #000;
}

.btn_siteMap {
  border: 0;
  background: none;
  font-size: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.btn_siteMap:hover .btnWrap span {
  background: #fff81e;
}
.btn_siteMap .btnWrap {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.btn_siteMap .btnWrap div {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.btn_siteMap .btnWrap div span {
  width: 4px;
  height: 4px;
  background: #fff;
}

.footerBtn {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.footerBtn a {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  font-family: "GmarketSans";
  font-size: 24px;
}
.footerBtn a .arrow {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.footerBtn a .arrow::before {
  content: "";
  width: 25px;
  border-top: 2px solid #000;
  display: inline-block;
  transition: all ease-in-out 0.2s;
  transform: translate(0%, -50%);
  position: absolute;
  top: 50%;
  left: 4px;
}
.footerBtn a .arrow::after {
  content: "";
  width: 10px;
  height: 10px;
  border: 2px solid #000;
  border-left: none;
  border-bottom: none;
  display: inline-block;
  transition: all ease-in-out 0.2s;
  transform: rotate(45deg);
}
.footerBtn a.prev {
  left: 14%;
}
.footerBtn a.prev::after {
  content: "Prev";
  margin-left: 6px;
  margin-bottom: 4px;
}
.footerBtn a.prev .arrow {
  transform: rotate(180deg);
}
.footerBtn a.next {
  right: 14%;
}
.footerBtn a.next::before {
  content: "Next";
  margin-right: 6px;
  margin-bottom: 4px;
}
.footerBtn a.next .arrow {
  transform: rotate(0deg);
}
.footerBtn a:hover {
  color: #f63131;
}
.footerBtn a:hover .arrow::before {
  border-color: #f63131;
}
.footerBtn a:hover .arrow::after {
  border-color: #f63131;
}
.footerBtn a.disable {
  pointer-events: none;
}
.footerBtn a.disable::before, .footerBtn a.disable::after {
  opacity: 50%;
}
.footerBtn a.disable .arrow {
  opacity: 50%;
}

.hamberger {
  width: 26px;
  display: inline-block;
  cursor: pointer;
  pointer-events: all;
  z-index: 11;
}
.hamberger span {
  width: 26px;
  height: 2px;
  margin-bottom: 6px;
  background-color: #fff;
  display: block;
}
.hamberger span:last-child {
  margin-bottom: 0;
}
.hamberger span:first-child.on {
  transform: translateY(8px) rotate(-45deg) translateX(1px);
}
.hamberger span:nth-child(2).on {
  opacity: 0;
}
.hamberger span:last-child.on {
  transform: translateY(-8px) rotate(45deg);
}

@media screen and (max-width: 1023px) {
  body .landing.intro .introTit {
    font-size: 60px;
  }
}
@media screen and (max-width: 767px) {
  body {
    background: #fff;
  }
  body header {
    padding: 16px 20px;
    display: block;
  }
  body header section h1 {
    margin-right: 20px;
    z-index: 11;
  }
  body header section h1 a {
    width: 21px;
    height: 30px;
    background: url("../img/logo/m_header_logo_w.png") no-repeat center;
  }
  body header section h1 .coment {
    margin-left: 20px;
    flex-direction: column;
  }
  body header section h1 .coment span {
    font-size: 12px;
  }
  body header section nav ul {
    display: none;
  }
  body header section nav .mobileContent {
    display: block;
  }
  body header section .copyright {
    font-size: 10px;
    left: -70px;
    bottom: 150px;
  }
  body header section.sub h1 a {
    background: url("../img/logo/m_header_logo_b.png") no-repeat;
  }
  body header section.sub nav a {
    color: #000;
  }
  body header section.sub nav a:hover {
    color: #f63131;
  }
  body header section.sub .hamberger span {
    background-color: #000;
  }
  body header section.sub .copyright {
    color: #fff;
  }
  body main.main {
    position: relative;
  }
  body main.main::before {
    content: "";
    background: url("../../style/img/page/00.main/BG/m_bg01.png") no-repeat;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-position-x: 184px;
    background-position-y: 367px;
  }
  body main.main section.section01 {
    max-height: 844px;
  }
  body main.main section.section01 h2 {
    position: absolute;
    bottom: 83px;
    left: 50%;
    top: auto;
    transform: translateX(-50%);
  }
  body main.main section.section01 .slideSubBox .swiper-progress-bar {
    min-width: 200px;
  }
  body main.main section.section01 .slideBox {
    width: calc(100% - 60px);
    position: absolute;
    left: 60px;
    bottom: 30%;
  }
  body main.main section.section01 .slideBox .swiper {
    width: 100%;
    max-width: 284px;
    height: 179px;
  }
  body main.main section.section01 .slideBox .swiper-slide .title {
    position: absolute;
    top: -230px;
    left: 0;
    font-size: 64px;
  }
  body main.main section.section01 .slideBox .swiper-slide .title p {
    font-family: "GmarketSans";
    font-size: 20px;
    font-weight: 200;
    line-height: 1.4;
  }
  body main.main section.section01 .slideBox .swiper-slide .contentBG {
    width: 284px;
    height: 179px;
    position: relative;
  }
  body main.main section.section01 .slideBox .swiper-slide.kt .contentBG {
    background: url("../img/page/00.main/slide/kt/m_slide01_kt_bg.png") no-repeat;
  }
  body main.main section.section01 .slideBox .swiper-slide.kt .parallax-bg {
    background: url("../img/page/00.main/slide/kt/m_slide01_kt_upper.png") no-repeat;
    top: -70px;
    left: -134px;
  }
  body main.main section.section01 .slideBox .swiper-slide.mofa .contentBG {
    background-size: 100%;
  }
  body main.main section.section01 .slideBox .swiper-slide.mofa .parallax-bg {
    background-size: 50%;
    top: 0;
    left: 0;
  }
  body main.main section.section01 .slideBox .swiper-slide.mobidoo .contentBG {
    background: url("../img/page/00.main/slide/mobidoo/m_slide04_mobidoo_bg.png") no-repeat;
  }
  body main.main section.section01 .slideBox .swiper-slide.mobidoo .parallax-bg {
    background: url("../img/page/00.main/slide/mobidoo/m_slide04_mobidoo_upper.png") no-repeat;
    top: -16px;
    left: 132px;
  }
  body main.main section.section01 .slideBox .swiper-slide.kdb .contentBG {
    background: url("../img/page/00.main/slide/kdb/m_slide05_kdb_bg.png") no-repeat;
  }
  body main.main section.section01 .slideBox .swiper-slide.kdb .parallax-bg {
    background: url("../img/page/00.main/slide/kdb/m_slide05_kdb_upper.png") no-repeat;
    top: 34px;
    left: -20px;
  }
  body main.main section.section01 .slideBox .swiper-slide.poba .contentBG {
    background: url("../img/page/00.main/slide/poba/m_slide06_poba_bg.png") no-repeat;
  }
  body main.main section.section01 .slideBox .swiper-slide.poba .parallax-bg {
    background: url("../img/page/00.main/slide/poba/m_slide06_poba_upper.png") no-repeat;
    top: -68px;
    left: 22px;
  }
  body main.main section.section01 .slideBox .swiper-slide.hmi .contentBG {
    background: url("../img/page/00.main/slide/hmi/m_slide07_hmi_bg.png") no-repeat;
  }
  body main.main section.section01 .slideBox .swiper-slide.hmi .parallax-bg {
    background: url("../img/page/00.main/slide/hmi/m_slide07_hmi_upper.png") no-repeat;
    top: 56px;
    left: -10px;
  }
  body main.main section.section01 .slideBox .swiper-slide.nh .contentBG {
    background: url("../img/page/00.main/slide/nh_bank/m_slide08_nh_bg.png") no-repeat;
  }
  body main.main section.section01 .slideBox .swiper-slide.nh .parallax-bg {
    background: url("../img/page/00.main/slide/nh_bank/m_slide08_nh_upper.png") no-repeat;
    top: -28px;
    left: 62px;
  }
  body main.main section.section01 .slideBox .swiper-slide.HANA .contentBG {
    background: url("../img/page/00.main/slide/hana/slide09_HANA_bg.png") no-repeat;
  }
  body main.main section.section01 .slideBox .swiper-slide.HANA .parallax-bg {
    background: url("../img/page/00.main/slide/hana/slide09_HANA_upper.png") no-repeat;
    background-size: 250px;
    top: 10px;
    left: 22px;
  }
  body main.main section.section01 .slideBox .swiper-slide.HANA_un .contentBG {
    background: url("../img/page/00.main/slide/hana_un/slide10_HANA_UN_BG.png") no-repeat;
  }
  body main.main section.section01 .slideBox .swiper-slide.HANA_un .parallax-bg {
    background: url("../img/page/00.main/slide/hana_un/slide10_HANA_supper.png") no-repeat;
    background-size: 350px;
    top: -108px;
    left: 0;
  }
  body main.main section.section01 .slideBox .swiper-slide.jiphyeonjeon .contentBG {
    background-size: 100%;
  }
  body main.main section.section01 .slideBox .swiper-slide.jiphyeonjeon .parallax-bg {
    background-size: 50%;
    top: 0 !important;
    left: 7%;
  }
  body main.main section.section02 {
    max-height: 1400px;
    padding: 60px 0 0 0;
    background-color: #1a1311;
    position: relative;
  }
  body main.main section.section02 .headTxt {
    font-size: 16px;
    margin: 40px 20px 60px 0;
  }
  body main.main section.section02 .headTxt p span:first-child {
    display: block;
  }
  body main.main section.section02 h2 {
    font-size: 60px;
  }
  body main.main section.section02 h2::before {
    content: "";
    width: 48px;
    height: 4px;
    margin: 0 0 0 20px;
  }
  body main.main section.section02 article.title {
    height: 200px;
    margin: 40px 0 60px 0;
    background-position: center;
    background-size: cover;
  }
  body main.main section.section02 article.title h3 {
    width: 308px;
    color: rgba(0, 0, 0, 0);
    font-size: 64px;
    font-weight: normal;
    font-family: "GmarketSans";
    -webkit-text-stroke: 2px #f63131;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1;
  }
  body main.main section.section02 article.title span {
    font-size: 50px;
  }
  body main.main section.section02 article.content h3 {
    margin: 0 60px;
    font-size: 16px;
  }
  body main.main section.section02 article.content h3 span {
    margin-top: 30px;
    font-size: 12px;
  }
  body main.main section.section02 article.content h3::before {
    content: "";
    width: 30px;
    height: 21px;
    background: url("../img/icon/main/icon_rest.png") no-repeat;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: -40px;
    background-size: cover;
  }
  body main.main section.section02 article.content .contentWrap {
    margin-left: 20px;
    display: block;
    transform: rotate(180deg);
    margin-top: 60px;
  }
  body main.main section.section02 article.content .contentWrap p {
    font-size: 24px;
    transform: rotate(-180deg);
    margin: 0 40px 60px 40px;
  }
  body main.main section.section02 article.content .contentWrap div {
    width: 351px;
    height: 200px;
    background-size: cover;
    background-position: center;
    display: inline-block;
    position: relative;
    transform: rotate(-180deg);
  }
  body main.main section.section02 article.content .contentWrap div span {
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
  }
  body main.main section.section02 article.content .contentWrap div span.diLogo {
    width: 58px;
    height: 29px;
    margin: auto;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  body main.main section.section02 article.content .contentWrap div p {
    font-size: 14px;
    position: absolute;
    top: 36px;
    right: 38px;
    line-height: 1.5;
    transform: rotate(-360deg);
    margin: 0;
  }
  body main.main section.section03 {
    max-height: 600px;
    display: block;
    background-position: center;
    background-size: cover;
  }
  body main.main section.section03 h3 {
    font-size: 60px;
  }
  body main.main section.section03 .news {
    width: 100%;
    height: 50%;
    padding: 96px 116px;
  }
  body main.main section.section03 .news a {
    font-size: 14px;
  }
  body main.main section.section03 .news a::after {
    width: 8px;
    height: 8px;
    margin-left: 8px;
    background-position: center;
    background-size: cover;
  }
  body main.main section.section03 .welfare {
    width: 100%;
    height: 50%;
    padding: 96px 116px;
  }
  body main.main section.section03 .welfare button {
    font-size: 14px;
  }
  body main.main section.section03 .welfare button::after {
    width: 8px;
    height: 8px;
    margin-left: 8px;
    background-position: center;
    background-size: cover;
  }
  body main.main section.section04 {
    max-height: 864px;
    padding: 70px 0 80px 60px;
    background: url("../img/page/00.main/BG/bg02.png") no-repeat;
    background-position-x: 184px;
    background-position-y: 212px;
    background-size: contain;
    height: 87vh;
  }
  body main.main section.section04 h2 {
    font-size: 60px;
  }
  body main.main section.section04 .comment {
    display: block;
  }
  body main.main section.section04 .comment p {
    font-size: 16px;
    margin-bottom: 60px;
  }
  body main.main section.section04 .map {
    width: 100%;
    height: 300px;
  }
  body main.main section.section04 .info {
    display: none;
  }
  body main.main footer {
    width: 100%;
    display: flex;
    padding-left: 20px;
    position: unset;
  }
  body main.main footer section {
    display: flex;
    margin: 80px 0 20px 0;
    align-items: flex-start;
  }
  body main.main footer section h3 a {
    width: 100px;
    height: 37px;
    background-size: cover;
  }
  body main.main footer section .footerContent {
    display: block;
    width: calc(100% - 100px);
    margin-left: 20px;
  }
  body main.main footer section .footerContent span {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 16px;
    display: block;
  }
  body main.main footer section .footerContent div {
    padding-right: 20px;
    text-align: right;
    float: right;
  }
  body main.main footer section .footerContent div a {
    margin-left: 16px;
    font-size: 16px;
    font-weight: bold;
    font-family: "GmarketSans";
  }
  body main.works section h2.mainTit {
    position: unset;
    margin-left: 60px;
    margin-top: 140px;
  }
  body main.works section h2.mainTit span {
    font-size: 60px;
  }
  body main.works section h2.mainTit p {
    font-size: 16px;
    margin-bottom: 64px;
  }
  body main.works section ul {
    width: 100%;
    padding-left: 60px;
    display: block;
    float: none;
  }
  body main.works section ul li {
    margin: 56px 0;
  }
  body main.works section ul li a {
    padding: 0 0 0 84px;
  }
  body main.works section ul li a span {
    font-size: 12px;
  }
  body main.works section ul li a h3 {
    margin: 0;
    font-size: 22px;
  }
  body main.works section ul li a div span {
    font-size: 12px;
  }
  body main.works section ul li a::before {
    width: 64px;
    height: 64px;
    background-size: cover !important;
    margin: 8.5px 0;
  }
  body main.sub section {
    padding: 0 20px;
  }
  body main.sub section.section01 h2.mainTit {
    padding: 0;
    left: 60px;
    bottom: 80px;
    font-size: 60px;
    line-height: 1;
  }
  body main.sub section.section01 h2.mainTit p {
    margin-bottom: 12px;
    line-height: 1.2;
  }
  body main.sub section.section01 h2.mainTit p span {
    display: block;
  }
  body main.sub section.section01 h2.mainTit .subTitBox p {
    font-size: 12px;
  }
  body main.sub section.section01 h2.mainTit .subTitBox p.explan {
    margin-bottom: 12px;
    font-size: 16px;
  }
  body main.sub section.section01 .mouseIcon {
    display: none;
  }
  body main.sub section.section02 {
    padding: 0;
    background-color: #1a1311;
  }
  body main.sub section.section02 .portfolioWrap {
    overflow: hidden;
    height: 640px;
    padding-top: 80px;
    padding-left: 60px;
    flex-direction: column;
  }
  body main.sub section.section02 .portfolioWrap .tapBtnWrap {
    display: flex;
  }
  body main.sub section.section02 .portfolioWrap .tapBtnWrap li {
    margin-bottom: 0;
    margin-right: 24px;
  }
  body main.sub section.section02 .portfolioWrap .tapBtnWrap li button {
    font-size: 24px;
  }
  body main.sub section.section02 .portfolioWrap .tabWrap .tapContent .tapContentHeader {
    max-height: none;
    margin-bottom: 60px;
    flex-direction: column;
    align-items: flex-start;
  }
  body main.sub section.section02 .portfolioWrap .tabWrap .tapContent .tapContentHeader span {
    padding: 35px 18px 20px 0;
    font-size: 14px;
  }
  body main.sub section.section02 .portfolioWrap .tabWrap .tapContent .tapContentHeader .swiper-pagination.custom span {
    padding: 0;
  }
  body main.sub section.section02 .portfolioWrap .tabWrap .tapContent .slideBox_overView {
    height: 360px;
  }
  body main.sub section.section02 .portfolioWrap .tabWrap .tapContent .slideBox_overView .swiper {
    max-width: 270px;
  }
  body main.sub section.section02 .portfolioWrap .tabWrap .tapContent .slideBox_overView .swiper.slide_mobile {
    max-width: 140px;
  }
  body main.sub section.section02 .s2_textWrap {
    margin: 0;
    padding: 0;
    display: block;
  }
  body main.sub section.section02 .s2_textWrap h3 {
    width: 100%;
    margin-bottom: 32px;
    color: #fff;
    font-family: "DMSerifDisplay";
    font-size: 32px;
    font-weight: normal;
    line-height: 1;
  }
  body main.sub section.section02 .s2_textWrap div {
    width: 100%;
  }
  body main.sub section.section02 .s2_textWrap div h4 {
    margin-bottom: 20px;
    color: #fff;
    font-family: "GmarketSans";
    font-size: 16px;
    font-weight: 400;
  }
  body main.sub section.section02 .s2_textWrap div p {
    margin: 24px 0;
    color: #fff;
    font-family: "GmarketSans";
    font-size: 14px;
    font-weight: 200;
    line-height: 2;
    letter-spacing: 1px;
  }
  body main.sub section.section02 .s2_textWrap div a {
    margin-top: 10px;
    margin-bottom: 80px;
    display: inline-block;
    color: #fff;
    font-family: "GmarketSans";
    font-size: 14px;
    font-weight: normal;
  }
  body main.sub section.section02 .s2_textWrap div a::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    display: inline-block;
    transition: all ease-in 0.2s;
    transform: rotate(45deg);
  }
  body main.sub section.section02 .s2_textWrap div a:hover {
    color: #f63131;
  }
  body main.sub section.section02 .s2_textWrap div a:hover::after {
    border-color: #f63131;
  }
  body main.sub section.section02 .cardShowWarp .cardSlideWarp {
    margin: 0 auto;
  }
  body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top {
    margin: 0;
    padding: 120px 20px 120px 60px;
    display: block;
    height: auto;
  }
  body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top h3 {
    width: 100%;
    margin-bottom: 32px;
    color: #fff;
    font-family: "DMSerifDisplay";
    font-size: 32px;
    font-weight: normal;
    line-height: 1;
  }
  body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top div {
    width: 100%;
  }
  body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top div h4 {
    margin-bottom: 20px;
    color: #fff;
    font-family: "GmarketSans";
    font-size: 16px;
    font-weight: 400;
  }
  body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top div p {
    margin: 24px 0;
    color: #fff;
    font-family: "GmarketSans";
    font-size: 14px;
    font-weight: 200;
    line-height: 2;
    letter-spacing: 1px;
  }
  body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top div a {
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    font-family: "GmarketSans";
    font-size: 14px;
    font-weight: normal;
  }
  body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top div a::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    display: inline-block;
    transition: all ease-in 0.2s;
    transform: rotate(45deg);
  }
  body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top div a:hover {
    color: #f63131;
  }
  body main.sub section.section02 .cardShowWarp .cardSlideWarp div.top div a:hover::after {
    border-color: #f63131;
  }
  body main.sub section.section02 .cardShowWarp .cardSlideWarp div.bottom {
    height: 174px;
  }
  body main.sub section.section02 .cardShowWarp .cardSlideWarp div.bottom::before {
    display: none;
  }
  body main.sub section.section02 .cardShowWarp .cardSlideWarp div.bottom .cardSlide {
    max-height: 174px;
  }
  body main.sub section.section02 .cardShowWarp article.top {
    margin: 0;
    padding: 0;
    display: block;
  }
  body main.sub section.section02 .cardShowWarp article.top h3 {
    width: 100%;
    margin-bottom: 32px;
    color: #fff;
    font-family: "DMSerifDisplay";
    font-size: 32px;
    font-weight: normal;
    line-height: 1;
  }
  body main.sub section.section02 .cardShowWarp article.top div {
    width: 100%;
  }
  body main.sub section.section02 .cardShowWarp article.top div h4 {
    margin-bottom: 20px;
    color: #fff;
    font-family: "GmarketSans";
    font-size: 16px;
    font-weight: 400;
  }
  body main.sub section.section02 .cardShowWarp article.top div p {
    margin: 24px 0;
    color: #fff;
    font-family: "GmarketSans";
    font-size: 14px;
    font-weight: 200;
    line-height: 2;
    letter-spacing: 1px;
  }
  body main.sub section.section02 .cardShowWarp article.top div a {
    margin-top: 10px;
    margin-bottom: 80px;
    display: inline-block;
    color: #fff;
    font-family: "GmarketSans";
    font-size: 14px;
    font-weight: normal;
  }
  body main.sub section.section02 .cardShowWarp article.top div a::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid #fff;
    border-left: none;
    border-bottom: none;
    display: inline-block;
    transition: all ease-in 0.2s;
    transform: rotate(45deg);
  }
  body main.sub section.section02 .cardShowWarp article.top div a:hover {
    color: #f63131;
  }
  body main.sub section.section02 .cardShowWarp article.top div a:hover::after {
    border-color: #f63131;
  }
  body main.sub section.section02 .cardShowWarp article.bottom {
    padding: 0;
  }
  body main.sub section.section02 .cardShowWarp article.bottom .cardSlideWarp .cardSlide .itemCard {
    min-width: 40.41%;
    min-height: 175px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  body main.sub section.section03 {
    margin-top: 0;
    padding: 80px 20px 80px 60px;
    display: block;
    overflow: hidden;
  }
  body main.sub section.section03 h2 {
    color: #000;
    font-family: "GmarketSans";
    font-size: 24px;
    font-weight: normal;
  }
  body main.sub section.section03.console {
    padding: 80px 20px 80px 60px;
  }
  body main.sub section.section03.console h2 {
    width: 100%;
    padding: 0;
  }
  body main.sub section.section03.console article {
    width: 100%;
    margin-right: 0;
  }
  body main.sub section.section03.console article .img_items {
    min-width: 40.41%;
    min-height: 175px;
    margin-top: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  body main.sub section.section03.console article .img_items:first-child {
    margin-top: 40px;
  }
  body main.sub section.section03.mobile {
    padding: 80px 20px 0 60px;
    flex-direction: column;
  }
  body main.sub section.section03.mobile h2 {
    text-align: left;
  }
  body main.sub section.section03.mobile h2 p {
    margin-bottom: 40px;
  }
  body main.sub section.section03.mobile article {
    display: none;
  }
  body main.sub section.section03.mobile .phone {
    width: 1058px;
    height: 395px;
    display: block;
  }
  body main.sub section.section03.mobile .phone .mySwiper {
    width: 248px;
    height: 395px;
  }
  body main.sub section.section03.mobile .phone .mySwiper .swiper-wrapper {
    width: 100%;
    height: 100%;
  }
  body main.sub section.section03.mobile .phone .mySwiper .swiper-wrapper .swiper-slide {
    width: 248px;
    height: 395px;
  }
  body main.sub section.section04 {
    margin: 0;
    padding: 32px 95px;
    background: #1a1311;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  body main.sub section.section04 h2 {
    font-family: "DMSerifDisplay";
    font-size: 20px;
    font-weight: normal;
  }
  body main.sub section.section04 span {
    margin: 12px 0 16px 0;
    font-family: "GmarketSans";
    font-size: 14px;
  }
  body main.sub section.section04 button {
    width: 110px;
    height: 32px;
  }
  body main.sub section.section02.heightAuto {
    height: auto;
    padding: 120px 20px 120px 60px;
  }
  body main.sub section.section03.mobile.nh {
    padding: 0 20px 0 60px;
    border-bottom: 1px solid #1a1311;
    background-color: #000;
  }
  body main.sub section.section05 {
    padding: 40px 102px;
  }
  body main.sub section.section05 .footerBtn {
    display: none;
  }
  body main.sub section.section05 .btnWrap {
    width: 32px;
    max-width: 32px;
    height: 32px;
  }
  body main.sub section.section05 .btnWrap div span {
    width: 8px;
    height: 8px;
  }
  body main.sub section.section05 .phone {
    margin-left: 12px;
    display: inline-block;
    color: #000;
    font-family: "GmarketSans";
    font-size: 16px;
    font-weight: normal;
  }
  body main.sub.kt .section01.phone {
    background: url("../img/page/02.KT/m_BG_kt.png") no-repeat center;
    background-size: cover;
  }
  body main.sub.kt .section02.phone .cardSlideWarp {
    background-image: none;
  }
  body main.sub.mofa .section01.phone .s1_bg {
    background: url("../img/page/03.mofa/m_BG_mofa.png") no-repeat center;
    background-size: cover;
  }
  body main.sub.mofa .section02.phone .cardSlideWarp {
    background-image: none;
  }
  body main.sub.kdb .section01.phone .s1_bg {
    background: url("../img/page/04.KDB/m_BG_kdb.png") no-repeat center;
    background-size: cover;
  }
  body main.sub.kdb .section02.phone .cardSlideWarp {
    background-image: none;
  }
  body main.sub.mobidoo .section01.phone .s1_bg {
    background: url("../img/page/05.mobidoo/m_BG_mobidoo.png") no-repeat center;
    background-size: cover;
  }
  body main.sub.mobidoo .section02.phone .cardSlideWarp {
    background-image: none;
  }
  body main.sub.hyosung .section01.phone .s1_bg {
    background: url("../img/page/06.hyosungPM/m_BG_hyosungPM.png") no-repeat center;
    background-size: cover;
  }
  body main.sub.hyosung .section02.phone .cardSlideWarp {
    background-image: none;
  }
  body main.sub.poba .section01.phone .s1_bg {
    background: url("../img/page/07.poba/m_BG_poda.png") no-repeat center;
    background-size: cover;
  }
  body main.sub.poba .section02.phone .cardSlideWarp {
    background-image: none;
  }
  body main.sub.hmi .section01.phone .s1_bg {
    background: url("../img/page/08.SKT_HMI/m_BG_skt.png") no-repeat center;
    background-size: cover;
  }
  body main.sub.hmi .section02.phone .cardSlideWarp {
    background-image: none;
  }
  body main.sub.nh .section01.phone .s1_bg {
    background: url("../img/page/09.NH_bank/m_BG_nh.png") no-repeat center;
    background-size: cover;
  }
  body main.sub.hubpop .section01.phone .s1_bg {
    background: url("../img/page/10.HUB_Pop/m_BG_hub.png") no-repeat center;
    background-size: cover;
  }
  body main.sub.hubpop .section02.phone .cardSlideWarp {
    background-image: none;
  }
  body main.sub.nia .section01.phone .s1_bg {
    background: url("../img/page/11.NIA_paaS_TA/m_BG_nia.png") no-repeat center;
    background-size: cover;
  }
  body main.sub.nia .section02.phone .cardSlideWarp {
    background-image: none;
  }
  body main.sub.tros .section01.phone .s1_bg {
    background: url("../img/page/12.SKT_T_ros/m_BG_skt.png") no-repeat center;
    background-size: cover;
  }
  body main.sub.tros .section02.phone .cardSlideWarp {
    background-image: none;
  }
  body main.sub.entrix .section01.phone .s1_bg {
    background: url("../img/page/13.entrix_csCenter/m_BG_entrix.png") no-repeat center;
    background-size: cover;
  }
  body main.sub.entrix .section02.phone .cardSlideWarp {
    background-image: none;
  }
  body main.sub.HANA .section01.phone .s1_bg {
    background: url("../img/page/14.HANA/mobile/hana_mo.png") no-repeat center;
    filter: brightness(70%);
    background-size: cover;
  }
  body main.sub.HANA_un .section01.phone .s1_bg {
    background: url("../img/page/15.Hana_un/mobile/Hana_un_mo.png") no-repeat center;
    filter: brightness(70%);
    background-size: 443px;
  }
  body main.sub footer {
    width: 100%;
    display: flex;
    padding-left: 20px;
    position: unset;
  }
  body main.sub footer section {
    display: flex;
    margin: 0 0 20px 0;
    align-items: flex-start;
  }
  body main.sub footer section h3 a {
    width: 100px;
    height: 37px;
    background-size: cover;
  }
  body main.sub footer section .footerContent {
    display: block;
    width: calc(100% - 100px);
    margin-left: 20px;
  }
  body main.sub footer section .footerContent span {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 16px;
    display: block;
  }
  body main.sub footer section .footerContent div {
    padding-right: 20px;
    text-align: right;
    float: right;
  }
  body main.sub footer section .footerContent div a {
    margin-left: 16px;
    font-size: 16px;
    font-weight: bold;
    font-family: "GmarketSans";
  }
  body .popupWrap {
    background: none;
  }
  body .popupWrap .popupBox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
  }
  body .popupWrap .popupBox h2 {
    font-size: 40px;
    padding-top: 35px;
    margin-left: 40px;
  }
  body .popupWrap .popupBox h2 button {
    width: 24px;
    height: 24px;
    background-size: 100%;
    top: 0;
    transform: translate(0, 0);
  }
  body .popupWrap .popupBox p {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 40px;
    margin-left: 40px;
  }
  body .popupWrap .popupBox .popupContent {
    margin-left: 40px;
    display: block;
    overflow-y: auto;
    overflow-x: hidden;
  }
  body .popupWrap.welfarePopup .popupContent .content .item {
    margin-bottom: 24px;
  }
  body .popupWrap.welfarePopup .popupContent .content .item .textBox span {
    font-size: 14px;
  }
  body .popupWrap.askPopup .popupBox {
    height: 100%;
  }
  body .popupWrap.askPopup .popupBox .popupContent #my-form-status {
    height: 24px;
    position: inherit;
    bottom: 0;
    text-align: center;
  }
  body .popupWrap.askPopup .popupBox .popupContent h3 {
    margin-bottom: 20px;
  }
  body .popupWrap.askPopup .popupBox .popupContent .inputBox {
    width: 100%;
    height: auto;
    display: block;
    border-bottom: 1px solid #e5e5e5;
  }
  body .popupWrap.askPopup .popupBox .popupContent .inputBox span {
    display: block;
    margin-bottom: 8px;
  }
  body .popupWrap.askPopup .popupBox .popupContent .inputBox .inputText {
    width: 100%;
    height: 25px;
    margin-left: 0;
  }
  body .popupWrap.askPopup .popupBox .popupContent .inputBox.fileWrap {
    margin-bottom: 20px;
    display: block;
    border-bottom: 0;
  }
  body .popupWrap.askPopup .popupBox .popupContent .inputBox.fileWrap .fileBox {
    border-bottom: 1px solid #e5e5e5;
  }
  body .popupWrap.askPopup .popupBox .popupContent .inputBox.fileWrap .fileBox .subfile {
    width: calc(100% - 90px);
    height: 25px;
    margin-left: 0;
  }
  body .popupWrap.askPopup .popupBox .popupContent .inputBox.fileWrap .fileBox .fileBtn {
    width: 80px;
    height: 30px;
    font-size: 14px;
  }
  body .popupWrap.askPopup .popupBox .popupContent .inputWrap {
    display: block;
  }
  body .popupWrap.askPopup .popupBox .popupContent .inquiryBtn {
    margin-top: 0;
  }
  body .popupWrap.infoPopup .popupBox h2 {
    line-height: 1.2;
    margin-bottom: 20px;
  }
  body .popupWrap.infoPopup .popupBox p {
    font-size: 14px;
  }
  body .popupWrap.infoPopup .popupContent p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  body .popupWrap.infoPopup .popupContent .textBox {
    margin-bottom: 20px;
  }
  body .popupWrap.infoPopup .popupContent .textBox p {
    font-size: 14px;
  }
  body .popupWrap.infoPopup .popupContent .textBox div {
    margin-left: 15px;
  }
  body .popupWrap.infoPopup .popupContent .textBox div span {
    font-size: 14px;
  }
  body .popupWrap.infoPopup .popupContent .textBox div p {
    font-size: 14px;
  }
  body .copyright02 {
    left: -70px;
    bottom: 150px;
    font-size: 10px;
  }
  body .landing.intro {
    padding-left: 12%;
  }
  body .landing.intro .introTit {
    font-size: 42px;
  }
  body #mouseCursor {
    display: none !important;
  }
  body #cursor {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */