/* common */
@charset "utf-8";
@import url("https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css");

html {
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

body,
button,
p,
span {
  position: relative;
  font-family: "Spoqa Han Sans Neo", -apple-system, BlinkMacSystemFont, "Malgun Gothic", "맑은 고딕", dotum, "돋움", helvetica, "Apple SD Gothic Neo", sans-serif;
  letter-spacing: -0.07em;
  font-weight: 400;
}

button span, a {
  color: #ffffff;
}

body {
  direction: ltr;
  -webkit-text-size-adjust: none;
  word-break: keep-all;
  word-wrap: break-word;
}

body,
ul,
li,
button {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
}

div,
ul,
p {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
}

p {
  margin: 0;
}

button {
  position: relative;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  color: rgba(60, 44, 36, 0.8);
}

button span {
  z-index: 10;
}

.hover {
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  top: 0;
  left: 0;
}

button:hover > .hover {
  background: rgba(0, 0, 0, 0.12);
}

/* typography */
.h1 {
  font-size: 23.8px;
  line-height: 30.8px;
}
.h2 {
  font-size: 22.4px;
  line-height: 30.8px;
}
.h3 {
  font-size: 19.6px;
  line-height: 30.8px;
}
.h4 {
  font-size: 18.2px;
}
.caption1 {
  font-size: 16.8px;
  line-height: 21px;
}
.caption2 {
  font-size: 15.4px;
  line-height: 19px;
}
.caption {
  padding: 16px 11px;
  opacity: .7;
}

.opacity_50 {
  opacity: 0.5;
}
.opacity_55 {
  opacity: 0.55;
}
.opacity_60 {
  opacity: 0.6;
}
.opacity_80 {
  opacity: 0.8;
}
.opacity_88 {
  opacity: 0.88;
}
.opacity_90 {
  opacity: 0.9;
}
.opacity_77 {
  opacity: 0.77;
}
.mid {
  font-weight: 500;
}
.semi_bold {
  font-weight: 600;
}
.bold {
  font-weight: 700;
}
.ext_bold {
  font-weight: 900 !important;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.underline {
  text-decoration: underline;
}

.break_all {
  word-break: break-all;
}

/* color  */
body {
  background-color: #E4F2F4;
  color: #222222;
}
.white {
  color: #ffffff;
}
.white2 {
  color: #FFFCF7;
}
.black {
  color: #000000;
}
.black2 {
  color: #222222;
}
.green {
  color: #02767F;
}
.green2 {
  color: #5EDBDC;
}
.green3 {
  color: #067881;
}
.blue {
  color: #17768D;
}
.gray {
  color: #666666;
}
.gray2 {
  color: #777777;
}
.gray3 {
  color: #555555;
}
.bg_blue {
  background-color: #E4F2F4;
}
.bg_gray {
  background-color: #F3F1ED;
}
.bg_gray2 {
  background-color: #EBE7E4;
}
.bg_brown {
  background-color: #2E2C2B;
}

/* box */
.min_wrap {
  min-width: 360px;
  width: 100%;
  overflow: hidden;
}
.container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.flex_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.only_pc {
  display: block;
}
.only_mo {
  display: none;
}

.x_center {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.relative {
  position: relative;
}

/* main */
.main {
  width: 100%;
  height: 952px;
  position: relative;
}
.main > * {
  position: absolute;
}
.main > .h2 {
  width: 233px;
  text-align: right;
  top: 109px;
  left: calc(50% - 27px);
}
.img_window {
  width: 364px;
  height: 467.6px;
  top: 214.2px;
}
.img_cloud {
  width: 294px;
  height: 177.8px;
  top: 257.6px;
}
.flip_card {
  width: 134.4px;
  height: 212.67px;
  top: 380px;

  background-color: transparent;
  perspective: 1000px;
}
@keyframes flip {
  0%   { transform: rotateY(0deg); }
  25%  { transform: rotateY(0deg); }      /* 앞면 보임 */
  50%  { transform: rotateY(180deg); }    /* 뒤집힘 */
  75%  { transform: rotateY(180deg); }    /* 뒷면 보임 */
  100% { transform: rotateY(360deg); }    /* 다시 뒤집힘 */
}
.flip_card_inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transform-style: preserve-3d;
  animation: flip 3s infinite linear;
  border-radius: 12px;
  box-shadow: 0px 5.6px 11.2px 0px #00000040;
}
.flip_card_front, .flip_card_back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}
.flip_card_inner img {
  width: 134.4px;
  height: 212.67px;
  border-radius: 10px;
}
.flip_card_back {
  transform: rotateY(180deg);
}
.img_stamp {
  width: 119px;
  height: 119px;
  top: 534.8px;
  left: calc(50% + 90px);
}
.logo {
  width: 78.4px;
  height: 18.2px;
  top: 42.67px;
  left: calc(50% + 128px);
}
.img_plane {
  width: 238px;
  height: 228.2px;
  top: 338.8px;
  left: calc(50% - 283px);
}
.main_txt_wrap {
  width: 453.6px;
  height: 68px;
  gap: 9.8px;
  top: 710.51px;
}
.main_txt_1 {
  width: 170px;
  height: 68px;
}
.main_txt_2 {
  width: 219.2px;
  height: 68px;
}
.main_txt_wrap .img_arrow {
  width: 44.8px;
  height: 35px;
}
.main_title {
  width: 218.4px;
  height: 148.4px;
  top: 146.55px;
  left: calc(50% - 11.2px);
}
.img_line {
  width: 313.6px;
  height: 219.8px;
  top: 0px;
  left: calc(50% - 346px);
}
.img_star {
  width: 58.8px;
  height: 78.4px;
  top: 68.6px;
  left: calc(50% - 85.4px);
}
.main_desc_tag {
  width: 375px;
  height: 42.2px;
  top: 810.6px;
  padding: 5.6px 11.2px;
  border-radius: 13998.6px;
  background-color: #ffffff;
}

/* common */
.step_wrap {
  width: 504px;
  padding: 78.4px 33.6px 0px;
  position: relative;
}
.step_wrap::before {
  content: "";
  position: absolute;
  width: 61.6px;
  height:135.8px;
  top: 0;
  left: 228px;
  background-image: url("../../static/images/digiloca_travel_brand_2507/cont-img-string.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.step_card {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.step_head {
  width: 100%;
  gap: 12.6px;
  padding-top: 60.2px;
  padding-bottom: 28px;
  border-top-left-radius: 44.8px;
  border-top-right-radius: 44.8px;
  background-color: #067881;
  box-shadow: 0px -0.7px 2.8px 0px #0C494E80 inset, 0px 0.7px 2.8px 0px #FFFFFF40 inset;
}
.step_tag {
  display: inline-block;
  padding: 2.8px 11.2px;
  border-radius: 138.6px;
  background-color: #ffffff;;
}
.step_title {
  padding: 16.8px 0px 5.6px;
}
.step_title .h2 {
  line-height: 38px;
}
.step_title .h3 {
  line-height: 25px;
}
.step_title .h2 > b {
  font-size: 33.6px;
}
.step_body {
  width: 100%;
  gap: 16.8px;
  padding-top: 67.2px;
  padding-bottom: 44.8px;
  border-bottom-right-radius: 44.8px;
  border-bottom-left-radius: 44.8px;
  background-color: #FFFFFF;
}
.highlight {
  z-index: 1;
}
.highlight::before {
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: -1px;
  left: 0px;
  background-color: #F9FF8A;
  z-index: -1;
}
.hole {
  position: absolute;
  width: 481.6px;
  height: 44.8px;
  top: 194.4px;
  /* left: -91.2px; */
  left: calc(50% - 482px / 2);
  z-index: 1;
}
.step_cont_title {
  width: 100%;
  margin: 44.8px 0px 23.8px;
}
.step_cont_title > b {
  font-size: 33.6px;
}

/* step01 */
.step01_img {
  width: 257.6px;
  height: 257.6px;
}
.step01_slide {
  width: 1103px;
  height: 430px;
}
.step01_swiper_container .swiper-slide {
  width: 352px;
  height: 430px;
  background-color: #FAF9F7;
}
.benefit_info_box {
  width: 100%;
  height: 100%;
  gap: 16.8px;
  padding: 44.8px 0px 44.8px 44.8px;
  justify-content: flex-start;
  align-items: flex-start;
}
.benefit_img {
  width: 131.6px;
  height: 112px;
  display: inline-block;
}
.step01_button_wrap {
  width: 504px;
  margin: 23.8px 0px 67.2px;
}
#go_apply {
  width: 100%;
  height: 72px;
  max-width: 350px;
  margin: 0 auto;
  background-color: #5EDBDC;
}
/* step02 */
#step02 .step_title .h2 {
  line-height: 38px;
}
#step02 .step_title .h3 {
  line-height: 31px;
}
#step02 .hole {
  top: 200px;
}
.step02_img {
  width: 224px;
  height: 224px;
}
.step02_slide {
  width: 890px;
  height: 788px;
  margin-bottom: 67.2px;
}
.step02_swiper_container .swiper-slide {
  width: 434px;
  height: 788px;
  background-color: #FAF9F7;
}

