﻿.textGalItem {}

@media screen and (min-width: 320px) {
    .textGalItem {
        width: 62rem
    }
}

@media screen and (min-width: 600px) {
    .textGalItem {
        width: 88rem;
    }
}


@-webkit-keyframes loopCl {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@keyframes loopCl {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@-webkit-keyframes loopClRv {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@keyframes loopClRv {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@-webkit-keyframes loopClY {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@keyframes loopClY {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

@-webkit-keyframes loopClYRv {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@keyframes loopClYRv {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(100%);
        transform: translateY(100%)
    }
}

@-webkit-keyframes scrbarY {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }

    45% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }

    55% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes scrbarY {
    0% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }

    45% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: center top;
        transform-origin: center top
    }

    55% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }

    100% {
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@-webkit-keyframes textGradient {
    0% {
        color: #81adef
    }

    20% {
        color: #0090f1
    }

    40% {
        color: #4746f3
    }

    60% {
        color: #1ccaee
    }

    100% {
        color: #81adef
    }
}

@keyframes textGradient {
    0% {
        color: #81adef
    }

    20% {
        color: #0090f1
    }

    40% {
        color: #4746f3
    }

    60% {
        color: #1ccaee
    }

    100% {
        color: #81adef
    }
}

.topHead {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #26bec9;
    padding-bottom: 4.5rem
}

@media screen and (min-width: 320px) {
    #svMain .inner {
        padding: 2.5vw 2.5vw 5rem
    }
}

@media screen and (min-width: 600px) {
    #svMain .inner {
        padding: 2.5vw 2.5vw 5rem
    }
}

#svMain .mv {
    position: relative
}

#svMain .bg .imgWrapper {
	padding-bottom: 0;
	height: auto;
	border-radius: 0;
}

#svMain .bg .imgWrapper img{
	position: static;
}

@media screen and (min-width: 320px) {
    #svMain .bg .imgWrapper {
    }
}

@media screen and (min-width: 600px) {
    #svMain .bg .imgWrapper {
    }
}

#svMain .title {
    height: auto;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Noto Serif SC", serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0.8px;
    text-align: center;
    vertical-align: middle;
}

@media screen and (min-width: 320px) {
    #svMain .title {
        padding: 0 5vw
    }
}

@media screen and (min-width: 600px) {
    #svMain .title {
        padding: 0 7.5vw
    }
}

@media screen and (min-width: 320px) {
    #svMain .title .logo {
        width: 14.5rem
    }
}

@media screen and (min-width: 600px) {
    #svMain .title .logo {
        width: 18.5rem
    }
}

#svMain .title img {
    width: 100%;
    height: auto
}

#svMain .title h1 {
    font-weight: 700;
    font-size: 1.4rem
}

@media screen and (min-width: 320px) {
    #svMain .mock {
        padding: 18rem 2.5vw 0
    }
}

@media screen and (min-width: 600px) {
    #svMain .mock {
        padding: 15rem 2.5vw 0
    }
}

@media screen and (min-width: 320px) {
    #svMain .mock .img {
        width: 20rem;
        margin: 0 auto
    }
}

@media screen and (min-width: 600px) {
    #svMain .mock .img {
        width: 30rem;
        margin: 0
    }
}

#svMain .mock img {
    width: 100%;
    height: auto
}

@media screen and (min-width: 320px) {
    #svMain .bread {
    }
}

@media screen and (min-width: 600px) {
    #svMain .bread {
    }
}

#svAbout .inner {
    position: relative
}

@media screen and (min-width: 320px) {
    #svAbout .inner {
        height: 70lvh
    }
}

@media screen and (min-width: 600px) {
    #svAbout .inner {
        height: 100lvh
    }
}

#svAbout .slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

@media screen and (min-width: 320px) {
    #svAbout .textGalItem {
        width: 62rem
    }
}

@media screen and (min-width: 600px) {
    #svAbout .textGalItem {
        width: 88rem
    }
}

#svAbout .bg .img {
    position: absolute
}

#svAbout .bg .img:nth-child(1) {
    top: 0;
    left: 0;
    width: 55%
}

#svAbout .bg .img:nth-child(1) .imgWrapper {
    border-radius: 0 1rem 1rem 0
}

