
@media all and (min-width:450px) {
    #sec_01 {
        display: none;
    }
    #sec_05 .inner {
        grid-template-columns :none !important;
     }

     .title-type-01 {
        display: none !important;
     }
}
@media all and (max-width:450px) {
    .mo-x-law {
        display: none;
    }
}


body {
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

body::-webkit-scrollbar {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

#ch-plugin {
    display: none !important;
}

#ch-plugin.on {
    display: block !important;
}

#intro {
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: relative;
    display: none;
    z-index: 999;
}

#intro p {
    position: absolute;
    right: 100px;
    bottom: 100px;
    font-size: 6.25em;
    text-align: right;
    height: 100px;
    overflow: hidden;
    line-height: 100px;
}

#intro span {
    display: block;
    transform-style: preserve-3d;
    transform: translate3d(0px, 0px, 0px);
    transition: all 0.2s;
}

#intro .bg {
    content: '';
    position: absolute;
    top: -140px;
    left: -50px;
    background: #000;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    transform-style: preserve-3d;
    transform: scale3d(1, 1, 1);
    transition: all 1s;
}

#wrap {
    width: 100vw;
    height: 100vh;
    overflow: auto;
}

#header {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 50;
}

#header * {
    transition: 0.4s;
}

#header>div {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

#header>div .logo {
    width: 120px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

#header>div .logo img {
    width: 100%;
    transform: translate(0px, -101%);
    transition: transform 0.5s;
    transition-delay: 1s !important
}

#header>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 45px 80px 0;
}

#header>div>ul.gnb {}

#header>div>ul.gnb li {
    display: inline-block;
    margin-left: 56px;
    cursor: pointer;
    overflow: hidden;
    color: #fff;
}

#header>div>ul.gnb li:nth-child(1) {
    margin-left: 0;
}

#header>div>ul.gnb li p {
    transform: translate(0px, 100%);
    transition: transform 0.5s;
}

#header>div>.m-gnb {
    display: none;
    color: #fff;
    cursor: pointer;
}

#m-gnb {
    display: none;
}

#header .logo img {
    filter: brightness(0) invert(1);
}

#header .black {
    z-index: 9999;
}

#header .black .logo img {
    filter: brightness(100) invert(1);
}

#header .black>ul.gnb li {
    color: #000;
}

#header .black>.m-gnb {
    color: #000;
}

#fixed {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 10;
    text-align: center;
}

#fixed .profile {
    width: 65px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0;
    margin: 0 auto;
}

#fixed>img {
    width: 50px;
    margin: 10px auto 5px;
    display: block;
}

#fixed>p {
    color: #48fe95;
    font-weight: 700;
}

/* animation */
@keyframes flow {
    0% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes marquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

@keyframes textUp {
    0% {
        transform: translate(0px, 100%)
    }

    to {
        transform: translate(0px, 0%)
    }
}

@keyframes blink {
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@media all and (max-width:900px) {
    body {
        overflow: auto;
    }

    #wrap {
        width: auto;
        height: auto;
        overflow: auto;
    }

    #header {
        transition: all 0.6s;
    }

    #header>div {
        padding: 30px 30px 0;
    }

    #header>div>ul.gnb {
        display: none;
    }

    #header>div>.m-gnb {
        display: block;
        overflow: hidden;
        font-size: 2em;
    }

    #header>div>.m-gnb i {
        transform: translate(0px, 100%);
        transition: transform 0.5s;
    }

    #m-gnb {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #000;
        color: #fff;
        z-index: 99999;
        display: none;
    }

    #m-gnb .close {
        position: absolute;
        top: 30px;
        right: 30px;
        font-size: 2em;
    }

    #m-gnb .flex-wr {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        height: 100vh;
    }

    #m-gnb ul {
        text-align: center;
    }

    #m-gnb ul li {
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 1.8em;
    }

    #m-gnb ul li:last-child {
        margin-bottom: 0;
    }

    #intro p {
        right: 50px;
        bottom: 100px;
    }
}

@media all and (max-width:550px) {
    #m-gnb .close {
        top: 20px;
        right: 15px;
    }

    #intro p {
        right: 30px;
        bottom: auto;
        top: 70%
    }
}


#contents {
    background: #000;
}

#contents>.inner {
    display: none;
}

#contents>.inner>div {
    min-height: 1080px;
    position: relative;
    overflow: hidden;
}

