@import url(../utilities_css/font.css);

.fran_wrap {
  margin: 0 auto;
  max-width: 768px;
  width: 100%;
  text-align: center;
  /* overflow: hidden; */
  position: relative;
}
.case-video {
  position: relative;
  max-width: 768px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  height: 440px;
}

.video-thumb {
  width: 100%;
  display: block;
  height: 440px;
}

.btn-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: none;
  border: none;
  cursor: pointer;
  z-index: 2;
}

.btn-video-play img {
  width: 130px;
  height: 130px;
  display: block;
}

.video-iframe {
  position: absolute;
  inset: 0;
  display: none;
}

.video-iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* them */

.fixed-bottom-action {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);

  width: 100%;
  max-width: 768px;
  height: 132px;

  display: flex;
  z-index: 9999;
}

.fba-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;

  font-size: 30px;
  letter-spacing: -1px;
  font-weight: bold;
  font-family: "Pretendard";
  text-decoration: none;
  line-height: 1;
}

.fba-btn.blue {
  background: #1e5db4;
  color: #ffffff;
}

.fba-btn.yellow {
  background: #fae300;
  color: #1e1e1e;
}

.fba-btn .ico_engine {
  width: 58px;
}
.fba-btn .ico_kakao {
  width: 62px;
}

.section_3 {
  padding-bottom: 120px;
}

.video-iframe video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
/* btn */
.sec_2 {
  background-color: #f7f9fc;
}
.youtube-direct {
  margin-top: 55px;
  text-align: center;
}

.youtube-direct a {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 14px 30px;
  font-size: 22px;
  font-weight: 700;
  font-family: "Pretendard";

  color: #ffffff;
  background: #005cac;
  border-radius: 30px;
  text-decoration: none;

  transition: opacity 0.2s ease;
}

.youtube-direct a:hover {
  opacity: 0.85;
}

body {
  justify-content: unset;
}
@media screen and (max-width: 850px) {
  html {
    font-size: 3.6111vw;
  }
  .fran_wrap {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
    /* overflow: hidden; */
    position: relative;
  }
  .case-video {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
    height: 16.9231rem;
  }
  .fran_wrap .section_1 img {
    width: 100%;
  }
  .video-thumb {
    width: 100%;
    display: block;
    height: 16.9231rem;
  }

  .btn-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: none;
    border: none;
    cursor: pointer;
    z-index: 2;
  }

  .btn-video-play img {
    width: 5rem;
    height: 5rem;
    display: block;
  }

  .video-iframe {
    position: absolute;
    inset: 0;
    display: none;
  }

  .video-iframe iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  .fran_wrap .section_3 img {
    width: 100%;
  }
  /*  */
  .fixed-bottom-action {
    position: fixed;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);

    width: 100%;
    max-width: 100%;
    height: 4.0769rem;

    display: flex;
    z-index: 9999;
  }

  .fba-btn {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4615rem;

    font-size: 1.1538rem;
    letter-spacing: -0.0385rem;
    font-weight: bold;
    font-family: "Pretendard";
    text-decoration: none;
    line-height: 1;
  }

  .fba-btn.blue {
    background: #1e5db4;
    color: #ffffff;
  }

  .fba-btn.yellow {
    background: #fae300;
    color: #1e1e1e;
  }

  .fba-btn .ico_engine {
    width: 2.2308rem;
  }
  .fba-btn .ico_kakao {
    width: 2.3846rem;
  }
  .section_3 {
    padding-bottom: 4.6154rem;
  }

  body {
    display: block;
    margin: 0;
    justify-content: unset;
  }

  .youtube-direct {
    margin-top: 2.0769rem;
    text-align: center;
  }

  .youtube-direct a {
    display: inline-flex;
    align-items: center;
    gap: 0.3077rem;

    padding: 0.5385rem 1.1538rem;
    font-size: 0.8462rem;
    font-weight: 700;
    font-family: "Pretendard";

    color: #ffffff;
    background: #005cac;
    border-radius: 1.1538rem;
    text-decoration: none;

    transition: opacity 0.2s ease;
  }

  .youtube-direct a:hover {
    opacity: 0.85;
  }
}
