@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&family=Noto+Sans+KR:wght@400;500;700&display=swap');

/* common */



.body-container {
    color: #121212;
    font-family: 'NEXON Lv1 Gothic OTF', sans-serif;
}

body.stop-scroll {
    height: 100%;
    overflow: hidden;
}


a {
    text-decoration: none;
}

.clearfix::after {
    content: '';
    clear: both;
    display: block;
}
.active-menu{
    color: #26C2B3!important;
    font-weight: bold!important;
}

.btn {
    display: flex;
    align-items: center;
    text-align: center;
    font-family: 'NEXON Lv1 Gothic OTF', sans-serif;
    font-weight: 500;
    display: inline-block;
    padding: 19px 20px 18px;
    font-size: 16px;
    letter-spacing: 1.5px;
    transition: 0.6s;
    background-color: transparent;
}

.btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.btn div {
    display: flex;
    overflow: hidden;
    text-shadow: 0 16px 0 white;
}
/*@supports (position: sticky) or (position: -webkit-sticky) {
    .sticky {
        position: -webkit-sticky; 
        position: sticky;
    }
}*/
.space .btn div,
.space1 .btn div,
.about .btn div {
    text-shadow: 0 16px 0 #121212;
}

.btn div span {
    display: block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    font-style: normal;
    transition: transform .44s ease;
}

.btn div span:last-child {
    margin-left: 8px;
}

.project .btn div span:last-child {
    transition-delay: 0.55s;
}

.btn div span:nth-child(1) {
    transition-delay: 0.05s;
}

.btn div span:nth-child(2) {
    transition-delay: 0.1s;
}

.btn div span:nth-child(3) {
    transition-delay: 0.15s;
}

.btn div span:nth-child(4) {
    transition-delay: 0.2s;

}

.project .btn div span:nth-child(4) {
    margin-left: 5px;
}

.btn div span:nth-child(5) {
    transition-delay: 0.25s;
    margin-left: 5px;
}

.project .btn div span:nth-child(5) {
    transition-delay: 0.25s;
    margin-left: 0px;
}

.btn div span:nth-child(6) {
    transition-delay: 0.3s;
}

.project .btn div span:nth-child(6) {
    transition-delay: 0.3s;
    margin-left: 5px;
}

.btn div span:nth-child(7) {
    transition-delay: 0.35s;
}

.btn div span:nth-child(8) {
    transition-delay: 0.4s;
}

.btn div span:nth-child(9) {
    transition-delay: 0.45s;
}

.btn div span:nth-child(10) {
    transition-delay: 0.5s;
}

.btn div span:nth-child(11) {
    transition-delay: 0.55s;
}

.btn:hover span {
    transform: translateY(calc(16px * -1)) translateZ(0);
}