#svAbout .bg .img:nth-child(2) {
    top: 0;
    right: 0
}

@media screen and (min-width: 320px) {
    #svAbout .bg .img:nth-child(2) {
        width: 40%
    }
}

@media screen and (min-width: 600px) {
    #svAbout .bg .img:nth-child(2) {
        width: 25%
    }
}

#svAbout .bg .img:nth-child(2) .imgWrapper {
    border-radius: 1rem 0 0 1rem
}

#svAbout .bg .img:nth-child(3) {
    right: 10%
}

@media screen and (min-width: 320px) {
    #svAbout .bg .img:nth-child(3) {
        width: 30%;
        bottom: -5rem
    }
}

@media screen and (min-width: 600px) {
    #svAbout .bg .img:nth-child(3) {
        width: 20%;
        bottom: 0
    }
}

#svAbout .bg .img:nth-child(3) .imgWrapper {
    padding-bottom: 100%
}

#svAbout .copy {
    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
}

#svAbout .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-radius: 1.5rem;
    text-align: center;
    -webkit-box-shadow: 0 5px 40px -20px rgba(0, 0, 0, .1);
    box-shadow: 0 5px 40px -20px rgba(0, 0, 0, .1);
}

@media screen and (min-width: 320px) {
    #svAbout .box {
        width: 90%;
        padding: 2.5rem 1rem
    }
}

@media screen and (min-width: 600px) {
    #svAbout .box {
        width: 40rem;
        padding: 3.5rem 2rem
    }
}

#svAbout .box h2 {
    font-weight: 700;
    margin-bottom: 1.5rem;
    width: 100%;
    text-align: left;
}

@media screen and (min-width: 320px) {
    #svAbout .box h2 {
        font-size: 1.6rem
    }
}

@media screen and (min-width: 600px) {
    #svAbout .box h2 {
        font-size: 1.8rem
    }
}

#svAbout .box p {
    line-height: 1.92;
    opacity: .65;
    margin-bottom: 2rem;
    text-align: left;
}

@media screen and (min-width: 320px) {
    #svAbout .box p {
        font-size: 1rem
    }
}

@media screen and (min-width: 600px) {
    #svAbout .box p {
        font-size: 1.05rem
    }
}

#svFeature {
    position: relative;
    overflow: hidden
}

@media screen and (min-width: 320px) {
    #svFeature {
        padding: 20rem 0 7.5rem
    }
}

@media screen and (min-width: 600px) {
    #svFeature {
        padding: 20rem 0
    }
}

#svFeature .bg {
    top: 20rem
}

#svFeature .bg img {
    width: 100%;
    height: auto
}

#svFeature .inner {
    position: relative;
    z-index: 1
}

@media screen and (min-width: 320px) {
    #svFeature .inner {
        -webkit-transform: translateY(-5rem);
        transform: translateY(-5rem);
        padding: 0 2.5vw
    }
}

@media screen and (min-width: 600px) {
    #svFeature .inner {
        -webkit-transform: translateY(-5rem);
        transform: translateY(-5rem);
        padding: 0 5vw
    }
}

#svFeature .featureList {
    display: grid
}

@media screen and (min-width: 320px) {
    #svFeature .featureList {
        grid-template-columns: repeat(2, 1fr);
        gap: .5rem
    }
}

@media screen and (min-width: 600px) {
    #svFeature .featureList {
        grid-template-columns: repeat(4, 1fr);
        gap: 1.5rem
    }
}

#svFeature .featureList li {
    background: #fff;
    border-radius: 1rem;
    -webkit-box-shadow: 0 3px 20px -5px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 20px -5px rgba(0, 0, 0, .15)
}

@media screen and (min-width: 320px) {
    #svFeature .featureList li {
        padding: 2rem 1rem
    }
}

@media screen and (min-width: 600px) {
    #svFeature .featureList li {
        padding: 3rem 2rem
    }
}

#svFeature .featureList .liInner {
    position: relative
}

#svFeature .featureList .num {
    position: absolute
}

#svFeature .featureList .liTitle {
    font-weight: 700;
    line-height: 1.64;
    margin-bottom: 1.5rem
}

@media screen and (min-width: 320px) {
    #svFeature .featureList .liTitle {
        padding-top: 4rem;
        font-size: 1.2rem
    }
}

