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

.cont h4 {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5vw;
       column-gap: 1.5vw;
  margin: 0 0 3.5vw 4vw;
  font-weight: bold;
  font-size: 3.85vw;
  color: #222;
}
.cont h4:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #222;
}
.cont + .cont {
  margin-top: 10vw;
}
.cont.center {
  margin-top: 5vw;
}
.cont.center > div {
  padding: 4vw 0;
  background-color: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 1.8vw;
}
.cont.center > div strong {
  font-family: "Spoqa Han Sans";
  font-weight: bold;
  font-size: 5vw;
  color: #d71826;
}
.cont.center > div p {
  font-size: 3.15vw;
  color: #222;
}
.cont.center > div button {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1.5vw;
       column-gap: 1.5vw;
  padding: 1.4vw 5vw;
  font-size: 3.25vw;
  color: #fff;
  border-radius: 5vw;
  background-color: #222;
}
.cont.center > div button:before {
  margin-top: 1.5vw;
  content: "";
  display: block;
  width: 4vw;
  height: 4vw;
  background-image: url("/static/images/mobile/ico_phoneNum.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.cont.talk {
  color: #fff;
}
.cont.talk > div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2vw;
  padding: 5vw 0;
  background-color: #0d3285;
}
.cont.talk > div p {
  font-family: "KTL";
  font-size: 3.15vw;
  text-align: center;
}
.cont.talk > div p b {
  display: block;
  margin-bottom: 1vw;
  font-family: "KTB";
  font-size: 5vw;
}
.cont.talk > div button {
  padding: 1.4vw 5vw;
  font-weight: 600;
  font-size: 3.25vw;
  color: #0d3285;
  border-radius: 5vw;
  background-color: #fff;
}
.cont.airport .tab {
  display: flex;
  align-items: center;
  background-color: #ededed;
}
.cont.airport .tab li {
  padding-top: 5vw;
}
.cont.airport .tab li button {
  display: flex;
  flex-direction: column;
  row-gap: 3vw;
  font-size: 3.45vw;
  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: 5vw;
  padding: 0 3vw;
}
.cont.airport .incheon.current {
  display: block;
}
.cont.airport .img {
  padding: 3vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  row-gap: 2vw;
}
.cont.airport table {
  margin-top: 3vw;
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #555;
}
.cont.airport table th {
  height: 10vw;
  border-bottom: 1px solid #555;
  font-weight: normal;
  font-size: 3.15vw;
  background-color: #f1f2fa;
}
.cont.airport table td {
  height: 55px;
  font-size: 3.15vw;
  text-align: center;
  word-break: keep-all;
  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: 3vw 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: 110;
}

.dialWrap {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 80vw;
  border: 2px solid #222;
  background-color: #fff !important;
  z-index: 111;
  transform: translate(-50%, -50%);
  padding: 0 !important;
  justify-content: flex-start !important;
  row-gap: 0 !important;
}
.dialWrap h6 {
  width: 100%;
  font-size: 4vw;
  color: #222;
  line-height: 3;
  text-align: center;
  border-bottom: 1px solid #cecece;
}
.dialWrap ol {
  margin: 5vw auto 0 auto;
  width: 90%;
}
.dialWrap ol li {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.5vw;
       column-gap: 1.5vw;
  padding: 2vw;
}
.dialWrap ol li:nth-child(odd) {
  background-color: #f3f3f3;
}
.dialWrap ol li em {
  width: 5vw;
  height: 5vw;
  font-weight: 700;
  font-size: 3.45vw;
  color: #fff;
  line-height: 4.8vw;
  text-align: center;
  border-radius: 50%;
  background-color: #424d66;
}
.dialWrap ol li span {
  font-size: 3.45vw;
  color: #222;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.2vw;
}
.dialWrap ul {
  margin: 0 auto;
  padding: 5vw 0 8vw;
  width: 90%;
}
.dialWrap ul li {
  position: relative;
  padding-left: 2.4vw;
  font-size: 3.25vw;
  color: #333;
  line-height: 1.4;
}
.dialWrap ul li + li {
  margin-top: 2vw;
}
.dialWrap ul li:before {
  position: absolute;
  top: 1.6vw;
  left: 0;
  content: "";
  display: block;
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 50%;
  background-color: #333;
}
.dialWrap button {
  position: absolute;
  top: 0;
  right: 0;
  display: block !important;
  padding: 0 !important;
  width: 10vw;
  height: 10vw;
  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 */