@import"https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700;800;900&display=swap";@import"http://fonts.cdnfonts.com/css/gotham-rounded";@import"http://fonts.cdnfonts.com/css/gotham";html {
    font-size: 10px;
    font-size: 62.5%
}

body,table,input,textarea,select,button {
    font-size: 14px;
    font-size: 1.4rem;
    font-family: "Noto Sans KR",sans-serif
}

html,body {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    height: 100%
}

.inner {
    width: 118rem;
    margin: 0 auto
}

.wrap {
    width: 100%;
    height: 100vh
}

.text-center {
    text-align: center
}

.mt0 {
    margin-top: 0 !important
}

.mb0 {
    margin-bottom: 0 !important
}

.col-4 {
    width: 33.33333333%
}

.col-5 {
    width: 41.66666667%;
    flex: inherit !important
}

.col-7 {
    width: 58.33333333%;
    flex: inherit !important
}

.col-8 {
    width: 66.66666667%
}

span {
    display: inline-flex;
    align-items: center
}

i.ico-menu {
    width: 2.5rem;
    height: 2.5rem;
    background: url("../img/btn-menu.png") no-repeat center;
    display: inline-block
}

i.ico-close {
    width: 2.5rem;
    height: 2.5rem;
    background: url("../img/btn-close.png") no-repeat center;
    background-size: 75%;
    margin: .2rem;
    display: inline-block
}

i.ico-top {
    width: 5rem;
    height: 5rem;
    background: url("../img/ico-top.png") no-repeat center;
    background-size: contain;
    display: inline-block
}

i.ico-arrow-right {
    width: 3.6rem;
    height: 3.6rem;
    background: url("../img/ico-arrow-right.svg") no-repeat center;
    background-size: contain;
    display: inline-block
}

i.ico-arrow-right-light {
    width: 3.6rem;
    height: 3.6rem;
    background: url("../img/ico-arrow-right.svg") no-repeat center;
    background-size: contain;
    display: inline-block
}

header {
    position: fixed;
    width: 100vw;
    z-index: 5;
    padding: 1.5rem;
    box-sizing: border-box
}

header.fixed {
    background: rgba(0,0,0,.15)
}

header a {
    color: #fff;
    text-decoration: none;
    padding: 1rem
}

header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

header .logo {
    /*font-size:3rem;*/
    font-weight: bold;
    font-family: "malgun gothic"
}

header .logo img {
    width: 12rem;
    height: 3rem
}

header .gnb-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    gap: 6rem;
    font-family: "Red Hat Display",sans-serif;
	cursor:pointer;
}

header .gnb-wrap ul {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 4rem
}

header .gnb-wrap ul li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-content: center;
    justify-content: center
}

header .gnb-wrap ul li>.btn-contact-open,header .gnb-wrap ul li>a {
    text-transform: uppercase;
    padding: 1rem;
    border-bottom: 2px solid rgba(0,0,0,0);
    transition: border .2s ease;
    letter-spacing: -0.025rem;
    color: #fff;
    cursor: pointer
}

header .gnb-wrap ul li>.btn-contact-open:after,header .gnb-wrap ul li>a:after {
    content: "";
    border-bottom: 2px solid #fff;
    width: 0;
    display: block;
    margin-top: 5px;
    transition: all .2s ease
}

header .gnb-wrap ul li>.btn-contact-open:hover:after,header .gnb-wrap ul li>a:hover:after {
    content: "";
    border-bottom: 2px solid #fff;
    width: 100%;
    display: block;
    margin-top: 5px
}

header .gnb-wrap ul li>.btn-contact-open span,header .gnb-wrap ul li>a span {
    height: 100%
}

header .gnb-wrap ul li>.btn-contact-open span.block-lg,header .gnb-wrap ul li>a span.block-lg {
    display: flex
}

header .gnb-wrap .btn-menu-open,header .gnb-wrap .gnb-header,header .gnb-wrap .gnb-footer {
    display: none
}

header .gnb-wrap .gnb-header {
    align-items: center;
    justify-content: space-between
}

header .gnb-wrap .gnb-header .logo a {
    color: #000
}

.contact-wrap {
    background: rgba(0,0,0,.8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    opacity: 0;
    transition: opacity .3s ease;
    z-index: -5
}

.contact-wrap.active {
    display: block;
    z-index: inherit
}

.contact-wrap .inner {
    justify-content: flex-end
}

.contact-wrap .contact {
    background: #fff;
    padding: 1.8rem 4.5rem 6.5rem;
    font-family: "Red Hat Display";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: scroll
}

.contact-wrap .contact input[type=text] {
    font-family: "Noto Sans KR"
}

.contact-wrap .contact .contact-header {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.contact-wrap .contact .contact-header .logo a {
    color: #000
}

.contact-wrap .contact .contact-header .btn-contact-close {
    cursor: pointer
}

.contact-wrap .contact .contact-header .btn-contact-close .block-lg {
    font-size: 0;
    position: relative;
    text-indent: -999rem;
    background: url("../img/ico-close.svg") no-repeat;
    right: -7px;
    width: 4rem;
    height: 4rem;
    background-size: contain
}

.contact-wrap .contact .title {
    font-size: 5rem;
    margin-top: 3rem;
    font-weight: bold;
    letter-spacing: -1px;
    color: #101010;
    line-height: 1
}

.contact-wrap .contact .subtitle {
    margin-top: 6rem;
    font-size: 1.6rem;
    color: #909090
}

.contact-wrap .contact .subtitle b {
    font-size: 2.8rem;
    letter-spacing: -1px;
    color: #101010
}

.contact-wrap .contact .subtitle span {
    font-family: "Noto Sans KR"
}

.contact-wrap .contact .category-box {
    margin-top: 5rem;
    display: flex;
    gap: 1.4rem
}

.contact-wrap .contact .category-box .input-box input {
    display: none
}

.contact-wrap .contact .category-box .input-box label {
    border: 1px solid #000;
    color: #000;
    background: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: -0.05rem;
    border-radius: 3rem;
    padding: .7rem 1.5rem;
    min-width: 15rem;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer
}

.contact-wrap .contact .category-box .input-box input:checked+label {
    background: #000;
    color: #fff
}

.contact-wrap .contact .input-wrap {
    margin-top: 5rem;
    display: flex;
    flex-direction: column;
    gap: 3.8rem
}

.contact-wrap .contact .input-wrap .input-box {
    display: flex;
    flex-direction: column
}

.contact-wrap .contact .input-wrap .input-box label {
    font-size: 1.9rem;
    color: #162f78;
    font-weight: bold;
    letter-spacing: -0.05rem
}

.contact-wrap .contact .input-wrap .input-box input,.contact-wrap .contact .input-wrap .input-box textarea {
    border: 0;
    font-size: 1.6rem;
    color: #909090;
    outline: 0;
    border-bottom: 1px solid #000;
    padding: .5rem 0;
    border-radius: 0
}

.contact-wrap .contact .btn-box {
    margin-top: 9rem;
    display: flex;
    justify-content: center
}

.contact-wrap .contact .btn-box button {
    cursor: pointer;
    border: 0;
    border-radius: 3rem;
    color: #fff;
    background: #000;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    width: 157px;
    height: 44px;
    padding: .7rem 1.5rem;
    min-width: 9rem
}

.contact-wrap .contact .btn-box input[type='submit'] {
    cursor: pointer;
    border: 0;
    border-radius: 3rem;
    color: #fff;
    background: #000;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    width: 157px;
    height: 44px;
    padding: .7rem 1.5rem;
    min-width: 9rem
}

.promotion-wrap {
    min-height: 100%;
    overflow: hidden;
    position: relative
}

.promotion-wrap .inner {
    min-height: 100%
}

.promotion-wrap.index {
    height: 100vh;
    overflow: hidden
}

.promotion-wrap.index video {
    width: 100vw
}

.promotion-wrap.index .inner .title {
    font-size: 14.2rem
}

.promotion-wrap.index .inner .desc {
    font-size: 3.7rem
}

.promotion-wrap .inner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
    color: #fff;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    font-size: 13.5rem;
    line-height: 1;
    z-index: 4
}

.promotion-wrap .inner .desc {
    font-size: 2.5rem;
    margin-top: 7.5rem;
    letter-spacing: -0.25rem;
    padding-left: 1rem;
    line-height: 1.72
}

.promotion-wrap .inner .title {
    font-family: "Red Hat Display",sans-serif;
    letter-spacing: -0.35rem;
    padding-left: 1rem
}

.promotion-wrap .inner .title:nth-child(2):after {
    content: "";
    border-bottom: 6px solid #fff;
    width: 15rem;
    height: .6rem;
    display: inline-block;
    transform: translateY(-50px);
    margin-left: 8rem
}

.promotion-wrap.works {
    background: #250058;
    background: linear-gradient(331deg, rgb(37, 0, 88) 0%, rgb(48, 0, 97) 100%)
}

.promotion-wrap.works .bg1 {
    opacity: .5;
    background: url("../img/bg-wave-works-1.png") no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 1039px;
    height: 259px;
    animation: ani 4.5s infinite alternate
}

.promotion-wrap.works .bg2 {
    opacity: .5;
    background: url("../img/bg-wave-works-2.png") no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 795px;
    height: 636px;
    animation: ani 3s infinite alternate
}

.promotion-wrap.works .bg3 {
    background: url("../img/bg-wave-works-3.png") no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 1010px;
    height: 789px;
    animation: ani 2s infinite alternate
}

.promotion-wrap.works .bg4 {
    background: url("../img/bg-wave-works-4.png") no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 1197px;
    height: 513px;
    animation: ani2 3.5s infinite alternate;
    opacity: .3
}

.promotion-wrap.works .bg5 {
    background: url("../img/bg-wave-works-5.png") no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 1347px;
    height: 652px;
    animation: ani2 2s infinite alternate;
    opacity: .5
}

.promotion-wrap.about {
    background: #253591;
    background: linear-gradient(331deg, rgb(37, 53, 145) 0%, rgb(0, 0, 154) 100%)
}

.promotion-wrap.about .bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom
}

