@charset "UTF-8";
.wrap {
  overflow: hidden;
  min-width: 1500px;
}

.loginWrap {
  width: 100%;
  height: 100vh;
  min-height: 840px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-bottom: 1px solid #d9d9ea;
  z-index: 1;
  position: relative;
}
.loginWrap.fix {
  position: fixed;
  top: 0;
  left: 0;
}

.logBgBox {
  width: 1200px;
  height: 100vh;
  min-height: 840px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -600px;
  z-index: -1;
}
.logBgBox #bg {
  width: 1150px;
  height: 1031px;
  background: url("../../../../../../skin/site/basic/img/intro/new/bg01.png") no-repeat;
  position: absolute;
  top: -346px;
  right: -767px;
  z-index: -1;
}
.logBgBox #bg2 {
  width: 1137px;
  height: 1068px;
  background: url("../../../../../../skin/site/basic/img/intro/new/bg02.png") no-repeat;
  position: absolute;
  bottom: -464px;
  left: -925px;
  z-index: -1;
  transform: rotate(180deg);
}
.logBgBox #bg3 {
  position: absolute;
  top: -50px;
  left: -400px;
}
.logBgBox #bg3 .logo {
  position: relative;
  width: 660px;
  height: 482px;
  background: url("../../../../../../skin/site/basic/img/intro/new/bg03_2.png") no-repeat;
  z-index: 1;
}
.logBgBox #bg3 .color {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: AnimateBG 7s ease infinite;
}

@keyframes AnimateBG {
  0% {
    background-color: #fbfbfb;
  }
  /* 50%{background-color: #f4f4f9;} */
  50% {
    background-color: rgba(145, 212, 255, 0.6509803922);
  }
  100% {
    background-color: #fbfbfb;
  }
}
.logBox {
  width: 1200px;
  position: relative;
  padding-right: 320px;
  margin-top: -30px;
}