#contents>.inner>div .gradient-bg {
    content: '';
    width: 100%;
    height: 241px;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 1;
}

#contents>.inner>div#sec_01 .gradient-bg {
    background: linear-gradient(180deg, #000, rgba(0, 0, 0, 0));
}

/* #contents > .inner > div#sec_02 .gradient-bg{background: linear-gradient(180deg,#48fe95,rgba(242,121,0,0));opacity: 0;} */

.grid-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 530px 0 350px;
    display: flex;
    justify-content: space-between;
    z-index: -1;
}

.grid-bg>div {
    width: 1px;
    height: 100%;
}

.grid-bg>div:last-child {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 519px
}

.flow-text {
    white-space: nowrap;
}

.flow-text .animate {
    display: flex;
    will-change: transform;
    animation: marquee 60s linear infinite;
}

.flow-text .animate span {
    font-size: 9.375em;
    display: block;
    font-weight: 600;
    padding-right: 8rem;
}

.title-type-01 {}

.title-type-01 p {
    font-size: 3.75em;
    font-weight: 700;
    letter-spacing: -0.025em;
    margin-bottom: 28px;
    line-height: 1;
}

.title-type-01 span {
    font-size: 1.375em;
    font-weight: 300;
    line-height: 32px;
    letter-spacing: -0.025em;
    padding-left: 2px;
    display: block;
    word-break: keep-all;
}

/* sec_01 */
#sec_01 {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 1;
}

#sec_01 .inner {
    padding: 0 350px 235px;
}

#sec_01 .grid-bg>div {
    background: #636e72;
}

#sec_01 .main-text {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

#sec_01 .main-text p {
    font-size: 8em;
    font-weight: 600;
}

#sec_01 .main-text p>span {
    overflow: hidden;
    display: block;
}

#sec_01 .main-text p>span:nth-child(3) {
    color: #fff;
    /* color: #48fe95; */
}

#sec_01 .main-text p>span:nth-child(3) span.on:after {
    content: '';
    width: 70px;
    height: 8px;
    background: #48fe95;
    display: inline-block;
    animation: blink 1s step-end infinite;
    -webkit-animation: blink 1s step-end infinite;
}

#sec_01 .main-text p>span span {
    display: inline-block;
    line-height: 150px;
    transform: translate(0px, 100%);
    transition: transform 1s;
}

#sec_01 .main-text p>span:nth-child(2) span {
    padding: 0px;
}

#sec_01 .inner>p {
    font-size: 1.25em;
    font-weight: 300;
    line-height: 32px;
    margin-top: 80px;
    overflow: hidden;
}

#sec_01 .inner>p span {
    padding-left: 0.3em;
    transform: translate(0px, 100%);
    transition: transform 1s;
    display: block;
    transition-delay: 1.8s !important;
}

#sec_01 .link-btn {
    width: 285px;
    height: 285px;
    background: #48fe95;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    cursor: pointer;
    position: absolute;
    right: 240px;
    bottom: 270px;
    display: none;
}

#sec_01 .link-btn .img-wr {
    position: relative;
    width: 51px;
}

#sec_01 .link-btn .img-wr p {
    position: absolute;
    left: 40%;
    white-space: pre;
    font-size: 1.125em;
    font-weight: 300;
    line-height: 22px;
    margin-top: 5px;
}

#sec_01 i {
    position: absolute;
    bottom: 88px;
    left: 50%;
    margin-left: -15px;
    cursor: pointer;
}

/* sec_02 */
#sec_02 {
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding-top: 241px;
}

#sec_02 .inner {
    margin: 0 350px;
    position: relative;
}

#sec_02 .grid-bg>div {
    background: #d9d9d9;
}

#sec_02 .about-text {
    position: absolute;
    top: 218px;
    right: 90px;
}

#sec_02 .about-text>div {
    position: relative;
    width: 50%;
    padding: 60px 0 0 60px;
    box-sizing: border-box;
    float: left;
}

#sec_02 .about-text>div.left {
    padding-left: 45px;
    width: 395px;
}

#sec_02 .about-text>div.right {
    width: 369px;
}

#sec_02 .about-text>div .num {
    font-size: 4.375em;
    font-weight: 600;
    position: absolute;
    top: 0;
    left: 0;
}

