@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;
}
.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");
}

.prodInfo {
  margin: 5vw 0 1.5vw;
  font-size: 3.14vw;
  color: #666;
  line-height: 1.45;
  text-align: right;
}

.prodList {
  padding: 0 4.0625vw;
}
.prodList > li {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.prodList > li a {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 10vw;
  font-weight: 700;
  font-size: 4vw;
  color: #fff;
  text-align: center;
  word-break: keep-all;
  background-color: #31384b;
}
.prodList > li a:before {
  content: "";
  display: block;
  width: 3vw;
  height: 3vw;
  border-top: 0.85vw solid #fff;
  border-right: 0.85vw solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 1.5vw);
  right: 5vw;
  z-index: 2;
}
.prodList > li > p {
  font-weight: 700;
  font-size: 3.45vw;
  color: #000;
  line-height: 10vw;
  text-align: center;
  height: 10vw;
  background-color: #f6cdc4;
}
.prodList > li > p em {
  font-weight: 400;
  font-size: 3.14vw;
}
.prodList > li div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 3vw 0;
  padding: 5vw 0;
  border: 1px solid #ccc;
  border-top: 0;
}
.prodList > li div strong {
  padding: 0 5vw;
  font-weight: 700;
  font-size: 3.85vw;
  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: 3.45vw;
  text-align: center;
}
.prodList > li div ul li {
  width: 60vw;
  height: 10vw;
  border: 2px solid #00a69e;
  border-radius: 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1vw;
  font-family: "Spoqa Han Sans";
  font-weight: 700;
  font-size: 5vw;
  color: #00a69e;
  overflow: hidden;
}
.prodList > li div ul li.head {
  justify-content: space-between;
}
.prodList > li div ul li.head em {
  margin-right: 5vw;
  font-size: 3.45vw;
}
.prodList > li div ul li + li {
  margin-top: 3px;
}
.prodList > li div ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: auto;
  width: 16vw;
  height: 100%;
  font-family: "Spoqa Han Sans";
  font-size: 3.45vw;
  color: #fff;
  background-color: #00a69e;
}
.prodList > li div ul li em {
  margin-top: 3px;
  font-weight: 700;
  font-size: 3.14vw;
  color: #222;
}

