@import "dataDetail.css";
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;
}

.prodInfo {
  margin-top: 40px;
  font-size: 14px;
  color: #000;
  line-height: 1.45;
  text-align: right;
}

.prodList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 16px;
  margin-top: 10px;
}
.prodList > li {
  display: flex;
  flex-direction: column;
}
.prodList > li a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 80px 0 30px;
  height: 88px;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  word-break: keep-all;
  background-color: #31384b;
}
.prodList > li a:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 4px solid #31384b;
  border-right: 4px solid #31384b;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 6px);
  right: 42px;
  z-index: 2;
}
.prodList > li a:after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  background-color: #fff;
  position: absolute;
  top: calc(50% - 14px);
  right: 32px;
  z-index: 1;
}
.prodList > li > p {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  line-height: 44px;
  text-align: center;
  background-color: #f6cdc4;
}
.prodList > li > p em {
  font-weight: 400;
  font-size: 14px;
}
.prodList > li div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px 0;
  min-height: 200px;
  border: 1px solid #ccc;
  border-top: 0;
}
.prodList > li div strong {
  padding: 0 20px;
  font-weight: 700;
  font-size: 21px;
  color: #000;
  text-align: center;
  word-break: keep-all;
}
.prodList > li div strong em {
  color: #00a69e;
}
.prodList > li div strong span {
  display: block;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}
.prodList > li div ul li {
  width: 250px;
  height: 34px;
  border: 2px solid #00a69e;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  font-family: "Spoqa Han Sans";
  font-weight: 700;
  font-size: 24px;
  color: #00a69e;
  overflow: hidden;
}
.prodList > li div ul li.head {
  justify-content: space-between;
  gap: unset;
}
.prodList > li div ul li.head em {
  margin-right: 25px;
}
.prodList > li div ul li + li {
  margin-top: 3px;
}
.prodList > li div ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  font-family: "Spoqa Han Sans";
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  background-color: #00a69e;
}
.prodList > li div ul li em {
  margin-top: 3px;
  font-weight: 700;
  font-size: 16px;
  color: #222;
}

.freeList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px 16px;
  margin-top: 50px;
}
.freeList > li {
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 1px solid #cdcdcd;
}
.freeList > li strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 88px;
  font-size: 22px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  background-color: #31384b;
}
.freeList > li div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 26px;
  width: 300px;
  height: 145px;
  font-size: 13px;
  color: #222;
  text-align: center;
  border-bottom: 1px solid #d7dfe7;
}
.freeList > li div span {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 10px;
  position: relative;
  width: 146px;
}
.freeList > li div span:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("/static/images/pc/icon/v_icon.png");
  background-repeat: no-repeat;
}
.freeList > li div span.lte3g:before {
  background-position: 0 0;
}
.freeList > li div span.country:before {
  background-position: -100px -100px;
}
.freeList > li div span.hour24:before {
  background-position: -100px -150px;
}
.freeList > li div span.hour12:before {
  background-position: -50px -150px;
}
.freeList > li div span.day15:before {
  background-position: -400px 0;
}
.freeList > li div span.world:before {
  background-position: -250px -50px;
}
.freeList > li div span.addNum:before {
  background-position: -300px -100px;
}
.freeList > li div span.talk:before {
  background-position: -200px 0;
}
.freeList > li div span.period:before {
  background-position: -50px 0;
}
.freeList > li div span.wifi:before {
  background-position: 0 -50px;
}
.freeList > li div span.dataBlock:before {
  background-position: -200px -50px;
}
.freeList > li div span.voiceBlock:before {
  background-position: -150px -50px;
}
.freeList > li div span.earth:before {
  background-position: -100px 0;
}
.freeList > li div span.young:before {
  background-position: -350px -150px;
}
.freeList > li div span.segment:before {
  background-position: -350px -50px;
}
.freeList > li div span.tablet:before {
  background-position: -400px -150px;
}
.freeList > li div span.roaming:before {
  background-position: -300px -50px;
}
.freeList > li div span.alram:before {
  background-position: -450px -50px;
}
.freeList > li div span.owner:before {
  background-position: -400px -50px;
}
.freeList > li div span.nonPartner:before {
  background-position: -350px -100px;
}
.freeList > li div::after {
  position: absolute;
  top: 41px;
  left: calc(50% - 11.5px);
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("/static/images/pc/icon/plus.png");
  background-repeat: no-repeat;
}
.freeList > li button {
  margin: 20px 0;
  width: 190px;
  height: 50px;
  font-size: 18px;
  color: #222;
  text-align: center;
  border: 2px solid #333;
  border-radius: 25px;
}