#sec_02 .about-text>div .tit {
    font-size: 1.875em;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 10px;
}

#sec_02 .about-text>div span {
    font-size: 1.25em;
    line-height: 1.4;
    word-break: keep-all;
}

#sec_02 .inner>p {
    color: #000;
    font-size: 1.25em;
    line-height: 32px;
    margin-top: 500px;
    text-decoration: ;
}

#sec_02>.flow-text {
    position: absolute;
    z-index: 9999;
}

#sec_02 .inner .flow-text {
    opacity: 0;
}

/* sec_03 */
#sec_03 {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 1;
    padding-bottom: 350px;
    box-sizing: border-box;
}

#sec_03 .grid-bg>div {
    background: #636e72;
}

#sec_03 .inner {
    margin: 0 350px;
    padding: 180px 0 150px;
    max-width: 1220px;
    position: relative;
}

#sec_03 .title-type-01 {}

#sec_03 .test-refer {
    font-size: 0;
    margin-bottom: 5%;
}

#sec_03 .test-refer img {
    width: 100%;
}

#sec_03 .test-refer .swiper-wrapper {}

#sec_03 .test-refer .swiper-wrapper>div {
    cursor: pointer;
}

#sec_03 .test-refer .swiper-wrapper>div img {
    border-radius: 10px;
}

#sec_03 .test-refer .swiper-wrapper>div:nth-child(2n) {
    padding-top: 34px;
    box-sizing: border-box;
}

#sec_03 .flow-text {
    position: absolute;
    z-index: -1;
    bottom: 140px;
    background-color: #48fe95;
    padding: 10px 0px 20px 0px;
    color: #000;
}

#sec_03 .swiper-pagination {
    margin-top: 60px;
    position: relative;
    display: none;
}

.swiper-button-wr {
    position: absolute;
    display: flex;
    bottom: 50px;
    left: 0;
}

.swiper-button-wr>div {
    position: static;
}

.swiper-button-wr>div:nth-child(2) {
    margin-left: 30px;
}

.swiper-button-prev,
.swiper-button-next {
    width: 50px;
    height: 50px;
    transition: all 0.4s;
}

.swiper-button-prev::after {
    width: 50px;
    height: 50px;
    background: url(../img/swiper_prev.png) no-repeat;
    font-size: 0;
    background-size: cover;
}

.swiper-button-next::after {
    width: 50px;
    height: 50px;
    background: url(../img/swiper_next.png) no-repeat;
    font-size: 0;
    background-size: cover;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    transition: all 0.3s;
}

.swiper-pagination .swiper-pagination-bullet::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    border: 1px solid #000;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background: #000;
    position: relative;
}

.swiper-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
}

/* sec_04 */
#sec_04 {
    background: #000;
    color: #fff;
    position: relative;
    z-index: 1;
}

#sec_04 .grid-bg>div {
    background: #636e72;
}

#sec_04 .inner {
    margin: 0 350px;
    position: relative;
    /* padding: 240px 0 400px; */
    padding: 0px 0 400px;
}

#sec_04 .flow-text {
    position: absolute;
    z-index: -1;
    bottom: 8%
}

#sec_04 .shop-refer {
    margin-top: 30px;
}

#sec_04 .shop-refer .swiper-slide {}

#sec_04 .shop-refer .swiper-slide img:nth-child(1) {}

#sec_04 .shop-refer .swiper-slide img:nth-child(2) {
    display: none;
}

#sec_04 .swiper-button-prev::after,
#sec_04 .swiper-button-next::after {
    filter: brightness(0) invert(1);
}

#sec_04 .swiper-button-wr {
    position: static;
    margin: 80px 0 20px;
}

#sec_04 .swiper-pagination {
    margin-top: 50px;
    position: relative;
    display: none;
}

#sec_04 .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
}

#sec_04 .swiper-pagination .swiper-pagination-bullet::after {
    border: 1px solid #fff;
}

#sec_04 .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff;
}

/* sec_05 */

