@import url('font-face.css');
@import url('public.css');
@import url('keyframes.css');
@import url('hover.css');
@import url('media.css');
.out_container {
  width: 100%;
}
.lite_container {
  width: 100%;
  max-width: 1040px;
}
#header {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
#header .header_pc {
  padding: 0 64px;
  width: 100%;
  justify-content: flex-start;
  height: 90px;
  overflow: hidden;
}
#header .header_pc .logo img {
  height: 72px;
  width: fit-content;
}
#header .header_pc .logo {
  flex: none;
  margin-right: 5%;
}
#header .header_pc #nav {
  flex: 1;
}
#header .header_pc #nav .menu {
  width: 100%;
}
#header .header_pc #nav .menu .hvr-underline-from-center::before {
  background-color: #979797;
  height: 1px;
}
#header .header_pc #nav .menu li {
  flex: none;
}
#header .header_pc #nav .menu li a {
  display: block;
  padding: 4px 10px;
  font-size: 0.9rem;
  font-weight: 300;
  color: #707070;
}
#header .header_mo {
  display: none;
}
.top_banner {
  margin-bottom: 48px;
}
.top_banner .top_banner_container {
  position: relative;
  min-height: 280px;
}
.top_banner .top_banner_container .logo_l {
  position: absolute;
  bottom: 16.6%;
  left: 50%;
  transform: translateX(-50%);
  width: 53.12%;
}
.top_banner .top_banner_container .logo_l::before {
  padding-top: 36.95%;
}
.top_banner .top_banner_container .arrow_down {
  transition: all 0.5s;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.top_banner .top_banner_container .arrow_down .image_wrapper::before {
  padding-top: 100%;
}
.top_banner .top_banner_container #scroll_target_1 {
  position: absolute;
  width: 0;
  height: 0;
  bottom: 90px;
  opacity: 0;
}
.keep_protected {
  display: grid;
  grid-template-columns: 64% 36%;
  margin-bottom: 22px;
}
.keep_protected .left {
  padding-right: 10%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  flex-direction: column;
  flex-wrap: nowrap;
}
.keep_protected .left .title {
  flex: none;
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--dark_blue);
  line-height: 2.4rem;
  margin-bottom: 20px;
}
.keep_protected .left .desc {
  flex: 1;
  font-size: 1.2rem;
  font-weight: 300;
  color: var(--button_theme_blue);
  line-height: 1.8rem;
}
.keep_protected .right {
  width: 100%;
}
.keep_protected .right .grey_cat::before {
  padding-top: 93.59%;
}
.setting_reminder .title {
  line-height: 2.4rem;
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--dark_blue);
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.setting_reminder .desc {
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--black_font);
  line-height: 1.5rem;
  word-spacing: 0.05rem;
  margin-bottom: 35px;
}
.setting_reminder .download_container {
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
.setting_reminder .download_container .download {
  width: fit-content;
  height: fit-content;
  padding: 34px 10px;
  border: 1px solid var(--button_theme_blue);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-bottom: 60px;
}
.setting_reminder .download_container .download img {
  width: 180px;
  height: fit-content;
  margin-bottom: 28px;
}
.setting_reminder .download_container .path_container {
  width: 100%;
  padding: 0 14%;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  height: 0px;
  margin-bottom: 48px;
  overflow: hidden;
  transition: all 0.5s;
}
.setting_reminder .download_container .path_container .button {
  visibility: hidden;
  flex: none;
  opacity: 0;
}
.video_container {
  background-color: var(--light_blue);
  padding-top: 43px;
  padding-bottom: 90px;
}
.video_container .title {
  box-sizing: border-box;
  width: 100%;
  padding: 0 4%;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  color: var(--dark_blue);
  line-height: 2.4rem;
  margin-bottom: 40px;
}
.video_container .video .inner {
  flex: none;
  width: 646px;
  height: 362px;
}
.shop {
  background-color: var(--dark_blue);
  padding: 20px var(--padding);
}
footer {
  padding: 20px 0;
  width: 100%;
  background-color: var(--footer_bg);
}
footer #copyright {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--dark_blue);
  line-height: 1.6rem;
}
.path_show {
  height: 60px !important;
}
.path_show .button {
  visibility: visible !important;
  opacity: 1 !important;
}
.nav_mo {
  display: none;
  flex: none;
  padding: 5px;
  width: 42px;
  height: 42px;
  overflow: hidden;
  transition: all 0.5s;
  border-radius: 4px;
}
.nav_mo:hover {
  background-color: #66adf8;
}
.nav_mo:hover .menu_icon {
  color: #FFFFFF;
}
.nav_mo:active {
  opacity: 0.7;
}
.nav_mo .menu_icon {
  width: 32px;
  height: 32px;
  fill: #66adf8;
  color: #66adf8;
}
.mask_background {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  display: none;
  opacity: 0;
  width: 100vw;
  height: 100%;
  z-index: 1000;
}
.nav_menu {
  position: fixed;
  width: 100vw;
  height: 100%;
  top: 0;
  right: -100vw;
  z-index: 2000;
  transition: all 0.5s;
  pointer-events: none;
}
.nav_menu .hvr-underline-from-left::before {
  background: #fff;
  height: 2px;
}
.nav_menu ul {
  pointer-events: all;
  width: 80vw;
  height: 100%;
  background: #66adf84f;
  position: absolute;
  backdrop-filter: blur(5px);
  right: 0;
  top: 0;
  padding: 20px 25px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}
.nav_menu ul .close_btn {
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.nav_menu ul .close_btn .btn_close {
  flex: none;
  padding: 10px;
  border-radius: 5px;
}
.nav_menu ul .close_btn .btn_close:hover {
  background: #66adf84f;
}
.nav_menu ul .close_btn .btn_close:active {
  background: var(--theme-color);
}
.nav_menu ul .close_btn img {
  width: 25px;
  height: fit-content;
}
.nav_menu ul .item,
.nav_menu ul li a {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
  flex: none;
  width: 100%;
  font-size: 0.9rem;
  font-weight: bold;
  font-family: Segoe UI-Regular, Segoe UI;
  color: #fff;
  white-space: nowrap;
}
.nav_menu ul .item img,
.nav_menu ul li a img {
  flex: none;
  width: 25px;
  height: fit-content;
}
.nav_menu ul a,
.nav_menu ul .padding {
  padding: 14px 0;
  transition: all 0.5s;
}
.nav_menu ul .item a,
.nav_menu ul .item_action {
  transition: all 0.3s;
  border-radius: 10px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
}
.nav_menu ul .item a:hover,
.nav_menu ul .item_action:hover {
  font-size: 1.1rem;
}