.logContent {
  width: 100%;
  position: relative;
}
.logContent .log_c_title {
  width: 100%;
  padding-bottom: 46px;
}
.logContent .log_c_title font {
  display: block;
  font-family: "GmarketSansMedium" !important;
  font-size: 28px;
  color: #101323;
  letter-spacing: -0.04em;
  line-height: 34px;
  margin-bottom: 8px;
}
.logContent .log_c_title p {
  font-family: "GmarketSansMedium" !important;
  font-size: 46px;
  color: #101323;
  letter-spacing: -0.04em;
  line-height: 52px;
}
.logContent .log_c_title span {
  display: block;
  font-family: "GmarketSansMedium" !important;
  font-size: 18px;
  color: #6a6c73;
  letter-spacing: -0.04em;
  line-height: 22px;
  margin-top: 10px;
}
.logContent .log_c_cont {
  width: 100%;
  padding-right: 410px;
  position: relative;
}
.logContent .log_c_cont .bannerSlide {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  height: 451px;
}
.logContent .log_c_cont .bannerSlide .introSw {
  width: 100%;
}
.logContent .log_c_cont .bannerSlide .introSw .swiper-slide {
  width: 100%;
}
.logContent .log_c_cont .bannerSlide .introSw .openMove {
  cursor: pointer;
}
.logContent .log_c_cont .bannerSlide .introSw .swiper-slide[data-swiper-slide-index="3"] a, .logContent .log_c_cont .bannerSlide .introSw .swiper-slide[data-swiper-slide-index="4"] a {
  cursor: unset;
}
.logContent .log_c_cont .bannerSlide .introSw .swiper-slide img {
  display: block;
  width: 100%;
}
.logContent .log_c_cont .bannerSlide .introSw .swiper-pagination {
  width: 100%;
  bottom: 15px;
  font-size: 0;
}
.logContent .log_c_cont .bannerSlide .introSw .swiper-pagination-bullet {
  width: 8px !important;
  height: 8px !important;
  background: #fff !important;
  opacity: 1 !important;
  margin: 0 5px;
  transition: all 0.5s;
  border-radius: 100px !important;
}
.logContent .log_c_cont .bannerSlide .introSw .swiper-pagination-bullet-active {
  width: 30px !important;
}
.logContent .log_c_cont .newsLinkSlide {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #d8d8e9;
  border-radius: 20px;
  overflow: hidden;
  padding: 0 15px;
  background-color: #fff;
}
.logContent .log_c_cont .newsLinkSlide .nlTop {
  width: 100%;
  overflow: hidden;
  padding-top: 10px;
}
.logContent .log_c_cont .newsLinkSlide .nlTop .newsSources {
  float: left;
  background: url("../../../../../../skin/site/basic/img/intro/new/sources.png") no-repeat top 4px left;
  padding-left: 20px;
}
.logContent .log_c_cont .newsLinkSlide .nlTop .newsSources p {
  display: none;
  font-family: "GmarketSansMedium" !important;
  font-size: 13px;
  color: #555;
  letter-spacing: -0.04em;
  line-height: 18px;
  padding-top: 4px;
}
.logContent .log_c_cont .newsLinkSlide .nlTop ul.newsPage {
  float: right;
  overflow: hidden;
  margin-top: 7px;
}
.logContent .log_c_cont .newsLinkSlide .nlTop ul.newsPage li {
  width: 6px;
  height: 6px;
  float: left;
  background-color: #8E8F98;
  border-radius: 100%;
  margin-left: 4px;
  cursor: pointer;
  transition: all 0.2s;
}
.logContent .log_c_cont .newsLinkSlide .nlTop ul.newsPage li:first-child {
  margin-left: 0;
}
.logContent .log_c_cont .newsLinkSlide .nlTop ul.newsPage li:hover {
  background-color: #bcbcbc;
}
.logContent .log_c_cont .newsLinkSlide .nlTop ul.newsPage li.on {
  background-color: #1C8EF6;
}
.logContent .log_c_cont .newsLinkSlide .newsLinkSw {
  width: 100%;
  height: 88px;
  position: relative;
  margin-top: -4px;
}
.logContent .log_c_cont .newsLinkSlide .newsLinkSw::before {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #fff 20%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
.logContent .log_c_cont .newsLinkSlide .newsLinkSw::after {
  content: "";
  width: 100%;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #fff 20%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
.logContent .log_c_cont .newsLinkSlide .newsLinkSw .swiper-slide {
  width: 100%;
  height: 88px;
}
.logContent .log_c_cont .newsLinkSlide .newsLinkSw .swiper-slide a {
  display: block;
  width: 100%;
  position: relative;
  padding-left: 104px;
  height: 88px;
}
.logContent .log_c_cont .newsLinkSlide .newsLinkSw .swiper-slide a .imgBox {
  position: absolute;
  top: 50%;
  left: 0;
  width: 92px;
  height: 64px;
  margin-top: -32px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border: 1px solid #e0e0e0;
}
.logContent .log_c_cont .newsLinkSlide .newsLinkSw .swiper-slide a .imgBox img {
  display: block;
  width: 100%;
}
.logContent .log_c_cont .newsLinkSlide .newsLinkSw .swiper-slide a .txtBox {
  width: 100%;
  padding-top: 20px;
  position: relative;
}
.logContent .log_c_cont .newsLinkSlide .newsLinkSw .swiper-slide a .txtBox h2 {
  font-size: 15px;
  color: #101323;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 24px;
  display: inline;
  margin-right: 6px;
  word-break: keep-all;
}
.logContent .log_c_cont .newsLinkSlide .newsLinkSw .swiper-slide a .txtBox p {
  font-family: "Roboto", sans-serif !important;
  display: inline;
  font-size: 14px;
  color: #666;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 22px;
}
.logContent .log_c_cont .newsLinkSlide .newsLinkSw .swiper-slide a:hover .imgBox img {
  opacity: 0.6;
}
.logContent .log_c_cont .newsLinkSlide .newsLinkSw .swiper-slide a:hover .txtBox h2 {
  text-decoration: underline;
}
.logContent ul.siteInfoBox {
  width: 370px;
  position: absolute;
  top: 0;
  right: 0;
}
.logContent ul.siteInfoBox li {
  width: 100%;
  position: relative;
  padding: 15px 0;
  padding-left: 108px;
  border-bottom: 1px solid #d8e2e9;
}
.logContent ul.siteInfoBox li:first-child {
  padding-top: 0;
}
.logContent ul.siteInfoBox li:last-child {
  border-bottom: 0;
}
.logContent ul.siteInfoBox li img {
  position: absolute;
  top: 50%;
  left: 28px;
  margin-top: -27px;
}
.logContent ul.siteInfoBox li:first-child img {
  top: 12px;
  margin-top: 0;
}
.logContent ul.siteInfoBox li p {
  font-family: "GmarketSansMedium" !important;
  font-size: 18px;
  color: #1c8ef6;
  letter-spacing: -0.04em;
  line-height: 22px;
  margin-bottom: 7px;
}
.logContent ul.siteInfoBox li span {
  font-family: "GmarketSansMedium" !important;
  font-size: 17px;
  color: #333;
  letter-spacing: -0.04em;
  line-height: 22px;
  display: block;
}
.logContent ul.siteInfoBox li span b {
  font-family: "GmarketSansMedium" !important;
  font-size: 16px;
  color: #1c8ef6;
  font-weight: 400;
}
.logContent ul.siteInfoBox li font {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 20px;
  display: block;
}
.logContent ul.siteInfoBox li font span {
  font-size: 13px;
  color: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-family: "Noto Sans KR", sans-serif !important;
}

.logForm {
  width: 320px;
  background-color: #fff;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.logForm img.lfLogo {
  display: block;
  margin: 35px auto;
  margin-top: 40px;
}
.logForm form {
  display: block;
  width: 100%;
  padding: 0 20px;
  padding-bottom: 45px;
}
.logForm form .lfInput {
  width: 100%;
}
.logForm form .lfInput input {
  width: 100%;
  height: 50px;
  font-size: 15px;
  color: #222;
  font-weight: 500;
  letter-spacing: -0.025em;
  border: 1px solid #b3babf;
  padding: 0 16px;
  border-radius: 10px;
  padding-bottom: 2px;
}
.logForm form .lfInput input::-webkit-input-placeholder, .logForm form .lfInput input::-moz-placeholder, .logForm form .lfInput input:-ms-input-placeholder, .logForm form .lfInput input:-moz-placeholder, .logForm form .lfInput input::placeholder {
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.logForm form .lfInput input:focus {
  border: 1px solid #101323;
}
.logForm form .lfInput input:-webkit-autofill {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.logForm form .lfInput input:-webkit-autofill:hover, .logForm form .lfInput input:-webkit-autofill:focus, .logForm form .lfInput input:-webkit-autofill:active {
  -webkit-text-fill-color: #000;
  box-shadow: 0 0 0px 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}
.logForm form .lfInput input[type=password] {
  letter-spacing: 8px;
  font-weight: 900;
  margin-top: 20px;
}
.logForm form .idSave {
  width: 100%;
  padding: 22px 0;
  padding-bottom: 25px;
  border-bottom: 1px solid #d8e2e9;
  font-size: 0;
}
.logForm form .idSave label {
  display: inline-block;
  zoom: 1;
  display: inline;
  vertical-align: top;
  font-size: 15px;
  color: #101323;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.2s;
}
.logForm form .idSave label:hover {
  color: #888;
}
.logForm form .idSave label input[type=checkbox] {
  -webkit-border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
          appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #88898a;
  border-radius: 3px;
  float: left;
  margin-top: 1px;
  margin-right: 6px;
}
.logForm form .idSave label input[type=checkbox]:checked {
  background: url("../../../../../../skin/site/basic/img/intro/new/chk.png") no-repeat center;
  border: 1px solid #101323;
}
.logForm form .lfBtn {
  width: 100%;
  padding-top: 25px;
}
.logForm form .lfBtn span.joinMove {
  display: block;
  cursor: pointer;
  font-family: "GmarketSansMedium" !important;
  font-size: 15px;
  color: #1c8ef6;
  padding: 13px 0px;
  border: 1px solid #b3babf;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
  overflow: hidden;
}
.logForm form .lfBtn span.joinMove::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #0E4E96;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  z-index: -1;
}
.logForm form .lfBtn span.joinMove:hover {
  border: 1px solid #0E4E96;
  font-size: 15px;
  color: #fff;
}
.logForm form .lfBtn span.joinMove:hover::after {
  height: 500%;
  opacity: 1;
}
.logForm form .lfBtn .logSubmit {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background-image: linear-gradient(to right, #46BCEC, #1689F6);
  padding: 1px;
}
.logForm form .lfBtn .logSubmit::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  border-radius: 8px;
  z-index: 0;
  position: absolute;
  top: 1px;
  left: 1px;
}
.logForm form .lfBtn .logSubmit button {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 8px;
  background: linear-gradient(to right, #46BCEC, #1689F6);
  cursor: pointer;
}
.logForm form .lfBtn .logSubmit button::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.logForm form .lfBtn .logSubmit button em {
  font-family: "GmarketSansMedium" !important;
  font-size: 15px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 22px;
  padding-top: 4px;
  line-height: 46px;
  position: relative;
  z-index: 3;
  display: block;
  transition: all 0.3s;
  width: 100%;
}
.logForm form .lfBtn .logSubmit button:hover em {
  color: #1689F6;
}
.logForm form .lfBtn .logSubmit button:hover::after {
  height: 500%;
  opacity: 1;
}
.logForm form .lfBtn a {
  display: block;
  border: 1px solid #b3babf;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.logForm form .lfBtn a div {
  width: 85px;
  height: 10px;
  background: url("../../../../../../skin/site/basic/img/intro/new/mgLogo.png") no-repeat;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.logForm form .lfBtn a span {
  font-size: 15px;
  color: #57585a;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 48px;
  margin-left: 6px;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.logForm form .lfBtn a::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #0E4E96;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.logForm form .lfBtn a:hover {
  border: 1px solid #0E4E96;
}
.logForm form .lfBtn a:hover div {
  background: url("../../../../../../skin/site/basic/img/intro/new/mgLogo_white.png") no-repeat;
}
.logForm form .lfBtn a:hover span {
  color: #fff;
}
.logForm form .lfBtn a:hover::after {
  height: 500%;
  opacity: 1;
}
.logForm form .lfLink {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  font-size: 0;
}
.logForm form .lfLink a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 15px;
  color: #8e8f98;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 22px;
  position: relative;
  transition: all 0.2s;
}
.logForm form .lfLink span {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  font-size: 15px;
  color: #8e8f98;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 22px;
  margin-right: 0px;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
}
.logForm form .lfLink a:hover, .logForm form .lfLink span:hover {
  color: #ccc;
}
.logForm .customer {
  width: 100%;
  padding: 25px 20px;
  background-color: #E8ECF7;
  position: relative;
}
.logForm .customer div {
  width: 100%;
  overflow: hidden;
}
.logForm .customer div p {
  font-family: "GmarketSansMedium" !important;
  font-size: 16px;
  color: #101323;
  letter-spacing: -0.04em;
  line-height: 23px;
  padding-top: 3px;
  float: left;
}
.logForm .customer div span {
  float: right;
  text-align: right;
  font-family: "GmarketSansMedium" !important;
  font-size: 14px;
  letter-spacing: -0.04em;
  line-height: 23px;
  color: #1c8ef6;
  padding-top: 3px;
}
.logForm .customer div span font {
  font-family: "GmarketSansMedium" !important;
  font-size: 16px;
}
.logForm .customer strong {
  display: block;
  font-size: 12px;
  color: #8e8f98;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 16px;
  margin-top: 5px;
}
.logForm .logCopy {
  width: 100%;
  font-size: 13px;
  color: #8e8f98;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 50px;
  text-align: center;
}

/*.logForm form .lfLink span::before {content:"·"; font-size:14px; color:#8e8f98; font-weight:400; letter-spacing:-0.04em; line-height:22px; position:absolute; top:-1px; right:-15px;}*/
.scrollIcon {
  position: absolute;
  bottom: 30px;
  cursor: pointer;
}
.scrollIcon p {
  margin-top: 12px;
  font-family: "GmarketSansMedium" !important;
  font-size: 12px;
  letter-spacing: 0em;
  text-indent: 0.3em;
  color: #4d5458;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}
.scrollIcon .icon {
  background: #cbd4da linear-gradient(transparent 0%, transparent 50%, #4d5458 50%, #4d5458 100%);
  position: relative;
  margin: auto;
  width: 26px;
  height: 42px;
  border-radius: 100px;
  background-size: 100% 200%;
  animation: colorSlide 5s linear infinite, nudgeMouse 5s ease-out infinite;
}
.scrollIcon .icon:before, .scrollIcon .icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.scrollIcon .icon:before {
  width: 22px;
  height: 38px;
  background-color: #fff;
  border-radius: 100px;
}
.scrollIcon .icon:after {
  background-color: #4d5458;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}

@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #cbd4da;
  }
  29.99% {
    background-color: #4d5458;
    background-position: 0% 0%;
  }
  30% {
    background-color: #cbd4da;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #cbd4da;
  }
  59% {
    background-color: #4d5458;
    background-position: 0% 0%;
  }
  60% {
    background-color: #cbd4da;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #cbd4da;
  }
  90%, 100% {
    background-color: #4d5458;
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  6% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    transform: scale(0.4) translateY(30px);
  }
  15%, 19% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  28%, 29.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  30% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  36% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    transform: scale(0.4) translateY(30px);
  }
  45%, 49% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  58%, 59.99% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  60% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
  66% {
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    transform: scale(0.4) translateY(30px);
  }
  75%, 79% {
    opacity: 0;
    transform: scale(0.4) translateY(-10px);
  }
  88%, 100% {
    opacity: 1;
    transform: scale(1) translateY(-10px);
  }
}
@keyframes nudgeMouse {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(8px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(8px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(8px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(4px);
  }
  30% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(4px);
  }
  60% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(4px);
  }
  90% {
    transform: translateY(0);
  }
}
@keyframes colorText {
  21% {
    color: #cbd4da;
  }
  30% {
    color: #4d5458;
  }
  51% {
    color: #cbd4da;
  }
  60% {
    color: #4d5458;
  }
  81% {
    color: #cbd4da;
  }
  90% {
    color: #4d5458;
  }
}
.landingWrap {
  width: 100%;
  position: relative;
  padding-top: 80px;
  z-index: 9;
  box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.landingWrap .lwHeader {
  width: 100%;
  height: 80px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  min-width: 1500px;
}
.landingWrap .lwHeader.fix {
  position: fixed;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.landingWrap .lwHeader .inner {
  position: relative;
  font-size: 0;
  text-align: center;
  display: flex;
  justify-content: center;
}
.landingWrap .lwHeader .inner img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateY(-0.5px);
}
.landingWrap .lwHeader .inner ul {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.landingWrap .lwHeader .inner ul li {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.landingWrap .lwHeader .inner ul li + li {
  margin-left: 32px;
}
.landingWrap .lwHeader .inner ul li span, .landingWrap .lwHeader .inner ul li a {
  display: block;
  font-size: 17px;
  color: #222;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 30px;
  position: relative;
  padding: 0 4px;
  transition: all 0.2s;
}
.landingWrap .lwHeader .inner ul li span::before {
  content: "";
  width: 0;
  height: 3px;
  background-color: #1c88ed;
  position: absolute;
  bottom: -5px;
  left: 50%;
  border-radius: 100px;
  transition: all 0.2s;
  transform: translateX(-50%);
}
.landingWrap .lwHeader .inner ul li.new::after {
  content: "NEW";
  font-size: 12px;
  color: #f61d1d;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 16px;
  margin-left: 5px;
}
.landingWrap .lwHeader .inner ul li span:hover, .landingWrap .lwHeader .inner ul li a:hover {
  color: #aaa;
}
.landingWrap .lwHeader .inner ul li.on span {
  color: #1c88ed;
}
.landingWrap .lwHeader .inner ul li.on span::before {
  width: 100%;
}
.landingWrap .lwHeader .inner .moveBtn {
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  transform: translateY(-50%) translateY(1px);
}
.landingWrap .lwHeader .inner .moveBtn .logMove {
  width: 90px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #1689F6;
  padding: 1px;
  float: left;
  position: relative;
}
.landingWrap .lwHeader .inner .moveBtn .logMove::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  border-radius: 8px;
  z-index: 0;
  position: absolute;
  top: 1px;
  left: 1px;
}
.landingWrap .lwHeader .inner .moveBtn .logMove div {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 8px;
  background-color: #1689F6;
  cursor: pointer;
}
.landingWrap .lwHeader .inner .moveBtn .logMove div::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.landingWrap .lwHeader .inner .moveBtn .logMove div p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 33px;
  padding-bottom: 1px;
  position: relative;
  z-index: 3;
}
.landingWrap .lwHeader .inner .moveBtn .logMove div:hover p {
  color: #1689F6;
  font-weight: 400;
}
.landingWrap .lwHeader .inner .moveBtn .logMove div:hover::after {
  height: 500%;
  opacity: 1;
}
.landingWrap .lwHeader .inner .moveBtn .lwJoinMove {
  width: 90px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #46BCEC;
  padding: 1px;
  float: left;
  margin-left: 10px;
  position: relative;
}
.landingWrap .lwHeader .inner .moveBtn .lwJoinMove::before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background-color: #fff;
  border-radius: 8px;
  z-index: 0;
  position: absolute;
  top: 1px;
  left: 1px;
}
.landingWrap .lwHeader .inner .moveBtn .lwJoinMove div {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  background-color: #46BCEC;
}
.landingWrap .lwHeader .inner .moveBtn .lwJoinMove div::after {
  content: "";
  position: absolute;
  transition: all 0.3s;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.landingWrap .lwHeader .inner .moveBtn .lwJoinMove div p {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.025em;
  line-height: 33px;
  padding-bottom: 1px;
  position: relative;
  z-index: 3;
}
.landingWrap .lwHeader .inner .moveBtn .lwJoinMove div:hover p {
  color: #46BCEC;
  font-weight: 400;
}
.landingWrap .lwHeader .inner .moveBtn .lwJoinMove div:hover::after {
  height: 500%;
  opacity: 1;
}
.landingWrap .lwContainer {
  width: 100%;
  background-color: #fff;
}
.landingWrap .lwContainer .lwContent {
  width: 100%;
  display: none;
  position: relative;
}
.landingWrap .inner {
  overflow: visible;
  max-width: none;
}

/* 블루팜코리아 소개 */
.i01_visual {
  width: 100%;
  background: linear-gradient(to right, #3A9DFA, #168BF5);
  min-width: 1500px;
  position: relative;
}
.i01_visual .visualInner {
  padding-top: 178px;
  position: relative;
  padding-bottom: 180px;
}
.i01_visual .visualInner p {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 60px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 75px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i01_visual.active .visualInner p {
  transition: 0.6s;
  left: 0;
  opacity: 1;
}
.i01_visual .visualInner .vis_join_btn {
  width: 480px;
  position: relative;
  margin-top: 45px;
  left: -50px;
  opacity: 0;
}
.i01_visual.active .visualInner .vis_join_btn {
  transition: 0.6s;
  left: 0;
  opacity: 1;
  transition-delay: 0.2s;
}
.i01_visual .visualInner .vis_join_btn span {
  display: block;
  font-size: 18px;
  color: #fffd2e;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 22px;
}
.i01_visual .visualInner .vis_join_btn .vis_j_btn {
  width: 100%;
  border: 2px solid #fff;
  padding: 18px 20px;
  padding-top: 22px;
  margin-top: 20px;
  border-radius: 10px;
  position: relative;
  transition: all 0.2s;
  cursor: pointer;
}
.i01_visual .visualInner .vis_join_btn .vis_j_btn font {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 25px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 25px;
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_arrow.png");
  background-repeat: no-repeat;
  background-position: right top 0px;
  background-size: 11px 14px;
  padding-right: 23px;
  transition: all 0.2s;
}
.i01_visual .visualInner .vis_join_btn .vis_j_btn b {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 19px;
  margin-top: 6px;
  transition: all 0.2s;
}
.i01_visual .visualInner .vis_join_btn .vis_j_btn div {
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -26px;
  transition: all 0.2s;
}
.i01_visual .visualInner .vis_join_btn a:nth-child(2) .vis_j_btn div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon01.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_visual .visualInner .vis_join_btn a:nth-child(3) .vis_j_btn div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon02.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_visual .visualInner .vis_join_btn .vis_j_btn:nth-child(3) div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon02.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_visual .visualInner .vis_join_btn .vis_j_btn:hover {
  background-color: #fff;
}
.i01_visual .visualInner .vis_join_btn .vis_j_btn:hover font {
  color: #168BF5;
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_arrow_on.png");
  background-repeat: no-repeat;
  background-position: right top 0px;
  background-size: 11px 14px;
}
.i01_visual .visualInner .vis_join_btn .vis_j_btn:hover b {
  color: #168BF5;
}
.i01_visual .visualInner .vis_join_btn .vis_j_btn:hover div {
  background-color: #168BF5;
}
.i01_visual .visualInner .vis_join_btn a:nth-child(2) .vis_j_btn:hover div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon01_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_visual .visualInner .vis_join_btn a:nth-child(3) .vis_j_btn:hover div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon02_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_visual .visualInner .vis_join_btn .vis_j_btn:nth-child(3):hover div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon02_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_visual .visualInner img.i01_visual_bg {
  position: absolute;
  bottom: 36px;
  left: -172px;
  opacity: 0;
}
.i01_visual.active .visualInner img.i01_visual_bg {
  opacity: 1;
  bottom: 86px;
  transition: 0.6s;
}
.i01_visual .visualInner img.i01_visual_img {
  position: absolute;
  top: 110px;
  right: -165px;
  opacity: 0;
}
.i01_visual.active .visualInner img.i01_visual_img {
  opacity: 1;
  top: 186px;
  transition: 0.6s;
}

.i01_cont01 {
  padding-top: 98px;
}
.i01_cont01 p.i01_c1_title {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #494e66;
  letter-spacing: -0.04em;
  line-height: 44px;
  text-align: center;
  position: relative;
  top: -50px;
  opacity: 0;
}
.i01_cont01.active p.i01_c1_title {
  transition: 0.5s;
  top: 0;
  opacity: 1;
}
.i01_cont01 p.i01_c1_title span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #494e66;
  margin-right: 10px;
}
.i01_cont01 .i01_c1_info {
  width: 100%;
  height: 432px;
  padding-bottom: 98px;
  padding-top: 60px;
}
.i01_cont01 .i01_c1_info div {
  width: 600px;
  height: 274px;
  float: left;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i01_cont01.active .i01_c1_info div:nth-child(1) {
  left: 0;
  opacity: 1;
  transition: 0.6s;
  transition-delay: 0.4s;
}
.i01_cont01.active .i01_c1_info div:nth-child(2) {
  left: 0;
  opacity: 1;
  transition: 0.6s;
  transition-delay: 0.6s;
}
.i01_cont01 .i01_c1_info div img {
  display: block;
  margin-bottom: 32px;
}
.i01_cont01 .i01_c1_info div p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 30px;
  color: #494e66;
  letter-spacing: -0.04em;
  line-height: 34px;
}
.i01_cont01 .i01_c1_info div p span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 30px;
  color: #494e66;
  margin-right: 10px;
}
.i01_cont01 .i01_c1_info div font {
  display: block;
  font-size: 18px;
  color: #494e66;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 28px;
  margin-top: 17px;
}
.i01_cont01 .i01_c1_info div font b {
  font-size: 18px;
  color: #178bf5;
  font-weight: 400;
}

.i01_cont02 {
  padding: 98px 0px;
  background-color: #F0F3FF;
  width: 100%;
}
.i01_cont02 .i01_c2_title {
  width: 100%;
  text-align: center;
}
.i01_cont02 .i01_c2_title p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #494e66;
  letter-spacing: -0.04em;
  line-height: 44px;
  position: relative;
  top: 50px;
  opacity: 0;
}
.i01_cont02 .i01_c2_title p span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #494e66;
}
.i01_cont02 .i01_c2_title font {
  display: block;
  font-size: 18px;
  color: #494e66;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 28px;
  margin-top: 12px;
  position: relative;
  top: 50px;
  opacity: 0;
}
.i01_cont02.active .i01_c2_title p {
  top: 0;
  opacity: 1;
  transition: 0.5s;
}
.i01_cont02.active .i01_c2_title font {
  top: 0;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.2s;
}
.i01_cont02 .i01_c2_info {
  position: relative;
  height: 408px;
  margin-top: 45px;
}
.i01_cont02 .i01_c2_info div {
  box-shadow: 5px 5px 10px rgba(227, 232, 251, 0.75);
  position: absolute;
  background-color: #fff;
}
.i01_cont02 .i01_c2_info div.i01_brand_box01 {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_brand_logo01.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_cont02 .i01_c2_info div.i01_brand_box02 {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_brand_logo02.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_cont02 .i01_c2_info div.i01_brand_box03 {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_brand_logo03.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_cont02 .i01_c2_info div.i01_brand_box04 {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_brand_logo04.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_cont02 .i01_c2_info div.i01_brand_box05 {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_brand_logo05.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_cont02 .i01_c2_info div.i01_brand_box06 {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_brand_logo06.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_cont02 .i01_c2_info div.i01_brand_box07 {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_brand_logo07.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_cont02 .i01_c2_info div.i01_brand_box08 {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_brand_logo08.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_cont02 .i01_c2_info div.i01_brand_box01.on {
  animation: show 0.5s forwards;
}
.i01_cont02 .i01_c2_info div.i01_brand_box02.on {
  animation: show2 0.5s forwards;
}
.i01_cont02 .i01_c2_info div.i01_brand_box03.on {
  animation: show3 0.5s forwards;
}
.i01_cont02 .i01_c2_info div.i01_brand_box04.on {
  animation: show4 0.5s forwards;
}
.i01_cont02 .i01_c2_info div.i01_brand_box05.on {
  animation: show5 0.5s forwards;
}
.i01_cont02 .i01_c2_info div.i01_brand_box06.on {
  animation: show6 0.5s forwards;
}
.i01_cont02 .i01_c2_info div.i01_brand_box07.on {
  animation: show7 0.5s forwards;
}
.i01_cont02 .i01_c2_info div.i01_brand_box08.on {
  animation: show8 0.5s forwards;
}

@keyframes show {
  0% {
    width: 0;
    height: 0;
    left: 192px;
    top: 60px;
    transform: scale(0);
    border-radius: 100%;
  }
  50% {
    width: 384px;
    height: 120px;
    left: 0;
    top: 0;
    transform: scale(1.1);
    border-radius: 12px;
  }
  100% {
    width: 384px;
    height: 120px;
    left: 0;
    top: 0;
    transform: scale(1);
    border-radius: 12px;
  }
}
@keyframes show2 {
  0% {
    width: 0;
    height: 0;
    left: 192px;
    top: 204px;
    transform: scale(0);
    border-radius: 100%;
  }
  50% {
    width: 384px;
    height: 120px;
    left: 0;
    top: 144px;
    transform: scale(1.05);
    border-radius: 12px;
  }
  100% {
    width: 384px;
    height: 120px;
    left: 0;
    top: 144px;
    transform: scale(1);
    border-radius: 12px;
  }
}
@keyframes show3 {
  0% {
    width: 0;
    height: 0;
    left: 192px;
    bottom: 60px;
    transform: scale(0);
    border-radius: 100%;
  }
  50% {
    width: 384px;
    height: 120px;
    left: 0;
    bottom: 0;
    transform: scale(1.05);
    border-radius: 12px;
  }
  100% {
    width: 384px;
    height: 120px;
    left: 0;
    bottom: 0;
    transform: scale(1);
    border-radius: 12px;
  }
}
@keyframes show4 {
  0% {
    width: 0;
    height: 0;
    left: 600px;
    top: 130px;
    transform: scale(0);
    border-radius: 100%;
  }
  50% {
    width: 384px;
    height: 260px;
    left: 408px;
    top: 0;
    transform: scale(1.05);
    border-radius: 12px;
  }
  100% {
    width: 384px;
    height: 260px;
    left: 408px;
    top: 0;
    transform: scale(1);
    border-radius: 12px;
  }
}
@keyframes show5 {
  0% {
    width: 0;
    height: 0;
    left: 600px;
    bottom: 90px;
    transform: scale(0);
    border-radius: 100%;
  }
  50% {
    width: 180px;
    height: 120px;
    left: 408px;
    bottom: 0;
    transform: scale(1.05);
    border-radius: 12px;
  }
  100% {
    width: 180px;
    height: 120px;
    left: 408px;
    bottom: 0;
    transform: scale(1);
    border-radius: 12px;
  }
}
@keyframes show6 {
  0% {
    width: 0;
    height: 0;
    left: 702px;
    bottom: 90px;
    transform: scale(0);
    border-radius: 100%;
  }
  50% {
    width: 180px;
    height: 120px;
    left: 612px;
    bottom: 0;
    transform: scale(1.05);
    border-radius: 12px;
  }
  100% {
    width: 180px;
    height: 120px;
    left: 612px;
    bottom: 0;
    transform: scale(1);
    border-radius: 12px;
  }
}
@keyframes show7 {
  0% {
    width: 0;
    height: 0;
    right: 192px;
    top: 60px;
    transform: scale(0);
    border-radius: 100%;
  }
  50% {
    width: 384px;
    height: 120px;
    right: 0;
    top: 0;
    transform: scale(1.05);
    border-radius: 12px;
  }
  100% {
    width: 384px;
    height: 120px;
    right: 0;
    top: 0;
    transform: scale(1);
    border-radius: 12px;
  }
}
@keyframes show8 {
  0% {
    width: 0;
    height: 0;
    right: 192px;
    bottom: 130px;
    transform: scale(0);
    border-radius: 100%;
  }
  50% {
    width: 384px;
    height: 260px;
    right: 0;
    bottom: 0;
    transform: scale(1.05);
    border-radius: 12px;
  }
  100% {
    width: 384px;
    height: 260px;
    right: 0;
    bottom: 0;
    transform: scale(1);
    border-radius: 12px;
  }
}
.i01_cont03 {
  width: 100%;
  background: linear-gradient(to right, #3A9DFA, #168BF5);
}
.i01_cont03 .i01_c3_inner {
  padding: 100px 0px;
  position: relative;
}
.i01_cont03 .i01_c3_inner p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 55px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i01_cont03.active .i01_c3_inner p {
  left: 0;
  opacity: 1;
  transition: 0.6s;
}
.i01_cont03 .i01_c3_inner p span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #f2ff42;
}
.i01_cont03 .i01_c3_inner p span i {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #f2ff42;
}
.i01_cont03 .i01_c3_inner font {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 28px;
  display: block;
  margin-top: 20px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i01_cont03.active .i01_c3_inner font {
  left: 0;
  opacity: 1;
  transition: 0.6s;
}
.i01_cont03 .i01_c3_inner .i01_c_img_box {
  width: 623px;
  height: 379px;
  position: absolute;
  top: 50%;
  right: -18px;
  margin-top: -189.5px;
}
.i01_cont03 .i01_c3_inner .i01_c_img_box img:nth-child(1) {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 3;
  opacity: 0;
}
.i01_cont03 .i01_c3_inner .i01_c_img_box img:nth-child(2) {
  position: absolute;
  top: 11px;
  left: 128px;
  z-index: 2;
  opacity: 0;
}
.i01_cont03 .i01_c3_inner .i01_c_img_box img:nth-child(3) {
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: 1;
  opacity: 0;
}
.i01_cont03.active .i01_c3_inner .i01_c_img_box img:nth-child(1) {
  bottom: 0;
  left: 0;
  opacity: 1;
  transition: 0.6s;
  transition-delay: 0.15s;
}
.i01_cont03.active .i01_c3_inner .i01_c_img_box img:nth-child(2) {
  top: 61px;
  left: 78px;
  opacity: 1;
  transition: 0.6s;
  transition-delay: 0.3s;
}
.i01_cont03.active .i01_c3_inner .i01_c_img_box img:nth-child(3) {
  top: 0;
  right: 0;
  opacity: 1;
  transition: 0.6s;
  transition-delay: 0.45s;
}

.i01_cont04 {
  width: 100%;
  background-color: #F0F3FF;
  overflow: hidden;
}
.i01_cont04 .i01_c4_inner {
  padding: 110px 0px;
  position: relative;
}
.i01_cont04 .i01_c4_inner p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #494e66;
  letter-spacing: -0.04em;
  line-height: 55px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i01_cont04.active .i01_c4_inner p {
  left: 0;
  opacity: 1;
  transition: 0.6s;
}
.i01_cont04 .i01_c4_inner p span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #494e66;
}
.i01_cont04 .i01_c4_inner p span i {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #494e66;
}
.i01_cont04 .i01_c4_inner font {
  font-size: 18px;
  color: #494e66;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 28px;
  display: block;
  margin-top: 20px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i01_cont04.active .i01_c4_inner font {
  left: 0;
  opacity: 1;
  transition: 0.6s;
}
.i01_cont04 .i01_c4_inner img {
  position: absolute;
  top: -180px;
  right: -541px;
  opacity: 0;
}
.i01_cont04.active .i01_c4_inner img {
  right: -441px;
  opacity: 1;
  transition: 0.8s;
  transition-delay: 0.2s;
}
.i01_cont04 .i01_c4_inner .rightBox {
  width: 600px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -240px;
  background: linear-gradient(to right, rgba(240, 243, 255, 0), #F0F3FF);
}
.i01_cont04 .i01_c4_inner .rightBox::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F0F3FF;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 3;
}

.i01_cont06 {
  width: 100%;
  background: linear-gradient(to right, #3A9DFA, #168BF5);
  overflow: hidden;
  position: relative;
}
.i01_cont06 .i01_c6_inner {
  padding: 110px 0px;
  position: relative;
  opacity: 0;
}
.i01_cont06.active .i01_c6_inner {
  transition: 0.6s;
  transition-delay: 0.4s;
  opacity: 1;
}
.i01_cont06 .i01_c6_inner p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 55px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.i01_cont06 .i01_c6_inner p span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #fff;
}
.i01_cont06 .i01_c6_inner .i01_c6_join_btn {
  width: 980px;
  margin: auto;
  margin-top: 15px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.i01_cont06 .i01_c6_inner .i01_c6_join_btn .i01_c6_j_btn {
  width: 480px;
  border: 2px solid #fff;
  padding: 18px 20px;
  padding-top: 22px;
  border-radius: 10px;
  position: relative;
  transition: all 0.2s;
  float: left;
}
.i01_cont06 .i01_c6_inner .i01_c6_join_btn a:nth-child(2) .i01_c6_j_btn {
  float: right;
}
.i01_cont06 .i01_c6_inner .i01_c6_join_btn .i01_c6_j_btn font {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 25px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 25px;
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_arrow.png");
  background-repeat: no-repeat;
  background-position: right top 4px;
  padding-right: 23px;
  transition: all 0.2s;
}
.i01_cont06 .i01_c6_inner .i01_c6_join_btn .i01_c6_j_btn b {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 19px;
  margin-top: 6px;
  transition: all 0.2s;
}
.i01_cont06 .i01_c6_inner .i01_c6_join_btn .i01_c6_j_btn div {
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -26px;
  transition: all 0.2s;
}
.i01_cont06 .i01_c6_inner .i01_c6_join_btn a:nth-child(1) .i01_c6_j_btn div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon01.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_cont06 .i01_c6_inner .i01_c6_join_btn a:nth-child(2) .i01_c6_j_btn div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon02.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_cont06 .i01_c6_inner .i01_c6_join_btn .i01_c6_j_btn:hover {
  background-color: #fff;
}
.i01_cont06 .i01_c6_inner .i01_c6_join_btn .i01_c6_j_btn:hover font {
  color: #168BF5;
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_arrow_on.png");
  background-repeat: no-repeat;
  background-position: right top 4px;
}
.i01_cont06 .i01_c6_inner .i01_c6_join_btn .i01_c6_j_btn:hover b {
  color: #168BF5;
}
.i01_cont06 .i01_c6_inner .i01_c6_join_btn .i01_c6_j_btn:hover div {
  background-color: #168BF5;
}
.i01_cont06 .i01_c6_inner .i01_c6_join_btn a:nth-child(1) .i01_c6_j_btn:hover div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon01_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_cont06 .i01_c6_inner .i01_c6_join_btn a:nth-child(2) .i01_c6_j_btn:hover div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon02_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i01_cont06 .i01_c6_inner img {
  position: absolute;
  top: 50%;
  right: -104px;
  margin-top: -200px;
}
.i01_cont06 .i01_c6_fake_left {
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.i01_cont06 .i01_c6_fake_right {
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.i01_cont06.active .i01_c6_fake_left, .i01_cont06.active .i01_c6_fake_right {
  width: 0;
  transition: 0.4s;
}

.i01_cont07 {
  width: 100%;
  padding: 100px 0;
  border-bottom: 1px solid #e0e0e0;
}
.i01_cont07 .i01_c7_inner {
  position: relative;
}
.i01_cont07 .i01_c7_inner .i01_c7_title {
  width: 100%;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i01_cont07 .i01_c7_inner .i01_c7_title p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #494e66;
  letter-spacing: -0.04em;
  line-height: 48px;
}
.i01_cont07 .i01_c7_inner .i01_c7_title p span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
}
.i01_cont07 .i01_c7_inner .i01_c7_title p span font {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #178df4;
}
.i01_cont07 .i01_c7_inner .i01_c7_title b {
  display: block;
  font-size: 18px;
  color: #494e66;
  line-height: 28px;
  letter-spacing: -0.04em;
  font-weight: 400;
  margin-top: 20px;
}
.i01_cont07 .i01_c7_inner .i01_c7_title b i {
  font-size: 18px;
}
.i01_cont07 .i01_c7_inner .i01_c7_title strong {
  display: block;
  font-size: 15px;
  color: #178df4;
  line-height: 28px;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.i01_cont07 .i01_c7_inner ul.i01_c7_qr {
  position: absolute;
  top: 0;
  right: -50px;
  opacity: 0;
  font-size: 0;
}
.i01_cont07 .i01_c7_inner ul.i01_c7_qr li {
  width: 132px;
  margin-left: 58px;
  text-align: center;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.i01_cont07 .i01_c7_inner ul.i01_c7_qr li:first-child {
  margin-left: 0;
}
.i01_cont07 .i01_c7_inner ul.i01_c7_qr li .qr {
  width: 132px;
  height: 132px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 13px;
  position: relative;
  z-index: 2;
}
.i01_cont07 .i01_c7_inner ul.i01_c7_qr li .qr img {
  display: block;
}
.i01_cont07 .i01_c7_inner ul.i01_c7_qr li img.text {
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
}
.i01_cont07 .i01_c7_inner ul.i01_c7_qr li p {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 35px;
}
.i01_cont07.active .i01_c7_inner .i01_c7_title {
  left: 0;
  opacity: 1;
  transition: 0.6s;
}
.i01_cont07.active .i01_c7_inner ul.i01_c7_qr {
  right: 0;
  opacity: 1;
  transition: 0.6s;
}

.i01_cont08 {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #F0F3FF;
}
.i01_cont08 img.bgImg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.i01_cont08 .i01_c8_inner {
  padding: 100px 0;
  z-index: 2;
  position: relative;
  left: -100px;
  opacity: 0;
}
.i01_cont08 .i01_c8_inner p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #494e66;
  letter-spacing: -0.04em;
  line-height: 55px;
}
.i01_cont08 .i01_c8_inner p span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #494e66;
}
.i01_cont08 .i01_c8_inner font {
  display: block;
  font-size: 18px;
  color: #494e66;
  line-height: 28px;
  letter-spacing: -0.04em;
  font-weight: 400;
  margin-top: 20px;
}
.i01_cont08 .i01_c8_inner ul {
  width: 100%;
  overflow: hidden;
  margin-top: 40px;
}
.i01_cont08 .i01_c8_inner ul li {
  float: left;
  border: 5px solid rgba(255, 255, 255, 0.15);
  overflow: hidden;
  box-shadow: 10px 10px 15px rgba(240, 243, 255, 0.75);
  margin-right: 12px;
  border-radius: 30px;
}
.i01_cont08.active img.bgImg {
  opacity: 1;
  transition: all 0.6s;
}
.i01_cont08.active .i01_c8_inner {
  left: 0;
  opacity: 1;
  transition: all 0.6s;
}

.i01_cont09 {
  padding: 100px 0px;
  background-color: #fff;
  width: 100%;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}
.i01_cont09 .i01_c9_title {
  width: 100%;
  text-align: center;
}
.i01_cont09 .i01_c9_title p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #494e66;
  letter-spacing: -0.04em;
  line-height: 44px;
  position: relative;
  top: 50px;
  opacity: 0;
}
.i01_cont09 .i01_c9_title p span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #494e66;
}
.i01_cont09 .i01_c9_title font {
  display: block;
  font-size: 18px;
  color: #494e66;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 28px;
  margin-top: 12px;
  position: relative;
  top: 50px;
  opacity: 0;
}
.i01_cont09 .i01_c9_title font i {
  font-size: 18px;
  color: #494e66;
  font-weight: 400;
}
.i01_cont09.active .i01_c9_title p {
  top: 0;
  opacity: 1;
  transition: 0.6s;
}
.i01_cont09.active .i01_c9_title font {
  top: 0;
  opacity: 1;
  transition: 0.6s;
  transition-delay: 0.2s;
}
.i01_cont09 .i01_c9_info {
  position: relative;
  margin-top: 45px;
  overflow: hidden;
  z-index: 9;
  width: 1300px !important;
  padding: 0 50px;
  padding-bottom: 20px;
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.i01_cont09 .i01_c9_info div {
  background-color: #fff;
  box-shadow: 3px 3px 10px rgba(216, 220, 235, 0.75);
  width: calc(20% - 12px);
  overflow: hidden;
  border-radius: 24px;
  opacity: 0;
  position: relative;
  top: -50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 0;
}
.i01_cont09 .i01_c9_info div img {
  display: block;
  height: 75px;
}
.i01_cont09 .i01_c9_info p {
  width: 279px;
  height: 85px;
  float: left;
  margin-top: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  top: -50px;
  position: relative;
}
.i01_cont09.active .i01_c9_info div {
  opacity: 1;
  top: 0;
  transition: 0.6s;
  transition-delay: 0.4s;
}
.i01_cont09.active .i01_c9_info div:nth-child(n+6) {
  transition-delay: 0.5s;
}
.i01_cont09.active .i01_c9_info div:nth-child(n+11) {
  transition-delay: 0.6s;
}
.i01_cont09.active .i01_c9_info div:nth-child(n+16) {
  transition-delay: 0.7s;
}
.i01_cont09.active .i01_c9_info div:nth-child(n+21) {
  transition-delay: 0.8s;
}
.i01_cont09.active .i01_c9_info div:nth-child(n+26) {
  transition-delay: 0.9s;
}
.i01_cont09.active .i01_c9_info div:nth-child(n+31) {
  transition-delay: 1s;
}
.i01_cont09.active .i01_c9_info p {
  opacity: 1;
  top: 0;
  transition: 0.6s;
  transition-delay: 1s;
}
.i01_cont09 .bgBox {
  position: absolute;
  bottom: -190px;
  right: -160px;
  width: 828px;
  height: 828px;
  z-index: 1;
}
.i01_cont09 .bgBox div {
  position: absolute;
  opacity: 0;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
}
.i01_cont09 .bgBox div:nth-child(1) {
  background-color: #EEF7FE;
  z-index: 1;
}
.i01_cont09 .bgBox div:nth-child(2) {
  width: 0;
  height: 0;
  background-color: #DFEFFE;
  z-index: 2;
}
.i01_cont09 .bgBox div:nth-child(3) {
  width: 0;
  height: 0;
  background-color: #D4EAFD;
  z-index: 3;
}
.i01_cont09 .bgBox div:nth-child(4) {
  width: 0;
  height: 0;
  background-color: #CCE6FD;
  z-index: 4;
}
.i01_cont09.active .bgBox div:nth-child(1) {
  animation: lds-ripple 0.5s cubic-bezier(0, 0.2, 0.8, 1) forwards;
}
.i01_cont09.active .bgBox div:nth-child(2) {
  animation: lds-ripple2 0.5s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.15s;
}
.i01_cont09.active .bgBox div:nth-child(3) {
  animation: lds-ripple3 0.5s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.3s;
}
.i01_cont09.active .bgBox div:nth-child(4) {
  animation: lds-ripple4 0.5s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.4 0.5s;
}

@keyframes lds-ripple {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    width: 828px;
    height: 828px;
    opacity: 1;
  }
}
@keyframes lds-ripple2 {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    width: 728px;
    height: 728px;
    opacity: 1;
  }
}
@keyframes lds-ripple3 {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    width: 610px;
    height: 610px;
    opacity: 1;
  }
}
@keyframes lds-ripple4 {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  100% {
    width: 526px;
    height: 526px;
    opacity: 1;
  }
}
/* 차별화된 서비스 */
.i02_visual {
  width: 100%;
  background: linear-gradient(to right, #587FFF, #3A65FA);
  min-width: 1500px;
  position: relative;
}
.i02_visual .visualInner {
  height: 665px;
  padding-top: 200px;
  position: relative;
}
.i02_visual .visualInner::before {
  content: "";
  width: 83px;
  height: 84px;
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i02_visual_bg.png");
  position: absolute;
  top: 154px;
  left: -56px;
  opacity: 0;
}
.i02_visual .visualInner::after {
  content: "";
  width: 87px;
  height: 74px;
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i02_visual_bg3.png");
  position: absolute;
  bottom: 115px;
  right: -110px;
  opacity: 0;
}
.i02_visual .visualInner p {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 60px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 75px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i02_visual .visualInner span {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 30px;
  display: block;
  margin-top: 22px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i02_visual .visualInner span font {
  font-size: 20px;
  color: #79f4ff;
}
.i02_visual .visualInner .vis_img_box {
  width: 460px;
  height: 460px;
  position: absolute;
  top: 80px;
  right: -36px;
}
.i02_visual .visualInner .vis_img_box::after {
  content: "";
  width: 61px;
  height: 62px;
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i02_visual_bg2.png");
  position: absolute;
  top: 130px;
  right: -30px;
  z-index: 2;
  opacity: 0;
}
.i02_visual .visualInner .vis_img_box .circle {
  width: 460px;
  height: 460px;
  position: relative;
}
.i02_visual .visualInner .vis_img_box .circle::after {
  content: "";
  width: 444px;
  height: 451px;
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i02_visual.png");
  position: absolute;
  top: 58px;
  right: 59px;
  opacity: 0;
}
.i02_visual .visualInner .vis_img_box .circle .circleLeft {
  width: 230px;
  height: 460px;
  position: absolute;
  transform: rotate(30deg);
  transform-origin: right center;
  overflow: hidden;
}
.i02_visual .visualInner .vis_img_box .circle .circleLeft .ccov {
  width: 230px;
  height: 460px;
  position: relative;
  overflow: hidden;
  transform: rotate(-180deg);
  transform-origin: right center;
}
.i02_visual .visualInner .vis_img_box .circle .circleLeft .ccov div {
  width: 460px;
  height: 460px;
  border-radius: 100%;
  border: 4px solid rgba(121, 244, 255, 0.5);
}
.i02_visual .visualInner .vis_img_box .circle .circleRight {
  width: 230px;
  height: 460px;
  position: absolute;
  transform: rotate(210deg);
  transform-origin: right center;
  overflow: hidden;
}
.i02_visual .visualInner .vis_img_box .circle .circleRight .ccov {
  width: 230px;
  height: 460px;
  position: relative;
  overflow: hidden;
  transform: rotate(-180deg);
  transform-origin: right center;
}
.i02_visual .visualInner .vis_img_box .circle .circleRight .ccov div {
  width: 460px;
  height: 460px;
  border-radius: 100%;
  border: 4px solid rgba(121, 244, 255, 0.5);
}
.i02_visual .visualInner .vis_img_box .circle .sideCircle1 {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #79F4FF;
  position: absolute;
  top: 126px;
  left: 14px;
  opacity: 0;
}
.i02_visual .visualInner .vis_img_box .circle .sideCircle2 {
  width: 33px;
  height: 33px;
  border-radius: 100%;
  background-color: rgba(121, 244, 255, 0.8);
  position: absolute;
  bottom: 182px;
  right: -12px;
  opacity: 0;
}
.i02_visual.active .visualInner::before, .i02_visual.active .visualInner::after {
  opacity: 1;
  transition: 0.5s;
  transition-delay: 1s;
}
.i02_visual.active .visualInner p, .i02_visual.active .visualInner span {
  left: 0;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.8s;
}
.i02_visual.active .visualInner .vis_img_box::after {
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.8s;
}
.i02_visual.active .visualInner .vis_img_box .circle::after {
  opacity: 1;
  transition: ease-in 0.5s;
  transition-delay: 0.8s;
}
.i02_visual.active .visualInner .vis_img_box .circle .sideCircle1 {
  animation: circle 0.4s ease-out forwards;
  animation-delay: 0.7s;
}
.i02_visual.active .visualInner .vis_img_box .circle .sideCircle2 {
  animation: circle2 0.4s ease-out forwards;
  animation-delay: 0.7s;
}
.i02_visual.active .visualInner .vis_img_box .circle .circleLeft .ccov {
  transform: rotate(0deg);
  transition: ease-out 0.5s;
  transition-delay: 0.45s;
}
.i02_visual.active .visualInner .vis_img_box .circle .circleRight .ccov {
  transform: rotate(0deg);
  transition: ease-in 0.5s;
}

@keyframes circle {
  0% {
    top: 261px;
    left: -3px;
    opacity: 0;
  }
  10% {
    top: 246px;
    left: -5px;
    opacity: 0.2;
  }
  20% {
    top: 231px;
    left: -6px;
    opacity: 0.4;
  }
  30% {
    top: 216px;
    left: -7px;
    opacity: 0.6;
  }
  40% {
    top: 201px;
    left: -6px;
    opacity: 0.8;
  }
  50% {
    top: 186px;
    left: -4px;
    opacity: 1;
  }
  60% {
    top: 171px;
    left: -1px;
    opacity: 1;
  }
  70% {
    top: 156px;
    left: 3px;
    opacity: 1;
  }
  80% {
    top: 141px;
    left: 8px;
    opacity: 1;
  }
  90% {
    top: 126px;
    left: 14px;
    opacity: 1;
  }
  100% {
    top: 111px;
    left: 21px;
    opacity: 1;
  }
}
@keyframes circle2 {
  0% {
    bottom: 182px;
    right: -12px;
    opacity: 0;
  }
  10% {
    bottom: 167px;
    right: -9px;
    opacity: 0.2;
  }
  20% {
    bottom: 152px;
    right: -5px;
    opacity: 0.4;
  }
  30% {
    bottom: 137px;
    right: -1px;
    opacity: 0.6;
  }
  40% {
    bottom: 122px;
    right: 5px;
    opacity: 0.8;
  }
  50% {
    bottom: 107px;
    right: 13px;
    opacity: 1;
  }
  60% {
    bottom: 92px;
    right: 21px;
    opacity: 1;
  }
  70% {
    bottom: 77px;
    right: 31px;
    opacity: 1;
  }
  80% {
    bottom: 62px;
    right: 44px;
    opacity: 1;
  }
  90% {
    bottom: 47px;
    right: 59px;
    opacity: 1;
  }
  100% {
    bottom: 32px;
    right: 77px;
    opacity: 1;
  }
}
.i02_cont01 {
  width: 100%;
  padding-top: 100px;
}
.i02_cont01 p {
  font-family: "GmarketSansBold", sans-serif !important;
  color: #494e66;
  font-size: 40px;
  letter-spacing: -0.04em;
  text-align: center;
  position: relative;
  top: -50px;
  opacity: 0;
}
.i02_cont01.active p {
  top: 0;
  opacity: 1;
  transition: 0.6s;
}
.i02_cont01 p i {
  font-family: "GmarketSansBold", sans-serif !important;
  color: #494e66;
  font-size: 40px;
}
.i02_cont01 .i02_c1_info {
  padding-bottom: 100px;
  overflow: hidden;
  padding-top: 55px;
  position: relative;
  top: 50px;
  opacity: 0;
}
.i02_cont01.active .i02_c1_info {
  top: 0;
  opacity: 1;
  transition: 0.6s;
}
.i02_cont01 .i02_c1_info div {
  width: 570px;
  float: left;
}
.i02_cont01 .i02_c1_info div:last-child {
  float: right;
}
.i02_cont01 .i02_c1_info div img {
  display: block;
  position: relative;
  z-index: 1;
}
.i02_cont01 .i02_c1_info div span {
  display: block;
  width: 340px;
  height: 60px;
  margin: auto;
  margin-top: -30px;
  font-family: "GmarketSansMedium", sans-serif !important;
  color: #494e66;
  font-size: 30px;
  text-align: center;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding-top: 7px;
}
.i02_cont01 .i02_c1_info div font {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #494e66;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 28px;
  margin-top: 25px;
}

.i02_cont02 {
  width: 100%;
  background-color: #F6FAFC;
  overflow: hidden;
}
.i02_cont02 .i02_c2_inner {
  padding: 100px 0px;
  position: relative;
}
.i02_cont02 .i02_c2_inner p {
  font-family: "GmarketSansMedium", sans-serif !important;
  color: #494e66;
  font-size: 40px;
  letter-spacing: -0.04em;
  line-height: 55px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i02_cont02 .i02_c2_inner p span {
  font-family: "GmarketSansBold", sans-serif !important;
  color: #494e66;
  font-size: 40px;
}
.i02_cont02 .i02_c2_inner p i {
  font-family: "GmarketSansMedium", sans-serif !important;
  color: #494e66;
  font-size: 40px;
}
.i02_cont02 .i02_c2_inner font {
  display: block;
  font-size: 18px;
  color: #494e66;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 28px;
  margin-top: 18px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i02_cont02 .i02_c2_inner font i {
  font-size: 18px;
  color: #494e66;
  font-weight: 400;
}
.i02_cont02 .i02_c2_inner b {
  display: block;
  font-size: 15px;
  color: #416dfc;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 20px;
  margin-top: 15px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i02_cont02.active .i02_c2_inner p, .i02_cont02.active .i02_c2_inner font, .i02_cont02.active .i02_c2_inner b {
  transition: 0.6s;
  opacity: 1;
  left: 0;
}
.i02_cont02 .i02_c2_inner img.i02_c2_img {
  position: absolute;
  right: -170px;
  top: -10px;
  opacity: 0;
  z-index: 1;
}
.i02_cont02 .i02_c2_inner img.i02_c2_icon {
  position: absolute;
  right: -200px;
  bottom: 54px;
  z-index: 3;
  opacity: 0;
}
.i02_cont02 .i02_c2_inner .rightBox {
  width: 180px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -70px;
  background: linear-gradient(to right, rgba(246, 250, 252, 0), #F6FAFC);
  z-index: 2;
}
.i02_cont02 .i02_c2_inner .rightBox::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #F6FAFC;
  position: absolute;
  top: 0;
  right: -100%;
  z-index: 3;
}
.i02_cont02.active .i02_c2_inner img.i02_c2_img {
  transition: 0.6s;
  opacity: 1;
  right: -70px;
}
.i02_cont02.active .i02_c2_inner img.i02_c2_icon {
  transition: 0.6s;
  opacity: 1;
  transition-delay: 0.6s;
}

.i02_cont03 {
  width: 100%;
  overflow: hidden;
}
.i02_cont03 .i02_c3_inner {
  padding: 125px 0px;
  position: relative;
}
.i02_cont03 .i02_c3_inner p {
  font-family: "GmarketSansMedium", sans-serif !important;
  color: #494e66;
  font-size: 40px;
  letter-spacing: -0.04em;
  line-height: 55px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i02_cont03 .i02_c3_inner p span {
  font-family: "GmarketSansBold", sans-serif !important;
  color: #494e66;
  font-size: 40px;
}
.i02_cont03 .i02_c3_inner p span i {
  font-family: "GmarketSansBold", sans-serif !important;
  color: #494e66;
  font-size: 40px;
}
.i02_cont03 .i02_c3_inner font {
  display: block;
  font-size: 18px;
  color: #494e66;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 28px;
  margin-top: 18px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i02_cont03 .i02_c3_inner font i {
  font-size: 18px;
  color: #494e66;
  font-weight: 400;
}
.i02_cont03 .i02_c3_inner b {
  display: block;
  font-size: 15px;
  color: #416dfc;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 20px;
  margin-top: 15px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i02_cont03 .i02_c3_inner img {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -172px;
  opacity: 0;
}
.i02_cont03.active .i02_c3_inner p, .i02_cont03.active .i02_c3_inner font, .i02_cont03.active .i02_c3_inner b {
  transition: 0.6s;
  opacity: 1;
  left: 0;
}
.i02_cont03.active .i02_c3_inner img {
  opacity: 1;
  transition: 0.6s;
  transition-delay: 0.4s;
}

.i02_cont05 {
  width: 100%;
  background: linear-gradient(to right, #587FFF, #3A65FA);
  overflow: hidden;
  position: relative;
}
.i02_cont05 .i02_c5_inner {
  padding: 110px 0px;
  position: relative;
  opacity: 0;
}
.i02_cont05.active .i02_c5_inner {
  transition: 0.8s;
  transition-delay: 0.4s;
  opacity: 1;
}
.i02_cont05 .i02_c5_inner p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 55px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.i02_cont05 .i02_c5_inner p span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #fff;
}
.i02_cont05 .i02_c5_inner .i02_c5_join_btn {
  width: 980px;
  margin: auto;
  margin-top: 15px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.i02_cont05 .i02_c5_inner .i02_c5_join_btn .i02_c5_j_btn {
  width: 480px;
  border: 2px solid #fff;
  padding: 18px 20px;
  padding-top: 22px;
  border-radius: 10px;
  position: relative;
  transition: all 0.2s;
  float: left;
}
.i02_cont05 .i02_c5_inner .i02_c5_join_btn a:nth-child(2) .i02_c5_j_btn {
  float: right;
}
.i02_cont05 .i02_c5_inner .i02_c5_join_btn .i02_c5_j_btn font {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 25px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 25px;
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_arrow.png");
  background-repeat: no-repeat;
  background-position: right top 4px;
  padding-right: 23px;
  transition: all 0.2s;
}
.i02_cont05 .i02_c5_inner .i02_c5_join_btn .i02_c5_j_btn b {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 19px;
  margin-top: 6px;
  transition: all 0.2s;
}
.i02_cont05 .i02_c5_inner .i02_c5_join_btn .i02_c5_j_btn div {
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -26px;
  transition: all 0.2s;
}
.i02_cont05 .i02_c5_inner .i02_c5_join_btn a:nth-child(1) .i02_c5_j_btn div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon01.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i02_cont05 .i02_c5_inner .i02_c5_join_btn a:nth-child(2) .i02_c5_j_btn div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon02.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i02_cont05 .i02_c5_inner .i02_c5_join_btn .i02_c5_j_btn:hover {
  background-color: #fff;
}
.i02_cont05 .i02_c5_inner .i02_c5_join_btn .i02_c5_j_btn:hover font {
  color: #3A65FA;
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_arrow_on.png");
  background-repeat: no-repeat;
  background-position: right top 4px;
}
.i02_cont05 .i02_c5_inner .i02_c5_join_btn .i02_c5_j_btn:hover b {
  color: #3A65FA;
}
.i02_cont05 .i02_c5_inner .i02_c5_join_btn .i02_c5_j_btn:hover div {
  background-color: #3A65FA;
}
.i02_cont05 .i02_c5_inner .i02_c5_join_btn a:nth-child(1) .i02_c5_j_btn:hover div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon01_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i02_cont05 .i02_c5_inner .i02_c5_join_btn a:nth-child(2) .i02_c5_j_btn:hover div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon02_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i02_cont05 .i02_c5_inner img {
  position: absolute;
  top: 50%;
  right: -104px;
  margin-top: -200px;
}
.i02_cont05 .i02_c5_fake_left {
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.i02_cont05 .i02_c5_fake_right {
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.i02_cont05.active .i02_c5_fake_left, .i02_cont05.active .i02_c5_fake_right {
  width: 0;
  transition: 0.4s;
}

.i02_cont06 {
  width: 100%;
  padding: 100px 0;
  border-bottom: 1px solid #e0e0e0;
}
.i02_cont06 .i02_c6_inner {
  position: relative;
}
.i02_cont06 .i02_c6_inner .i02_c6_title {
  width: 100%;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i02_cont06 .i02_c6_inner .i02_c6_title p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #494e66;
  letter-spacing: -0.04em;
  line-height: 48px;
}
.i02_cont06 .i02_c6_inner .i02_c6_title p span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
}
.i02_cont06 .i02_c6_inner .i02_c6_title p span font {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #3C67FB;
}
.i02_cont06 .i02_c6_inner .i02_c6_title b {
  display: block;
  font-size: 18px;
  color: #494e66;
  line-height: 28px;
  letter-spacing: -0.04em;
  font-weight: 400;
  margin-top: 20px;
}
.i02_cont06 .i02_c6_inner .i02_c6_title b i {
  font-size: 18px;
}
.i02_cont06 .i02_c6_inner .i02_c6_title strong {
  display: block;
  font-size: 15px;
  color: #3C67FB;
  line-height: 28px;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.i02_cont06 .i02_c6_inner ul.i02_c6_qr {
  position: absolute;
  top: 0;
  right: -50px;
  opacity: 0;
  font-size: 0;
}
.i02_cont06 .i02_c6_inner ul.i02_c6_qr li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 132px;
  margin-left: 58px;
  text-align: center;
  vertical-align: top;
}
.i02_cont06 .i02_c6_inner ul.i02_c6_qr li:first-child {
  margin-left: 0;
}
.i02_cont06 .i02_c6_inner ul.i02_c6_qr li .qr {
  width: 132px;
  height: 132px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 13px;
  position: relative;
  z-index: 2;
}
.i02_cont06 .i02_c6_inner ul.i02_c6_qr li .qr img {
  display: block;
}
.i02_cont06 .i02_c6_inner ul.i02_c6_qr li img.text {
  position: relative;
  z-index: 1;
  display: block;
  margin: auto;
}
.i02_cont06 .i02_c6_inner ul.i02_c6_qr li p {
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 35px;
}
.i02_cont06.active .i02_c6_inner .i02_c6_title {
  left: 0;
  opacity: 1;
  transition: 0.6s;
}
.i02_cont06.active .i02_c6_inner ul.i02_c6_qr {
  right: 0;
  opacity: 1;
  transition: 0.6s;
}

.i02_cont07 {
  width: 100%;
  background-color: #F6FAFC;
}
.i02_cont07 .i02_c7_inner {
  padding: 100px 0;
  position: relative;
}
.i02_cont07 .i02_c7_inner .i02_c7_title {
  width: 458px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i02_cont07 .i02_c7_inner .i02_c7_title span {
  display: block;
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #494e66;
  letter-spacing: -0.04em;
  line-height: 55px;
}
.i02_cont07 .i02_c7_inner .i02_c7_title span font {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #494e66;
}
.i02_cont07 .i02_c7_inner .i02_c7_title .i01_c7_cont_box {
  width: 100%;
  border: 1px solid #D5E3EA;
  background-color: #fff;
  margin-top: 40px;
  overflow: hidden;
  border-radius: 10px;
}
.i02_cont07 .i02_c7_inner .i02_c7_title .i01_c7_cont_box .title {
  width: 100%;
  padding: 14px 20px;
  border-bottom: 1px solid #D5E3EA;
}
.i02_cont07 .i02_c7_inner .i02_c7_title .i01_c7_cont_box .title p {
  font-size: 18px;
  color: #494e66;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 31px;
  background: url("../../../../../../skin/site/basic/landing/img/index/blueme.png") no-repeat left center;
  padding-left: 43px;
}
.i02_cont07 .i02_c7_inner .i02_c7_title .i01_c7_cont_box .container {
  width: 100%;
  height: 162px;
}
.i02_cont07 .i02_c7_inner .i02_c7_title .i01_c7_cont_box .container .content {
  width: 100%;
  padding: 15px 18px;
  display: none;
}
.i02_cont07 .i02_c7_inner .i02_c7_title .i01_c7_cont_box .container .content p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 18px;
  color: #494e66;
  letter-spacing: -0.06em;
  line-height: 28px;
  padding-top: 4px;
}
.i02_cont07 .i02_c7_inner .i02_c7_title .i01_c7_cont_box .tab {
  width: 100%;
  overflow: hidden;
}
.i02_cont07 .i02_c7_inner .i02_c7_title .i01_c7_cont_box .tab div {
  width: 33.33%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #494e66;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 44px;
  cursor: pointer;
  transition: all 0.2s;
  border-top: 1px solid #D5E3EA;
  border-right: 1px solid #D5E3EA;
  transition: all 0.3s;
}
.i02_cont07 .i02_c7_inner .i02_c7_title .i01_c7_cont_box .tab div:nth-child(3n) {
  border-right: 0;
}
.i02_cont07 .i02_c7_inner .i02_c7_title .i01_c7_cont_box .tab div.on {
  background-color: #3C69FB;
  color: #fff;
}
.i02_cont07 .i02_c7_inner .i01_c7_img_box {
  position: absolute;
  top: 80px;
  right: -50px;
  background: url("../../../../../../skin/site/basic/landing/img/index/mac.png") no-repeat;
  width: 692px;
  height: 563px;
  opacity: 0;
}
.i02_cont07 .i02_c7_inner .i01_c7_img_box .container {
  width: 623px;
  height: 355px;
  position: relative;
  margin-top: 28px;
  margin-left: 30px;
}
.i02_cont07 .i02_c7_inner .i01_c7_img_box .container img {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.i02_cont07.active .i02_c7_inner .i02_c7_title {
  left: 0;
  opacity: 1;
  transition: 0.6s;
}
.i02_cont07.active .i02_c7_inner .i01_c7_img_box {
  right: 0;
  opacity: 1;
  transition: 0.6s;
}

.i02_cont08 {
  width: 100%;
  overflow: hidden;
  background: linear-gradient(to right, #3C84FB, #4D9BFA);
  position: relative;
}
.i02_cont08 img.bgImg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.i02_cont08 img.bgImg2 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin-left: -100px;
  opacity: 0;
}
.i02_cont08.active img.bgImg2 {
  margin-left: 0;
  opacity: 1;
  transition: 1.4s;
}
.i02_cont08 .i02_c8_inner {
  position: relative;
  padding: 170px 0;
  z-index: 2;
}
.i02_cont08 .i02_c8_inner p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 55px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i02_cont08 .i02_c8_inner p span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #fff;
}
.i02_cont08 .i02_c8_inner p i {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #fff;
}
.i02_cont08 .i02_c8_inner font {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
  letter-spacing: -0.04em;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i02_cont08.active .i02_c8_inner p {
  left: 0;
  opacity: 1;
  transition: 0.6s;
}
.i02_cont08.active .i02_c8_inner font {
  left: 0;
  opacity: 1;
  transition: 0.6s;
  transition-delay: 0.2s;
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box {
  position: absolute;
  top: 50%;
  right: 0;
  width: 746px;
  height: 444px;
  margin-top: -222px;
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .character {
  width: 394px;
  height: 396px;
  position: absolute;
  left: 175px;
  bottom: 0;
  z-index: 7;
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .character .img1 {
  width: 394px;
  height: 396px;
  position: absolute;
  bottom: -680px;
  left: 50%;
  z-index: 2;
  background: url("../../../../../../skin/site/basic/landing/img/index/i02_img08_01.png") no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%) translateX(1px);
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .character .img1_sd {
  width: 394px;
  height: 61px;
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  background: url("../../../../../../skin/site/basic/landing/img/index/i02_img08_01_sd.png") no-repeat;
  background-size: 100% 100%;
  transform: translateX(-50%) translateX(1px);
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box .character .img1 {
  animation: character1 0.6s cubic-bezier(0, 0.2, 0.8, 1) forwards;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box .character .img1_sd {
  animation: character2 0.6s cubic-bezier(0, 0.2, 0.8, 1) forwards;
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .giftBox {
  position: absolute;
  width: 320px;
  height: 329px;
  left: 50px;
  top: 107px;
  z-index: 2;
  transform: rotate(13deg);
  opacity: 0;
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .giftBox img {
  position: absolute;
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .giftBox img.img2 {
  right: 0;
  bottom: 0;
  z-index: 3;
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .giftBox img.img2_line {
  right: 0;
  bottom: 0;
  z-index: 9;
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .giftBox img.img3 {
  left: 35px;
  top: 49px;
  z-index: 10;
  transform: rotate(17.2deg);
  width: 264px;
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .giftBox img.img4 {
  left: 40px;
  top: 124px;
  z-index: 1;
  transform: rotate(10deg);
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .giftBox img.img5 {
  left: 96px;
  top: 184px;
  z-index: 4;
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .giftBox img.img6 {
  left: 146px;
  top: 102px;
  z-index: 1;
  transform: rotate(-10deg);
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .giftBox img.img7 {
  left: 96px;
  top: 216px;
  z-index: 7;
  transform: rotate(10deg);
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .giftBox img.img8 {
  left: 128px;
  top: 197px;
  z-index: 6;
  transform: rotate(10deg);
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .giftBox img.img9 {
  left: 84px;
  top: 195px;
  z-index: 5;
  transform: rotate(10deg);
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .giftBox img.img10 {
  left: 125px;
  top: 180px;
  z-index: 5;
  transform: rotate(-20deg);
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .giftBox img.img11 {
  left: 172px;
  top: 184px;
  z-index: 8;
  transform: rotate(-10deg);
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box .giftBox img.img12 {
  left: 162px;
  top: 180px;
  z-index: 5;
  transform: rotate(-30deg);
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box .giftBox {
  animation: giftBox 0.4s forwards;
  animation-delay: 0.5s;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box .giftBox img.img3 {
  animation: gift1 0.4s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.5s;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box .giftBox img.img4 {
  animation: gift2 0.4s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.5s;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box .giftBox img.img5 {
  animation: gift3 0.4s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.5s;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box .giftBox img.img6 {
  animation: gift4 0.4s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.5s;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box .giftBox img.img7 {
  animation: gift5 0.4s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.5s;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box .giftBox img.img8 {
  animation: gift6 0.4s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.5s;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box .giftBox img.img9 {
  animation: gift7 0.4s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.5s;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box .giftBox img.img10 {
  animation: gift8 0.4s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.5s;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box .giftBox img.img11 {
  animation: gift9 0.4s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.5s;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box .giftBox img.img12 {
  animation: gift10 0.4s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.6s;
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box img.img13 {
  position: absolute;
  left: 245px;
  top: 58px;
  opacity: 0;
  z-index: 1;
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box img.img14 {
  position: absolute;
  right: 210px;
  bottom: 11px;
  z-index: 3;
  transform: rotate(-40deg);
  opacity: 0;
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box img.img15 {
  position: absolute;
  right: 229px;
  top: 166px;
  z-index: 2;
  opacity: 0;
  transform: rotate(-10deg);
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box img.img16 {
  position: absolute;
  right: 240px;
  top: 185px;
  z-index: 1;
  opacity: 0;
}
.i02_cont08 .i02_c8_inner .i02_c8_img_box img.img17 {
  position: absolute;
  right: 70px;
  bottom: 70px;
  z-index: 1;
  opacity: 0;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box img.img13 {
  animation: bgImg1 0.4s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.5s;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box img.img14 {
  animation: bgImg2 0.4s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.5s;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box img.img15 {
  animation: bgImg3 0.4s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.5s;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box img.img16 {
  animation: bgImg4 0.4s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.5s;
}
.i02_cont08.active .i02_c8_inner .i02_c8_img_box img.img17 {
  animation: bgImg5 0.4s cubic-bezier(0, 0.2, 0.8, 1) forwards;
  animation-delay: 0.5s;
}

@keyframes character1 {
  0% {
    bottom: -680px;
    width: 394px;
    height: 396px;
  }
  30% {
    bottom: 100px;
    width: 324px;
    height: 466px;
  }
  60% {
    bottom: 0px;
    width: 464px;
    height: 326px;
  }
  70% {
    bottom: 30px;
    width: 364px;
    height: 426px;
  }
  80% {
    bottom: 0px;
    width: 414px;
    height: 376px;
  }
  90% {
    bottom: 0px;
    width: 384px;
    height: 406px;
  }
  100% {
    bottom: 0px;
    width: 394px;
    height: 396px;
  }
}
@keyframes character2 {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
  }
  10% {
    width: 294px;
    height: 41px;
    opacity: 1;
  }
  60% {
    width: 464px;
    height: 61px;
    opacity: 1;
  }
  70% {
    width: 364px;
    height: 61px;
    opacity: 1;
  }
  80% {
    width: 414px;
    height: 61px;
    opacity: 1;
  }
  90% {
    width: 384px;
    height: 61px;
    opacity: 1;
  }
  100% {
    width: 394px;
    height: 61px;
    opacity: 1;
  }
}
@keyframes giftBox {
  0% {
    left: 50px;
    top: 107px;
    transform: rotate(13deg);
    opacity: 0;
  }
  100% {
    left: 0;
    top: 77px;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes gift1 {
  0% {
    left: 35px;
    top: 49px;
    transform: rotate(17.2deg);
    width: 264px;
  }
  100% {
    left: 0;
    top: 4px;
    transform: rotate(0);
    width: 198px;
  }
}
@keyframes gift2 {
  0% {
    left: 40px;
    top: 124px;
    transform: rotate(10deg);
  }
  100% {
    left: 11px;
    top: 101px;
    transform: rotate(0);
  }
}
@keyframes gift3 {
  0% {
    left: 96px;
    top: 184px;
  }
  100% {
    left: 89px;
    top: 122px;
  }
}
@keyframes gift4 {
  0% {
    left: 146px;
    top: 102px;
    transform: rotate(-10deg);
  }
  100% {
    left: 126px;
    top: 0;
    transform: rotate(0);
  }
}
@keyframes gift5 {
  0% {
    left: 96px;
    top: 216px;
    transform: rotate(10deg);
  }
  100% {
    left: 76px;
    top: 159px;
    transform: rotate(0);
  }
}
@keyframes gift6 {
  0% {
    top: 197px;
    transform: rotate(10deg);
  }
  100% {
    top: 127px;
    transform: rotate(0);
  }
}
@keyframes gift7 {
  0% {
    left: 84px;
    top: 195px;
    transform: rotate(10deg);
  }
  100% {
    left: 74px;
    top: 105px;
    transform: rotate(0);
  }
}
@keyframes gift8 {
  0% {
    left: 125px;
    top: 180px;
    transform: rotate(-20deg);
  }
  100% {
    left: 145px;
    top: 60px;
    transform: rotate(0);
  }
}
@keyframes gift9 {
  0% {
    left: 172px;
    top: 184px;
    transform: rotate(-10deg);
  }
  100% {
    left: 182px;
    top: 114px;
    transform: rotate(0);
  }
}
@keyframes gift10 {
  0% {
    left: 162px;
    top: 180px;
    transform: rotate(-30deg);
  }
  100% {
    left: 192px;
    top: 30px;
    transform: rotate(0);
  }
}
@keyframes bgImg1 {
  0% {
    left: 245px;
    top: 58px;
    opacity: 0;
  }
  100% {
    left: 215px;
    top: 0;
    opacity: 1;
  }
}
@keyframes bgImg2 {
  0% {
    right: 210px;
    bottom: 11px;
    transform: rotate(-40deg);
    opacity: 0;
  }
  100% {
    right: 0;
    bottom: 21px;
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes bgImg3 {
  0% {
    right: 229px;
    top: 166px;
    opacity: 0;
    transform: rotate(-10deg);
  }
  100% {
    right: 109px;
    top: 36px;
    opacity: 1;
    transform: rotate(0deg);
  }
}
@keyframes bgImg4 {
  0% {
    right: 240px;
    top: 185px;
    opacity: 0;
  }
  100% {
    right: 30px;
    top: 25px;
    opacity: 1;
  }
}
@keyframes bgImg5 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.i02_cont09 {
  width: 100%;
  overflow: hidden;
}
.i02_cont09 .i02_c9_inner {
  width: 1528px;
  margin: auto;
  position: relative;
  padding: 190px 0;
  padding-left: 164px;
  z-index: 2;
  overflow: hidden;
}
.i02_cont09 .i02_c9_inner::before {
  content: "";
  width: 204px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(to left, #fff 45%, rgba(255, 255, 255, 0) 100%);
  z-index: 9;
}
.i02_cont09 .i02_c9_inner p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #494e66;
  letter-spacing: -0.04em;
  line-height: 55px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i02_cont09 .i02_c9_inner p span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #494e66;
}
.i02_cont09 .i02_c9_inner p i {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #494e66;
}
.i02_cont09 .i02_c9_inner font {
  display: block;
  font-size: 18px;
  color: #494e66;
  line-height: 28px;
  letter-spacing: -0.04em;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i02_cont09.active .i02_c9_inner p {
  left: 0;
  opacity: 1;
  transition: 0.6s;
}
.i02_cont09.active .i02_c9_inner font {
  left: 0;
  opacity: 1;
  transition: 0.6s;
  transition-delay: 0.2s;
}
.i02_cont09 .i02_c9_inner .i02_c9_slide {
  width: 812px;
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
  opacity: 0;
}
.i02_cont09 .i02_c9_inner .i02_c9_slide .i02_c9_sw {
  width: 100%;
}
.i02_cont09 .i02_c9_inner .i02_c9_slide .i02_c9_sw .swiper-slide {
  width: 252px;
  overflow: hidden;
  border-radius: 10px;
}
.i02_cont09 .i02_c9_inner .i02_c9_slide .i02_c9_sw .swiper-slide img {
  display: block;
  width: 100%;
}
.i02_cont09.active .i02_c9_inner .i02_c9_slide {
  right: 0;
  opacity: 1;
  transition: 0.6s;
}

/* 회원혜택 */
.i03_visual {
  width: 100%;
  background: linear-gradient(to right, #168BF5, #1184ED);
  min-width: 1500px;
  position: relative;
  overflow: hidden;
}
.i03_visual .visualInner {
  position: relative;
  height: 665px;
  padding-top: 230px;
}
.i03_visual .visualInner .visTxt {
  width: 100%;
  position: relative;
}
.i03_visual .visualInner .visTxt p {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 60px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 75px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i03_visual .visualInner .visTxt p i {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 60px;
  color: #fff;
}
.i03_visual .visualInner .visTxt span {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 30px;
  display: block;
  margin-top: 10px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i03_visual .visualInner .visTxt span i {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 20px;
  color: #fff;
}
.i03_visual .visualInner .visTxt img {
  position: absolute;
  right: 128px;
  top: -5px;
  opacity: 0;
}
.i03_visual .visualInner .visBgBox {
  width: 816px;
  height: 121px;
  position: absolute;
  bottom: 101px;
  right: -250px;
}
.i03_visual .visualInner .visBgBox .line1 {
  width: 0;
  height: 1px;
  background-color: #5fb2ff;
  position: absolute;
  left: 0;
  top: 0;
}
.i03_visual .visualInner .visBgBox .line2 {
  width: 0;
  height: 1px;
  background-color: #5fb2ff;
  position: absolute;
  left: 0;
  top: 20px;
}
.i03_visual .visualInner .visBgBox .line3 {
  width: 0;
  height: 1px;
  background-color: #5fb2ff;
  position: absolute;
  left: 0;
  top: 40px;
}
.i03_visual .visualInner .visBgBox .line4 {
  width: 0;
  height: 1px;
  background-color: #5fb2ff;
  position: absolute;
  left: 0;
  top: 60px;
}
.i03_visual .visualInner .visBgBox .line5 {
  width: 0;
  height: 1px;
  background-color: #5fb2ff;
  position: absolute;
  left: 0;
  bottom: 40px;
}
.i03_visual .visualInner .visBgBox .line6 {
  width: 0;
  height: 1px;
  background-color: #5fb2ff;
  position: absolute;
  left: 0;
  bottom: 20px;
}
.i03_visual .visualInner .visBgBox .line7 {
  width: 0;
  height: 1px;
  background-color: #5fb2ff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.i03_visual .visualInner .visBgBox .line8 {
  width: 1px;
  height: 176px;
  background-color: #5fb2ff;
  position: absolute;
  right: 135px;
  top: -147px;
  opacity: 0;
}
.i03_visual .visualInner .visBgBox .line9 {
  width: 1px;
  height: 176px;
  background-color: #5fb2ff;
  position: absolute;
  right: 16px;
  top: 93px;
  opacity: 0;
}
.i03_visual .visualInner .visBgBox .line10 {
  width: 0;
  height: 1px;
  position: absolute;
  right: 267px;
  top: -47px;
  border-top: 1px dashed #5fb2ff;
  transform: rotate(-45deg);
  transform-origin: top right;
}
.i03_visual .visualInner .visBgBox .circle {
  width: 118px;
  height: 118px;
  border: 1px dashed #5fb2ff;
  border-radius: 100%;
  position: absolute;
  top: 15px;
  left: 225px;
  opacity: 0;
}
.i03_visual .text-box {
  width: 781px;
  height: 140px;
  margin-top: 3px;
  margin-left: 18px;
  position: relative;
  z-index: 2;
}
.i03_visual .text-box .text-wrap {
  width: 100%;
  height: 100%;
  position: relative;
}
.i03_visual .text-box .text-wrap img.txt_img {
  position: absolute;
  top: 33px;
  left: 325px;
  opacity: 0;
}
.i03_visual .text-box .text-wrap img.txt_icon {
  position: absolute;
  top: 50px;
  left: 520px;
  opacity: 0;
}
.i03_visual .text-box svg text {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 120px;
  fill: transparent;
  stroke: #fff;
  stroke-width: 2px;
  opacity: 0;
}
.i03_visual .text-box svg text:nth-child(1) {
  fill: transparent;
  stroke-dasharray: 340px;
}
.i03_visual .text-box svg text:nth-child(2) {
  stroke-dasharray: 244px;
}
.i03_visual .text-box svg text:nth-child(3) {
  fill: transparent;
  stroke-dasharray: 373px;
}
.i03_visual .text-box svg text:nth-child(4) {
  fill: transparent;
  stroke-dasharray: 335px;
}
.i03_visual .text-box svg text:nth-child(5) {
  fill: transparent;
  stroke-dasharray: 344px;
}
.i03_visual .text-box svg text:nth-child(6) {
  fill: transparent;
  stroke-dasharray: 434px;
}
.i03_visual .text-box svg text:nth-child(7) {
  stroke-dasharray: 285px;
}
.i03_visual .text-box svg text:nth-child(8) {
  fill: transparent;
  stroke-dasharray: 246px;
}
.i03_visual .text-box svg text:nth-child(9) {
  fill: transparent;
  stroke-dasharray: 559px;
}
.i03_visual.active .visualInner .visTxt p, .i03_visual.active .visualInner .visTxt span {
  transition: 0.6s;
  transition-delay: 0.8s;
  opacity: 1;
  left: 0;
}
.i03_visual.active .visualInner .visTxt img {
  transition: 0.6s;
  transition-delay: 0.8s;
  opacity: 1;
}
.i03_visual.active .visualInner .visBgBox .line1, .i03_visual.active .visualInner .visBgBox .line2, .i03_visual.active .visualInner .visBgBox .line3, .i03_visual.active .visualInner .visBgBox .line4, .i03_visual.active .visualInner .visBgBox .line5, .i03_visual.active .visualInner .visBgBox .line6, .i03_visual.active .visualInner .visBgBox .line7 {
  width: 100%;
  transition: 0.6s;
}
.i03_visual.active .visualInner .visBgBox .line8, .i03_visual.active .visualInner .visBgBox .line9 {
  transition: 0.6s;
  transition-delay: 0.2s;
  top: -27px;
  opacity: 1;
}
.i03_visual.active .visualInner .visBgBox .line10 {
  width: 292px;
  transition: 0.6s;
  transition-delay: 0.2s;
}
.i03_visual.active .visualInner .visBgBox .circle {
  opacity: 1;
  transition: 0.6s;
  transition-delay: 0.2s;
}
.i03_visual.active .text-box .text-wrap img.txt_img, .i03_visual.active .text-box .text-wrap img.txt_icon {
  opacity: 1;
  transition: 0.6s;
  transition-delay: 0.4s;
}
.i03_visual.active .text-box svg text:nth-child(1) {
  animation: stroke 1.2s ease forwards;
  animation-delay: 0.2s;
}
.i03_visual.active .text-box svg text:nth-child(2) {
  animation: stroke2 0.8s ease forwards;
  animation-delay: 0.2s;
}
.i03_visual.active .text-box svg text:nth-child(3) {
  animation: stroke3 1.2s ease forwards;
  animation-delay: 0.2s;
}
.i03_visual.active .text-box svg text:nth-child(4) {
  animation: stroke4 1.2s ease forwards;
  animation-delay: 0.2s;
}
.i03_visual.active .text-box svg text:nth-child(5) {
  animation: stroke5 1.2s ease forwards;
  animation-delay: 0.2s;
}
.i03_visual.active .text-box svg text:nth-child(6) {
  animation: stroke6 1.2s ease forwards;
  animation-delay: 0.2s;
}
.i03_visual.active .text-box svg text:nth-child(7) {
  animation: stroke7 0.8s ease forwards;
  animation-delay: 0.2s;
}
.i03_visual.active .text-box svg text:nth-child(8) {
  animation: stroke8 1.2s ease forwards;
  animation-delay: 0.2s;
}
.i03_visual.active .text-box svg text:nth-child(9) {
  animation: stroke9 1.2s ease forwards;
  animation-delay: 0.2s;
}

@keyframes stroke {
  0% {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dashoffset: 340px;
    opacity: 0;
  }
  70% {
    fill: transparent;
    opacity: 1;
  }
  98% {
    stroke: #fff;
    stroke-width: 2px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: #fff;
    opacity: 1;
  }
}
@keyframes stroke2 {
  0% {
    stroke-dashoffset: 244px;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
@keyframes stroke3 {
  0% {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dashoffset: 373px;
    opacity: 0;
  }
  70% {
    fill: transparent;
    opacity: 1;
  }
  98% {
    stroke: #fff;
    stroke-width: 2px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: #fff;
    opacity: 1;
  }
}
@keyframes stroke4 {
  0% {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dashoffset: 335px;
    opacity: 0;
  }
  70% {
    fill: transparent;
    opacity: 1;
  }
  98% {
    stroke: #fff;
    stroke-width: 2px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: #fff;
    opacity: 1;
  }
}
@keyframes stroke5 {
  0% {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dashoffset: 344px;
    opacity: 0;
  }
  70% {
    fill: transparent;
    opacity: 1;
  }
  98% {
    stroke: #fff;
    stroke-width: 2px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: #fff;
    opacity: 1;
  }
}
@keyframes stroke6 {
  0% {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dashoffset: 434px;
    opacity: 0;
  }
  70% {
    fill: transparent;
    opacity: 1;
  }
  98% {
    stroke: #fff;
    stroke-width: 2px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: #fff;
    opacity: 1;
  }
}
@keyframes stroke7 {
  0% {
    stroke-dashoffset: 285px;
    opacity: 0;
  }
  100% {
    stroke-dashoffset: 0px;
    opacity: 1;
  }
}
@keyframes stroke8 {
  0% {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dashoffset: 246px;
    opacity: 0;
  }
  70% {
    fill: transparent;
    opacity: 1;
  }
  98% {
    stroke: #fff;
    stroke-width: 2px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: #fff;
    opacity: 1;
  }
}
@keyframes stroke9 {
  0% {
    stroke: #fff;
    stroke-width: 2px;
    stroke-dashoffset: 559px;
    opacity: 0;
  }
  70% {
    fill: transparent;
    opacity: 1;
  }
  98% {
    stroke: #fff;
    stroke-width: 2px;
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0px;
    fill: #fff;
    opacity: 1;
  }
}
.i03_cont01 {
  width: 100%;
  overflow: hidden;
}
.i03_cont01 .i03_c1_inner {
  padding: 100px 0px;
  position: relative;
}
.i03_cont01 .i03_c1_inner p {
  font-family: "GmarketSansMedium", sans-serif !important;
  color: #494e66;
  font-size: 40px;
  letter-spacing: -0.04em;
  line-height: 55px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i03_cont01 .i03_c1_inner p i {
  font-family: "GmarketSansMedium", sans-serif !important;
  color: #494e66;
  font-size: 40px;
  letter-spacing: -0.04em;
  line-height: 55px;
}
.i03_cont01 .i03_c1_inner p span {
  font-family: "GmarketSansBold", sans-serif !important;
  color: #494e66;
  font-size: 40px;
}
.i03_cont01 .i03_c1_inner p span i {
  font-family: "GmarketSansBold", sans-serif !important;
  color: #494e66;
  font-size: 40px;
}
.i03_cont01 .i03_c1_inner font {
  display: block;
  font-size: 18px;
  color: #494e66;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 28px;
  margin-top: 18px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i03_cont01 .i03_c1_inner font i {
  font-size: 18px;
}
.i03_cont01 .i03_c1_inner img.i03_c1_img01 {
  position: absolute;
  top: 112px;
  right: 39px;
  z-index: 2;
  opacity: 0;
}
.i03_cont01 .i03_c1_inner img.i03_c1_img02 {
  position: absolute;
  top: 45px;
  right: -70px;
  z-index: 1;
  opacity: 0;
}
.i03_cont01.active .i03_c1_inner p, .i03_cont01.active .i03_c1_inner font {
  transition: 0.6s;
  left: 0;
  opacity: 1;
}
.i03_cont01.active .i03_c1_inner img.i03_c1_img01 {
  transition: 0.5s;
  top: 162px;
  right: 89px;
  opacity: 1;
  transition-delay: 0.2s;
}
.i03_cont01.active .i03_c1_inner img.i03_c1_img02 {
  transition: 0.5s;
  top: 95px;
  right: -20px;
  opacity: 1;
  transition-delay: 0.4s;
}

.i03_cont03 {
  width: 100%;
  padding: 96px 0px;
  background: linear-gradient(to right, #168BF5, #1184ED);
}
.i03_cont03 p {
  font-family: "GmarketSansBold", sans-serif !important;
  color: #fff;
  font-size: 40px;
  letter-spacing: -0.04em;
  line-height: 55px;
  text-align: center;
  position: relative;
  top: -50px;
  opacity: 0;
}
.i03_cont03 span {
  display: block;
  text-align: center;
  font-size: 18px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 22px;
  margin-top: 10px;
  position: relative;
  top: -50px;
  opacity: 0;
}
.i03_cont03 span font {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.i03_cont03 .i03_c3_cont {
  width: 1056px;
  height: 447px;
  margin: auto;
  margin-top: 40px;
}
.i03_cont03 .i03_c3_cont .i03_c3_c_box {
  width: 320px;
  height: 447px;
  float: left;
  position: relative;
  margin-right: 48px;
  position: relative;
  top: 50px;
  opacity: 0;
}
.i03_cont03 .i03_c3_cont .i03_c3_c_box:last-child {
  margin-right: 0;
}
.i03_cont03 .i03_c3_cont .i03_c3_c_box div {
  width: 320px;
  height: 447px;
  border-radius: 22px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 8px 8px 15px rgba(0, 0, 0, 0.15);
}
.i03_cont03 .i03_c3_cont .i03_c3_c_box div img {
  display: block;
}
.i03_cont03 .i03_c3_cont .i03_c3_c_box img.icon {
  position: absolute;
  left: 2px;
  bottom: 96px;
}
.i03_cont03.active p {
  top: 0;
  opacity: 1;
  transition: 0.5s;
}
.i03_cont03.active span {
  top: 0;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.2s;
}
.i03_cont03.active .i03_c3_cont .i03_c3_c_box:nth-child(1) {
  top: 0;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.2s;
}
.i03_cont03.active .i03_c3_cont .i03_c3_c_box:nth-child(2) {
  top: 0;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.35s;
}
.i03_cont03.active .i03_c3_cont .i03_c3_c_box:nth-child(3) {
  top: 0;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.5s;
}

.i03_cont04 {
  width: 100%;
  overflow: hidden;
}
.i03_cont04 .i03_c4_inner {
  padding: 100px 0px;
  position: relative;
  padding-bottom: 130px;
}
.i03_cont04 .i03_c4_inner p {
  font-family: "GmarketSansMedium", sans-serif !important;
  color: #494e66;
  font-size: 40px;
  letter-spacing: -0.04em;
  line-height: 55px;
  position: relative;
  left: -50px;
  opacity: 0;
  margin-bottom: 20px;
}
.i03_cont04 .i03_c4_inner p span {
  font-family: "GmarketSansBold", sans-serif !important;
  color: #494e66;
  font-size: 40px;
}
.i03_cont04 .i03_c4_inner p i {
  font-family: "GmarketSansMedium", sans-serif !important;
  color: #494e66;
  font-size: 40px;
}
.i03_cont04 .i03_c4_inner font {
  display: block;
  font-size: 18px;
  color: #494e66;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 28px;
  position: relative;
  top: 30px;
  opacity: 0;
}
.i03_cont04 .i03_c4_inner font b {
  font-size: 18px;
  color: #1185EE;
  font-weight: 400;
  margin-right: 6px;
}
.i03_cont04 .i03_c4_inner img.i03_c4_img01 {
  position: absolute;
  top: 143px;
  right: 144px;
  z-index: 2;
  opacity: 0;
}
.i03_cont04 .i03_c4_inner img.i03_c4_img02 {
  position: absolute;
  top: 32px;
  right: -39px;
  z-index: 1;
  opacity: 0;
}
.i03_cont04.active .i03_c4_inner p {
  transition: 0.5s;
  left: 0;
  opacity: 1;
}
.i03_cont04.active .i03_c4_inner font:nth-child(2) {
  transition: 0.5s;
  top: 0;
  opacity: 1;
  transition-delay: 0.2s;
}
.i03_cont04.active .i03_c4_inner font:nth-child(3) {
  transition: 0.5s;
  top: 0;
  opacity: 1;
  transition-delay: 0.4s;
}
.i03_cont04.active .i03_c4_inner font:nth-child(4) {
  transition: 0.5s;
  top: 0;
  opacity: 1;
  transition-delay: 0.6s;
}
.i03_cont04.active .i03_c4_inner font:nth-child(5) {
  transition: 0.5s;
  top: 0;
  opacity: 1;
  transition-delay: 0.8s;
}
.i03_cont04.active .i03_c4_inner img.i03_c4_img01 {
  transition: 0.6s;
  top: 193px;
  right: 194px;
  opacity: 1;
  transition-delay: 0.2s;
}
.i03_cont04.active .i03_c4_inner img.i03_c4_img02 {
  transition: 0.6s;
  top: 82px;
  right: 11px;
  opacity: 1;
  transition-delay: 0.4s;
}

.i03_cont05 {
  width: 100%;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
}
.i03_cont05 .i03_c5_inner {
  padding: 100px 0px;
  position: relative;
}
.i03_cont05 .i03_c5_inner .i03_c5_title {
  width: 100%;
  text-align: center;
  position: relative;
}
.i03_cont05 .i03_c5_inner .i03_c5_title p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #494e66;
  letter-spacing: -0.04em;
  line-height: 55px;
  position: relative;
  top: -50px;
  opacity: 0;
}
.i03_cont05 .i03_c5_inner .i03_c5_title p span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #494e66;
}
.i03_cont05 .i03_c5_inner .i03_c5_title p i {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #494e66;
}
.i03_cont05 .i03_c5_inner .i03_c5_title font {
  display: block;
  font-size: 18px;
  color: #494e66;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 28px;
  margin-top: 12px;
  position: relative;
  top: -50px;
  opacity: 0;
}
.i03_cont05.active .i03_c5_inner .i03_c5_title p {
  transition: 0.5s;
  top: 0;
  opacity: 1;
}
.i03_cont05.active .i03_c5_inner .i03_c5_title font {
  transition: 0.5s;
  top: 0;
  opacity: 1;
  transition-delay: 0.2s;
}
.i03_cont05 .i03_c5_inner .i03_c5_slide_box {
  width: 100%;
  position: relative;
  top: 50px;
  opacity: 0;
}
.i03_cont05.active .i03_c5_inner .i03_c5_slide_box {
  opacity: 1;
  transition: 0.5s;
  top: 0;
  transition-delay: 0.2s;
}
.i03_cont05 .i03_c5_inner .i03_c5_slide_box .i03_c5_sw {
  width: 1050px;
  height: 570px;
  background-color: #fff;
  border-radius: 36px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.15);
  margin: auto;
  margin-top: 52px;
}
.i03_cont05 .i03_c5_inner .i03_c5_slide_box .i03_c5_prev {
  width: 32px;
  height: 8px;
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i02_c4_prev.png");
  transition: all 0.2s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
.i03_cont05 .i03_c5_inner .i03_c5_slide_box .i03_c5_prev:hover {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i02_c4_prev_on.png");
}
.i03_cont05 .i03_c5_inner .i03_c5_slide_box .i03_c5_next {
  width: 32px;
  height: 8px;
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i02_c4_next.png");
  transition: all 0.2s;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}
.i03_cont05 .i03_c5_inner .i03_c5_slide_box .i03_c5_next:hover {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i02_c4_next_on.png");
}

.i03_cont06 {
  width: 100%;
  background: linear-gradient(to right, #168BF5, #1184ED);
  overflow: hidden;
  position: relative;
}
.i03_cont06 .i03_c6_inner {
  padding: 110px 0px;
  position: relative;
  opacity: 0;
}
.i03_cont06.active .i03_c6_inner {
  transition: 0.8s;
  transition-delay: 0.4s;
  opacity: 1;
}
.i03_cont06 .i03_c6_inner p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 55px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.i03_cont06 .i03_c6_inner p span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #fff;
}
.i03_cont06 .i03_c6_inner .i03_c6_join_btn {
  width: 980px;
  margin: auto;
  margin-top: 15px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.i03_cont06 .i03_c6_inner .i03_c6_join_btn .i03_c6_j_btn {
  width: 480px;
  border: 2px solid #fff;
  padding: 18px 20px;
  padding-top: 22px;
  border-radius: 10px;
  position: relative;
  transition: all 0.2s;
  float: left;
}
.i03_cont06 .i03_c6_inner .i03_c6_join_btn a:nth-child(2) .i03_c6_j_btn {
  float: right;
}
.i03_cont06 .i03_c6_inner .i03_c6_join_btn .i03_c6_j_btn font {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 25px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 25px;
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_arrow.png");
  background-repeat: no-repeat;
  background-position: right top 4px;
  padding-right: 23px;
  transition: all 0.2s;
}
.i03_cont06 .i03_c6_inner .i03_c6_join_btn .i03_c6_j_btn b {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.05em;
  line-height: 19px;
  margin-top: 6px;
  transition: all 0.2s;
}
.i03_cont06 .i03_c6_inner .i03_c6_join_btn .i03_c6_j_btn div {
  width: 52px;
  height: 52px;
  background-color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -26px;
  transition: all 0.2s;
}
.i03_cont06 .i03_c6_inner .i03_c6_join_btn a:nth-child(1) .i03_c6_j_btn div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon01.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i03_cont06 .i03_c6_inner .i03_c6_join_btn a:nth-child(2) .i03_c6_j_btn div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon02.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i03_cont06 .i03_c6_inner .i03_c6_join_btn .i03_c6_j_btn:hover {
  background-color: #fff;
}
.i03_cont06 .i03_c6_inner .i03_c6_join_btn .i03_c6_j_btn:hover font {
  color: #168BF5;
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_arrow_on.png");
  background-repeat: no-repeat;
  background-position: right top 4px;
}
.i03_cont06 .i03_c6_inner .i03_c6_join_btn .i03_c6_j_btn:hover b {
  color: #168BF5;
}
.i03_cont06 .i03_c6_inner .i03_c6_join_btn .i03_c6_j_btn:hover div {
  background-color: #168BF5;
}
.i03_cont06 .i03_c6_inner .i03_c6_join_btn a:nth-child(1) .i03_c6_j_btn:hover div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon01_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i03_cont06 .i03_c6_inner .i03_c6_join_btn a:nth-child(2) .i03_c6_j_btn:hover div {
  background-image: url("../../../../../../skin/site/basic/landing/img/index/i01_visual_icon02_on.png");
  background-repeat: no-repeat;
  background-position: center;
}
.i03_cont06 .i03_c6_inner img {
  position: absolute;
  top: 50%;
  right: -104px;
  margin-top: -200px;
}
.i03_cont06 .i03_c6_fake_left {
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.i03_cont06 .i03_c6_fake_right {
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
.i03_cont06.active .i03_c6_fake_left, .i03_cont06.active .i03_c6_fake_right {
  width: 0;
  transition: 0.4s;
}

.i03_cont07 {
  width: 100%;
  padding: 100px 0;
  border-bottom: 1px solid #e0e0e0;
}
.i03_cont07 .i03_c7_inner {
  position: relative;
}
.i03_cont07 .i03_c7_inner .i03_c7_title {
  width: 100%;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i03_cont07 .i03_c7_inner .i03_c7_title p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 40px;
  color: #494e66;
  letter-spacing: -0.04em;
  line-height: 48px;
}
.i03_cont07 .i03_c7_inner .i03_c7_title p span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
}
.i03_cont07 .i03_c7_inner .i03_c7_title p span font {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 40px;
  color: #158AF3;
}
.i03_cont07 .i03_c7_inner .i03_c7_title b {
  display: block;
  font-size: 18px;
  color: #494e66;
  line-height: 28px;
  letter-spacing: -0.04em;
  font-weight: 400;
  margin-top: 20px;
}
.i03_cont07 .i03_c7_inner .i03_c7_title b i {
  font-size: 18px;
}
.i03_cont07 .i03_c7_inner .i03_c7_title strong {
  display: block;
  font-size: 15px;
  color: #158AF3;
  line-height: 28px;
  letter-spacing: -0.04em;
  font-weight: 500;
}
.i03_cont07.active .i03_c7_inner .i03_c7_title {
  left: 0;
  opacity: 1;
  transition: 0.6s;
}

.i03_cont08 {
  width: 100%;
  background-color: #F6FAFC;
}
.i03_cont08 .i03_c8_inner {
  padding: 100px 0;
  position: relative;
}
.i03_cont08 .i03_c8_inner p {
  font-family: "GmarketSansMedium", sans-serif !important;
  color: #494e66;
  font-size: 40px;
  letter-spacing: -0.04em;
  line-height: 55px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i03_cont08 .i03_c8_inner p span {
  font-family: "GmarketSansBold", sans-serif !important;
  color: #494e66;
  font-size: 40px;
}
.i03_cont08 .i03_c8_inner p span i {
  font-family: "GmarketSansBold", sans-serif !important;
  color: #494e66;
  font-size: 40px;
}
.i03_cont08 .i03_c8_inner font {
  display: block;
  font-size: 18px;
  color: #494e66;
  line-height: 28px;
  letter-spacing: -0.04em;
  font-weight: 400;
  margin-top: 20px;
  position: relative;
  left: -50px;
  opacity: 0;
}
.i03_cont08 .i03_c8_inner font i {
  font-size: 18px;
  color: #494e66;
}
.i03_cont08 .i03_c8_inner ul {
  width: 100%;
  font-size: 0;
  margin-top: 60px;
}
.i03_cont08 .i03_c8_inner ul li {
  margin-right: 30px;
  position: relative;
  left: -50px;
  opacity: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.i03_cont08 .i03_c8_inner ul li img {
  display: block;
}
.i03_cont08 .i03_c8_inner ul li b {
  display: block;
  font-size: 16px;
  color: #494e66;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 20px;
  margin-top: 15px;
  text-align: center;
}
.i03_cont08.active .i03_c8_inner p {
  left: 0;
  opacity: 1;
  transition: 0.5s;
}
.i03_cont08.active .i03_c8_inner font {
  left: 0;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.1s;
}
.i03_cont08.active .i03_c8_inner ul li:nth-child(1) {
  left: 0;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.2s;
}
.i03_cont08.active .i03_c8_inner ul li:nth-child(2) {
  left: 0;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.3s;
}
.i03_cont08.active .i03_c8_inner ul li:nth-child(3) {
  left: 0;
  opacity: 1;
  transition: 0.5s;
  transition-delay: 0.4s;
}
.i03_cont08 .i03_c8_inner img.bgImg {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%) translateY(0.5px);
  opacity: 0;
}
.i03_cont08.active .i03_c8_inner img.bgImg {
  right: 0;
  opacity: 1;
  transition: 0.5s;
}

/* 프리미엄 개원존 */
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-style: normal;
  src: url("../../../../fonts/Pretendard-Thin.eot");
  src: url("../../../../fonts/Pretendard-Thin.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/Pretendard-Thin.woff2") format("woff2"), url("../../../../fonts/Pretendard-Thin.woff") format("woff"), url("../../../../fonts/Pretendard-Thin.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-style: normal;
  src: url("../../../../fonts/Pretendard-ExtraLight.eot");
  src: url("../../../../fonts/Pretendard-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/Pretendard-ExtraLight.woff2") format("woff2"), url("../../../../fonts/Pretendard-ExtraLight.woff") format("woff"), url("../../../../fonts/Pretendard-ExtraLight.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-style: normal;
  src: url("../../../../fonts/Pretendard-Light.eot");
  src: url("../../../../fonts/Pretendard-Light.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/Pretendard-Light.woff2") format("woff2"), url("../../../../fonts/Pretendard-Light.woff") format("woff"), url("../../../../fonts/Pretendard-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-style: normal;
  src: url("../../../../fonts/Pretendard-Regular.eot");
  src: url("../../../../fonts/Pretendard-Regular.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/Pretendard-Regular.woff2") format("woff2"), url("../../../../fonts/Pretendard-Regular.woff") format("woff"), url("../../../../fonts/Pretendard-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-style: normal;
  src: url("../../../../fonts/Pretendard-Medium.eot");
  src: url("../../../../fonts/Pretendard-Medium.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/Pretendard-Medium.woff2") format("woff2"), url("../../../../fonts/Pretendard-Medium.woff") format("woff"), url("../../../../fonts/Pretendard-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-style: normal;
  src: url("../../../../fonts/Pretendard-SemiBold.eot");
  src: url("../../../../fonts/Pretendard-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/Pretendard-SemiBold.woff2") format("woff2"), url("../../../../fonts/Pretendard-SemiBold.woff") format("woff"), url("../../../../fonts/Pretendard-SemiBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-style: normal;
  src: url("../../../../fonts/Pretendard-Bold.eot");
  src: url("../../../../fonts/Pretendard-Bold.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/Pretendard-Bold.woff2") format("woff2"), url("../../../../fonts/Pretendard-Bold.woff") format("woff"), url("../../../../fonts/Pretendard-Bold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-style: normal;
  src: url("../../../../fonts/Pretendard-ExtraBold.eot");
  src: url("../../../../fonts/Pretendard-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/Pretendard-ExtraBold.woff2") format("woff2"), url("../../../../fonts/Pretendard-ExtraBold.woff") format("woff"), url("../../../../fonts/Pretendard-ExtraBold.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-style: normal;
  src: url("../../../../fonts/Pretendard-Black.eot");
  src: url("../../../../fonts/Pretendard-Black.eot?#iefix") format("embedded-opentype"), url("../../../../fonts/Pretendard-Black.woff2") format("woff2"), url("../../../../fonts/Pretendard-Black.woff") format("woff"), url("../../../../fonts/Pretendard-Black.ttf") format("truetype");
  font-display: swap;
}
.i04_visual {
  width: 100%;
  background: linear-gradient(to top, #3240ff, #379dfa);
  min-width: 1500px;
  position: relative;
}
.i04_visual .visualInner {
  width: 100%;
  height: 633px;
  max-width: 1240px;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
}
.i04_visual .visualInner div {
  padding-top: 8px;
}
.i04_visual .visualInner div p {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 30px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 34px;
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.5s ease;
}
.i04_visual .visualInner div p em {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 30px;
  color: #c0faff;
}
.i04_visual .visualInner div b {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 60px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 64px;
  display: block;
  margin-top: 13px;
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.5s ease;
}
.i04_visual .visualInner div span {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 20px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 30px;
  display: block;
  margin-top: 12px;
  transform: translateY(80px);
  opacity: 0;
  transition: all 0.5s ease;
}
.i04_visual .visualInner img.vImg {
  position: absolute;
  top: 50%;
  right: -57px;
  margin-top: -284px;
  transform: translateX(80px);
  opacity: 0;
  transition: all 0.5s ease;
}
.i04_visual.active .visualInner div p {
  transform: translateY(0);
  opacity: 1;
}
.i04_visual.active .visualInner div b {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.1s;
}
.i04_visual.active .visualInner div span {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.i04_visual.active .visualInner img.vImg {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.3s;
}

.i04_title {
  width: 100%;
  text-align: center;
}
.i04_title p {
  font-family: "GmarketSansLight", sans-serif !important;
  font-size: 40px;
  color: #222;
  letter-spacing: -0.04em;
  line-height: 54px;
}
.i04_title b {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 50px;
  color: #111;
  letter-spacing: -0.04em;
  line-height: 70px;
  display: block;
  margin-top: 15px;
}
.i04_title b em {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 50px;
  background: linear-gradient(to top, #379bfa, #3243ff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  padding-top: 20px;
}
.i04_title span {
  font-family: "Pretendard", sans-serif !important;
  font-size: 20px;
  color: #555;
  letter-spacing: -0.04em;
  line-height: 30px;
  display: block;
  margin-top: 20px;
}

.pin-spacer {
  min-width: 1500px;
}

.sectionPin {
  height: 100vh;
  overflow: hidden;
  display: flex;
  left: 0;
}

.i04_cont01 {
  width: 100%;
  padding-top: 100px;
  background: url("../../../../../../skin/site/basic/landing/img/index/i04_c1_bg_img.jpg") no-repeat bottom center;
  background-size: cover;
}
.i04_cont01 .i04_c01_cg {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 24px;
}
.i04_cont01 .i04_c01_cg div {
  font-family: "Pretendard", sans-serif !important;
  font-size: 24px;
  color: #3581fc;
  font-weight: 500;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 100px;
  background-color: #eff4ff;
}
.i04_cont01 .i04_c1_wrap {
  width: 100%;
  margin-top: 60px;
  padding-top: 40px;
  overflow: hidden;
  position: relative;
}
.i04_cont01 .i04_c1_wrap img {
  display: block;
  margin: auto;
  margin-bottom: -156px;
  opacity: 0;
  transition: all 0.6s ease;
}
.i04_cont01 .i04_c1_wrap .i04_sb_wrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.i04_cont01 .i04_c1_wrap .i04_sb_wrap .i04_sb_box {
  width: 425px;
  position: absolute;
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.4s ease;
}
.i04_cont01 .i04_c1_wrap .i04_sb_wrap .i04_sb_box::before {
  content: "";
  width: 447px;
  height: 108px;
  position: absolute;
  top: -4px;
  left: -7px;
  z-index: 0;
}
.i04_cont01 .i04_c1_wrap .i04_sb_wrap .i04_sb_box:nth-child(1) {
  top: 4px;
  left: 58px;
}
.i04_cont01 .i04_c1_wrap .i04_sb_wrap .i04_sb_box:nth-child(2) {
  top: 44px;
  right: 78px;
}
.i04_cont01 .i04_c1_wrap .i04_sb_wrap .i04_sb_box:nth-child(3) {
  top: 134px;
  left: 0;
}
.i04_cont01 .i04_c1_wrap .i04_sb_wrap .i04_sb_box:nth-child(4) {
  top: 174px;
  right: 0;
}
.i04_cont01 .i04_c1_wrap .i04_sb_wrap .i04_sb_box.sb01::before {
  background: url("../../../../../../skin/site/basic/landing/img/index/sb_img01.png") no-repeat;
}
.i04_cont01 .i04_c1_wrap .i04_sb_wrap .i04_sb_box.sb02::before {
  background: url("../../../../../../skin/site/basic/landing/img/index/sb_img02.png") no-repeat;
}
.i04_cont01 .i04_c1_wrap .i04_sb_wrap .i04_sb_box:nth-child(2n)::before {
  transform: scaleX(-1);
  left: -15px;
}
.i04_cont01 .i04_c1_wrap .i04_sb_wrap .i04_sb_box p {
  font-family: "Pretendard", sans-serif !important;
  font-size: 25px;
  color: #fff;
  font-weight: 500;
  line-height: 75px;
  letter-spacing: -0.04em;
  text-align: center;
  position: relative;
  z-index: 1;
}
.i04_cont01 .i04_c1_wrap .i04_sb_wrap .i04_sb_box.sb02 p {
  color: #111;
}
.i04_cont01.active .i04_c1_wrap img {
  opacity: 1;
}
.i04_cont01.active .i04_c1_wrap .i04_sb_wrap .i04_sb_box:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.i04_cont01.active .i04_c1_wrap .i04_sb_wrap .i04_sb_box:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.i04_cont01.active .i04_c1_wrap .i04_sb_wrap .i04_sb_box:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}
.i04_cont01.active .i04_c1_wrap .i04_sb_wrap .i04_sb_box:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.i04_02_03_wrap {
  width: 100%;
  position: relative;
}

.i04_cont02 {
  background-color: #f6faff;
  position: relative;
  z-index: 2;
}
.i04_cont02 .i04_c2_bg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1920px;
  height: 100%;
  display: flex;
  align-items: end;
  margin-left: -960px;
  overflow: hidden;
}
.i04_cont02 .i04_c2_bg::before {
  content: "";
  width: 100%;
  height: 30.94%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, #f6faff 50%, rgba(246, 250, 255, 0) 100%);
  z-index: 2;
}
.i04_cont02 .i04_c2_bg div {
  width: 106px;
  height: 0;
  background-color: #e3f0fe;
  background: linear-gradient(to bottom, #e3f0fe 15%, rgba(227, 240, 254, 0) 100%);
  transition: all 0.8s ease-in-out;
}
.i04_cont02 .i04_c2_bg div + div {
  margin-left: 33.53px;
}
.i04_cont02 .i04_c2_bg img.arrow {
  position: absolute;
  bottom: calc(-7.977% - 100px);
  left: calc(17.1875vw - 100px);
  opacity: 0;
  z-index: 3;
  transition: all 0.8s ease-in-out;
}
.i04_cont02 .i04_title p {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-in-out;
}
.i04_cont02 .i04_title b {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-in-out 0.1s;
}
.i04_cont02 .inner {
  position: relative;
  z-index: 3;
  padding: 100px 0;
}
.i04_cont02 .inner img.icon {
  position: absolute;
  top: -37px;
  left: 136px;
  z-index: 3;
}
.i04_cont02 .inner .i04_c2_wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 21px;
  margin-top: 60px;
}
.i04_cont02 .inner .i04_c2_wrap .i04_c2_box {
  width: 386px;
  height: 415px;
  background: linear-gradient(to top, #fff 55%, #a8d0fd 100%);
  border-radius: 20px;
  box-shadow: 0 8px 20px rgba(215, 215, 215, 0.35);
  transform: translateY(50px);
  opacity: 0;
  position: relative;
  overflow: hidden;
}
.i04_cont02 .inner .i04_c2_wrap .i04_c2_box:nth-child(1) {
  transition: all 0.8s ease-in-out 0.1s;
}
.i04_cont02 .inner .i04_c2_wrap .i04_c2_box:nth-child(2) {
  margin-top: 40px;
  transition: all 0.8s ease-in-out 0.3s;
}
.i04_cont02 .inner .i04_c2_wrap .i04_c2_box:nth-child(3) {
  margin-top: 80px;
  transition: all 0.8s ease-in-out 0.5s;
}
.i04_cont02 .inner .i04_c2_wrap .i04_c2_box div {
  width: 100%;
  border-radius: 14px;
  padding: 55px 42px;
}
.i04_cont02 .inner .i04_c2_wrap .i04_c2_box div p {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 25px;
  color: #111;
  letter-spacing: -0.04em;
  line-height: 35px;
}
.i04_cont02 .inner .i04_c2_wrap .i04_c2_box div em {
  font-family: "Pretendard", sans-serif !important;
  font-size: 18px;
  color: #555;
  letter-spacing: -0.04em;
  line-height: 28px;
  display: block;
  margin-top: 15px;
}
.i04_cont02 .inner .i04_c2_wrap .i04_c2_box div b {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 66px;
  color: #F6F6F6;
  letter-spacing: -0.04em;
  line-height: 70px;
  position: absolute;
  bottom: 59px;
  left: -7px;
}
.i04_cont02 .inner .i04_c2_wrap .i04_c2_box div img {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.i04_cont02.active .i04_c2_bg div:nth-child(1) {
  height: 17.64%;
}
.i04_cont02.active .i04_c2_bg div:nth-child(2) {
  height: 8.98%;
}
.i04_cont02.active .i04_c2_bg div:nth-child(3) {
  height: 35.28%;
}
.i04_cont02.active .i04_c2_bg div:nth-child(4) {
  height: 50.56%;
}
.i04_cont02.active .i04_c2_bg div:nth-child(5) {
  height: 50.26%;
}
.i04_cont02.active .i04_c2_bg div:nth-child(6) {
  height: 64.04%;
}
.i04_cont02.active .i04_c2_bg div:nth-child(7) {
  height: 66.29%;
}
.i04_cont02.active .i04_c2_bg div:nth-child(8) {
  height: 83.14%;
}
.i04_cont02.active .i04_c2_bg div:nth-child(9) {
  height: 86.74%;
}
.i04_cont02.active .i04_c2_bg div:nth-child(10) {
  height: 93.25%;
}
.i04_cont02.active .i04_c2_bg div:nth-child(11) {
  height: 82.92%;
}
.i04_cont02.active .i04_c2_bg div:nth-child(12) {
  height: 86.51%;
}
.i04_cont02.active .i04_c2_bg div:nth-child(13) {
  height: 93.03%;
}
.i04_cont02.active .i04_c2_bg div:nth-child(14) {
  height: 82.92%;
}
.i04_cont02.active .i04_c2_bg img.arrow {
  bottom: -7.977%;
  left: 17.1875vw;
  z-index: 3;
  opacity: 1;
}
.i04_cont02.active .i04_title p, .i04_cont02.active .i04_title b {
  opacity: 1;
  transform: translateY(0);
}
.i04_cont02.active .inner .i04_c2_wrap .i04_c2_box {
  transform: translateY(0);
  opacity: 1;
}

.i04_cont03 {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6faff; /*position: absolute; top:0; left:0; z-index:1;*/
  padding: 150px 0;
}
.i04_cont03 .i04_title {
  text-align: left;
}
.i04_cont03 .i04_title p {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-in-out 0.1s;
}
.i04_cont03 .i04_title b {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-in-out 0.2s;
}
.i04_cont03 .i04_title span {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s ease-in-out 0.3s;
}
.i04_cont03 .i04_c3_wrap {
  display: flex;
  align-items: center;
}
.i04_cont03 .i04_c3_wrap .i04_c3_cont {
  width: 424px;
  height: 475px;
  position: relative;
}
.i04_cont03 .i04_c3_wrap .i04_c3_cont .i04_c3_box {
  width: 424px;
  height: 475px;
  position: absolute; /*top:0; right:0;*/
  transform-origin: bottom right;
  background-color: #4581fc;
  border-radius: 20px;
  padding: 60px;
  z-index: 2;
  opacity: 0;
  right: -120px;
  top: -150px;
  transform: rotate(40deg);
  transition: all 0.8s ease-in-out;
}
.i04_cont03 .i04_c3_wrap .i04_c3_cont .i04_c3_box:last-child {
  background-color: #f56365;
  z-index: 1;
}
.i04_cont03 .i04_c3_wrap .i04_c3_cont .i04_c3_box p {
  font-family: "Pretendard", sans-serif !important;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 40px;
  margin-top: 30px;
}
.i04_cont03 .i04_c3_wrap .i04_c3_cont .i04_c3_box em {
  font-family: "Pretendard", sans-serif !important;
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 30px;
  margin-top: 16px;
  display: block;
  min-height: 90px;
}
.i04_cont03 .i04_c3_wrap .i04_c3_cont .i04_c3_box div {
  width: 100%;
  display: flex;
  margin-top: 66px;
}
.i04_cont03 .i04_c3_wrap .i04_c3_cont .i04_c3_box div a {
  width: 102px;
  font-family: "Pretendard", sans-serif !important;
  font-size: 14px;
  color: #111;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 40px;
  background-color: #fff;
  border-radius: 100px;
  text-align: center;
  transition: all 0.2s;
}
.i04_cont03 .i04_c3_wrap .i04_c3_cont .i04_c3_box div a:hover {
  color: #4581fc;
}
.i04_cont03 .i04_c3_wrap .i04_c3_cont .i04_c3_box:last-child div a:hover {
  color: #f56365;
}
.i04_cont03.active .i04_title p, .i04_cont03.active .i04_title b, .i04_cont03.active .i04_title span {
  opacity: 1;
  transform: translateY(0);
}
.i04_cont03.active .i04_c3_wrap .i04_c3_cont .i04_c3_box {
  top: 0;
  right: 0;
  transform: rotate(0);
  opacity: 1;
}

.i04_cont04 {
  padding: 100px 0;
  padding-bottom: 50px;
}
.i04_cont04 .i04_title b {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.5s ease;
}
.i04_cont04 .i04_c4_wrap {
  width: 100%;
  margin-top: 75px;
}
.i04_cont04 .i04_c4_wrap .icon {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
.i04_cont04 .i04_c4_wrap .icon::before {
  content: "";
  width: 0;
  height: 1px;
  background: linear-gradient(to right, #3792fa 0%, #ddd 85%);
  position: absolute;
  top: 99px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  opacity: 0.79;
  transition: all 0.4s ease-in-out;
}
.i04_cont04 .i04_c4_wrap .icon span {
  width: 1154px;
  margin: auto;
  display: block;
  padding-left: 274px;
  opacity: 0;
  transition: all 0.5s ease;
}
.i04_cont04 .i04_c4_wrap .icon span b {
  font-family: "Pretendard", sans-serif !important;
  font-size: 14px;
  color: #111;
  font-weight: 500;
  line-height: 18px;
  position: relative;
  padding-left: 13px;
  display: block;
  margin-bottom: 8px;
}
.i04_cont04 .i04_c4_wrap .icon span b::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #3792fa;
  position: absolute;
  top: 5px;
  left: 0;
}
.i04_cont04 .i04_c4_wrap .icon b em {
  font-family: "Pretendard", sans-serif !important;
  font-size: 14px;
  color: #3792fa;
  font-weight: 500;
}
.i04_cont04 .i04_c4_wrap .icon dl {
  width: 1154px;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 16px 20px;
  gap: 86px;
  position: relative;
}
.i04_cont04 .i04_c4_wrap .icon dl::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e9f4ff;
  border-radius: 100px;
  z-index: 1;
  transition: all 0.5s ease-in-out;
}
.i04_cont04 .i04_c4_wrap .icon dl dd {
  width: 114px;
  height: 114px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.45);
  padding: 9px;
  position: relative;
  z-index: 3;
  transform: translateX(-80px);
  opacity: 0;
  transition: all 0.4s linear;
}
.i04_cont04 .i04_c4_wrap .icon dl dd:nth-child(5) {
  background-color: rgba(233, 244, 255, 0.45);
}
.i04_cont04 .i04_c4_wrap .icon dl dd:last-child {
  background: linear-gradient(to top, #379bfa, #3243ff);
}
.i04_cont04 .i04_c4_wrap .icon dl dd + dd::before {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  left: -62px;
  background: url("../../../../../../skin/site/basic/landing/img/index/i04_c4_arrow.png") no-repeat left 17px center #e9f4ff;
  border-radius: 100%;
  margin-top: -19px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.i04_cont04 .i04_c4_wrap .icon dl dd div {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 100%;
}
.i04_cont04 .i04_c4_wrap .icon dl dd div img {
  display: block;
}
.i04_cont04 .i04_c4_wrap .icon dl dd:last-child div {
  background-color: transparent;
}
.i04_cont04 .i04_c4_wrap .txt {
  position: relative;
  margin-top: 40px;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.i04_cont04 .i04_c4_wrap .txt dl {
  width: 100%;
  display: flex;
}
.i04_cont04 .i04_c4_wrap .txt dl dd {
  width: 200px;
  text-align: center;
}
.i04_cont04 .i04_c4_wrap .txt dl dd b {
  display: flex;
  font-family: "GmarketSansLight", sans-serif !important;
  font-size: 24px;
  color: #3792fa;
  letter-spacing: -0.04em;
  line-height: 32px;
  font-weight: bold;
  height: 64px;
  align-items: center;
  justify-content: center;
}
.i04_cont04 .i04_c4_wrap .txt dl dd em {
  display: block;
  font-family: "Pretendard", sans-serif !important;
  font-size: 18px;
  color: #555;
  font-weight: 400;
  line-height: 26px;
  margin-top: 8px;
}
.i04_cont04 .i04_c4_wrap .txt dl dd img {
  display: block;
  margin: 0 auto;
  margin-top: 8px;
}
.i04_cont04 .i04_c4_wrap .txt dl dd:nth-child(n+5) b {
  color: #111;
}
.i04_cont04 .i04_c4_wrap .txt dl dd:last-child b {
  height: auto;
}
.i04_cont04 .i04_c4_wrap .txt dl dd:last-child em {
  color: #111;
  font-weight: 600;
}
.i04_cont04.active .i04_title b {
  transform: translateY(0);
  opacity: 1;
}
.i04_cont04.active .i04_c4_wrap .icon::before {
  width: 100%;
}
.i04_cont04.active .i04_c4_wrap .icon span {
  opacity: 1;
  transition-delay: 0.45s;
}
.i04_cont04.active .i04_c4_wrap .icon dl::before {
  width: 754px;
}
.i04_cont04.active .i04_c4_wrap .icon dl dd {
  transform: translateX(0);
  opacity: 1;
}
.i04_cont04.active .i04_c4_wrap .icon dl dd:nth-child(2) {
  transition-delay: 0.05s;
}
.i04_cont04.active .i04_c4_wrap .icon dl dd:nth-child(3) {
  transition-delay: 0.1s;
}
.i04_cont04.active .i04_c4_wrap .icon dl dd:nth-child(4) {
  transition-delay: 0.15s;
}
.i04_cont04.active .i04_c4_wrap .icon dl dd:nth-child(5) {
  transition-delay: 0.2s;
}
.i04_cont04.active .i04_c4_wrap .icon dl dd:nth-child(6) {
  transition-delay: 0.25s;
}
.i04_cont04.active .i04_c4_wrap .icon dl dd + dd::before {
  opacity: 1;
  transition-delay: 0.45s;
}
.i04_cont04.active .i04_c4_wrap .txt {
  top: 0;
  opacity: 1;
  transition-delay: 0.45s;
}

.i04_cont05 {
  padding: 100px 0;
  padding-top: 50px;
}
.i04_cont05 .i04_c5_1_wrap {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: right;
  margin-top: 100px;
}
.i04_cont05 .i04_c5_1_wrap div {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.i04_cont05 .i04_c5_1_wrap div p {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 30px;
  color: #111;
  letter-spacing: -0.04em;
  line-height: 45px;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
}
.i04_cont05 .i04_c5_1_wrap div ul {
  width: 100%;
  counter-reset: item;
  margin-top: 12px;
}
.i04_cont05 .i04_c5_1_wrap div ul li {
  width: 100%;
  position: relative;
  padding-left: 30px;
  font-family: "Pretendard", sans-serif !important;
  font-size: 18px;
  color: #555;
  letter-spacing: -0.04em;
  line-height: 24px;
  counter-increment: item;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
}
.i04_cont05 .i04_c5_1_wrap div ul li + li {
  margin-top: 6px;
}
.i04_cont05 .i04_c5_1_wrap div ul li::before {
  counter-increment: li;
  content: counter(item, decimal-leading-zero);
  font-family: "Pretendard", sans-serif !important;
  font-size: 18px;
  color: #3576fc;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.i04_cont05 .i04_c5_1_wrap img {
  display: block;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
}
.i04_cont05 .i04_c5_1_wrap.active div p {
  transform: translateY(0);
  opacity: 1;
}
.i04_cont05 .i04_c5_1_wrap.active div ul li {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.05s;
}
.i04_cont05 .i04_c5_1_wrap.active div ul li:nth-child(2) {
  transition-delay: 0.1s;
}
.i04_cont05 .i04_c5_1_wrap.active div ul li:nth-child(3) {
  transition-delay: 0.15s;
}
.i04_cont05 .i04_c5_1_wrap.active img {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}
.i04_cont05 .i04_c5_2_wrap {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 90px;
}
.i04_cont05 .i04_c5_2_wrap .img {
  overflow: hidden;
  border-radius: 42px;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
}
.i04_cont05 .i04_c5_2_wrap .img img {
  display: block;
}
.i04_cont05 .i04_c5_2_wrap .txt {
  position: relative;
  width: 428px;
  margin-left: auto;
}
.i04_cont05 .i04_c5_2_wrap .txt p {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 30px;
  color: #111;
  letter-spacing: -0.04em;
  line-height: 45px;
  z-index: 2;
  position: relative;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
}
.i04_cont05 .i04_c5_2_wrap .txt ul {
  width: 100%;
  counter-reset: item;
  margin-top: 12px;
}
.i04_cont05 .i04_c5_2_wrap .txt ul li {
  width: 100%;
  position: relative;
  padding-left: 30px;
  font-family: "Pretendard", sans-serif !important;
  font-size: 18px;
  color: #555;
  letter-spacing: -0.04em;
  line-height: 24px;
  counter-increment: item;
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.5s ease;
}
.i04_cont05 .i04_c5_2_wrap .txt ul li + li {
  margin-top: 6px;
}
.i04_cont05 .i04_c5_2_wrap .txt ul li::before {
  counter-increment: li;
  content: counter(item, decimal-leading-zero);
  font-family: "Pretendard", sans-serif !important;
  font-size: 18px;
  color: #3576fc;
  font-weight: 600;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.i04_cont05 .i04_c5_2_wrap.active .txt p {
  transform: translateY(0);
  opacity: 1;
}
.i04_cont05 .i04_c5_2_wrap.active .txt ul li {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.05s;
}
.i04_cont05 .i04_c5_2_wrap.active .txt ul li:nth-child(2) {
  transition-delay: 0.1s;
}
.i04_cont05 .i04_c5_2_wrap.active .txt ul li:nth-child(3) {
  transition-delay: 0.15s;
}
.i04_cont05 .i04_c5_2_wrap.active .img {
  transform: translateY(0);
  opacity: 1;
  transition-delay: 0.2s;
}

.i04_cont06 {
  width: 100%;
  height: 436px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 80px;
}
.i04_cont06 .bg {
  width: 100%;
  height: 1015px;
  background: url("../../../../../../skin/site/basic/landing/img/index/i04_c6_bg_img.jpg") no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.6s ease;
}
.i04_cont06 .txt {
  z-index: 2;
  text-align: center;
}
.i04_cont06 .txt p {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 50px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 60px;
  padding-top: 4px;
}
.i04_cont06 .txt em {
  font-family: "Pretendard", sans-serif !important;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  line-height: 28px;
  margin-top: 10px;
  display: block;
}

.i04_fix_btn {
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #3576FC;
  box-shadow: -20px 0 20px rgba(149, 149, 149, 0.2);
  display: flex;
  justify-content: center;
  z-index: 99;
}
.i04_fix_btn div {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
.i04_fix_btn div p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 26px;
  color: #fff;
  letter-spacing: -0.04em;
  line-height: 30px;
  padding-top: 4px;
}
.i04_fix_btn div p em {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 26px;
}
.i04_fix_btn div a {
  position: relative;
  top: -2px;
  margin-left: 30px;
  transition: all 0.2s;
}
.i04_fix_btn div a::before {
  content: "";
  width: 100%;
  height: 48px;
  border-radius: 100px;
  background-color: #0953ec;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
  transition: all 0.2s;
}
.i04_fix_btn div a b {
  width: 150px;
  text-align: center;
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 18px;
  color: #0953ec;
  letter-spacing: -0.04em;
  line-height: 44px;
  padding-top: 4px;
  padding-right: 26px;
  background: url("../../../../../../skin/site/basic/landing/img/index/i04_fix_btn_arrow.png") no-repeat right 30px center #fff;
  border-radius: 100px;
  position: relative;
  z-index: 2;
  display: block;
  transition: all 0.2s;
}
.i04_fix_btn div a:hover {
  top: -5px;
}
.i04_fix_btn div a:hover::before {
  top: 10px;
}
.i04_fix_btn.fix {
  position: fixed;
  min-width: 1500px;
}

.prevent-scroll {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  touch-action: none;
}

.coordiAppPopup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.coordiAppPopup .caInner {
  width: 100%;
  height: 100%;
  padding: 30px 0;
  overflow-y: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.coordiAppPopup .caInner .caLayout {
  width: 590px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.coordiAppPopup .caTitle {
  width: 100%;
  position: relative;
  padding: 20px 0;
}
.coordiAppPopup .caTitle p {
  font-family: "Spoqa Han Sans Neo", sans-serif !important;
  text-align: center;
  font-size: 16px;
  color: #000;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 20px;
}
.coordiAppPopup .caTitle a {
  position: absolute;
  top: 0;
  right: 0;
  background: url("../../../../../../skin/site/basic/landing/img/index/i04_pop_close.png") no-repeat center;
  width: 55px;
  height: 100%;
  transition: all 0.2s;
}
.coordiAppPopup .caTitle a:hover {
  opacity: 0.6;
}
.coordiAppPopup .caForm {
  width: 100%;
  padding: 25px 20px;
  padding-top: 0;
}
.coordiAppPopup .caForm .ca_f_input {
  width: 100%;
}
.coordiAppPopup .caForm .ca_f_input + .ca_f_input {
  margin-top: 20px;
}
.coordiAppPopup .caForm .ca_f_input p {
  font-family: "Spoqa Han Sans Neo", sans-serif !important;
  font-size: 16px;
  color: #404040;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 20px;
  margin-bottom: 6px;
}
.coordiAppPopup .caForm .ca_f_input p.ess::after {
  content: "*";
  font-family: "Spoqa Han Sans Neo", sans-serif !important;
  font-size: 16px;
  color: #fe0000;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 20px;
  margin-left: 3px;
}
.coordiAppPopup .caForm .ca_f_input input[type=text] {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: "Spoqa Han Sans Neo", sans-serif !important;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.025em;
  background-color: #fff;
}
.coordiAppPopup .caForm .ca_f_input input[type=text]::-moz-placeholder {
  color: #888;
  font-size: 15px;
  font-weight: 400;
}
.coordiAppPopup .caForm .ca_f_input input[type=text]::-moz-placeholder, .coordiAppPopup .caForm .ca_f_input input[type=text]:-ms-input-placeholder, .coordiAppPopup .caForm .ca_f_input input[type=text]:-moz-placeholder, .coordiAppPopup .caForm .ca_f_input input[type=text]::placeholder {
  color: #888;
  font-size: 15px;
  font-weight: 400;
}
.coordiAppPopup .caForm .ca_f_input textarea {
  width: 100%;
  height: 120px;
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.025em;
  background-color: #fff;
  resize: none;
}
.coordiAppPopup .caForm .ca_f_input textarea::-webkit-input-placeholder, .coordiAppPopup .caForm .ca_f_input textarea::-moz-placeholder, .coordiAppPopup .caForm .ca_f_input textarea:-ms-input-placeholder, .coordiAppPopup .caForm .ca_f_input textarea:-moz-placeholder, .coordiAppPopup .caForm .ca_f_input textarea::placeholder {
  color: #888;
  font-size: 15px;
  font-weight: 400;
}
.coordiAppPopup .caBtn {
  width: 100%;
  display: flex;
}
.coordiAppPopup .caBtn a {
  width: 50%;
  font-family: "Spoqa Han Sans Neo", sans-serif !important;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 60px;
  background-color: #666;
  text-align: center;
  transition: all 0.2s;
  border-radius: 0 0 0 8px;
}
.coordiAppPopup .caBtn a:hover {
  background-color: #999;
}
.coordiAppPopup .caBtn a:last-child {
  background-color: #178bf5;
  border-radius: 0 0 8px 0;
}
.coordiAppPopup .caBtn a:last-child:hover {
  background-color: #0a65b9;
}

/** 개원존 프리미엄 서비스 **/
.codiPop {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.codiPop .codi_inner {
  width: 590px;
  height: auto;
  padding: 0px;
  background-color: #fff;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.codiPop .codi_inner .formTit {
  position: relative;
  text-align: center;
  padding: 15px 0px;
  font-size: 16px;
  color: #444;
  font-weight: 500;
}
.codiPop .codi_inner .formTit .close {
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
}
.codiPop .codi_inner .codiForm {
  width: 100%;
  margin: 0 auto;
  padding: 24px;
}
.codiPop .codi_inner .codiForm .formUl {
  width: 100%;
}
.codiPop .codi_inner .codiForm .formUl ul {
  overflow: hidden;
}
.codiPop .codi_inner .codiForm .formUl ul li {
  text-align: left;
  margin-bottom: 22px;
}
.codiPop .codi_inner .codiForm .formUl ul li p {
  font-family: "Spoqa Han Sans Neo", sans-serif !important;
  font-size: 16px;
  color: #404040;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 20px;
  margin-bottom: 6px;
}
.codiPop .codi_inner .codiForm .formUl ul li p span {
  font-family: "Spoqa Han Sans Neo", sans-serif !important;
  font-size: 16px;
  color: #fe0000;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 20px;
  margin-left: 3px;
}
.codiPop .codi_inner .codiForm .formUl ul li input {
  width: 100%;
  height: 50px;
  padding: 0 16px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: "Spoqa Han Sans Neo", sans-serif !important;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.025em;
  background-color: #fff;
}
.codiPop .codi_inner .codiForm .formUl ul li input::-moz-placeholder {
  color: #888;
  font-size: 15px;
  font-weight: 400;
}
.codiPop .codi_inner .codiForm .formUl ul li input::-moz-placeholder, .codiPop .codi_inner .codiForm .formUl ul li input:-ms-input-placeholder, .codiPop .codi_inner .codiForm .formUl ul li input:-moz-placeholder, .codiPop .codi_inner .codiForm .formUl ul li input::placeholder {
  color: #888;
  font-size: 15px;
  font-weight: 400;
}
.codiPop .codi_inner .request_btn div {
  background-color: #178bf5;
  text-align: center;
  color: #fff;
  font-family: "Spoqa Han Sans Neo", sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 60px;
  transition: all 0.2s;
}
.codiPop .codi_inner .request_btn div:hover {
  background-color: #0a65b9;
}
.codiPop .codi_inner .codiForm .formUl ul li input.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  opacity: 1;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}
.codiPop .agreeBox div label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.codiPop .agreeBox div label input {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
}
.codiPop .agreeBox div label input[type=checkbox] {
  width: 20px;
  height: 20px;
  background: url("../../../../../../skin/site/basic/img/common/codi_chk_off.png") no-repeat;
  background-size: 20px;
  float: none;
  margin-right: 8px;
  margin-top: 3px;
}
.codiPop .agreeBox div label input[type=checkbox]:checked {
  background: url("../../../../../../skin/site/basic/img/common/codi_chk_on.png") no-repeat;
  background-size: 20px;
}
.codiPop .agreeBox div label span {
  padding-top: 0px;
  font-size: 16px;
  color: #666;
  font-family: "GmarketSansMedium", sans-serif;
  letter-spacing: -0.025em;
  transition: 0.2s all;
}
.codiPop .agreeBox div label:hover span {
  color: #888;
}
.codiPop .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 800px;
  padding: 30px 25px;
  background-color: #fff;
  border-radius: 10px;
  border: 0px solid #ccc;
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.15);
  z-index: 999;
  display: none;
}
.codiPop .popup .cont {
  width: 100%;
  padding: 20px 0 0;
}
.codiPop .popup .tit {
  width: 100%;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #333;
}
.codiPop .popup .tit p {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 20px;
}
.codiPop .popup .tit img {
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
}
.codiPop .popup .tit img:hover {
  opacity: 0.6;
}
.codiPop .popup .cont .agree_info {
  width: 100%;
}
.codiPop .popup .cont .agree_info > p {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.4;
  word-break: keep-all;
}
.codiPop .popup .cont .agree_info div {
  width: 100%;
  padding: 10px;
  border: 1px solid #e0e0e0;
  margin-top: 10px;
}
.codiPop .popup .cont .agree_info div h2 {
  display: block;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-bottom: 5px;
}
.codiPop .popup .cont .agree_info div p {
  font-size: 13px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.025em;
  word-break: keep-all;
}
.codiPop .popup .cont .agree_info div ul {
  width: 100%;
  margin: 10px 0;
}
.codiPop .popup .cont .agree_info div ul li {
  display: flex;
  justify-content: flex-start;
}
.codiPop .popup .cont .agree_info div ul li span {
  font-size: 13px;
  color: #555;
  font-weight: 400;
  letter-spacing: -0.025em;
  word-break: keep-all;
}
.codiPop .popup .cont .agree_info div ul li span:first-child {
  margin-right: 5px;
}
.codiPop .popup .cont .agree_chkall {
  width: 100%;
  padding-bottom: 18px;
}
.codiPop .popup .cont .agree_chkall label {
  float: left;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.codiPop .popup .cont .agree_chkall label input {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
}
.codiPop .popup .cont .agree_chkall label input[type=checkbox] {
  width: 16px;
  height: 16px;
  background: url("../../../../../../skin/site/basic/img/common/codi_chk_off.png") no-repeat;
  background-size: cover;
  float: none;
  margin-top: 4px;
  margin-right: 5px;
}
.codiPop .popup .cont .agree_chkall label input[type=checkbox]:checked {
  background: url("../../../../../../skin/site/basic/img/common/codi_chk_on.png") no-repeat;
  background-size: cover;
}
.codiPop .popup .cont .agree_chkall label span {
  font-size: 14px;
  color: #333;
  letter-spacing: -0.025em;
}
.codiPop .popup .cont .agree_chk {
  width: 100%;
  margin-top: 10px;
}
.codiPop .popup .cont .agree_chk div {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.codiPop .popup .cont .agree_chk div.agreeBox {
  width: 100%;
  background-color: #f8f8f8;
  border: solid 1px #e0e0e0;
  padding: 9px;
}
.codiPop .popup .cont .agree_chk div + div {
  margin-top: 5px;
}
.codiPop .popup .cont .agree_chk div label {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.codiPop .popup .cont .agree_chk div label input {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  -webkit-user-select: none;
}
.codiPop .popup .cont .agree_chk div label input[type=checkbox] {
  width: 16px;
  height: 16px;
  background: url("../../../../../../skin/site/basic/img/common/codi_chk_off.png") no-repeat;
  background-size: cover;
  float: none;
  margin-right: 5px;
}
.codiPop .popup .cont .agree_chk div label input[type=checkbox]:checked {
  background: url("../../../../../../skin/site/basic/img/common/codi_chk_on.png") no-repeat;
  background-size: cover;
}
.codiPop .popup .cont .agree_chk div label span {
  font-size: 14px;
  color: #333;
  letter-spacing: -0.025em;
}
.codiPop .popup .cont .agree_chk div label span font {
  font-size: 13px;
  color: #178bf5;
  letter-spacing: -0.025em;
}
.codiPop .popup .cont .agree_chk div p.mark {
  font-size: 13px;
  color: #999;
  font-weight: 400;
  letter-spacing: -0.05em;
  position: relative;
  padding-left: 17px;
  background: url("../../../../../../skin/site/basic/img/common/mark.jpg") no-repeat left center;
  margin-top: 2px;
}
.codiPop .popup .cont .btnPop_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
  border-top: 0px solid #ddd;
  margin-top: 0px;
}
.codiPop .popup .cont .btnPop_wrap > div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: 1px solid #168bf5;
  font-size: 18px;
  color: #333;
  letter-spacing: -0.025em;
  cursor: pointer;
  transition: 0.2s all;
}
.codiPop .popup .cont .btnPop_wrap > div:last-child {
  background-color: #168bf5;
  border: 1px solid #168bf5;
  color: #fff;
  border-radius: 8px;
}
.codiPop .popup .cont .btnPop_wrap > div:hover {
  background-color: #f5f5f5;
}
.codiPop .popup .cont .btnPop_wrap > div:last-child:hover {
  background-color: #168bf5;
  border: 1px solid #168bf5;
}
.codiPop .popup .cont .agree_chk div.aDetail {
  position: absolute;
  top: 7px;
  right: -23px;
  width: 40px;
  height: 40px;
}
.codiPop .popup .cont .agree_chk div.aDetail img {
  width: 11px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s;
}
.codiPop .popup .cont .agree_chk div.aDetail img.detailOn {
  transform: rotate(180deg);
  transition: all 0.3s;
}

.agreeCon {
  width: 100%;
  background-color: #f7f7f7;
  padding: 10px;
  display: none;
}
.agreeCon ul.agreeList {
  overflow: hidden;
}
.agreeCon ul.agreeList li {
  text-align: left;
  font-size: 14px;
  color: #333;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: -0.045em;
}
.agreeCon ul.agreeList li span {
  font-size: 14px;
  font-weight: 500;
}
.agreeCon ul.agreeList li span.em {
  margin-left: 246px;
  font-weight: 400;
}
.agreeCon p {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  word-break: keep-all;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 400;
  border-bottom: 1px solid #e3e3e3;
}
.agreeCon p span {
  font-size: 14px;
  font-weight: 500;
}

.codiPop .popup .botm_tit {
  width: 100%;
  position: relative;
  padding: 15px 0px;
  border-bottom: 0px solid #333;
}
.codiPop .popup .botm_tit p {
  font-size: 14px;
  color: #333;
  font-weight: 500;
  letter-spacing: -0.025em;
  line-height: 20px;
  padding-bottom: 4px;
}
.codiPop .popup .botm_tit span {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 20px;
}

/** 개원존 프리미엄 서비스 **/
.linkWrap {
  width: 512px;
  height: 180px;
  position: absolute;
  top: 0;
  right: 0px;
}
.linkWrap ul.qrLink, .linkWrap ul.snsLink {
  position: absolute;
  top: 0;
  right: -50px;
  opacity: 0;
  font-size: 0;
}
.linkWrap ul.qrLink {
  top: -35px;
  border-bottom: 1px solid #eee;
  padding-bottom: 17px;
}
.linkWrap ul.qrLink li {
  width: 132px;
  margin-left: 58px;
  text-align: center;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
.linkWrap ul.qrLink li:first-child {
  margin-left: 0;
}
.linkWrap ul.qrLink li .qr {
  width: 132px;
  height: 132px;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 13px;
  position: relative;
  z-index: 2;
}
.linkWrap ul.qrLink li .qr img {
  display: block;
}
.linkWrap ul.qrLink li img.text {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto 5px;
}
.linkWrap ul.qrLink li p {
  margin-bottom: 5px;
  font-size: 16px;
  color: #333333;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 35px;
}
.linkWrap ul.snsLink {
  top: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
}
.linkWrap ul.snsLink li {
  color: #494e66;
  letter-spacing: -0.75px;
  font-weight: bold;
  font-size: 14px;
}
.linkWrap ul.snsLink li:first-child {
  margin-right: 10px;
}

.active ul.qrLink, .active ul.snsLink {
  right: 0;
  opacity: 1;
  transition: 0.6s;
}

.ji_popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.ji_popup .ji_p_layout {
  width: 500px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -250px;
  margin-top: -200px;
  box-shadow: 21px 21px 21px rgba(0, 0, 0, 0.15);
}
.ji_popup .ji_p_layout .ji_title {
  width: 100%;
  background-color: #F6FBFF;
  position: relative;
  padding: 20px 0px;
  border-bottom: 1px solid #e0e0e0;
}
.ji_popup .ji_p_layout .ji_title p {
  font-size: 21px;
  color: #333;
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 30px;
  text-align: center;
}
.ji_popup .ji_p_layout .ji_title img {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -11.5px;
  cursor: pointer;
  transition: all 0.2s;
}
.ji_popup .ji_p_layout .ji_title img:hover {
  opacity: 0.5;
}
.ji_popup .ji_p_layout .ji_cont {
  width: 100%;
  padding: 25px;
  text-align: center;
}
.ji_popup .ji_p_layout .ji_cont img {
  display: block;
  margin: auto;
  margin-top: 10px;
}
.ji_popup .ji_p_layout .ji_cont p {
  font-family: "GmarketSansMedium", sans-serif !important;
  font-size: 21px;
  color: #333;
  letter-spacing: -0.05em;
  line-height: 29px;
  margin-top: 30px;
}
.ji_popup .ji_p_layout .ji_cont span {
  font-family: "GmarketSansBold", sans-serif !important;
  font-size: 21px;
}
.ji_popup .ji_p_layout .ji_cont .ji_btn {
  width: 100%;
  overflow: hidden;
  padding-top: 22px;
  margin-top: 17px;
  border-top: 1px solid #e0e0e0;
}
.ji_popup .ji_p_layout .ji_cont .ji_btn div {
  text-align: center;
  background-color: #168CF6;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
  width: 215px;
  float: left;
  padding: 10px 0px;
  border-radius: 8px;
  transition: all 0.2s;
}
.ji_popup .ji_p_layout .ji_cont .ji_btn div:hover {
  background-color: #0b78d9;
}
.ji_popup .ji_p_layout .ji_cont .ji_btn div font {
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}
.ji_popup .ji_p_layout .ji_cont .ji_btn div font i {
  font-size: 18px;
  color: #fff;
}
.ji_popup .ji_p_layout .ji_cont .ji_btn a:last-child div {
  background-color: #E8E8E8;
  color: #555;
  float: right;
}
.ji_popup .ji_p_layout .ji_cont .ji_btn a:last-child div font {
  color: #555;
}
.ji_popup .ji_p_layout .ji_cont .ji_btn a:last-child div font i {
  color: #555;
}
.ji_popup .ji_p_layout .ji_cont .ji_btn a:last-child div:hover {
  background-color: #d7d7d7;
}

.footer {
  margin-top: 0 !important;
  border-top: 0 !important;
  position: relative;
  z-index: 9;
}

.popup_ie_end {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.ie_end {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.ie_end .sec_cont {
  position: relative;
  top: 0;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  width: 560px;
  background-color: #fff;
  border-radius: 10px;
  transition: 0.4s linear 0s;
}
.ie_end .sec_cont .box_info {
  width: 100%;
  padding: 40px 40px;
  text-align: center;
}
.ie_end .sec_cont .box_info .txt {
  width: 100%;
}
.ie_end .sec_cont .box_info .txt p {
  font-size: 17px;
  color: #333;
  font-family: "GmarketSansMedium", sans-serif !important;
  letter-spacing: -0.05em;
  line-height: 1.4;
}
.ie_end .sec_cont .box_info .txt p strong {
  font-size: 17px;
  color: #06166d;
  font-family: "GmarketSansBold", sans-serif !important;
  letter-spacing: -0.05em;
}
.ie_end .sec_cont .box_info .txt p font {
  font-size: 17px;
  color: #ff2b44;
  font-family: "GmarketSansMedium", sans-serif !important;
  letter-spacing: -0.05em;
}
.ie_end .sec_cont .box_info .link {
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  width: 430px;
  margin-top: 35px;
}
.ie_end .sec_cont .box_info .link a + a {
  margin-top: 10px;
}
.ie_end .sec_cont .box_info .link div {
  width: 430px;
  height: 50px;
  padding: 0 22px;
  border: 1px solid #cdcfd4;
  border-radius: 26px;
  font-size: 16px;
  color: #333;
  font-family: "GmarketSansMedium", sans-serif !important;
  line-height: 54px;
  letter-spacing: -0.05em;
  text-align: left;
}
.ie_end .sec_cont .box_info .link div.edge {
  background: #fff url("../../../../../../skin/site/basic/img/intro/ie/icon_edge.png") center right 10px no-repeat;
}
.ie_end .sec_cont .box_info .link div.chrome {
  background: #fff url("../../../../../../skin/site/basic/img/intro/ie/icon_chrome.png") center right 10px no-repeat;
}
.ie_end .sec_cont .box_info .link div.whale {
  background: #fff url("../../../../../../skin/site/basic/img/intro/ie/icon_whale.jpg") center right 10px no-repeat;
}
.ie_end .sec_cont .box_info .link div:hover {
  border-color: #06166d;
}
.ie_end .sec_cont .ie_end_close {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-fit-content;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  background-color: rgb(249, 249, 249);
  border-radius: 26px;
  cursor: pointer;
}
.ie_end .sec_cont .ie_end_close span {
  font-size: 16px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-left: 6px;
}
.ie_end .sec_cont .ie_end_close:hover {
  background-color: rgba(249, 249, 249, 0.8);
}

.intro_pass_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
}
.intro_pass_popup .ipp_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.intro_pass_popup .ipp_inner .ipp_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.intro_pass_popup .ipp_inner .ipp_con {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pass_box {
  position: relative;
  width: 626px;
  height: 790px;
  padding: 100px 35px 0 57px;
  background: url("../../../../../../skin/site/basic/img/intro/pass_bg.png") center no-repeat;
}
.pass_box .pass_close {
  position: absolute;
  top: 0;
  right: -50px;
  cursor: pointer;
}
.pass_box .tel_box {
  position: absolute;
  bottom: 30px;
  left: 57px;
}
.pass_box .tel_box p {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.pass_box .topBox {
  width: 100%;
  padding-bottom: 40px;
}
.pass_box .topBox span {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.pass_box .topBox h2 {
  font-size: 26px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-top: 8px;
}
.pass_box .topBox p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.5;
  margin-top: 10px;
}
.pass_box .botBox {
  width: 100%;
  margin-top: 15px;
}
.pass_box .botBox .idBox {
  width: 100%;
}
.pass_box .botBox .idBox h2 {
  padding-bottom: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.pass_box .botBox .idBox input {
  width: 360px;
  height: 42px;
  padding: 0 15px;
  background: #fff;
  border: 0;
  border-radius: 8px;
  outline: none;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
}
.pass_box .botBox .idBox .btn {
  display: inline-block;
  width: 80px;
  height: 42px;
  background: #333;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  margin-left: 10px;
}

.submitbtn {
  display: inline-block;
  width: 110px;
  height: 37px;
  background: #fbd647;
  border-radius: 8px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
  margin-left: 10px;
}

.pass_box .botBox .certifBox {
  width: 100%;
  margin-top: 10px;
}
.pass_box .botBox .certifBox > h2 {
  padding-bottom: 0px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.pass_box .botBox .certifBox .tab {
  width: 100%;
}
.pass_box .botBox .certifBox .tab > ul {
  width: 100%;
}
.pass_box .botBox .certifBox .tab > ul li {
  display: inline-block;
  cursor: pointer;
}
.pass_box .botBox .certifBox .tab > ul li:last-child {
  margin-left: 5px;
}
.pass_box .botBox .certifBox .tab > ul li .pass_radio {
  display: none;
}
.pass_box .botBox .certifBox .tab > ul li label {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
  padding-left: 20px;
  cursor: pointer;
}
.pass_box .botBox .certifBox .tab > ul li .pass_radio + label {
  background: url("../../../../../../skin/site/basic/img/intro/pass_radio.png") center left no-repeat;
  background-size: 10px 10px;
}
.pass_box .botBox .certifBox .tab > ul li .pass_radio:checked + label {
  background: url("../../../../../../skin/site/basic/img/intro/pass_radio_on.png") center left no-repeat;
  background-size: 10px 10px;
}
.pass_box .botBox .certifBox .tab .tab_con {
  position: relative;
  width: 100%;
  margin-top: 10px;
}
.pass_box .botBox .certifBox .tab .email .e_box01 {
  width: 100%;
  height: 44px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pass_box .botBox .certifBox .tab .email .e_box01 p {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.pass_box .botBox .certifBox .tab .email .e_box01 p b {
  font-weight: 500;
  letter-spacing: 0;
}

.e_box02 {
  width: 100%;
  padding: 10px 0 5px;
}
.e_box02 input {
  width: 360px;
  height: 42px;
  padding: 0 15px;
  background: #fff;
  border: 0;
  border-radius: 8px;
  outline: none;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
}
.e_box02 .btn {
  display: inline-block;
  width: 80px;
  height: 42px;
  background: #333;
  border-radius: 8px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 42px;
  text-align: center;
  margin-left: 10px;
}

.e_box03 {
  width: 100%;
  padding-bottom: 15px;
}
.e_box03 > ul {
  width: 100%;
  overflow: hidden;
}
.e_box03 > ul li {
  float: left;
  width: 50%;
}
.e_box03 > ul li h2 {
  padding-bottom: 5px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.e_box03 > ul li input {
  width: 250px;
  height: 42px;
  padding: 0 15px;
  background: #fff;
  border: 0;
  border-radius: 8px;
  outline: none;
  font-size: 16px;
  color: #333;
  font-weight: 400;
  letter-spacing: 0;
}

.e_box04 {
  width: 100%;
}
.e_box04 div {
  width: 100%;
  height: 42px;
  background: #fbd647;
  border-radius: 30px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 42px;
  text-align: center;
}

.pass_box .botBox .certifBox .tab .phone .p_box01 {
  width: 100%;
  height: 75px;
}
.pass_box .botBox .certifBox .tab .phone .p_box01 > ul {
  width: 100%;
}
.pass_box .botBox .certifBox .tab .phone .p_box01 > ul li {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.pass_box .botBox .certifBox .tab .phone .p_box01 > ul li + li {
  padding-top: 8px;
}
.pass_box .botBox .certifBox .tab .phone .p_box01 > ul li .pass_radio {
  display: none;
}
.pass_box .botBox .certifBox .tab .phone .p_box01 > ul li label {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
  letter-spacing: -0.025em;
  padding-left: 20px;
  cursor: pointer;
}
.pass_box .botBox .certifBox .tab .phone .p_box01 > ul li label b {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0;
}
.pass_box .botBox .certifBox .tab .phone .p_box01 > ul li .pass_radio + label {
  background: url("../../../../../../skin/site/basic/img/intro/pass_radio.png") center left no-repeat;
  background-size: 10px 10px;
}
.pass_box .botBox .certifBox .tab .phone .p_box01 > ul li .pass_radio:checked + label {
  background: url("../../../../../../skin/site/basic/img/intro/pass_radio_on.png") center left no-repeat;
  background-size: 10px 10px;
}
.pass_box .botBox .certifBox .tab .phone .p_box02 {
  width: 100%;
  padding: 25px 0 30px;
}
.pass_box .botBox .certifBox .tab .phone .p_box02 p {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.pass_box .botBox .certifBox .tab .phone .p_box02 p font {
  font-size: 15px;
  color: #fbd647;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.pass_box .botBox .certifBox .tab .phone .p_box03 {
  width: 100%;
}
.pass_box .botBox .certifBox .tab .phone .p_box03 div {
  width: 100%;
  height: 42px;
  background: #fbd647;
  border-radius: 30px;
  font-size: 16px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 42px;
  text-align: center;
}

.popup_inquiry {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  z-index: 99999;
}
.popup_inquiry .inq_box {
  width: 470px;
  padding: 25px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.popup_inquiry .inq_box .tit {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 1px solid #888;
}
.popup_inquiry .inq_box .tit h2 {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  letter-spacing: -0.025em;
}
.popup_inquiry .inq_box .tit .btn_close {
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 0;
  cursor: pointer;
}
.popup_inquiry .inq_box .tit .btn_close span {
  display: inline-block;
  font-size: 0;
}
.popup_inquiry .inq_box .cont {
  width: 100%;
  margin-top: 20px;
}
.popup_inquiry .inq_box .cont .info_box {
  position: relative;
  width: 100%;
  border-bottom: 2px solid #178df4;
}
.popup_inquiry .inq_box .cont .info_box .txtBox {
  width: 100%;
  padding: 0 30px;
}
.popup_inquiry .inq_box .cont .info_box .txtBox .txt {
  position: relative;
  top: -15px;
  padding: 15px 0 0;
  background-color: #fff;
  text-align: center;
}
.popup_inquiry .inq_box .cont .info_box .txtBox .txt h2 {
  font-size: 24px;
  color: #333;
  font-family: "GmarketSansMedium" !important;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.3;
}
.popup_inquiry .inq_box .cont .info_box .txtBox .txt h2 font {
  font-size: 24px;
  color: #178df4;
  font-family: "GmarketSansMedium" !important;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.popup_inquiry .inq_box .cont .info_box .txtBox .txt p {
  font-size: 17px;
  color: #333;
  font-family: "GmarketSansMedium" !important;
  font-weight: 400;
  letter-spacing: -0.025em;
  line-height: 1.4;
  margin-top: 10px;
}
.popup_inquiry .inq_box .cont .info_box .txtBox .txt p font {
  font-size: 17px;
  color: #178df4;
  font-family: "GmarketSansMedium" !important;
  font-weight: 400;
  letter-spacing: -0.025em;
}
.popup_inquiry .inq_box .cont .contact_box {
  display: flex;
  width: 100%;
  padding: 10px 0;
}
.popup_inquiry .inq_box .cont .contact_box > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  flex: 0 0 50%;
  padding: 10px 0;
}
.popup_inquiry .inq_box .cont .contact_box > div + div {
  border-left: 1px solid #e0e0e0;
}
.popup_inquiry .inq_box .cont .contact_box > div p {
  font-size: 17px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.025em;
  margin-top: 10px;
}
.popup_inquiry .inq_box .cont .txt_box {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  background-color: #f5faff;
  border: 1px solid #ccc;
}
.popup_inquiry .inq_box .cont .txt_box p {
  font-size: 14px;
  color: #333;
  font-weight: 400;
  letter-spacing: -0.055em;
  text-align: center;
}
.popup_inquiry .inq_box .cont .ad_box {
  text-align: center;
}
.popup_inquiry .inq_box .cont .ad_box a {
  display: block;
  margin-top: 10px;
  padding: 10px;
  background: #007ee0;
  color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transition: 0.2s all;
}
.popup_inquiry .inq_box .cont .ad_box a:hover {
  background: #008fff;
}/*# sourceMappingURL=intro.new.css.map */