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

.wrap .cont {
  margin: 0 auto;
  width: 1080px;
}
.wrap .rateTop {
  margin: 100px 0 50px;
  text-align: center;
}
.wrap .rateTop h4 {
  font-family: "Noto Sans Bold";
  font-size: 42px;
  line-height: 1.3;
}
.wrap .rateTop p {
  margin-top: 24px;
  font-family: "Noto Sans Light";
  font-size: 24px;
  line-height: 1;
}
.wrap .search > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wrap .search > div h5 {
  flex-shrink: 0;
  font-weight: 700;
  font-size: 24px;
}
.wrap .search > div > div {
  width: 970px !important;
}
.wrap .search > div > div input[type=text] {
  padding: 0;
  width: 120px;
  font-size: 18px;
  color: #000;
  border: 0;
  background-color: transparent;
  z-index: 1;
  outline: none;
}
.wrap .search > div > div select {
  height: 56px;
  border: 2px solid #d0d0d0;
  border-radius: 6px;
  font-weight: 300;
  font-size: 20px;
  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_country {
  margin-bottom: 20px;
}
.wrap .search_country_input {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 0 0 20px !important;
  height: 65px;
  border-bottom: 5px solid #eb1d25 !important;
  background-color: #f8f8f8 !important;
}
.wrap .search_country_input > span {
  font-size: 16px;
  color: #666;
  border-radius: 20px;
}
.wrap .search_country_input .menu a:nth-child(even) {
  background-color: #f3f3f3;
}
.wrap .search_country_input ul {
  position: absolute;
  top: 65px;
  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 > button {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin: 24px auto 0;
  width: 120px;
  height: 48px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  border-radius: 3px;
  background-color: #eb1d25;
}
.wrap .search > button:before {
  content: "";
  display: block;
  width: 19px;
  height: 19px;
  background-image: url("/static/images/pc/icon/ico_rate.png");
  background-repeat: no-repeat;
  background-position: -52px -6px;
}
.wrap .rateCont {
  text-align: center;
}

.contWrap {
  display: none;
  width: 100%;
  padding-top: 40px;
}
.contWrap h5 {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 29px;
  color: #000;
  text-align: center;
}
.contWrap h5 em {
  font-size: 39px;
  color: #05a4bc;
}
.contWrap > i {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #000;
  text-align: right;
}
.contWrap.nonPartner {
  display: block;
}
.contWrap.nonPartner h5 {
  margin: 50px 0 0;
}
.contWrap.nonPartner > p {
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 29px;
  color: #000;
  text-align: center;
}
.contWrap.nonPartner > p em {
  color: #eb1d25;
}
.contWrap.nonPartner .planInfo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 28px 0;
  color: #fff;
  background-color: #eb1d25;
}
.contWrap.nonPartner .planInfo .text {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
}
.contWrap.nonPartner .planInfo .text:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  background-image: url("/static/images/pc/icon/ico_rate.png");
  background-repeat: no-repeat;
  background-position: -281px -93px;
}
.contWrap.nonPartner ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 30px 0;
}
.contWrap.nonPartner ul li {
  flex: 1;
  width: 50%;
}
.contWrap.nonPartner ul li table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #eee;
  color: #000;
}
.contWrap.nonPartner ul li table th {
  height: 56px;
  font-size: 22px;
  text-align: center;
  background-color: #eee;
}
.contWrap.nonPartner ul li table th em {
  font-weight: 400;
  font-size: 16px;
}
.contWrap.nonPartner ul li table td {
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.contWrap.nonPartner ul li table .tit td {
  font-size: 18px;
}
.contWrap.nonPartner ul li table .price td {
  font-weight: 700;
  font-size: 22px;
}
.contWrap.nonPartner ul li table .price td em {
  font-size: 18px;
}

.rateResult {
  margin-top: 70px !important;
}
.rateResult .resultBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  width: 100%;
  font-weight: 700;
  font-size: 28px;
  color: #fff;
  line-height: 60px;
  text-align: left;
  border-radius: 5px 5px 0 0;
}
.rateResult .resultBtn:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/static/images/pc/icon/icon_toggle.png");
}
.rateResult .resultBtn.toggle:after {
  transform: scaleY(-1);
}
.rateResult_plan .resultBtn {
  background-color: #eb1d25;
}
.rateResult_plan .contWrap {
  margin-bottom: 50px;
}
.rateResult_plan .planInfo {
  display: flex;
  align-items: center;
  padding: 28px 0;
  color: #fff;
  background-color: #05a4bc;
}
.rateResult_plan .planInfo .tit {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  width: 200px;
  font-weight: 700;
  font-size: 20px;
}
.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 {
  width: calc(100% - 200px);
  font-size: 24px;
  line-height: 1.45;
  text-align: center;
}
.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: 20px;
  line-height: 1.45;
  text-align: center;
}
.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: 30px;
  padding: 20px 0;
  font-weight: 700;
  font-size: 20px;
  color: #eb1d24;
  text-align: center;
  border: 4px solid #eb1d24;
}
.rateResult_plan .end3G a {
  display: inline-block;
  width: 176px;
  height: 33px;
  font-weight: 500;
  font-size: 16px;
  color: #eb1d24;
  line-height: 32px;
  text-align: center;
  background-color: #eeeeee;
  border: 2px solid #eb1d24;
  border-radius: 17px;
}
.rateResult_plan ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 30px 0;
}
.rateResult_plan ul li {
  flex: 1;
  width: 50%;
}
.rateResult_plan ul li table {
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #eee;
  color: #000;
}
.rateResult_plan ul li table th {
  height: 56px;
  font-size: 22px;
  text-align: center;
  background-color: #eee;
}
.rateResult_plan ul li table th em {
  font-weight: 400;
  font-size: 16px;
}
.rateResult_plan ul li table td {
  padding: 8px 0;
  font-size: 14px;
  text-align: center;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
}
.rateResult_plan ul li table .tit td {
  font-size: 18px;
}
.rateResult_plan ul li table .price td {
  font-weight: 700;
  font-size: 22px;
}
.rateResult_plan ul li table .price td em {
  font-size: 18px;
}
.rateResult_benefit {
  margin-top: 20px;
}
.rateResult_benefit .resultBtn {
  background-color: #333;
}
.rateResult_benefit .contWrap > p {
  font-weight: 700;
  font-size: 29px;
  color: #eb1d25;
  text-align: center;
}
.rateResult_benefit .contWrap ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.rateResult_benefit .contWrap ul li {
  flex: 1;
  width: 50%;
  border: 2px solid #eee;
  border-radius: 12px;
  overflow: hidden;
}
.rateResult_benefit .contWrap ul li h6 {
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  background-color: #05a4bc;
}
.rateResult_benefit .contWrap ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 5px;
  height: 140px;
}
.rateResult_benefit .contWrap ul li div strong {
  font-size: 20px;
  color: #000;
}
.rateResult_benefit .contWrap ul li div span {
  font-size: 18px;
  color: #000;
}