.card_info_box {
  width: 100%;
  height: 100%;
  gap: 16.8px;
  padding: 44.8px 28px 33.6px;
}
.card_img {
  width: 112px;
  height: 177.23px;
  display: inline-block;
  margin: 11.2px auto;
}
.card_info_box > .flex_row {
  width: 100%;
  gap: 8.4px;
  justify-content: flex-start;
  align-items: flex-start;
}
.card_info_tag {
  padding: 2.8px 5.6px;
  display: inline-block;
  color: #55463E;
  background-color: #E5E0DC;
  flex-shrink: 0;
}
.card_info_tag.special {
  color: #137691;
  background-color: #C0EFFA;
}
.card_info_box > .flex_row > .flex_col {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5.6px;
}
.go_detail {
  width: 100%;
  min-height: 72.8px;
  height: 72.8px;
  background-color: #5EDBDC;
}

.swiper_fade_up_before {
  display: block;
  opacity: 0;
  transform: translateY(3%);
}
.swiper_fade_up {
  display: block;
  transition-property: opacity,transform;
  transition-duration: .7s;
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  opacity: 1;
  transform: translateY(0);
}


/* footer */
.footer {
  width: 100%;
  background-color: #2E2C2B;
}
.footer_wrap {
  max-width: 1000px;
  align-items: flex-start;
  padding: 44.8px 33.6px 89.6px 25.2px;
  gap: 16.8px;
}
.footer_title {
  gap: 8.4px;
  padding-left: 11.2px;
}
.alert {
  width: 30.8px;
}
.footer ul {
  list-style: none;
  color: #FFFFFFE0;
}
.footer ul p {
  padding-left: 28px;
  margin-bottom: 5.6px;
}
.footer ul li {
  position: relative;
}
.footer ul li::before {
  position: absolute;
}
.footer .li_txt {
  display: block;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding-left: 16px;
}
.footer ul li.default {
  padding-left: 10px;
}
.footer ul li.default.important {
  margin-bottom: 5.6px;
}
.footer ul li.default::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #F9F6F4;
  top: 9px;
}
.footer ul li.dashed::before {
  content: "-";
}
.footer ul li.star::before {
  content: '※';
  border-radius: 0px;
  background-color: unset;
  top: 0px;
  left: 3px;
  width: auto;
  height: auto;
}
.footer .dashed_wrap {
  padding-left: 24px;
}

.no-click {
  cursor:default !important;
}