@media screen and (min-width: 600px) {
    #svFeature .featureList .liTitle {
        padding-top: 5rem;
        font-size: 1.3rem
    }
}

#svFeature .featureList .liDesc {
    font-size: .96rem;
    line-height: 1.74;
    opacity: .65
}

#svFeature .recBox {
    position: relative;
    z-index: 1
}

@media screen and (min-width: 320px) {
    #svFeature .recBox {
        padding: 14rem 5vw 5rem
    }
}

@media screen and (min-width: 600px) {
    #svFeature .recBox {
        padding: 8rem 0 5rem 10vw
    }
}

#svFeature .recBox .mtrImg {
    position: absolute;
    top: -8rem;
    right: -10rem
}

@media screen and (min-width: 320px) {
    #svFeature .recBox .mtrImg {
        width: 75%
    }
}

@media screen and (min-width: 600px) {
    #svFeature .recBox .mtrImg {
        width: 50%
    }
}

#svFeature .recBox .mtrImg img {
    width: 100%;
    height: auto
}

#svFeature .recBox h3 {
    font-weight: 700;
    margin-bottom: 1.4rem
}

@media screen and (min-width: 320px) {
    #svFeature .recBox h3 {
        font-size: 1.3rem
    }
}

@media screen and (min-width: 600px) {
    #svFeature .recBox h3 {
        font-size: 1.6rem
    }
}

@media screen and (min-width: 320px) {
    #svFeature .recBox ul {
        width: 100%
    }
}

@media screen and (min-width: 600px) {
    #svFeature .recBox ul {
        width: 50%
    }
}

#svFeature .recBox li {
    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;
    padding: 1rem 2rem 1rem 1rem;
    background: #fff;
    -webkit-box-shadow: 0 2px 15px -5px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, .1);
    border-radius: 1rem;
    margin-bottom: .5rem
}

#svFeature .recBox .arrow {
    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;
    width: 2rem;
    height: 2rem;
    background: #26bec9;
    border-radius: 50%
}

#svFeature .recBox .arrow svg {
    display: block;
    width: 40%;
    height: 40%
}

#svFeature .recBox .text {
    width: calc(100% - 3.5rem)
}

@media screen and (min-width: 320px) {
    #svCase .inner {
        padding: 0 5vw
    }
}

@media screen and (min-width: 600px) {
    #svCase .inner {
        padding: 0 5vw
    }
}

.svArticle {
    position: relative
}

@media screen and (min-width: 320px) {
    .svArticle {
        margin-top: 7.5rem
    }
}

@media screen and (min-width: 600px) {
    .svArticle {
        margin-top: 7.5rem
    }
}

.svArticle .articleInner {
    position: relative;
    display: block;
}

@media screen and (min-width: 320px) {
    .svArticle .articleInner {
        padding: 3rem 5vw
    }
}

@media screen and (min-width: 600px) {
    .svArticle .articleInner {
        padding: 5rem 5vw
    }
}

.svArticle .clip {
    position: absolute;
    z-index: 1;
    right: 5vw
}

@media screen and (min-width: 320px) {
    .svArticle .clip {
        width: 5rem;
        top: -3.5rem
    }
}

@media screen and (min-width: 600px) {
    .svArticle .clip {
        width: 8rem;
        top: -5.5rem
    }
}

.svArticle .clip img {
    width: 100%;
    height: auto
}

.svArticle .caseNum {
    position: absolute;
    z-index: 1;
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    color: #26bec9;
    opacity: .1
}

@media screen and (min-width: 320px) {
    .svArticle .caseNum {
        top: 3rem;
        right: 3vw
    }
}

@media screen and (min-width: 600px) {
    .svArticle .caseNum {
        top: 5rem;
        right: 5vw
    }
}

.svArticle .caseNum span {
    line-height: .85
}

.svArticle .caseNum span:first-child {
    letter-spacing: .3em
}

@media screen and (min-width: 320px) {
    .svArticle .caseNum span:first-child {
        font-size: 3rem
    }
}

@media screen and (min-width: 600px) {
    .svArticle .caseNum span:first-child {
        font-size: 5rem
    }
}

.svArticle .caseNum span:last-child {
    font-weight: 400
}

