@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css"); :root {
    --bg: #000000;
    --clr-1: #00c2ff;
    --clr-2: #33ff8c;
    --clr-3: #ffc640;
    --clr-4: #e54cff;
    --blur: 1rem;
    --fs: clamp(3rem, 8vw, 7rem);
    --ls: clamp(-1.75px, -0.25vw, -3.5px);
}

* {
    margin: 0px;
    box-sizing: border-box;
    position: relative;
    font-family: Pretendard;
}

body {
    overflow-x: hidden;
}

ul {
    padding: 0px;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

.page-w {
    max-width: 1300px;
    margin: 0px auto;
    position: relative;
    padding: 0px 20px;
}
#op-video{
    position:fixed;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    z-index:0;
    opacity:0;
    transition:all 0.3s ease;
}
#op-video.add{
    opacity:1;
}
#header {
    position: fixed;
    z-index: 1000;
    height: 80px;
    width: 1300px;
    left: 50%;
    top: 20px;
    border-radius: 60px;
    transform: translate(-50%);
    background: rgb(229 244 255 / 11%);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(221, 221, 221, 0.2);
    box-shadow: rgb(98 190 255 / 8%) 0px 20px 30px;
    transition: 0.3s;
}
#seller-img{
    position:fixed;
    width:1300px;
    right:50%;
    top:150px;
    transform:translateX(50%);
}
#seller-img > ul{
    position:relative;
    display:flex;
}
#seller-img > ul > li{
    opacity:0;
    position:absolute;
    top:0;
    width:50%;
    right:0;
    transition: all 0.5s ease;
}
#seller-img > ul > li.add{
    opacity:1;
}
#seller-a{
    overflow:hidden;
    height: 700px;
    border-radius:60px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 30px;
        padding: 50px;
}
#seller-b{
    padding:50px;
    background: rgb(238, 246, 255);
    border-radius:60px;
    overflow:hidden;
}
#seller-a .bbs-n{
    overflow:hidden;
    padding:0;
    background:#fff;
    border-radius:0;
   
}
#seller-a .bbs-n h3,
#seller-b .bbs-n h3{
    position:absolute;
    z-index:1;
    width:100%;
    backdrop-filter:blur(10px);
    padding:10px;
    top:0;
    font-size:36px;
}
.sc_seller .slick-slide{
    position:relative;
    height: 700px;
}
.sc_seller img{
    width:100%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
}
#header.white {
    background: rgb(232 245 255 / 32%);
    backdrop-filter: blur(30px);
    border-bottom:1px solid #c0d4ff47;
    border-top: 1px solid #ffffff33;
}

#header .logo {
    position: absolute;
    left: 40px;
    top: 20px;
}

.logo a {
    background: url("../images/logo_white.svg") center center / contain no-repeat;
    display: block;
    width: 300px;
    height: 40px;
}

.logo.white a {
    background: url("../images/logo.svg") center center / contain no-repeat;
    display: block;
    width: 300px;
    height: 40px;
}

#header .menu-class {
    position: absolute;
    right: 200px;
    top: 0px;
    font-size: 16px;
}

#header .customer {
    position: absolute;
    right: 0px;
    top: 20px;
}

#header .customer a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: none;
    text-align: center;
    color: rgb(255, 255, 255);
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    transition: 0.3s;
}

#header .customer a:hover {
    background: rgb(53, 132, 211);
    border: 2px solid rgb(53, 132, 211);
}

#header.white .customer a {
    background: rgb(53, 132, 211);
    border: 2px solid rgb(53, 132, 211);
}

#header .menu-class ul {
    display: flex;
}

#header .menu-class ul li {
    line-height: 80px;
    margin: 0px 20px;
}

#header .menu-class ul li a {
    position: relative;
    color: rgb(255, 255, 255);
    font-size: 18px;
    transition: 0.3s;
}

#header.white .menu-class ul li a {
    color: rgb(14 61 109);
    position: relative;
}

#header .menu-class ul li a::before {
    width: 0%;
    position: absolute;
    height: 3px;
    content: "";
    display: block;
    background: rgb(255, 255, 255);
    bottom: -5px;
    left: 50%;
    transition: 0.3s;
}

#header.white .menu-class ul li a::before {
    width: 0%;
    position: absolute;
    height: 3px;
    content: "";
    display: block;
    background: rgb(44, 140, 255);
    bottom: -5px;
    left: 50%;
    transition: 0.3s;
}

#header.white .menu-class ul li a:hover::before, #header .menu-class ul li a:hover::before {
    left: 0px;
    width: 100%;
}
#mobile-menu{
    position:fixed;
    right:-300px;
    width:300px;
    height: 100%;
    z-index:10000;
    background:#fff;
    transition: all 0.3s ease;
    padding: 20px;
}
#mobile-menu ul{
    margin-top: 30px;
}
#mobile-menu ul li{
     margin-bottom: 20px;
}
#mobile-menu ul li a{
    font-size: 18px;
    color:#000;
}
#mobile-menu ul li a:hover{
    font-weight:800;
}
#mobile-menu.view{
    right:0;
    box-shadow: 0px 0px 60px rgba(0,0,0,0.2);
}
#mobile-close{
    width: 30px;
    height: 30px;
    background:url(../images/mobile-close.svg)no-repeat;
    cursor:pointer;
}
#mobile-button{
    display:none;
    cursor:pointer;
}
#index01 {
    position: relative;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    /* overflow:hidden; */
}
#index01 .fp-overflow{
    width: 100%;
    height: 100%;
    position: absolute;
    overflow:hidden;
    padding:0;
}
#index01 .phrase {
    text-align: center;
    color: rgb(255, 255, 255);
    padding-top: 0px;
    position: absolute;
    width:100%;
    z-index:10;
    margin-top: 300px;
    left:0;
}

#index01 .phrase h4 {
    top: 1000px;
    font-size:60px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, rgb(127, 227, 244), rgb(222, 239, 251), rgb(234, 243, 255), rgb(34, 93, 198)) text;
    font-weight: 800;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    transition: 1s;
}

#index01 .phrase h4.add {
    opacity: 1;
    top: 0px;
}

@keyframes ani33 {
    0% {
        background: linear-gradient(to right, rgb(222, 239, 251), rgb(234, 243, 255), rgb(204, 229, 255), rgb(255, 255, 255), rgb(255, 255, 255));
    }

    100% {
        background: linear-gradient(to right, rgb(255, 255, 255), rgb(192, 215, 226), rgb(231, 238, 244), rgb(211, 246, 250), rgb(239, 245, 255));
    }
}

#index01 .phrase hr {
    height: 2px;
    width: 200px;
    margin: 50px auto;
    border: 0px;
    background: rgb(255, 255, 255);
    opacity: 0.2;
}

#index01 .phrase p {
    font-size: 24px;
    top: 1000px;
    opacity: 0;
    transition: 1s;
}

#index01 .phrase p.add {
    opacity: 1;
    top: 0px;
}

