@charset "UTF-8";
:root {
  --main-color: #3751ae;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Pretendard";
}

ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: 0;
  padding: 0;
}
@media (max-width: 480px) {
  p {
    word-break: keep-all;
  }
}

.inner {
  max-width: 1240px;
  margin: 0 auto;
  padding-inline: 10px;
}

.nl {
  display: block;
  line-height: inherit;
}
@media (max-width: 480px) {
  .nl {
    display: inline;
  }
}

.pt {
  color: var(--main-color);
}

h1.title {
  margin-block: 150px 30px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 480px) {
  h1.title {
    margin-block: 60px 20px;
    word-break: keep-all;
  }
}

.home_tit {
  margin-bottom: 85px;
}
.home_tit .txt01 {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
  color: var(--block-color);
  word-break: keep-all;
  font-family: "Montserrat", serif;
}
.home_tit .txt02 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5;
  color: var(--block-color);
  word-break: keep-all;
}

/* 레이아웃 */
/* Padding Top */
.pt-0 {
  padding-top: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

/* Padding Bottom */
.pb-0 {
  padding-bottom: 0px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

/* Padding right */
.pr-0 {
  padding-right: 0px;
}

.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

/* Padding left */
.pl-0 {
  padding-left: 0px;
}

.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

/* Margin Top */
.mt-0 {
  margin-top: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

/* Margin right */
.mr-0 {
  margin-right: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

/* Margin left */
.ml-0 {
  margin-left: 0px;
}

.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.text_line_1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.text_line_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text_line_3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src:
    local("Pretendard Black"),
    url("../fonts/Pretendard-Black.woff2") format("woff2"),
    url("./woff/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src:
    local("Pretendard ExtraBold"),
    url("../fonts/Pretendard-ExtraBold.woff2") format("woff2"),
    url("./woff/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src:
    local("Pretendard Bold"),
    url("../fonts/Pretendard-Bold.woff2") format("woff2"),
    url("./woff/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src:
    local("Pretendard SemiBold"),
    url("../fonts/Pretendard-SemiBold.woff2") format("woff2"),
    url("./woff/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src:
    local("Pretendard Medium"),
    url("../fonts/Pretendard-Medium.woff2") format("woff2"),
    url("./woff/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src:
    local("Pretendard Regular"),
    url("../fonts/Pretendard-Regular.woff2") format("woff2"),
    url("./woff/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src:
    local("Pretendard Light"),
    url("../fonts/Pretendard-Light.woff2") format("woff2"),
    url("./woff/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src:
    local("Pretendard ExtraLight"),
    url("../fonts/Pretendard-ExtraLight.woff2") format("woff2"),
    url("./woff/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src:
    local("Pretendard Thin"),
    url("../fonts/Pretendard-Thin.woff2") format("woff2"),
    url("./woff/Pretendard-Thin.woff") format("woff");
}
.header_menu {
  position: fixed;
  width: 100%;
  height: 100px;
  background-color: var(--main-color);
  z-index: 100;
}
.header_menu .inner {
  height: 100%;
}
.header_menu .inner .nav_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header_menu .inner .nav_con .head_logo .logo {
  width: 200px;
}
.header_menu .inner .nav_con .start_link {
  border-radius: 50px;
  background-color: #fff;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header_menu .inner .nav_con .start_link:hover {
  background-color: var(--main-color);
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 480px) {
  .header_menu .inner .nav_con .start_link {
    display: none;
  }
}
.header_menu .inner .nav_con .gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.header_menu .inner .nav_con .gnb .lang {
  position: relative;
}
.header_menu .inner .nav_con .gnb .lang .lang_tit {
  position: relative;
  padding-inline: 25px 20px;
  color: #fff;
  cursor: pointer;
}
.header_menu .inner .nav_con .gnb .lang .lang_tit::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../landing/images/ico/ico_lang.png") no-repeat center/cover;
}
.header_menu .inner .nav_con .gnb .lang .lang_tit::after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 9px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../../landing/images/ico/ico_down_arr.png") no-repeat center/cover;
}
.header_menu .inner .nav_con .gnb .lang .lang_tit.on::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.header_menu .inner .nav_con .gnb .lang .box {
  position: absolute;
  display: none;
  width: 100%;
  left: 50%;
  top: 140%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 10px 5px rgba(0, 0, 0, 0.3);
}
.header_menu .inner .nav_con .gnb .lang .box.on {
  display: block;
}
.header_menu .inner .nav_con .gnb .lang .box::before {
  content: "";
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  border-bottom: 10px solid transparent;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid #fff;
}
.header_menu .inner .nav_con .gnb .lang .box .tit {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}
.header_menu .inner .nav_con .gnb .lang .box .lang_list .list {
  position: relative;
  margin-bottom: 5px;
  font-size: 14px;
}
.header_menu .inner .nav_con .gnb .lang .box .lang_list .list:last-child {
  margin-bottom: 0;
}
.header_menu .inner .nav_con .gnb .lang .box .lang_list .list .link {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}

.footer {
  padding-block: 60px;
  background-color: #222;
}
.footer .inner .layout .footer_logo .link img {
  width: 200px;
}
.footer .inner .layout .info_con .info {
  font-size: 16px;
  font-weight: 500;
  color: #9f9f9f;
}
.footer .inner .copyright {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #9f9f9f;
}
.footer .inner .copyright p {
  font-size: 16px;
  font-weight: 500;
  color: #9f9f9f;
}

.contents {
  padding-top: 100px;
}
.contents .main_banner {
  position: relative;
  width: 100%;
  height: 80vh;
  background-color: #f9f9f9;
}
@media (max-width: 768px) {
  .contents .main_banner {
    height: 65vh;
  }
}
@media (max-width: 480px) {
  .contents .main_banner {
    height: 45vh;
  }
}
.contents .main_banner .inner {
  position: relative;
  height: 100%;
}
.contents .main_banner .inner img {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 768px) {
  .contents .main_banner .inner img {
    width: 50%;
  }
}
.contents .main_banner .inner .txt_con {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contents .main_banner .inner .txt_con .t1 {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .contents .main_banner .inner .txt_con .t1 {
    font-size: 1.2rem;
  }
}
.contents .main_banner .inner .txt_con .t2 {
  font-size: 72px;
  font-weight: 700;
  color: var(--main-color);
}
@media (max-width: 480px) {
  .contents .main_banner .inner .txt_con .t2 {
    font-size: 3rem;
  }
}
.contents .main_banner .inner .txt_con .link {
  display: inline-block;
  margin-top: 50px;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 30px;
  background-color: var(--main-color);
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.contents .main_banner .inner .txt_con .link:hover {
  border: 1px solid var(--main-color);
  background-color: #fff;
  color: var(--main-color);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 768px) {
  .contents .main_banner .inner .txt_con .link {
    padding: 15px 70px;
  }
}
@media (max-width: 480px) {
  .contents .main_banner .inner .txt_con .link {
    padding: 15px 50px;
  }
}
.contents .main_function .list_con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  .contents .main_function .list_con {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.contents .main_function .list_con .list {
  position: relative;
  width: calc((100% - 15px) / 3);
  border: 1px solid #eee;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .contents .main_function .list_con .list {
    background-size: 80px !important;
  }
}
@media (max-width: 768px) {
  .contents .main_function .list_con .list {
    width: 100%;
    background-size: 120px !important;
  }
}
.contents .main_function .list_con .list:nth-child(1) {
  background:
    url("../../landing/images/img/img_func1.png") no-repeat right 30px bottom 30px / contain,
    #f9f9f9;
  background-size: 150px;
}
.contents .main_function .list_con .list:nth-child(2) {
  background:
    url("../../landing/images/img/img_func2.png") no-repeat right 30px bottom 30px / contain,
    #f9f9f9;
  background-size: 150px;
}
.contents .main_function .list_con .list:nth-child(3) {
  background:
    url("../../landing/images/img/img_func3.png") no-repeat right 30px bottom 30px / contain,
    #f9f9f9;
  background-size: 150px;
}
.contents .main_function .list_con .list::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
@media (max-width: 768px) {
  .contents .main_function .list_con .list::before {
    padding-bottom: 50%;
  }
}
@media (max-width: 480px) {
  .contents .main_function .list_con .list::before {
    padding-bottom: 100%;
  }
}
.contents .main_function .list_con .list .txt_con {
  position: absolute;
  top: 30px;
  left: 30px;
}
.contents .main_function .list_con .list .txt_con .t1 {
  font-size: 18px;
  font-weight: 400;
  color: #999;
}
.contents .main_function .list_con .list .txt_con .t2 {
  font-size: 24px;
  font-weight: 700;
}
.contents .detail_func .list_con .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 200px;
}
@media (max-width: 768px) {
  .contents .detail_func .list_con .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 60px;
  }
  .contents .detail_func .list_con .list:nth-child(odd) .img_con {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .contents .detail_func .list_con .list:nth-child(odd) .txt_con {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.contents .detail_func .list_con .list .img_con {
  width: 300px;
}
.contents .detail_func .list_con .list .img_con img {
  width: 100%;
}
@media (max-width: 480px) {
  .contents .detail_func .list_con .list .txt_con {
    text-align: center;
  }
}
.contents .detail_func .list_con .list .txt_con .icon {
  font-size: 48px;
}
@media (max-width: 480px) {
  .contents .detail_func .list_con .list .txt_con .icon {
    font-size: 2rem;
  }
}
.contents .detail_func .list_con .list .txt_con .t1 {
  font-size: 48px;
  font-weight: 700;
  color: var(--main-color);
  line-height: 1.2;
}
@media (max-width: 480px) {
  .contents .detail_func .list_con .list .txt_con .t1 {
    font-size: 2rem;
  }
}
.contents .detail_func .list_con .list .txt_con .t2 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .contents .detail_func .list_con .list .txt_con .t2 {
    margin-top: 5px;
    font-size: 1rem;
  }
}

.count {
  margin-top: 100px;
  padding-block: 60px;
  background: #020305;
}
.count .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 130px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1024px) {
  .count .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    gap: 35px;
  }
}
@media (max-width: 768px) {
  .count .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.count .flex .left {
  width: 280px;
}
.count .flex .home_tit {
  margin-bottom: 0;
}
.count .flex .home_tit .txt01,
.count .flex .home_tit .txt02 {
  color: #fff;
}
@media (max-width: 480px) {
  .count .flex .home_tit .txt01,
  .count .flex .home_tit .txt02 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .count .flex .home_tit {
    text-align: center;
  }
}
.count .flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media (max-width: 768px) {
  .count .flex ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.count .flex ul li {
  width: 33.3333333333%;
  text-align: center;
}
@media (max-width: 768px) {
  .count .flex ul li {
    width: 100%;
    margin-bottom: 60px;
  }
  .count .flex ul li:last-child {
    margin-bottom: 0;
  }
}
.count .flex ul li span {
  font-size: 65px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}
.count .flex ul li i {
  font-size: 45px;
  font-weight: 700;
  color: #fff;
  font-style: normal;
}
.count .flex ul li .tit {
  margin: 5px 0 30px;
  font-size: 30px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4;
  word-break: keep-all;
}
.count .flex ul li div {
  white-space: pre-line;
  word-break: keep-all;
}

.feature .inner .list dl {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  padding: 50px 40px;
  background: #f2f2f2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.feature .inner .list dl .tit {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .feature .inner .list dl .tit {
    font-size: 1.5rem;
    text-align: center;
  }
}
.feature .inner .list dl .t1 {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .feature .inner .list dl .t1 {
    font-size: 1rem;
  }
}
.feature .inner .list dl + dl {
  margin-top: 20px;
}
.feature .inner .list dl.on {
  background: var(--main-color);
}
.feature .inner .list dl.on dt {
  color: #fff;
}
.feature .inner .list dl.on dd {
  color: #fff;
}
.feature .inner .list .dd {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.feature .inner .list dl dt {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 480px) {
  .feature .inner .list dl dt {
    word-break: keep-all;
  }
}

.sub_banner {
  margin-top: 100px;
  padding-block: 60px;
  background-color: #222;
}
.sub_banner .txt_con {
  text-align: center;
  color: #fff;
}
.sub_banner .txt_con .t1 {
  font-size: 36px;
  font-weight: 700;
}
.sub_banner .txt_con .link {
  display: inline-block;
  width: 200px;
  margin-top: 30px;
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 10px;
  background-color: #fff;
  font-weight: 700;
  color: var(--main-color);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.sub_banner .txt_con .link:hover {
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.down_modal .modal-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.down_modal .modal-body .method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  gap: 30px;
}
.down_modal .modal-body .method .box {
  width: 35%;
  text-align: center;
}
.down_modal .modal-body .method .box .title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
  color: var(--main-color);
}
.down_modal .modal-body .method .box.left .link_con .link {
  position: relative;
  margin-bottom: 15px;
}
.down_modal .modal-body .method .box.left .link_con .link:last-child {
  margin-bottom: 0;
}
.down_modal .modal-body .method .box.left .link_con .link a {
  display: block;
  padding: 15px 10px;
  border-radius: 30px;
  background-color: var(--main-color);
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.down_modal .modal-body .method .box.right .img_con .qr {
  width: 100%;
}