.promotion-wrap.about .bg1 {
    opacity: .5;
    background-image: url("../img/bg-wave-about-1.png");
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 437px;
    height: 486px;
    animation: about 4.5s infinite alternate
}

.promotion-wrap.about .bg2 {
    opacity: .5;
    background-image: url("../img/bg-wave-about-2.png");
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 595px;
    height: 665px;
    animation: about 3s infinite alternate
}

.promotion-wrap.about .bg3 {
    background-image: url("../img/bg-wave-about-3.png");
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 912px;
    height: 727px;
    animation: about 2s infinite alternate
}

.promotion-wrap.about .bg4 {
    background-image: url("../img/bg-wave-about-4.png");
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 645px;
    height: 360px;
    animation: ani2 3.5s infinite alternate;
    opacity: .3;
    background-position: right top
}

.promotion-wrap.about .bg5 {
    background-position: right top;
    background-image: url("../img/bg-wave-about-5.png");
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 1357px;
    height: 787px;
    animation: ani2 2s infinite alternate;
    opacity: .5
}

.promotion-wrap.consulting {
    background: #8a0072;
    background: linear-gradient(90deg, rgb(138, 0, 114) 0%, rgb(90, 0, 104) 100%)
}

.promotion-wrap.consulting .bg {
    background-size: contain !important
}

.promotion-wrap.consulting .bg1 {
    opacity: .5;
    background: url("../img/bg-wave-consulting-1.png") no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 1370px;
    height: 516px;
    animation: consulting 4.5s infinite alternate
}

.promotion-wrap.consulting .bg2 {
    opacity: .5;
    background: url("../img/bg-wave-consulting-2.png") no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 1314px;
    height: 789px;
    animation: consulting 3s infinite alternate
}

.promotion-wrap.consulting .bg3 {
    background: url("../img/bg-wave-consulting-3.png") no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 1503px;
    height: 753px;
    animation: consulting 2s infinite alternate
}

.promotion-wrap.consulting .bg4 {
    background: url("../img/bg-wave-consulting-4.png") no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 1085px;
    height: 630px;
    animation: consulting2 3.5s infinite alternate;
    opacity: .3
}

.promotion-wrap.consulting .bg5 {
    background: url("../img/bg-wave-consulting-5.png") no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 1365px;
    height: 801px;
    animation: consulting2 2s infinite alternate;
    opacity: .5
}

.promotion-wrap.sales {
    background: #d92252;
    background: linear-gradient(45deg, rgb(217, 34, 82) 0%, rgb(249, 178, 6) 100%)
}

.promotion-wrap.sales .bg {
    background-size: contain !important
}

.promotion-wrap.sales .bg1 {
    opacity: .5;
    background: url("../img/bg-wave-consulting-1.png") no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    width: 1370px;
    height: 516px;
    animation: consulting 4.5s infinite alternate
}

.promotion-wrap.sales .bg2 {
    opacity: .5;
    background: url("../img/bg-wave-consulting-2.png") no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 1314px;
    height: 789px;
    animation: consulting 3s infinite alternate
}

.promotion-wrap.sales .bg3 {
    background: url("../img/bg-wave-consulting-3.png") no-repeat right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    width: 1503px;
    height: 753px;
    animation: consulting 2s infinite alternate
}

.promotion-wrap.sales .bg4 {
    background: url("../img/bg-wave-consulting-4.png") no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 1085px;
    height: 630px;
    animation: consulting2 3.5s infinite alternate;
    opacity: .3
}

.promotion-wrap.sales .bg5 {
    background: url("../img/bg-wave-consulting-5.png") no-repeat left top;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 1365px;
    height: 801px;
    animation: consulting2 2s infinite alternate;
    opacity: .5
}

.promotion-wrap.branding {
    background: #003861;
    background: linear-gradient(99deg, rgb(0, 56, 97) 0%, rgb(0, 55, 98) 100%)
}

.promotion-wrap.branding .bg {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom
}

.promotion-wrap.branding .bg1 {
    opacity: .5;
    background-image: url("../img/bg-wave-about-1.png");
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 437px;
    height: 486px;
    animation: about 4.5s infinite alternate
}

.promotion-wrap.branding .bg2 {
    opacity: .5;
    background-image: url("../img/bg-wave-about-2.png");
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 595px;
    height: 665px;
    animation: about 3s infinite alternate
}

.promotion-wrap.branding .bg3 {
    background-image: url("../img/bg-wave-about-3.png");
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    width: 912px;
    height: 727px;
    animation: about 2s infinite alternate
}

.promotion-wrap.branding .bg4 {
    background-image: url("../img/bg-wave-about-4.png");
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 645px;
    height: 360px;
    animation: ani2 3.5s infinite alternate;
    opacity: .3;
    background-position: right top
}

.promotion-wrap.branding .bg5 {
    background-position: right top;
    background-image: url("../img/bg-wave-about-5.png");
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 1357px;
    height: 787px;
    animation: ani2 2s infinite alternate;
    opacity: .5
}

@keyframes ani {
    0% {
        transform: translate(0)
    }

    100% {
        transform: translate(-3rem, 3rem)
    }
}

@keyframes ani2 {
    0% {
        transform: translate(0)
    }

    100% {
        transform: translate(3rem, -3rem)
    }
}

@keyframes about {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(-3rem, 0rem)
    }
}

@keyframes about2 {
    0% {
        transform: translate(0)
    }

    100% {
        transform: translate(3rem, -3rem)
    }
}

@keyframes consulting {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(3rem, 0rem)
    }
}

@keyframes consulting2 {
    0% {
        transform: translate(0)
    }

    100% {
        transform: translate(-3rem, -3rem)
    }
}

.story-wrap {
    padding: 15rem 0;
    border-bottom: 1px solid #c4c4c4
}

.story-wrap:before {
    content: "";
    background: url("../img/qmark-open.png") no-repeat;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-content: center;
    justify-content: center;
    transform: translateX(50vw);
    margin-left: -4rem;
    position: relative
}