@media screen and (min-width: 320px) {
    .svArticle .caseNum span:last-child {
        font-size: 10rem
    }
}

@media screen and (min-width: 600px) {
    .svArticle .caseNum span:last-child {
        font-size: 15rem
    }
}

.svArticle h1 {
    font-weight: 700;
    margin: 2rem 0 3rem
}

@media screen and (min-width: 320px) {
    .svArticle h1 {
        font-size: 1.8rem
    }
}

@media screen and (min-width: 600px) {
    .svArticle h1 {
        font-size: 2.4rem
    }
}

.svArticle .lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.svArticle .lead .thumbs {
    position: relative
}

@media screen and (min-width: 320px) {
    .svArticle .lead .thumbs {
        width: 100%
    }
}

@media screen and (min-width: 600px) {
    .svArticle .lead .thumbs {
        width: 45%
    }
}

.svArticle .lead .thumbs figure {
    margin: 0;
    border-radius: .75rem;
    overflow: hidden
}

.svArticle .lead .controllerArrow {
    position: absolute;
    z-index: 1;
    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;
    border-radius: 50%;
    background: #26bec9
}

@media screen and (min-width: 320px) {
    .svArticle .lead .controllerArrow {
        width: 3.5rem;
        height: 3.5rem;
        top: calc(50% - 1.75rem)
    }
}

@media screen and (min-width: 600px) {
    .svArticle .lead .controllerArrow {
        width: 3.5rem;
        height: 3.5rem;
        top: calc(50% - 1.75rem)
    }
}

@media screen and (min-width: 320px) {
    .svArticle .lead .controllerArrow.pickSliderArrowPrev {
        left: -1.75rem
    }
}

@media screen and (min-width: 600px) {
    .svArticle .lead .controllerArrow.pickSliderArrowPrev {
        left: -1.75rem
    }
}

@media screen and (min-width: 320px) {
    .svArticle .lead .controllerArrow.pickSliderArrowNext {
        right: -1.75rem
    }
}

@media screen and (min-width: 600px) {
    .svArticle .lead .controllerArrow.pickSliderArrowNext {
        right: -1.75rem
    }
}

.svArticle .lead .controllerArrow svg {
    display: block;
    width: 50%;
    height: 50%
}

@media screen and (min-width: 320px) {
    .svArticle .lead .text {
        width: 100%
    }
}

@media screen and (min-width: 600px) {
    .svArticle .lead .text {
        width: 50%
    }
}

.svArticle .lead h2 {
    font-weight: 700;
    line-height: 1.72;
    margin: 3rem 0 2rem
}

@media screen and (min-width: 320px) {
    .svArticle .lead h2 {
        font-size: 1.3rem
    }
}

@media screen and (min-width: 600px) {
    .svArticle .lead h2 {
        font-size: 1.6rem
    }
}

.svArticle .lead p {
    font-size: .96rem;
    line-height: 1.84;
    opacity: .65
}

.svArticle .voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: solid 1px #e9eef2
}

@media screen and (min-width: 320px) {
    .svArticle .voice {
        padding: 3rem 0 0;
        margin-top: 3rem
    }
}

@media screen and (min-width: 600px) {
    .svArticle .voice {
        padding: 6rem 0 0 5rem;
        margin-top: 6rem
    }
}

.svArticle .user {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: 25%
}

.svArticle .user .img {
    width: 70%;
    margin-bottom: 1rem
}

.svArticle .user .imgWrapper {
    padding-bottom: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 3px 3px 20px -5px rgba(0, 0, 0, .1);
    box-shadow: 3px 3px 20px -5px rgba(0, 0, 0, .1)
}

.svArticle .user .imgWrapper img {
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (min-width: 320px) {
    .svArticle .user .name {
        font-size: 1rem
    }
}

@media screen and (min-width: 600px) {
    .svArticle .user .name {
        font-size: 1.2rem
    }
}

.svArticle .user small {
    font-size: 65%;
    margin-left: 5px
}

.svArticle .comment {
    width: 70%
}

.svArticle .comment h2 {
    font-weight: 700;
    line-height: 1.72;
    margin: 0 0 2rem
}

@media screen and (min-width: 320px) {
    .svArticle .comment h2 {
        font-size: 1.2rem
    }
}

@media screen and (min-width: 600px) {
    .svArticle .comment h2 {
        font-size: 1.6rem
    }
}

.svArticle .comment p {
    position: relative;
    background: #e9eef2;
    border-radius: .75rem;
    padding: 2.5rem;
    font-size: .94rem;
    line-height: 1.72
}

.svArticle .comment p::after {
    border: solid rgba(0, 0, 0, 0);
    content: "";
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 10px;
    border-bottom-width: 10px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin-top: -10px;
    border-right-color: #e9eef2;
    right: 100%;
    top: 50%
}

.svArticle .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 3rem
}