/* #sec_05{background: #fff;color: #000;position: relative;z-index: 1;min-height: 0 !important;}
#sec_05 .inner{margin: 0 350px;position: relative;padding: 140px 0 180px;}
#sec_05 .inner ul{margin-top: 100px;position: relative;}
#sec_05 .inner ul li{display: inline-block;margin-right: 100px;}
#sec_05 .inner ul li span{font-size: 1.125em;color: #5f5f5f;font-weight: 500;}
#sec_05 .inner ul li p{font-size: 1.563em;color: #000;font-weight: 600;}
#sec_05 .inner ul li:last-child{display: block;text-align: right;margin-top: 100px;margin-right: 0;}
#sec_05 .inner ul li:nth-last-child(2){margin-right: 0;}
#sec_05 .inner ul li img{width: 80px;} */

#sec_05 {
    background: #fff;
    color: #000;
    position: relative;
    z-index: 1;
    min-height: 0 !important;
}

#sec_05 .inner {
    margin: 0 350px;
    position: relative;
    padding: 140px 0 180px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#sec_05 .form {
    padding-top: 5px;
    box-sizing: border-box;
    position: relative;
}

#sec_05 .form.off::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

#sec_05 .form>form>div {}

#sec_05 .form>form>div>p {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
}

#sec_05 .form>form>div>p:after {
    content: "*";
    position: absolute;
    top: 0;
    right: -12px;
    color: #ff4808;
}

#sec_05 .form .wrap_01 {
    margin-bottom: 85px;
}

#sec_05 .form .wrap_01>div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 48px;
}

#sec_05 .form .wrap_01>div input {}

#sec_05 .form .wrap_01>div label {}

#sec_05 .form .wrap_01>div input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
    overflow: hidden;
}

#sec_05 .form .wrap_01>div input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 1.125rem;
    cursor: pointer;
}

#sec_05 .form .wrap_01>div input[type="checkbox"]+label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    text-align: center;
    background: #fff;
    border: 1px solid #040000;
    box-sizing: border-box;
}

#sec_05 .form .wrap_01>div input[type="checkbox"]:checked+label::after {
    content: "\e929";
    font-family: xeicon !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: .8125rem;
    text-align: center;
}

#sec_05 .form .wrap_02 {}

#sec_05 .form .wrap_02 p {
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
    font-size: 1.125rem;
}

#sec_05 .form .wrap_02 p:after {
    content: "*";
    position: absolute;
    top: 0;
    right: -12px;
    color: #ff4808;
}

#sec_05 .form .wrap_02 fieldset {
    position: relative;
    margin-bottom: 30px;
}

#sec_05 .form .wrap_02 fieldset input {
    position: relative;
    padding: 15px 50px 15px 0;
    border-bottom: 1px solid #757575;
    width: 100%;
    font-size: 1.125rem;
    border-radius: 0
}

#sec_05 .form .wrap_02 fieldset input::placeholder {
    font-size: 1.125rem;
    color: #a6a6a6;
}

#sec_05 .form .wrap_02 fieldset label {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px 0;
    font-size: 1.125rem;
    color: #ff4808;
}

#sec_05 .form .wrap_03 {
    display: flex;
    flex-direction: column;
}

#sec_05 .form .wrap_03>input {}

#sec_05 .form .wrap_03>label {}

#sec_05 .form .wrap_03>input[type="checkbox"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    clip: rect(0, 0, 0, 0);
    border: 0;
    overflow: hidden;
}

#sec_05 .form .wrap_03>input[type="checkbox"]+label {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    font-size: 1.125rem;
    margin-bottom: 50px;
    text-decoration-line: underline;
    text-underline-position: under;
    cursor: pointer;
}

#sec_05 .form .wrap_03>input[type="checkbox"]+label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    text-align: center;
    background: #fff;
    border: 1px solid #040000;
    box-sizing: border-box;
}

#sec_05 .form .wrap_03>input[type="checkbox"]:checked+label::after {
    content: "\e929";
    font-family: xeicon !important;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: .8125rem;
    text-align: center;
}

#sec_05 .form .wrap_03>div {
    width: 187px;
    line-height: 48px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
}

#project {
    display: none;
}

#sec_05 .form .company {
    margin-top: 50px;
}

#sec_05 .form .company span {
    display: block;
    line-height: 1.4;
    color: #000;
    font-weight: bold;
}

#sec_05 .form .company span a {
    color: #000;
    font-weight: 400;
}

.test-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    top: 0;
    left: 0;
    z-index: 99999;
    padding: 15vh 0 0;
    box-sizing: border-box;
    display: none;
}

.test-layer .close {
    width: 30px;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
}

