@charset "UTF-8";
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;
}
.wrap {
  margin-bottom: 10vw;
}

.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-top: 1px solid #e0e0e0;
  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");
}

@media screen and (min-width: 516px) and (max-width: 1023px) {
  .visual {
    padding: 5vw;
  }
  .visual .inner .header h3 {
    gap: 0 1.5vw;
    font-size: 3.4vw;
  }
  .visual .inner .header h3 span {
    right: -4.5vw;
    width: 3.6vw;
    height: 3.6vw;
  }
  .visual .inner .header p {
    font-size: 2.2vw;
  }
  ul.sns {
    position: absolute;
    top: 5.3vw;
    left: -50%;
    z-index: 5;
    display: none;
    padding: 1.5vw 1.2vw;
  }
  ul.sns li + li {
    margin-top: 1.3vw;
  }
  ul.sns li button {
    font-size: 1.3vw;
  }
  ul.sns li button:before {
    content: "";
    width: 4.5vw;
    height: 4.5vw;
  }
  .tabCont {
    -moz-column-gap: 2vw;
         column-gap: 2vw;
    padding: 0 3.05vw;
  }
  .tabCont li {
    height: 6.5vw;
  }
  .tabCont li button {
    font-size: 2.1vw;
  }
  .tabCont li button.current {
    font-size: 2.35vw;
  }
}
.wrap .search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 3vw;
  margin-top: 5vw;
  padding: 0 4.0625vw;
}
.wrap .search_country {
  width: 100%;
}
.wrap .search_country h5 {
  margin-bottom: 3vw;
  font-size: 4.2vw;
  color: #222;
}
.wrap .search_country_input {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 0 !important;
  padding: 2.2vw !important;
  border-bottom: 3px solid #eb1d25 !important;
  border-radius: 0 !important;
  background-color: #f8f8f8;
}
.wrap .search_country_input input[type=text].search {
  padding: 0;
  width: 100% !important;
  height: 10vw;
  font-size: 3.45vw;
  color: #000;
  text-align: center;
  border: 0;
  background-color: transparent;
  z-index: 1;
  outline: none;
}
.wrap .search_country_input ul {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 248px;
  border: 1px solid #96c8da;
  box-shadow: 0px 2px 3px 0px rgba(34, 36, 38, 0.15);
  background-color: #fff;
  overflow-y: auto;
  transition: opacity 0.1s ease;
  visibility: hidden;
}
.wrap .search_country_input ul .no-results {
  height: 38px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 38px;
  text-align: left;
}
.wrap .search_country_input ul button {
  width: 100%;
  height: 38px;
  padding-left: 20px;
  font-size: 14px;
  text-align: left;
}
.wrap .search_country_input ul button.current, .wrap .search_country_input ul button:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
.wrap .search_country_input ul.visible {
  visibility: visible;
}
.wrap .search_country_input p {
  display: flex;
  align-items: center;
  padding-left: 20px;
}
.wrap .search_country_input p em {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  margin-right: 15px;
  padding: 5px 15px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  border-radius: 30px;
  background-color: #ddd;
}
.wrap .search_country_input p em a {
  display: block;
  overflow: hidden;
}
.wrap .search_country_input p em a:before {
  content: "\f00d";
  display: block;
  width: 16px;
  font-family: "Icons";
  font-size: 18px;
  color: #333333;
}
.wrap .search_date {
  display: flex;
  align-items: center;
  width: 72vw;
}
.wrap .search_date h5 {
  width: 25vw;
  font-size: 4.2vw;
  color: #222;
}
.wrap .search_date div {
  width: 100%;
}
.wrap .search_date div select {
  height: 10vw;
  border: 2px solid #d0d0d0;
  border-radius: 6px;
  font-weight: 300;
  font-size: 3.45vw;
  color: #4f4f4f;
  width: 100%;
  padding-left: 20px;
  border: 1px solid #999;
  background: #fff url("/static/images/pc/icon/bg-form-selects.png") no-repeat 100% 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.wrap .search_date + button {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
  padding: 0 3vw;
  height: 10vw;
  font-weight: 700;
  font-size: 3.45vw;
  color: #fff;
  border-radius: 6px;
  background-color: #eb1d25;
}
.wrap .search_date + button:before {
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  background-image: url("/static/images/mobile/icon_search.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap .rateCont {
  margin-top: 10vw;
  text-align: center;
}

.contWrap {
  display: none;
  width: 100%;
  padding: 0 4.0625vw;
}
.contWrap h5 {
  font-weight: 700;
  font-size: 4vw;
  color: #000;
  text-align: center;
}
.contWrap h5 em {
  font-size: 4.8vw;
  color: #05a4bc;
}
.contWrap > i {
  display: block;
  margin-top: 10px;
  font-size: 3.14vw;
  color: #000;
  text-align: right;
}
.contWrap.nonPartner {
  display: block;
}
.contWrap.nonPartner .contWrap > p {
  margin-bottom: 3vw;
  font-weight: 700;
  font-size: 3.45vw;
  color: #000;
  line-height: 1.5;
  text-align: center;
}
.contWrap.nonPartner .contWrap > p em {
  color: #eb1d25;
}
.contWrap.nonPartner .planInfo {
  display: flex;
  align-items: center;
  -moz-column-gap: 3vw;
       column-gap: 3vw;
  margin-top: 5vw;
  padding: 3vw 2vw;
  color: #fff;
  background-color: #eb1d25;
}
.contWrap.nonPartner .planInfo .text {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  -moz-column-gap: 2.5vw;
       column-gap: 2.5vw;
  font-weight: bold;
  font-size: 3.85vw;
  line-height: 1.5;
}
.contWrap.nonPartner .planInfo .text:before {
  flex-shrink: 0;
  margin-top: 1.1vw;
  content: "";
  display: inline-block;
  width: 3.45vw;
  height: 3.45vw;
  background-image: url("/static/images/mobile/ico-alert.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.rateResult {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 3vw;
       column-gap: 3vw;
  margin-top: 10vw;
  padding: 0 4.0625vw;
}
.rateResult .resultBtn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 10vw;
  font-weight: 700;
  font-size: 3.14vw;
  color: #000;
  text-align: center;
  border: 2px solid #000;
  border-radius: 2vw;
}
.rateResult .resultBtn:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  transform: rotate(45deg);
  position: absolute;
  right: 6%;
  top: calc(50% - 1.25vw);
}
.rateResult .resultBtn.toggle:after {
  transform: scaleY(-1);
}
.rateResult .contWrap {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 111;
  width: 92vw;
  border-radius: 3vw;
  background-color: #fff;
  transform: translate(-50%, -50%);
  padding: 5vw 2vw;
}
.rateResult .contWrap h5 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 4.5vw;
  color: #000;
  text-align: center;
}
.rateResult .contWrap h5 em {
  font-size: 6vw;
  color: #05a4bc;
}
.rateResult .contWrap i {
  font-style: normal;
  font-size: 3.14vw;
}
.rateResult .contWrap:after {
  position: absolute;
  top: 1vw;
  right: 1vw;
  content: "";
  display: block;
  width: 7vw;
  height: 7vw;
  background-image: url("/static/images/mobile/btn_lclose.png");
  background-size: contain;
  cursor: pointer;
}
.rateResult_plan {
  width: 100%;
}
.rateResult_plan .resultBtn {
  border-color: #eb1d25;
}
.rateResult_plan .resultBtn:after {
  border-top: 2px solid #eb1d25;
  border-right: 2px solid #eb1d25;
}
.rateResult_plan .contWrap {
  display: none;
}
.rateResult_plan .planInfo {
  display: flex;
  align-items: center;
  -moz-column-gap: 3vw;
       column-gap: 3vw;
  margin-top: 5vw;
  padding: 3vw 2vw;
  color: #fff;
  background-color: #0093b8;
}
.rateResult_plan .planInfo .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
  width: 30vw;
  font-weight: 700;
  font-size: 3.14vw;
}
.rateResult_plan .planInfo .tit:before {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background-image: url("/static/images/pc/icon/ico_rate.png");
  background-repeat: no-repeat;
  background-position: -51px -124px;
}
.rateResult_plan .planInfo .text {
  font-size: 3.45vw;
  line-height: 1.25;
}
.rateResult_plan .planInfo.data {
  color: #000;
  border: 4px solid #e0e0e0;
  background-color: #fff;
}
.rateResult_plan .planInfo.data .tit:before {
  background-position: -286px -123px;
}
.rateResult_plan .planInfo.data .text {
  font-size: 3.14vw;
  line-height: 1.45;
}
.rateResult_plan .planInfo.data .text b {
  color: #eb1d25;
}
.rateResult_plan .end3G {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
  margin-top: 5vw;
  padding: 4vw 0;
  font-weight: 700;
  font-size: 3.45vw;
  color: #eb1d24;
  text-align: center;
  border: 4px solid #eb1d24;
}
.rateResult_plan .end3G a {
  display: inline-block;
  width: 30vw;
  height: 8vw;
  font-weight: 500;
  font-size: 3.25vw;
  color: #eb1d24;
  line-height: 7vw;
  text-align: center;
  background-color: #eeeeee;
  border: 2px solid #eb1d24;
  border-radius: 4vw;
}
.rateResult_plan ul li {
  margin-top: 3vw;
}
.rateResult_plan ul li table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #eee;
  color: #000;
}
.rateResult_plan ul li table th {
  height: 10vw;
  font-size: 4vw;
  text-align: center;
  background-color: #eee;
}
.rateResult_plan ul li table th em {
  font-weight: 400;
  font-size: 3.14vw;
}
.rateResult_plan ul li table td {
  padding: 1.8vw 0;
  font-size: 3.14vw;
  text-align: center;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.rateResult_plan ul li table .tit td {
  font-size: 3.45vw;
}
.rateResult_plan ul li table .price td {
  font-weight: 700;
  font-size: 3.75vw;
}
.rateResult_plan ul li table .price td em {
  font-size: 3.45vw;
}
.rateResult_benefit {
  width: 100%;
}
.rateResult_benefit .resultBtn {
  border-color: #333;
}
.rateResult_benefit .resultBtn:after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.rateResult_benefit .contWrap {
  display: none;
}
.rateResult_benefit .contWrap > p {
  font-weight: 700;
  font-size: 5vw;
  color: #eb1d25;
  text-align: center;
}
.rateResult_benefit .contWrap ul li {
  margin-top: 5vw;
  text-align: center;
}
.rateResult_benefit .contWrap ul li h6 {
  display: inline-block;
  margin-bottom: 2vw;
  padding: 1.5vw 3vw;
  font-weight: 700;
  font-size: 3.5vw;
  color: #fff;
  text-align: center;
  border-radius: 2vw;
  background-color: #0093b8;
}
.rateResult_benefit .contWrap ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2vw;
}
.rateResult_benefit .contWrap ul li div strong {
  font-size: 3.45vw;
  color: #000;
}
.rateResult_benefit .contWrap ul li div span {
  font-size: 3.14vw;
  color: #000;
}