.qus1 {
    padding-bottom: 100px;
}
.mbs{
    display:flex;
    justify-content:center;
    align-content:center;
    justify-items:center;
    align-items:center;
}
.mbs-tit{
    width:20%;
    text-align:center;
    height:100%;
   padding:10px;
    word-break:keep-all;
    font-size: 16px;
    font-weight: 800;
    color:#92b9ff;
    
}
.contr{
    width:80%;
}
.price-an{
    background:rgb(34, 93, 198);
    margin-top: 10px;
    padding: 15px;
    font-size: 18px;
    text-align:center;
    border-radius: 10px;
    color:#fff;
}
.price-an span{
    font-size: 14px;
    background:rgb(6, 66, 137);
    padding: 5px 10px;
    border-radius: 110px;
}
#index02 {
    background: rgb(0 0 0);
    height: 100%;
    padding: 100px 0px;
}

#index02 h3 {
    text-align: center;
    font-size: 40px;
    color: rgb(255, 255, 255);
}

#index02 .qus1 img {
    margin: 30px auto;
    display: block;
    opacity: 0.5;
}

#index02 .qus1 ul {
    width: 100%;
    margin: 0px auto;
    display: flex;
    gap: 1%;
    flex-wrap:wrap;
}

#index02 .qus1 ul li {
    background: #0455a5;
    margin: 30px 0px;
    font-size: 24px;
    text-align: center;
    border-radius: 60px ;
    font-weight: 600;
    color: rgb(255, 255, 255);
    position: relative;
    height: 100px;
    align-content: center;
    padding: 0px 150px;
    word-break: keep-all;
    line-height: 60px;
    opacity: 0;
    top: 0px;
    transition: 0.3s;
    border: 1px solid #3c3c3c;
}

#index02 .qus1 > ul > li {
    width: 100%;
}
#index02 .qus1 ul li:nth-child(2n){
    border: 1px solid #2f6fae;
}
#index02 .qus1 ul li:nth-child(2n-1) {
    background: #1d1d1d;
    top: -100px;
    left:50px;
}

#index02 .qus1 ul li.add {
    opacity: 1;
    top: 0px;
 
}

#index02 .qus1 ul li::before {
    position: absolute;
    left: 4%;
    top:-30%;
    width: 80px;
    height: 80px;
    background: rgb(255, 255, 255);
    display: block;
    content: "";
    transform: translate(-50%, 50%);
}

#index02 .qus1 ul li:nth-child(1)::before {
    background: url("../images/sec0201.png") 0% 0% / contain no-repeat;
}

#index02 .qus1 ul li:nth-child(2)::before {
    background: url("../images/sec0202.png") 0% 0% / contain no-repeat;
}

#index02 .qus1 ul li:nth-child(3)::before {
    background: url("../images/sec0203.png") 0% 0% / contain no-repeat;
}

#index02 .qus1 ul li:nth-child(4)::before {
    background: url("../images/sec0204.png") 0% 0% / contain no-repeat;
}

#index03 {
    padding: 100px 0px;
}
#index03,#index031,#index032,#index04,#index041,#index042{
    background:#06060644;
}
#index043{
    background:#000000;
    padding: 100px 0px;
}
.section-main {
    width:100%;
    height: 100%;
}
.fp-section .section-main p{
    width: 100%;
    font-size: 50px;
    font-family: Pretendard;
 
    line-height:70px;
    font-weight: 600;
    color: rgb(255 255 255);
    transition: all 0.4s ease;
    opacity:0;
    position:fixed;
    top: 52%;
    text-align:center;
    left:50%;
    transform:translate(-50%,-50%);
}
#index043 p{
    position:relative;
    top:unset;
    transform:translate(0);
    left:0;
    text-align:left;
    
    margin-top: 20px;
    opacity:1;
}
#index043 p.mmp{
    text-align: center;
    margin-bottom: 100px;
    padding-top:40px;
}
.fp-section.active .section-main p{
    opacity:1;
    top:50%;
}

.bbs-a p {
    font-size: 1.6em;
    line-height: 36px;
    font-weight: 500;
    color: rgb(6, 66, 137);
    white-space: nowrap;
    margin-left: -100%;
    opacity:0;
    transition: all 0.5s ease;
}
.bbs-a.add p{
    opacity:1;
    margin-left:0;
} 

.bbs-a p.ful {
    opacity: 1;
    color: rgb(6, 66, 137);
    background: -webkit-linear-gradient(25deg, rgb(7, 121, 197), rgb(6, 66, 137)) text;
    -webkit-text-fill-color: transparent;
    font-size: 2.3rem;
    line-height: 50px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    border-right: 0px solid;
    animation: 0.9s steps(90) 0.5s 1 normal both running type, 1s step-end 0s infinite normal none running cursor;
    position: relative;
}

@keyframes type {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@keyframes cursor {
    50% {
        border-color: transparent;
    }
}

.section-main p b {
    background: linear-gradient(to right, rgb(78, 201, 255), rgb(0, 113, 191)) text;
    -webkit-text-fill-color: transparent;
}

.section-main ul {
    display: flex;
    gap: 1%;
}

.section-main ul li {
    height: 100%;
    width: 50%;
    position: relative;
}

.section-main ul li:first-child {
}

.section-main .thumb {
    border-radius: 60px;
    overflow: hidden;
}

.section-main .thumb img {
    width: 100%;
}

.bbs-a {
    padding-left:40px;
}

#seller-b .bbs-n {
    display: block;
    background: rgb(238, 246, 255);
    padding-top:70px;
    border-radius: 60px;
    height: 100%;
    position:relative;
}

.bbs-n h3 {
    font-size: 30px;
    color: rgb(6, 66, 137);
    text-align: center;
}

.bbs-n ul {
    padding: 0px;
    display:flex;
    justify-content:center;
}

.bbs-n ul li {
    width: 20%;
    text-align: center;
    height: 250px;
    margin-bottom: 100px;
    margin-top: 50px;
    border-bottom: 1px solid #446c9459;
}

.graph {
    background: rgb(131, 193, 255);
    width: 35%;
    height: 0%;
    margin: 0px auto;
    position: absolute;
    bottom: 0px;
    left: 50%;
    border-radius: 30px 30px 0px 0px;
    transform: translate(-50%, 0px) !important;
    transition: 1s !important;
}

.bbs-n ul li #grd.graph {
    background: rgb(6, 66, 137);
    height: 0px;
}

.bbs-n ul li:last-child p {
    color: rgb(6, 66, 137);
    font-weight: 800;
    font-size: 24px;
}

.bbs-n ul li p {
    position: absolute;
    bottom: -70px;
    font-size: 23px;
    text-align: center;
    width: 100%;
    margin: 0px;
    font-weight: 600;
    color: rgb(53, 132, 211);
}

#gra.ful {
    height: 70%;
}

#grb.ful {
    height: 100%;
}

#grc.ful {
    height: 60%;
}

.bbs-n ul li #grd.graph {
    height: 0%;
    width: 35%;
}

.bbs-n ul li #grd.graph.ful {
    height: 20%;
}

#index04 {
    padding: 100px 0px;
}

#index05 {
    background: url(../images/index02.jpg) no-repeat;
    padding-top: 0px;
    background-size:cover;
    padding:200px 0px;
}
#index05:before{
    content:'';
    display:block;
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:#000000dd;
   
}

