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;
}
.visual {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10vw;
  border-bottom: 1px solid #e0e0e0;
}
.visual .inner .header {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.8vw;
}
.visual .inner .header h3 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3vw;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "KTB";
  font-weight: 700;
  font-size: 6vw;
  color: #000;
}
.visual .inner .header h3 span {
  position: absolute;
  top: 0;
  right: -8vw;
  width: 6.5vw;
  height: 6.5vw;
  background-image: url("/static/images/mobile/btn_share.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
.visual .inner .header p {
  font-size: 3.45vw;
  color: #222;
}

.tabCont {
  display: flex;
  align-items: center;
  -moz-column-gap: 4vw;
       column-gap: 4vw;
  padding: 0 4.0625vw;
  border-bottom: 1px solid #e0e0e0;
}
.tabCont li {
  flex-grow: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 12vw;
}
.tabCont li button {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 3.67vw;
  color: #666;
  line-height: 1.2;
  word-break: keep-all;
}
.tabCont li button.current {
  font-weight: 500;
  font-size: 3.67vw;
  color: #d71826;
}
.tabCont li button.current:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #d71826;
}
.tabCont.info button.current {
  color: #00a69e;
}
.tabCont.info button.current:after {
  background-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: 10vw;
  left: -50%;
  z-index: 5;
  display: none;
  padding: 3vw 2vw;
  border: 1px solid #bfbfbf;
  background-color: #fff;
}
ul.sns:before {
  position: absolute;
  top: -9px;
  left: calc(50% - 6px);
  z-index: 5;
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  background-image: url("/static/images/mobile/arrow-sns.jpg");
  background-repeat: no-repeat;
  background-size: contain;
}
ul.sns li + li {
  margin-top: 2.3vw;
}
ul.sns li button {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 0.5vw;
  font-weight: 700;
  font-size: 2.8vw;
  color: #666;
  text-align: center;
  letter-spacing: -0.15vw;
}
ul.sns li button:before {
  content: "";
  display: block;
  width: 10vw;
  height: 10vw;
  background-repeat: no-repeat;
  background-size: contain;
}
ul.sns li.kakao button:before {
  background-image: url("/static/images/mobile/btn_kakao.jpg");
}
ul.sns li.facebook button:before {
  background-image: url("/static/images/mobile/btn_fb.jpg");
}
ul.sns li.x button:before {
  background-image: url("/static/images/mobile/btn_twitter.jpg");
}
ul.sns li.line button:before {
  background-image: url("/static/images/mobile/btn_line.jpg");
}

.tabChild {
  margin-top: 10vw;
}

.use {
  margin-top: 0;
}
.use .imgCont {
  display: block;
}
.use .imgCont + .imgCont {
  margin-top: 0;
}
.use .notice {
  display: block;
  margin-top: 5vw;
}

.plan {
  margin-top: 0;
}
.plan .imgCont {
  display: block;
}
.plan .imgCont_03, .plan .imgCont_04 {
  position: relative;
}
.plan .imgCont_03 a, .plan .imgCont_04 a {
  position: absolute;
  bottom: 8%;
  left: 33%;
  width: 34%;
}
.plan .imgCont_04 {
  margin-top: 7vw;
}
.plan .imgCont_05 {
  margin: 7vw 0;
}
.plan .roamingBenefit {
  margin-top: 10vw;
}
.plan .roamingBenefit button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 2vw 0;
  width: 90vw;
  font-weight: 700;
  font-size: 3.45vw;
  color: #414042;
  background-color: #e9e9e9;
}
.plan .roamingBenefit button:after {
  position: absolute;
  top: calc(50% - 1vw);
  right: 5vw;
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  border-left: 2px solid #6e6e6e;
  border-top: 2px solid #6e6e6e;
  transform: rotate(225deg);
  margin-top: -1vw;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.plan .roamingBenefit button.current:after {
  transform: rotate(45deg);
}
.plan .roamingBenefit div {
  display: none;
}
.plan .roamingBenefit table {
  margin: 5vw auto;
  width: 90vw;
  border-collapse: collapse;
  border-top: 3px solid #555;
}
.plan .roamingBenefit table th {
  padding: 2vw;
  font-weight: normal;
  font-size: 3.15vw;
  color: #222;
  text-align: left;
  border-bottom: 1px solid #ccc;
  background-color: #e9e9e9;
}
.plan .roamingBenefit table td {
  padding: 2vw;
  font-size: 3.15vw;
  line-height: 1.3;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.plan .roamingBenefit table thead th {
  text-align: center;
  background-color: #bfe9e7;
}
.plan .roamingBenefit table thead th:first-child {
  border-right: 1px solid #ccc;
}

.abroad {
  margin-top: 0;
}
.abroad .imgCont {
  display: block;
}
.abroad .imgCont_01 {
  margin: 0 auto;
}
.abroad .searvice_info {
  margin: 0 auto;
  width: 90vw;
}
.abroad .searvice_info + .searvice_info {
  margin-top: 5vw;
  width: 100%;
}
.abroad .searvice_info + .searvice_info dl {
  margin: 0 auto;
  width: 90vw;
}
.abroad .searvice_info h6 {
  margin-bottom: 5vw;
  font-family: "KTB";
  font-size: 4vw;
  color: #fff;
  line-height: 56px;
  text-align: center;
  background-color: #ff2d36;
}
.abroad .searvice_info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 3px solid #555;
}
.abroad .searvice_info table th {
  font-size: 3.45vw;
  color: #222;
  background-color: #bfe9e7;
  border-bottom: 1px solid #b8b8b8;
}
.abroad .searvice_info table td {
  padding: 3vw 0;
  font-size: 3.45vw;
  color: #222;
  text-align: center;
  border-left: 1px solid #b8b8b8;
  border-bottom: 1px solid #b8b8b8;
}
.abroad .searvice_info table td strong {
  color: #00a69e;
}
.abroad .searvice_info table td span {
  display: inline-block;
  padding: 1vw 2vw;
  color: #fff;
  background-color: #00a69e;
}
.abroad .searvice_info table + p {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}
.abroad .searvice_info dl {
  margin-top: 5vw;
}
.abroad .searvice_info dl dt {
  margin-bottom: 3vw;
  font-weight: 700;
  font-size: 4vw;
}
.abroad .searvice_info dl dd {
  padding: 3vw;
  font-size: 3.45vw;
  color: #656567;
  line-height: 24px;
  background-color: #f1f2fa;
}
.abroad .searvice_info dl dd li {
  position: relative;
  padding-left: 10px;
}
.abroad .searvice_info dl dd li:before {
  position: absolute;
  top: -1px;
  left: 0;
  content: "-";
}
.abroad .searvice_info dl dd li a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 2px 16px;
  font-size: 3.25vw;
  color: #fff;
  background-color: #00a69e;
  border-radius: 14px;
}