.story-wrap:after {
    content: "";
    background: url("../img/qmark-close.png") no-repeat;
    width: 8rem;
    height: 8rem;
    display: flex;
    align-content: center;
    justify-content: center;
    transform: translateX(50vw);
    margin-left: -4rem;
    position: relative
}

.story-wrap .story {
    padding: 15rem 0;
    text-align: center
}

.story-wrap .story .en {
    font-weight: bold;
    font-size: 4.8rem;
    letter-spacing: -0.05rem;
    font-family: "Red Hat Display",sans-serif
}

.story-wrap .story .ko {
    font-size: 3.5rem;
    margin-top: 4.5rem;
    letter-spacing: -0.1rem
}

.nav-wrap {
    padding: 20rem 0 25rem
}

.nav-wrap .nav-box {
    font-family: "Red Hat Display",sans-serif;
    display: flex;
    flex-direction: column
}

.nav-wrap .nav-box a {
    color: #000;
    text-decoration: none;
    display: flex;
    gap: 11.5rem;
    align-items: center
}

.nav-wrap .nav-box a:hover .title {
    background: #000;
    color: #fff
}

.nav-wrap .nav-box i {
    min-width: 3rem;
    text-align: center;
    font-size: 2.7rem;
    font-style: normal;
    color: #797979;
    letter-spacing: -2px
}

.nav-wrap .nav-box .title {
    display: inline-block;
    padding: 0 1.5rem .5rem;
    font-size: 6rem;
    min-height: 12rem;
    box-sizing: border-box;
    align-items: baseline;
    display: flex;
    transition: all .2s ease
}

.nav-wrap .nav-box .title b {
    font-weight: bold;
    font-size: 9rem
}

.nav-wrap .nav-box .title span,.nav-wrap .nav-box .title b {
    height: 12rem;
    display: flex;
    align-items: center
}

.nav-wrap .nav-box .title span+b,.nav-wrap .nav-box .title b+span {
    margin-left: 2rem
}

.brand-wrap {
    padding: 12.5rem 0 14rem;
    background: #f4f4f4
}

.brand-wrap .title {
    text-align: center;
    font-size: 5.7rem;
    margin-bottom: 15rem;
    letter-spacing: -2px
}

.brand-wrap .title b {
    font-weight: bold
}

.brand-wrap .brand-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10rem 0;
    place-items: center
}

.brand-wrap .brand-box img {
    width: 10rem;
    height: 10rem
}

footer {
    padding: 12rem 0 6rem;
    font-family: "Red Hat Display",sans-serif;
    font-size: 1.5rem
}

footer .fnb-wrap {
    border-top: 1px solid #c4c4c4;
    padding-top: 4rem;
    padding-bottom: 6rem;
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    gap: 3rem;
    align-items: center
}

footer .fnb-wrap a {
    color: #000;
    text-decoration: none
}

footer .info-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24rem;
    font-weight: 500
}

footer .info-wrap .address-box .address .office {
    margin-top: .8rem
}

footer .info-wrap .address-box .copyright {
    font-family: "Noto Sans KR",sans-serif;
    margin-top: 2rem;
    line-height: 2;
    gap: 2rem;
    display: flex
}

footer .info-wrap .address-box .copyright .text-sm {
    font-size: 1.3rem
}

footer .info-wrap .contact-box {
    display: flex;
    justify-content: space-between;
    flex: auto
}

footer .info-wrap .contact-box .text {
    font-size: 1.9rem
}

footer .info-wrap .contact-box b {
    font-size: 2.4rem
}

.btn-top {
    display: none;
    position: fixed;
    right: 10%;
    bottom: 10%;
    cursor: pointer
}

section.dark+footer {
    background: #000;
    color: #fff
}

section.dark+footer .fnb-wrap {
    border-color: #787878
}

section.dark+footer .fnb-wrap a {
    color: #fff
}

.btn-contact-open {
    cursor: pointer
}

.modal-wrap {
    position: fixed;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    display: none;
    z-index: 10
}

.modal-wrap.active {
    display: flex
}

.modal-wrap .modal {
    background: #fff;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center
}

.modal-wrap .modal .modal-header {
    position: relative;
    width: 100%
}

.modal-wrap .modal .modal-header .logo {
    display: none
}

.modal-wrap .modal .modal-header .btn-modal-close {
    position: absolute;
    top: -2rem;
    right: -2rem;
    cursor: pointer
}

.modal-wrap .modal .modal-header .btn-modal-close .ico-close {
    width: 4rem;
    height: 4rem;
    background: url("../img/btn-modal-close.png") no-repeat;
    background-size: contain
}

.modal-wrap .modal .modal-body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 10rem;
    flex: auto;
    justify-content: center
}

.modal-wrap .modal .modal-body .img {
    height: 10rem
}

.modal-wrap .modal .modal-body .title {
    font-weight: bold;
    font-family: "Red Hat Display";
    font-size: 5rem;
    color: #000;
    letter-spacing: -0.05rem;
    margin-top: .5rem
}

.modal-wrap .modal .modal-body .desc {
    margin-top: 2rem;
    font-size: 1.9rem;
    color: #3d3d3d;
    letter-spacing: -0.05rem;
    text-align: center
}

.works-wrap {
    background: #000;
    padding: 12rem 12rem 6rem
}

.works-wrap .swiper {
    z-index: 0
}

.works-wrap .swiper .swiper-wrapper {
    display: flex;
    gap: 6.8rem
}

.works-wrap .swiper .swiper-wrapper .swiper-slide {
    width: 52.5rem;
    letter-spacing: -0.05rem
}

.works-wrap .swiper .swiper-wrapper .swiper-slide a {
    text-decoration: none
}

.works-wrap .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 2.9rem;
    font-weight: bold;
    font-family: "Red Hat Display";
    color: #fff;
    margin-top: 2.8rem
}

.works-wrap .swiper .swiper-wrapper .swiper-slide .desc {
    margin-top: 2.7rem;
    font-size: 1.9rem;
    color: #dadada
}

.works-wrap .swiper .swiper-wrapper .swiper-slide .btn-more {
    margin-top: 4rem;
    font-size: 2.1rem;
    font-family: "Red Hat Display";
    color: #949494;
	cursor:pointer;
}

.works-wrap .swiper .swiper-wrapper .swiper-slide .btn-more:after {
    content: "";
    border-bottom: 2px solid #ffd503;
    width: 0;
    height: .2rem;
    display: inline-block;
    transform: translateY(-4px);
    margin-left: 1.4rem;
    transition: all .2s ease
}

.works-wrap .swiper .swiper-wrapper .swiper-slide .btn-more:hover:after {
    width: 4rem
}

.works-wrap .inner {
    width: 96rem;
    margin: 8rem auto 1rem
}

.works-wrap .inner .swiper-scrollbar {
    height: 2px;
    width: 100%;
    background: #bdbdbd
}

.works-wrap .inner .swiper-scrollbar .swiper-scrollbar-drag {
    height: 6px;
    min-width: 8rem;
    background: #f4f4f4;
    margin-top: -2px;
    cursor: pointer;
    border-radius: 0;
    position: absolute
}

.works-wrap .inner .swiper-scrollbar .swiper-scrollbar-drag:after {
    content: "";
    width: 100%;
    height: 30px;
    background: rgba(0,0,0,0);
    position: absolute;
    top: -5px
}

.works-wrap .inner .swiper-pagination {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    padding: 0 5%;
    box-sizing: border-box;
    width: 100%;
    font-weight: 100;
    margin-top: 1rem;
    color: #fff;
    font-size: 25px;
    align-items: flex-end;
    gap: 4px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    font-family: "Gotham Rounded"
}

.works-wrap .inner .swiper-pagination .swiper-pagination-current {
    font-size: 45px
}

.works-wrap .inner .swiper-pagination .swiper-pagination-total {
    font-size: 23px
}

.works-wrap .inner .btn-more-works {
    display: none
}

.works2-wrap {
    padding: 9rem 0 3rem;
    font-family: "Red Hat Display"
}