#index05 h3 {
    font-size: 40px;
    text-align: center;
    color: rgb(255 255 255);
}
#index05 p{
    font-size: 24px;
    color:#fff;
    text-align:center;
    margin-top: 30px;
}
#index05 .service-mb ul{
    display:flex;
    text-align: center;
    width:100%;
    justify-content:center;
    margin-top: 50px;
}
#index05 .service-mb ul li a{
    background:#fff;
    margin: 0 10px;
    padding:5px 30px;
    display:block;
    border-radius: 30px;
    font-size:21px;
    color:#000;
    padding-left:5px;
}
#index05 .service-mb ul li a span{
    display:inline-block;
    widtdh: 40px;
    padding: 8px;
    border-radius: 30px;
    background:#ddd;
    margin-right: 10px;
}
.service-cost > ul {
    display: flex;
    gap: 1.5%;
    margin-top: 70px;
}

.service-cost > ul > li {
    width: 50%;
}

.service-cost-m {
    background:#21a2fd33;
    padding: 30px;
    border-radius: 20px;
    padding-top: 15px;
    transition: all 0.3s ease;
    backdrop-filter:blur(4px);
     border-bottom:1px solid #213250;
    border-top:1px solid #213250;
}
.service-cost-m h4:before{
    content:'';
    display:block;
    width:0;
    height:2px;
    position:absolute;
    left:0;
    bottom:0;
    background:#ffffff;
    transition: all 0.3s ease;
}
.service-cost-m:hover{
    background:#4b93ff59;
    backdrop-filter:blur(15px);
}
 .service-cost-m:hover h4:before{
      width:100%;
 }

.service-cost-m h4 {
    position:relative;
    text-align: center;
    font-size: 24px;
    padding: 10px;
    display: block;
    border-radius: 10px;
    color: rgb(255, 255, 255);
}

.service-cost-m h5 {
    font-size: 24px;
    margin-top: 20px;
    text-align: center;
    color:#225dc6;
}

.service-cost-m ul {
    margin-top: 20px;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    justify-content: center;
}

.service-cost-m ul li {
    margin-bottom: 2px;
    margin-top: 2px;
    font-size: 18px;
    text-align: center;
 
    color: rgb(255 255 255);
    position: relative;
    
    outline: rgba(255, 255, 255, 0.867) solid 0px;
    transition: 0.3s;
    width:100%;
    padding:0;
    text-align:left;
    line-height: 24px;
}
.service-cost-m ul li span{
    display:inline-block;
    font-size:14px;
    background:#1a3f81;
    color:rgb(151 207 255);
    padding:2px 7px;
    border-radius:5px;
    
}

.service-cost-m ul li::before {
}

.service-cost-m hr {
    margin-top: 10px;
    height: 1px;
    border: 0px;
    background: rgb(129 192 255 / 21%);
}

.service-cost > ul > li p {
    font-size: 30px;
    text-align: center;
    color: rgb(34, 93, 198);
    margin-top: 40px;
    font-weight: 600;
}
.tab-btn ul{
    display:flex;
    width:100%;
    justify-content:center;
    margin-bottom:50px;
    
}
.tab-btn ul li{
    margin: 0 10px;
}
.tab-btn ul li a{
    display:block;
    font-size: 24px;
    color:#fff;
    padding:5px 20px;
    border-radius: 30px;
    border:1px solid #fff;
    transition: all 0.3s ease;
    
}
.tab-btn ul li a:hover{
    background:#ffffffaa;
    color:#000;
}
.tab-btn ul li.active a{
    background:#fff;
    color:#000;
    font-weight:800;
}
#index06 {
    position: relative;
    width: 100%;
    height: 100%;
    background-color:#000;
    padding: 0px 0px;
}
#index06 .fp-overflow,
#indx162 .fp-overflow{
    height:100%;
    position:absolute;
    width:100%;
}
#index06 .main-vod,
#indx162 .main-vod{
    z-index:0;
    width:100%;
    height: 100%;
}
#index06 .main-vod video{
    opacity:0.5;
}
#index06:before{
    position:absolute;
    left:0;
    top:0;
    content:'';
    display:block;
    width:100%;
    background:#000;
    height:100%;
    opacity:0.5;
}

#index06 h3 {
    color: rgb(255, 255, 255);
    font-size: 40px;
    margin: 5px 0px;
    text-align: center;
    
}

#index06 h3 span{
  display: inline-block;
  overflow: hidden;
  animation: .3s swift-up ease-in-out forwards; 
}

#index06 h3 i{
  font-style: normal;
  position: relative;
  top: var(--headingSize);
  animation: .5s swift-up ease-in-out forwards;
}

@keyframes swift-up {
  to {
    top: 0;
  }
}

@media screen and (max-width: 1000px){
    .container{
        width: auto;
        margin: 0 10%;
    }
    
    :root{
        --headingSize: 35px;
    }
}


#index06 .section06{
    padding-top: 300px;
}
#index07 {
    width: 100%;
    height: 100%;
    padding: 100px 0px;
    background: rgb(0, 0, 0);
    position: relative;
}

#index061 {
    width: 100%;
    height: 100%;
    padding: 100px 0px;
    background: rgb(0 0 0);
    position: relative;
}

#index061 .sc_it .slick-slide, #index07 .galv .slick-slide,
#indx15 .galv2 .slick-slide{
    width: 100%;
    overflow: hidden;
    border-radius: 20px;
    margin: 0px 10px;
    background:#fff;
}
#indx15 .galv2 .slick-slide{
     height:550px;
}
#index061 .sc_it .slick-slide img, #index07 .galv .slick-slide img ,
#indx15 .galv2 .slick-slide img{
    width: 100%;
}

#index07 h3 {
    font-size: 36px;
    text-align: center;
    margin-bottom: 40px;
    color: rgb(255, 255, 255);
}

#index07 h3 b {
    background: rgb(34 93 198);
    padding: 2px 20px;
    color: rgb(255, 255, 255);
}

#container {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#index061 {
    text-align: center;
    padding: 100px 0px;
}

#index061 h3 {
    text-align: center;
    font-size: 60px;
    color: rgb(255, 255, 255);
}

#pho {
    color: rgb(255, 255, 255);
    margin-top: 100px;
    font-size: 20px;
}

.sc-item {
    margin: 50px 0px;
}

#index061 p {
    font-size: 80px;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 10px;
    color: rgb(255, 235, 0);
    background: rgb(26, 69, 145);
    margin-top: 20px;
}

@keyframes ani {
    0% {
        transform: translateY(0px);
        box-shadow: rgba(131, 193, 255, 0.467) 0px 1px 10px;
    }

    100% {
        transform: translateY(-10px) rotateX(5deg) rotateY(5deg) rotateZ(0.2deg);
        box-shadow: rgba(131, 193, 255, 0.133) 0px 40px 50px;
    }
}

.fp-overflow {
    padding: 0px 50px;
    overflow-y:hidden !important;
}

#indx08 {
    width: 100%;
    padding: 0px;
    padding-bottom: 100px;
}