.test-layer .text-wr {
    text-align: left;
    padding: 0 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.test-layer .text-wr h3 {
    font-weight: 400;
    font-size: 1.5rem;
    margin-bottom: 10px;
    padding-right: 5px;
    box-sizing: border-box;
}

.test-layer .text-wr p {
    font-weight: 500;
    font-size: 1.875rem;
}

.test-layer .swiper .result {
    overflow-y: scroll;
}

.test-layer .swiper .swiper-slide {
    font-size: 0;
}

/* path */
.bgrowOn {
    display: none !important;
}

.bgrowOn.on {
    display: block !important;
}

.bgrowOff.on {
    display: none !important;
}

.link-btn.bgrowOn.on {
    display: flex !important;
}

@media all and (max-width:1720px) {

    body,
    html {
        font-size: 15px;
    }

    #sec_01 .main-text p>span span {
        line-height: 140px;
    }

    #sec_05 .inner ul li {
        margin-right: 50px;
    }
}

@media all and (max-width:1600px) {

    body,
    html {
        font-size: 14px;
    }

    #sec_01 .main-text p>span span {
        line-height: 131px;
    }

    #sec_02 .about-text {
        right: 0;
    }
}

@media all and (max-width:1550px) {
    .grid-bg {
        padding: 0 530px 0 200px;
    }

    #sec_01 .inner {
        padding: 0 200px 235px;
    }

    #sec_02 .inner,
    #sec_03 .inner,
    #sec_04 .inner,
    #sec_05 .inner {
        margin: 0 200px;
    }
}

@media all and (max-width:1450px) {
    .grid-bg {
        padding: 0 510px 0 200px;
    }

    #sec_01 .inner {
        padding: 0 200px 200px;
    }

    #sec_01 .link-btn {
        position: static;
        margin-left: auto;
        display: flex;
        opacity: 0;
        transition: all 0.3s;
    }
}

@media all and (max-width:1300px) {

    body,
    html {
        font-size: 13px;
    }

    #sec_01 .main-text p>span span {
        line-height: 121px;
    }

    #sec_01 .link-btn .img-wr p {
        line-height: 16px;
    }
}

@media all and (max-width:1200px) {
    .grid-bg {
        padding: 0 510px 0 150px;
    }

    #sec_01 .inner {
        padding: 0 150px 200px;
    }

    #sec_02 .inner,
    #sec_03 .inner,
    #sec_04 .inner,
    #sec_05 .inner {
        margin: 0 150px;
    }
}

@media all and (max-width:1100px) {
    .grid-bg {
        padding: 0 410px 0 100px;
    }

    #sec_01 .inner {
        padding: 0 100px 200px;
    }

    #sec_02 .inner,
    #sec_03 .inner,
    #sec_04 .inner,
    #sec_05 .inner {
        margin: 0 100px;
    }

}

@media all and (max-width:1000px) {
    .grid-bg {
        padding: 0 20px 0 50px;
    }

    #sec_01 .inner {
        padding: 0 50px 200px;
    }

    .sec_05_logo {
        display: none;
    }

    #sec_05 .inner ul li {
        display: block;
        margin-bottom: 30px;
    }
}

@media all and (max-width:965px) {

    body,
    html {
        font-size: 12px;
    }

    #sec_01 .main-text p>span span {
        line-height: 112px;
    }

    #sec_02 .inner>p {
        line-height: 20px;
    }

    .grid-bg {
        padding: 0 20px 0 100px;
    }

    #sec_02 .inner {
        padding: 0 20px 200px 100px;
    }

    #sec_03 .inner,
    #sec_04 .inner,
    #sec_05 .inner {
        margin: 0 100px;
    }

    #sec_01 .inner {
        padding: 0 20px 100px 100px;
    }

    #sec_01 i {
        display: none;
    }

    #sec_02 {
        padding-top: 150px;
    }

    #sec_02 .about-text {
        position: static;
        margin-top: 60px;
    }

    #sec_02 .about-text>div {
        float: none;
    }

    #sec_02 .about-text>div .tit {
        margin-bottom: 40px;
    }

    #sec_02 .about-text>div.left {
        margin: 0 0 40px 0;
        padding-left: 0;
    }

    #sec_02 .about-text>div.right {
        margin: 0;
        padding-left: 0;
    }

    #sec_02 .about-text>div .num {
        margin-left: -60px;
    }

    #sec_02 .inner>p {
        margin-top: 80px;
    }

    .title-type-01 p {
        margin-left: -60px;
    }

    #sec_04>div.inner>div.title-type-01>p {
        margin-left: -30px;
    }

    #sec_05>div>div.title-type-01>p:nth-child(1) {
        margin-left: -45px;
    }

    #sec_03 .inner {
        padding: 100px 0;
    }

    #sec_03 .title-type-01 {
        position: static;
        margin-bottom: 30px;
    }

    #sec_03 .test-refer .item .layer5 {
        font-size: 14px;
        padding: 20px;
    }

    #sec_03 .test-refer .item .layer5 a {
        bottom: 20px;
        right: 20px;
        width: 110px;
        height: 110px;
    }

    #sec_04 .inner {
        padding: 100px 0 300px;
    }

    #sec_04 .flow-text {
        bottom: 5%;
    }

    #sec_05 .inner {
        padding: 100px 0
    }
}

