@font-face {
    font-family: 'Danjo-bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-1@1.1/Danjo-bold-Regular.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}
/* 모바일 기준 w440 */
html {scroll-behavior: smooth;} /* 스크롤 애니메이션 효과 */
/* Firefox */
html {scrollbar-width: 5px;;scrollbar-color: #88bcff #222;}
/* Opera */
html::-o-scrollbar {width: 5px;}
html::-o-scrollbar-thumb {background-color: #88bcff;border-radius: 5px;}
/* Chrome, Safari, Edge 등 웹킷 기반 브라우저 */
::-webkit-scrollbar {width: 5px;}
::-webkit-scrollbar-track {box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);}
::-webkit-scrollbar-thumb {background-color: #88bcff;border-radius: 5px;}
#wrap {
    /* width:440px; */ /* 디자인 기준 크기 (iphone 17proMax) */
    min-width: 320px; /* 최소 제한 너비(고정) */
    /* max-width: 440px; */ /* 최대 제한 너비(디자인에 따라 다름) */
    background-color: #fff;
    /* margin:0 auto; */
    /* overflow-x:hidden; */ /* x축 나간요소와 가로스크롤 숨기기 */
    height: 100vh;
}
/* #wrap .info,
#wrap .project_wrap .project {
    max-width: 1400px;
    margin:0 auto;
} */
#wrap .all_container {height: 100vh;}
/* ============================================= 0.header */
#wrap header {
    display: flex; justify-content: center; align-items: center;
    margin: 50px 0; height: 50px; width: 100%;
    padding: 0 15px;
    position: fixed; top:0; left:50%; transform: translateX(-50%); z-index: 800;
}
#wrap header.one {
    border-top: 2px solid #000; border-bottom: 1px solid #000;
}
#wrap header.two {
    border-top: 2px solid #fff; border-bottom: 1px solid #fff;
}
#wrap header.two h1,
#wrap header.two #gnb li {color:#fff;}
#wrap header.three {
    border-top: 2px solid #000; border-bottom: 1px solid #000;
    background: linear-gradient(rgba(255,255,255,0.8),transparent);
}
#wrap header h1 {display: none;}
#wrap header #gnb {display: flex; justify-content: space-between; gap:40px;}
#wrap header #gnb li {position: relative;}
#wrap header #gnb li::after {
    content: ''; display: block; width: 1px; height: 14px; background-color: #bbb;
    position: absolute; right:-20px; top:6px;
}
#wrap header #gnb li:last-child::after {display: none;}

/* ============================================= 1. intro */
#wrap header,
#wrap .intro *,
#wrap .profile_info h1,
#wrap .profile_info .profile .me *,
#wrap .index_list .list_top .num_list p,
#wrap .index_list .list_btm p,
#wrap .graphic_project h1 {font-family: 'Montserrat','pretendard',sans-serif;}

#wrap .intro {
    height: 100vh;
    background-image: url(../images/bg1.jpg);
    background-size: cover;
    display:flex; flex-flow: row nowrap;
    justify-content: center; align-items: center;
    position: relative;
}
#wrap .intro h1 {
    font-size: 2rem; font-weight: 500;
    position: absolute; left:5%; top:35%;
}
#wrap .intro h1 span {font-size: 2.5rem; font-weight: 500;}
#wrap .intro p {position: absolute; right: 10%; bottom: 15%;}
#wrap .intro p span {display: block; text-align: right; font-size: 0.88rem;}
#wrap .intro p .name {text-align: right;}
#wrap .intro p .name img {width: 100%;}
/* ============================================ 1-2. list */
#wrap .index_list {
    height: 100vh;
    background-image: url(../images/bg2.jpg);
    background-size: cover;
}
#wrap .index_list * {color:#fff;}
#wrap .index_list .list_top {display: flex; gap:30px; justify-content: center; padding-top: 32vh;}
#wrap .index_list .list_top .num_list {text-align: center;}
#wrap .index_list .list_top .num_list p {font-size: 0.88rem;}
#wrap .index_list .list_top .num_list p span {font-size: 0.88rem; display: block;}
#wrap .index_list .list_top .num_list .num {font-size: 3rem; font-family: 'Danjo-bold',sans-serif; position: relative; line-height: 1.0;overflow: hidden;}
#wrap .index_list .list_top .num_list .num::after {
    content: ''; display: block; background-image: url(../images/bg2.jpg); background-size: cover;
    box-shadow: 0 -10px 13px -5px rgba(0, 0, 0, 0.7);
    width: 100%; height: 35%; position: absolute; bottom:3px; left:0;
}
#wrap .index_list .list_btm {text-align: center;}
#wrap .index_list .list_btm p {font-size: 0.88rem; margin: 9vh 0 15px;}
#wrap .index_list .list_btm .redesign_img {display: flex; gap:10px; justify-content: center; flex-flow:column nowrap; align-items: center;}
#wrap .index_list .list_btm .redesign_img span {width: 80vw; height: 150px; border-radius: 10px; overflow: hidden; position: relative;}
#wrap .index_list .list_btm .redesign_img span::after {
    content: ''; display: block; width: 100%; height: 100%;
    position: absolute; z-index: 100; top:0;
    background-color: rgba(255,255,255,0.2);}
