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

.cont {
  margin: 0 auto;
  width: 1080px;
}
.cont h4 {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  font-weight: bold;
  font-size: 22px;
  color: #222;
  border-bottom: 3px solid #666666;
}
.cont h4:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #222;
}
.cont + .cont {
  margin-top: 60px;
}
.cont.center > div {
  display: flex;
  align-items: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
.cont.center > div strong {
  font-family: "Spoqa Han Sans";
  font-weight: bold;
  font-size: 35px;
  color: #d71826;
}
.cont.center > div p {
  font-weight: bold;
  font-size: 20px;
  color: #222;
}
.cont.talk {
  color: #fff;
}
.cont.talk > div {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 140px;
       column-gap: 140px;
  padding: 20px 0;
  background-color: #0d3285;
}
.cont.talk > div p {
  font-family: "KTL";
  font-size: 24px;
}
.cont.talk > div p b {
  font-family: "KTB";
  font-size: 30px;
}
.cont.talk > div div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "KTB";
  font-size: 16px;
}
.cont.airport .tab {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.cont.airport .tab li {
  padding: 0 20px;
}
.cont.airport .tab li button {
  display: flex;
  flex-direction: column;
  row-gap: 2px;
  width: 110px;
  font-size: 18px;
  color: #222;
  line-height: 1.2;
  word-break: keep-all;
}
.cont.airport .tab li button:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
}
.cont.airport .tab li button:hover, .cont.airport .tab li button.current {
  font-weight: bold;
}
.cont.airport .tab li button:hover:after, .cont.airport .tab li button.current:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #d71a28;
}
.cont.airport .incheon {
  display: none;
  margin-top: 30px;
}
.cont.airport .incheon.current {
  display: block;
}
.cont.airport .img {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  background-color: #f1f2fa;
}
.cont.airport table {
  margin-top: 20px;
  width: 100%;
  border-collapse: collapse;
  border-top: 3px solid #555;
}
.cont.airport table th {
  height: 55px;
  border-bottom: 1px solid #555;
  font-weight: normal;
  background-color: #f1f2fa;
}
.cont.airport table td {
  height: 55px;
  font-size: 16px;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.cont.airport table td:first-child {
  font-weight: bold;
  color: #d71826;
}
.cont.airport table td.bold {
  font-weight: bold;
}
.cont.airport table tr:first-child td:nth-child(2) {
  font-weight: bold;
}
.cont.airport table tr:first-child td:last-child {
  padding: 15px 0;
  border-right: 0;
}

.modalWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1200;
}

.dialWrap {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 450px;
  border: 2px solid #222;
  background-color: #fff !important;
  z-index: 1210;
  transform: translate(-50%, -50%);
}
.dialWrap h6 {
  width: 100%;
  font-weight: 700;
  font-size: 20px;
  color: #222;
  line-height: 3;
  text-align: center;
  border-bottom: 1px solid #cecece;
}
.dialWrap ol {
  margin: 20px auto 0 auto;
  width: 90%;
}
.dialWrap ol li {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5vw;
       column-gap: 1.5vw;
  padding: 10px;
}
.dialWrap ol li:nth-child(odd) {
  background-color: #f3f3f3;
}
.dialWrap ol li em {
  width: 28px;
  height: 28px;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  line-height: 26px;
  text-align: center;
  border-radius: 50%;
  background-color: #424d66;
}
.dialWrap ol li span {
  font-size: 16px;
  color: #222;
  line-height: 1;
  text-align: center;
}
.dialWrap ul {
  margin: 0 auto;
  padding: 20px 0 40px;
  width: 90%;
}
.dialWrap ul li {
  position: relative;
  padding-left: 12px;
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}
.dialWrap ul li + li {
  margin-top: 10px;
}
.dialWrap ul li:before {
  position: absolute;
  top: 9px;
  left: 0;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
}
.dialWrap button {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block !important;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  overflow: hidden;
  background-image: url("/static/images/mobile/ico-pop-close.png");
  background-repeat: no-repeat;
  background-position: center;
  background-color: unset !important;
  background-size: cover;
  text-indent: -1000px;
}
.dialWrap button::before {
  display: none !important;
}/*# sourceMappingURL=center.css.map */