#indx08 .fp-overflow {
    width: 100%;
    height: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
}

.main-vod {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgb(0, 0, 0);
}

.main-vod video {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    background-color: black;
    background-position: center center;
    background-size: cover;
    object-fit: cover;
    z-index: 1;
    backface-visibility: hidden;
    opacity: 0.5;
}
#indx162 .main-vod video {
    opacity: 1 !important;
}

#indx08 .tit-08 h3 {
    font-size: 48px;
    color: rgb(255, 255, 255);
}

#indx08 .tit-08 h5 {
    font-size: 36px;
    margin-top: 30px;
    font-weight: 400;
    color: rgb(255, 255, 255);
}

#indx08 .ust ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    gap: 2%;
    margin-top: 100px;
}

#indx08 .ust ul li {
    width: 32%;
    text-align: center;
    border-radius: 20px;
    padding: 30px 50px 20px;
    background: rgba(144, 183, 255, 0.267);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(47, 103, 203, 0.267);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 30px;
    color: rgb(255, 255, 255);
    overflow: hidden;
    top: -100px;
    opacity: 0;
    transition: 0.3s;
}

#indx08 .ust ul li.ful {
    top: 0px;
    opacity: 1;
}

#indx08 .ust ul li h3 {
    font-size: 24px;
}

#indx08 .ust ul li img {
    position: absolute;
    right: -20px;
    width: 130px;
    bottom: -20px;
    opacity:0.3;
}

#indx08 .ust ul li#us4 {
    width: 100%;
    margin-top: 30px;
    background: rgba(34, 93, 198,0.7);
    color: rgb(255, 255, 255);
    padding-top:30px;
    padding-bottom:30px;
    backdrop-filter: blur(20px);
}
#indx08 .ust ul li#us4 h3{
    font-size:24px;
}
#indx08 .ust ul li h5 {
    font-size: 60px;
}

#indx08 .ust ul li#us4 a {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    padding: 20px 100px;
    font-size: 18px;
    border-radius: 30px;
    display: inline-block;
    margin-top: 30px;
    overflow: hidden;
    transition: 0.3s;
}

#indx08 .ust ul li#us4 a::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 400%;
    background: linear-gradient(0deg, transparent, transparent 50%, rgba(131, 193, 255, 0.667));
    transform: rotate(-45deg);
    transition: 0.5s;
    opacity: 0;
}

#indx08 .ust ul li#us4 a:hover {
    transform: scale(1.02);
    background: rgb(26, 69, 145);
    color: rgb(255, 255, 255);
}

#indx08 .ust ul li#us4 a:hover::before {
    opacity: 1;
    transform: rotate(-45deg) translateY(-30%);
}
#fp-nav ul li a span, 
.fp-slidesNav ul li a span{
    background:#ffffff !important;
}
#fp-nav.white ul li a.active span{
    background:#225dc6 !important;
}
#fp-nav.white ul li a span, 
.white .fp-slidesNav ul li a span{
    background:#85c2ff !important;
}
.now-project {
    margin-top: 20px;
}

.now-project span {
    color: rgb(255, 235, 0);
    background: rgb(26, 69, 145);
    padding: 4px 15px;
    border-radius: 10px;
}

#indx09 {
    background: rgb(238, 246, 255);
    padding: 200px 0px;
}

.tit-09 {
    text-align: center;
    font-size: 30px;
    color: rgb(14, 61, 109);
}
#indx14-tit-wrap{
    position:fixed;
    top:180px;
    left:50%;
    transform:translate(-50%);
}
#indx14-tit-wrap #idx14-tit{
    opacity:0;
    transition: all 0.3s ease;
    font-size:12px;
}
#indx14-tit-wrap #idx14-tit.view{
    opacity:1;
    font-size:36px;
}
#indx16{
    padding-top: 200px;
}
.best01-section {
    text-align:center;
    margin-top: 80px;
}
.best01-section h3{
    font-size:32px;
    margin-bottom:40px;
     color:#0e3d6d;
}
.best01-section h4{
    font-size: 24px;
    color: #1a7dba;
    margin-bottom:60px;
}
#indx16 #best02 h4{
    color:#fff;
    font-size: 32px;
    margin-bottom:0;
}
.best01-section h4 span{
  display:block;
  font-size: 4em; 
    background:linear-gradient(to right,#1973cd, #0799d9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  text-shadow: .03em .03em 0 hsl(0deg 0% 100%);
  }
  .best01-section h4 span:after {
    content: attr(data-shadow);
    position: absolute;
    top: .06em; left: .06em;
    z-index: -1;
    text-shadow: none;
    background-image:
      linear-gradient(
        45deg,
        transparent 45%,
        rgb(34, 93, 198) 45%,
        rgb(34, 93, 198) 55%,
        transparent 0
        );
    background-size: .05em .05em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  
    animation: shad-anim 25s linear infinite;
    }

@keyframes shad-anim {
  0% {background-position: 0 0}
  0% {background-position: 100% -100%}
  }
.ustb ul {
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
    margin-top: 50px;
}

.ustb ul li {
    width: 49%;
    border:1px solid #d5e4ff;
    border-radius: 20px;
    padding: 50px;
    margin: 20px 0px;
}

.ustb ul li h3 {
    font-size: 28px;
    text-align: center;
    background: linear-gradient(to right, rgb(78, 201, 255), rgb(0, 113, 191)) text;
    -webkit-text-fill-color: transparent;
}

.ustb ul li h5 {
    font-size: 24px;
    margin: 10px 0px;
    color: #586d8f;
}

.ustb ul li p {
    font-size: 16px;
    font-weight: 400;
    word-break: keep-all;
    line-height: 26px;
    margin-top: 20px;
    color: #586d8fcc;
    border-top: 1px solid #dddddd66;
    padding-top: 20px;
}

.ustb ul li {
    width: 49%;
    border-radius: 20px;
    padding: 40px;
    margin: 20px 0px;
     
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: 0.5s;
    top: 0px;
}

.ustb ul li::before {
    content:'';
    display:block;
    width:40px;
    height: 40px;
    background:#c5e1ff;
    position: absolute;
    left:50%;
    border-radius:100px;
    transition: all 0.3s ease;
    top:50px;
    opacity:0;
}
.ustb ul li::after{
    content:'';
    display:block;
    width:40px;
    height: 40px;
    background:#c3deff;
    position: absolute;
    right:50%;
    top:0;
    border-radius:100px;
    z-index:0;
    opacity:0;
    transition: all 0.3s ease;
}
.ustb ul li img{
    width: 70px;
    opacity:0.8;
    transition: all 0.5s ease;
}
.ustb ul li img::before{
    
}
.ustb ul li:hover {
    box-shadow: rgba(131, 193, 255, 0.467) 0px 0px 30px;
    top: -5px;
    background: rgb(255, 255, 255);
}
.ustb ul li:hover img{
    opacity:1;
}
.ustb ul li:hover::before {
    opacity: 1;
    top: 30px;
}
.ustb ul li:hover::after{
    top:70px;
    opacity:0.2;
}
#indx10 {
    padding: 100px 0px;
    text-align: center;
}