@media all and (max-width:800px) {
    #sec_01 .main-text p {
        font-size: 7em;
    }

    #sec_01 .main-text p>span span {
        line-height: 84px;
    }

    #sec_01 .main-text p>span:nth-child(3) span.on:after {
        width: 50px;
        height: 6px;
    }

    #sec_01 .link-btn {
        margin-top: 30px;
        width: 230px;
        height: 230px;
    }

    #sec_03 .test-refer>div {
        width: 100%;
        margin: 0;
    }

    #sec_03 .test-refer>div:nth-child(1),
    #sec_03 .test-refer>div:nth-child(3) {
        margin-top: 0;
    }

    #sec_03 .test-refer>div .item {
        width: 100%;
    }

    #sec_03 .test-refer>div.line1 .item:nth-child(2n-1) {
        margin-left: -60px;
    }

    #sec_03 .test-refer>div.line2 .item:nth-child(2n) {
        margin-left: -60px;
    }

    #sec_03 .test-refer>div.line3 .item:nth-child(2n-1) {
        margin-left: -60px;
    }

    #sec_04 .shop-refer .swiper-slide img:nth-child(1) {
        display: none;
    }

    #sec_04 .shop-refer .swiper-slide img:nth-child(2) {
        display: block;
    }

    #sec_04 .swiper-button-wr {
        display: none;
    }

    #sec_04 .swiper-pagination {
        display: block;
    }

    #sec_05 .inner {
        display: block;
    }

    #sec_05 .form {
        padding-top: 20px;
    }
}

@media all and (max-width:670px) {
    #contents>.inner>div {
        min-height: 0;
    }

    #sec_01 .main-text p {
        font-size: 5em;
    }

    #sec_01 .main-text p>span span {
        line-height: 60px;
    }

    #sec_01 .main-text p>span:nth-child(3) span.on:after {
        width: 40px;
        height: 5px;
    }

    #sec_04>div.inner>div.title-type-01>span {
        padding-left: 25px;
    }

    #sec_01 .link-btn {
        width: 200px;
        height: 200px;
    }

    #sec_02 .inner {
        padding: 0 0 100px;
    }

    #sec_03 .test-refer .item>div {
        display: none
    }

    #sec_03 .test-refer .item>div.layer1 {
        display: block;
        cursor: pointer;
    }
}