#wrap .index_list .list_btm .redesign_img span img {width: 100%;}

/* ============================================= 3. profile_info */
#wrap .profile_info {
    display: flex; justify-content:center; align-items: center;
    padding: 100px 0 0 0; width: 95%;
    margin: 0 auto; position: relative;
}
#wrap .profile_info h1 {font-size: 2rem; font-weight: 450; line-height: 1.5; margin-bottom: 40px; display: none;}
#wrap .profile_info .profile {}
#wrap .profile_info .profile .photo {
    width:271px; height:331px;
    position: relative;
    margin:0 auto 50px;
}
#wrap .profile_info .profile .photo::after {
    content: ''; display: block; background-color: rgba(0,0,0,0.5);
    width: 278px; height: 337px; border-radius: 29px;
    position: absolute; right: -8px; bottom: -7px; z-index: 50;
}
#wrap .profile_info .profile .photo img {width:100%; height: 100%; object-fit: cover; object-position: center top; position: relative; z-index: 70; border-radius: 20px;}
#wrap .profile_info .profile .me {
    display: flex; flex-flow: row wrap;
    justify-content: flex-start;
    width:271px;
    margin: 0 auto 40px;
}
#wrap .profile_info .profile .me .info_name {font-size: 2rem; font-weight: 500;}
#wrap .profile_info .profile .me .info_name span {font-size: 1rem; margin-left: 6px; font-weight: 450;}
#wrap .profile_info .profile .me li {
    margin-bottom: 8px;
    text-align: left;
}
#wrap .profile_info .profile .me li span {margin-left: 36px;}
#wrap .profile_info .profile .me li a {}
#wrap .profile_info .details .skill_list {
    display: flex; flex-flow: row wrap;
    justify-content: center;
    gap : 12px;
    width: 300px;
}
#wrap .profile_info .details .skill_list dt {width: 100%;}
#wrap .profile_info .details .skill_list dd::before {display: none;}
#wrap .profile_info .details .skill_list dd {width:calc(100% / 6); margin: 0 0 12px;}
#wrap .profile_info .details .skill_list dd img {width:100%;}
#wrap .profile_info .details {display: none;}
#wrap .profile_info .details dl {}
#wrap .profile_info .details dl dt {line-height: 1.5;}
#wrap .profile_info .details dl dd {line-height: 2;}
/* ====================================================== 3. project */
/* ==================================================== 공통 프로젝트(web) 선택자 */
#wrap .web_project {}
#wrap .web_project .web_container {}
#wrap .web_project .web_container .project {
    display: flex; flex-flow: column nowrap;
    gap:5px;
    position: relative;
}
#wrap .web_project .web_container .project .title_thum {}
#wrap .web_project .web_container .project .title_thum .mockup {height: 50vh; width: 100%;}
#wrap .web_project .web_container .project .title_thum .mockup img {width: 100%; height: 100%; object-fit: cover;}
#wrap .web_project .web_container .project .details {margin: 5px 1vw 0 0;}
#wrap .web_project .web_container .project .details h1 {
    font-size: 1.18rem; font-weight: 500;
    margin-bottom: 19px;
}
#wrap .web_project .web_container .project .details .info {}
#wrap .web_project .web_container .project .details .info .info_list {
    margin-bottom: 5px; display: flex; flex-flow: row nowrap; gap:10px;}
