/* common */
@charset "utf-8";
@import url("https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css");

.min_wrap {
  opacity: 0;
  transition: opacity 0.3s ease;
}

html {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

body,
button,
p,
span {
  position: relative;
  font-family:
    "Spoqa Han Sans Neo",
    -apple-system,
    BlinkMacSystemFont,
    "Malgun Gothic",
    "맑은 고딕",
    dotum,
    "돋움",
    helvetica,
    "Apple SD Gothic Neo",
    sans-serif;
  letter-spacing: -0.05em;
  font-weight: 400;
}

button span,
a {
  color: #ffffff;
}

body {
  direction: ltr;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
  word-wrap: break-word;
}

body,
ul,
li,
button {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}

div,
ul,
p {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
}

p {
  margin: 0;
}

button {
  position: relative;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  color: rgba(60, 44, 36, 0.8);
}

button span {
  z-index: 10;
}

.hover {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
}
button:hover > .hover {
  background: rgba(0, 0, 0, 0.12);
}

/* typography */
.h1 {
  font-size: 36px;
  line-height: 56px;
}
.h2 {
  font-size: 22px;
  line-height: 28px;
}
.h3 {
  font-size: 20px;
  line-height: 25px;
}
.h4 {
  font-size: 18px;
  line-height: 22px;
}
.h5 {
  font-size: 17px;
  line-height: 22px;
}
.h6 {
  font-size: 15px;
  line-height: 21px;
}

.opacity_50 {
  opacity: 0.5;
}
.opacity_55 {
  opacity: 0.55;
}
.opacity_60 {
  opacity: 0.6;
}
.opacity_80 {
  opacity: 0.8;
}
.opacity_88 {
  opacity: 0.88;
}
.opacity_90 {
  opacity: 0.9;
}
.mid {
  font-weight: 500;
}
.semi_bold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.ext_bold {
  font-weight: 900 !important;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.break_all {
  word-break: break-all;
}

/* color  */
body {
  background-color: #6e84ff;
  color: #222222;
}
.white {
  color: #ffffff;
}
.black {
  color: #000000;
}
.black2 {
  color: #222222;
}
.black3 {
  color: #2f2e2d;
}
.blue {
  color: #3617ce;
}
.red {
  color: #ed1c24;
}
.orange {
  color: #ef373e;
}
.pink {
  color: #ec008b;
}
.gray {
  color: #4f4f58;
}

/* box */
.min_wrap {
  min-width: 360px;
  width: 100%;
  overflow: hidden;
}
.container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex_col.flex_left {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}

.flex_row.flex_left {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
}
.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.only_pc {
  display: block;
}
.only_mo {
  display: none;
}

.x_center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.relative {
  position: relative;
}

/* main */
.main {
  width: 100%;
  height: 997px;
  position: relative;
  overflow: hidden;
  background-color: #6e84ff;
}
.main > img,
.kv_main > img {
  position: absolute;
}
.kv_round_pc {
  width: 1340px;
  height: 805px;
  top: 0px;
  left: calc(50% - 670px);
}
.kv_ground_pc {
  width: 1340px;
  height: 464px;
  bottom: 0px;
  left: calc(50% - 670px);
}
.kv_coin_1 {
  width: 175px;
  height: 158.2px;
  top: 721px;
  left: calc(50% + 164px);
}
.kv_coin_2 {
  width: 126px;
  height: 140px;
  top: 385px;
  left: calc(50% - 267px);
}
.logo {
  width: 78.4px;
  height: auto;
  top: 46.2px;
}
.main_title {
  width: 434px;
  height: auto;
  top: 138.6px;
  left: calc(50% - 217px);
}
.kv_img {
  width: 604.8px;
  height: 653.8px;
  top: 296.8px;
  left: calc(50% - 217px);
}
.kv_deco_1 {
  width: 71.4px;
  height: 77px;
  top: 530.6px;
  left: calc(50% - 147px);
}
.kv_deco_2 {
  width: 77px;
  height: 70px;
  top: 537.6px;
  left: calc(50% + 67px);
}
.kv_deco_3 {
  width: 63px;
  height: 61.6px;
  top: 478.8px;
  left: calc(50% + 94px);
}
.kv_card_sd {
  width: 322px;
  height: 460.6px;
  top: 418.6px;
  left: calc(50% - 158px);
}
.kv_light {
  width: 175px;
  height: 28px;
  top: 434px;
  left: calc(50% - 22px);
}

.gra_left,
.gra_right {
  position: absolute;
  top: 0;
  width: 91px;
  height: 997px;
  pointer-events: none;
  z-index: 1;
}
.gra_left {
  left: calc(50% - 670px);
  background: linear-gradient(to right, #6e84ff, rgba(110, 132, 255, 0));
}
.gra_right {
  right: calc(50% - 670px);
  background: linear-gradient(to left, #6e84ff, rgba(110, 132, 255, 0));
}

.kv_card_box {
  position: absolute;
  width: 151.2px;
  height: 222.6px;
}
.kv_card_box.card1 {
  top: 418.6px;
  left: calc(50% - 76px);
}
.kv_card_box.card2 {
  top: 632.8px;
  left: calc(50% - 154px);
}
.kv_card_box.card3 {
  top: 641px;
  left: calc(50% - 13px);
}
.kv_card_box.flip-x {
  /* position: relative; */
  perspective: 1000px;
  transform-style: preserve-3d;
}
.kv_card_box.flip-x .flip-box {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform-origin: center center;
  will-change: transform;
  /* animation-play-state: paused; */
}
.kv_card_box.flip-x .flip-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.kv_card_box.flip-x .flip-box img.front {
  transform: rotateY(0deg);
  z-index: 2;
}
.kv_card_box.flip-x .flip-box img.back {
  transform: rotateY(180deg);
}
.kv_card_box img {
  width: 100%;
  height: auto;
}
/* show-back이 붙으면 .flip-box에 직접 3D 회전 적용 */
.kv_card_box.flip-x .flip-box {
  transition: transform 0.5s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.kv_card_box.flip-x.show-back .flip-box {
  transform: rotateY(180deg) !important;
}
.kv_card_box.flip-x:not(.show-back) .flip-box {
  transform: rotateY(0deg) !important;
}
.kv_card_box.flip-x .flip-box img.front {
  z-index: 2;
}
.kv_card_box.flip-x .flip-box img.back {
  z-index: 1;
}
.kv_card_box.flip-x.show-back .flip-box img.front {
  z-index: 1 !important;
}
.kv_card_box.flip-x.show-back .flip-box img.back {
  z-index: 2 !important;
}

.main_tab {
  background-color: #2964ff;
  width: 100%;
  height: 55.6px;
}
.main_tab > .flex_row {
  width: 252px;
  height: 100%;
  cursor: pointer;
}
.main_tab > .flex_row::after {
  content: "";
  display: none;
  width: 100%;
  height: 2.8px;
  background-color: #ffffff;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
[data-maintab="discount"] .main_tab > .flex_row:first-child {
  font-weight: 700;
}
[data-maintab="discount"] .main_tab > .flex_row:first-child::after {
  display: block;
}
[data-maintab="installment"] .main_tab {
  background-color: #222024;
}
[data-maintab="installment"] .main_tab > .flex_row:last-child {
  font-weight: 700;
}
[data-maintab="installment"] .main_tab > .flex_row:last-child::after {
  display: block;
}

.tab_container {
  width: 100%;
}
/* 통신비 할인 패널 */
[data-maintab="discount"] .tab_container {
  background-color: #a3c8ff;
}
/* 기기 할부 패널 */
[data-maintab="installment"] .tab_container {
  background-color: #bfb2eb;
}

/* tab_head */
.panel_head {
  width: 100%;
  max-width: 504px;
  padding: 33.6px 28px 30.8px;
  margin: 0 auto;
}
.panel_tabs {
  width: 100%;
  height: 78.4px;
  border-radius: 28px;
  box-shadow: 0px 5.6px 9.8px 0px #0013443d;
}
.panel_tab {
  flex: 1 1 0;
  height: 100%;
  background-color: #ffffff;
  cursor: pointer;
}
.panel_tab:not(.active):hover > .hover {
  background: rgba(0, 0, 0, 0.12);
}
.panel_tab.skt_tab,
.panel_tab.skt_tab .hover {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}
.panel_tab.lg_tab,
.panel_tab.lg_tab .hover {
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}
.panel_tab img:not(.tri) {
  width: 53.2px;
  height: 53.2px;
  display: block;
}
.panel_tab img.active_logo {
  display: none;
}
.panel_tab.active img.active_logo {
  display: block;
}
.panel_tab.active img.default_logo {
  display: none;
}
.panel_tab img.tri {
  width: 16.8px;
  height: 11.2px;
  position: absolute;
  bottom: -11.2px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.panel_tab.active img.tri {
  display: block;
}
.skt_tab.active {
  background-color: #3617ce;
}
.kt_tab.active {
  background-color: #231f20;
}
.lg_tab.active {
  background-color: #ec008b;
}
/* panel_body */
.panel_body {
  width: 100%;
  max-width: 504px;
  margin: 0 auto;
}
.panel_cont {
  width: 100%;
  background-color: #ffffff;
}
.panel_cont_head {
  width: 100%;
  padding: 33.6px 44.8px 22.4px;
}
.panel_cont_skt {
  background-color: #ebf5ff;
}
.panel_cont_kt {
  background-color: #ffefeb;
}
.panel_cont_lgu {
  background-color: #fff0fa;
}
.panel_cont_head img {
  width: auto;
  height: 81.2px;
  display: block;
}
.panel_cont_body {
  width: 100%;
  gap: 28px;
  padding: 33.6px 44.8px 42px;
  background-color: #ffffff;
}
.panel_cont_body > .flex_col {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5.6px;
}
.cont_title {
  width: auto;
  height: 18.2px;
}
.cont_num_ul {
  width: 100%;
  gap: 11.2px;
  justify-content: flex-start;
  align-items: flex-start;
}
.cont_num_li {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5.6px;
}
.cont_num_li span {
  flex-shrink: 0;
}
.cont_gray_box {
  width: 100%;
  border-radius: 16.8px;
  background: #4f4f580f;
  padding: 14px 11.2px 14px 8.4px;
  margin-top: 8.4px;
  gap: 5.6px;
  justify-content: flex-start;
  align-items: flex-start;
}
.cont_gray_box ul {
  padding-left: 26px;
}
.ques_li {
    width: 100%;
    padding-left: 46.2px;
    position: relative;
}
.ques_li::before {
    content: "";
    position: absolute;
    left: 21px;
    top: 2.6px;
    width: 19.6px;
    height: 16.8px;
    background-image: url("../../static/images/lottecard_telecom_2606/icon-ques.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.star_li {
    width: 100%;
    padding-left: 23.4px;
    position: relative;
}
.star_li::before {
    content: "※";
    position: absolute;
    left: 5.6px;
    top: 0px;
    color: #4f4f58;
    font-size: inherit;
    line-height: inherit;
}
.number_ul {
    width: 100%;
    gap: 2.8px;
    justify-content: flex-start;
    align-items: flex-start;
}
.number_li {
    width: 100%;
    padding-left: 43px;
    position: relative;
}
.number_li::before {
    content: "①";
    position: absolute;
    left: 25.2px;
    top: 0px;
    color: #4f4f58;
    font-size: inherit;
    line-height: inherit;
}
.number_li.num2::before {
    content: "②";
}
.ministar_li {
    width: 100%;
    padding-left: 16.4px;
    position: relative;
}
.ministar_li::before {
    content: "*";
    position: absolute;
    left: 5.6px;
    top: 0px;
    color: #4f4f58;
    font-size: inherit;
    line-height: inherit;
}
.target_card_wrap {
  width: 100%;
  gap: 16.8px;
  padding: 11.2px 0px;
}
.target_card_wrap.vertical {
  justify-content: flex-start;
  align-items: flex-start;
}
.target_card_wrap img {
  width: 91px;
  height: auto;
  flex-shrink: 0;
}
.vertical_card_wrap {
    width: 144px;
    height: 91px;
    flex-shrink: 0;
}
.vertical_card {
    transform: rotate(270deg);
    margin-top: -26px;
    margin-left: 27px;
}
.target_card_desc {
  gap: 16.8px;
  justify-content: flex-start;
  align-items: flex-start;
}
.go_target {
  width: 100%;
  height: 70px;
  margin-top: 14px;
  border-radius: 11.2px;
  box-shadow: 0px 5.6px 9.8px 0px #0013443d;
  border: 1.4px solid;
}
[data-sub="skt"] .go_target,
[data-sub="skt"] .go_target .h2 {
  border-color: #3617ce;
  color: #3617ce;
}
[data-sub="kt"] .go_target,
[data-sub="kt"] .go_target .h2 {
  border-color: #ed1c24;
  color: #ed1c24;
}
[data-sub="lgu"] .go_target,
[data-sub="lgu"] .go_target .h2 {
  border-color: #ec008b;
  color: #ec008b;
}

/* event table */
.eve_table_wrap {
    width: 100%;
}
.eve_table_wrap > p.h6 {
    margin-top: 11.2px;
    color: #756F6E;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5.6px;
    word-break: break-all;
    letter-spacing: -0.07em;
}
.eve_table_wrap > p.h6::before {
    content: "*";
    color: inherit;
    font-size: inherit;
    line-height: inherit;
    flex-shrink: 0;
    min-width: 8px;
}
.eve_table_inner {
    width: 100%;
    border-radius: 14px;
    border: 1.4px solid #4F4F5829;
    overflow: hidden;
}
.eve_table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
  table-layout: fixed;
  border-radius: 14px;
  overflow: hidden;
}
/* 1번째 컬럼 너비 설정 */
.eve_table th, .eve_table td {
    width: 100.8px;
}
.eve_table th:nth-child(1),
.eve_table td:nth-child(1),
.eve_table th:nth-child(2),
.eve_table td:nth-child(2) {
  /* width: 103.6px; */
  border-left-width: 0px;
}
.eve_table th {
  background: #4F4F580F;
  height: 87px;
  border-right: 1.4px solid #4F4F5829;
}
.eve_table td {
  height: 70px;
  border: 1.4px solid #4F4F5829;
  background-color: #ffffff;
}
.eve_table thead tr th:last-child,
.eve_table tbody tr td:last-child {
  border-right-width: 0px;
}
.eve_table tbody tr:last-child td {
  border-bottom-width: 0px;
}

.installment_kt_table thead, .installment_lgu_table thead {
    height: 134.4px;
}
.installment_kt_table thead > tr:first-child th:not(:first-child) {
    width: 152.6px;
    border-bottom: 1.4px solid #4F4F5829;
    height: 42px;
    max-height: 42px;
}

.installment_lgu_table thead > tr:first-child th:last-child {
    width: 160px;
    border-bottom: 1.4px solid #4F4F5829;
    height: 42px;
    max-height: 42px;
}
.installment_lgu_table thead > tr:first-child th:nth-child(2) {
    width: 133px;
}

/* footer */
.footer {
  width: 100%;
  background-color: #000623;
  color: #ffffff;
}
.footer_wrap {
  max-width: 1400px;
  align-items: flex-start;
  padding: 70px 22.4px 98px 11.2px;
  gap: 28px;
}
.footer_title {
  gap: 8.4px;
  padding-left: 11.2px;
}
.alert {
  width: 36.4px;
  height: 36.4px;
  flex-shrink: 0;
}
.footer ul {
  list-style: none;
}
.footer ul p {
  padding-left: 8px;
}
.footer ul li {
  position: relative;
}
.footer ul li::before {
  position: absolute;
}
.footer .li_txt {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-left: 16px;
  word-break: keep-all;
}
.footer ul li.default {
  padding-left: 10px;
}
.footer ul li.default::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #fff;
  top: 9px;
}
.footer ul li.dashed::before {
  content: "-";
}
.footer ul li.star::before {
  content: "※";
  border-radius: 0px;
  background-color: unset;
  top: 0px;
  left: 3px;
  width: auto;
  height: auto;
}
.footer .dashed_wrap {
  padding-left: 24px;
}