.works2-wrap .title {
    font-size: 6rem;
    line-height: 1.3;
    letter-spacing: -0.05rem;
    font-weight: 100
}

.works2-wrap .btn-contact-open {
    margin-top: 7rem;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    gap: 2rem;
    cursor: pointer
}

.works2-wrap .btn-contact-open:hover i.ico-arrow-right {
    background-image: url("../img/ico-arrow-right-dark.svg")
}

.about-wrap {
    padding: 20rem 0 30rem
}

.about-wrap .title {
    font-size: 5.6rem;
    display: flex;
    align-items: baseline;
    gap: 1rem;
    font-family: "Red Hat Display";
    letter-spacing: -1px
}

.about-wrap .title:after {
    content: "";
    margin-left: 8rem;
    width: 13rem;
    height: 2px;
    background: #000;
    position: relative;
    bottom: 1rem
}

.about-wrap .desc {
    font-size: 2rem;
    letter-spacing: -1px;
    line-height: 1.8;
    margin-top: 3rem;
    color: #282828
}

.about-wrap .inner {
    display: flex;
    gap: 12rem
}

.about2-wrap {
    background: #f6f6f6;
    padding: 22rem 0 27rem;
    line-height: 1.8;
    letter-spacing: -1px;
    position: relative
}

.about2-wrap .bg {
    position: absolute;
    width: 656px;
    height: 1201px;
    background: url("../img/bg-about2.png") no-repeat;
    right: 0;
    top: -3rem
}

.about2-wrap .inner {
    position: relative;
    display: flex;
    gap: 19rem;
    flex-direction: column;
    z-index: 1
}

.about2-wrap .title {
    display: flex;
    gap: 1rem;
    font-size: 5.6rem;
    position: relative;
    align-items: baseline;
    font-family: "Red Hat Display"
}

.about2-wrap .title:after {
    content: "";
    width: 2px;
    height: 10rem;
    background: #000;
    position: absolute;
    top: 20rem;
    left: 1rem
}

.about2-wrap .desc {
    color: #282828;
    margin-top: 4rem;
    font-size: 2rem
}

.about3-wrap {
    padding: 38rem 0 42rem;
    line-height: 1.8;
    letter-spacing: -1px;
    position: relative
}

.about3-wrap .title {
    display: flex;
    flex-direction: column;
    font-size: 5.6rem;
    line-height: 1;
    font-family: "Red Hat Display";
    min-width: 52rem;
    top: 10px;
    position: relative;
    z-index: 1
}

.about3-wrap .title:after {
    content: "";
    width: 11rem;
    height: 2px;
    background: #000;
    position: relative;
    margin-top: 10rem
}

.about3-wrap .desc {
    min-width: 52rem;
    margin-top: 9rem;
    font-size: 2rem;
    color: #282828;
    z-index: 1
}

.about3-wrap .inner {
    display: flex;
    align-items: flex-end;
    flex-direction: column
}

.about3-wrap .bg {
    z-index: 0;
    position: absolute;
    width: 712px;
    height: 1025px;
    background: url("../img/bg-about3.png") no-repeat;
    left: 0;
    bottom: -4rem
}

.about4-wrap {
    background: #f6f6f6;
    padding: 26rem 0 28rem
}

.about4-wrap .title {
    font-family: "Red Hat Display";
    font-size: 7rem;
    letter-spacing: -2px;
    align-items: center;
    justify-content: center;
    display: flex
}

.about4-wrap .wdg-box {
    margin-top: 12rem;
    display: flex;
    gap: 7rem
}

.about4-wrap .wdg-box a {
    text-decoration: none
}

.about4-wrap .wdg-box .wdg .title {
    display: none;
    font-size: 3.3rem;
    justify-content: flex-start;
    letter-spacing: -0.05rem;
    font-weight: bold;
    margin: 4rem 0 5rem
}

.about4-wrap .wdg-box .wdg .desc {
    margin-top: 4rem;
    line-height: 1.58;
    text-align: center;
    font-size: 1.9rem;
    color: #282828;
    letter-spacing: -1px
}

.about5-wrap {
    padding: 24rem 0 15rem
}

.about5-wrap .title {
    font-size: 10rem;
    color: #d8d8d8;
    letter-spacing: -1px;
    font-family: "Gotham",sans-serif;
    display: flex;
    font-weight: bold;
    align-items: center;
    line-height: 1.2;
    justify-content: flex-end;
    text-align: center
}

.consulting-wrap {
    padding: 16rem 0 54rem
}

.consulting-wrap .title {
    line-height: 1.13;
    font-family: "Red Hat Display";
    letter-spacing: -1px;
    font-size: 5.6rem;
    display: inline-flex;
    flex-direction: column;
    position: relative
}

.consulting-wrap .title .subtitle {
    font-size: 2.1rem;
    font-weight: bold;
    color: #909090;
    margin-bottom: 3rem;
    font-family: "Noto Sans KR"
}

.consulting-wrap .title:after {
    content: "";
    width: 10.9rem;
    height: 2px;
    background: #000;
    display: inline-block;
    position: absolute
}

.consulting-wrap .desc {
    font-size: 2rem;
    color: #282828;
    letter-spacing: -1px;
    line-height: 1.8;
    margin-top: 8rem
}

.consulting-wrap .title:after {
    right: 0;
    bottom: 26px;
    margin-right: -250px
}

.consulting-wrap .desc {
    padding-left: 52rem
}

.consulting2-wrap {
    background: #f6f6f6;
    padding: 26rem 0 33rem;
    position: relative
}

.consulting2-wrap .title {
    line-height: 1.13;
    font-family: "Red Hat Display";
    letter-spacing: -1px;
    font-size: 5.6rem;
    display: inline-flex;
    flex-direction: column;
    position: relative
}

.consulting2-wrap .title .subtitle {
    font-size: 2.1rem;
    font-weight: bold;
    color: #909090;
    margin-bottom: 3rem;
    font-family: "Noto Sans KR"
}

.consulting2-wrap .title:after {
    content: "";
    width: 10.9rem;
    height: 2px;
    background: #000;
    display: inline-block;
    position: absolute
}

.consulting2-wrap .desc {
    font-size: 2rem;
    color: #282828;
    letter-spacing: -1px;
    line-height: 1.8;
    margin-top: 8rem
}

.consulting2-wrap .title:after {
    bottom: 0;
    margin-bottom: -6rem
}

.consulting2-wrap .desc {
    margin-top: 12.6rem
}

.consulting2-wrap .inner {
    z-index: 1;
    position: relative
}

.consulting2-wrap .bg {
    background: url("../img/bg-consulting-lg.png") no-repeat;
    width: 1087px;
    height: 1098px;
    position: absolute;
    top: -230px;
    right: 0;
    z-index: 0
}

.consulting3-wrap {
    padding: 27rem 0 25rem
}

.consulting3-wrap .title {
    font-size: 6rem;
    text-align: center;
    letter-spacing: -3px;
    color: #282828
}

.consulting4-wrap {
    padding: 15rem 0 0;
    background: #000;
    color: #fff
}

.consulting4-wrap .title {
    font-size: 4.4rem;
    font-family: "Red Hat Display";
    font-weight: bold
}

.consulting4-wrap .title .new {
    font-size: 1.2rem;
    height: 2.4rem;
    background: #e71212;
    border-radius: 2rem;
    padding: .45rem 1rem .9rem;
    display: inline-flex;
    font-weight: bold;
    position: absolute;
    line-height: 1;
    box-sizing: border-box;
    margin-left: 2rem;
    margin-top: -1rem
}

.consulting4-wrap a {
    color: #fff;
    text-decoration: none
}

.consulting4-wrap .swiper {
    margin-top: 10rem
}

.consulting4-wrap .swiper .swiper-wrapper {
    display: flex;
    gap: 5rem
}

.consulting4-wrap .swiper .swiper-wrapper .swiper-slide {
    width: 52rem;
    letter-spacing: -0.05rem
}

.consulting4-wrap .swiper .swiper-wrapper .swiper-slide a {
    text-decoration: none
}