.product {
  margin-top: 70px !important;
}
.product h5 {
  display: flex;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
  font-family: "KTB";
  font-size: 32px;
  color: #222;
}
.product h5 em {
  color: #2aabc0;
}
.product h5:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("/static/images/pc/icon/ico_rate.png");
  background-repeat: no-repeat;
  background-position: -49px -94px;
}
.product .tab {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  margin-top: 30px;
}
.product .tab button {
  padding: 0 20px;
  height: 50px;
  font-size: 20px;
  border: 3px solid transparent;
  border-radius: 25px;
  background-color: #eaeaea;
}
.product .tab button.current {
  font-weight: bold;
  color: #05a4bc;
  border-color: #05a4bc;
}
.product > p {
  margin: -20px 0 20px;
  font-size: 14px;
  color: #767676;
  text-align: right;
}
.product dl + dl {
  margin-top: 45px;
}
.product dl dt {
  padding: 26px 50px 20px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  background-color: #05a4bc;
}
.product dl dt p {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.product dl dt p em {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 20px;
  color: #05a4bc;
  background-color: #fff;
}
.product dl dt span {
  color: #ffe3a7;
}
.product dl dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px 30px 0;
  border-bottom: 1px solid #dcdcdc;
}
.product dl dd h6 {
  position: relative;
  margin: 0 80px;
  width: 170px;
  font-weight: bold;
  font-size: 26px;
  color: #222;
  text-align: center;
  word-break: keep-all;
}
.product dl dd h6.best:before {
  position: absolute;
  top: -10px;
  left: -50px;
  content: "";
  width: 50px;
  height: 50px;
  background-image: url("/static/images/pc/icon/icon_best.png");
  background-repeat: no-repeat;
  background-position: 0;
}
.product dl dd .size {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 3px;
}
.product dl dd .size p {
  font-weight: bold;
  font-size: 21px;
  color: #222;
}
.product dl dd .size span {
  max-width: 170px;
  font-size: 14px;
  color: #767676;
  text-align: center;
  word-break: keep-all;
}
.product dl dd .person {
  width: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product dl dd .person p {
  width: 68px;
  font-weight: bold;
  font-size: 18px;
  color: #222;
  text-align: center;
  word-break: keep-all;
}
.product dl dd .person em {
  font-weight: bold;
  font-size: 14px;
  color: #d71826;
}
.product dl dd .rate {
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product dl dd .rate p {
  font-size: 20px;
  color: #000;
}
.product dl dd .rate p b {
  display: inline-block;
  max-width: 150px;
  font-family: "Spoqa Han Sans";
  font-size: 26px;
  color: #05a4bc;
  line-height: 1.25;
  text-align: center;
  word-break: keep-all;
}
.product dl dd .rate span {
  max-width: 120px;
  font-size: 14px;
  color: #767676;
  text-align: center;
}
.product dl dd .rate em {
  font-size: 14px;
  color: #d71826;
}
.product dl dd a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  padding: 16px;
  width: 130px;
  box-sizing: border-box;
  border-radius: 4px;
  font-size: 16px;
  color: #fff;
  background-color: #333;
}

.roaming {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 70px;
       column-gap: 70px;
  border-bottom: 1px solid #454545;
}
.roaming + .roaming {
  margin-top: 20px;
}
.roaming h6 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 40px;
  width: 100%;
  height: 60px;
  font-family: "KTB";
  font-weight: bold;
  font-size: 30px;
  color: #fff;
  line-height: 60px;
  border-radius: 4px 4px 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: 32px 0 30px 40px;
}
.roaming div:nth-child(2) p {
  font-size: 26px;
  color: #222;
}
.roaming div:nth-child(2) b {
  display: block;
  margin-bottom: 30px;
  font-size: 26px;
  color: #222;
}
.roaming div:nth-child(2) dl + dl {
  margin-top: 30px;
}
.roaming div:nth-child(2) dl dt {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
}
.roaming div:nth-child(2) dl dt:before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("/static/images/pc/icon/ico_rate2.png");
  background-repeat: no-repeat;
}
.roaming div:nth-child(2) dl dt:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  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: 10px 10px;
  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: 108px;
  padding: 0 35px;
  height: 54px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #333;
}
.roaming div:nth-child(2) dl.stop dt:before {
  background-position: 0 -23px;
}
.roaming div:nth-child(2) dl.stop span {
  background-color: #c6c6c6;
}
.roaming div:nth-child(3) {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}
.roaming div:nth-child(3) a {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  border-radius: 3px;
  background-color: #777;
}
.roaming div:nth-child(4) {
  display: flex;
  align-items: center;
  padding: 0 0 32px 40px;
  font-size: 18px;
  color: #777;
}
.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 {
  margin-top: 70px;
}
.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;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.roaming.allDay div:nth-child(3) ul li {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.roaming.allDay div:nth-child(3) a {
  width: 144px;
}
.roaming.allDay:after {
  position: absolute;
  bottom: -40px;
  left: 36px;
  content: "※ 통화 1분당 요금 등 국가별 상세 정보는 개별 검색 시 확인 가능합니다.";
  font-weight: bold;
  font-size: 20px;
  color: #ff4d52;
}/*# sourceMappingURL=rate.css.map */