@media all and (max-width:550px) {
    #header>div {
        padding: 20px 15px 0;
    }

    .title-type-01 p {
        margin-bottom: 18px;
        font-size: 3em;
    }

    .title-type-01 span {
        line-height: 22px;
    }

    .flow-text .animate {
        width: 2800px;
    }

    .flow-text .animate span {
        font-size: 5em;
    }

    .grid-bg {
        padding: 0 20px 0 70px;
    }

    #sec_01 .inner {
        padding: 0 20px 100px 70px;
        margin-bottom: 80px;
        /*신규추가 코드*/
    }

    #sec_02 .inner,
    #sec_03 .inner,

    /* .grid-bg > div:last-child{top:460px} */
    #sec_01 .inner>p {
        line-height: 22px;
        margin-top: 50px; /*30px*/
    }

    #sec_02 {
        padding-top: 100px;
    }

    #sec_03 .inner {
        width: 65%;
        padding-bottom: 30px;
    }

    #sec_03 .test-refer .item .layer5 a span {
        font-size: 14px;
    }

    #sec_03 .more-btn {
        right: 20px;
    }

    #sec_03 .inner .swiper-button-wr {
        display: none;
    }

    #sec_03 .swiper-pagination {
        display: block;
    }

    #sec_04 .inner {
        /* width: 65%; */
        margin: 0 30px;
        padding: 100px 0 200px;
    }

    #sec_04 .title-type-01 {
        padding-left: 40px;
    }

    #sec_05 .inner {
        padding: 50px 0;
        margin: 0 30px;
    }

    #sec_05 .title-type-01 {
        padding-left: 40px;
    }

    #sec_05 .form .wrap_01 {
        margin-bottom: 45px;
    }

    #sec_05 .form .wrap_01>div {
        gap: 13px 20px;
    }

    #sec_05 .form .wrap_02 p {
        margin-bottom: 8px;
    }

    #sec_05 .form .wrap_02 fieldset label {
        bottom: auto;
        top: 0;
        padding: 0;
    }

    #sec_05 .form .wrap_03>input[type="checkbox"]+label {
        margin-bottom: 45px;
    }

    #sec_05 .form .wrap_03>div {
        margin: 0 auto;
    }

    .test-layer {
        padding-top: 10vh;
    }

    .test-layer .text-wr {
        padding: 0 20px;
    }

    .test-layer .text-wr h3 {
        font-size: 1.25rem
    }

    .test-layer .text-wr p {
        font-size: 1.5rem
    }

    .test-layer .close {
        width: 20px;
        top: 20px;
        right: 20px;
    }
}

@media all and (max-width:450px) {
    #contents>.inner>div .gradient-bg {
        height: 100px;
    }

    #sec_01 .inner {
        padding: 0 20px 0px 20px;
    }

    #sec_01 .main-text p {
        font-size: 3em;
    }

    #sec_01 .main-text p>span span {
        line-height: 48px;
    }

    #sec_01 .link-btn {
        margin-top: 40px;
    }

    #sec_02 .about-text>div {
        width: 100% !important;
    }

    #fixed {
        left: 15px;
        bottom: 15px;
    }

    #fixed .profile {
        width: 40px;
        height: 40px;
    }

    #sec_05 .form .company {
        margin-bottom: 50px;
    }
}

@media all and (max-width:400px) {
    #sec_01 .main-text p {
        font-size: 3.75em;
    }

    #sec_01 .main-text p>span span {
        line-height: 50px;
    }

    #sec_01 .main-text p>span:nth-child(3) span.on:after {
        width: 20px;
        height: 4px;
    }
}

@media all and (max-width:380px) {
    #contents>.inner>div .gradient-bg {
        height: 100px;
    }

    #sec_01 .main-text p {
        font-size: 3.75em;
    }

    #sec_01 .main-text p>span span {
        line-height: 45px;
    }

    #sec_05 .form .wrap_01>div {
        gap: 13px 0px;
    }

    #sec_05 .form .wrap_03>div {
        width: 174px;
        line-height: 44px;
    }
}

@media all and (max-width:360px) {
    #sec_01 .main-text p {
        font-size: 3.25em;
    }

    #sec_01 .main-text p>span span {
        line-height: 39px;
    }
}

@media all and (max-width:340px) {
    .grid-bg {
        padding: 0 20px 0 40px;
    }

    #sec_01 .inner {
        padding: 0 20px 50px 40px;
    }

    #sec_02 .inner,
    #sec_03 .inner,
    #sec_05 .inner {
        margin: 0 20px 0 40px;
    }

    .title-type-01 p {
        margin-left: -25px;
    }

    #sec_02 .about-text>div .num {
        margin-left: -25px;
    }

    #sec_03 .test-refer>div.line1 .item:nth-child(2n-1) {
        margin-left: -25px;
    }

    #sec_03 .test-refer>div.line2 .item:nth-child(2n) {
        margin-left: -25px;
    }

    #sec_03 .test-refer>div.line3 .item:nth-child(2n-1) {
        margin-left: -25px;
    }

    #sec_04 .title-type-01 {
        padding-left: 10px;
    }

    #sec_04 .title-type-01 p {
        margin-left: -20px;
    }
}

#sec_02 > div.flow-text.montserrat > span {
    background: #49fe95;
    padding: 10px 0px 20px 0px;
}

/* #sec_02 > div.inner {
    margin-top: 3%;
} */