div {
  box-sizing: border-box;
}

@font-face {
  src: url("fonts/icons.woff") format("woff");
  font-family: "Icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}
#cfmClContents {
  position: relative;
}
#cfmClContents .location {
  position: absolute;
  top: 110px;
  right: calc(50% - 540px);
  z-index: 10;
  margin: 0 auto;
  width: 1080px;
}

.visual {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 250px;
  background-image: url("/static/images/pc/bg_visual.png");
  background-repeat: no-repeat;
}
.visual .inner .header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.visual .inner .header h3 {
  position: relative;
  font-family: "KTB";
  font-size: 45px;
  color: #000;
}
.visual .inner .header h3 span {
  position: absolute;
  top: calc(50% - 16px);
  right: -50px;
  width: 32px;
  height: 32px;
  background-image: url("/static/images/pc/icon/icon_share.png");
  background-repeat: no-repeat;
  background-position: -4px -4px;
  cursor: pointer;
}
.visual .inner .header p {
  font-size: 18px;
  color: #222;
}
.visual.center {
  background-position: 0 -500px;
}
.visual.info {
  background-position: 50% 0;
}
.visual.data {
  background-position: 0 -250px;
}
.visual.free {
  background-position: 0 -750px;
}
.visual.benefit {
  background-position: 0 -750px;
}
.visual.news {
  background-position: 0 -750px;
}

.inner {
  margin: 0 auto;
  width: 1080px;
}

.tabCont {
  display: flex;
  align-items: center;
}
.tabCont li {
  flex-grow: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 72px;
}
.tabCont li button {
  width: 100%;
  height: 60px;
  font-size: 19px;
  color: #fff;
  background-color: #7a7c8d;
}
.tabCont li button.current {
  height: 74px;
  font-weight: bold;
  font-size: 22px;
  color: #d71826;
  background-color: #fff;
  border: 6px solid #d71826;
  box-shadow: 1px 2px 10px rgba(1, 1, 1, 0.5);
}
.tabCont.info button.current {
  color: #00a69e;
  border-color: #00a69e;
}

.tabChild {
  display: none;
}
.tabChild.current {
  display: block;
}

.invisible {
  position: absolute;
  left: -1000%;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

ul.sns {
  position: absolute;
  top: 43px;
  left: -45px;
  z-index: 5;
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  padding: 10px 0;
  width: 120px;
  border: 1px solid #bfbfbf;
  background-color: #fff;
}
ul.sns:before {
  position: absolute;
  top: -9px;
  left: 54px;
  z-index: 5;
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  background-image: url("/static/images/pc/icon/icon_share.png");
  background-repeat: no-repeat;
  background-position: 0 -41px;
}
ul.sns li button {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 400;
  font-size: 12px;
  color: #666;
  text-align: center;
}
ul.sns li button:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-image: url("/static/images/pc/icon/icon_share.png");
  background-repeat: no-repeat;
}
ul.sns li.kakao button:before {
  background-position: -45px 0;
}
ul.sns li.facebook button:before {
  background-position: -96px 0;
}
ul.sns li.x button:before {
  background-position: -45px -50px;
}
ul.sns li.line button:before {
  background-position: -96px -50px;
}

.promotion-wrawp .section {
  position: relative;
  margin: 0 auto;
}
.promotion-wrawp.pc .section {
  width: 1080px;
}
.npay .section:nth-of-type(2) .btn-detail {
  position: absolute;
  left: 50%;
  bottom: 150px;
  transform: translateX(-50%);
}
.npay.pc .section:nth-of-type(2) .btn-detail {
  width: 424px;
  height: 88px;
  bottom: 150px;
}
.npay.mo .section:nth-of-type(2) .btn-detail {
  width: 53%;
  height: 4%;
  bottom: 7.5%;
}/*# sourceMappingURL=promotion.css.map */