.tit-10 h3 {
    font-size: 36px;
    color: rgb(14, 61, 109);
}

.ustba {
    width: 100%;
    margin: 0px auto;
}

.ustba ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
    margin-top: 50px;
}

.ustba ul li {
    width: 23.5%;
    background:#f9f9f9;
    overflow:hidden;
    border-radius:20px;
    border:1px solid #ddd;
    margin-bottom:20px;
}

.ustba ul li img {
    width: 100%;
   
}

#indx11 {
    padding-top: 100px;
}

.tit-11 {
    text-align: center;
    font-size: 36px;
}

.tit-11 h3 {
    color: rgb(14, 61, 109);
    margin-top: 50px;
}

.process ul {
    width: 100%;
    flex-wrap: wrap;
    display: flex;
    gap: 2%;
    margin-top: 50px;
    margin-bottom: 100px;
}

.process ul li {
    text-align: center;
    width: 23.5%;
    padding: 0px 40px;
    margin-bottom: 50px;
    position: relative;
    opacity:0;
    transition: all 0.3s ease;
}
.process ul li.add{
    opacity:1;
}
.process ul li:nth-child(4n)::before {
    display: none;
}

.process ul li::before {
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background: rgb(204 228 255);
    right: -50%;
    position: absolute;
    top: 50px;
}

.process ul li:last-child::before {
    display: none;
}

.process ul li h5 {
    font-size: 21px;
    color: rgb(14 61 109);
}

.process ul li p {
    font-size: 20px;
    margin-top: 10px;
    line-height: 30px;
}

#indx12 {
    background: rgb(238, 246, 255);
    padding: 100px 0px;
}

.tit-12 h3 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 100px;
    color: rgb(14, 61, 109);
}

.hello {
    opacity: 1 !important;
}

.full {
    position: fixed;
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.full .content {
    height: 100%;
    width: 100%;
    display: grid;
    backdrop-filter: blur(15px);
    background-color: rgba(0, 0, 0, 0.75) !important;
}

.full .content img {
    left: 0%;
    transform: translate3d(0px, 0px, 0px);
    animation: 1s ease 0s 1 normal none running zoomin;
    max-width: 80%;
    max-height: 80%;
    margin: auto;
}

.byebye {
    opacity: 0;
}

.byebye:hover {
    transform: scale(0.2) !important;
}

.gallery {
    position: relative;
    display: grid;
    gap: 10px 18px;
    grid-template-columns: repeat(auto-fill, minmax(650px, 3fr));
    grid-auto-rows: 0px;
    width: 100%;
}

.gallery img {
    max-width: 100%;
    border-radius: 20px;
    box-shadow: rgba(129, 192, 255, 0.667) 0px 0px 4px;
    transition: 1.5s;
}

.gallery img:hover {
    box-shadow: rgba(129, 192, 255, 0.667) 0px 0px 32px;
}

.gallery .content {
    padding: 4px;
}

.gallery .gallery-item {
    transition: 0.5s;
    cursor: pointer;
}

.gallery .gallery-item:hover {
    transform: scale(1.025);
}
#momv{
    display:none;
}

@media (max-width: 600px) {
    .gallery {
        grid-template-columns: repeat(auto-fill, minmax(40%, 1fr));
    }
}

@media (max-width: 400px) {
    .gallery {
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    }
}

@-webkit-keyframes zoomin {
    0% {
        max-width: 50%;
        transform: rotate(-30deg);
        filter: blur(4px);
    }

    30% {
        filter: blur(4px);
        transform: rotate(-80deg);
    }

    70% {
        max-width: 50%;
        transform: rotate(45deg);
    }

    100% {
        max-width: 80%;
        transform: rotate(0deg);
    }
}

@keyframes zoomin {
    0% {
        max-width: 50%;
        transform: rotate(-30deg);
        filter: blur(4px);
    }

    30% {
        filter: blur(4px);
        transform: rotate(-80deg);
    }

    70% {
        max-width: 50%;
        transform: rotate(45deg);
    }

    100% {
        max-width: 80%;
        transform: rotate(0deg);
    }
}

.title {
    margin: 2rem auto;
    font-size: 2rem;
    text-align: center;
}

.faq-container {
    max-width: 30rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0px auto;
    padding: 0px;
    list-style: none;
}

.faq {
    position: relative;
    overflow: hidden;
    transition: 0.3s;
    border-bottom: 1px solid rgba(0, 162, 218, 0.2);
}

.faq.active {
}

.faq__question {
    padding: 1rem;
}

.faq__title {
    margin: 0px;
    font-size: 1.2rem;
    text-indent: -0.5rem;
    color: rgb(14, 61, 109);
    cursor:pointer;
}

.faq__title span {
    margin-right: 6px;
    font-size: 24px;
    font-weight: 800;
}

.faq__answer {
    max-height: 0px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.faq__text {
    padding: 0rem 2rem 20px;
    color: rgb(9, 106, 204);
    font-size:18px;
}

.faq__text span {
    margin-right: 6px;
    display:none;
    font-weight: 800;
}

.faq.active .faq__answer {
    padding-left:0px;
    max-height: 200px;
    transition: max-height 0.3s ease-in-out;
}

.faq__btn {
    cursor: pointer;
    width: 2rem;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 0px;
    border-radius: 50%;
    font-size: 1.5rem;
}

.faq__btn:focus {
    outline: 0px;
}

.faq__icon.close {
    display: none;
}

.faq.active .faq__btn {
    background: rgb(9, 126, 219);
}

.faq .faq__btn {
    background: rgb(238, 246, 255);
}

.faq.active .faq__icon.close {
    color: rgb(255, 255, 255);
    display: block;
}

.faq.active .faq__icon.open {
    display: none;
}

.faq-list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.faq-list ul li {
    width: 100%;
}
.process ul li img{
    border-radius:100px;
    width:120px;
    transition: all 0.6s ease;
}
.app {
    min-width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
    position: absolute;
    top: 0px;
}

.app::before {
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    position: absolute;
    display: block;
    content: "";
    left: 0px;
    top: 0px;
    z-index: 1;
    opacity: 0.7;
}

.tag-list {
    gap: 0rem 2em;
    position: relative;
    padding: 1.5rem 0px;
    overflow: hidden;
    width: 100%;
    max-width: 100vw;
    display: flex;
    flex-shrink: 0;
    flex-direction: row-reverse;
}

.loop-slider {
    display: flex;
    width: 20%;
    & .inner {
        display: block;
        width: 100%;
        animation-name: loop;
        animation-timing-function: linear;
        animation-iteration-count: infinite;
        animation-direction: var(--direction);
        animation-duration: var(--duration);
    }
}

.tag {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0px 0.2rem;
    color: rgb(226, 232, 240);
    font-size: 0.9rem;
    background-color: rgb(51, 65, 85);
    border-radius: 0.4rem;
    overflow: hidden;
    margin-right: 0rem;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0.1rem 0.2rem, rgba(0, 0, 0, 0.3) 0px 0.1rem 0.5rem, rgba(0, 0, 0, 0.4) 0px 0.2rem 1.5rem;
    margin-bottom: 30px;
    & span {
        font-size: 1.2rem;
        color: rgb(100, 116, 139);
    }

    & img {
        width: 100%;
    }
}

.fade {
    pointer-events: none;
    background: linear-gradient(90deg, rgb(30, 41, 59), transparent 30%, transparent 70%, rgb(30, 41, 59));
    position: absolute;
    inset: 0px;
}
 #indx08 .ust ul li p{
        opacity:0.7;
    }