#svContact {
    margin-top: 8.5rem;
    padding: 0 2.5vw
}

#svContact .inner {
    background: #e9eef2;
    border-radius: 1.5rem
}

@media screen and (min-width: 320px) {
    #svContact .inner {
        padding: 8rem 5vw
    }
}

@media screen and (min-width: 600px) {
    #svContact .inner {
        padding: 8rem 12.5vw
    }
}

.formBody {
    display: grid;
    gap: 3rem
}

@media screen and (min-width: 320px) {
    .formBody {
        grid-template-columns: repeat(1, 1fr)
    }
}

@media screen and (min-width: 600px) {
    .formBody {
        grid-template-columns: repeat(2, 1fr)
    }
}

.formNavInner {
    position: sticky;
    top: 15rem
}

.formNavInner p {
    font-size: .96rem
}

.formNavInner p.atten {
    font-size: 80%;
    opacity: .6
}

.formNavInner ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3rem
}

.formNavInner li {
    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-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (min-width: 320px) {
    .formNavInner li {
        margin-right: 6rem
    }
}

@media screen and (min-width: 600px) {
    .formNavInner li {
        margin-right: 6rem
    }
}

.formNavInner li:last-child {
    margin: 0
}

.formNavInner li:last-child .num::after {
    display: none
}

.formNavInner li.isActive .num {
    background: #26bec9;
    color: #fff
}

.formNavInner li.isActive .text {
    opacity: 1;
    color: #26bec9
}

.formNavInner .num {
    position: relative;
    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;
    border-radius: 50%;
    color: #26bec9;
    background: #e9eef2;
    border: solid 1px #26bec9;
    font-size: 1.2rem
}

@media screen and (min-width: 320px) {
    .formNavInner .num {
        width: 4.5rem;
        height: 4.5rem
    }
}

@media screen and (min-width: 600px) {
    .formNavInner .num {
        width: 4.5rem;
        height: 4.5rem
    }
}

.formNavInner .num::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - .5px);
    height: 1px;
    background: #26bec9
}

@media screen and (min-width: 320px) {
    .formNavInner .num::after {
        width: 8rem;
        right: -8rem
    }
}

@media screen and (min-width: 600px) {
    .formNavInner .num::after {
        width: 8rem;
        right: -8rem
    }
}

.formNavInner .text {
    font-size: .9rem;
    opacity: .6
}

.formInp {
    cursor: pointer;
    display: block;
    background: #fff;
    border-radius: .5rem;
    margin-bottom: 1rem;
    padding: 1rem 1.5rem 2rem
}

.formInp dt {
    font-size: .9rem;
    opacity: .6
}

.formInp input,
.formInp select,
.formInp textarea {
    display: block;
    width: 100%;
    border: none;
    outline: none;
    font-size: 16px
}

.formInp input:-moz-read-only,
.formInp select:-moz-read-only,
.formInp textarea:-moz-read-only {
    margin-top: 5px;
    opacity: .65
}

.formInp input:read-only,
.formInp select:read-only,
.formInp textarea:read-only {
    margin-top: 5px;
    opacity: .65
}

.formInp textarea {
    height: 150px
}

.sbmtArea {
    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-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 3rem 0
}

#fixedCvBtns {
    position: fixed;
    z-index: 1;
    right: 0
}

@media screen and (min-width: 320px) {
    #fixedCvBtns {
        top: auto;
        bottom: 6.5rem;
        width: 100%
    }
}

@media screen and (min-width: 600px) {
    #fixedCvBtns {
        top: 10rem;
        bottom: auto;
        width: auto
    }
}

#fixedCvBtns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-template-columns: repeat(2, 1fr)
}

