@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  border: 0;
}

a {
  text-decoration: none;
}

.wrap {
  font-family: "Lato", "Noto Sans TC", "Microsoft Jhenghei", "微軟正黑", sans-serif;
  position: relative;
  overflow: hidden;
  background-color: #000004;
}

p {
  line-height: 1.75;
  color: #000004;
}

.container {
  max-width: 1200px;
}

.sc_tit {
  text-align: center;
  margin-bottom: 0.5rem;
}
.sc_tit .tit {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 1rem;
  color: #fff;
  line-height: 1.25;
  display: inline-block;
}

.modal .modal-dialog {
  max-width: 800px;
}
.modal .modal-content {
  padding: 0.75rem 1.25rem;
  border-radius: 0.5rem;
}
.modal .modal-header {
  position: relative;
  justify-content: space-between;
  border-bottom: 0;
}
.modal .modal-header .modal-title {
  font-size: 20px;
  font-weight: bold;
  display: block;
  color: #233AAB;
  line-height: 1.25;
  max-width: 700px;
}
.modal .modal-header .modal-title.modal-title-fix {
  width: 100%;
  display: flex;
  align-items: center;
}
.modal .modal-header .modal-title.modal-title-fix img {
  max-width: 20px;
  transform: translateY(-0.5px);
}
.modal .modal-header .sub {
  position: relative;
  margin: 5px 0 0 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 300;
  color: #233AAB;
  display: block;
}
.modal .modal-header .btn-close {
  position: absolute;
  top: 25px;
  right: 30px;
  transform: rotate(0deg);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.modal .modal-header .btn-close:hover {
  transform: rotate(180deg);
}
.modal .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.modal .modal-body {
  font-weight: 300;
  color: #000;
  line-height: 1.6;
  text-align: left;
  padding: 0.75rem;
  font-size: 1.125rem;
}
.modal .modal-body .sec_n {
  position: relative;
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin: 35px auto 15px auto;
  box-sizing: border-box;
  padding: 1rem 0;
}
.modal .modal-body .sec_n::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
  height: 1px;
  background: linear-gradient(90deg, #233AAB, #02CCFE);
}
.modal .modal-body span {
  font-weight: bold;
}
.modal .modal-body .cnt {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  margin: 10px 0;
  border: dashed rgba(248, 197, 73, 0.3);
  border-width: 1px 0 1px 0;
}
.modal .modal-body .t {
  color: #a31cb3;
  display: block;
}
.modal .modal-body ul, .modal .modal-body ol {
  padding: 0 0 0 20px;
  line-height: 1.75;
}

@media (max-width: 768px) {
  p {
    line-height: 1.5;
  }
  .container {
    max-width: 720px;
  }
  .sc_tit {
    text-align: center;
  }
  .sc_tit .tit {
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
  }
  .cta {
    margin-top: 1rem;
  }
  .cta p {
    font-size: 1rem;
  }
  .cta .date {
    margin-bottom: 0.2rem;
  }
  .cta .date span {
    font-size: 1.25rem;
  }
  .cta .date .tue {
    font-size: 1.125rem;
  }
  .cta .date .line {
    display: none;
  }
  .cta .time {
    margin-bottom: 0.2rem;
  }
  .cta .bttn {
    padding: 1rem 3.75rem;
    font-size: 1.25rem;
    letter-spacing: 3px;
    font-weight: 500;
    margin-top: 0.25rem;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.25);
  }
  .cta .bttn:hover {
    background-color: #fff;
    border: 2px solid #02CCFE;
    box-shadow: 0 0 10px 2px rgba(2, 204, 254, 0.25);
    color: #02CCFE;
    transform: scale(1.05);
  }
  .modal .modal-dialog {
    max-width: 800px;
  }
  .modal .modal-content {
    margin: 50px auto;
    padding: 10px 0px;
  }
  .modal .modal-header {
    text-align: left;
    padding: 0.75rem 1.5rem 0.75rem 0.5rem;
  }
  .modal .modal-header .btn-close {
    top: 10px;
    right: 2px;
  }
  .modal .modal-header .modal-title {
    font-size: 1.1rem;
  }
  .modal .modal-header .modal-title.modal-title-fix {
    width: 100%;
    display: flex;
    align-items: center;
  }
  .modal .modal-header .modal-title.modal-title-fix img {
    max-width: 18px;
    transform: translateY(-1px);
  }
  .modal .modal-header .sub {
    font-size: 16px;
  }
  .modal .modal-body {
    letter-spacing: 0;
    font-size: 16px;
  }
  .modal .modal-body p {
    letter-spacing: 0;
    font-size: 16px;
  }
  .modal .modal-body ul {
    letter-spacing: 0;
    font-size: 15px;
  }
}
.fix_aside {
  position: fixed;
  z-index: 99;
  bottom: 1%;
  right: -20%;
  display: flex;
  flex-direction: column;
  transition: all 1s;
}
.fix_aside.is_active {
  right: 0.5%;
}
.fix_aside .item {
  width: 64px;
  height: 64px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  margin: 0.35rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.fix_aside .item.signup {
  background: linear-gradient(120deg, #02CCFE 60%, #233AAB);
  position: relative;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
}
.fix_aside .item.signup p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 1.25;
}
.fix_aside .item.scrollTop {
  background-image: url(../../assets/images/icons/arrow_top.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.fix_aside .item:hover {
  transform: translateY(-3px);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0);
}

nav {
  position: fixed;
  top: -10%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  transition: all 0.3s ease-in-out;
}
nav.is_active {
  top: 0%;
}
nav.is_active .nav_area ul {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 4, 0.75);
}
nav .nav_area {
  position: relative;
  top: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
  margin: 0 auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
nav .nav_area ul {
  position: relative;
  backdrop-filter: blur(3px);
  border-radius: 100px;
  width: auto;
  margin: 10px 22px;
  padding: 12px 16px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-out;
}
nav .nav_area ul li {
  position: relative;
  width: auto;
  height: auto;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 14px;
}
nav .nav_area ul li a {
  position: relative;
  width: auto;
  height: auto;
  box-sizing: border-box;
  padding: 3px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  overflow: hidden;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-out;
}
nav .nav_area ul li a:hover {
  transform: translateY(-2px);
}
nav .nav_mobile {
  display: none;
}
nav .nav_sns {
  position: absolute;
  top: 50%;
  right: 0;
  cursor: pointer;
  padding: 0 12px;
  text-align: right;
  transform: translateY(-50%);
}
nav .nav_sns .hover {
  display: inline-block;
  position: relative;
}
nav .nav_sns .hover:hover .hover_menu {
  display: block;
}
nav .nav_sns .hover img {
  width: 40px;
  line-height: 0;
}
nav .nav_sns .hover_holder {
  cursor: pointer;
}
nav .nav_sns .hover_menu {
  position: absolute;
  padding: 0.5em 0;
  display: none;
}
nav .nav_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
}

header {
  height: min(56.25vw, 100vh);
  width: 100%;
  position: relative;
}
header .mainBG {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: min(56.25vw, 100vh);
}
header .mainBG .inner {
  position: relative;
  width: 100%;
  height: min(56.25vw, 100vh);
}
header .mainBG .inner .bg {
  position: relative;
  width: 100%;
  height: min(56.25vw, 100vh);
  animation-name: bg-scale;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes bg-scale {
  0% {
    transform: scale(1.1) rotate(-3deg);
  }
  40% {
    transform: scale(1) rotate(0deg);
  }
  100% {
    transform: scale(1.1) rotate(-3deg);
  }
}
header .mainBG .inner .bg1 {
  position: absolute;
  mix-blend-mode: color-dodge;
  z-index: 1;
  width: 100%;
  height: min(56.25vw, 100vh);
  opacity: 0.5;
  animation-name: bg1-scale;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes bg1-scale {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.25) rotate(5deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
header .mainBG .inner .bg2 {
  position: absolute;
  mix-blend-mode: hard-light;
  z-index: 1;
  width: 100%;
  height: min(56.25vw, 100vh);
  opacity: 0.3;
  animation-name: bg2-scale;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
@keyframes bg2-scale {
  0% {
    transform: scale(1) rotate(0deg);
  }
  50% {
    transform: scale(1.5) rotate(-2deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
header .logo {
  position: absolute;
  z-index: 2;
  width: 24.5833333333%;
  top: 6%;
  left: 4%;
}
header .title {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -45%);
  width: 57.1875%;
}
header .title-inner {
  position: relative;
}
header .title .t1 {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-bottom: 1%;
}
header .title .t2 {
  position: relative;
  z-index: 2;
  width: 98.1785063752%;
  margin-bottom: 6%;
}
header .title .t3 {
  position: relative;
  z-index: 2;
  width: 48.9071038251%;
  margin-bottom: 4%;
  margin-left: 1%;
}
header .title .timer {
  position: relative;
  margin-left: 1.5%;
  z-index: 2;
  display: flex;
}
header .title .timer .tb {
  position: relative;
  border-radius: 100px;
  display: inline-block;
  color: #000004;
  background-color: #fff;
  padding: 0.65rem 0.75rem 1.35rem 0.75rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.12rem;
  text-align: center;
  margin: 0.5rem 0.5rem 0 0;
  width: 3.5rem;
}
header .title .timer .tb::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 70%);
  font-size: 0.625rem;
  letter-spacing: 0.05rem;
}
header .title .timer .tb.d::after {
  content: "DAY";
}
header .title .timer .tb.h::after {
  content: "HR";
}
header .title .timer .tb.m::after {
  content: "MIN";
}
header .title .timer .tb.s::after {
  content: "SEC";
}

.main {
  position: relative;
  z-index: 1;
}

.sc_intro {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 3rem 0;
}
.sc_intro-cnt {
  max-width: 1080px;
  margin: 0 auto 1.75rem auto;
}
.sc_intro-cnt p {
  margin-bottom: 1rem;
  font-size: 1.175rem;
  line-height: 1.75;
}
.sc_intro-cnt p:last-child {
  margin-bottom: 0;
}
.sc_intro-cnt p span {
  font-weight: 600;
}

.sc_video {
  position: relative;
  padding: 4rem 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.sc_video_cnt {
  display: flex;
}
.sc_video .item {
  width: 100%;
}
.sc_video .tit {
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.5;
  width: 90%;
  margin: 0 auto 1rem auto;
}
.sc_video .text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1.25rem;
}
.sc_video .video-item {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 0;
  border: 0;
  background-color: transparent;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.sc_video .video-item:hover {
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0);
}
.sc_video .video-item:hover .pic .filter {
  background-color: rgba(0, 0, 4, 0);
}
.sc_video .video-item:hover .play {
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
}
.sc_video .video-item .play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  background-color: #233AAB;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  transition: all 0.3s ease-in-out;
}
.sc_video .video-item .play-inner {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -50%);
  z-index: 1;
  background-color: #fff;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  width: 46px;
  height: 54px;
}
.sc_video .video-item .pic {
  position: relative;
}
.sc_video .video-item .pic .filter {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 4, 0.25);
  transition: all 0.3s ease-in-out;
}
.sc_video .cta {
  position: absolute;
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
}
.sc_video .cta a {
  background-color: #77B901;
  border-radius: 100px;
  border: 6px solid #fff;
  display: inline-block;
  padding: 1rem 2.75rem;
  transition: all 0.3s ease-in-out;
}
.sc_video .cta a p {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.25;
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
.sc_video .cta a p:first-child {
  letter-spacing: 3px;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.sc_video .cta a:hover {
  background-color: #fff;
  border: 6px solid #77B901;
}
.sc_video .cta a:hover p {
  color: #77B901;
}

.modal .modal-body {
  padding: 10px 30px 30px;
}
.modal .modal-body .row {
  margin-bottom: 1rem;
}
.modal .modal-body .form-group label {
  padding: 4px;
  font-size: 16px;
}
.modal .modal-body .form-group label span {
  color: red;
}
.modal .modal-body small {
  font-size: 12px;
}
.modal .form_tit {
  text-align: center;
  margin-bottom: 20px;
}
.modal .form_tit .h2 span {
  font-weight: 700;
  color: #005f4b;
}
.modal .form_tit .modal .form_tit .tip {
  margin-top: 6px;
  color: red;
}
.modal .from-check .from-check-input {
  margin-top: 1.25rem;
}
.modal .main_button {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  padding: 0.75em 2em;
  background-color: #233AAB;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 1000px;
  font-weight: 500;
  cursor: pointer;
  animation: scale InBounce 1000ms linear both;
}
.modal .main_button:hover {
  animation: scaleOutBounce 1000ms linear both;
}
.modal .main_button .text {
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.29);
}
.modal .main_button .modal .main_button .theme_lines {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 75%;
  font-size: 8px;
  margin-top: 22px;
  transform: translateX(-50%);
  transition: width 300ms;
}

.sc_cta {
  padding: 0 0 3rem 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.sc_cta_cnt {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sc_cta_cnt .cta-btn {
  display: inline-block;
  margin-bottom: 1.5rem;
}
.sc_cta_cnt .cta-btn-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(120deg, #02CCFE 60%, #233AAB);
  padding: 1.2rem 3.75rem;
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.5rem;
  font-weight: 700;
  border-radius: 100px;
  line-height: 1.5;
  transition: all 0.3s ease-in-out;
}
.sc_cta_cnt .cta-btn-inner:hover {
  transform: scale(1.1);
}
.sc_cta_cnt .arrow-right {
  margin-left: 1rem;
  animation-name: arrowMove;
  animation-duration: 0.75s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-timing-function: ease-out;
}
@keyframes arrowMove {
  0% {
    transform: translate(0px);
  }
  100% {
    transform: translate(10px);
  }
}

.footer {
  padding: 2.5rem 0;
}
.footer_cnt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer_cnt p {
  color: #fff;
}
.footer_cnt img {
  max-width: 200px;
  margin: 0 1.5rem;
}

@media (max-width: 768px) {
  nav {
    height: 35px;
    top: 0;
  }
  nav.is_active .nav_area ul {
    box-shadow: 0 0 0 0;
  }
  nav .nav_area {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100vh;
    background-color: #233AAB;
    flex-direction: column;
    justify-content: flex-start;
  }
  nav .nav_area ul {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: 25%;
    left: 0%;
  }
  nav .nav_area ul li {
    position: relative;
    width: 100%;
    height: auto;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  nav .nav_area ul li a {
    position: relative;
    width: auto;
    height: auto;
    box-sizing: border-box;
    padding: 3px;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  nav .nav_area ul li a:hover {
    transform: translateY(-4px);
  }
  nav .nav_mobile {
    position: relative;
    display: block;
  }
  nav .nav_mobile-btn {
    position: absolute;
    top: 5px;
    right: 15px;
    width: 35px;
    height: 35px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  nav .nav_mobile-btn-line {
    position: relative;
    display: block;
    width: 25px;
    height: 2px;
    background: #cbcbcb;
    border-radius: 4px;
    margin: 2.5px 0;
  }
  nav .nav_sns {
    position: absolute;
    top: 50px;
    right: 0;
    cursor: pointer;
    padding: 0 12px;
    text-align: right;
    transform: translateY(0);
  }
  header {
    height: 80vw;
  }
  header .mainBG {
    position: static;
    top: 0%;
    left: 0%;
    z-index: 1;
    width: 100%;
    height: 80vw;
    overflow: hidden;
  }
  header .mainBG .inner {
    height: 80vw;
    width: 100%;
  }
  header .mainBG .inner .bg {
    width: 200%;
    left: -45%;
  }
  header .title {
    transform: translate(-50%, -40%);
    width: 80%;
  }
  header .title .t1 {
    margin-bottom: 3%;
  }
  header .title .timer {
    right: 0%;
    bottom: 10%;
  }
  header .title .timer_inner .tb {
    padding: 0.5rem 0.5rem 0.85rem 0.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.08rem;
    margin: 0.5rem 0.15rem 0 0;
    width: 2.2rem;
  }
  header .title .timer_inner .tb::after {
    transform: translate(-50%, 68%);
    font-size: 0.45rem;
    letter-spacing: 0.05rem;
  }
  header .logo {
    width: 35%;
    top: 8%;
    left: 4.5%;
  }
  .sc_intro {
    padding: 30px 8px;
  }
  .sc_intro-cnt {
    margin-bottom: 0.75rem;
  }
  .sc_intro-cnt p {
    margin-bottom: 0.75rem;
    font-size: 1.1rem;
  }
  .sc_intro-highlight {
    justify-content: space-between;
    margin-bottom: 2rem;
  }
  .sc_intro-highlight .highlight-item p {
    font-size: 1.2rem;
  }
  .sc_intro-cta .cta-btn {
    margin: 0.5rem 0 0 0;
  }
  .sc_intro-cta .cta-btn-inner {
    padding: 1rem 2rem;
    color: #fff;
    font-size: 1.25rem;
  }
  .sc_video {
    padding: 0 0 1.5rem 0;
    background-color: white;
  }
  .sc_video_cnt {
    flex-direction: column;
  }
  .sc_video .item {
    width: 100%;
    margin-bottom: 2rem;
  }
  .sc_video .tit {
    font-size: 18px;
  }
  .sc_video .video-item .play {
    width: 60px;
    height: 60px;
  }
  .sc_video .video-item .play-inner {
    width: 26px;
    height: 34px;
  }
  .sc_video .cta {
    width: 100%;
    text-align: center;
    bottom: -8%;
  }
  .sc_video .cta a {
    border: 2px solid #fff;
    padding: 0.5rem 3.75rem;
  }
  .sc_video .cta a p {
    font-size: 14px;
    line-height: 1.5;
  }
  .sc_video .cta a p:first-child {
    font-size: 24px;
  }
  .video_popup-inner .frame iframe {
    width: 300px;
    height: 533.4px;
  }
  .sc_cta {
    padding: 0 0 5rem 0;
    background-color: white;
  }
  .sc_cta_cnt {
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sc_cta_cnt .cta-btn {
    display: inline-block;
    margin-bottom: 1.5rem;
    width: 100%;
  }
  .sc_cta_cnt .cta-btn-inner {
    min-width: 100%;
    min-height: auto;
    display: flex;
    padding: 1.2rem 2rem 1.2rem 1.25rem;
    letter-spacing: 0px;
    font-size: 1.125rem;
  }
  .modal .main_button {
    padding: 0.75em 1em;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1000px;
  }
  .footer {
    padding: 2.5rem 0;
  }
  .footer_cnt {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer_cnt p {
    color: #fff;
  }
  .footer_cnt img {
    max-width: 130px;
    margin: 0 1rem;
  }
}/*# sourceMappingURL=all.min.css.map */