.consulting4-wrap .swiper .swiper-wrapper .swiper-slide .tmb {
    width:100%;
}

.consulting4-wrap .swiper .swiper-wrapper .swiper-slide .title {
    font-size: 2.6rem;
    font-weight: bold;
    font-family: "Red Hat Display";
    color: #fff;
    margin-top: 2.8rem
}

.consulting4-wrap .swiper .swiper-wrapper .swiper-slide .desc {
    margin-top: 2.7rem;
    font-size: 1.8rem;
    color: #dadada;
    letter-spacing: 0.1px;
}

.consulting4-wrap .swiper .swiper-wrapper .swiper-slide .btn-more {
    margin-top: 4rem;
    font-size: 2.1rem;
    font-family: "Red Hat Display";
    color: #949494;
	cursor:pointer;
}

.consulting4-wrap .swiper .swiper-wrapper .swiper-slide .btn-more:after {
    content: "";
    border-bottom: 2px solid #ffd503;
    width: 0;
    height: .2rem;
    display: inline-block;
    transform: translateY(-4px);
    margin-left: 1.4rem;
    transition: all .2s ease
}

.consulting4-wrap .swiper .swiper-wrapper .swiper-slide .btn-more:hover:after {
    width: 4rem
}

.consulting-wrap.sales {
    padding: 14rem 0 40rem
}

.consulting-wrap.sales .title:after {
    right: inherit;
    bottom: 10px;
    margin-left: 30rem
}

.consulting-wrap.sales .desc {
    margin-top: -3rem
}

.consulting2-wrap.sales {
    padding: 0
}

.consulting2-wrap.sales .bg {
    background-image: url("../img/bg-sales.png");
    width: 1062px;
    height: 1090px;
    background-size: cover;
    top: -23rem;
    right: -36rem
}

.consulting2-wrap.sales .inner {
    padding: 23rem 0 24rem
}

.sales-wrap {
    padding: 25rem 0
}

.sales-wrap .title {
    font-family: "Red Hat Display";
    font-size: 5.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    flex-direction: column;
    letter-spacing: -1px
}

.sales-wrap .title:after {
    content: "";
    width: 10.9rem;
    height: 2px;
    background: #000;
    display: block;
    margin-top: 4rem
}

.sales-wrap .wdg-box {
    margin-top: 12rem;
    display: flex;
    gap: 14rem;
    justify-content: center
}

.sales-wrap .wdg-box .wdg {
    display: flex;
    flex-direction: column
}

.sales-wrap .wdg-box .wdg .no {
    font-size: 7rem;
    color: #cfcfcf;
    font-weight: bold;
    text-align: center
}

.sales-wrap .wdg-box .wdg .title {
    font-weight: bold;
    margin-top: 1.6rem;
    border-radius: 5rem;
    border: 1px solid #e98989;
    width: 28rem;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    letter-spacing: -1px
}

.sales-wrap .wdg-box .wdg .title:after {
    content: none
}