.fp-section .first-sb01 ul{
     display:flex;
     flex-wrap:wrap;
     width: 100%;
     gap:2%;
 }
.fp-section .first-sb01 ul li{
    width:49%;
    background:#1c1c1c;
    height: 400px;
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 30px;
}
.fp-section .first-sb01 ul li span{
    font-size: 24px;
    background:#1a7dba;
    display:inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    color:#fff;
    font-weight:600;
    text-align:center;
}
.fp-section .first-sb01 ul li p{
    position:relative;
    font-size:21px;
    opacity:1;
    line-height:36px;
}
.fp-section .first-sb01 ul li#fis1:before{
    position:absolute;
    content:'';
    display:block;
    width: 500px;
    height: 250px;
    background:url(../images/img001.png) no-repeat;
    background-size: contain;
    background-position:center;
    bottom:0;
    right:0;
}
.fp-section .first-sb01 ul li#fis2:before{
     position:absolute;
     content:'';
     display:block;
     width: 500px;
     height: 230px;
     background:url(../images/img002.png) no-repeat;
     background-size: contain;
     background-position:center;
     bottom:0;
     right:50%;
     transform:translate(50%,0)
}
.fp-section .first-sb01 ul li#fis3:before{
     position:absolute;
    content:'';
    display:block;
    width: 500px;
    height: 300px;
    background:url(../images/img003.png) no-repeat;
    background-size: contain;
    background-position:center;
    bottom:0;
    right:0%;
    border-radius: 30px;
}
.fp-section .first-sb01 ul li#fis4:before{
     position:absolute;
    content:'';
    display:block;
    width: 620px;
    height: 300px;
    background:url(../images/img004.png) no-repeat;
    background-size: cover;
    background-position:center;
    bottom:0;
    right:0%;
    border-radius: 30px;
}
.galv3 img{
    width: 100%;
}
.galv3 .slick-slide{
border-radius :20px;
overflow:hidden;
margin:0 5px;
}

#indx161{
    padding: 100px 0px;
    padding-bottom: 200px;
}
#indx162{
    padding: 100px 0px;
    height: 1000px !important;
    background:#000;
}
#indx162 .fp-overflow{
    overflow:visible;
    color:#fff;
}
#indx162 h4{
     color:#fff;
    margin-bottom: 10px;
    padding-top: 300px;
    font-size :40px;
}
.lvda ul{
    display:flex;
    gap:2%;
    margin-top: 50px;
}
.lvda ul li{
    width: 23.5%;
    border-radius: 25px;

}
.lvda ul li img{
    width:100%;
    border:1px solid #e7e7e7;
    border-radius: 30px;
}
.first-iil{
    width: 100%;
}
.first-iil img{
    width:100%;
}
.first-iil-mob{
    display:none;
}



.service-price{
     background: rgb(243 250 255);
     padding-bottom: 100px;
}
.service-price-list{
    padding-top: 200px;
}
.service-price-list > h4{
    font-size:24px;
    text-align: center;
    color:rgb(96 122 149);
    line-height: 36px;
}
.service-list-inner > ul{
    display:flex;
    gap:1%;
    width:100%;
    margin-top:60px;
}
.service-list-inner > ul > li{
    width: 33.3%;
}
.item-info{
    background:#fff;
    border-radius: 20px;
    border:1px solid #ddd;
    padding: 20px;
    padding-top:30px;
    transition: all 0.3s ease;
}
.service-list-inner > ul > li:hover .item-info{
    border:1px solid #1c4c95;
}
.item-info h3{
    font-size: 28px;
}
.info-t p{
    margin-top: 20px;
    margin-bottom:30px;
    font-size: 16px;
    line-height: 24px;
    color:#666;
}
.info-price{
    margin-top: 70px;
}
.info-price h3 b{
    font-size:16px;
    font-weight: 400;
    color:#3584d3;
}
.info-price span{
    font-size: 14px;
    font-weight:400;
    color:#aaa;
    display:block;
    text-align: left;
}
.al-btn {
    margin-top: 30px;
}
.al-btn a{
    display:block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color:#fff;
    text-align: center;
    background:#3584d3;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 600;
}
.info-head{
    height:200px;
    margin-top: 50px;
}
.info-head ul li{
    font-size:18px;
    font-weight: 600;
    margin: 10px 0px;
}
.info-head ul li.all{
    text-align:center;
    font-size:18px;
    color:#3584d3;
}
.info-skill{
    margin: 50px 0px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    height: 150px;
}
.info-skill h5{
    font-size: 18px;
    color:#888;
}
.info-skill ul li{
    font-size: 16px;
    padding-left: 30px;
    margin:10px 0px;
    position:relative;
    color:#888;
    line-height: 24px;
}
.info-skill ul li:before{
    content:'âœ“';
    display:block;
    border-radius:7px;
    color:#3584d3;
    position:absolute;
    left:10px;
    top: 0px;
    font-weight: 800;
}
.recommend{
    font-size: 14px;
    display:inline-block;
    padding: 5px 10px;
    border-radius: 5px;
    background:#ff7171;
    color:#fff;
    vertical-align:middle;
}
#footer-active{
    position:fixed;
    right:0;
    z-index:1000;
    bottom:0;
}
#footer-active{
    background: rgb(255 255 255 / 86%);
    backdrop-filter: blur(20px);
    right:30px;
    box-shadow: rgb(88 186 255 / 28%) 0px 20px 30px;
    transition: 0.3s; 
    bottom: 340px;
    padding: 30px;
    width:240px;
    border-radius: 30px;
    border: 1px solid #91c0e8;
}
#footer-active h5{
    font-size:22px;
    color:#3584d3;
}
#footer-active p{
    font-size: 16px;
    margin-top:10px;
    color:#4678b6;
}
#footer-active a{
    display:block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background:#3584d3;
    border-radius: 30px;
    color:#fff;
    font-size: 18px;
}
#footer-active img{
    display:block;
    width: 150px;
    margin: 0 auto;
}
footer{
    background:#000;
    padding: 40px 0px;
}
#footer-logo{
    width: 400px;
    height:40px;
    background:url(../images/logo_white.svg) no-repeat;
    background-size:contain;
    z-index:100;
}
#footer-inner{
    display:flex;
    align-content: center;
    align-items:center;
}
#footer-info-cont{
    margin-left: 40px;
}
#footer-info-cont hr{
    border:0;
    height: 1px;
    background:#aaa;
    margin: 10px 0px;
}
#footer-info-cont ul{
    display:flex;
    flex-wrap:wrap;
}
#footer-info-cont ul li{
    color:#989898;
    line-height: 30px;
    font-size: 14px;
     margin-right:30px;
}
#footer-info-cont ul li span{
    font-weight:600;
    color:#aaa;
    margin-right: 10px;
}
#footer-info-cont ul li a{
   
    color:#fff;
    font-size: 16px;
}
.seller-info-or{
    text-align:center;
}
.seller-info-or h5{
    font-size:24px;
    color:#fff;
    margin-top: 50px;
    margin-bottom: 30px;
    display:inline-block;
    background:#ffffff;
    padding:10px 30px;
    color:#000;
    border-radius: 30px;
}
.seller-info-or li{
    text-align:center;
}
.seller-info-or img{
    width: 60%;
    display:block;
    margin: 0 auto;
}

