@charset "UTF-8";
@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/pretendard@1.0/Pretendard-Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}

*{
    font-family: "pretendard", "GMarketSans", sans-serif;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    background-color:#141414 ;
}
ul li { list-style: none;}
a, p{color: #fff; text-decoration: none;}
::-webkit-scrollbar, .box::-webkit-scrollbar  {display: none;}
button { width: 42px; height: 42px; cursor: pointer; border: none; background: none; }
.text_r{text-align: right;}
.text_c{text-align: center;}
.text_l{text-align: left;}

header { position: relative;  width: 100%; height:auto;}
main{width: 100%; height: 100vh;}
section{height: 970px; padding: 0 100px; scroll-snap-align: start; transition: transform 0.8s ease; transition-duration: 0ms; transition-delay: 0ms;}
.inner{display: block; height: 100%; padding-top: 180px;}
h3 { font-size: 24px; color: #fff; font-family: "GMarketSans";  font-weight: 700; display: inline-block; position: relative;}
h3::after{content: ""; display: inline-block; height: 2px; width: 100%; background: #fff; position: absolute; left: 0px; bottom: 0;}

/* 사이트 도트 네비 */
.dot-nav { position: fixed; right: 40px; top: 50%; transform: translateY(-50%); display: flex; flex-direction: column; gap: 20px; z-index: 100;}
.dot-nav button { width: 12px; height: 12px; border: none; border-radius: 50%; background-color: #C7BEBE; transition: all 0.3s ease; cursor: pointer; }
.dot-nav button.active { background-color: #FA2D12; width: 12px; height: 30px; border-radius: 10px; }

/* 상단 네비바 */
.nav_wrap { position: fixed; width: 100%; z-index: 10;}
.nav_wrap .nav_inner { display: flex; align-items: center; justify-content: center; border-bottom: 1px solid #888; background:#000;}
.nav_wrap .nav_inner .menu_list {padding: 40px 60px; display: inline-block; font-size: 18px; font-family: "GMarketSans"; font-weight: 300; transition: all 0.4s ease;}
.nav_wrap .nav_inner .menu_list.active{font-weight: 500;}
.nav_wrap .nav_inner .menu_list.active:after{ content: ""; width: 7px; height: 7px; border-radius: 10px; background-color: #FA2D12; display: inline-block; position: absolute; margin-left: 7px;}
.nav_wrap .nav_inner .menu_list:hover:after{ content: ""; width: 7px; height: 7px; border-radius: 10px; background-color: #FA2D12; display: inline-block; position: absolute; margin-left: 7px;}

/* 인트로 */
/* .intro{ background: url(/images/particles.png) no-repeat; position: relative; background-position: bottom 70% right 0%;} */
.intro h1{font-size: 27px; font-weight: 400; color: #fff;}
.intro .title{ position: relative; top: 120px;}
.intro .title .sub{font-weight: 400; font-size: 54px;}
.intro .title h2 { font-size: 90px; color: #fff; font-family: "GMarketSans"; font-optical-sizing: auto; font-weight: 700; letter-spacing: -3px; margin-top: 15px;}
.intro .title h2 img{vertical-align: text-bottom; padding: 10px; animation: 4s linear 0s infinite normal none running spin;}
.intro .title h2 strong{color:#141414; background-color: #fff; padding: 15px; padding-bottom: 0px; margin-right: 15px; font-family: "GMarketSans"; border-radius: 0px;}

/* 프로파일 */
/* .profile{background: url(/images/particles.png) no-repeat; position: relative; background-position: bottom 300px right -20%;} */
.profile .inner{display: block;gap: 1%;}
.profile .inner .profile_01, .profile .inner .profile_02{width: 100%; display: flex; justify-content: space-between;}

.profile .inner .list{ padding: 55px 50px; display: flex; flex-direction: row; align-items: flex-start; justify-content: space-evenly; gap: 4%;}
.profile .list_01, .profile .list_02{width: 49%; float: left; height: 250px; background: linear-gradient(150deg, rgba(255, 255, 255, 0.05) 30%, rgba(255, 255, 255, 0.1) 60%, rgba(255, 255, 255, 0.15) 100%);border-radius: 20px;border:2px solid #272727;box-shadow: inset 2px 2px 0px 0px rgba(0, 0, 0, 0.1);backdrop-filter: blur(3px);}
.profile .list_01 h3, .profile .list_02 h3, .profile .list_01 ul, .profile .list_02 ul{float: left;}
.profile .inner .list ul{display: inline-block;}
.profile .inner .list ul li{margin-left: 12px; margin-bottom: 10px;}
.profile .inner .list_01 ul li{color:#fff; font-size: 21px;}
.profile .inner .list_01 ul li .title{color:#888; margin-right: 20px; text-transform: uppercase; display: inline-block; width: 70px;}
.profile .inner .list_02 ul li{float: left;}

/* 경력 */
.profile .inner .profile_02{ margin-top: 50px; position: relative;}
/* .profile .inner .profile_02 .bg_line{ width: 100%; opacity: 1; height: 3px; display: inline-block; background: radial-gradient(circle, rgb(255, 255, 255, 0.6) 40%, transparent 100%); position: absolute;  top: 35%; transform: translate(-0%, -50%);} */
.profile .inner .profile_02 .bg_line{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%) scaleX(0);
    transform-origin: center;
    width: 0;
    height: 3px;
    opacity: 0;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.6) 40%, transparent 100%);
    transition: transform 1s ease-out, opacity 1s ease-out;
    -webkit-transition: transform 1s ease-out, opacity 1s ease-out;
    -moz-transition: transform 1s ease-out, opacity 1s ease-out;
    -ms-transition: transform 1s ease-out, opacity 1s ease-out;
    -o-transition: transform 1s ease-out, opacity 1s ease-out;
}
/* 애니메이션이 시작될 때 추가되는 클래스 */
.profile.animate .inner .profile_02 .bg_line{
    width: 100%;
    opacity: 1;
    transform: translate(-50%, -50%) scaleX(1);
    -webkit-transform: translate(-50%, -50%) scaleX(1);
    -moz-transform: translate(-50%, -50%) scaleX(1);
    -ms-transform: translate(-50%, -50%) scaleX(1);
    -o-transform: translate(-50%, -50%) scaleX(1);
}
.profile .inner .profile_02 ul{width: 100%; display: flex; justify-content: center; gap: 2%; z-index: 10;}
.profile .inner .profile_02 ul li{color:#fff; text-align: center; margin: 10px; max-width:255px; width: calc(100% / 4);}
.profile .inner .profile_02 ul li img{width: 220px; height: 220px; display: inline-block;}
.profile .inner .profile_02 ul li .date{color:#ccc; font-size: 18px; margin:25px 0 15px; display: inline-block;}
.profile .inner .profile_02 ul li .text{font-size: 20px; display: inline-block; line-height: 32px; letter-spacing: -1.4px; font-weight: 500;}

/* 프로젝트 */
.projects{background: url(../images/gradient_bg.png) no-repeat; background-size: cover;}
.projects .inner{width: 100%; display: flex; align-items: center; justify-content: space-between; padding-top: 60px;}

.projects .img_box{width: 50%; padding-top: 30px;}
.projects .project_img{width: 100%; height: auto;}
.projects .text_box{width:48%; height: 640px; background: linear-gradient(150deg, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0.15) 60%, rgba(255, 255, 255, 0.15) 100%);border-radius: 20px; box-shadow: 2px 2px 4px 0px rgba(2, 2, 0, 0.2);backdrop-filter: blur(3px); color: #fff; padding:60px;}
.projects .text_box div.title{border-bottom: 1px solid #ccc; padding-bottom: 10px;}
.projects .text_box .title p{font-size: 21px; font-weight: 400;}
.projects .text_box .title h2{font-size: 44px; font-weight: 700; margin: 10px 0;}
.projects .text_box .text{margin-top:20px;}
.projects .text_box .text img{width:100%; max-width:424px; margin:10px 0px;}

.projects .text_box .text dl{display: inline-block; margin-top: 20px; font-size: 18px;}
.projects .text_box .text dt, .projects .text_box .text dd{margin: 5px 0; float: left; line-height: 1.5;}
.projects .text_box .text dt{text-transform: uppercase; width:88px; margin-right: 30px; display: flex; align-items: flex-start; justify-content: flex-start;}
.projects .text_box .text dd{display: inline-block; width: calc(100% - 118px); word-break: keep-all; font-weight: 500;}

.projects .text_box .link_box{width: 100%; display: flex; justify-content: flex-end; position: absolute; bottom: 40px; right: 40px; }
.projects .text_box .link_box a.btn{ padding: 10px 20px; border: 1px solid #fff; border-radius: 50px; margin-left: 12px; display: flex; font-size: 1.1em; letter-spacing: -0.2px; font-weight: 500; transition: all 0.3s ease;}
.projects .text_box .link_box a.btn:hover{background: #333;}
.projects .text_box .link_box a.link:before{content: ""; background:url(../images/link.png) no-repeat; width:22px; height: 22px; display: inline-block; margin-right: 10px;}
.projects .text_box .link_box a.btn1{background: #0C75C9;}
.projects .text_box .link_box a.btn2{background: #531A83;}
.projects .text_box .link_box a.btn3{background: #004074;}
.projects .text_box .link_box a.btn4{background: #000;}

/* 디자인 - 배너, 상세페이지 */
.design{background: url(../images/paper_bg.jpg) no-repeat; background-size: cover; padding: 0px;}
.design .inner{padding-top: 100px;}

.design_wrap {width: 100%; margin: 0 auto; display: flex; height: 100vh; flex-direction: column;}
.design_wrap .title{padding: 50px 80px 30px;} 
.design_wrap .title .tag{color:#888;  font-size: 16px; letter-spacing: 0.8px;}
.design_wrap .title h3{color:#141414; font-size: 28px; margin-top: 5px; letter-spacing: -1px;}
.design_wrap .title h3::after{background: #141414;}
.design_wrap .design_list {width: 100%; position: relative;}
.design_wrap .design_list .design_01 .swiper-wrapper, .design_wrap .design_list .design_02 .swiper-wrapper, .detail_wrap .detail_list .detail_bnr .swiper-wrapper  { transition-timing-function: linear; }
.design_wrap .design_list .design_01 { width: 100%; margin-bottom: 10px;}
.design_wrap .design_list .design_01 .swiper-slide, .design_wrap .design_list .design_02 .swiper-slide { overflow: hidden; border-radius: 5px;}
.design_wrap .design_list .design_01 .swiper-slide img, .design_wrap .design_list .design_02 .swiper-slide img { width: 100%; height: auto; }
.design_wrap .design_list .design_01 .swiper-slide {max-width: 350px; height: 240px;}
.design_wrap .design_list .design_02 .swiper-slide { max-width: 450px; height: 400px; }


.detail_wrap { width: 100%; display: flex; flex-direction: column; height: 100vh; }
.detail_wrap .title{padding: 50px 80px 30px;} 
.detail_wrap .title .tag{color:#888;  font-size: 16px; letter-spacing: 0.8px;}
.detail_wrap .title h3{color:#141414; font-size: 28px; margin-top: 5px; letter-spacing: -1px;}
.detail_wrap .title h3::after{background: #141414;}
.detail_wrap .detail_list { width: 100%; position: relative; padding: 0 60px;}
.detail_wrap .detail_list .detailpage .swiper-slide{ max-width: 450px; height: 600px;  overflow: hidden; border-radius: 10px; }
/* .detail_wrap .detail_list .detailpage .swiper-slide::before { content: ''; display: block; height: 100px; width: 100%; background: linear-gradient(360deg, #000000, transparent);
    position: absolute; left: 0; bottom: 0; z-index: 999;} */
.detail_wrap .detail_list .detailpage .swiper-slide img { width: 100%; height: auto; }


/* 이미지 호버 공통 선택자 */
.design_wrap .design_list .design_01 .swiper-slide img,
.design_wrap .design_list .design_02 .swiper-slide img,
.detail_wrap .detail_list .detailpage .swiper-slide img {
    width: 100%;
    cursor: pointer;
    transform:scale(1.0);
    transition: transform .4s;
}

.design_wrap .design_list .design_01 .swiper-slide:hover img,
.design_wrap .design_list .design_02 .swiper-slide:hover img,
.detail_wrap .detail_list .detailpage .swiper-slide:hover img{
    transform:scale(1.05);
}

/* 클릭시 배너 팝업 */
.design_wrap .popup_bg { position: fixed; top: 0; left:0; width: 100%; height: 100vh; z-index: 999; background: rgba(0, 0, 0, 0.6); }
.design_wrap .popup_bg .popup { max-width: 700px; overflow: auto; margin: 0 auto; }
.design_wrap .popup_bg .popup img { width: 100%; }

/* 클릭시 상세배너 팝업 */
.detail_wrap .popup_bg2 { position: fixed; top: 0; left:0; width: 100%; height: 100vh; z-index: 999; background: rgba(0, 0, 0, 0.6); }
.detail_wrap .popup_bg2 .popup { max-width: 700px; overflow: auto; margin: 0 auto; }
.detail_wrap .popup_bg2 .popup img { width: 100%; }


/* 컨텍트 */
.contact { width: 100%; display: block; max-height: 400px; margin: 0 auto; background: #141414; color: #fff; scroll-snap-align: end}
.contact .inner{padding-top:80px;}
.contact .contact_wrap{display: flex; justify-content: space-between; align-items: flex-start; gap: 4%;}
.contact .contact_wrap p{ font-size: 21px; line-height: 35px; display: inline-block; font-weight: 200;}
.contact .contact_wrap .text{width: 25%;}
.contact .contact_wrap .text h2{font-size: 21px; font-weight: 400; color:#fff; margin-bottom:10px;}
.contact .contact_wrap .text h2 img{vertical-align: text-bottom; margin: 8px 0px 14px 8px; animation: 4s  linear 0s infinite normal none running spin; width: 12px;}
.contact .contact_wrap .text dl dt, .contact .contact_wrap .text dl dd{float: left; font-size: 18px; font-weight: 200; line-height: 32px; letter-spacing: 1px;}
.contact .contact_wrap .text dl dt{color:#888;text-transform: uppercase; width:88px; margin-right: 15px; display: flex; align-items: flex-start; justify-content: flex-start;}
.contact .contact_wrap .text dl dd{display: inline-block; width: calc(100% - 118px); word-break: keep-all;}
.contact .inner .copy{color:#888; display: block; padding-top:50px; margin-top:40px; border-top:1px solid #555; text-align: left;}


/* 스크롤 아이콘 */
#scroll { position: fixed; width: 70px; height: 70px; right: 5%; bottom: 10%; z-index: 9999; display: flex; flex-direction: column; justify-content: center; gap: 5px; align-items: center;   animation: scroll .8s ease infinite alternate;}
#scroll img { width: 100%; height: auto;}
#scroll p{font-size: 14px; font-weight: 400;}
@keyframes spin {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    } 
}
@keyframes scroll {
    100% {
        bottom: 8%;
    }
}