@media screen and (min-width: 320px) {
    #fixedCvBtns ul {
        display: grid;
        gap: .5rem;
        padding: 0 .5rem
    }
}

@media screen and (min-width: 600px) {
    #fixedCvBtns ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1rem;
        padding: 0
    }
}

#fixedCvBtns li:nth-child(2) a {
    background: #26bec9
}

#fixedCvBtns a,
#fixedCvBtns button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #eca602;
    color: #fff
}

@media screen and (min-width: 320px) {

    #fixedCvBtns a,
    #fixedCvBtns button {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        border-radius: .5rem;
        padding: 1rem 0
    }
}

@media screen and (min-width: 600px) {

    #fixedCvBtns a,
    #fixedCvBtns button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 4vw;
        border-radius: 1rem 0 0 1rem;
        padding: 1.5rem 0 3rem
    }
}

#fixedCvBtns button {
    letter-spacing: .07rem
}

@media screen and (min-width: 320px) {
    #fixedCvBtns .icon {
        margin: 0 1rem 0 0
    }
}

@media screen and (min-width: 600px) {
    #fixedCvBtns .icon {
        margin: 0 0 1rem
    }
}

#fixedCvBtns .icon svg {
    display: block
}

@media screen and (min-width: 320px) {
    #fixedCvBtns .icon svg {
        width: 1.5rem;
        height: 1.5rem
    }
}

@media screen and (min-width: 600px) {
    #fixedCvBtns .icon svg {
        width: 2rem;
        height: 2rem
    }
}

#fixedCvBtns .text {
    font-weight: 700
}

@media screen and (min-width: 320px) {
    #fixedCvBtns .text {
        font-size: 1rem
    }
}

@media screen and (min-width: 600px) {
    #fixedCvBtns .text {
        font-size: 1.1rem;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl
    }
}

.modal {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(255, 255, 255, .7);
    -webkit-backdrop-filter: blur(1rem);
    backdrop-filter: blur(1rem);
    z-index: 10000;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: visibility .2s ease, opacity .2s ease;
    transition: visibility .2s ease, opacity .2s ease
}

.modal.openModal {
    visibility: visible;
    opacity: 1
}

.modal .closeSvg {
    position: absolute;
    width: 3.5rem;
    cursor: pointer
}

@media screen and (min-width: 320px) {
    .modal .closeSvg {
        top: 1rem;
        right: 1rem
    }
}

@media screen and (min-width: 600px) {
    .modal .closeSvg {
        top: 3rem;
        right: 3rem
    }
}

.modal .title {
    font-weight: 700
}

@media screen and (min-width: 320px) {
    .modal .title {
        font-size: 1.6rem
    }
}

@media screen and (min-width: 600px) {
    .modal .title {
        font-size: 1.8rem
    }
}

.modal .eng {
    font-weight: 700;
    margin-top: .5rem
}

@media screen and (min-width: 320px) {
    .modal .eng {
        font-size: 1rem
    }
}

@media screen and (min-width: 600px) {
    .modal .eng {
        font-size: 1rem
    }
}

.modal .btnWrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (min-width: 320px) {
    .modal .btnWrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        margin-top: 3rem
    }
}

@media screen and (min-width: 600px) {
    .modal .btnWrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 5rem
    }
}

@media screen and (min-width: 320px) {
    .modal .commonBtn {
        margin: 2rem 0 0
    }
}

@media screen and (min-width: 600px) {
    .modal .commonBtn {
        margin: 0 1rem
    }
}

.modal .commonBtn a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.modal .commonBtn svg {
    fill: none;
    width: 50%;
    height: 50%
}

.modal .closeText {
    position: relative;
    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;
    font-weight: 700;
    margin-top: 10rem;
    opacity: .5;
    cursor: pointer
}

@media screen and (min-width: 320px) {
    .modal .closeText {
        font-size: 1.3rem
    }
}

@media screen and (min-width: 600px) {
    .modal .closeText {
        font-size: 1.3rem
    }
}

.modal .closeText::before {
    position: absolute;
    content: "";
    bottom: .5rem;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000
}

.modal .closeText svg {
    width: 1rem;
    margin-right: .5rem
}


@media screen and (max-width: 991px) {
    #svAbout .slider {
        margin-top: 6rem;
    }
}