.freeList {
  margin-top: 5vw;
  padding: 0 4.0625vw;
}
.freeList > li {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #cdcdcd;
}
.freeList > li strong {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vw;
  font-size: 3.65vw;
  color: #fff;
  text-align: center;
  background-color: #31384b;
}
.freeList > li div {
  position: relative;
  margin-left: 3vw;
  padding: 3vw 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
  font-size: 3.14vw;
  color: #222;
  text-align: center;
}
.freeList > li div span {
  position: relative;
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  row-gap: 2vw;
}
.freeList > li div span:first-child {
  width: 28vw;
}
.freeList > li div span:last-child {
  width: 20vw;
}
.freeList > li div span:before {
  content: "";
  display: block;
  width: 7vw;
  height: 7vw;
  background-repeat: no-repeat;
  background-size: contain;
}
.freeList > li div span.lte3g:before {
  background-image: url("/static/images/mobile/icon-data-01.png");
}
.freeList > li div span.country:before {
  background-image: url("/static/images/mobile/icon-data-17.png");
}
.freeList > li div span.hour24:before {
  background-image: url("/static/images/mobile/icon-data-27.png");
}
.freeList > li div span.hour12:before {
  background-image: url("/static/images/mobile/icon-data-26.png");
}
.freeList > li div span.day15:before {
  background-image: url("/static/images/mobile/icon-data-02.png");
}
.freeList > li div span.world:before {
  background-image: url("/static/images/mobile/icon-data-16.png");
}
.freeList > li div span.addNum:before {
  background-image: url("/static/images/mobile/icon-data-22.png");
}
.freeList > li div span.talk:before {
  background-image: url("/static/images/mobile/icon-data-05.png");
}
.freeList > li div span.period:before {
  background-image: url("/static/images/mobile/icon-data-02.png");
}
.freeList > li div span.wifi:before {
  background-image: url("/static/images/mobile/icon-data-11.png");
}
.freeList > li div span.dataBlock:before {
  background-image: url("/static/images/mobile/icon-free-02.png");
}
.freeList > li div span.voiceBlock:before {
  background-image: url("/static/images/mobile/icon-free-01.png");
}
.freeList > li div span.earth:before {
  background-image: url("/static/images/mobile/icon-data-04.png");
}
.freeList > li div span.young:before {
  background-image: url("/static/images/mobile/icon-free-34.png");
}
.freeList > li div span.segment:before {
  background-image: url("/static/images/mobile/icon-free-04.png");
}
.freeList > li div span.tablet:before {
  background-image: url("/static/images/mobile/icon-free-35.png");
}
.freeList > li div span.roaming:before {
  background-image: url("/static/images/mobile/icon-free-03.png");
}
.freeList > li div span.alram:before {
  background-image: url("/static/images/mobile/icon-free-06.png");
}
.freeList > li div span.owner:before {
  background-image: url("/static/images/mobile/icon-free-05.png");
}
.freeList > li div span.nonPartner:before {
  background-image: url("/static/images/mobile/icon-free-12.png");
}
.freeList > li div::after {
  position: absolute;
  top: 9vw;
  left: calc(50% + 2.3vw);
  content: "";
  display: block;
  width: 3.45vw;
  height: 3.45vw;
  background-image: url("/static/images/pc/icon/plus.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.freeList > li button {
  margin-right: 5vw;
  padding: 0 2.8vw;
  font-size: 3.14vw;
  color: #fff;
  line-height: 6vw;
  text-align: center;
  border: 2px solid #333;
  border-radius: 3px;
  background-color: #222;
}

.tit {
  margin-top: 3vh;
  height: 6vh;
  font-family: "KTB";
  font-weight: 700;
  font-size: 6.3vw;
  color: #fff;
  line-height: 6vh;
  text-align: center;
  background-color: #00a69e;
}

.prodTop {
  padding-top: 10vw;
}
.prodTop.voice {
  padding-top: 9vw;
}
.prodTop.voice h2 {
  font-family: "KTB";
  font-weight: 700;
  font-size: 5.2vw;
  color: #000;
  text-align: center;
}
.prodTop.voice h2 i {
  font-style: normal;
  color: #00a69e;
}
.prodTop.voice .voiceRate {
  padding: 3vh 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3vh;
}
.prodTop.voice .voiceRate p {
  position: relative;
}
.prodTop.voice .voiceRate p:before {
  position: absolute;
  top: 0;
  left: -13vw;
  content: "";
  display: block;
  width: 10vw;
  height: 10vw;
  background-image: url("/static/images/mobile/icon-voice-05.png");
  background-size: contain;
}
.prodTop.voice .voiceRate ul {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 6vw;
       column-gap: 6vw;
}
.prodTop.voice .voiceRate ul:before {
  content: "";
  display: block;
  width: 10vw;
  height: 10vw;
  background-image: url("/static/images/mobile/icon-voice-06.png");
  background-size: contain;
}
.prodTop.voice .voiceRate ul li {
  position: relative;
}
.prodTop.voice .voiceRate ul li + li:before {
  position: absolute;
  top: 0;
  left: -3vw;
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.prodTop.voice .voiceRate em {
  display: block;
  font-weight: 700;
  font-size: 3.35vw;
  color: #d71826;
}
.prodTop.voice .voiceRate em + span {
  margin-top: 0.35vh;
}
.prodTop.voice .voiceRate span {
  display: block;
  font-weight: 700;
  font-size: 3.35vw;
  color: #000;
}
.prodTop.voice .voiceRate span + em {
  margin-top: 0.35vh;
}
.prodTop h2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 3vw;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "KTB";
  font-weight: 700;
  font-size: 6vw;
  color: #000;
}
.prodTop h2 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;
}
.prodTop .topInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  margin-top: 10vw;
  padding-bottom: 12vw;
}
.prodTop .topInfo.with {
  margin-bottom: 10vw;
}
.prodTop .topInfo li {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 2.8vw;
}
.prodTop .topInfo li button {
  width: 28vw;
  height: 8vw;
  font-weight: 500;
  font-size: 3.65vw;
  color: #fff;
  border-radius: 6vw;
  background-color: #00a69e;
}
.prodTop .topInfo li p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  -moz-column-gap: 0.8vw;
       column-gap: 0.8vw;
  font-size: 3.25vw;
  color: #222;
}
.prodTop .topInfo li p b {
  font-family: "Spoqa Han Sans";
  font-weight: 700;
  font-size: 4.2vw;
  color: #d71826;
}
.prodTop .topInfo li:nth-child(1):after {
  position: absolute;
  bottom: -23vw;
  left: 16vw;
  content: "";
  display: block;
  width: 25vw;
  height: 20vw;
  background-image: url("/static/images/mobile/btnImg_withOn_recom2.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.prodTop .topInfo li:nth-child(2):before {
  position: absolute;
  top: -7.5vw;
  left: 0;
  content: "";
  display: block;
  width: 13vw;
  height: 7vw;
  background-image: url("/static/images/mobile/btnImg_withOn_recom1.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.prodTop .topInfo.yType li:nth-child(1):after {
  display: none;
}
.prodTop .price {
  margin: 3vw 0 5vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.8vw;
}
.prodTop .price span {
  font-size: 4vw;
  color: #222;
}
.prodTop .price span b {
  font-size: 5vw;
  color: #d71826;
}
.prodTop .price em {
  font-size: 3vw;
  color: #666;
}
.prodTop .btnWrap {
  padding: 0 15px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.prodTop .btnWrap button {
  padding: 1.3vw 6vw;
  font-weight: 700;
  font-size: 3.35vw;
  line-height: 1.2;
  word-break: keep-all;
  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;
}

.cont {
  padding: 4vh 0;
  border-top: 1px solid #ccc;
}
.cont h6 {
  margin: 0 4.0625vw;
  padding-bottom: 3vw;
  font-weight: 600;
  font-size: 4.2vw;
  color: #000;
}
.cont table.type1 {
  table-layout: fixed;
  margin: 0 auto;
  width: calc(100% - 8.125vw);
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #555;
}
.cont table.type1 thead th {
  height: 4vh;
  font-size: 3.4vw;
  color: #222;
  border-bottom: 1px solid #b8b8b8;
}
.cont table.type1 thead th + th {
  font-size: 3.6vw;
  border-left: 1px solid #b8b8b8;
  background-color: #bfe9e7;
}
.cont table.type1 tbody th,
.cont table.type1 tbody td {
  padding: 2.8vw 3.8vw;
  border-bottom: 1px solid #b8b8b8;
}
.cont table.type1 tbody th {
  font-size: 3.4vw;
  color: #222;
  background-color: #f6cdc4;
}
.cont table.type1 tbody td {
  border-left: 1px solid #b8b8b8;
  font-size: 3.6vw;
  color: #222;
}
.cont table.type2 {
  table-layout: fixed;
  margin: 0 auto 6vh;
  width: calc(100% - 8.125vw);
  border-collapse: separate;
  border-spacing: 0;
  border-top: 3px solid #555;
}
.cont table.type2 tbody th,
.cont table.type2 tbody td {
  padding: 2.8vw 3.8vw;
  font-weight: 400;
  font-size: 3.6vw;
  color: #222;
  text-align: left;
  border-bottom: 1px solid #b8b8b8;
}
.cont table.type2 tbody th strong,
.cont table.type2 tbody td strong {
  font-size: 3.8vw;
}
.cont table.type2 tbody th {
  background-color: #f1f2fa;
}
.cont .tab {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2vw 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background-color: #ededed;
}
.cont .tab li {
  position: relative;
}
.cont .tab li button {
  position: relative;
  padding: 0.8vh 3vw;
  font-size: 3.65vw;
  color: #222;
}
.cont .tab li button:hover, .cont .tab li button.on {
  font-weight: 700;
  color: #fff;
  background-image: url("/static/images/mobile/bg-in-tab-menu.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-color: #d71826;
  background-size: contain;
}
.cont .tab li button:hover:after, .cont .tab li button.on:after {
  position: absolute;
  bottom: -1.3vw;
  left: calc(50% - 2.5vw);
  content: "";
  display: block;
  width: 5vw;
  height: 1.3vw;
  background-image: url("/static/images/mobile/bg-in-tab-menu-tip.png");
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: contain;
}
.cont .article {
  display: none;
  margin-top: 5vw;
  padding: 3vw 4vw;
  background-color: #f3f3f3;
}
.cont .article li {
  position: relative;
  padding-left: 8px;
  font-size: 3.6vw;
  color: #666;
  line-height: 1.2;
}
.cont .article li + li {
  margin-top: 1vh;
}
.cont .article li:before {
  position: absolute;
  top: 1.8vw;
  left: 0;
  content: "";
  display: block;
  width: 2px;
  height: 2px;
  background-color: #000;
}
.cont .article li div {
  margin-top: 5vw;
}
.cont .article li div span {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3vw;
  padding: 2vw 5vw;
  font-weight: 600;
  font-size: 3.8;
  color: #414042;
  line-height: 1;
  border: 1px solid #414042;
  border-radius: 20px;
}
.cont .article li div i {
  margin-left: 10px;
  font-style: normal;
}
.cont .article li div em {
  margin-left: 2.5vw;
  vertical-align: middle;
}
.cont .article li div em:before {
  content: "";
  display: inline-block;
  width: 1.8vw;
  height: 1.8vw;
  margin-right: 3vw;
  vertical-align: middle;
  line-height: 1;
  border-right: 3px solid #939598;
  border-bottom: 3px solid #939598;
  transform: rotate(-45deg);
}
.cont .article li div img {
  width: 5vw;
  vertical-align: middle;
}

.optGroup {
  margin-bottom: 7vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.optGroup li {
  position: relative;
  margin-right: 14vw;
  max-width: 18vw;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
  font-size: 3.14vw;
  color: #222;
  text-align: center;
  word-break: keep-all;
}
.optGroup li:after {
  position: absolute;
  top: calc(50% - 6vw);
  right: -7vw;
  content: "";
  display: block;
  width: 1px;
  height: 12vw;
  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:before {
  content: "";
  display: block;
  width: 7vw;
  height: 7vw;
  margin: 0 auto 2vw;
  background-repeat: no-repeat;
  background-size: contain;
}
.option.lte3g:before {
  background-image: url("/static/images/mobile/icon-data-01.png");
}
.option.country:before {
  background-image: url("/static/images/mobile/icon-data-17.png");
}
.option.hour24:before {
  background-image: url("/static/images/mobile/icon-data-27.png");
}
.option.hour12:before {
  background-image: url("/static/images/mobile/icon-data-26.png");
}
.option.day15:before {
  background-image: url("/static/images/mobile/icon-data-02.png");
}
.option.world:before {
  background-image: url("/static/images/mobile/icon-data-16.png");
}
.option.addNum:before {
  background-image: url("/static/images/mobile/icon-data-22.png");
}
.option.talk:before {
  background-image: url("/static/images/mobile/icon-data-05.png");
}
.option.period:before {
  background-image: url("/static/images/mobile/icon-data-02.png");
}
.option.wifi:before {
  background-image: url("/static/images/mobile/icon-data-11.png");
}
.option.dataBlock:before {
  background-image: url("/static/images/mobile/icon-free-02.png");
}
.option.voiceBlock:before {
  background-image: url("/static/images/mobile/icon-free-01.png");
}
.option.earth:before {
  background-image: url("/static/images/mobile/icon-data-04.png");
}
.option.young:before {
  background-image: url("/static/images/mobile/icon-free-34.png");
}
.option.segment:before {
  background-image: url("/static/images/mobile/icon-free-04.png");
}
.option.tablet:before {
  background-image: url("/static/images/mobile/icon-free-35.png");
}
.option.roaming:before {
  background-image: url("/static/images/mobile/icon-free-03.png");
}
.option.alram:before {
  background-image: url("/static/images/mobile/icon-free-06.png");
}
.option.owner:before {
  background-image: url("/static/images/mobile/icon-free-05.png");
}
.option.nonPartner:before {
  background-image: url("/static/images/mobile/icon-free-12.png");
}
.option.voice:before {
  background-image: url("/static/images/mobile/icon-voice-03.png");
}

.tabBox {
  padding-top: 30px;
}
.tabBox.product {
  display: none;
}
.tabBox.essentialInfo {
  display: none;
}
.tabBox.support {
  display: none;
  padding-left: 10px;
  padding-right: 10px;
}
.tabBox.support ul {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5vw;
       column-gap: 5vw;
  padding: 3vw 0;
  background-color: #e8e9f0;
}
.tabBox.support ul li {
  position: relative;
}
.tabBox.support ul li button {
  font-size: 3.25vw;
  color: #222;
  line-height: 2;
  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% - 1.7vw);
  left: -2.5vw;
  content: "";
  display: block;
  width: 1px;
  height: 3.4vw;
  background-color: #ccc;
}
.tabBox.support table {
  display: none;
  margin-top: 5vw;
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 3px solid #555;
}
.tabBox.support table th {
  height: 10vw;
  font-weight: 400;
  font-size: 3.12vw;
  color: #222;
  border-bottom: 1px solid #555;
  background-color: #f1f2fa;
}
.tabBox.support table td {
  height: 55px;
  text-align: left;
  padding-left: 1.5vw;
  padding-right: 1.5vw;
  font-size: 3vw;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.tabBox.support table td:last-child {
  border-right: 0;
}
.tabBox.support table td:last-child, .tabBox.support table td:nth-last-child(2) {
  padding: 0;
  text-align: center;
}
.tabBox.support table.egg {
  display: table-cell;
}
.tabBox.support table.egg tr td {
  height: auto;
  padding: 1.8vw 3vw;
}
.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: 1.5vw;
  font-size: 2.8vw;
  color: #333;
  word-break: keep-all;
}
.tabBox.support table.egg tr td:last-child, .tabBox.support table.egg tr td:nth-last-child(2) {
  padding: 1.8vw 3vw;
  text-align: left;
}
.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: 3.15vw;
  color: #000;
}
.tabBox.support table.egg + p {
  margin-top: 1vw;
  font-weight: 700;
  font-size: 3.25vw;
  color: #d71826;
}

#mCfmClWrapper.myPopup #cfmClContents {
  padding-top: 0 !important;
}
#mCfmClWrapper.myPopup .prodTop {
  padding-top: 45px;
}
#mCfmClWrapper.myPopup .topInfo {
  display: block;
  margin-top: 10px;
  padding: 0 30px;
}
#mCfmClWrapper.myPopup .topInfo li {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 0;
}
#mCfmClWrapper.myPopup .topInfo li + li {
  margin-top: 10px;
}
#mCfmClWrapper.myPopup .topInfo li:before {
  display: none;
}
#mCfmClWrapper.myPopup .topInfo li:after {
  display: none;
}
#mCfmClWrapper.myPopup .topInfo li button {
  cursor: default;
  width: 100px;
  height: 30px;
  line-height: 30px;
}
#mCfmClWrapper.myPopup .topInfo li p {
  display: flex;
  align-items: center;
  font-size: 22px;
}
#mCfmClWrapper.myPopup .topInfo li p b {
  margin-left: 10px;
  font-size: 30px;
}
#mCfmClWrapper.myPopup .topInfo li p span + span {
  margin-left: 5px;
}
#mCfmClWrapper.myPopup .tabCont {
  margin-top: 40px;
}
#mCfmClWrapper.myPopup .optGroup {
  padding: 0 30px;
}
#mCfmClWrapper.myPopup .optGroup li {
  align-items: flex-start;
  margin-right: 30px;
  font-size: 18px !important;
  word-break: keep-all;
}
#mCfmClWrapper.myPopup .optGroup li:after {
  right: -15px;
}/*# sourceMappingURL=data.css.map */