.faq {
  margin-top: 10vw;
}
.faq h6 {
  font-weight: bold;
  font-size: 5vw;
  color: #333;
  text-align: center;
}
.faq .tab {
  margin-top: 8vw;
  display: flex;
  align-items: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
.faq .tab li {
  flex-grow: 1;
  display: flex;
  align-items: center;
  width: 100%;
}
.faq .tab li button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1vw;
  padding: 3vw 0;
  width: 100%;
  font-weight: bold;
  font-size: 3.45vw;
  color: #222;
}
.faq .tab li button:before {
  content: "";
  display: block;
  width: 8vw;
  height: 8vw;
  background-size: contain;
}
.faq .tab li button.current {
  position: relative;
  color: #d71826;
}
.faq .tab li button.current:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 2.5px;
  background-color: #d71826;
}
.faq .tab li:nth-child(1) button:before {
  background-image: url("/static/images/mobile/icon-data.png");
  background-repeat: no-repeat;
}
.faq .tab li:nth-child(1) button.current:before {
  background-image: url("/static/images/mobile/icon-data-active.png");
  background-repeat: no-repeat;
}
.faq .tab li:nth-child(2) button:before {
  background-image: url("/static/images/mobile/icon-msg.png");
  background-repeat: no-repeat;
}
.faq .tab li:nth-child(2) button.current:before {
  background-image: url("/static/images/mobile/icon-msg-active.png");
  background-repeat: no-repeat;
}
.faq .tab li:nth-child(3) button:before {
  background-image: url("/static/images/mobile/icon-billing.png");
  background-repeat: no-repeat;
}
.faq .tab li:nth-child(3) button.current:before {
  background-image: url("/static/images/mobile/icon-billing-active.png");
  background-repeat: no-repeat;
}
.faq .faqCont {
  display: none;
  margin-top: 5vw;
  border-top: 1px solid #000;
}
.faq .faqCont button {
  display: flex;
  align-items: center;
  padding: 3vw 5vw 3vw 4vw;
  width: 100%;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 3.45vw;
  color: #222;
  border-bottom: 1px solid #000;
  background-color: #e9e9e9;
}
.faq .faqCont button span {
  flex-shrink: 0;
  position: relative;
  margin-right: 2vw;
  width: 6vw;
  height: 6vw;
  overflow: hidden;
}
.faq .faqCont button span:before {
  content: "Q";
  display: block;
  width: 6vw;
  height: 6vw;
  font-weight: bold;
  font-size: 3.45vw;
  color: #fff;
  line-height: 6vw;
  text-align: center;
  border-radius: 50%;
  background-color: #666;
}
.faq .faqCont button p {
  margin-right: 3vw;
  text-align: left;
}
.faq .faqCont button:after {
  flex-shrink: 0;
  margin-left: auto;
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  border-left: 2px solid #6e6e6e;
  border-top: 2px solid #6e6e6e;
  transform: rotate(225deg);
  margin-top: -1vw;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.faq .faqCont button.current:after {
  transform: rotate(45deg);
}
.faq .faqCont div {
  display: none;
  position: relative;
  padding: 3vw 3vw 3vw 12vw;
  font-size: 3.45vw;
  line-height: 1.3;
  border-bottom: 1px solid #000;
}
.faq .faqCont div:before {
  position: absolute;
  top: 3vw;
  left: 4vw;
  content: "A";
  display: block;
  width: 6vw;
  height: 6vw;
  font-weight: bold;
  font-size: 3.45vw;
  color: #fff;
  line-height: 6vw;
  text-align: center;
  border-radius: 50%;
  background-color: #d71826;
}
.faq .faqCont div a.link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 3vw;
  height: 8vw;
  font-size: 3.25vw;
  color: #fff;
  border-radius: 2px;
  background-color: #484848;
}
.faq .faqCont div a.newWindow {
  color: #00a5b8;
}

.rate {
  display: none;
  margin-top: 10vw;
}

.font-color-red {
  color: #d71826;
}
.font-bold {
  font-weight: bold;
}/*# sourceMappingURL=info.css.map */