:root{color-scheme:light}@font-face{font-family:Pretendard;src:url(/Portfolio_2/fonts/PretendardGOVVariable.woff2) format("woff2");font-weight:100 900;font-display:swap}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Pretendard,sans-serif;line-height:1.5;color:#334155;background-color:#f7f9fc}.container{width:100%;padding-left:10%;padding-right:10%;margin:0 auto}.skipLink{position:absolute;left:-999px;top:8px;padding:10px 12px;border-radius:10px;background:#fff;color:#253041;border:1px solid #e1e7f0}.skipLink:focus{left:12px;z-index:9999}.header{position:sticky;top:0;z-index:50;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(225,231,240,.95);background-color:#fafcffe0;box-shadow:0 6px 20px #6e87b30f}.headerInner{height:80px;display:flex;align-items:center;justify-content:space-between}.brand{font-weight:700;letter-spacing:.2px;font-size:20px;color:#253041}.nav{display:flex;gap:14px;font-size:16px}.nav a{text-decoration:none;padding:8px 10px;border-radius:10px;color:inherit;opacity:.88;font-weight:700;transition:color .2s ease,transform .2s ease,background-color .2s ease}.nav a:hover{color:#6e87b3;background-color:#6e87b30f;transform:scale(1.05)}.main{scroll-snap-type:y mandatory}.contentInner{padding-bottom:100px}.section{min-height:100svh;scroll-snap-align:start;scroll-margin-top:80px;padding:50px 0 0;border-bottom:1px solid rgba(225,231,240,.95);background:linear-gradient(180deg,#fbfcfe,#f7f9fc)}.sectionTitle{margin:0;font-size:clamp(25px,1vw,40px);letter-spacing:-.02em;color:#253041}.sectionTitleBox{margin-bottom:10px}.sectionDescription{max-width:720px;font-size:17px;color:#6b7280}.footer{border-top:1px solid rgba(225,231,240,.5);background-color:#101820eb}.footerInner{height:64px;display:flex;align-items:center;font-size:11px;color:#ffffffa6}@media(max-width:480px){.nav{display:none}}.introBox{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:10px 14px;margin-bottom:18px}.introBox h1{font-size:clamp(22px,4vw,34px);margin:0;line-height:1.25;color:#253041}.introWordBox{min-width:200px;max-width:500px;height:52px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:clamp(18px,3vw,28px);background:#fff;color:#6e87b3;box-shadow:0 10px 24px #6e87b329;border:1px solid rgba(110,135,179,.24);border-radius:16px;padding:0 18px}.profileGrid{display:grid;grid-template-columns:minmax(240px,320px) minmax(0,1fr);grid-template-areas:"pic info" "pic edu" "pic cert";gap:18px;border-radius:30px}.profileGrid section{padding:24px 24px 22px;background:#fffffff5;border:1px solid #e1e7f0;border-radius:26px;box-shadow:0 14px 32px #2530410f}.picBox{grid-area:pic;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100%}.infoBox{grid-area:info}.profileGrid section:nth-of-type(3){grid-area:edu}.profileGrid section:nth-of-type(4){grid-area:cert}.infoGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 18px;margin-top:14px;margin-right:0;font-size:13px;font-weight:700}.infoText{font-size:14px;word-break:keep-all;overflow-wrap:anywhere;white-space:normal;color:#334155}.icon{font-size:22px;color:#6e87b3;margin-right:12px;flex-shrink:0}.infoGridItem{display:flex;align-items:center;min-width:0;padding:12px 14px;border-radius:16px;background:#f5f7fb;border:1px solid #e1e7f0}.img_pic{width:72%;max-width:220px;aspect-ratio:1 / 1;background:linear-gradient(180deg,#fff,#f5f7fb);border-radius:100%;display:flex;justify-content:center;align-items:center;box-shadow:0 14px 28px #6e87b324;border:1px solid #e1e7f0}.img_pic img{width:85%;aspect-ratio:1 / 1;object-fit:cover;border-radius:100%}.subTitle{font-size:1.35em;font-weight:700;color:#253041;text-decoration:underline;text-underline-offset:7px;text-decoration-thickness:2px;text-decoration-color:#879bc0}.subContent{display:flex;flex-direction:column;gap:10px;font-size:13px;font-weight:700;color:#6b7280;margin-left:2px;margin-top:14px}.subContent .infoText{padding:10px 12px;border-radius:14px;background:#f5f7fb;border:1px solid #e1e7f0}@media(max-width:768px){.introBox{justify-content:center;text-align:center}.introBox h1{font-size:clamp(20px,4vw,28px)}.introWordBox{width:100%;max-width:100%;min-height:48px;font-size:clamp(16px,3.5vw,24px)}.profileGrid{grid-template-columns:1fr;grid-template-areas:"pic" "info" "edu" "cert";gap:14px}.profileGrid section{padding:18px}.picBox{min-height:220px}.infoGrid{grid-template-columns:1fr;gap:10px;font-size:12px}.img_pic{width:44%;min-width:150px}.subTitle{font-size:1.2em}.subContent{font-size:12px}}@media(max-width:480px){.introBox{flex-direction:column;gap:8px}.introBox h1{font-size:clamp(18px,6vw,24px)}.introWordBox{height:auto;min-height:44px;font-size:clamp(14px,5vw,20px);padding:10px 12px}.profileGrid{gap:12px}.profileGrid section{padding:14px;border-radius:20px}.picBox{min-height:180px}.img_pic{width:52%}.infoGrid{gap:8px;font-size:11px}.icon{font-size:18px;margin-right:8px}.subTitle{font-size:1em;text-underline-offset:5px;text-decoration-thickness:1.5px}.subContent{font-size:11px;margin-left:0}.subContent div{padding:8px 10px}}@media(max-width:360px){.introBox h1{font-size:clamp(16px,5vw,20px)}.introWordBox{font-size:clamp(12px,4vw,16px);padding:8px 10px}.profileGrid section{padding:12px}.icon{font-size:16px;margin-right:6px}.infoGridItem{font-size:10px}.subTitle{font-size:.9em}.subContent{font-size:10px}}.skillsSummary{display:flex;gap:14px;margin-bottom:24px}.skillsSummaryCard{min-width:130px;padding:18px 20px;border-radius:22px;background-color:#fffffff5;border:1px solid #e1e7f0;box-shadow:0 14px 32px #2530410f}.skillsSummaryCard strong{display:block;font-size:28px;line-height:1;color:#253041}.skillsSummaryCard span{display:block;margin-top:8px;font-size:13px;font-weight:600;color:#6b7280}.skillsLayout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.skillsBox{display:flex;flex-direction:column;align-items:flex-start;gap:20px;margin-top:0;border-radius:32px;background-color:#fffffff5;border:1px solid #e1e7f0;box-shadow:0 14px 32px #2530410f;padding:32px 7%}.skillItem .Icon{margin-right:0;font-size:1rem;color:#6e87b3;flex-shrink:0}.skillsGrid{display:flex;flex-wrap:wrap;gap:12px;width:100%}.skillItem{display:flex;flex-direction:row;align-items:center;gap:8px;background-color:#f5f7fb;border:1px solid #e1e7f0;padding:10px 14px;border-radius:15px;font-weight:600;font-size:.9em;color:#334155;box-shadow:0 8px 18px #6e87b314;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease,background-color .2s ease,border-color .2s ease;cursor:default}.skillItem:hover{transform:translateY(-4px);background-color:#eef3fa;border-color:#d6deea;box-shadow:0 12px 24px #6e87b324}.skillLabel{white-space:nowrap}.skillsBox .subTitle{margin-bottom:0;font-weight:700;font-size:1.3rem;color:#253041;text-underline-offset:10px;text-decoration-thickness:1px;text-decoration-color:#879bc0}.skillsGroupDescription{margin:-8px 0 0;font-size:14px;line-height:1.6;color:#6b7280}@media(max-width:768px){.skillsSummary{flex-wrap:wrap;gap:12px}.skillsSummaryCard{flex:1 1 140px}.skillsLayout{grid-template-columns:1fr;gap:16px}.skillsBox{padding:24px 6%;border-radius:24px}}@media(max-width:480px){.skillsSummary{flex-direction:column}.skillsSummaryCard{width:100%}.skillsBox{padding:20px 16px;border-radius:20px}.skillsBox .subTitle{font-size:1.1rem}.skillsGroupDescription{font-size:13px}.skillItem{font-size:.85em;padding:10px 12px}}.project-list{display:flex;flex-direction:column;margin-top:24px;gap:56px}.project-section{padding:32px;border-radius:28px;background:#fffffff5;box-shadow:0 14px 32px #2530410f;border:1px solid #e1e7f0}.project-hero{display:grid;grid-template-columns:1.08fr 1fr;gap:28px;align-items:stretch;margin-bottom:24px}.project-image-total-box{display:flex;flex-direction:column;overflow:hidden;border:1px solid #e1e7f0;border-radius:24px;background-color:#fff;box-shadow:inset 0 0 0 1px #fff3}.project-image-caption-box{display:flex;flex-direction:column;justify-content:flex-start;gap:6px;padding:18px 20px 16px;min-height:110px;background-color:#f5f7fb;border-bottom:1px solid #e1e7f0}.project-image-caption-title{font-size:16px;font-weight:700;color:#253041;margin:0}.project-image-caption-text{font-size:14px;line-height:1.6;color:#6b7280;margin:0}.project-image-box{width:100%;height:45vh;min-height:300px;position:relative;overflow:hidden;background-color:#f5f7fb}.project-image-slider{display:flex;height:100%;transition:transform .45s ease-in-out;will-change:transform}.project-image-slide{flex:0 0 auto;height:100%;overflow:hidden}.project-image{width:100%;height:100%;display:block;object-fit:cover;object-position:center}.carousel-button{position:absolute;top:50%;transform:translateY(-50%);background:#2530418f;color:#fff;border:none;border-radius:50%;width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease}.carousel-button:hover{background:#253041c2}.carousel-button.prev{left:12px}.carousel-button.next{right:12px}.carousel-indicators{position:absolute;bottom:14px;left:50%;transform:translate(-50%);display:flex;gap:8px}.indicator{width:10px;height:10px;border-radius:50%;background:#ffffff94;cursor:pointer;transition:background .2s ease,transform .2s ease}.indicator.active{background:#fff;transform:scale(1.08)}.project-summary-box{display:flex;flex-direction:column;justify-content:center;padding:4px 2px}.project-period{font-size:14px;font-weight:700;color:#6e87b3;margin:0 0 10px}.project-title{font-size:clamp(26px,3vw,32px);font-weight:800;line-height:1.3;margin:0 0 14px;color:#253041}.project-one-liner{font-size:16px;line-height:1.7;color:#4f5d6f;margin:0 0 18px}.project-tech-list{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.project-tech-tag{padding:8px 14px;border-radius:999px;background:#f5f7fb;border:1px solid #dde4ee;font-size:14px;font-weight:600;color:#334155}.project-role-box{padding:18px 20px;border-radius:20px;background:#f5f7fb;border:1px solid #e1e7f0}.project-role-box h3{font-size:18px;margin:0 0 12px;color:#253041}.project-role-box ul,.project-detail-card ul,.deepdive-section ul{padding-left:18px;margin:0}.project-role-box li,.project-detail-card li,.deepdive-section li{line-height:1.8;color:#4f5d6f}.project-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.project-detail-card{padding:22px;border-radius:20px;background:#f5f7fb;border:1px solid #e1e7f0;box-shadow:0 8px 18px #6e87b30d}.project-detail-card-wide{grid-column:span 2}.project-detail-title{display:flex;align-items:center;gap:10px;margin-bottom:14px;color:#253041}.project-detail-title h3{font-size:18px;margin:0}.project-detail-card p{margin:0;line-height:1.8;color:#4f5d6f}.project-deepdive{margin-top:28px;padding:24px;border-radius:20px;background:#fffffff5;border:1px solid #e1e7f0;box-shadow:0 14px 32px #2530410f}.deepdive-title{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;margin:0 0 20px;color:#253041}.deepdive-content{display:flex;flex-direction:column;gap:18px}.deepdive-section{padding:18px 20px;border-radius:18px;background:#f5f7fb;border:1px solid #e1e7f0}.deepdive-subtitle{font-size:16px;font-weight:700;margin:0 0 8px;color:#253041}.project-result-card,.project-learned-card{margin-top:24px;background:#fffffff5;border:1px solid #e1e7f0}.project-link-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:24px}.project-link-button{display:inline-flex;align-items:center;gap:8px;padding:12px 16px;border-radius:14px;background:#6e87b3;color:#fff;text-decoration:none;font-weight:700;transition:transform .2s ease,opacity .2s ease,background-color .2s ease,box-shadow .2s ease;box-shadow:0 10px 20px #6e87b32e}.project-link-button:hover{transform:translateY(-2px);opacity:.96;background:#647ea8}.project-link-button.secondary{background:#f5f7fb;color:#334155;border:1px solid #dde4ee;box-shadow:none}@media(max-width:960px){.project-hero{grid-template-columns:1fr;gap:20px}.project-detail-grid{grid-template-columns:1fr}.project-detail-card-wide{grid-column:span 1}.project-section{padding:24px}.project-title{font-size:26px}.project-image-box{height:38vh;min-height:260px}}@media(max-width:768px){.project-list{gap:40px;margin-bottom:80px}.project-image-caption-box,.project-role-box,.project-detail-card,.project-deepdive,.deepdive-section{padding:18px}}@media(max-width:480px){.project-section{padding:18px;border-radius:22px}.project-image-total-box{border-radius:18px}.project-image-box{min-height:220px;height:32vh}.project-title{font-size:22px}.project-one-liner{font-size:15px}.project-tech-tag{font-size:13px;padding:7px 12px}.carousel-button{width:36px;height:36px}.project-link-button{width:100%;justify-content:center}}