.sales-wrap .wdg-box .wdg .subtitle {
    margin-top: 4rem;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.sales-wrap .wdg-box .wdg .subtitle:after {
    content: "";
    width: 6.4rem;
    height: 2px;
    background: #929292;
    display: block;
    margin-top: 3rem
}

.sales-wrap .wdg-box .wdg .desc {
    margin-top: 4rem;
    text-align: center;
    font-size: 2.1rem;
    letter-spacing: -0.05rem;
    line-height: 1.43
}

@media all and (max-width: 768px) {
    .consulting-wrap.sales {
        padding:4rem 0 25rem
    }

    .consulting-wrap.sales .title:after {
        right: inherit;
        bottom: inherit;
        margin-left: 0;
        margin-top: 1.5rem
    }

    .consulting-wrap.sales .desc {
        margin-top: 4rem
    }

    .consulting-wrap.sales .inner {
        padding: 0 2rem
    }

    .consulting2-wrap.sales .inner {
        padding: 10rem 2rem
    }

    .consulting2-wrap.sales .bg {
        display: block;
        width: 80vw;
        height: 100%;
        background-size: contain;
        top: -230px;
        right: 0
    }

    .sales-wrap {
        padding: 5rem 0rem
    }

    .sales-wrap .inner {
        padding: 0 2rem
    }

    .sales-wrap .title {
        font-size: 3rem
    }

    .sales-wrap .title:after {
        width: 4rem;
        height: 1px;
        margin-top: 1.5rem
    }

    .sales-wrap .wdg-box {
        margin-top: 3rem;
        flex-direction: column;
        gap: 3rem
    }

    .sales-wrap .wdg-box .wdg {
        align-items: center
    }

    .sales-wrap .wdg-box .wdg .no {
        font-size: 4rem
    }

    .sales-wrap .wdg-box .wdg .title {
        margin-top: 0;
        font-size: 1.6rem;
        width: 13rem;
        height: 4rem
    }

    .sales-wrap .wdg-box .wdg .subtitle {
        margin-top: 1rem;
        font-size: 1.5rem
    }

    .sales-wrap .wdg-box .wdg .subtitle:after {
        content: "";
        margin-top: 1rem;
        width: 38px;
        height: 2px;
        background: #929292
    }

    .sales-wrap .wdg-box .wdg .desc {
        margin-top: 1rem;
        font-size: 1.3rem
    }
}

.consulting2-wrap.sales.branding .bg {
    background-image: url("../img/bg-branding.png")
}

.consulting2-wrap.branding2 {
    background: #f6f6f6 url("../img/bg-story.png") no-repeat 50vw center;
    background-size: contain
}

.branding-wrap {
    padding: 33rem 0
}

.branding-wrap .title {
    font-family: "Red Hat Display";
    font-size: 5.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    flex-direction: column;
    letter-spacing: -1px
}

.branding-wrap .title:after {
    content: "";
    width: 10.9rem;
    height: 2px;
    background: #000;
    display: block;
    margin-top: 4rem
}

.branding-wrap .wdg-box {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    margin-top: 7rem
}

.branding-wrap .wdg-box .wdg {
    display: flex;
    gap: 3rem
}

.branding-wrap .wdg-box .wdg .title-box {
    display: flex;
    gap: 1.2rem;
    min-width: 18rem;
    align-items: center
}

.branding-wrap .wdg-box .wdg .title-box .no {
    margin-top: -1rem;
    font-size: 6.4rem;
    font-weight: bold;
    color: #cfcfcf
}

.branding-wrap .wdg-box .wdg .title-box .title {
    font-size: 2.1rem;
    line-height: 1.31;
    font-weight: bold;
    align-items: flex-start;
    font-family: "Noto Sans KR"
}

.branding-wrap .wdg-box .wdg .title-box .title:after {
    content: none
}

.branding-wrap .wdg-box .wdg .content-box {
    display: flex;
    gap: 2rem;
    flex: auto;
    align-items: center
}

.branding-wrap .wdg-box .wdg .content-box .content {
    max-width: 75rem;
    height: 16rem;
    flex: auto;
    border: 1px solid #e98989;
    border-radius: 10rem;
    font-size: 1.9rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 2rem 0 5rem;
    letter-spacing: -0.038rem;
    font-family: "Red Hat Display"
}

.branding-wrap .wdg-box .wdg .content-box .content .step {
    width: 100%;
    min-width: 23rem
}

.branding-wrap .wdg-box .wdg .content-box .content .step.line {
    min-width: inherit;
    border: 1px solid #c9c9c9;
    border-radius: 10rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-left: -1.6rem
}

.branding-wrap .wdg-box .wdg .content-box .content .step.line .desc {
    text-align: center
}

.branding-wrap .wdg-box .wdg .content-box .content .step .title {
    font-size: 1.5rem;
    color: #5e5e5e;
    border-bottom: 1px solid #777;
    display: inline-block;
    letter-spacing: -0.01rem;
    margin-bottom: 1rem
}

.branding-wrap .wdg-box .wdg .content-box .content .step .title:after {
    content: none
}

.branding-wrap .wdg-box .wdg .content-box .content .step .desc {
    font-family: "Red Hat Display";
    line-height: 1.2
}

.branding-wrap .wdg-box .wdg .content-box .label {
    background: #b4b4b4;
    color: #fff;
    font-size: 1.6rem;
    padding: .5rem 1rem;
    display: flex;
    align-items: flex-start;
    font-family: "Red Hat Display"
}

.branding-wrap .wdg-box .wdg .content-box .label span {
    vertical-align: super;
    font-size: 1.1rem;
    margin-right: 4px
}

.branding-wrap .wdg-box .wdg .content-box .label b {
    font-weight: normal
}

@media all and (max-width: 768px) {
    .consulting2-wrap.sales.branding .title span {
        font-size:3rem
    }

    .consulting2-wrap.sales.branding .title b span {
        font-size: inherit
    }

    .consulting2-wrap.branding2 {
        padding: 5rem 0 30rem;
        background-position: center bottom !important;
        background-size: 90vw !important
    }

    .branding-wrap {
        padding: 5rem 0 8rem
    }

    .branding-wrap .inner {
        padding: 0 2rem
    }

    .branding-wrap .title {
        font-size: 3.5rem;
        text-align: center;
        line-height: 1
    }

    .branding-wrap .title:after {
        width: 4rem;
        height: 1px;
        margin-top: 1rem
    }

    .branding-wrap .wdg-box {
        margin-top: 4rem
    }

    .branding-wrap .wdg-box .wdg {
        flex-direction: column;
        gap: .8rem
    }

    .branding-wrap .wdg-box .wdg .title-box .no {
        font-size: 2.5rem;
        margin-top: inherit
    }

    .branding-wrap .wdg-box .wdg .title-box .title {
        font-size: 1.5rem;
        flex-direction: row
    }

    .branding-wrap .wdg-box .wdg .content-box {
        gap: .5rem
    }

    .branding-wrap .wdg-box .wdg .content-box .content {
        padding: .5rem 1.2rem .5rem .8rem;
        height: inherit;
        font-size: 1rem;
        min-height: 5rem
    }

    .branding-wrap .wdg-box .wdg .content-box .content .step {
        min-width: 10rem;
        padding: .8rem
    }

    .branding-wrap .wdg-box .wdg .content-box .content .step.line {
        padding: .8rem
    }

    .branding-wrap .wdg-box .wdg .content-box .content .step.line.lg {
        border: 0
    }

    .branding-wrap .wdg-box .wdg .content-box .content .step .title {
        font-size: .9rem;
        margin-bottom: .5rem
    }

    .branding-wrap .wdg-box .wdg .content-box .content .step .desc {
        font-size: 1rem;
        white-space: nowrap
    }

    .branding-wrap .wdg-box .wdg .content-box .label {
        padding: inherit;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background: inherit;
        color: #767676;
        font-size: .9rem
    }

    .branding-wrap .wdg-box .wdg .content-box .label b {
        display: block
    }

    .branding-wrap .wdg-box .wdg .content-box .label b span {
        font-size: 7px
    }
}

@media all and (max-width: 1200px) {
    .inner {
        width:100%;
        padding: 0 2rem
    }
}

@media all and (min-width: 768px) {
    .btn-works-more2 {
        display:none
    }

    .flex-4-lg {
        flex: 33.3333% !important
    }

    .mt-3-lg {
        margin-top: 3rem !important
    }

    .mt-5-lg {
        margin-top: 5rem !important
    }

    .mt-7-lg {
        margin-top: 7rem !important
    }

    .mt-10-lg {
        margin-top: 10rem !important
    }

    .mh-1-lg {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .block-lg {
        display: block
    }

    .hide-lg {
        display: none !important
    }

    .pl2-lg {
        padding-left: 2rem
    }
}

@media all and (max-width: 768px) {
    .font-weight-normal-sm {
        font-weight:normal
    }

    .btn-top {
        display: none !important
    }

    .inner {
        width: 100vw;
        box-sizing: border-box
    }

    .hide-sm {
        display: none !important
    }

    .block-sm {
        display: block
    }

    header {
        padding: 0;
        z-index: 5
    }

    header>.inner {
        padding: 1rem;
        box-sizing: border-box
    }

    header .logo {
        font-size: 1.1rem
    }

    header .logo a {
        padding: 1rem
    }

    header .logo a img {
        width: 4rem;
        height: 1rem
    }

    header .gnb-wrap .gnb-header .logo img {
        filter: invert(1)
    }

    header .gnb-wrap ul {
        display: block
    }

    header .gnb-wrap ul li {
        justify-content: flex-start
    }

    header .gnb-wrap ul li .btn-contact-open,header .gnb-wrap ul li a {
        text-transform: inherit;
        color: #000;
        font-size: 3.75rem;
        font-weight: bold;
        padding: .5rem
    }

    header .gnb-wrap ul li .btn-contact-open.on,header .gnb-wrap ul li .btn-contact-open:active,header .gnb-wrap ul li .btn-contact-open:focus,header .gnb-wrap ul li a.on,header .gnb-wrap ul li a:active,header .gnb-wrap ul li a:focus {
        background: #000;
        color: #fff
    }

    header .gnb-wrap ul li .btn-contact-open.on:after,header .gnb-wrap ul li .btn-contact-open:active:after,header .gnb-wrap ul li .btn-contact-open:focus:after,header .gnb-wrap ul li a.on:after,header .gnb-wrap ul li a:active:after,header .gnb-wrap ul li a:focus:after {
        content: none !important
    }

    header .gnb-wrap ul li .btn-contact-open:after,header .gnb-wrap ul li a:after {
        content: none !important
    }

    header .gnb-wrap .btn-menu-open,header .gnb-wrap .gnb-header,header .gnb-wrap .gnb-footer {
        display: flex
    }

    header .gnb-wrap .gnb-header {
        margin-bottom: 1.5rem
    }

    header .gnb-wrap .gnb-footer {
        margin-top: 5rem;
        display: flex;
        padding: 1rem;
        flex-direction: column;
        font-size: 1rem
    }

    header .gnb-wrap .gnb-footer .contact-box {
        display: flex;
        flex-direction: column;
        gap: .5rem
    }

    header .gnb-wrap .gnb-footer .contact-box .item {
        display: flex
    }

    header .gnb-wrap .gnb-footer .contact-box .item .label {
        color: #6c6c6c;
        width: 5rem
    }

    header .gnb-wrap .gnb-footer .contact-box .item .text {
        font-weight: bold
    }

    header .gnb-wrap .gnb-footer .copyright {
        margin-top: 1.5rem;
        font-weight: bold
    }

    header .gnb-wrap .gnb-box {
        background: #fff;
        width: 100vw;
        height: 100vh;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: .5rem .8rem;
        box-sizing: border-box;
        position: fixed;
        display: none
    }

    header .gnb-wrap .gnb-box.active {
        display: block
    }

    .promotion-wrap {
        min-height: 24.5rem
    }

    .promotion-wrap.index {
        background-color: #000;
        height: 24.5rem
    }

    .promotion-wrap.index video {
        width: inherit;
        height: 100%
    }

    .promotion-wrap.index .inner .title {
        font-size: 3.5rem
    }

    .promotion-wrap.index .inner .desc {
        font-size: 1.1rem
    }

    .promotion-wrap .inner {
        height: inherit;
        min-height: 24.5rem;
        font-size: 5.5rem;
        padding-left: 2rem;
        margin-top: 1rem;
        box-sizing: border-box;
        z-index: 4
    }

    .promotion-wrap .inner .title {
        padding-left: 0;
        letter-spacing: -0.05rem
    }

    .promotion-wrap .inner .title:nth-child(2):after {
        content: "";
        border-bottom: 3px solid #fff;
        width: 3.4rem;
        height: .3rem;
        display: inline-block;
        transform: translateY(-150%);
        margin-left: 20px
    }

    .promotion-wrap .inner .desc {
        font-size: 1.3rem;
        padding-left: 0;
        letter-spacing: -0.05rem;
        margin-top: 1rem
    }

    .promotion-wrap.about .inner .title {
        font-size: 5.1rem
    }

    .promotion-wrap.about .inner .desc {
        font-size: 1.2rem
    }

    .promotion-wrap b.bg {
        background-size: contain !important
    }

    .promotion-wrap b.bg.bg1 {
        width: 215px;
        height: 54px
    }

    .promotion-wrap b.bg.bg2 {
        width: 197px;
        height: 157px
    }

    .promotion-wrap b.bg.bg3 {
        width: 197px;
        height: 157px
    }

    .promotion-wrap b.bg.bg4 {
        width: 202px;
        height: 87px
    }

    .promotion-wrap b.bg.bg5 {
        width: 235px;
        height: 113px
    }

    .promotion-wrap.consulting .title {
        font-size: 4.4rem
    }

    .promotion-wrap.branding .title {
        font-size: 4.8rem
    }

    .contact-wrap .contact {
        position: absolute;
        padding: .8rem;
        right: 0;
        width: 100%;
        height: 100vh;
        overflow: scroll;
        left: 0
    }

    .contact-wrap .contact .contact-header {
        justify-content: space-between
    }

    .contact-wrap .contact .contact-header .logo a {
        font-size: 1.1rem;
        padding: 1rem;
        letter-spacing: 0
    }

    .contact-wrap .contact .contact-header .btn-contact-close {
        background: #fff;
        padding: 0
    }

    .contact-wrap .contact .contact-body {
        padding: 0 1.8rem
    }

    .contact-wrap .contact .title {
        font-size: 3.4rem;
        margin-top: 6rem
    }

    .contact-wrap .contact .subtitle {
        margin-top: 3rem
    }

    .contact-wrap .contact .subtitle b {
        font-size: 1.8rem
    }

    .contact-wrap .contact .subtitle span {
        font-size: 1.3rem
    }

    .contact-wrap .contact .category-box {
        margin-top: 3rem;
        gap: .8rem
    }

    .contact-wrap .contact .category-box .input-box {
        flex: 1
    }

    .contact-wrap .contact .category-box .input-box label {
        font-size: 1.1rem;
        min-width: inherit;
        width: 100%;
        flex: auto
    }

    .contact-wrap .contact .input-wrap {
        margin-top: 5rem
    }

    .contact-wrap .contact .input-wrap .input-box label {
        display: none
    }

    .contact-wrap .contact .input-wrap .input-box input {
        font-size: 1.1rem
    }

    .contact-wrap .contact .btn-box {
        margin-top: 5rem;
        padding-bottom: 5rem
    }

    .contact-wrap .contact .btn-box button {
        font-size: 1.1rem;
        width: inherit;
        height: inherit
    }
    .contact-wrap .contact .btn-box input[type='submit'] {
        font-size: 1.1rem;
        width: inherit;
        height: inherit
    }

    .story-wrap {
        padding: 4rem 0;
        border-bottom: 1px solid #c9c9c9
    }

    .story-wrap:before,.story-wrap:after {
        width: 2rem;
        height: 2rem;
        margin-left: -1rem;
        background-size: 2rem
    }

    .story-wrap .story {
        padding: 5rem 0
    }

    .story-wrap .story .en {
        font-size: 1.35rem
    }

    .story-wrap .story .ko {
        font-size: 1.2rem;
        margin-top: 1rem
    }

    .nav-wrap {
        padding: 7rem 0
    }

    .nav-wrap .nav-box a {
        gap: 0
    }

    .nav-wrap .nav-box a i {
        font-size: 1.1rem;
        letter-spacing: 0;
        display: flex;
        align-items: center;
        width: 3rem;
        justify-content: flex-start
    }

    .nav-wrap .nav-box .title {
        font-size: 2rem;
        min-height: inherit;
        height: 4rem;
        padding: 0 .5rem .5rem
    }

    .nav-wrap .nav-box .title b {
        font-size: 3rem
    }

    .nav-wrap .nav-box .title span+b,.nav-wrap .nav-box .title b+span {
        margin-left: .5rem
    }

    .nav-wrap .nav-box .title span,.nav-wrap .nav-box .title b {
        white-space: nowrap;
        height: inherit
    }

    .brand-wrap {
        padding: 3rem 0
    }

    .brand-wrap .title {
        font-size: 1.6rem;
        letter-spacing: 0;
        margin-bottom: 5rem
    }

    .brand-wrap .brand-box {
        margin-left: -2rem;
        margin-right: -2rem;
        gap: 3rem 0
    }

    .brand-wrap .brand-box img {
        width: 3rem;
        height: 3rem
    }

    footer {
        padding: 5rem 0 2rem
    }

    footer .inner {
        padding: 0
    }

    footer .fnb-wrap {
        font-size: 1.2rem;
        padding: 2rem 2rem 2.5rem;
        gap: 1rem
    }

    footer .info-wrap {
        flex-direction: column;
        gap: inherit;
        padding: 0 2rem;
        font-size: 1rem
    }

    footer .info-wrap .address-box {
        letter-spacing: -0.2px
    }

    footer .info-wrap .address-box .copyright {
        margin-top: .5rem;
        flex-direction: column;
        gap: 0
    }

    footer .info-wrap .address-box .copyright .text-sm {
        font-size: .9rem
    }

    footer .info-wrap .contact-box {
        width: 100%;
        gap: 3rem;
        margin-top: 1rem;
        justify-content: flex-start
    }

    footer .info-wrap .contact-box .text {
        font-size: 1.1rem
    }

    footer .info-wrap .contact-box b {
        font-size: 1.1rem
    }

    .modal-wrap .modal {
        border-radius: 0;
        width: 100vw;
        height: 100%
    }

    .modal-wrap .modal .modal-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: .8rem;
        box-sizing: border-box
    }

    .modal-wrap .modal .modal-header .logo {
        display: block
    }

    .modal-wrap .modal .modal-header .logo a {
        color: #000;
        text-decoration: none;
        font-size: 1.1rem;
        padding: 1rem;
        font-weight: 700;
        font-family: "malgun gothic"
    }

    .modal-wrap .modal .modal-header .btn-modal-close {
        top: inherit;
        right: inherit;
        position: inherit
    }

    .modal-wrap .modal .modal-header .btn-modal-close .ico-close {
        width: 2.4rem;
        height: 2.4rem;
        background: url("../img/btn-close.png") no-repeat center;
        background-size: 50%;
        display: inline-block
    }

    .modal-wrap .modal .modal-body {
        padding: 0;
        padding-bottom: 4.4rem
    }

    .modal-wrap .modal .modal-body .img {
        height: 9rem
    }

    .modal-wrap .modal .modal-body .title {
        margin-top: .5rem;
        font-size: 3.3rem
    }

    .modal-wrap .modal .modal-body .desc {
        margin-top: 1rem;
        font-size: 1.5rem
    }

    .works-wrap {
        padding: 5rem 2rem
    }

    .works-wrap .swiper .swiper-wrapper {
        width: 100%;
        gap: 5rem;
        transform: none !important
    }

    .works-wrap .swiper .swiper-wrapper .swiper-slide {
        width: 100%
    }

    .works-wrap .swiper .swiper-wrapper .swiper-slide a {
        display: flex;
        flex-direction: column
    }

    .works-wrap .swiper .swiper-wrapper .swiper-slide img {
        height: 100%;
        width: 100%
    }

    .works-wrap .swiper .swiper-wrapper .swiper-slide .title {
        font-size: 2rem;
        margin-top: 2rem
    }

    .works-wrap .swiper .swiper-wrapper .swiper-slide .desc {
        font-size: 1.3rem;
        margin-top: 1rem
    }

    .works-wrap .swiper .swiper-wrapper .swiper-slide .btn-more {
        font-size: 1.2rem;
        margin-top: 3rem
    }

    .works-wrap .swiper .swiper-wrapper .swiper-slide .btn-more:after {
        width: 4rem;
        transform: translateY(-3px)
    }

    .works-wrap .swiper .swiper-wrapper .swiper-slide:nth-child(n+4) {
        display: none
    }

    .works-wrap .inner {
        width: 100%;
        margin: 0
    }

    .works-wrap .inner .swiper-pagination,.works-wrap .inner .swiper-scrollbar {
        display: none
    }

    .works-wrap .inner .btn-works-more {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 6rem;
        font-size: 12px;
        padding: 1rem;
        font-family: "Red Hat Display"
    }

    .works2-wrap {
        padding: 5rem 0 3rem
    }

    .works2-wrap .inner {
        padding: 0 3rem
    }

    .works2-wrap .title {
        font-size: 3.9rem
    }

    .works2-wrap .btn-contact-open {
        margin-top: 4rem;
        font-size: 1.7rem
    }

    .about-wrap {
        padding: 6rem 0 9rem
    }

    .about-wrap .title {
        font-size: 4rem;
        display: flex;
        flex-direction: column;
        gap: 0;
        line-height: 1
    }

    .about-wrap .title:after {
        content: "";
        width: 4rem;
        margin-left: inherit;
        bottom: 0;
        margin-top: 2rem
    }

    .about-wrap .desc {
        margin-top: 0;
        font-size: 1.3rem;
        line-height: 1.6
    }

    .about-wrap .inner {
        padding: 0 2rem;
        flex-direction: column;
        gap: 4rem
    }

    .about2-wrap {
        padding: 5rem 0 7rem
    }

    .about2-wrap .title {
        font-size: 4rem;
        display: flex;
        flex-direction: column;
        line-height: 1
    }

    .about2-wrap .title:after {
        content: "";
        width: 4rem;
        height: 2px;
        top: inherit;
        left: inherit;
        bottom: 0;
        margin-top: 1rem;
        position: relative
    }

    .about2-wrap .desc {
        font-size: 1.3rem;
        line-height: 1.6;
        margin-top: 0
    }

    .about2-wrap .inner {
        gap: 4rem;
        z-index: 1;
        position: relative;
        padding: 0 2rem
    }

    .about2-wrap .bg {
        width: 50vw;
        background-size: 135%;
        top: -1.5rem;
        z-index: 0
    }

    .about3-wrap {
        padding: 6rem 0 18rem
    }

    .about3-wrap .title {
        font-size: 4rem;
        align-items: flex-end;
        text-transform: capitalize
    }

    .about3-wrap .title:after {
        content: "";
        width: 4rem;
        height: 2px;
        margin-top: 2rem
    }

    .about3-wrap .desc {
        font-size: 1.3rem;
        margin-top: 5rem;
        text-align: right;
        line-height: 1.6
    }

    .about3-wrap .inner {
        padding: 0 2rem
    }

    .about3-wrap .bg {
        width: 52vw;
        background-size: 100%;
        height: 30rem;
        bottom: inherit;
        top: 37%;
        z-index: -1;
        background-position: right top
    }

    .about3-wrap .title,.about3-wrap .desc {
        min-width: inherit
    }

    .about4-wrap {
        padding: 3rem 0 5rem
    }

    .about4-wrap .title {
        font-size: 4rem
    }

    .about4-wrap .wdg-box {
        margin-top: 4rem;
        display: flex;
        flex-direction: column;
        gap: 3rem
    }

    .about4-wrap .wdg-box .wdg img {
        width: 100%
    }

    .about4-wrap .wdg-box .wdg .title {
        font-size: 2rem;
        margin: .5rem 0 1rem
    }

    .about4-wrap .wdg-box .wdg .desc {
        font-size: 1.2rem;
        line-height: 1.5
    }

    .about4-wrap .inner {
        padding: 0 2rem
    }

    .consulting-wrap {
        padding: 0
    }

    .consulting-wrap .inner {
        position: relative;
        padding: 4rem 2rem 23rem
    }

    .consulting-wrap .bg {
        background: url("../img/bg-consulting-sm.png") no-repeat;
        width: 269px;
        height: 100%;
        display: block;
        background-size: contain;
        right: 0;
        bottom: -4rem;
        position: absolute;
        z-index: 1;
        background-position: right bottom
    }

    .consulting-wrap .title {
        font-size: 4rem
    }

    .consulting-wrap .title .subtitle {
        font-size: 1.1rem;
        margin-bottom: 1rem
    }

    .consulting-wrap .title:after {
        margin-right: inherit;
        bottom: 0;
        margin-top: 2rem;
        position: relative;
        width: 4rem;
        height: 1px
    }

    .consulting-wrap .desc {
        padding-left: 0;
        font-size: 1.3rem;
        margin-top: 4rem;
        line-height: 1.6
    }

    .consulting2-wrap {
        padding: 9rem 0 8rem
    }

    .consulting2-wrap .bg {
        display: none
    }

    .consulting2-wrap .inner {
        padding: 0 2rem
    }

    .consulting2-wrap .title {
        font-size: 4rem
    }

    .consulting2-wrap .title .subtitle {
        font-size: 1.1rem;
        margin-bottom: 1rem
    }

    .consulting2-wrap .title span {
        letter-spacing: -2px
    }

    .consulting2-wrap .title:after {
        margin-right: inherit;
        bottom: 0;
        margin-top: 2rem;
        position: relative;
        width: 4rem;
        height: 1px
    }

    .consulting2-wrap .desc {
        padding-left: 0;
        font-size: 1.3rem;
        margin-top: 10rem;
        line-height: 1.6
    }

    .consulting3-wrap {
        padding: 4rem 0
    }

    .consulting3-wrap .title {
        font-size: 1.8rem;
        letter-spacing: -1px
    }

    .consulting4-wrap {
        padding: 4rem 0 2rem
    }

    .consulting4-wrap .inner {
        padding: 0 2rem
    }

    .consulting4-wrap .title {
        font-size: 3rem;
        margin-bottom: 3rem;
        letter-spacing: -1px
    }

    .consulting4-wrap .title .new {
        text-transform: uppercase;
        font-size: .9rem;
        letter-spacing: -0.025rem;
        width: 3.3rem;
        height: 1.6rem;
        padding: 2px 0 4px;
        display: inline-flex;
        align-items: center;
        line-height: initial;
        text-align: center;
        justify-content: center;
        margin-left: 2px;
        margin-top: 0px
    }

    .consulting4-wrap .swiper {
        margin-top: 0
    }

    .consulting4-wrap .swiper .swiper-wrapper .swiper-slide img {
        width: 100%;
        height: 100%
    }

    .consulting4-wrap .swiper .swiper-wrapper {
        width: 100%;
        gap: 5rem;
        transform: none !important
    }

    .consulting4-wrap .swiper .swiper-wrapper .swiper-slide {
        width: 100%
    }

    .consulting4-wrap .swiper .swiper-wrapper .swiper-slide a {
        display: flex;
        flex-direction: column
    }

    .consulting4-wrap .swiper .swiper-wrapper .swiper-slide .title {
        font-size: 2rem;
        margin-top: 2rem;
        margin-bottom: 0
    }

    .consulting4-wrap .swiper .swiper-wrapper .swiper-slide .desc {
        font-size: 1.3rem;
        margin-top: 1rem
    }

    .consulting4-wrap .swiper .swiper-wrapper .swiper-slide .btn-more {
        font-size: 1.2rem;
        margin-top: 3rem
    }

    .consulting4-wrap .swiper .swiper-wrapper .swiper-slide .btn-more:after {
        width: 4rem;
        transform: translateY(-3px)
    }

    .consulting4-wrap .swiper .swiper-wrapper .swiper-slide:nth-child(n+3) {
        display: none
    }

    .consulting4-wrap .inner {
        width: 100%;
        margin: 0
    }

    .consulting4-wrap .inner .swiper-pagination,.consulting4-wrap .inner .swiper-scrollbar {
        display: none
    }

    .consulting4-wrap .inner .btn-works-more,.consulting4-wrap .inner .btn-works-more2 {
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 6rem;
        font-size: 12px;
        padding: 1rem;
        font-family: "Red Hat Display";
		cursor:pointer;
    }
}

/*# sourceMappingURL=style.min.css.map */