#indx166{
    height: 800px !important;
    min-height: auto;
    background:url(../images/sunset.jpg) no-repeat;
    background-size:cover;
    background-position: center;
}
#indx166:before{
    content:'';
    display:block;
    width:100%;
    height: 100%;
    position:absolute;
    z-index:0;
    background:#000000;
    transition: all 3s ease;
}
#indx166.active:before{
    opacity:0.2;
}
#indx166 h1{
    color:#fff;
}
#indx166 h3{
      color:#fff;
}
@keyframes loop {
    0% {
        transform: translateY(0px);
        opacity: 0;
    }

    2% {
        opacity: 1;
    }

    98% {
        opacity: 1;
    }

    100% {
        transform: translateY(-10%);
        opacity: 0;
    }
}

@media (max-width: 1920px) {
    #pho{
        margin-top:30px;
    }
    #index061 h3{
        font-size:36px;
    }
    .faq__text{
        font-size: 16px;
        line-height: 24px;
        word-break:keep-all;
    }
    .process ul li img{
        width:100px;
    }
    .process ul li::before{
        width:0%;
       left:60%;
        height:3px;
       top:50px;
        transition: 0.4s ease;
    }
    .process ul li.add::before{
         width:110%;
    }
    .service-cost > ul{
        margin-top:30px;
    }
    .service-cost-m h4{
        font-size:24px;
    }
    .service-cost > ul > li p{
        margin-top:15px;
        color:#fff;
    }
    .process ul li p{
        font-size:16px;
        line-height: 22px;
        word-break:keep-all;
        color:#5d5d5d;
    }
    #index02 .qus1 ul li {
        padding: 0px 30px;
        font-size: 30px;
        line-height: 40px;
        height: 100px;
        margin-top:0px;
        margin-bottom:10px;
    }
    #indx08 .tit-08 h3 {
    font-size: 36px;
    }

    #index02 h3 {
        font-size: 40px;
    }
    #indx08 .tit-08 h5{
        font-size:24px;
    }
   
    #index02 .qus1 ul li::before {
        bottom: -30px;
    }

    .bbs-n h3 {
        font-size: 48px;
    }

    #index05 h3 {
        font-size: 50px;
        color:#fff;
    }

    #indx08 .ust ul {
        margin-top: 70px;
    }

    #indx08 .ust ul li#us4 {
        padding-bottom: 30px;
    }

    .ustb ul li h5 {
        font-size: 18px;
    }

    .ustb ul li {
        padding: 40px 40px;
        background:#ffffffaa;
    }

    .ustb ul li h3 {
        font-size: 24px;
    }
    .tit-12 h3 {
        margin-bottom:40px;
    }
}
@media all and (max-width: 1300px){
    #header{
        width:100%;
    }
    .fp-section .first-sb01 ul li{
         overflow:hidden;
    }
}
@media all and (max-width: 1100px){
    #header .menu-class ul li{
        margin: 0 15px;
    }
    #header .menu-class ul li a{
        font-size: 16px;
    }
    .fp-section .first-sb01 ul {
        gap:0;
    }
    .fp-section .first-sb01 ul li{
        width: 100%;
       
    }
    #index05 .service-mb ul{
        flex-wrap:wrap;
    }
     #index05 .service-mb ul li{
         margin-bottom: 20px;
     }
    #index05 .service-mb ul li a{
        font-size: 18px;
    }
}
@media all and (max-width:1024px){
    #header .customer{
        right: 80px;
    }
    #mobile-button{
        display:block;
        position: absolute;
        width: 30px;
        height: 30px;
        right:20px;
        top:25px;
        background:url(../images/mobile-button-w.svg) no-repeat;
        background-size: contain;
    }
    #header.white #mobile-button{
         background:url(../images/mobile-button-b.svg) no-repeat;
    }
    .menu-class{
        display:none;
    }
    #index02 .qus1 ul li{
        border-radius: 0px 100px 100px 0px;
        border-left:0;
    }
    .process ul li{
        padding: 0 10px
    }
    .process ul li h5{
        font-size: 18px;
    }
    .process ul li p{
        font-size: 14px;
        line-height: 20px;
    }
}
@media all and (max-width:768px){
    .service-price-list > h4{
        font-size: 20px;
        word-break:keep-all;
        line-height: 28px;
    }
    .item-info h3{
        font-size:24px;
    }
    .info-head,
    .info-skill{
        height: auto;
    }
    .info-skill{
        margin:20px 0px;
        word-break:keep-all;
    }
    .info-skill br{
        display:none;
    }
    .service-list-inner > ul{
        display:block;
    }
    .service-list-inner > ul > li{
        width: 100%;
        margin-bottom: 30px;
    }
    #indx08 .ust ul{
        margin-top: 20px;
    }
    #indx08 .tit-08 h3{
        font-size: 30px;
    }
    #indx08 .tit-08 h5{
        font-size: 18px;
        line-height: 30px;
    }
    #indx08 .ust ul li{
        width:100%;
        margin-bottom:30px;
    }
    #indx08 .ust ul li#us4{
        padding: 20px;
    }
    #indx08 .ust ul li h5{
        font-size: 40px;
    }
    #header .logo{
        left: 10px;
        top:10px;
    }
    #indx08 .ust ul li h3{
        font-size: 18px;
    }
    #indx08 .ust ul li p{
        font-size: 14px;
    }
    .logo a,
    .logo.white a{
        width: 200px;
    }
    #header{
        height: 60px;
        top:0;
        border-radius: 0;
    }
    #mobile-button{
        right: 0;
        top:18px;
        width:25px;
    }
    #header .customer{
        top:15px;
        right:50px;
    }
    #header .customer a{
        height: 30px;
        line-height: 28px;
    }
    #footer-active{
        display:none;
    }
    #index01 .phrase h4{
        font-size: 48px;
    }
    #index01 .phrase p{
        font-size: 21px;
    }
    #index01 .phrase{
        margin-top: 200px;
    }
    .tag-list{
        gap: 0.5em;
        padding: 0.5em 0;
    }
    .tag{
        margin-bottom: 10px;
    }
    #index02 h3{
        font-size: 36px;
    }
    #index02 .qus1 ul li{
        font-size: 24px;
        padding:0;
        line-height: 24px;
        padding-left: 40px;
        text-align: left;
        padding-right: 10px;
    }
    #index02 .qus1 ul li::before{
        left:-5%;
    }
    .fp-section .section-main p{
        font-size: 40px;
        line-height: 50px;
    }
    #index06 h3{
        font-size: 36px;
        line-height: 50px;
        word-break:keep-all;
    }
    #index06 .section06{
        padding-top: 100px;
    }
    #index07 h3{
        font-size: 28px;
    }
    .tab-btn ul {
        flex-wrap:wrap;
    }
    .tab-btn ul li a{
        font-size: 20px;
    }
    .best01-section h3{
        font-size: 36px;
    }
    .best01-section h4{
        font-size: 30px;
    }
    .lvda ul{
        flex-wrap:wrap;
        gap:4%;
    }
    .lvda ul li{
        width: 48%;
        margin-bottom: 20px;
    }
    .lvda ul li img{
        border-radius: 15px;
    }
    #best02 img{
        width: 100%;
    }
    .ustb ul li h3{
        font-size: 20px;
    }
    .ustb ul li h5{
        font-size: 18px;
    }
    .ustb ul li p{
        font-size: 14px;
        line-height: 20px;
        color:#8b95a9;
        margin-top: 20px;
        padding-top:20px;
        border-top: 1px solid #f6f6f6;
    }
    .tit-09,
    .tit-10 h3,
    .tit-11 h3,
    .tit-12 h3{
        font-size: 24px;
    }
    #indx09,
    #indx161{
        padding: 100px 0px;
    }
    .ustba ul li{
        width: 49%;
    }
    .process ul li{
        width: 49%;
    }
    .process ul li:nth-child(2n)::before{
        display:none;
    }
    .process ul li img{
        width: 80px;
    }
    .faq__title{
        font-size: 1em;
    }
}
@media all and (max-width:600px){
    #momv{
        display:block;
    }
    #pcmv{
        display:none;
    }
    .seller-info-or h5{
        font-size:18px;
    }
    .seller-info-or img{
        width:100%;
    }
    .service-price-list{
        padding-top: 100px;
    }
     #header .logo{
         left:0;
     }
    #footer-inner{
        display:block;
    }
    #footer-info-cont{
        margin-left: 0;
    }
    #footer-logo{
        width: 200px;
    }
    #indx08 .ust ul li#us4 h3{
        font-size:18px;
        line-height: 30px;
        word-break:keep-all;
    }
    #indx08 .ust ul li#us4 a{
        padding: 15px 20px;
    }
     #header .customer a{
         width: 100px;
     }
     #index01 .phrase h4{
         font-size: 36px;
     }
    #index01 .phrase p{
        font-size: 18px;
    }
     #index02 .qus1 ul li{
        font-size: 18px;
    }
    .fp-section .section-main p{
        font-size: 34px;
        line-height: 46px;
    }
    .fp-section .first-sb01 ul li#fis1:before{
         width:400px;
     }
     .fp-section .first-sb01 ul li#fis2:before{
         width:400px;
     }
     .fp-section .first-sb01 ul li#fis3:before{
         width:400px;
     }
     .fp-section .first-sb01 ul li#fis4:before{
         width:400px;
     }
    .fp-section .first-sb01 ul li p{
        font-size: 16px;
        line-height: 28px;
    }
    .fp-overflow{
        padding: 0;
    }

    .fp-section .first-sb01 ul li{
        padding-bottom:0;
    }
    #index05 h3{
        font-size:36px;
    }
     #index05 p{
         font-size: 18px;
     }
    #index05 .service-mb ul li a{
        padding:3px 17px;
        padding-left:5px;
        font-size:14px;
    }
    .tab-btn ul li{
        margin: 10px;
    }
    .tab-btn ul li a{
        font-size:16px;
    }
    #index07 h3{
        font-size: 24px;
        padding: 0 20px;
        line-height:36px;
        word-break:keep-all;
    }
    #index07 h3 br{
        display:none;
    }
    #index07 h3 b{
        display:inline-block;
    }
    #index061 .sc_it .slick-slide, #index07 .galv .slick-slide, #indx15 .galv2 .slick-slide{
        border-radius: 15px;
    }
    #index061 h3{
        font-size: 24px;
        line-height:36px;
         word-break:keep-all;
    }
    #pho{
        font-size: 14px;
        opacity:0.5;
    }
    .ustb ul li img{
        width: 50%;
    }
    .ustb ul li::before,
    .ustb ul li::after{
        width: 60px;
        height: 60px;
    }
    #index02 .fp-overflow{
        padding: 0 50px;
    }
    #index02 .qus1 ul li{
        border-radius: 20px;
    }
    .first-iil{
        display:none;
    }
    .first-iil-mob{
        display:block;
    }
    .first-iil-mob img{
        width:100%;
    }
}
@media all and (max-width:480px){
    .best01-section h3{
        font-size: 24px;
    }
    .best01-section h4{
        font-size: 21px;
        margin-bottom: 20px;
        word-break: keep-all;
    }
    #indx162 p{
        font-size: 14px;
        line-height: 20px;
        word-break:keep-all;
    }
     #index06 h3{
        font-size: 24px;
        line-height: 30px;
        word-break:keep-all;
         
    }
    #index06 h3 br{
        display:none;
    }
    #index06 .section06{
        padding-top: 100px;
    }
    .logo a,
    .logo.white a{
        width:150px;
    }
    #index01 .phrase h4{
         font-size: 24px;
        line-height: 34px;
     }
    #index01 .phrase hr{
        margin: 20px auto;
    }
     #index01 .phrase p{
        font-size: 14px;
         line-height: 24px;
    }
     #index01 .phrase{
        margin-top: 150px;
    }
     #index02 h3{
        font-size: 28px;
    }
    #index02 .qus1 ul li{
        font-size: 16px;
    }
    .fp-section .section-main p{
        font-size:24px;
        line-height:36px;
        word-break: keep-all;
    }
    .fp-section .first-sb01 ul li#fis1:before{
         width:100%;
        bottom:0;
     }
    .fp-section .first-sb01 ul li#fis2{
        height: 300px;
    }
    .fp-section .first-sb01 ul li#fis4{
        height: 300px;
    }
     .fp-section .first-sb01 ul li#fis2:before{
          width:100%;
         height:150px;
         bottom:0;
     }
     .fp-section .first-sb01 ul li#fis3:before{
          width:100%;
         bottom:0;
     }
     .fp-section .first-sb01 ul li#fis4:before{
         width:100%;
         height: 200px;
     }
     .ustb ul li{
         width: 100%;
         background:#fff;
         margin-bottom: 0px;
     }
    .ustb ul li h5{
        font-size: 16px;
    }
     .ustb ul li img{
         width: 100px;
     }
    .tit-09,
    .tit-10 h3,
    .tit-11 h3,
    .tit-12 h3{
        font-size: 21px;
    }
    .ustba ul li{
        width: 100%;
    }
    .faq__question{
        padding-right: 50px;
    
    }
    #header .customer{
        right: 35px;
    }
     #mobile-button{
        right: 0;
        top:20px;
        width:20px;
    }
    .service-price-list > h4 br{
        display:none;
    }
}
.fp-warning, .fp-watermark{
    display:none;
}
