@charset "UTF-8";
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("../fonts/Pretendard-Black.woff2") format("woff2"), url("../fonts/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("../fonts/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("../fonts/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("../fonts/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("../fonts/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("../fonts/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("../fonts/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("../fonts/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("../fonts/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 700;
  src: url(../fonts/SpoqaHanSansNeo-Bold.woff) format("woff"), url(../fonts/SpoqaHanSansNeo-Bold.woff2) format("woff2"), url(../fonts/SpoqaHanSansNeo-Bold.otf) format("opentype");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 500;
  src: url(../fonts/SpoqaHanSansNeo-Medium.woff) format("woff"), url(../fonts/SpoqaHanSansNeo-Medium.woff2) format("woff2"), url(../fonts/SpoqaHanSansNeo-Medium.otf) format("opentype");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 400;
  src: url(../fonts/SpoqaHanSansNeo-Regular.woff) format("woff"), url(../fonts/SpoqaHanSansNeo-Regular.woff2) format("woff2"), url(../fonts/SpoqaHanSansNeo-Regular.otf) format("opentype");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 300;
  src: url(../fonts/SpoqaHanSansNeo-Light.woff) format("woff"), url(../fonts/SpoqaHanSansNeo-Light.woff2) format("woff2"), url(../fonts/SpoqaHanSansNeo-Light.otf) format("opentype");
}
@font-face {
  font-family: "SpoqaHanSansNeo";
  font-weight: 100;
  src: url(../fonts/SpoqaHanSansNeo-Thin.woff) format("woff"), url(../fonts/SpoqaHanSansNeo-Thin.woff2) format("woff2"), url(../fonts/SpoqaHanSansNeo-Thin.otf) format("opentype");
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #192534;
  font-family: "Pretendard", sans-serif;
}

a {
  color: #192534;
  text-decoration: none;
  font-family: "Pretendard", sans-serif;
}

ul, li, ol {
  list-style: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

/********************************
reset
********************************/
*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ol,
ul,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Pretendard", "돋움", sans-serif;
  font-size: 16px;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

ul,
li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

a {
  font-family: "Pretendard";
  text-decoration: none;
  color: #000;
}

address {
  font-style: normal;
}

ol,
article,
aside,
footer,
header,
nav,
section,
summary,
menu {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  margin: 0;
  padding: 0;
}

input,
select {
  background: #fff;
  border: 1px solid #c4cdda;
  vertical-align: middle;
}

input[type=file] {
  border: 0;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=password]::-ms-reveal {
  display: none;
}

textarea {
  width: 100%;
  background: #fff;
  font-family: "Pretendard", "돋움", sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
  resize: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  word-break: break-all;
  /*    outline: none;*/
}

a,
input,
textarea,
keygen,
select,
button {
  font-family: "Pretendard", "돋움", sans-serif;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  color: #000;
}

button[disabled=disabled] {
  opacity: 0.5;
  cursor: inherit;
}

button > span,
button > .fa {
  position: relative;
}

input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[readonly],
input[readonly=readonly] {
  background: #f5f5f5;
}

legend,
caption,
.hidden,
.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

ol,
ul,
li {
  list-style: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=radio] {
  -webkit-appearance: radio;
}

*,
a,
button,
input,
textarea,
label {
  -webkit-tap-highlight-color: transparent;
}

.pc-hidden {
  display: none;
}

.mobile-hidden {
  display: block;
}

.mobile-br {
  display: none;
}

@media screen and (max-width: 1260px) {
  .pc-hidden {
    display: block;
  }
  .mobile-hidden {
    display: none;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 10.625rem;
  transition: all ease 0.3s;
}

.header-popup {
  height: 4.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #192534;
  color: #fff;
  gap: 25px;
  transition: all ease 0.3s;
}

.header-popup .header-popup-text {
  font-size: 20px;
  font-weight: 600;
}

.header-popup .header-popup-btn-box {
  display: flex;
  gap: 15px;
}

.header-popup a {
  color: #fff;
  border: 2px solid #fff;
  padding: 0 25px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  gap: 3px;
}

.header.hide {
  top: -70px;
}

.header.fixed,
.header:hover {
  background-color: #fff;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.12);
}

.header.fixed > .inner > .logo,
.header:hover > .inner > .logo {
  background-image: url(../img/common/logo.svg);
}

.header.fixed > .inner > .header-box > .menu > .list .link,
.header:hover > .inner > .header-box > .menu > .list .link {
  color: #000;
}

.header.fixed > .inner > .header-box > .service > .button.demo,
.header:hover > .inner > .header-box > .service > .button.demo {
  border: 0.125rem solid #0891b2;
  color: #0891b2;
}

.header.fixed > .inner > .header-box > .service > .btn-tel,
.header:hover > .inner > .header-box > .service > .btn-tel {
  color: #0891B2;
}
.header.fixed > .inner > .header-box > .service > .btn-tel:before,
.header:hover > .inner > .header-box > .service > .btn-tel:before {
  background-image: url(../img/common/phone-call.svg);
}

.header.up {
  transform: translateY(-100%);
}

.header > .inner {
  display: flex;
  max-width: 120rem;
  height: 6.25rem;
  margin: 0 auto;
  padding: 0 3.125rem;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1259px) {
  .header > .inner {
    padding: 0 1.5625rem;
  }
}
.header > .inner > .logo {
  width: 10.6875rem;
  height: 2.25rem;
  background-image: url(../img/common/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1259px) {
  .header > .inner > .logo {
    width: 7.75rem;
    height: 1.625rem;
  }
}
.header > .inner > .header-box {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}

.header > .inner > .header-box > .menu {
  display: flex;
  height: 100%;
  margin-right: 3.75rem;
  align-items: center;
}

.header > .inner > .header-box .sub-menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: flex;
  /* height: 25px; */
  gap: 40px;
  /* margin-right: 3.75rem; */
  align-items: center;
  white-space: nowrap;
  display: none;
}

.hover-li:hover .sub-menu {
  display: flex !important;
}

.header > .inner > .header-box .sub-menu a {
  padding: 7px 0;
}

@media screen and (max-width: 1259px) {
  .header > .inner > .header-box > .menu {
    display: none;
  }
}
.header > .inner > .header-box > .menu .list {
  height: 100%;
  margin-left: 3.75rem;
}

.header > .inner > .header-box > .menu .list:first-child {
  margin-left: 0;
}

.header > .inner > .header-box > .menu .list:last-child {
  position: relative;
}

.header > .inner > .header-box > .menu .list .link {
  display: flex;
  position: relative;
  height: 100%;
  font-weight: 700;
  font-size: 1.125rem;
  gap: 5px;
  color: #fff;
  align-items: center;
  transition: all ease 0.3s;
}

.header > .inner > .header-box > .menu .list .link:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0.1875rem;
  background-color: #0891b2;
  transform: translateX(-50%);
  transition: all ease 0.3s;
}

.header > .inner > .header-box > .menu .list .link.on,
.header > .inner > .header-box > .menu .list .link:hover {
  color: #0891b2;
}

.header > .inner > .header-box > .menu .list .link.on:after,
.header > .inner > .header-box > .menu .list .link:hover:after {
  width: 100%;
}

.header > .inner > .header-box > .service {
  display: flex;
  align-items: center;
}
.header > .inner > .header-box > .service .button.pc-hidden {
  display: none;
}
@media screen and (max-width: 1259px) {
  .header > .inner > .header-box > .service .button.mobile-hidden {
    display: none;
  }
  .header > .inner > .header-box > .service .button.pc-hidden {
    display: flex;
  }
}

.header > .inner > .header-box > .service > .btn-tel {
  margin-right: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.header > .inner > .header-box > .service > .btn-tel:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 6px;
  background: url(../img/common/phone-call-white.svg) no-repeat center/contain;
  vertical-align: -6px;
}

.header > .inner > .header-box > .service > .button {
  display: flex;
  height: 2.75rem;
  border-radius: 1.375rem;
  font-weight: 600;
  color: #fff;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1259px) {
  .header > .inner > .header-box > .service > .button {
    height: 30px;
    font-size: 0.75rem;
    border: 1px solid #fff;
    padding: 0 14px;
  }
  .header > .inner > .header-box > .service > .btn-tel {
    margin-right: 0;
    font-size: 14px;
  }
  .header > .inner > .header-box > .service > .btn-tel:before {
    width: 16px;
    height: 16px;
    margin-right: 2px;
    vertical-align: -4px;
  }
}
.header > .inner > .header-box > .service > .button.demo {
  width: 8.1875rem;
  margin-right: 0.625rem;
  border: 0.125rem solid #fff;
  background-color: transparent;
  transition: all ease 0.3s;
}

@media screen and (max-width: 1259px) {
  .header > .inner > .header-box > .service > .button.demo {
    display: none;
  }
}
.header > .inner > .header-box > .service > .button.download {
  width: 8.875rem;
  background-color: #0891b2;
}

.header > .inner > .header-box > .service > .button.download .icon {
  margin-left: 0.625rem;
}

@media screen and (max-width: 1259px) {
  .header > .inner > .header-box > .service > .button.download {
    width: 6rem;
  }
  .header > .inner > .header-box > .service > .button.download .icon {
    width: 0.5625rem;
    margin-left: 0.34375rem;
  }
}
@media screen and (max-width: 1259px) {
  .header-popup {
    background-color: #fdb022;
    height: 130px;
    flex-direction: column;
    text-align: center;
    gap: 11px;
  }
  .mobile-br {
    display: block;
  }
  .header-popup-text {
    color: #0f1b2a;
    font-size: 18px;
    line-height: 1.3;
  }
  .header-popup a {
    border-color: #0f1b2a;
    color: #0f1b2a;
    font-size: 16px;
    /* font-weight: 600; */
    height: 36px;
    padding: 0 15px;
  }
  .header.hide {
    top: -130px;
  }
}
.section {
  padding-top: 9.375rem;
}

@media screen and (max-width: 1260px) {
  .section {
    padding-top: 6.25rem;
  }
}
.section > .inner {
  display: flex;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  flex-direction: column;
}

@media screen and (max-width: 1260px) {
  .section > .inner {
    padding: 0 1.5625rem;
  }
}
.section > .inner > .title {
  font-weight: 700;
  font-size: 3.25rem;
  color: #000;
  line-height: 4.225rem;
}

@media screen and (max-width: 1260px) {
  .section > .inner > .title {
    font-size: 1.875rem;
    line-height: 2.4375rem;
  }
}
.section > .inner > .title .side-comment {
  display: flex;
  font-size: 1.5rem;
  margin-bottom: 0.375rem;
  font-weight: 600;
  line-height: normal;
}

@media screen and (max-width: 1260px) {
  .section > .inner > .title .side-comment {
    font-size: 0.875rem;
  }
}
.section > .inner > .section-group {
  display: flex;
  margin-top: 9.375rem;
}

@media screen and (max-width: 1260px) {
  .section > .inner > .section-group {
    margin-top: 5rem;
  }
}
.section > .inner > .section-group > .section-box > .sub-title {
  margin-bottom: 1.5rem;
}

.section > .inner > .section-group > .section-box > .sub-title .side-comment {
  display: block;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.125rem;
  color: #0891b2;
}

.section > .inner > .section-group > .section-box > .sub-title .sub-title-text {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 80%, #a9c0ff 20%);
  font-weight: 700;
  font-size: 2.75rem;
  line-height: 3.575rem;
}

@media screen and (max-width: 1260px) {
  .section > .inner > .section-group > .section-box > .sub-title .sub-title-text {
    font-size: 1.75rem;
    line-height: 2.275rem;
  }
}
.section > .inner > .section-group > .section-box > .emphasis-text {
  display: flex;
  margin-bottom: 1.25rem;
  font-weight: 600;
  font-size: 1.5rem;
}

@media screen and (max-width: 1260px) {
  .section > .inner > .section-group > .section-box > .emphasis-text {
    font-size: 1.25rem;
  }
}
.section > .inner > .section-group > .section-box .description {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  color: #757575;
  line-height: 1.8rem;
}

@media screen and (max-width: 1260px) {
  .section > .inner > .section-group > .section-box .description {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
.section > .inner > .section-group > .section-box .description:first-child {
  margin-top: 0;
}

.section .up {
  opacity: 0;
  transform: translateY(6.25rem);
  transition: all ease 1.8s;
}

.section .up.js-on {
  opacity: 1;
  transform: translateY(0);
}

.section .ani-text {
  display: inline-block;
  transform: translateY(50px);
  animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes text-active-animation {
  from {
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    filter: Alpha(opacity=100);
    transform: translateY(0);
  }
}
@keyframes text-fade-out {
  from {
    opacity: 1;
    filter: Alpha(opacity=100);
  }
  to {
    opacity: 0;
    filter: Alpha(opacity=0);
  }
}
.section1 {
  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 60.5625rem;
  margin-top: 0;
  padding-top: 21.25rem;
  background-image: url(../img/images/pc/section1-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1260px) {
  .section1 {
    min-height: auto;
    padding-top: 0;
  }
}
@media screen and (max-width: 820px) {
  .section1 {
    background-image: url(../img/images/mobile/section1-bg.png);
  }
}
@media screen and (max-width: 1260px) {
  .section1 > .inner {
    display: flex;
    height: 100%;
    justify-content: center;
  }
}
.section1 > .inner > .title {
  margin-top: 0;
  margin-bottom: 1.25rem;
  font-weight: 700;
  font-size: 5rem;
  color: #fff;
  line-height: 6rem;
  letter-spacing: -0.03rem;
}

@media screen and (max-width: 1260px) {
  .section1 > .inner > .title {
    font-size: 3rem;
    line-height: 3.6rem;
  }
}
.section1 > .inner > .description {
  font-size: 2rem;
  color: #fff;
  line-height: 3rem;
  letter-spacing: -0.03rem;
}

@media screen and (max-width: 1260px) {
  .section1 > .inner > .description {
    display: none;
  }
}
.section1 > .inner > .arrow-down {
  position: absolute;
  left: 50%;
  bottom: 3.75rem;
  transform: translateX(-50%);
  animation-name: arrow-down;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@media screen and (max-width: 1260px) {
  .section1 > .inner > .arrow-down {
    width: 2.125rem;
  }
}
@keyframes arrow-down {
  from {
    bottom: 3.75rem;
    opacity: 1;
  }
  to {
    bottom: 1.25rem;
    opacity: 0;
  }
}
.section1 .up.description {
  transition-delay: 0.75s;
}

@media screen and (max-width: 1260px) {
  .section2 {
    padding-top: 3.75rem;
  }
}
.section2 > .inner > .section-group.up-contents .section-box {
  opacity: 0;
  transform: translateY(6.25rem);
  transition: all ease 1.8s;
}

.section2 > .inner > .section-group.up-contents .section-box:last-child {
  transition-delay: 0.5s;
}

.section2 > .inner > .section-group.js-on .section-box {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 1260px) {
  .section2 > .inner > .section-group > .section-box {
    width: 100%;
  }
}
.section2 > .inner > .section-group > .section-box .info-img1 {
  width: 75rem;
  height: 31.25rem;
  margin-top: 2.5rem;
  background-image: url(../img/images/pc/info-img1.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1260px) {
  .section2 > .inner > .section-group > .section-box .info-img1 {
    width: 100%;
    height: 0;
    min-width: 43.75rem;
    min-height: 15.625rem;
    margin-top: 0;
    padding-bottom: 35.56%;
    background-image: url(../img/images/mobile/info-img1.png);
  }
}
.section2 > .inner > .section-group > .section-box .info-img2 {
  width: 100%;
  max-width: 31.25rem;
  margin: 0 auto;
}

@media screen and (max-width: 1260px) {
  .section2 > .inner > .section-group > .section-box .info-img2 {
    margin-bottom: 2.5rem;
  }
}
.section2 > .inner > .section-group > .section-box .mobile-scroll-wrap {
  margin-bottom: 2.5rem;
}

.section2 > .inner > .section-group:nth-of-type(2) {
  justify-content: space-between;
}

.section2 > .inner > .section-group:nth-of-type(2) > .section-box:first-child {
  width: 37.5rem;
}

.section2 > .inner > .section-group:nth-of-type(3) {
  flex-direction: column;
}

.section2 > .inner > .section-group:nth-of-type(3) .info-img3 {
  margin-top: 2.5rem;
  background-image: url(../img/images/pc/info-img3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1260px) {
  .section2 > .inner > .section-group:nth-of-type(3) .info-img3 {
    width: 100%;
    height: 0;
    min-width: 43.75rem;
    min-height: 17.5rem;
    margin-top: 0;
    padding-bottom: 43.47%;
    background-image: url(../img/images/mobile/info-img3.png);
  }
}
@media screen and (max-width: 1260px) {
  .section3 > .inner > .section-group {
    width: 100%;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 1260px) {
  .section3 > .inner > .section-group > .section-box {
    width: 100%;
  }
}
.section3 > .inner > .section-group > .section-box > .process-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section3 > .inner > .section-group > .section-box > .process-area > .process-list {
  display: flex;
  width: calc(50% - 0.75rem);
  height: 8.75rem;
  margin-top: 1.5rem;
  padding: 0 0 0 2.5rem;
  border: 0.0625rem solid #b5b5b5;
  border-radius: 1.25rem;
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 1260px) {
  .section3 > .inner > .section-group > .section-box > .process-area > .process-list {
    width: calc(50% - 0.28125rem);
    height: auto;
    margin-top: 0.5625rem;
    padding: 1.5rem 0;
    flex-direction: column;
  }
}
.section3 > .inner > .section-group > .section-box > .process-area > .process-list:first-of-type,
.section3 > .inner > .section-group > .section-box > .process-area > .process-list:nth-of-type(2) {
  margin-top: 0;
}

.section3 > .inner > .section-group > .section-box > .process-area > .process-list > .icon {
  margin-right: 1.5rem;
}

@media screen and (max-width: 1260px) {
  .section3 > .inner > .section-group > .section-box > .process-area > .process-list > .icon {
    height: 2rem;
    margin-right: 0;
    margin-bottom: 1.25rem;
  }
}
.section3 > .inner > .section-group > .section-box > .process-area > .process-list > .info {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1260px) {
  .section3 > .inner > .section-group > .section-box > .process-area > .process-list > .info {
    flex: 1;
  }
}
.section3 > .inner > .section-group > .section-box > .process-area > .process-list > .info > .title {
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 1.625rem;
}

@media screen and (max-width: 1260px) {
  .section3 > .inner > .section-group > .section-box > .process-area > .process-list > .info > .title {
    font-size: 1.25rem;
    text-align: center;
  }
}
.section3 > .inner > .section-group > .section-box > .process-area > .process-list > .info > .detail-list-area {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1260px) {
  .section3 > .inner > .section-group > .section-box > .process-area > .process-list > .info > .detail-list-area {
    flex-direction: column;
    align-items: center;
  }
}
.section3 > .inner > .section-group > .section-box > .process-area > .process-list > .info > .detail-list-area > .detail-list {
  display: flex;
  font-size: 1.125rem;
  color: #757575;
  align-items: center;
}

@media screen and (max-width: 1260px) {
  .section3 > .inner > .section-group > .section-box > .process-area > .process-list > .info > .detail-list-area > .detail-list {
    margin-bottom: 0.5rem;
    font-size: 0.9375rem;
  }
}
.section3 > .inner > .section-group > .section-box > .process-area > .process-list > .info > .detail-list-area > .detail-list:after {
  content: "";
  display: block;
  width: 0.0625rem;
  height: 0.875rem;
  margin: 0 0.75rem;
  background-color: #ccc;
}

@media screen and (max-width: 1260px) {
  .section3 > .inner > .section-group > .section-box > .process-area > .process-list > .info > .detail-list-area > .detail-list:after {
    display: none;
  }
}
.section3 > .inner > .section-group > .section-box > .process-area > .process-list > .info > .detail-list-area > .detail-list:last-child:after {
  display: none;
}

.section3 > .tab-area {
  width: 100%;
  margin-top: 8.125rem;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area {
    margin-top: 3.5625rem;
    padding: 0 1.5625rem;
  }
}
.section3 > .tab-area .tab-title {
  position: relative;
  width: 100%;
  border-bottom: 0.0625rem solid #e6e6e6;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-title {
    border-bottom: none;
  }
}
@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-title .list-wrap {
    overflow: hidden;
    height: 1.9375rem;
  }
}
.section3 > .tab-area .tab-title .list-wrap .list-area {
  display: flex;
  width: 75rem;
  margin: 0 auto;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-title .list-wrap .list-area {
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
    height: 3rem;
    padding-right: 1.875rem;
    white-space: nowrap;
  }
}
.section3 > .tab-area .tab-title .list-wrap .list-area > .list {
  margin-left: 2.6875rem;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-title .list-wrap .list-area > .list {
    margin-left: 1.5rem;
  }
}
.section3 > .tab-area .tab-title .list-wrap .list-area > .list:first-child {
  margin-left: 0;
}

.section3 > .tab-area .tab-title .list-wrap .list-area > .list > .tab {
  position: relative;
  height: 3.8125rem;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  color: #757575;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-title .list-wrap .list-area > .list > .tab {
    height: 1.9375rem;
    padding: 0;
    font-size: 0.9375rem;
  }
}
.section3 > .tab-area .tab-title .list-wrap .list-area > .list > .tab.on {
  font-weight: 600;
  color: #000;
}

.section3 > .tab-area .tab-title .list-wrap .list-area > .list > .tab.on:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1875rem;
  background-color: #0891b2;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-title .tab-left-button {
    display: none;
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    transform: translateY(-50%);
    left: 0;
    background-position: center left;
    background-image: url(../img/images/mobile/tab-left-arrow.svg);
  }
  .section3 > .tab-area .tab-title .tab-left-button.js-on {
    display: block;
  }
  .section3 > .tab-area .tab-title .tab-right-button {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 1.25rem;
    height: 1.25rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #fff;
    transform: translateY(-50%);
    right: 0;
    background-position: center right;
    background-image: url(../img/images/mobile/tab-right-arrow.svg);
  }
}
.section3 > .tab-area .tab-contents {
  position: relative;
  width: 75rem;
  margin: 0 auto;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-contents {
    width: auto;
  }
}
@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-contents .pagenation {
    top: 3.125rem;
    right: 0;
  }
}
.section3 > .tab-area .tab-contents > .tab-contents-list {
  display: none;
  padding-top: 5.375rem;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-contents > .tab-contents-list {
    padding-top: 2.5rem;
  }
}
.section3 > .tab-area .tab-contents > .tab-contents-list.on {
  display: block;
}

.section3 > .tab-area .tab-contents > .tab-contents-list > .title {
  font-weight: 700;
  font-size: 2.75rem;
  color: #000;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-contents > .tab-contents-list > .title {
    font-size: 1.75rem;
  }
}
.section3 > .tab-area .tab-contents > .tab-contents-list .slide-area {
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 2.125rem;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-contents > .tab-contents-list .slide-area {
    overflow: initial;
    margin-top: 1rem;
  }
}
.section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area {
  display: flex;
  position: relative;
  margin-top: 1.5rem;
  white-space: nowrap;
  transition: all ease 0.3s;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area {
    display: block;
    width: 100%;
    height: 36.0625rem;
    margin-top: 0;
  }
}
.section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list {
  display: flex;
  position: relative;
  width: 24rem;
  height: 43.0625rem;
  margin-right: 1.5rem;
  padding: 3.375rem 2.5rem 3.125rem;
  border: 0.0625rem solid #b5b5b5;
  border-radius: 1.25rem;
  flex-direction: column;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list {
    display: inline-flex;
    position: absolute;
    top: 1.5rem;
    left: 0;
    width: 100%;
    height: 36.0625rem;
    margin-right: 0;
    padding: 2.5rem 1.75rem;
    opacity: 0;
    transition: all ease 0.3s;
  }
  .section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list.on {
    opacity: 1;
  }
}
.section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list.half {
  width: 36.75rem;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list.half {
    width: 100%;
  }
}
.section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list > .category {
  display: flex;
  position: absolute;
  top: -1.5rem;
  right: 2.5rem;
  width: 4.875rem;
  height: 4.875rem;
  padding: 0.5rem;
  background-color: #fec84b;
  font-weight: 700;
  color: #fff;
  line-height: 1.5rem;
  text-align: center;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list > .category {
    right: 1.75rem;
    width: 3.875rem;
    height: 3.875rem;
    padding: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
.section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list > .title {
  width: 100%;
  padding-bottom: 1.5rem;
  border-bottom: 0.0625rem solid #e6e6e6;
  font-weight: 700;
  font-size: 2rem;
  color: #0891b2;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list > .title {
    padding-bottom: 1rem;
    font-size: 1.5rem;
  }
}
.section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list > .list-info-area {
  display: flex;
  width: 100%;
  margin-top: 2.5rem;
  flex-direction: column;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list > .list-info-area {
    margin-top: 1.5rem;
  }
}
.section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list > .list-info-area > .list {
  display: flex;
  width: 100%;
  margin-top: 1.25rem;
  line-height: 1.6875rem;
  align-items: flex-start;
  white-space: pre-wrap;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list > .list-info-area > .list {
    margin-top: 0.75rem;
    line-height: 1.5rem;
  }
}
.section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list > .list-info-area > .list:first-of-type {
  margin-top: 0;
}

.section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list > .list-info-area > .list.wrap {
  white-space: nowrap;
}

.section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list > .list-info-area > .list.wrap .add-list-area {
  margin-top: 0.5rem;
}

.section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list > .list-info-area > .list.wrap .add-list-area > .list {
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #757575;
}

.section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list > .list-info-area > .list.wrap .add-list-area > .list:first-child {
  margin-top: 0;
}

.section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list > .list-info-area > .list > .icon {
  margin: 0.5rem 0.5625rem 0 0;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-contents > .tab-contents-list .slide-area > .list-area > .list > .list-info-area > .list > .icon {
    margin-top: 0.375rem;
  }
}
.section3 > .tab-area .tab-contents .slide-controller {
  display: flex;
  position: absolute;
  top: 3rem;
  right: 0;
  margin-top: 3.125rem;
  justify-content: center;
}

@media screen and (max-width: 1260px) {
  .section3 > .tab-area .tab-contents .slide-controller {
    display: none;
  }
}
.section3 > .tab-area .tab-contents .slide-controller .slide-prev-arrow {
  margin-right: 0.25rem;
}

.section3 > .tab-area .tab-contents .slide-controller .slide-prev-arrow.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.section3 > .tab-area .tab-contents .slide-controller .slide-next-arrow {
  margin-left: 0.25rem;
}

.section3 > .tab-area .tab-contents .slide-controller .slide-next-arrow.disabled {
  opacity: 0.4;
  pointer-events: none;
}

.section3 > .tab-area .tab-contents .slide-controller .count {
  display: flex;
  align-items: center;
}

.section3 > .tab-area .tab-contents .slide-controller .count > .num {
  margin: 0 0.375rem;
}

.section4 {
  margin-top: 7.375rem;
  padding: 7.5rem;
  background-color: #fafafa;
}

@media screen and (max-width: 1260px) {
  .section4 {
    padding: 0;
    background-color: transparent;
  }
}
.section4 > .inner > .section-group {
  margin-top: 3.75rem;
}

@media screen and (max-width: 1260px) {
  .section4 > .inner > .section-group {
    margin-top: 2.5rem;
  }
}
.section4 > .inner > .section-group > .section-box {
  width: 100%;
}

.section4 > .inner > .section-group > .section-box > .step-list-area {
  display: flex;
  width: 100%;
  margin-top: 2.5rem;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1260px) {
  .section4 > .inner > .section-group > .section-box > .step-list-area {
    margin-top: 0;
    flex-direction: column;
  }
}
.section4 > .inner > .section-group > .section-box > .step-list-area.reverse {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1260px) {
  .section4 > .inner > .section-group > .section-box > .step-list-area.reverse {
    flex-direction: column;
  }
}
.section4 > .inner > .section-group > .section-box > .step-list-area:first-child {
  margin-top: 0;
}

.section4 > .inner > .section-group > .section-box > .step-list-area > .list {
  opacity: 0;
  transform: translateY(6.25rem);
  transition: all ease 1.8s;
}

@media screen and (max-width: 1260px) {
  .section4 > .inner > .section-group > .section-box > .step-list-area > .list {
    margin-bottom: 1.875rem;
  }
}
.section4 > .inner > .section-group > .section-box > .step-list-area.js-on > .list {
  opacity: 1;
  transform: translateY(0);
}

.section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(1) > .list:nth-of-type(1):after {
  top: 50%;
  right: -2.25rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 1260px) {
  .section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(1) > .list:nth-of-type(1):after {
    top: auto;
    right: auto;
    bottom: -1.875rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(1) > .list:nth-of-type(2) {
  transition-delay: 0.2s;
}

.section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(1) > .list:nth-of-type(2):after {
  top: 50%;
  right: -2.25rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 1260px) {
  .section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(1) > .list:nth-of-type(2):after {
    top: auto;
    right: auto;
    bottom: -1.875rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(1) > .list:nth-of-type(3) {
  transition-delay: 0.4s;
}

.section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(1) > .list:nth-of-type(3):after {
  bottom: -2.25rem;
  left: 50%;
  transform: translateX(-50%) rotate(90deg);
}

@media screen and (max-width: 1260px) {
  .section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(1) > .list:nth-of-type(3):after {
    top: auto;
    right: auto;
    bottom: -1.875rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(2) > .list:nth-of-type(1) {
  transition-delay: 0.2s;
}

.section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(2) > .list:nth-of-type(1):after {
  top: 50%;
  left: -2.25rem;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 1260px) {
  .section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(2) > .list:nth-of-type(1):after {
    top: auto;
    right: auto;
    bottom: -1.875rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(2) > .list:nth-of-type(2) {
  transition-delay: 0.4s;
}

.section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(2) > .list:nth-of-type(2):after {
  top: 50%;
  left: -2.25rem;
  transform: translateY(-50%) rotate(180deg);
}

@media screen and (max-width: 1260px) {
  .section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(2) > .list:nth-of-type(2):after {
    top: auto;
    right: auto;
    bottom: -1.875rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(2) > .list:nth-of-type(3) {
  transition-delay: 0.6s;
}

.section4 > .inner > .section-group > .section-box > .step-list-area:nth-of-type(2) > .list:nth-of-type(3):after {
  display: none;
}

.section4 > .inner > .section-group > .section-box > .step-list-area > .list {
  display: flex;
  position: relative;
  width: 23.375rem;
  height: 18.5625rem;
  border: 0.0625rem solid #b5b5b5;
  border-radius: 1.25rem;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 1260px) {
  .section4 > .inner > .section-group > .section-box > .step-list-area > .list {
    width: 100%;
    height: 9.9375rem;
  }
}
.section4 > .inner > .section-group > .section-box > .step-list-area > .list:after {
  content: "";
  display: block;
  position: absolute;
  width: 2rem;
  height: 2rem;
  background: url(../img/images/pc/step-arrow.svg) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 1260px) {
  .section4 > .inner > .section-group > .section-box > .step-list-area > .list:after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.section4 > .inner > .section-group > .section-box > .step-list-area > .list > .step-box > .step {
  display: flex;
  margin-top: 2.5rem;
  font-size: 1.125rem;
  color: #b5b5b5;
  line-height: 1rem;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 1260px) {
  .section4 > .inner > .section-group > .section-box > .step-list-area > .list > .step-box > .step {
    margin-top: 1.5rem;
    font-size: 1rem;
    flex-direction: row;
    justify-content: center;
  }
}
.section4 > .inner > .section-group > .section-box > .step-list-area > .list > .step-box > .step > .num {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 100%;
}

@media screen and (max-width: 1260px) {
  .section4 > .inner > .section-group > .section-box > .step-list-area > .list > .step-box > .step > .num {
    margin-left: 0.25rem;
    font-size: 1.25rem;
  }
}
.section4 > .inner > .section-group > .section-box > .step-list-area > .list > .step-box > .text {
  margin-top: 1.5rem;
  font-weight: 600;
  font-size: 1.875rem;
}

@media screen and (max-width: 1260px) {
  .section4 > .inner > .section-group > .section-box > .step-list-area > .list > .step-box > .text {
    margin-top: 0.375rem;
    font-size: 1.5rem;
    text-align: center;
  }
}
.section4 > .inner > .section-group > .section-box > .step-list-area > .list > .blue-box {
  display: flex;
  width: 100%;
  height: 5.5rem;
  border-radius: 0 0 1.25rem 1.25rem;
  background-color: #eaefff;
  font-weight: 600;
  font-size: 1.5rem;
  color: #0891b2;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1260px) {
  .section4 > .inner > .section-group > .section-box > .step-list-area > .list > .blue-box {
    height: 3.75rem;
    font-size: 1.25rem;
  }
}
.section5 {
  padding-bottom: 13.125rem;
}

@media screen and (max-width: 1260px) {
  .section5 {
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1260px) {
  .section5 > .inner {
    padding: 0;
  }
}
@media screen and (max-width: 1260px) {
  .section5 > .inner > .title {
    padding: 0 1.5625rem;
  }
}
@media screen and (max-width: 1260px) {
  .section5 > .inner .pagenation {
    position: relative;
    margin: 2.5rem auto 0;
  }
}
.section5 > .inner > .section-group {
  margin-top: 3.75rem;
}

@media screen and (max-width: 1260px) {
  .section5 > .inner > .section-group {
    margin-top: 2.5rem;
  }
}
.section5 > .inner > .section-group > .section-box {
  width: 100%;
}

.section5 > .inner > .section-group > .section-box > .price-list-area {
  gap: 24px;
  display: flex;
  transition: all ease 0.5s;
  justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 1260px) {
  .section5 > .inner > .section-group > .section-box > .price-list-area {
    flex-direction: column;
    justify-content: center;
  }
}
.section5 > .inner > .section-group > .section-box > .price-list-area.js-on > .list {
  opacity: 1;
  transform: translateY(0);
}

.section5 > .inner > .section-group > .section-box > .price-list-area .tip {
  position: absolute;
  right: 0;
  bottom: calc(100% + 12px);
  font-size: 18px;
  color: #5f6b7a;
}

@media screen and (max-width: 800px) {
  .section5 > .inner > .section-group > .section-box > .price-list-area .tip {
    font-size: 16px;
    margin-right: 12px;
  }
}
.section5 > .inner > .section-group > .section-box > .price-list-area > .list {
  display: flex;
  width: 50% !important;
  min-width: 17.8125rem;
  padding: 1.875rem 0.875rem 0.875rem;
  border: 0.0625rem solid #b5b5b5;
  border-radius: 1.25rem;
  flex-direction: column;
  opacity: 0;
  transform: translateY(6.25rem);
  transition: all ease 1.8s;
}

.section5 > .inner > .section-group > .section-box > .price-list-area > .list .sub-title {
  height: 9.125rem;
  padding: 0 1.25rem;
  font-size: 40px;
  font-weight: 700;
}

@media screen and (max-width: 1260px) {
  .section5 > .inner > .section-group > .section-box > .price-list-area > .list .sub-title {
    height: auto;
    font-size: 30px;
    margin-bottom: 16px;
  }
}
.section5 > .inner > .section-group > .section-box > .price-list-area > .list .arrow img:last-child {
  display: none;
}

@media screen and (max-width: 800px) {
  .section5 > .inner > .section-group > .section-box > .price-list-area > .list .arrow img:last-child {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .section5 > .inner > .section-group > .section-box > .price-list-area > .list .arrow img:first-child {
    display: none;
  }
}
@media screen and (max-width: 1260px) {
  .section5 > .inner > .section-group > .section-box > .price-list-area > .list {
    width: calc(100% - 15px) !important;
    height: auto;
    margin: 0 0.46875rem;
  }
}
.section5 > .inner > .section-group > .section-box > .price-list-area > .list:nth-child(2) {
  transition-delay: 0.4s;
}

.section5 > .inner > .section-group > .section-box > .price-list-area > .list:nth-child(3) {
  transition-delay: 0.8s;
}

.section5 > .inner > .section-group > .section-box > .price-list-area > .list .skyblue {
  color: #2692ff;
}

.section5 > .inner > .section-group > .section-box > .price-list-area > .list .blue {
  color: #0891b2;
}

.section5 > .inner > .section-group > .section-box > .price-list-area > .list > .title {
  margin: 0 1.25rem 1.875rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #e6e6e6;
  font-weight: 700;
  font-size: 1.5rem;
}

@media screen and (max-width: 1260px) {
  .section5 > .inner > .section-group > .section-box > .price-list-area > .list > .title {
    margin: 0 0.625rem 1.5rem;
    font-size: 1.125rem;
  }
}
.section5 > .inner > .section-group > .section-box > .price-list-area > .list > .year-price {
  margin-bottom: 1.875rem;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  gap: 50px;
}

.section5 > .inner > .section-group > .section-box > .price-list-area > .list > .year-price > div {
  display: flex;
  flex-direction: column;
}

.section5 > .inner > .section-group > .section-box > .price-list-area > .list > .year-price > div .price {
  white-space: nowrap;
  margin-bottom: 6px;
  font-size: 2.25rem;
  align-self: baseline;
}

@media screen and (max-width: 1260px) {
  .section5 > .inner > .section-group > .section-box > .price-list-area > .list > .year-price > div .price {
    font-size: 24px;
  }
}
.section5 > .inner > .section-group > .section-box > .price-list-area > .list > .year-price > div .text {
  font-size: 1.125rem;
  line-height: 1.5;
  white-space: nowrap;
}

@media screen and (max-width: 1260px) {
  .section5 > .inner > .section-group > .section-box > .price-list-area > .list > .year-price > div .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1260px) {
  .section5 > .inner > .section-group > .section-box > .price-list-area > .list > .year-price {
    margin-bottom: 1rem;
    padding: 0 0.625rem;
    font-size: 0.9375rem;
    justify-content: space-between;
  }
}
.section5 > .inner > .section-group > .section-box > .price-list-area > .list > .year-price > .price {
  font-weight: 700;
  font-size: 2.5rem;
}

@media screen and (max-width: 1260px) {
  .section5 > .inner > .section-group > .section-box > .price-list-area > .list > .year-price > .price {
    font-size: 1.875rem;
  }
}
.section5 > .inner > .section-group > .section-box > .price-list-area > .list > .detail-price {
  display: flex;
  flex: 1;
  padding: 1.5rem 1.25rem 1.25rem;
  border-radius: 1.25rem;
  background-color: #f7f7f7;
  flex-direction: column;
}

@media screen and (max-width: 1260px) {
  .section5 > .inner > .section-group > .section-box > .price-list-area > .list > .detail-price {
    height: 24.875rem;
    padding: 1.25rem 0.875rem;
  }
}
.section5 > .inner > .section-group > .section-box > .price-list-area > .list > .detail-price > .list {
  display: flex;
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.6875rem;
  justify-content: space-between;
}

@media screen and (max-width: 1260px) {
  .section5 > .inner > .section-group > .section-box > .price-list-area > .list > .detail-price > .list {
    margin-top: 0.5rem;
    font-size: 1rem;
    line-height: 1.6rem;
  }
}
.section5 > .inner > .section-group > .section-box > .price-list-area > .list > .detail-price > .list:first-child {
  margin-top: 0;
}

.section5 > .inner > .section-group > .section-box > .price-list-area > .list > .detail-price > .list > .title {
  font-weight: 600;
}

.section5 > .inner > .section-group > .section-box > .price-list-area > .list > .detail-price > .list > .service {
  text-align: right;
}

.section5 > .inner > .section-group > .section-box > .price-list-area > .list > .detail-price > .list > .service .sale {
  display: inline-block;
  position: relative;
  margin-right: 1.40625rem;
  color: #757575;
}

.section5 > .inner > .section-group > .section-box > .price-list-area > .list > .detail-price > .list > .service .sale:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5.25rem;
  height: 0.75rem;
  background: url(../img/images/common/cost-arrow.svg) no-repeat;
  background-size: contain;
  transform: translate(-50%, -8px);
}

@media screen and (max-width: 1260px) {
  .section5 > .inner > .section-group > .section-box > .price-list-area > .list > .detail-price > .list > .service .sale:before {
    width: 4.75rem;
    height: 0.5rem;
    transform: translate(-50%, -6px);
  }
}
@media screen and (max-width: 1260px) {
  .mobile-reverse-column {
    display: flex;
    width: 100%;
    align-items: flex-start;
    flex-direction: column-reverse;
  }
  .mobile-scroll-wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .mobile-scroll-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.625rem;
    left: 0.625rem;
    z-index: 1;
    width: 2.625rem;
    height: 2.625rem;
    background: url(../img/images/mobile/swipe.svg) no-repeat;
  }
  .mobile-scroll-box {
    overflow: hidden;
    overflow-x: auto;
    position: relative;
    width: 100%;
  }
  .mobile-scroll-box > img {
    margin-top: 0;
  }
  .pagenation {
    display: flex;
    position: absolute;
    z-index: 1;
    font-size: 26.666vw;
  }
  .pagenation > .pagenation-bullet {
    display: block;
    width: 0.08em;
    height: 0.08em;
    margin-left: 0.375rem;
    border-radius: 50%;
    background-color: #ccc;
    transition: all ease 0.3s;
  }
  .pagenation > .pagenation-bullet:first-child {
    margin-left: 0;
  }
  .pagenation > .pagenation-bullet.active {
    width: 0.24em;
    border-radius: 0.625rem;
    background-color: #0891b2;
  }
}
.year-price .year-price-before span {
  color: #8d99ab;
}

.year-price .year-price-after .price {
  font-size: 1.125rem !important;
}

.year-price .year-price-after .price .skyblue {
  font-weight: 700;
  font-size: 32px;
}

@media screen and (max-width: 1260px) {
  .year-price .year-price-after .price .skyblue {
    font-size: 24px;
  }
}
.year-price .year-price-after .b-font {
  font-size: 48px;
}

@media screen and (max-width: 1260px) {
  .year-price .year-price-after .b-font {
    font-size: 32px;
  }
}
.year-price .year-price-after .text {
  text-align: right;
}

.year-price .line {
  position: relative;
}

.year-price .line::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  height: 2px;
  background-color: #8d99a8;
}

.mobile-br {
  display: none;
}

.mobile-show {
  display: none;
}

.pc-show {
  display: flex !important;
}

.pc-show-900 {
  display: block;
}

.mobile-show-900 {
  display: none;
}

.header {
  height: 100px;
}

@media screen and (max-width: 1259px) {
  .header {
    height: 4rem;
  }
  .header .inner {
    height: 100%;
  }
}
.go-home {
  padding: 0 24px;
  border: 2px solid #fff;
}

.header.fixed > .inner > .header-box > .service > .go-home,
.header:hover > .inner > .header-box > .service > .go-home {
  border: 2px solid #0891b2;
  color: #0891b2;
}
@media screen and (max-width: 1259px) {
  .header.fixed > .inner > .header-box > .service > .go-home,
  .header:hover > .inner > .header-box > .service > .go-home {
    border: 1px solid #0891b2;
  }
}

.main-section {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 220px;
  min-height: 800px;
}

.untact-section {
  background-image: url(../img/images/pc/untact-main.png);
}

.cloud-section {
  background-image: url(../img/images/pc/cloud-main.png);
}

.main-sub-title {
  color: #fff;
  font-size: 32px;
  line-height: 48px;
  margin-bottom: 20px;
}

.main-title {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: 96px;
  margin-bottom: 50px;
}

.main-text {
  margin-top: 100px;
  color: #fff;
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 24px;
  line-height: 36px;
}
.main-text * {
  color: #fff;
}

.btn-box {
  display: flex;
  gap: 15px;
  position: relative;
  z-index: 1;
}

.btn-box a {
  color: #fff;
  padding: 0 35px;
  border-radius: 4px;
  border: 2px solid #fff;
  height: 52px;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}
.btn-box a.pc-hidden {
  display: none;
}
@media screen and (max-width: 1259px) {
  .btn-box a.pc-hidden {
    display: flex;
  }
  .btn-box a.mobile-hidden {
    display: none;
  }
}

.section-title-box {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 120px;
}

.section-title-box .section-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 67.6px;
}

.section-title-box .section-sub-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
}

.section-contents {
  margin-bottom: 150px;
}

.section-contents-title-box {
  display: flex;
  flex-direction: column;
  margin-bottom: 65px;
}

.section-contents-title {
  font-size: 44px;
  font-weight: 700;
  line-height: 57.2px;
  margin-bottom: 24px;
}

.section-contents-blue-title {
  color: #0891b2;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.section-contents-sky-title {
  color: #0891B2;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
}

.section-contents-sub-title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
}

.section-contents-grey-title {
  font-size: 18px;
  margin-top: 20px;
  line-height: 27px;
  color: #757575;
}

.section-contents-box {
  /* margin-bottom: 65px; */
}

.circle-ul {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 65px;
}

.circle-li {
  display: flex;
  gap: 20px;
  align-items: center;
}

.circle-li-title {
  color: #fff;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  padding: 0 25px;
  font-weight: 700;
}

.circle-li-title.blue {
  background-color: #0891b2;
}

.circle-li-title.sky {
  background-color: #0891B2;
}

.circle-li-text {
  font-size: 18px;
  line-height: 28.8px;
}

.circle-li-sub-text.blue {
  font-size: 16px;
  line-height: 20.8px;
  margin-top: 5px;
  color: #0891b2;
}

.circle-li-sub-text.sky {
  font-size: 16px;
  line-height: 20.8px;
  margin-top: 5px;
  color: #0891B2;
}

.circle-li-a {
  font-weight: 600;
  font-size: 16px;
  line-height: 20.8px;
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.circle-li-a.blue {
  color: #0891b2 !important;
}

.circle-li-a.sky {
  color: #0891B2 !important;
}

.intro-graph {
  background-color: #fafafa;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.gap-0 {
  gap: 0;
}

.m-b-150 {
  margin-bottom: 150px;
}

/* flotui */
.floating {
  position: relative;
}

.floating .floating_form {
  display: none;
  z-index: 1;
  min-width: 350px;
  width: 100%;
  max-width: 500px;
  position: absolute;
  top: calc(100% + 16px);
  left: 0;
  border: 2px solid #fff;
  background: #fff;
  padding: 30px 25px;
  border: 1px solid #eef1f6;
  box-shadow: 0px 10px 20px rgba(21, 34, 50, 0.25);
  border-radius: 20px;
}

.floating .floating_form.on {
  display: block;
  animation: floating 0.25s ease-out;
}

.floating .floating_form > h3 {
  font-weight: 500;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.floating .floating_form > h3 img {
  cursor: pointer;
}

.floating .floating_form > form {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.floating .floating_form > form input {
  outline: none;
}

.floating .floating_form > form > input[type=checkbox] {
  display: none;
}

/* .floating .floating_form > form > input[type="checkbox"]:checked + .check div {
  background: url(../img/common/check.svg) no-repeat;
  border: none;
} */
.floating .floating_form > form .check {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

/* .floating .floating_form > form .check > div {
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
} */
.floating .floating_form > form > label:not(.check) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}

.floating .floating_form > form > label:not(.check) input[type=text] {
  padding-left: 10px;
  height: 36px;
  border: 1px solid #cdd3dd;
  border-radius: 4px;
  font-size: 14px;
}

.floating .floating_form > form > label:not(.check) input[type=text]::-moz-placeholder {
  color: #8d99a8;
}

.floating .floating_form > form > label:not(.check) input[type=text]::placeholder {
  color: #8d99a8;
}

.floating .floating_form > form button {
  width: 100%;
  font-size: 18px;
  height: 42px;
  font-size: 14px;
  border-radius: 8px;
  border: 1px solid #cdd3dd;
  color: #191919;
  background: #ffffff;
}

.floating .floating_form > form button:hover {
  background: #0891b2;
  border: 1px solid #0891b2;
  color: #fff;
  transition: 0.3s ease-in-out;
}

.floating > button {
  color: #fff;
  padding: 0 35px;
  border-radius: 4px;
  border: 2px solid #fff;
  height: 52px;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}
.floating > button span {
  color: #fff;
}

.floating > button span {
  transition: all ease 0.5s;
  z-index: 1;
}

.floating > button img {
  z-index: 1;
  transition: all ease 0.5s;
}

.floating > button img.default {
  display: block;
}

.floating > button img.hover {
  display: none;
}

.floating > button::after {
  content: "";
  width: 100%;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #56b289;
  transition: all ease 0.5s;
  z-index: 0;
}

@media screen and (max-width: 1259px) {
  .mobile-br {
    display: block;
  }
  .mobile-show {
    display: block;
  }
  .pc-show {
    display: none !important;
  }
  .main-sub-title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .main-title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 35px;
  }
  .floating > button {
    padding: 0 25px;
    font-size: 16px;
    height: 40px;
    border-radius: 8px;
  }
  .main-section .btn-box a {
    padding: 0 25px;
    font-size: 16px;
    height: 40px;
    border-radius: 8px;
  }
  .mobile-text {
    position: absolute;
    left: 5px;
    top: calc(100% + 7px);
  }
  .main-text {
    font-size: 16px;
    position: relative;
  }
  .main-text img {
    width: 150px;
  }
  .main-section {
    position: relative;
    padding-top: 124px;
  }
  .main-section::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 40px;
    height: 40px;
    background-image: url(../img/images/mobile/main-bottom-arrow.png);
  }
  .section-title-box .section-sub-title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 10px;
  }
  .section-title-box .section-title {
    font-size: 30px;
    line-height: 39px;
  }
  .section-contents-blue-title {
    font-size: 13px;
  }
  .section-contents-sky-title {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .section-contents-title {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .section-contents-sub-title {
    font-size: 18px;
    line-height: 27px;
  }
  .circle-li {
    flex-direction: column;
    align-items: flex-start;
  }
  .circle-li-title {
    height: 36px;
    border-radius: 20px;
    padding: 0 20px;
    color: 18px;
  }
  .circle-li-text {
    font-size: 18px;
  }
  .circle-li-sub-text {
    font-size: 14px;
  }
  .m-b-150 {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .pc-show-900 {
    display: none;
  }
  .mobile-show-900 {
    display: block;
    margin: 0 auto;
  }
}
.js-ani {
  /* overflow: hidden; */
  opacity: 0;
  position: relative;
  transform: translateY(200px);
  transition: all ease 1.8s;
}

.js-ani.ani-on {
  transform: translateY(0);
  opacity: 1;
}

.footer {
  font-family: "SpoqaHanSansNeo", sans-serif;
  color: #414D5C;
  padding: 60px 60px 80px;
  font-size: 16px;
  border-top: 1px solid #E6E6E6;
}
.footer * {
  font-family: "SpoqaHanSansNeo", sans-serif;
  color: #414D5C;
}
.footer-top {
  padding-bottom: 30px;
  border-bottom: 1px solid #E4E8EE;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-top .terms {
  display: flex;
  gap: 32px;
}
.footer-top .terms a.bold {
  font-weight: 700;
}
.footer-top .terms a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer_mark {
  margin-top: 30px;
  height: 38px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding-left: 45px;
  color: #0F1B2A;
  font-weight: 400;
  font-size: 12px;
  background: url(../img/common/footer_mark.svg) no-repeat;
}
.footer-bottom {
  padding-top: 16px;
  position: relative;
}
.footer-bottom-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-bottom-row .bold {
  font-weight: 700;
}
.footer-bottom-row-box {
  display: flex;
  gap: 4px;
}
.footer-bottom-row:nth-of-type(2) {
  margin-top: 8px;
}
.footer-bottom-line {
  display: block;
  width: 1px;
  height: 12px;
  background-color: #8d99a8;
}
.footer-bottom .copyright {
  margin-top: 30px;
  height: 40px;
  color: #8D99A8;
}
.footer-bottom .call {
  position: absolute;
  top: -40px;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-bottom .call > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-bottom .call > div.call_bottom {
  align-items: baseline;
  justify-content: center;
  gap: 16px;
}
.footer-bottom .call > div.call_bottom div {
  height: 12px;
  border: 1px solid #8D99A8;
}
.footer-bottom .call b {
  font-size: 36px;
  font-weight: 700;
}
.footer-bottom .more-site {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  border-radius: 20px;
  height: 40px;
  width: 180px;
  justify-content: space-between;
  align-items: center;
  background: #EEF1F6;
  padding: 0 16px 0 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  transition: background ease 0.3s;
  color: #5F6B7A;
  border: none;
}
.footer-bottom .more-site > img {
  transition: 0.5s ease;
}
.footer-bottom .more-site .dropdown-menu {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  width: 100%;
  border: 1px solid #e4e8ee;
  border-radius: 4px;
  padding: 6px;
  overflow: auto;
  background-color: #fff;
  height: 312px;
  z-index: 5;
  display: none;
  font-weight: 400;
}
.footer-bottom .more-site .dropdown-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.footer-bottom .more-site .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.footer-bottom .more-site .dropdown-menu li {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  font-size: 13px;
  text-align: left;
  color: #414d5c;
}
.footer-bottom .more-site .dropdown-menu li:hover {
  background-color: #eef1f6;
}
.footer-bottom .more-site .dropdown-menu li a {
  width: 100%;
  height: 100%;
}
.footer-bottom .more-site:hover {
  background-color: #0891B2;
  color: #fff;
}
.footer-bottom .more-site:hover img {
  filter: brightness(5);
}
.footer-bottom .more-site.active {
  animation: none;
  background-color: #0891B2;
  color: #fff;
}
.footer-bottom .more-site.active > img {
  transform: rotate(45deg);
  filter: brightness(5);
}
.footer-bottom .more-site.active .dropdown-menu {
  display: block;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding: 30px 20px 40px;
    font-size: 14px;
  }
  .footer .logo img {
    width: 104px;
  }
  .footer-top {
    padding-bottom: 12px;
    flex-direction: column;
    align-items: start;
  }
  .footer-top .logo {
    width: 104px;
    margin-bottom: 24px;
  }
  .footer-top .terms {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  .footer-top .terms a {
    margin-right: 12px;
  }
  .footer-bottom {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer-bottom-row {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
  .footer-bottom-row-box {
    gap: 5px;
  }
  .footer-bottom-row:nth-of-type(2) {
    margin-top: 0;
  }
  .footer-bottom .copyright {
    margin-top: 0px;
    height: auto;
  }
  .footer-bottom .call {
    margin-top: 24px;
    position: relative;
    top: 0px;
    right: 0;
    gap: 8px;
  }
  .footer-bottom .call > div {
    gap: 8px;
  }
  .footer-bottom .call > div img {
    width: 24px;
  }
  .footer-bottom .call > div.call_bottom {
    justify-content: flex-start;
    gap: 8px;
  }
  .footer-bottom .call b {
    font-size: 26px;
  }
  .footer-bottom .more-site {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 32px;
  }
  .footer .pc-show {
    display: none;
  }
}
.top-button {
  opacity: 0;
  transition: all ease 0.3s;
}

.top-button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  right: 1.875rem;
  bottom: 20px;
  width: 60px;
  height: 60px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #E4E8EE;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.08);
  background: #fff url(../img/images/arrow_up.svg) no-repeat center;
  cursor: pointer;
  z-index: 9;
  transition: background 0.3s;
}
.top-button.off {
  opacity: 0;
}
.top-button.on {
  opacity: 1;
}
.top-button:hover {
  background: #0891B2 url(../img/images/arrow_up_white.svg) no-repeat center;
}

@media screen and (max-width: 1279px) {
  .top-button {
    width: 40px;
    height: 40px;
    bottom: 70px;
    right: 10px;
    background-size: 24px;
  }
  .top-button:hover {
    background-size: 24px;
  }
}
.top-button.on {
  opacity: 1;
}