.inner {
    max-width: 1400px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.section.se_100{ height: 80vh;}
.section.s_03{border-top: 1px solid #e5e5e5;}
.section-title {
    font-family: 'NEXON Lv1 Gothic OTF', sans-serif;
    font-weight: bold;
    font-size: 45px;
    display: block;
    text-align: center;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(30px);
    transition: 1s;
}

section.on .section-title {
    opacity: 1;
    transform: translateY(0);
}

/*
section {
    margin-top: 160px;
}
*/
.space-curation section{
    margin-top: 0;
    padding-top: 160px;
}
.sound-only {
    position: absolute;
    left: -999px;
    width: 0;
    height: 0;
    text-indent: -999px;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}


/* header */
header {
    position: fixed;
    z-index: 10;
    width: 100%;
}

header.black .main-menu li a {
    color: #121212;
}

header.black .sitemap-btn a div {
    background-color: #121212;
}
header.black{background: #fff;    height: 105px;}

header.menu .sitemap-btn a div {
    background-color: #121212 !important;
}

header.black .logo .white {
    display: none;
}

header.black .logo .black {
    display: block;
}

header .inner {
    display: flex;
    justify-content: flex-end;
}

header .logo {
    width: 160px;
    position: absolute;
    z-index: 20;
    top: 5px;
    left: 0;
}

header .logo img {
    width: 70px;
}

header .logo .black {
    display: none;
}

header.menu .logo .black {
    display: none;
}

header.menu .logo .white {
    display: block !important;
}

header .main-menu {
    display: flex;
    margin-top: 50px;
}

header .main-menu li a {
    color: white;
    margin-left: 60px;
   font-family: 'NEXON Lv1 Gothic OTF', sans-serif;
    font-size: 16px;
}

header .main-menu li:hover a {
    color: #406EFF;
}

header .main-menu li.active a {
    color: #406EFF;
}
header .main-menu li.web_menu{display: block;}
/*
header .main-menu li:nth-of-type(2) {
    margin-right: 98px;
}
*/

header .sitemap-btn {
    position: absolute;
    z-index: 20;
    right: 0;
    transform: translateY(-2px);
	display: none;

}

header .sitemap-btn a {
    display: flex;
    width: 38px;
    height: 28px;
    flex-wrap: wrap;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: relative;
}

header .sitemap-btn:hover a div {
    background-color: #26C2B3;
}

header .sitemap-btn a div {
    width: 100%;
    height: 2px;
    background-color: white;
    position: relative;
}

header.menu .sitemap-btn a div {
    background-color: white !important;
}




header .sitemap-btn.active div:nth-child(1) {
    -webkit-animation: ease .7s top forwards;
    animation: ease .7s top forwards;
}

header .sitemap-btn a.not-active div:nth-child(1) {
    -webkit-animation: ease .7s top-2 forwards;
    animation: ease .7s top-2 forwards;
}

header .sitemap-btn.active div:nth-child(2) {
    -webkit-animation: ease .7s scaled forwards;
    animation: ease .7s scaled forwards;
}

header .sitemap-btn a.not-active div:nth-child(2) {
    -webkit-animation: ease .7s scaled-2 forwards;
    animation: ease .7s scaled-2 forwards;
}

header .sitemap-btn.active div:nth-child(3) {
    -webkit-animation: ease .7s bottom forwards;
    animation: ease .7s bottom forwards;
}

header .sitemap-btn a.not-active div:nth-child(3) {
    -webkit-animation: ease .7s bottom-2 forwards;
    animation: ease .7s bottom-2 forwards;
}


@keyframes top {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        top: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes top-2 {
    0% {
        top: 10px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    50% {
        top: 10px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        bottom: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        bottom: 10px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
}


@keyframes bottom-2 {
    0% {
        bottom: 10px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    50% {
        bottom: 10px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        bottom: 0px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes scaled {
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes scaled {
    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes scaled-2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaled-2 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



header .sitemap-contents {
    background-color: #222;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 0vh;
    overflow: hidden;
    transition: .5s;
}

header .sitemap-contents.active {
    height: 100vh;

}

header .sitemap-contents .img-box {
    width: 50%;
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
}

header .sitemap-contents.active .img-box {
    opacity: 1;

    transition: .5s .5s;
}

header .sitemap-contents .img-box .img-list {
    width: 100%;
    height: 100%;
    position: relative;
}

header .sitemap-contents.active .img-box li {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .6s;
    z-index: 10;
    position: absolute;
}

header .sitemap-contents.active .img-box li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

header .sitemap-contents.active .img-box li.on {
    width: 100%;
    height: 100%;

    opacity: 1;
    transition: .5s;
}

header .sitemap-contents .txt-box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    position: relative;
}

header .sitemap-menu a {
    color: white;
}

header .sitemap-menu>li>a:hover {
    color: #26C2B3;
}

header .sitemap-menu>li:hover>a {
    color: #26C2B3;
}

header .sitemap-menu>li:nth-of-type(1) {
    opacity: 0;
    transition: 0s;
    transform: translateY(20px);
}

header .sitemap-menu>li:nth-of-type(2) {
    opacity: 0;
    transition: 0s;
    transform: translateY(20px);
}

header .sitemap-menu>li>a {
    font-size: 26px;
    font-family: 'NEXON Lv1 Gothic OTF', sans-serif;
    font-weight: bold;

}

header .sitemap-contents.active .sitemap-menu>li:nth-of-type(1) {
    transition: .5s .5s;
    opacity: 1;
    transform: translateY(0);

}

header .sitemap-contents.active .sitemap-menu>li:nth-of-type(2) {
    opacity: 1;
    transform: translateY(0);
    transition: .5s .5s;
}

header .sitemap-menu>li:nth-of-type(2) {
    margin-top: -5px;
    display: flex;
    align-items: center;
}

header .sitemap-menu>li .line {
    width: 0px;
    height: 1px;
    background-color: #888;
    margin: 0 40px;
    transition: .5s;
}

header .sitemap-contents.active .sitemap-menu>li .line {
    width: 100px;
    transition: 0;
}

header .sitemap-menu .sitemap-sub-menu li:nth-of-type(1) {
    padding-top: 82px;
}

header .sitemap-menu .sitemap-sub-menu li {
    padding: 10px 0;
}

header .sitemap-menu .sitemap-sub-menu li a {
    font-size: 20px;
    color: #f7f7f7;
}

header .sitemap-menu .sitemap-sub-menu li:hover a {
    color: #26C2B3;
}

header .sitemap-contents .link-menu {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 70px;
    width: 100%;
    opacity: 0;
    left: 0;
    transform: translateY(20px);
    transition: 0s;
}

header .sitemap-contents.active .link-menu {
    opacity: 1;
    transform: translateY(0px);
    transition: .8s .5s;
}

header .sitemap-contents .link-menu li:nth-of-type(2) {
    margin-left: 8%;
}

header .sitemap-contents .link-menu .green {
    color: #26C2B3;
}

header .sitemap-contents .link-menu a {
    color: #999;
    font-size: 18px;
    transition: .3s;
}

header .sitemap-contents .link-menu a:hover {
    opacity: .5;
}

header .sitemap-contents .link-menu img {
    width: 26px;
    margin: 0 8px;
}


/* visual */

.visual {
    width: 100%;
    height: 75vh;
    overflow: hidden;
    margin-top: 0;
    position: relative;
}

.visual .swiper {
    width: 100%;
    height: 100%;
}

.visual .swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
	font-family: 'NEXON Lv1 Gothic OTF bold', sans-serif;
}

.visual .swiper-slide {
    width: 100%;
    height: 100%;
	overflow: hidden;
    border-radius: 0;
}

.visual .visual-img {

    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.visual .swiper-slide img {
    transform: scale(1.1);
    transition: 10s all ease-in-out;
    object-fit: cover;
}

.visual .swiper-slide.swiper-slide-active img {
    transform: scale(1);
    transition: 10s all ease-in-out
}



.visual .black-layer {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.visual .swiper-slide .inner {
    height: 100%;
}

.visual .swiper-slide .inner .visual-txt-box {
    text-align: center;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.visual .swiper-slide .green {
    color: #26C2B3;
    font-family: 'NEXON Lv1 Gothic OTF', sans-serif;
    font-weight: 500;
    display: block;
    margin-bottom: 8px;
    opacity: 0;
    transition: 2.5s;
}

.visual .swiper-slide .visual-title {
    color: white;
    font-weight: bold;
    font-size: 52px;
    line-height: 1.2;
    opacity: 0;
    transform: translateY(25px);
    transition: 0.8s all ;
}

.swiper-slide-active .splitting .char {
    animation: slide-in .8s ease both;
    animation-delay: calc(.8s + (.06s * var(--char-index)));
    will-change: transform;
    transform-origin: top left;
}

@keyframes slide-in {
    from {
        transform: translateY(10px) scaleY(1.5);
        opacity: 0;
    }

}
.main_v_prew{}
.main_v_next{}
.visual .swiper-slide .visual-sub-title {
    color: white;
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.5;
    opacity: 0;
    transform: translateY(25px);
    transition: .8s all 1s;
}

.visual .swiper-slide .btn {
    color: white;
    border: 1px solid white;
    margin-top: 50px;

}

.visual .swiper-slide .btn:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.visual .swiper-slide .btn-box {
    opacity: 0;
    transform: translateY(25px);
    transition: .8s all 1s;
}

.visual .swiper-slide.swiper-slide-active .visual-title,
.visual .swiper-slide.swiper-slide-active .green,
.visual .swiper-slide.swiper-slide-active .visual-sub-title,
.visual .swiper-slide.swiper-slide-active .btn-box {
    opacity: 1;
    transform: translate(0px, 0px);

}

.visual .swiper-button-next,
.visual .swiper-button-prev {
    background-image: url(../img/prev-btn.svg);
    bottom: 0px;
    top: auto;
    width: 12px;
	height: 12px;
    background-size: 8px;
    margin-top: 0px;
}

.visual .swiper-button-prev {
    left: 0;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{display: none;}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{display: none;}
.visual .swiper-button-next {
    transform: rotate(180deg);
    right: 36px;
}

.visual .swiper-pagination {
    color: white;
   font-family: 'NEXON Lv1 Gothic OTF', sans-serif;
    margin-left: -18px;
	font-size: 15px;
}

.visual .slide-btn {
    font-size: 18px;
    width: 160px;
    position: absolute;
    bottom: 90px;
    height: 24px;
    right: 0px;
    left: 50%;
    z-index: 1;
	    transform: translate(-50%, -50%);
}

.visual .slide-btn .inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.visual .slide-btn .swiper-pagination-fraction {
    bottom: -5px
}

.visual .slide-btn .bold {
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
}

.visual .slide-btn .swiper-pagination-current {
    font-weight: bold;
    font-size: 15px;
    margin-left: 1px;
}

.visual .slide-btn .swiper-play-stop-btn {
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 10;
    right: 15px;
    bottom: 1px;
    cursor: pointer;
}

.visual .slide-btn .swiper-play-stop-btn img {
    width: 100%;
    height: 100%;
}

.visual .slide-btn .stop-btn.active,
.visual .slide-btn .play-btn.active {
    display: block;
}

.visual .slide-btn .stop-btn,
.visual .slide-btn .play-btn {
    display: none;
}

/* space */

.space {
    margin-top: 0;
    /*padding-top: 130px;*/
}

.space .space-list {
    max-width: 1400px;
    margin: 0 auto;
	margin-top: 150px !important;
}

.space .space-list li {
    width: 100%;
    opacity: 0;
    transition: .7s all 0.6s;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.space .space-list li.con_02 {
    width: 100%;
    opacity: 0;
    transition: .7s all 0.6s;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 100px;
}
.space .space-list li:nth-of-type(1) {
    transform: translateY(20px);
    transition: .7s all .3s;
}

.space .space-list li:nth-of-type(2) {
    transform: translateY(30px);
    transition: .7s all 0.4s;
}

.space .space-list li:nth-of-type(3) {
    transform: translateY(40px);
}

.space.on .space-list li {
    opacity: 1;
    transform: translateY(0);
}

.space .space-list li .img-box {
    
}

.space .space-list li .img-box img {
    width: 100%;
    transition: 0.7s ease;
}

.space .space-list li .img-box:hover img {
    transform: scale(1.075);
}
.space .space-list li .txt-box{
	width: 50%;
    text-align: left;
    bottom: 100px;
    position: absolute;
    left: 50%;
}
.space .space-list li .txt-box .space-title {
    font-family: 'NEXON Lv1 Gothic OTF bold', sans-serif;
    font-size: 22px;
    margin-top: 28px;
    display: block;
}
.space .space-list li .txt-box2{
	width: 50%;
    text-align: left;
    bottom: 0;
    position: absolute;
    left: 0%;
}
.space .space-list li .txt-box3{
	width: 50%;
    text-align: left;
    bottom: 152px;
    position: absolute;
    left: 50%;
}
.space .space-list li .txt-box4{
	width: 50%;
    text-align: left;
    bottom: 70px;
    position: absolute;
    left: 0%;
}
.space .space-list li .txt-box2 .space-title {
    font-family: 'NEXON Lv1 Gothic OTF bold', sans-serif;
    font-size: 22px;
    margin-top: 28px;
    display: block;
}
.space .space-title {
    font-family: 'NEXON Lv1 Gothic OTF bold', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-top: 28px;
    display: block;
}

/* space1 */

.space1 {
    margin-top: 0;
}

.space1 .space-list {
    max-width: 1400px;
    margin: 0 auto;
	margin-top: 100px !important;
}

.space1 .space-list li {
    width: 100%;
    opacity: 0;
    transition: .7s all 0.6s;
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
.space1 .space-list li.con_02 {
    width: 100%;
    opacity: 0;
    transition: .7s all 0.6s;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 100px;
}
.space1 .space-list li:nth-of-type(1) {
    transform: translateY(20px);
    transition: .7s all .3s;
}

.space1 .space-list li:nth-of-type(2) {
    transform: translateY(30px);
    transition: .7s all 0.4s;
}

.space1 .space-list li:nth-of-type(3) {
    transform: translateY(40px);
}

.space1.on .space-list li {
    opacity: 1;
    transform: translateY(0);
}

.space1 .space-list li .img-box {
    
}

.space1 .space-list li .img-box img {
    width: 100%;
    transition: 0.7s ease;
}

.space1 .space-list li .img-box:hover img {
    transform: scale(1.075);
}
.space1 .space-list li .txt-box{
	width: 50%;
    text-align: left;
    bottom: 100px;
    position: absolute;
    left: 50%;
}
.space1 .space-list li .txt-box .space-title {
    font-family: 'NEXON Lv1 Gothic OTF bold', sans-serif;
    font-size: 28px;
    margin-top: 28px;
    display: block;
}
.space1 .space-list li .txt-box2{
	width: 50%;
    text-align: left;
    bottom: 0;
    position: absolute;
    left: 0%;
}
.space1 .space-list li .txt-box3{
	width: 50%;
    text-align: left;
    bottom: 152px;
    position: absolute;
    left: 50%;
}
.space1 .space-list li .txt-box4{
	width: 50%;
    text-align: left;
    bottom: 70px;
    position: absolute;
    left: 0%;
}
.space1 .space-list li .txt-box2 .space-title {
    font-family: 'NEXON Lv1 Gothic OTF bold', sans-serif;
    font-size: 28px;
    margin-top: 28px;
    display: block;
}
.space1 .space-title {
    font-family: 'NEXON Lv1 Gothic OTF bold', sans-serif;
    font-weight: 600;
    font-size: 28px;
    margin-top: 28px;
    display: block;
}


.backend_box{
	    color: #000;
    font-size: 22px;
	margin-top: 150px;
}
.backend_box h4{ font-size: 28px !important; color: #000 !important;}
.backend_box p{
	font-size: 16px;
    color: #666;
    line-height: 24px;
    width: 60%;
    margin: 0 auto;
}
.backend_box p.b_img{margin-top: 100px; margin-bottom: 100px;}
.space-txt {
    color: #000;
    font-size: 18px;
    display: block;
    margin-top: 24px;
    margin-bottom: 30px;
    line-height: 30px;
}
.space-txt2 {color: #888;
    font-size: 16px;
    display: block;
    margin-top: 10px;
	line-height: 24px;}
.space-txt2 span{    padding-left: 20px; display: block; font-size: 14px;}
.space-txt2 span:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #2bcab7;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    border-radius: 100px;
    margin-top: 8px;
}
.space .buttom-area {
    display: flex;
    justify-content: center;
}

.space .btn {
    border: 1px solid #666;
    color: #121212;
    display: inline-block;
    margin-top: 80px;


}
.space1 .buttom-area {
    display: flex;
    justify-content: center;
}

.space1 .btn {
    border: 1px solid #666;
    color: #121212;
    display: inline-block;
    margin-top: 80px;


}
h2.sub_title2{font-size: 45px; color: #000;font-family: 'NEXON Lv1 Gothic OTF', sans-serif;    text-align: center;}
h2.sub_title2:before {
    content: "";
    width: 150px;
    height: 1px;
    background: #000;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: absolute;
    /* left: 0; */
    right: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100px;
    margin-top: 65px;
}
h2.sub_title{font-size: 45px; color: #000;font-family: 'NEXON Lv1 Gothic OTF', sans-serif;    text-align: right;}
h2.sub_title:before {
    content: "";
    width: 150px;
    height: 1px;
    background: #000;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: absolute;
    /* left: 0; */
    right: 0;
    /* left: 50%; */
    transform: translate(0%, -50%);
    border-radius: 100px;
    margin-top: 65px;
}
h2.sub_title1{font-size: 45px; color: #fff !important;font-family: 'NEXON Lv1 Gothic OTF', sans-serif; text-align: left;    margin-bottom: 60px;}
h2.sub_title1:before {
    content: "";
    width: 150px;
    height: 1px;
    background: #d1dcff38;
    display: inline-block;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 100px;
    margin-top: 65px;
}
h3{font-size: 28px; color: #000; margin-top: 70px; margin-bottom: 50px; text-align: center;}
p.basic_description{font-size: 14px; line-height: 20px; margin: 30px 10%;text-align: center; color: #666;}
h4{margin: 30px 0 50px 0; font-size: 16px !important;color: #515151 !important;     font-family: 'NEXON Lv1 Gothic OTF bOld', sans-serif !important;text-align: center!important; padding-top: 30px; padding-bottom: 50px;}

/*ABOUT*/
.about_img{ margin-bottom: 30px;display: flex;justify-content: space-evenly;}
.about_img img{    margin: 20px;}
/* about */
.about {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
	background: url("../img/about-bg.jpg") no-repeat;
}

.about .about-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: 1s all;
}

.about .about-bg.on {
    opacity: 1;
}

.about .black-layer {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.about .bg-line {
    width: 1px;
    height: 0%;
    position: absolute;
    background-color: white;
    opacity: 0.4;
    top: 0;
    transition: 2s all;
}

.about.on .bg-line {
    height: 100%;
}

.about .line-1 {
    left: 33.333%;
}

.about .line-2 {
    left: auto;
    right: 33.333%;
}

.about .section-title {
    padding-top: 100px;
    color: white;
}

.about .about-list {
    display: flex;
    color: white;
    padding-top: 8%;
}

.about .about-list li:hover>.about-static-list {
    display: none;
}




.about .about-list li {
    width: 33.333%;
    text-align: center;
    position: relative;
}

.about .about-list li:hover .about-sub-list {
    opacity: 1;
    visibility: visible;
}

.about.on .about-title,
.about.on .line,
.about.on .plus-circle,
.about.on .about-sub-title {
    opacity: 1;
    transform: translateY(0);
}

.about.on .line {
    height: 54px;
}


.about .about-title {
    display: block;
    transform: translateY(25px);
    opacity: 0;
    transition: 1s all .8s;
}

.about .line {
    width: 1px;
    height: 0px;
    margin: 40px auto;
    background-color: #f7f7f7;
    opacity: 0;
    transition: 1s all .8s;
}

.about .plus-circle {
    margin: 90px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid white;
    position: relative;
    opacity: 0;
    transition: 1s all .8s;

}

.about .plus-circle div {
    width: 24px;
    height: 2px;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about .plus-circle div:nth-of-type(2) {
    transform: translate(-50%, -50%) rotate(90deg);
}

.about .about-title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'NEXON Lv1 Gothic OTF', sans-serif;
}

.about .about-sub-title {
    font-size: 20px;
    font-weight: 500;
    opacity: 0;
    transition: 1s all .8s;

}

.about .about-sub-txt {
    color: #555555;
    padding: 25px 0 36px;
    transition: 1s all .2s;
    transform: translateY(30px);
    opacity: 0;
    font-size: 18px;
    line-height: 1.5;
}

.about .btn {
    color: #121212;
    border: 1px solid #666666;
    transition: 1.2s all .2s;
    transform: translateY(25px);
    opacity: 0;
}

.about .about-sub-list {
    background: white;
    position: absolute;
    z-index: 2;
    top: -100px;
    left: 50%;
    transform: translateX(-50%);
    padding: 70px;
    width: 45%;
    transition: 0.6s all ease-in-out;
    opacity: 0;
    visibility: hidden;
}


.about .about-sub-list .line {
    background-color: #242424;
    transition: .9s all .2s;
    transform: translateY(25px);
    opacity: 0;

}

.about .about-sub-list .about-sub-title {
    color: #121212;
    transition: 1s all .2s;
    opacity: 0;
    transform: translateY(25px);
}

.about .about-sub-list .about-title {

    color: #121212;
    transition: .8s all .2s;
    transform: translateY(25px);
    opacity: 0;
}

.about .about-list li:hover .btn,
.about .about-list li:hover .about-sub-list .about-title,
.about .about-list li:hover .about-sub-list .about-sub-title,
.about .about-list li:hover .about-sub-txt,
.about .about-list li:hover .about-sub-list .line {
    opacity: 1;
    transform: translateY(0);
}

.about .title_txt{font-size: 22px; margin-top: 40px; opacity: 0.5; text-align: left;}
.about .history_box{ display: flex;
    margin-top: 100px;
    justify-content: space-between;}
.about .history_L{text-align: left; }
.about .history_L ul{}
.about .history_L ul li{
	font-size: 14px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
	    opacity: 0.5;
}
.about .history_L ul li span{ margin-right: 15px;    width: 20px;}
.about .history_R{
	width: 70%;
    display: flex;
    justify-content: flex-end;
}

.swiper-slide {
  text-align: start;
  font-size: 18px;
  position: relative;
  border-radius: 15px;
}
.swiper-slide h3{ color: #fff; text-align: left;margin-top: 20px; margin-bottom: 0;font-size: 14px;}
.swiper-slide p.s_url{ font-size: 10px; color: #ccc; margin-top: 10px; opacity: 0.5;}
.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{ background:url("../img/prev.svg") no-repeat;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{ background:url("../img/next.svg") no-repeat;}
.desc {
  padding: 0.8rem;
  display: flex;
  flex-direction: column;
}
.price {
  display: block;
  margin-top: 15px;
  font-weight: 600;
  color: #0891b2;
  font-size: 1.4rem;
}
.swiper{
	overflow-x:scroll !important;
}
.project {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.project .txt-box {
}

.project .project-txt {
    line-height: 1.5;
    font-size: 22px;
    opacity: 0;
    transform: translateY(30px);
    transition: .5s .3s;
}

.project.on .project-txt {
    opacity: 1;
    transform: translateY(0);
}

.project .line {
    width: 0px;
    height: 1px;
    background-color: #121212;
    position: absolute;
/*    transform: translateX(280px);*/
    top: 40%;
    z-index: 5;
    transition: 1s;
    opacity: 0;
}

.project.on .line {
    width: 150px;
    opacity: 1;
}

.project .section-title {
    text-align: left;
}
.project .section-title_h2{margin-top: 100px;}
.project .btn {
    background-color: #222;
    color: white;
    margin-top: 45px;

}

.project .btn-box {
    opacity: 0;
    transition: .5s .5s;
}

.project .btn:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.project.on .btn-box {
    opacity: 1;
}

.project .swiper {
    width: 100%;
    position: relative;
}

.project .swiper-wrapper {
    width: 100%;
}

.project .swiper-slide {
    width: 100%;
    height: 700px;
    transform: translateY(130px);
}

.project .swiper-slide.main {
    height: 990px;
    width: 100%;
    transform: translateY(0px);
    overflow: hidden;
}

.project .swiper-slide .img-box {
    width: 55%;
    height: 100%;
    margin-left: 45%;
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: .8s ;
}

.project .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.project.on .swiper-slide .img-box {
    transform: translateY(0);
    opacity: 1;
}

.project .swiper-slide img:hover {
    transform: translateY(0) scale(1.05);
}

.project .swiper-slide.main img {
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
    transform: translateY(150px);
    opacity: 0;
}

.project.on .swiper-slide.main img {
    transform: translateY(0);
    opacity: 1;
}

.project .swiper-slide.main img:hover {
    transform: translateY(0) scale(1.05);
}

.project .button {
    width: calc(60% - 30px);
    position: relative;
}

.project .swiper-btn {
    position: absolute;
    width: 140px;
    right: -10px;
}

.project .swiper-button-next,
.project .swiper-button-prev {
    background-image: url(../img/arrow-white.svg);
    bottom: 0px;
    top: auto;
    background-size: 15px;
    margin-top: 0px;
    width: 60px;
    height: 60px;
    transform: rotate(90deg);
    background-color: #222;
}

.project .swiper-button-prev {
    transform: rotate(-90deg);
    background-color: #444;
}

.project .swiper-pagination-fraction {
    font-family: 'NEXON Lv1 Gothic OTF', sans-serif;
    left: 0px;
    margin-left: 45%;
    bottom: -30px;
    width: 55%;
    text-align: left;
    position: absolute;
    cursor: pointer;
}

.project .bold {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
}

.project .swiper-pagination-current {
    font-weight: bold;
    font-size: 20px;
    margin-left: 1px;
}

.parter_logo{display: flex; align-items: center;justify-content: space-evenly;margin-top: 70px;}
.parter_logo span{}
.parter_logo span img.parter01{width: 150px;}
.parter_logo span img.parter02{width: 200px;}
.parter_logo span img.parter03{width: 160px;}
.parter_logo span img.parter04{width: 150px;}
.parter_logo span img.parter05{width: 40px;}

.parter_b_box{padding: 90px; background: #f9f9f9;}
.parter_b_box h3{margin-bottom: 30px;}
.parter_b_box p{font-size: 18px;
    text-align: center;
    color: #666;}
.partner_con{ margin-top: 100px; text-align: center;}
.partner_con dl{width: 25%;
    display: inline-block;
    vertical-align: top; padding: 3% 0;}
.partner_con dl dt{    text-align: center;}
.partner_con dl dd{font-size: 24px;
    text-align: center;}
.partner_con dl dd span{
	    font-size: 16px;
    color: #666;
    display: block;
    padding-top: 20px;
    line-height: 22px;
}
/* footer */

footer {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #000;
}

footer .img-box {
    background-image: url(../img/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 450px;
}

footer .contact-box {
    max-width: 1640px;
    height: 300px;
    background-color: #222;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: -190px auto 0;
}

footer .contact-txt {
    line-height: 1.5;
    transform: translateX(-20px);
    font-size: 18px;
    opacity: 0;
    transition: .5s .5s;
}

footer.on .contact-txt {
    transform: translateX(0);
    opacity: 1;
}

footer .section-title {
    text-align: left;
    margin-bottom: 0;
    transform: translateX(-20px);
}

footer.on .section-title {
    opacity: 1;
    transform: translateX(0);
}

footer .line {
    width: 300px;
    height: 1px;
    background-color: white;
    transition: .5s .3s;
    transform: scale(0);
    transform-origin: left;
}

footer.on .line {
    transform: scale(1);
}

footer .footer-logo {
    width: 155px;
    opacity: 0.6;
}

footer .footer-list {
        padding: 60px 0;
    width: 100%;
    display: flex;
}

footer .footer-list .info {
    width: 1000px;
    margin-left: 120px;
}

footer .info p {
    display: inline-block;
    color: #777;
    margin-right: 40px;
    position: relative;
    margin-bottom: 20px;
}

footer .info p:nth-of-type(1)::before,
footer .info p:nth-of-type(4)::before {
    background-color: transparent;
}

footer .info p:nth-of-type(4),
footer .info p:nth-of-type(5),
footer .info p:nth-of-type(7) {
    margin-bottom: 0;
}



footer .footer-bottom {
    margin-top: 90px;
    padding-bottom: 60px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #444;
    font-family: 'NEXON Lv1 Gothic OTF', sans-serif;
}

footer .footer-bottom .sns-list {
    display: flex;
}

footer .footer-bottom .sns-list li {
    margin-left: 20px;
    transition: 0.3s;
}

footer .footer-bottom .sns-list li:hover {
    opacity: 0.6;
}

/* fixed-btn */
.fixed-btn {
    position: fixed;
    z-index: 5;
    bottom: 100px;
    right: 40px;
    width: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    display: none;
}

.fixed-btn .top-btn {
    border: 1px solid black;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.5);
}

.fixed-btn .top-btn.black {
    border: 1px solid black !important;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.fixed-btn .top-btn.black .white {
    display: none !important;

}

.fixed-btn .top-btn.black .black {
    display: block !important;
}

.fixed-btn .top-btn .white {
    display: none;
}

.fixed-btn .top-btn.white {
    border: 1px solid white;
    background-color: transparent;
}

.fixed-btn .top-btn.white .white {
    display: block;
}

.fixed-btn .top-btn.white .black {
    display: none;
}
.fixed-btn img {
    width: 100%;
}
.fixed-btn .top-btn img {
    width: 16px;
}

/* scroll-down */
.scroll-down {
    position: absolute;
    bottom: 0;
    right: 60px;
    z-index: 5;
    color: white;
    font-family: 'NEXON Lv1 Gothic OTF', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.scroll-down .scroll-txt {
    position: absolute;
    right: -60px;
    bottom: 170px;
    width: 120px;
    transform: rotate(90deg);
}

.scroll-down .scroll-bg {
    width: 1px;
    height: 110px;
    background-color: white;
    opacity: 0.5;
    position: relative;
}

.scroll-down .scroll-box {
    background-color: white;
    width: 1px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    animation: scroll-slide;
    animation-timing-function: ease-in-out;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes scroll-slide {
    from {
        top: 0%;
    }

    to {
        top: 52%;
    }
}

.side-navi {
    position: fixed;
    left: 40px;
    top: 50%;
    display: flex;
    flex-direction: column;
    z-index: 5;
    justify-content: space-between;
    width: 30px;
    height: 160px;
    align-items: center;
    transform: translateY(-50%);
}

.side-navi.black a {
    background-color: black;
}

.side-navi.black a.on::after {
    border: 1px solid black;
}

.side-navi a {
    width: 6px;
    height: 6px;
    background-color: white;
    border-radius: 50%;
    opacity: 0.5;
}

.side-navi a.on {
    opacity: 1;
    position: relative;
}

.side-navi a.on::after {
    width: 22px;
    height: 22px;
    border: 1px solid white;
    clear: both;
    display: block;
    content: '';
    border-radius: 50%;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

header.sub {
    position: absolute;
    top: 0;
}

.title-section {
    width: 100%;
    position: relative;
    margin-top: 0;
    text-align: center;
    color: white;
    padding-top: 0!important;
}

.title-section .section-title {
    opacity: 1;
    transform: translateY(0);
    margin-bottom: 20px;
    font-size: 48px;
    animation: fadein 2s;
}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.title-section .title-bg.about {
    background-image: url(../img/about/about-bg.jpg);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: -10;
}

.title-section .black-layer {
    background-image: url(../img/about/black-layer.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: -5;
    opacity: 0;
}


.title-section .inner {
    height: 100vh;
}

.title-section .title-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.title-section .title-box .section-sub-title {
    margin-bottom: 40px;
    font-size: 18px;
    animation: fadein 2s;

}

@keyframes fadein {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.title-section .scroll-txt .sub-text-title {
    margin-bottom: 40px;
    line-height: 1.5;
    font-size: 42px;
    font-weight: 500;
    margin-top: 40vh;
    opacity: 0;
    transform: translateY(20px);
    transition: .5s .5s;
}

.title-section .scroll-txt.on .sub-text-title {
    opacity: 1;
    transform: translateY(0px);
}

.title-section .scroll-txt .sub-text-txt {
    margin-bottom: 160px;
    width: 600px;
    margin: 0 auto 160px;
    line-height: 1.5;
    font-size: 18px;
    opacity: 0;
    transform: translateY(20px);
    transition: .5s .8s;
}

.title-section .scroll-txt.on .sub-text-txt {
    opacity: 1;
    transform: translateY(0px);
}

.title-section .sub-scroll {
    width: 2px;
    height: 120px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    position: relative;
    animation: fadein 2s;
}

.title-section .sub-scroll-bg {
    width: 100%;
    height: 120px;
    background-color: white;
    opacity: .5;

}

.title-section .sub-scroll-con {
    position: absolute;
    width: 2px;
    z-index: 2;
    height: 60px;
    background-color: white;
    animation: sub-scroll-slide;
    animation-timing-function: ease-in-out;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

@keyframes sub-scroll-slide {
    from {
        top: 0%;
    }

    to {
        top: 50%;
    }
}

.white-bg {
    background-color: white;
    width: 100%;
    height: auto;
}

.history {
    padding: 160px 0;
    background-color: white;
    overflow-x: hidden;
}

.history .inner {
    height: 1080px;
    display: flex;
    align-items: center;
}

.history .section-title {
    text-align: left;
}
.history svg#레이어_2{
    width: 280px;
    margin-left: 320px;
    margin-top: -70px;
}
.history .txt-box {
    width: 40%;
    margin-right: 10%;
    float: left;

}

.history .txt-box .txt {
    line-height: 1.5;
    font-size: 18px;
    transform: translateY(25px);
    opacity: 0;
    transition: .5s .5s;
}

.history.on .txt-box .txt {
    opacity: 1;
    transform: translateY(0px);
}

.history .txt-box .name {
    margin-top: 100px;
    font-size: 18px;
    transform: translateY(25px);
    opacity: 0;
    transition: .5s .8s;
}

.history.on .txt-box .name {
    opacity: 1;
    transform: translateY(0px);
}

.history .img-box {
    width: 50%;
    float: left;
    height: 100%;
    transform: translateX(80px);
    transition: 1s;
    opacity: 0;
}

.history.on .img-box {
    transform: translateX(0);
    opacity: 1;
}

.history .img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mission {
    margin-top: 0;
    background-color: white;
}

.mission .scroll-box {
    width: 50%;
    float: left;
    margin-top: calc(100vh - 400px);

}

.mission .scroll-box>div {
    margin-top: 160px;
    float: right;
    opacity: 0;

}

.mission .scroll-box>div:nth-of-type(1) {
    margin-top: 0px;
    margin-right: 150px;
    margin-left: calc(100% - 430px);
    transition: .5s .5s;
}

.mission.on .scroll-box>div {
    opacity: 1;
}

.mission .scroll-box>div:nth-of-type(2) {
    margin-right: 440px;
    margin-left: calc(100% - 840px);
    transition: .5s .5s;
}

.mission .scroll-box>div:nth-of-type(3) {
    transition: .5s .5s;
    margin-right: -106px;
    margin-left: calc(100% - 568px);
    margin-bottom: 450px;
}

.mission .scroll-box .box-title {
    font-family: 'NEXON Lv1 Gothic OTF', sans-serif;
    font-weight: 600;
    font-size: 22px;
    margin-top: 28px;
    display: block;
}

.mission .scroll-box .box-txt {
    color: #888;
    font-size: 18px;
    display: block;
    margin-top: 10px;
}

.mission .fixed-box {
    width: 50%;
    height: 100vh; 
    float: left;
    top: 0;
}

.mission .box-1 .img-box {
    width: 530px;
    height: 450px;
    overflow: hidden;
}

.mission .box-2 .img-box {
    width: 400px;
    height: 602px;
    overflow: hidden;
}

.mission .box-3 .img-box {
    width: 674px;
    height: 515px;
    overflow: hidden;
    position: relative;

}

.mission .box-3 .img-box img {
    position: absolute;
    z-index: 1;
    left: 0;
}

.mission>div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.mission .mobile{
    display: none;
}

.mission .section-title {
    text-align: left;
    color: white;
    margin-bottom: 20px;
}

.mission .section-txt {
    color: #f7f7f7;
    line-height: 1.5;
    font-size: 18px;
    transform: translateY(25px);
    opacity: 0;
    transition: .5s .5s;
}

.mission.on .section-txt {
    transform: translateY(0px);
    opacity: 1;
}

.mission .fixed-box .text-box {
    position: absolute;
    top: 50%;
    left: 150px;
    transform: translateY(-50%);
}

.process {
    padding: 160px 0;
    width: 100%;
    height: 1080px;
    position: relative;
    background-color: white;
}

.process .section-title {
    text-align: left;
    color: white;
}

.process .img-box {
    width: 100%;
    height: 100%;
    position: relative;
}

.process .img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: .5s;
}

.process .img-box img:nth-of-type(2) {
    width: 50%;
    right: 0;
    left: auto;
}

.process .img-box img:nth-of-type(4) {
    width: 85%;
    right: 0;
    left: auto;
}

.process .img-box img:nth-of-type(3) {
    width: 80%;
    right: 0;
    left: auto;
}

.process .img-box img:nth-of-type(5) {
    width: 70%;
    right: 0;
    left: auto;
}

.process .img-box img.on {
    opacity: 1;
}

.process .text-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    box-sizing: border-box;
}

.process .text-bg {
    width: 55%;
    height: calc(100% - 320px);
    background-color: #222;
    position: absolute;
    margin-top: 160px;
}

.process .inner {
    height: 100%;
    display: flex;
    align-items: center;
}

.process .process-list {
    width: 800px;
    display: flex;
    flex-wrap: wrap;
}

.process .process-list li {
    width: 33.333%;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    opacity: 0;
    transition: .5s .5s;
}

.process.on .process-list li:nth-of-type(1) {
    transition: .5s .5s;
    opacity: 1;
}

.process.on .process-list li:nth-of-type(2) {
    transition: .5s .7s;
    opacity: 1;
}

.process.on .process-list li:nth-of-type(3) {
    transition: .5s .9s;
    opacity: 1;
}

.process.on .process-list li:nth-of-type(4) {
    transition: .5s 1.1s;
    opacity: 1;
}

.process.on .process-list li:nth-of-type(5) {
    transition: .5s 1.3s;
    opacity: 1;
}

.process.on .process-list li:nth-of-type(6) {
    transition: .5s 1.5s;
    opacity: 1;
}

.process .process-list li:nth-of-type(1),
.process .process-list li:nth-of-type(2),
.process .process-list li:nth-of-type(3) {
    margin-bottom: 55px;
}

.process .process-list .list-title {
    color: #f7f7f7;
    text-align: center;
    margin: 20px 0 10px;
    font-size: 22px;
}
.process .process-list .list-title img{
    margin-left: 4px;
}
.process .process-list .list-title .static{
    display:inline-block;
}
.process .process-list .list-title .hover{
    display: none;
}
.process .process-list li:hover  .list-title .static{
    display: none;
}
.process .process-list li:hover  .list-title .hover{
    display: inline-block;
}
.process .process-list .list-txt {
    color: #888;
    text-align: center;
    font-size: 18px;
    line-height: 1.5;
}

.process .process-list li:hover .list-title {
    color: #67DCD1;
}

.process .process-list li:hover .list-txt {
    color: #3D9990;
}

.process .process-list li:hover svg path,
.process .process-list li:hover svg rect,
.process .process-list li:hover svg ellipse,
.process .process-list li:hover svg line {
    stroke: #67DCD1;
}

.process .process-list li:hover .green {
    display: block;
}

.process .process-list li .green {
    display: none;
}

.process .process-list li:hover .white {
    display: none;
}

.process .process-list li .white {
    display: block;
}

.process svg path,
.process svg line {
    stroke: #f7f7f7;
}

.process .process-list li{
    justify-content: flex-start;
}
.process .process-list li:nth-of-type(1), .process .process-list li:nth-of-type(2), .process .process-list li:nth-of-type(3){
    margin-bottom: 55px;
    justify-content: flex-end;
}
.process .process-list li:nth-of-type(3) svg{
    margin-bottom: 5px;
}
.title-section .title-bg.space {
    background-image: url(../img/space/space-bg.jpg);
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: -10;
}


.home {
    padding-top: 160px;
}

.space-curation .section.on .top-box .section-txt {
    opacity: 1;
    transform: translateY(0);
}

.space-curation .top-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.space-curation .top-box .section-txt {
    line-height: 1.5;
    font-size: 20px;
    text-align: right;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(30px);
    transition: 1s .2s;
}

.space-curation .remodeling .top-box .section-txt {
    text-align: left;
}

.space-curation .top-box .line {
    width: 0px;
    height: 2px;
    transition: 1s .5s;
    background-color: #3D9990;
    margin-top: 70px;
}

.space-curation .section.on .top-box .line {
    width: 240px;
}

.space-curation .section .top-box .main-img-box {
    opacity: 0;
    transform: translateY(30px);
    transition: 1.3s;
}

.space-curation .section.on .top-box .main-img-box {
    opacity: 1;
    transform: translateY(0px);
}

.space-curation .section .sub-img-box {
    opacity: 0;
    transform: translateY(30px);
    transition: 1.3s .5s;
}

.space-curation .section.on .sub-img-box {
    opacity: 1;
    transform: translateY(0px);
}

.space-curation .bottom-box {
    margin-top: 100px;
    width: 100%;
    position: relative;
}
.space-curation .bottom-box .bottom-img img{
    width: 100%;
    display: block;
}
.space-curation .bottom-box.on .bottom-white-box {
    transform: translate(-50%, -50%);
    opacity: 1;
}

.space-curation .bottom-white-box {
    position: absolute;
    z-index: 1;
    top: 50%;
    background-color: white;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    width: 80%;
    align-items: center;
    justify-content: space-between;
    padding: 90px;
    transition: .8s;
    opacity: 0;
}

.space-curation .bottom-white-box a {
    margin-top: 0;
    border: 1px solid #666;
    color: #121212;
    display: inline-block;
    opacity: 0;
    transition: 1s;
    transform: translateY(10px);
}

.space-curation .bottom-box.on .bottom-white-box a {
    opacity: 1;
    transform: translateY(0);
}

.space-curation .bottom-white-box a div {
    text-shadow: 0 16px 0 #121212;
}

.space-curation .bottom-white-box a:hover span {
    color: #121212;
}

.space-curation .bottom-title {
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 28px;
    position: relative;
}

.space-curation .bottom-title::after {
    content: '';
    width: 0px;
    height: 20px;
    background-color: #69EEE1;
    opacity: .7;
    position: absolute;
    z-index: -1;
    left: 18.5%;
    top: 15px;
    transition: 1s .5s;
}

.space-curation .bottom-box.on .bottom-title.styling::after {
    width: 284px;
}

.space-curation .bottom-box.on .bottom-title.remodeling::after {
    width: 258px;
}

.space-curation .bottom-box.on .bottom-title.plan::after {
    width: 260px;
}

.space-curation .bottom-title.styling::after {
    left: 18.5%;
    top: 15px;
}

.space-curation .bottom-txt li {
    font-size: 18px;
    margin-bottom: 12px;
    opacity: 0;
    transform: translateY(10px);
}

.space-curation .bottom-txt li:last-of-type {
    margin-bottom: 0;
}

.space-curation .bottom-txt li:nth-of-type(1) {
    transition: 1s .5s;
}

.space-curation .bottom-txt li:nth-of-type(2) {
    transition: 1s .7s;
}

.space-curation .bottom-txt li:nth-of-type(3) {
    transition: 1s .9s;
}

.space-curation .bottom-box.on .bottom-txt li {
    opacity: 1;
    transform: translateY(0px);

}

.space-curation .section.plan {
    padding-bottom: 160px;
}

.space-curation .line.styling{
    position: absolute;
    bottom: 750px;
    left: 40%;
    z-index: 10;
}
.space-curation .line.remodel{
    position: absolute;
    bottom: auto;
    top: 130px;
    left: 43%;
    z-index: 10;
}
.space-curation .line.space-p{
    position: absolute;
    bottom: auto;
    top: 230px;
    left: 43%;
    z-index: 10;
}
.space-curation svg#레이어_1{
    fill: #fff;
    padding-bottom: 14px;
    height: 200px;
}
.space-curation svg#레이어_r{
    fill: #fff;
    padding-bottom: 14px;
    height: 186.65px;
}
.space-curation svg#레이어_s{
    fill: #fff;
    padding-bottom: 47px;
    height: 160px;
}

.space-curation svg#레이어_2{ 
    fill: #fff;
    margin-left: 300px; 
    margin-top: -80px;
    transform: scale(.9);
    width: 280px;
}
#remodeling-mask path{
    fill: #fff;
}
@keyframes home-ani {
    from {
        stroke-dashoffset: 4000;
        opacity: .5;
    }

    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}
@keyframes sign-ani {
    from {
        stroke-dashoffset: 3000;
        opacity: .3;
    }

    to {
        stroke-dashoffset: 0;
        opacity: 1;
    }
}

.cls-1 {
    fill: #fff;
}

.home.on .cls-2 {
    fill: none;
    stroke: #3d9990;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 14px;
    stroke-dasharray: 4000;
    animation: home-ani 5s;
}
.remodeling.on .cls-r {
    fill: none;
    stroke: #3d9990;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 12px;
    stroke-dasharray: 4000;
    animation: home-ani 6s;
}
.plan.on .cls-1 {
    fill: none;
    stroke: #3d9990;
    stroke-miterlimit: 10;
    stroke-width: 14px;
    stroke-dasharray: 4000;
    animation: home-ani 5s;
}
@media screen and (max-width: 1600px) {
.inner {
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
	.area-1400 {
    max-width: 1200px;
    margin: 30px auto;
}
}

@media screen and (max-width: 1400px) {
	.inner {
    max-width: 1100px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
	.area-1400 {
    max-width: 1100px;
    margin: 30px auto;
}
    header .sitemap-contents .txt-box {
        justify-content: center;
        box-sizing: border-box;
        margin: 0;
        padding: 0 16px;
    }

    header .sitemap-contents .link-menu {
        width: 401px;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }

    header .sitemap-contents.active .sitemap-menu>li {
        text-align: center;
    }

    header .sitemap-contents.active .sitemap-menu>li:nth-of-type(1) {
        margin-bottom: 30px;
    }

    header .sitemap-menu>li>a {
        margin-bottom: 30px;
    }

    header .sitemap-menu .sitemap-sub-menu li:nth-of-type(1) {
        padding-top: 30px;
    }

    header .sitemap-contents.active .sitemap-menu>li .line {
        transform: rotate(90deg);
        width: 20px;
        transition: 1s 1s;
    }

    header .sitemap-menu>li:nth-of-type(2) {
        flex-direction: column;
    }
    header .sitemap-contents.active .link-menu {
        width: 420px;
        bottom: 40px;
        left: 50%;
        transform: translate(-50%,0);
        opacity: 1;
        transition: 1s 1s;
    }
    header .sitemap-contents .link-menu li:nth-of-type(1) {
        margin-bottom: 16px;
    }

    header .sitemap-contents .link-menu li:nth-of-type(2) {
        margin-left: 0;
    }

    header .sitemap-contents .img-box {
        display: none;
    }

    footer .footer-list .info {
        width: 100%;
        margin-left: 0;
        padding-left: 20px;
        margin-top: 30px;
        box-sizing: border-box;
    }

    footer .footer-list {
        flex-direction: column;
    }

    footer .info p {
        line-height: 1.5;
        margin-bottom: 10px;
    }
    footer .info p::before{
        top: 7px;
    }
    footer .info p:nth-of-type(1)::before,
    footer .info p:nth-of-type(4)::before {
        background-color: #c1c1c1;
        top: 7px;
    }

    footer .info p:nth-of-type(4),
    footer .info p:nth-of-type(5),
    footer .info p:nth-of-type(6) {
        margin-bottom: 10px;
        
    }

    .process {
        height: 1300px;
    }

    .process .inner {
        align-items: flex-start;
        box-sizing: border-box;
        padding-top: 160px;
        justify-content: center;
    }

    .process .section-title {
        text-align: center;
        padding-top: 160px;
    }

    .process .text-bg {
        width: 100%;
        height: 48%;
    }

    .process .process-list {
        width: 100%;
    }

    .process .img-box {
        position: absolute;
        height: 49%;
        bottom: 160px;
    }

    .process .img-box img:nth-of-type(2) {
        width: 100%;
    }

    .process .img-box img:nth-of-type(4) {
        width: 100%;
    }

    .process .img-box img:nth-of-type(3) {
        width: 100%;
    }

    .process .img-box img:nth-of-type(5) {
        width: 100%;
    }
    .mission {
        position: relative;
        height: 2800px;
    }
    .mission .box-1 .img-box{
        width: 36vw;
        height: 30vw;
    }
    .mission .box-2 .img-box{
        width: 28vw;
        height: 43vw;
    }
    .mission .box-3 .img-box{
        width: 40vw;
        height: 35vw;
    }
    .space-curation header .inner{
        width: auto;
        max-width: 100%;
        margin: 0 30px;
    }
    .space-curation .inner{
        width: auto;
        margin: 0 30px;
    }
    .space-curation svg{
        width: 450px;
        float: right;
    }
    .space-curation .sitemap-contents .line{
        display: block;
    }
    .space-curation .remodeling svg{
        float: none;
    }
    .space-curation .line{
        display: none;
    }
    .space-curation footer .line{
        display: block;
    }
    .space-curation .section .top-box{
        flex-wrap: wrap;
    }
    .space-curation .section .top-box .main-img-box{
        width: 50%;
    }
    .space-curation .section .top-box .main-img-box img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .space-curation .section .top-box .text-box{
        width: 50%;
    }
    .space-curation .section .top-box .sub-img-box img{
        width: 90%;
        margin-left: 10%;
    }
    .space-curation .remodeling .top-box .sub-img-box img{
        width: 90%;
        margin-right: 10%;
        margin-left: 0;
    }
    .space-curation .top-box .section-txt {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .space-curation .bottom-box .bottom-img{
        width: 100%;
    }
    .space-curation .bottom-box .bottom-img img{
        width: 100%;
    }
    .space-curation .bottom-white-box{
        width: 75%;
        padding: 60px;
    }
    .space-curation .bottom-title{
        font-size: 22px;
        margin-bottom: 20px;
    }
    .space-curation .bottom-txt li{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .space-curation .bottom-white-box a{
        font-size: 15px;
        padding: 16px 12px 15px;
    }
    .space-curation .btn div span:last-child{
        margin-left: 5px;
    }
    .space-curation .bottom-box.on .bottom-title.styling::after {
        width: 225px;
        left: 16%;
        top: 12px;
    }
    .space-curation .top-box .section-txt{
        padding-right: 30px;
    }
    .space-curation .bottom-box.on .bottom-title.remodeling::after {
        width: 205px;
        left: 16%;
        top: 12px;
    }
    
    .space-curation .bottom-box.on .bottom-title.plan::after {
        width: 206px;
        left: 16%;
        top: 12px;
    }
	.space1 .space-list li .txt-box{    margin-left: 50px;}
	.space1 .space-list li .txt-box3{    margin-left: 50px;}
}

@media screen and (max-width:1280px) {
	.inner {
    max-width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
	.area-1400 {
    max-width: 900px;
    margin: 30px auto;
}
	
	header .sitemap-btn{display: block;}
    .space .space-list li .img-box {
        height: 300px;
    }
	header .main-menu li.web_menu{display: none;}

    .about .bg-line {
        display: none;
    }


    .about .about-list {
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        padding-top: 0;
    }

    .about .about-list li {
        width: 70%;
        margin: 0 auto;
        display: flex;
        height: 200px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    }

    .about .about-list li:last-of-type {
        border-bottom: 0;
    }

    .about .about-list li .about-static-list {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .about .about-sub-list {
        padding: 50px;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .about .line {
        width: 0px;
        height: 1px;
    }

    .about.on .line {
        height: 1px;
        width: 50px;
    }

    .about .plus-circle {
        margin: 0;
        margin-left: 10%;
        width: 30px;
        height: 30px;
    }

    .about .plus-circle div {
        width: 12px;
    }

    .about .about-sub-list {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }

    .about .about-sub-list .about-sub-title {
        display: none;
    }

    .about .about-sub-list .line {
        margin: 0 30px;
    }

    .about .about-sub-txt {
        margin-right: 30px;
        padding: 0;
    }

    .about .btn {
        padding: 15px 12px;
        font-size: 13px;
    }

    .project .swiper-slide.main {
        height: auto;
    }

    .project.on .line {
        width: 150px;
    }
.space1 .space-list li .img-box {
    width: 50%;
}
	.backend_box p{width: 100%;}
	.about{height: 100%; background: #000;}
	.about .history_box {
    display: flex;
    margin-top: 100px;
    justify-content: space-between;
    flex-direction: column;
}
	.partner_con dl {
    width: 40%;
    display: inline-block;
    vertical-align: top;
    padding: 2%;
}
	.about .history_R{width: 100%;  margin-top: 50px; justify-content: flex-start; margin-bottom: 50px;}
    footer .line {
        width: 100px;
    }

    .history .inner {
        height: auto;
        flex-wrap: wrap;
    }

    .history .txt-box {
        width: 100%;
        margin-bottom: 30px;
        margin-right: 0;
    }

    .history .img-box {
        width: 100%;
    }

    .history .section-title {
        text-align: center;
    }

    .history .txt-box .txt {
        font-size: 16px;
        text-align: center;
    }

    .history .txt-box .name {
        text-align: center;
        font-size: 16px;
    }

    .history svg#레이어_2{
        width: 150px;
        transform: scale(1) translateX(-50%);
        margin-left: 50%;
        margin-top: 10px;
    }

    .mission {
        position: relative;
        height: 2600px;
    }
}
@media screen and (max-width : 1024px) {
	.inner {
    max-width:90%;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
	.area-1400 {
    max-width:90%;
    margin: 30px auto;
}
	.about .section-title{    padding-top: 0px;}
	.about_img {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
	.about_img img{margin: 10px; height: 100px;}
	
	.space1 .space-list li {
    width: 100%;
    opacity: 0;
    transition: .7s all 0.6s;
    display: flex;
    justify-content: space-between;
    margin-bottom: 100px;
    flex-direction: column;
    align-items: center;
}
	
	.space1 .space-list li .txt-box {
    width: 90%;
    text-align: left;
    bottom: 0px;
    position: relative;
    left: 0;
		margin-left: 0;
}
    .space-curation svg{
        width: 320px;
    }
	.space1 .space-list li.con_02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 100px;
}
	.space1 .space-list li .txt-box2 {
    width: 90%;
    text-align: left;
    bottom: 0;
    position: relative;
    left: 0%;
}
	.space1 .space-list li .txt-box3 {
    width: 90%;
    text-align: left;
    bottom: 0px;
    position: relative;
    left: 0%;
    margin-top: 50px;
    margin-left: 0px !important;
}
	.space1 .space-list li .txt-box4 {
    width: 90%;
    text-align: left;
    bottom: 0px;
    position: relative;
    left: 0%;
    margin-top: 50px;
}
	.parter_b_box {
    padding: 90px 0;
    background: #f9f9f9;
}
	.side-navi{display: none;}
}
@media screen and (max-width : 900px){
    .space-curation .bottom-white-box{
        padding: 20px;
        width: 80%;
        flex-direction: column;
    }
    .space-curation .bottom-title{
        font-size: 16px;
        margin-bottom: 10px;
        text-align: center;
    }
    .space-curation .bottom-txt li{
        font-size: 14px;
    }
    .space-curation .bottom-white-box a{
        font-size: 13px;
        padding: 13px 8px 12px;
        margin-top: 20px;
    }
    .space-curation .bottom-box.on .bottom-title.styling::after{
        width: 163px;
        height: 12px;
        left: 35.5%;
        top: 8px;
        transition: 0s;
    }
    
}
@media screen and (max-width : 768px) {

    header .main-menu li:nth-of-type(1),
    header .main-menu li:nth-of-type(2) {
        display: none;
    }

    section {
        margin-top: 50px;
    }

    .scroll-down {
        display: none;
    }
	.backend_box p.b_img img{width: 100%;}

/*
    .inner {
        margin: 0 16px;
    }
*/

    .btn {
        padding: 15px 12px;
        font-size: 13px;
    }

/*
    .visual .slide-btn {
        right: 16px;
        transform: scale(.95);
        bottom: 40px;
    }
*/
	.parter_logo {
    display: block;
    text-align: center;
    vertical-align: top;
		margin-top: 50px;
}
	.parter_logo span {
    display: inline-block;
    vertical-align: middle;
}
	.about_img {
    margin-bottom: 30px;
    display: block;
    text-align: center;
    vertical-align:middle;
}

    .visual .swiper-slide .green {
        font-size: 13px;
    }

    .visual .swiper-slide .visual-title {
        font-size: 38px;
    }

    .visual .swiper-slide .visual-sub-title {
        font-size: 15px;
    }

/*
    header .logo {
        width: 130px;
    }
*/
	#header{ height: 75px;}
	header .logo img{    width: 53px;}

    header .sitemap-btn a {
        width: 30px;
    }

    header .sitemap-menu>li>a {
        font-size: 18px;
    }

    header .sitemap-menu .sitemap-sub-menu li a {
        font-size: 16px;
    }
    header .sitemap-contents .link-menu{
        width: 180px;
        bottom: 40px;
        left: 50%;
        transform: translate(-50%,0);
    }
    header .sitemap-contents.active .link-menu {
        width: 180px;
        bottom: 40px;
        left: 50%;
        transform: translate(-50%,0);
        opacity: 1;
        transition: 1s 1s;
    }

    header .sitemap-contents .link-menu a {
        font-size: 14px;
        text-align: center;
        display: block;
        line-height: 1.5;
    }

    header .sitemap-contents .link-menu img {
        width: 20px;
        margin: 0 5px;
    }

    header .sitemap-contents .letter-space {
        display: block;
        margin-bottom: 5px;
    }

    header .main-menu {
        margin-top: 36px;
    }

    header .logo {
        top: 3px;
    }
	.section-title h2{font-size:  30px !important;}

/*
    .section-title {
        font-size: 26px;
        margin-bottom: 30px;
    }
*/
	.space1 .space-list li .img-box{width: 100%;}
	h2.sub_title{line-height: 50px;}
	.visual .swiper-wrapper{    overflow: hidden;}
    .space {
        padding-top: 0px;
		    height: 100% !important;
    }

    .space .space-list {
        flex-wrap: wrap;
        margin: 0 16px;
    }

    .space .space-list li {
        width: 48%;
    }

    .space .space-list li:nth-of-type(2) {
        margin-top: 130px;
    }

    .space .space-list li:nth-of-type(3) {
        margin-top: -110px;
    }

    .space .space-list li .img-box {
        height: 220px;
    }

    .space .space-title {
        font-size: 16px;
        margin-top: 16px;
    }

    .space-txt {
        font-size: 14px;
        margin-top: 6px;
    }

    .space .btn {
        margin-top: 30px;
    }
	p.basic_description {
    font-size: 14px;
    line-height: 20px;
    margin: 30px 0%;
    text-align: center;
    color: #666;
}
	p.basic_description {
    font-size: 14px;
    line-height: 20px;
    margin: 30px 0%;
    text-align: center;
    color: #666;
}
/*
    .about{
        height: 640px;
    }
*/

    .about .section-title {
        margin-bottom: 0;
    }

    .about .about-list li {
        width: 100%;
        padding: 0 16px;
        box-sizing: border-box;
        height: 150px;
    }

    .about .about-sub-txt {
        font-size: 14px;
    }

    .about .about-sub-list .about-title {
        display: none;
    }

    .about .line {
        display: none;
    }

    .about .about-sub-list {
        padding: 30px;
        width: 95%;
        box-sizing: border-box;
    }

    .about .about-list li .about-static-list {
        justify-content: space-between;
    }

    .about .plus-circle {
        margin-left: 0;
        width: 18px;
        height: 18px;
    }

    .about .plus-circle div {
        width: 8px;
    }

    .about .about-title {
        font-size: 16px;
    }

    .about .about-sub-title {
        font-size: 14px;
    }

    .about .btn {
        padding: 12px 8px 10px;
        font-size: 10px;
    }

    .about .btn div span:last-child {
        margin-left: 3px;
    }


	.project .line{    top: 28%;}
	.parter_b_box {
    padding: 30px 0;
    background: #f9f9f9;
}

    .about .about-list {
        padding-bottom: 50px;
    }

    .project .swiper-slide {
        height: 400px;
    }

    .project .project-txt {
        font-size: 16px;
    }

    .project.on .line {
        width: 150px;
    transform: translateX(0px);
    }
	.partner_con dl{width: 100%;}

    .project .txt-box {
        top: 10%;
        left: 55%;
    }

    .project .swiper-slide .img-box {
        margin-left: 10%;
        width: 100%;
        margin-top: 140px;
    }

    .project .btn {
        margin-top: 20px;
    }

/*
    .project {
        margin-bottom: 50px;
    }
*/

    footer .line {
        width: 50px;
    }

    footer .contact-txt {
        font-size: 16px;
    }

    footer .contact-box {
        flex-direction: column;
        height: 120px;
        padding: 40px;
        justify-content: space-between;
    }

    footer .contact-txt {
        text-align: center;
    }

    footer .img-box {
        height: 350px;
    }

    footer .footer-list {
        flex-direction: column;
    }


    .title-section .section-title {
        font-size: 36px;
    }

    .title-section .title-box .section-sub-title {
        font-size: 16px;
    }

    .title-section .scroll-txt .sub-text-title {
        font-size: 4.3854vw;
    }

    .title-section .scroll-txt .sub-text-txt {
        font-size: 16px;
        width: 100%;
    }

    .title-section .title-box {
        width: 100%;
        left: 0;
        transform: translateX(0);
    }
    .mission {
        position: relative;
        height: 2300px;
    }
    .mission .section-txt{
        font-size: 16px;
    }
    .mission .box-1 .img-box{
        width: 45vw;
        height: 35vw;
    }
    .mission .box-2 .img-box{
        width: 34vw;
        height: 48vw;
    }
    .mission .box-3 .img-box{
        width: 40vw;
        height: 35vw;
    }
    .mission .fixed-box .text-box{
        left: 16px;
    }
    .mission .scroll-box .box-title {
        font-size: 16px;
    }
    .mission .scroll-box .box-txt{
        font-size: 14px;
    }
    .space-curation section{
        padding-top: 50px;
    }
    .space-curation .bottom-white-box{
        width: 100%;
        padding: 48px 0;
    }
    .space-curation .bottom-txt li{
        line-height: 1.5;
    }
    .space-curation header .inner{
        margin: 0 16px;
    }

    .space-curation .section .top-box .main-img-box{
        width: calc(100% - 32px);
        margin: 0 auto;
    }

    .space-curation .section .top-box .text-box{
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        position: relative;
    }
    .space-curation .top-box .section-txt{
        text-align: center;
        width: 100%;
        padding: 30px 16px 0px 16px;
        line-height: 1.5;
    }
    .space-curation .top-box .section-txt br{
        display: none;
    }
    .space-curation .section .top-box .sub-img-box img{
        width: 100%;
        margin-left: 0;
    }

    .space-curation .section .sub-img-box{
        width: calc(100% - 32px);
        margin: 0 auto;
    }
    .space-curation svg#레이어_1,
    .space-curation svg#레이어_r{
        width: 80%;
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 20;
    }
    .home.on .cls-2{
        stroke: #fff;
    }

    .space-curation .line{
        display: none;
    }
    .space-curation footer .line{
        display: block;
    }
    .project .swiper-btn{
        width: 120px;
    }
    .project .swiper-button-next, .project .swiper-button-prev {
        width: 50px;
        height: 50px;
        background-size: 12px;
    }
    .space-curation .bottom-box .bottom-img{
        display: none;
    }
    .space-curation .bottom-box{
        height: 200px;
        margin-top: 0;
    }
    .home{
        padding-top: 50px;
    }
    .space-curation .section.plan{
        padding-bottom: 50px;
    }
    .space-curation .remodeling .top-box .section-txt{
        padding: 0px 16px;
    }
    .space-curation svg#레이어_1{
        z-index: 10;
    }
    .remodeling.on .cls-r{
        stroke: #fff;
    }
    .plan.on .cls-1{
        stroke: #fff!important;
    }
    .space-curation svg#레이어_s{
        width: 80%;
        position: absolute;
        top: 46%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
    }
    .space-curation .remodeling .top-box .text-box{
        order: 2;
    }
    .space-curation .remodeling .top-box .main-img-box{
        order: 1;
    }
    .space-curation .remodeling .top-box .section-txt{
        text-align: center;
        margin-top: 30px;
    }
    .space-curation .bottom-box.on .bottom-title.remodeling::after{
        width: 150px;
        height: 12px;
        left: 37%;
        top: 8px;
        transition: 0s;
    }
    .space-curation .bottom-box.on .bottom-title.plan::after {
        width: 150px;
        height: 12px;
        left: 37%;
        top: 8px;
        transition: 0s;
    }
    .space-curation{
        overflow-x: hidden;
    }
    .space-curation .bottom-title::after {
        transition: 0s;
    }
    .history .txt-box .txt {
        text-align: left;
    }
}

@media screen and (max-width : 480px) {
    .project .txt-box {
        width: auto;
        padding-right: 16px;
    }
	.project .section-title_h2 {
    margin-top: 0px;
}

    .project .project-txt {
        font-size: 16px;
    }

    .visual .visual-sub-title br,
    .project .project-txt br {
        display: none !important;
    }
	h4{line-height: 24px;}
	.project .line{top: 25%;}
	h2.sub_title2{font-size: 28px;}
	h3{font-size: 25px;}
	h2.sub_title{font-size: 28px;}
	h2.sub_title1{font-size: 28px;}
	.space-txt{line-height: 24px;}
	.section-title{font-size: 28px;}

	.parter_b_box p{line-height: 24px;}
    .about .about-title,
    .about .about-sub-title,
    .about .plus-circle{
        transition: 1s all;
        transform: translateY(20px);
        opacity: 0;
    }


    footer .footer-list {
        margin-top: 40px;
    }

    footer .footer-bottom {
        font-size: 14px;
        padding-bottom: 40px;
    }

    footer .footer-bottom .sns-list li {
        margin-left: 10px;
    }

    .fixed-btn {
        width: 48px;
        right: 16px;
    }

    

    .fixed-btn .top-btn.black,
    .fixed-btn .top-btn {
        margin-top: 10px;
        width: 48px;
        height: 48px;
    }

    .fixed-btn .top-btn img {
        width: 14px;
    }

    .title-section .scroll-txt .sub-text-txt {
        font-size: 3.0833vw;
    }
    .history{
        padding: 0;
    }
    .history .section-title{
        margin-top: 50px;
    }
    .mission{
        height: 1400px;
        margin: 50px 0;
    }
    .mission .mobile{
        display: block;
    }
    .mission .pc{
        display: none;
    }
    .mission .section-title{
        text-align: center;
    }
    .mission .section-txt{
        text-align: center;
    }
    .mission .section-txt br{
        display: none;
    }
    .mission .fixed-box .text-box{
        left: 0;
        padding: 0 16px;
    }
    .mission .box-1 .img-box{
        width: 65vw;
        height: 50vw;
    }
    .mission .box-2 .img-box{
        width: 50vw;
        height: 68vw;
    }
    .mission .box-3 .img-box{
        width: 80vw;
        height: 60vw;
    }
    .mission .scroll-box>div:nth-of-type(1){
        margin-top: 70px;
        margin-left: 16px;
        margin-right: auto;
    }
    .mission .scroll-box>div:nth-of-type(2){
        margin-right: 16px;
        margin-left: auto;
        float: right;
    }
    .mission .scroll-box>div:nth-of-type(3){
        margin-right: 16px;
        margin-left: auto;
        float: right;
        margin-bottom: 0;
    }
    .mission .scroll-box .box-title{
        margin-top: 20px;
    }
    .mission .scroll-box .box-txt{
        margin-top: 8px;
    }
    .mission .scroll-box>div{
        margin-top: 50px;
    }
    .mission .fixed-box .text-box{
        top: 130px;
    }
    .mission .scroll-box{
        margin-top: 150px;
    }
    .process{
        margin: 0;
        padding: 50px 0;
        height: 700px;
    }
    .process .inner{
        padding-top: 50px;
    }
    .process .text-bg{
        margin-top: 50px;
        height: 48%;
    }
    .process .section-title{
        padding-top: 50px;
    }
    .process .process-list .list-title{
        font-size: 14px;
        margin: 0;
    }
	
    .process .process-list .list-txt {
        display:none;
    }
    .process .process-list img,
    .process .process-list svg {
        transform: scale(.6);
    }
    .process .img-box{
        height: 40%;
        bottom: 50px;
    }
    .process .process-list .list-title{
        display: flex;
        align-items: center;
    }
    .process .process-list .list-title img{
        padding-top: 2px;
    }
    .process .process-list li:nth-of-type(1), .process .process-list li:nth-of-type(2), .process .process-list li:nth-of-type(3){
        margin-bottom: 20px;
    }
    
    footer .footer-logo{
        width: 110px;
    }
    .space-curation .inner{
        margin: 0px;
    }
    .space-curation footer .inner{
        margin: 0 16px;
    }
    .space-curation .bottom-white-box{
        padding: 20px 0;
    }
    .space-curation .bottom-box.on .bottom-white-box{
        transform: translate(-50%, -42%);
    }

    
}

@media screen and (max-width : 360px) {
    .visual .swiper-slide .visual-sub-title {
        font-size: 4.1026vw;
    }

    .space .space-list li .img-box {
        height: 200px;
    }

    .space .space-list li .img-box img {
        height: 100%;
    }
	.section-title h2 {
    font-size: 28px !important;
}
}