#wrap .web_project .web_container .project .details .info .info_list dt {width: 80px; flex-shrink: 0;}
#wrap .web_project .web_container .project .details .info .info_list dd {}
#wrap .web_project .web_container .project .details .plan {line-height: 2;}
#wrap .web_project .web_container .project .details .plan .overview {color:#084FFF; display: block;}
#wrap .web_project .web_container .project .details .link {
    display: flex; flex-flow: row nowrap;
    justify-content: flex-end;
    gap: 10px;
    position: absolute; bottom:10vh; right: 1vw;
}
#wrap .web_project .web_container .project .details .link a {
    font-size: 0.88rem; text-align: center;
    height:38px; border-radius: 8px; line-height: 38px;
    border: 1px solid #333;
}
#wrap .web_project .web_container .project .details .link a:not(.original):hover {
    background-color: #333; color:#fff;
}
#wrap .web_project .web_container .project .details .link .proposal {width: 116px;}
#wrap .web_project .web_container .project .details .link .f_prototype {
    display: grid;
    grid-template-columns:74px 74px;
    gap:10px;
}
#wrap .web_project .web_container .project .details .link .f_prototype .prototype {}
#wrap .web_project .web_container .project .details .link .f_prototype .pc {grid-column: span 2; width: 158px;}
#wrap .web_project .web_container .project .details .link .f_prototype .tablet {width: 74px;}
#wrap .web_project .web_container .project .details .link .f_prototype .mobile {width: 74px;}
#wrap .web_project .web_container .project .details .link .html_proto {width: 158px; background-color: #333; color:#fff;}
#wrap .web_project .web_container .project .details .link a.html_proto:hover {
    background-color: transparent; color:#333;
}
#wrap .web_project .web_container .project .details .link .original {
    border: 0;
    position: absolute; bottom:-80px; right:10px;
}
#wrap .web_project .web_container .project .details .link .original::after {
    content:''; display: block; background-image: url(../images/next-button.png); width: 16px; height: 16px; background-size: cover;
    position: absolute; right: -18px; bottom: 10px;
}
#wrap .web_project .web_container .project1 {}
#wrap .web_project .web_container .project2 {}
/* ================================================================== 3행. 그래픽디자인 프로젝트*/
#wrap .graphic_project {padding: 150px 0 0 0;}
#wrap .graphic_project h1 {font-size: 2rem; text-align: center;}
#wrap .graphic_project h1 + p {
    text-align: right; font-size: 0.88rem;
    margin: 3px 15px 30px auto;
    position: relative;
    width: max-content;
}
#wrap .graphic_project h1 + p::before {
    content: ''; display: block;
    width: 4px; height: 4px;
    background-color: #000;
    border-radius: 50%;
    position: absolute; left:-10px; top:8px;
}
#wrap .graphic_project .graphic_wrap,
#wrap .graphic_project .graphic_bnr_wrap {
    overflow: hidden;
    width: calc(100% - 30px);
    margin: 0 auto;
}
#wrap .graphic_project .graphic_wrap .graphic_container {
    display: flex; gap:20px; flex-flow: row nowrap;
    width: max-content; 
}
#wrap .graphic_project .graphic_wrap .graphic_container a {
    width:123px; height:300px; background-color: #eee; overflow: hidden;
}
#wrap .graphic_project .graphic_wrap .graphic_container a img {width:100%;}

#wrap .graphic_project .graphic_bnr_wrap .graphic_bnr_container {
    margin: 15px 0; display: flex; flex-flow: row nowrap; gap:20px;
}
#wrap .graphic_project .graphic_bnr_wrap .graphic_bnr_container a {
    height: 238px;
}
#wrap .graphic_project .graphic_bnr_wrap .graphic_bnr_container a img {width:100%; height: 100%;object-fit: cover;}

/*  ------------------------------------------(위)그래픽 이미지 클릭 시 실행되는 팝업 */
#wrap .graphic_project .graphic_popup_bg {
    position: fixed; left:0; top:0; width:100%; height:100%;
    background: rgba(0,0,0,0.5); z-index: 999;
    /* display: flex; justify-content: center; align-items: center; */
    display: none; /* 초기 숨기기 */
    cursor: pointer;
}
#wrap .graphic_project .graphic_popup_bg .graphic_popup {
    width:70%; height:60vh;
    /* overflow-x: hidden; */
    overflow-y: auto;
    background: #fff;
    position: absolute; left:50%; top: 50%; transform: translate(-50%,-50%);
    cursor: default; z-index: 999;
}
/* #wrap .graphic_project .graphic_popup_bg .graphic_popup #close {
    position: fixed; right:10px; top:10px; z-index: 100;
} */
#wrap .graphic_project .graphic_popup_bg .graphic_popup img {width:100%; object-fit: cover; display: block;}
