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;
}

.tabChild {
  margin-top: 100px;
}

.use .imgCont {
  display: block;
}
.use .imgCont + .imgCont {
  margin-top: 50px;
}
.use .imgCont_01 {
  margin: 0 auto;
}
.use .notice {
  display: block;
  margin-top: 100px;
}

.plan .imgCont {
  display: block;
}
.plan .imgCont_01 {
  margin: 0 auto;
}
.plan .imgCont_04 {
  margin-top: 130px;
}
.plan .roamingBenefit {
  margin-top: 60px;
}
.plan .roamingBenefit button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  font-size: 28px;
  color: #414042;
  background-color: #e9e9e9;
}
.plan .roamingBenefit button:after {
  position: absolute;
  top: 28px;
  right: 20px;
  content: "";
  display: block;
  width: 22px;
  height: 11px;
  background-image: url("/static/images/pc/icon/ico-arrow-black.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.plan .roamingBenefit button.current:after {
  transform: scaleY(-1);
}
.plan .roamingBenefit div {
  display: none;
}
.plan .roamingBenefit table {
  margin-top: 50px;
  width: 100%;
  border-collapse: collapse;
  border-top: 3px solid #555;
}
.plan .roamingBenefit table th {
  padding: 15px 0 15px 30px;
  font-weight: normal;
  font-size: 16px;
  color: #222;
  text-align: left;
  border-bottom: 1px solid #ccc;
  background-color: #e9e9e9;
}
.plan .roamingBenefit table td {
  padding: 15px 30px;
  font-size: 16px;
  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 {
  text-align: left;
  border-right: 1px solid #ccc;
}

.abroad .imgCont {
  display: block;
}
.abroad .imgCont + .imgCont {
  margin-top: 80px;
}
.abroad .imgCont_01 {
  margin: 0 auto;
}
.abroad .searvice_info {
  margin-top: 120px;
}
.abroad .searvice_info + .searvice_info {
  margin-top: 60px;
}
.abroad .searvice_info h6 {
  margin-bottom: 40px;
  font-family: "KTB";
  font-size: 32px;
  color: #fff;
  line-height: 56px;
  text-align: center;
  background-color: #ff2d36;
}
.abroad .searvice_info table {
  border-collapse: collapse;
  border-top: 3px solid #555;
}
.abroad .searvice_info table th {
  color: #222;
  background-color: #bfe9e7;
  border-bottom: 1px solid #b8b8b8;
}
.abroad .searvice_info table td {
  padding: 20px 0;
  font-size: 16px;
  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: 4px 10px;
  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: 50px;
}
.abroad .searvice_info dl dt {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 22px;
}
.abroad .searvice_info dl dd {
  padding: 40px 46px;
  font-size: 16px;
  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: -3px;
  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: 16px;
  color: #fff;
  background-color: #00a69e;
  border-radius: 14px;
}

.faq {
  margin-top: 100px;
}
.faq h6 {
  font-weight: bold;
  font-size: 35px;
  color: #333;
  text-align: center;
}
.faq .tab {
  margin-top: 60px;
  display: flex;
  align-items: center;
}
.faq .tab li {
  flex-grow: 1;
  display: flex;
  align-items: center;
  width: 100%;
  height: 120px;
}
.faq .tab li button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 108px;
  font-size: 19px;
  color: #fff;
  background-color: #7a7c8d;
}
.faq .tab li button:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("/static/images/pc/icon/bg_tab.png");
  background-repeat: no-repeat;
}
.faq .tab li button.current {
  height: 120px;
  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);
}
.faq .tab li:nth-child(1) button:before {
  background-position: -100px -50px;
}
.faq .tab li:nth-child(1) button.current:before {
  background-position: -100px 0;
}
.faq .tab li:nth-child(2) button:before {
  background-position: -250px -50px;
}
.faq .tab li:nth-child(2) button.current:before {
  background-position: -250px 0;
}
.faq .tab li:nth-child(3) button:before {
  background-position: -50px -50px;
}
.faq .tab li:nth-child(3) button.current:before {
  background-position: -50px 0;
}
.faq .faqCont {
  display: none;
  margin-top: 30px;
  border-top: 1px solid #000;
}
.faq .faqCont button {
  display: flex;
  align-items: center;
  padding: 15px 30px 15px 0;
  width: 100%;
  min-height: 70px;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 20px;
  color: #222;
  border-bottom: 1px solid #000;
  background-color: #e9e9e9;
}
.faq .faqCont button span {
  display: flex;
  align-items: center;
  -moz-column-gap: 36px;
       column-gap: 36px;
  padding-left: 36px;
}
.faq .faqCont button span:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  background-color: #666;
}
.faq .faqCont button p {
  margin-left: 36px;
  max-width: 845px;
  text-align: left;
}
.faq .faqCont button:after {
  margin-left: auto;
  content: "";
  display: block;
  width: 22px;
  height: 11px;
  background-image: url("/static/images/pc/icon/ico-arrow-black.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.faq .faqCont button.current {
  border-bottom: 0;
}
.faq .faqCont button.current:after {
  transform: scaleY(-1);
}
.faq .faqCont div {
  display: none;
  padding: 30px 40px;
  font-size: 19px;
  border-bottom: 1px solid #000;
}
.faq .faqCont div a.link {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px;
  height: 40px;
  font-size: 15px;
  color: #fff;
  border-radius: 2px;
  background-color: #484848;
}
.faq .faqCont div a.newWindow {
  color: #00a5b8;
}

.rate {
  display: none;
  margin-top: 150px;
  background-image: url("/static/images/pc/bg_rate.jpg");
  background-repeat: no-repeat;
  background-position: center 0;
}
.rate .inner {
  height: 295px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: column;
}
.rate .inner strong {
  font-family: "KTB";
  font-size: 40px;
  color: #fff;
}
.rate .inner a {
  margin-top: 30px;
  width: 600px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 30px;
  font-size: 22px;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 40px;
}
.rate .inner a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

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