.product {
  margin: 6vw 4.0625vw 0;
}
.product h5 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  -moz-column-gap: 1vw;
       column-gap: 1vw;
  font-family: "KTB";
  font-size: 3.45vw;
  color: #222;
}
.product h5 em {
  color: #2aabc0;
}
.product h5:before {
  content: "";
  display: block;
  width: 3.45vw;
  height: 3.45vw;
  background-image: url("/static/images/mobile/ico-subTit.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.product .tab {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 5vw;
  width: 100%;
}
.product .tab button {
  padding: 0 20px;
  width: 100%;
  height: 8vw;
  font-size: 3.45vw;
  border: 3px solid transparent;
  border-radius: 5vw;
  background-color: #eaeaea;
}
.product .tab button.current {
  font-weight: bold;
  color: #05a4bc;
  border-color: #05a4bc;
}
.product > p {
  margin-top: 5vw;
  font-size: 3.14vw;
  color: #767676;
  text-align: right;
}
.product dl {
  margin-top: 2vw;
}
.product dl + dl {
  margin-top: 8vw;
}
.product dl dt {
  padding: 3vw 5vw;
  font-weight: bold;
  font-size: 3.45vw;
  color: #fff;
  background-color: #0093b8;
}
.product dl dt p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.8vw 1.2vw;
}
.product dl dt p em {
  display: inline-block;
  padding: 1vw 2.5vw;
  border-radius: 3vw;
  color: #0093b8;
  background-color: #fff;
}
.product dl dt span {
  color: #ffe3a7;
}
.product dl dd {
  padding: 2vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #dcdcdc;
}
.product dl dd h6 {
  position: relative;
  margin-bottom: 2vw;
  padding: 2vw 5vw;
  width: 100%;
  font-weight: bold;
  font-size: 3.45vw;
  color: #222;
  word-break: keep-all;
  background-color: #eaeaea;
}
.product dl dd h6.best:before {
  position: absolute;
  top: -2vw;
  left: -3.5vw;
  content: "";
  width: 7vw;
  height: 7vw;
  background-image: url("/static/images/pc/icon/icon_best.png");
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
}
.product dl dd .size {
  width: 30vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3px;
}
.product dl dd .size p {
  font-weight: bold;
  font-size: 3.45vw;
  color: #222;
}
.product dl dd .size span {
  max-width: 90%;
  font-size: 3vw;
  color: #767676;
  text-align: center;
  word-break: keep-all;
}
.product dl dd .person {
  width: 17vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product dl dd .person p {
  font-weight: bold;
  font-size: 3.25vw;
  color: #222;
  text-align: center;
  word-break: keep-all;
}
.product dl dd .person em {
  font-weight: bold;
  font-size: 3.14vw;
  color: #d71826;
}
.product dl dd .rate {
  width: 35vw;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product dl dd .rate p {
  font-size: 3.45vw;
  color: #000;
}
.product dl dd .rate p b {
  display: inline-block;
  font-family: "Spoqa Han Sans";
  font-size: 3.6vw;
  color: #0093b8;
  line-height: 1.25;
  text-align: center;
  word-break: keep-all;
}
.product dl dd .rate span {
  font-size: 3vw;
  color: #767676;
  text-align: center;
}
.product dl dd .rate em {
  font-size: 3vw;
  color: #d71826;
}
.product dl dd a {
  width: 4vw;
  height: 4vw;
  background-image: url("/static/images/mobile/btn_detail.png");
  background-size: contain;
  overflow: hidden;
  text-indent: -1000px;
}

.roaming {
  margin-top: 10vw;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 10vw;
       column-gap: 10vw;
  padding: 0 4.0625vw;
  border-bottom: 1px solid #454545;
}
.roaming + .roaming {
  margin-top: 5vw;
}
.roaming h6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5vw;
  width: 100%;
  height: 10vw;
  font-family: "KTB";
  font-weight: bold;
  font-size: 4vw;
  color: #fff;
  line-height: 60px;
  border-radius: 1vw 1vw 0 0;
}
.roaming h6:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/static/images/pc/icon/icon_toggle.png");
}
.roaming div:nth-child(2) {
  padding: 5vw;
}
.roaming div:nth-child(2) p {
  font-size: 4vw;
  color: #222;
}
.roaming div:nth-child(2) b {
  display: block;
  margin-bottom: 5vw;
  font-size: 3.45vw;
  color: #222;
}
.roaming div:nth-child(2) dl + dl {
  margin-top: 5vw;
}
.roaming div:nth-child(2) dl dt {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.8vw;
       column-gap: 1.8vw;
  margin-bottom: 3vw;
  font-weight: bold;
  font-size: 3.45vw;
  color: #333;
}
.roaming div:nth-child(2) dl dt:before {
  content: "";
  display: block;
  width: 3vw;
  height: 3vw;
  background-image: url("/static/images/mobile/icon_multi_1.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.roaming div:nth-child(2) dl dt:after {
  content: "";
  display: block;
  width: 2vw;
  height: 2vw;
  border-left: 1px solid #393939;
  border-bottom: 1px solid #393939;
  transform: rotate(-45deg);
}
.roaming div:nth-child(2) dl dd {
  display: flex;
  align-items: center;
  gap: 2.5vw 2.5vw;
  flex-wrap: wrap;
}
.roaming div:nth-child(2) dl dd span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  min-width: 20vw;
  padding: 0 5vw;
  height: 8vw;
  font-weight: bold;
  font-size: 3.25vw;
  color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #333;
}
.roaming div:nth-child(2) dl.stop dt:before {
  background-image: url("/static/images/mobile/icon_multi_2.png");
}
.roaming div:nth-child(2) dl.stop span {
  background-color: #c6c6c6;
}
.roaming div:nth-child(3) {
  display: flex;
  flex-direction: column;
  padding: 5vw 0;
}
.roaming div:nth-child(3) a {
  margin-top: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9vw;
  font-size: 3.45vw;
  color: #fff;
  line-height: 1.3;
  border-radius: 3px;
  background-color: #777;
}
.roaming div:nth-child(4) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 3vw 5vw;
  font-size: 3.45vw;
  color: #777;
  line-height: 1.5;
}
.roaming div:nth-child(4):before {
  margin-right: 10px;
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("/static/images/pc/icon/ico_rate2.png");
  background-repeat: no-repeat;
  background-position: 0 -46px;
}
.roaming.with h6 {
  background-color: #ff7478;
}
.roaming.with strong {
  color: #ff4d52;
}
.roaming.allDay {
  position: relative;
}
.roaming.allDay h6 {
  background-color: #05a4bc;
}
.roaming.allDay strong {
  color: #05a4bc;
}
.roaming.allDay div:nth-child(3) ul {
  display: flex;
  align-items: flex-start;
}
.roaming.allDay div:nth-child(3) ul li {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.roaming.allDay div:nth-child(3) ul li a {
  width: 90%;
}
.roaming.allDay:after {
  position: absolute;
  bottom: -6vw;
  left: 0;
  padding: 0 4.05vw;
  content: "※ 통화 1분당 요금 등 국가별 상세 정보는 개별 검색 시 확인 가능합니다.";
  font-weight: bold;
  font-size: 3.14vw;
  color: #ff4d52;
}

.modalWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 110;
}/*# sourceMappingURL=rate.css.map */