.tit {
  margin: 100px 0 50px;
  padding: 18px 0;
  font-family: "KTB";
  font-size: 45px;
  color: #fff;
  line-height: 1;
  text-align: center;
  background-color: #00a69e;
}

.prodTop {
  padding-top: 100px;
}
.prodTop.voice {
  padding-top: 0;
}
.prodTop.voice h2 {
  margin-bottom: 20px;
  font-size: 36px;
  text-align: center;
}
.prodTop.voice h2 i {
  color: #00a69e;
}
.prodTop.voice h2 span {
  top: 10px;
}
.prodTop h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "KTB";
  font-weight: 700;
  font-size: 45px;
  color: #000;
}
.prodTop h2 span {
  position: absolute;
  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;
}
.prodTop .topInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px 20px;
  margin-top: 60px;
  padding-bottom: 160px;
}
.prodTop .topInfo li {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px 10px;
}
.prodTop .topInfo li button {
  width: 240px;
  height: 50px;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  border-radius: 25px;
  background-color: #00a69e;
}
.prodTop .topInfo li p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 29px;
  color: #222;
}
.prodTop .topInfo li p b {
  font-family: "Spoqa Han Sans";
  font-weight: 700;
  font-size: 32px;
  color: #d71826;
}
.prodTop .topInfo li:nth-child(1):after {
  position: absolute;
  bottom: -110px;
  left: 90px;
  content: "";
  display: block;
  width: 342px;
  height: 96px;
  background-image: url("/static/images/pc/btnImg_withOn_recom2.png");
}
.prodTop .topInfo li:nth-child(2):before {
  position: absolute;
  top: -48px;
  left: 0;
  content: "";
  display: block;
  width: 84px;
  height: 39px;
  background-image: url("/static/images/pc/btnImg_withOn_recom1.png");
}
.prodTop .topInfo.yType li:nth-child(1):after {
  display: none;
}
.prodTop .price {
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.prodTop .price span {
  font-size: 29px;
  color: #222;
}
.prodTop .price span b {
  font-size: 32px;
  color: #d71826;
}
.prodTop .price em {
  font-size: 13px;
  color: #666;
}
.prodTop .btnWrap {
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.prodTop .btnWrap button {
  padding: 0 50px;
  height: 46px;
  font-weight: 700;
  font-size: 18px;
  border: 2px solid transparent;
  border-radius: 42px;
}
.prodTop .btnWrap button.red {
  color: #fff;
  background-color: #e62a2b;
}
.prodTop .btnWrap button.red-line {
  color: #e62a2b;
  border-color: #e62a2b;
  background-color: #fff;
}
.prodTop .btnWrap button.mint {
  color: #fff;
  background-color: #00a69e;
}
.prodTop .voiceRate {
  padding-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.prodTop .voiceRate p {
  position: relative;
  padding-left: 80px;
}
.prodTop .voiceRate p:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background-image: url("/static/images/pc/icon/v_icon2.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}
.prodTop .voiceRate ul {
  position: relative;
  padding-left: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.prodTop .voiceRate ul li {
  position: relative;
}
.prodTop .voiceRate ul li + li:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.prodTop .voiceRate ul:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  background-image: url("/static/images/pc/icon/v_icon2.png");
  background-repeat: no-repeat;
  background-position: -128px 0;
}
.prodTop .voiceRate em {
  display: block;
  font-weight: 600;
  font-size: 21px;
  color: #d71826;
}
.prodTop .voiceRate span {
  display: block;
  font-weight: 600;
  font-size: 21px;
  color: #222;
}

.optGroup {
  margin-bottom: 40px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.optGroup li {
  position: relative;
  margin-right: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 700;
  font-size: 21px;
  color: #222;
}
.optGroup li:after {
  position: absolute;
  top: calc(50% - 15px);
  right: -30px;
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background-color: #ccc;
}
.optGroup li:last-child {
  margin-right: 0;
}
.optGroup li:last-child:after {
  display: none;
}
.optGroup li em {
  font-size: 14px;
  color: #d71826;
}
.optGroup li span {
  font-size: 14px;
  color: #222;
}

.option {
  padding-left: 70px;
}
.option:before {
  position: absolute;
  top: calc(50% - 25px);
  left: 0;
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("/static/images/pc/icon/v_icon.png");
  background-repeat: no-repeat;
}
.option.lte3g:before {
  background-position: 0 0;
}
.option.country:before {
  background-position: -100px -100px;
}
.option.hour24:before {
  background-position: -100px -150px;
}
.option.hour12:before {
  background-position: -50px -150px;
}
.option.day15:before {
  background-position: -400px 0;
}
.option.world:before {
  background-position: -250px -50px;
}
.option.addNum:before {
  background-position: -300px -100px;
}
.option.talk:before {
  background-position: -200px 0;
}
.option.period:before {
  background-position: -50px 0;
}
.option.wifi:before {
  background-position: 0 -50px;
}
.option.dataBlock:before {
  background-position: -200px -50px;
}
.option.voiceBlock:before {
  background-position: -150px -50px;
}
.option.earth:before {
  background-position: -100px 0;
}
.option.young:before {
  background-position: -350px -150px;
}
.option.segment:before {
  background-position: -350px -50px;
}
.option.tablet:before {
  background-position: -400px -150px;
}
.option.roaming:before {
  background-position: -300px -50px;
}
.option.alram:before {
  background-position: -450px -50px;
}
.option.owner:before {
  background-position: -400px -50px;
}
.option.nonPartner:before {
  background-position: -350px -100px;
}
.option.voice:before {
  background-position: 0 -100px;
}

.cont {
  margin-top: 50px;
}
.cont + .prodTop.voice {
  margin-top: 100px;
}
.cont h6 {
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  color: #222;
  line-height: 1;
}
.cont table.type1 {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 3px solid #555;
}
.cont table.type1 thead th {
  height: 50px;
  font-size: 16px;
  color: #222;
  border-bottom: 1px solid #b8b8b8;
}
.cont table.type1 thead th + th {
  font-size: 18px;
  border-left: 1px solid #b8b8b8;
  background-color: #bfe9e7;
}
.cont table.type1 tbody th,
.cont table.type1 tbody td {
  padding: 10px 20px;
  border-bottom: 1px solid #b8b8b8;
}
.cont table.type1 tbody th {
  font-size: 16px;
  color: #222;
  background-color: #f6cdc4;
}
.cont table.type1 tbody td {
  border-left: 1px solid #b8b8b8;
  font-size: 18px;
  color: #222;
}
.cont table.type2 {
  table-layout: fixed;
  margin-bottom: 50px;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 3px solid #555;
}
.cont table.type2 tbody th,
.cont table.type2 tbody td {
  padding: 15px 30px;
  font-weight: 400;
  font-size: 16px;
  color: #222;
  text-align: left;
  border-bottom: 1px solid #b8b8b8;
}
.cont table.type2 tbody th strong,
.cont table.type2 tbody td strong {
  font-size: 18px;
}
.cont table.type2 tbody th {
  background-color: #f1f2fa;
}
.cont .tab {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 30px 0 30px 30px;
  border-top: 3px solid #555;
}
.cont .tab li {
  position: relative;
}
.cont .tab li + li:before {
  position: absolute;
  top: 0;
  left: -15px;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.cont .tab li button {
  font-size: 18px;
  color: #222;
}
.cont .tab li button:hover, .cont .tab li button.on {
  font-weight: 700;
  border-bottom: 2px solid #d71a28;
}
.cont .article {
  display: none;
  padding: 40px 50px;
  background-color: #f1f2fa;
}
.cont .article li {
  position: relative;
  padding-left: 8px;
}
.cont .article li:before {
  position: absolute;
  top: 11px;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #000;
}
.cont .article li div {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
}
.cont .article li div span {
  padding: 6px 13px;
  font-weight: 600;
  font-size: 16px;
  color: #414042;
  line-height: 1;
  border: 1px solid #414042;
  border-radius: 20px;
}
.cont .article li div i {
  margin-left: 10px;
}
.cont .article li div em {
  margin-left: 12px;
}
.cont .article li div em:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 12px;
  line-height: 1;
  border-right: 3px solid #939598;
  border-bottom: 3px solid #939598;
  transform: rotate(-45deg);
}
.cont .article li div + div {
  margin-left: 50px;
}

.tabBox {
  padding-top: 30px;
}
.tabBox.product {
  display: none;
}
.tabBox.essentialInfo {
  display: none;
}
.tabBox.support {
  display: none;
}
.tabBox.support ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  padding: 14px 0 14px 50px;
  background-color: #e8e9f0;
}
.tabBox.support ul li {
  position: relative;
}
.tabBox.support ul li button {
  font-size: 19px;
  color: #222;
  line-height: 26px;
  border-bottom: 2px solid transparent;
}
.tabBox.support ul li button:hover {
  font-weight: 700;
  border-bottom: 2px solid #d71a28;
}
.tabBox.support ul li.current button {
  font-weight: 700;
  border-bottom: 2px solid #d71a28;
}
.tabBox.support ul li + li:before {
  position: absolute;
  top: calc(50% - 7.5px);
  left: -30px;
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #ccc;
}
.tabBox.support table {
  display: none;
  margin-top: 50px;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 3px solid #555;
}
.tabBox.support table th {
  height: 55px;
  font-weight: 400;
  color: #222;
  border-bottom: 1px solid #555;
  background-color: #f1f2fa;
}
.tabBox.support table td {
  text-align: left;
  padding: 10px 20px;
  font-size: 16px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tabBox.support table td:last-child {
  border-right: 0;
}
.tabBox.support table td[rowspan] {
  padding: 0 15px;
  text-align: center;
}
.tabBox.support table.egg {
  display: table-cell;
}
.tabBox.support table.egg tr td {
  height: auto;
  padding: 20px 30px;
}
.tabBox.support table.egg tr td[rowspan] {
  text-align: center;
}
.tabBox.support table.egg tr td[rowspan]:nth-child(2) {
  color: #d71826;
}
.tabBox.support table.egg tr td em {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  color: #333;
  word-break: keep-all;
}
.tabBox.support table.egg tr:first-child td:nth-child(1),
.tabBox.support table.egg tr:first-child td:nth-child(2) {
  text-align: center;
}
.tabBox.support table.egg tr:first-child td:nth-child(2) {
  color: #d71826;
}
.tabBox.support table.egg ~ p {
  font-size: 16px;
  color: #000;
}
.tabBox.support table.egg + p {
  margin-top: 5px;
  font-weight: 700;
  color: #d71826;
}

#cfmClWrapper.myPopup {
  width: 700px !important;
  min-width: 700px !important;
  max-width: 700px !important;
}
#cfmClWrapper.myPopup #cfmClContents {
  padding-top: 0 !important;
}
#cfmClWrapper.myPopup .prodTop {
  padding-top: 45px;
}
#cfmClWrapper.myPopup .topInfo {
  display: block;
  margin-top: 10px;
  padding: 0 30px;
}
#cfmClWrapper.myPopup .topInfo li {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
#cfmClWrapper.myPopup .topInfo li + li {
  margin-top: 10px;
}
#cfmClWrapper.myPopup .topInfo li:before {
  display: none;
}
#cfmClWrapper.myPopup .topInfo li:after {
  display: none;
}
#cfmClWrapper.myPopup .topInfo li button {
  cursor: default;
  width: 100px;
  height: 30px;
  line-height: 30px;
}
#cfmClWrapper.myPopup .topInfo li p {
  display: flex;
  align-items: center;
  font-size: 22px;
}
#cfmClWrapper.myPopup .topInfo li p b {
  margin-left: 10px;
  font-size: 30px;
}
#cfmClWrapper.myPopup .topInfo li p span + span {
  margin-left: 5px;
}
#cfmClWrapper.myPopup .tabCont {
  margin-top: 50px;
}
#cfmClWrapper.myPopup .inner {
  width: 700px;
}
#cfmClWrapper.myPopup .optGroup {
  padding: 0 30px;
}
#cfmClWrapper.myPopup .optGroup li {
  align-items: flex-start;
  margin-right: 30px;
  font-size: 18px !important;
  word-break: keep-all;
}
#cfmClWrapper.myPopup .optGroup li:after {
  right: -15px;
}
#cfmClWrapper.myPopup .tabBox.support {
  display: none;
}
#cfmClWrapper.myPopup .tabBox.support ul {
  -moz-column-gap: 50px;
       column-gap: 50px;
}
#cfmClWrapper.myPopup .tabBox.support table td:last-child, #cfmClWrapper.myPopup .tabBox.support table td:nth-last-child(2) {
  padding: 0;
  text-align: center;
}/*# sourceMappingURL=data.css.map */