* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}
body {
    background: #000;
    color: #fff;
}

img {
    max-width: 100%;
    display: block;
}

section {
    position: relative;
    width: 100%;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.center {
    text-align: center;
}

.hero {
    background: url('../img/section1.jpg') center/cover no-repeat;
    min-height: 650px;
    display: flex;
    align-items: center;
    position: relative;
}

/* 좌측 상단 로고 */
.hero-logo {
    position: absolute;
    top: 30px;
    max-width: 1200px;
}

.hero-logo img {
    width: 160px;
}

.hero .text {
    max-width: 600px;
}

.hero span {
    font-size: 2rem;
}

.hero h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-top: 15px;
    background-image: linear-gradient(120deg, #efe9df 0%, #f5dfb1 50%, #dcb689 100%);
    color: transparent;
    -webkit-background-clip: text;
}

.hero h1 {
    font-size: 5rem;
    font-weight: 700;
    margin-top: 5px;
    background-image: linear-gradient(120deg, #efe9df 0%, #f5dfb1 50%, #dcb689 100%);
    color: transparent;
    -webkit-background-clip: text;
}


/* 하단 가운데 텍스트 */
.hero-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-weight: 300;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.3;

    /* 전체 가로 배경 */
    background: rgba(0, 0, 0, 0.65);
    padding: 25px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* ===== GOLD BAR ===== */
.link-bar {
    background-image: linear-gradient(120deg, #029cd8 0%, #015cae 80%);
    padding: 15px;
}

.link-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.link-bar p {
    font-weight: 300;
    font-size: 1.3rem;
    color: #ffffff;
}

.link-bar h2 {
    font-weight: 700;
    font-size: 2.5rem;
    color: #ffffff;
    margin-top: 5px;
}
.link-p {width: 60%;}
.linkbox {width: 100%; text-align: center;}
.link-btn {
    background: #ffffff;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: 600;
    border: 4px solid #014079;
    border-radius: 15px;
    width: 30%;
    display: inline-block;
}

/* ===== PROOF SECTION ===== */
.proof {
    background: url('../img/section2.jpg') center/cover no-repeat;
    padding: 50px;
}

.proof p {
    font-size: 1.5rem;
    font-weight: 300;
}

.proof h2 {
    font-size: 3.7rem;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: linear-gradient(120deg, #efe9df 0%, #f5dfb1 35%, #aa7f4a 80%);
    color: transparent;
    -webkit-background-clip: text;
}

.proof span {
    font-size: 1rem;
    font-weight: 100;
    color: #ffffff98;
    margin-top: 15px;
    line-height: 1.3;
}

.proof .box {
    margin-top: 30px;
}

.proof2 {
    background: radial-gradient(circle at 50% -80%, #e1cba4, #d0b484);
    padding: 50px;
}

.proof2 p {
    font-size: 1.5rem;
    font-weight: 300;
    color: #1f1f1f;
}

.proof2 h2 {
    font-size: 3.7rem;
    font-weight: 700;
    color: #1f1f1f;
}
.proof .box-pc {display: block;}
.proof .box-mob  {display: none;}

.proof-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.proof-grid-mob {display: none;}


/* ===== RESULT SECTION ===== */
.result {
    background: url('../img/section3.jpg') center/cover no-repeat;
    padding: 50px;
}

.result p {
    font-size: 1.5rem;
    font-weight: 300;
}

.result h2 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: linear-gradient(120deg, #efe9df 0%, #f5dfb1 35%, #aa7f4a 80%);
    color: transparent;
    -webkit-background-clip: text;
}

.result span {
    font-size: 1rem;
    font-weight: 100;
    color: #ffffff98;
    margin-top: 15px;
    line-height: 1.3;
}

.result-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin-top: 40px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.result-grid img {
    border-radius: 10px;
}

/* ===== STATS ===== */
.stats {
    background-color: #1c1c1c;
    color: #fff;
    padding: 100px 20px;
    text-align: center;
}

.stats .container {
    max-width: 1200px;
    margin: auto;
}
.stats p {font-size: 2.3rem;}
.stats h1 {
    font-size: 2.3rem;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 80px;
}

.stats h1 strong {
    font-weight: 700;
}

.stats h1 strong:last-child {
    font-size: 2.3rem;
    font-weight: 700;
    background-image: linear-gradient(120deg, #efe9df 0%, #f5dfb1 35%, #aa7f4a 80%);
    color: transparent;
    -webkit-background-clip: text;
}

.stats-grid {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 70px;
    flex-wrap: wrap;
}


.stats-grid div {
    text-align: center;
}

.stats-grid img {
    width: 180px;
    margin-bottom: 20px;
}

.stats-grid h2 {
    font-size: 2rem;
    font-weight: 700;
    background-image: linear-gradient(120deg, #efe9df 0%, #f5dfb1 35%, #aa7f4a 80%);
    color: transparent;
    -webkit-background-clip: text;
}

.stats-grid p {
    font-size: 1.7rem;
    margin-top: 20px;
    color: #ddd;
}

.stats-grid .box {
    background-image: linear-gradient(120deg, #efe9df 0%, #f5dfb1 35%, #aa7f4a 80%);
    border-radius: 5px;
    text-align: center;
    padding: 5px 0;
    color: #1c1c1c;
    font-weight: 500;
    font-size: 1.4rem;
    margin-top: 5px;
    width: 85%;
    margin-left: auto;
    margin-right: auto;

}

/* .stats-grid p strong {
    color: #d4af37;
} */

/* ===== PROFILE ===== */
.profile {
    width: 100%;
    background: linear-gradient(90deg, #d7c097 0%, #c9ad7c 100%);
    position: relative;
    overflow: hidden;
    font-family: 'Pretendard', sans-serif;
}
.profile-mob {display: none;}
/* 내부 정렬 */
.profile-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 20px 0px;
}

/* 좌측 텍스트 */
.profile-text {
    width: 55%;
    color: #222;
}

.profile-top {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #333;
}

/* 강조 문구 */
.profile-highlight {
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
}

.profile-highlight span {
    background: #111;
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
    margin-bottom: 8px;
}

/* 경력 */
.career {
    margin-top: 20px;
}

.career-row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 22px;
}

/* 왼쪽 연도 */
.career-year {
    width: 140px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

/* 오른쪽 내용 */
.career-desc {
    flex: 1;
    font-size: 17px;
    line-height: 1.7;
    color: #222;
}

/* 우측 이미지 */
.profile-image {
    width: 40%;
    position: relative;
    text-align: right;
}

.profile-image img {
    width: 100%;
    max-width: 420px;
}

/* 이름 박스 */
.name-box {
    position: absolute;
    right: 0;
    top: 120px;
    background: rgba(140, 110, 60, 0.8);
    padding: 20px 30px;
    color: #fff;
    text-align: center;
}

.name-box h3 {
    font-size: 28px;
    font-weight: 700;
}

.name-box p {
    font-size: 14px;
    letter-spacing: 1px;
}

/* 하단 블랙 영역 */
.profile-bottom {
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    padding: 50px 20px;
    font-size: 1.7rem;
    line-height: 1.6;
    font-weight: 500;
}
.profile-bottom strong {color: #d1b586;}
/* ===== FLOAT CONTACT ===== */
.float-contact {
    position: fixed;
    right: 20px;
    bottom: 25px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 999;
}

.float-contact button {
    border: none;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
}

.kakao {
    background: #FEE500;
    color: #000;
}

.tele {
    background: #229ED9;
    color: #fff;
}

.cs {
    background: #444;
    color: #fff;
}

/* ===== FOOTER ===== */
footer {
    background: #000;
    padding: 40px 20px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.mob-br {display: none;}
.txtbox-mob {display: none;}
@media (max-width:1279px) {
    .link-p {width: 73%;}
    .link-btn {width: 40%;}
    .link-bar h2 {font-size: 2.5rem;}
    .profile-text {width: 60%;}
    .profile-highlight {font-size: 3.5rem;}
    .profile-image  {width: 41%;}

}
@media(max-width:1000px) {
    .hero {padding: 20px;}
    .link-bar h2 {font-size: 2.2rem;}
    .profile-highlight {font-size: 3.2rem;}

}
@media(max-width:900px) {
    .link-bar h2 {font-size: 2rem;}
    .profile-top {font-size: 1.7rem;}
    .profile-highlight {font-size: 3rem;}

}
@media(max-width:862px) {}
@media(max-width:767px) {
    .link-bar .container {display: block;}
    .link-p {width: 100%;}
    .link-btn {width: 49%; margin-top: 15px;}
    .profile-text {width: 100%;}
    .profile-inner { padding: 50px 20px 0px;}
    .profile-highlight  {font-size: 2.3rem;} 
    .career-row  {display: block;}
    .profile {display: none;}
    .profile-mob {display: block;}
    .profile-mob .profile-hero img {width: 100%;}
    .profile-mob .profile-hero {width: 100%; margin: 0 auto;}
    .profile-career {background-color: #ffffff;}
    .career-inner {padding: 10px 25px;}
    .career-row strong {color: #967748; line-height: 1.8; font-size: 1.3rem; padding-bottom: 20px; font-weight: 600; }
    .career-row p {color: #1c1c1c; line-height: 1.1; font-size: 1.1rem; font-weight: 500;}
    .career-row span {color: #1c1c1c; font-size: 0.9rem; font-weight: 300;}
    .profile-bottom {background-color: #000; padding: 30px 35px;}
    .profile-bottom p {font-size: 1.2rem; line-height: 1.3; font-weight: 400;}
    .profile-bottom strong {font-size: 1.3rem; color: #d1b586; font-weight: 600;}
    .stats-grid .statsbox {display: flex; width: 90%;}
    .stats-grid div {width: 100%;}
    .result-grid {grid-template-columns: repeat(2, 1fr);}
    .proof-grid {display: none;}
    .proof-grid-mob {display: block;}
    .txtbox-pc {display: none;}
    .stats-grid .txtbox-mob {display: block;}
    .stats-grid {gap: 20px;}
    .stats-grid .txtbox {padding-left: 10%;}
    .stats-grid .txtbox-mob {padding-left: 10%;}
    .stats-grid img  {width: 35%;}
    .stats-grid .txtbox-mob strong {font-size: 2rem;font-weight: 700; background-image: linear-gradient(120deg, #efe9df 0%, #f5dfb1 35%, #aa7f4a 80%);color: transparent; -webkit-background-clip: text;}
    .stats-grid .txtbox p {font-size: 2.3rem;}
    .stats-grid .txtbox h2 {font-size: 3.1rem; font-weight: 700;}
    .stats-grid .box  {width: 60%;}
    .stats-grid p  {font-size: 2.5rem;}
    .stats-grid strong  {font-size: 2.5rem;}
    .stats h1 {font-size: 1.8rem;}
    .stats p {font-size: 1.8rem;}
    .stats h1 strong:last-child {font-size: 1.8rem;}
}

@media(max-width:500px) {
    .hero span {font-size: 1.3rem;}
    .hero h2  {font-size: 2.2rem;}
    .hero h1 {font-size: 4.5rem; margin-top: -6px;}
    .hero-bottom {font-size: 1.2rem;}
    
    .gold-bar p  {font-size: 1rem;}
    .gold-bar h2 {font-size: 1.5rem;}

    .link-bar {padding: 24px 15px ;}
    .link-bar h2 {font-size: 2.4rem; padding-bottom: 20px;}
    .proof {padding: 15px;}
    .proof p {font-size: 1.3rem; padding-top: 15px;}
    .proof h2 {font-size: 2.8rem;}
    .proof .box-pc {display: none;}
    .proof .box-mob  {display: block; margin-top: 25px;}
    .proof2 {padding: 35px 15px;}
    .proof2 h2 {padding-bottom: 25px;}
    .result {padding: 35px 15px;}
    .result h2 {margin-top: 0px;}
    .stats p {font-size: 1.5rem;}
    .stats h1 {font-size: 2.3rem; line-height: 1.1; margin-top: 10px;}
    .stats h1 strong:first-child {font-size: 2.3rem;} 
    .stats h1 strong:last-child {font-size: 2.3rem;} 
    .mob-br {display: block;}
    .stats {padding: 35px 10px;}
    .stats-grid  {gap: 10px; justify-content: space-around;}
    .stats-grid .txtbox p {font-size: 1.7rem;}
    .stats-grid .txtbox h2 {font-size: 2.3rem;}
    .stats-grid img {margin-bottom: 25px;}
}
@media(max-width:430px) {
    .hero-bottom {font-size: 1rem;}
    .link-bar h2 {font-size: 2rem;}
    .career-row p {font-size: 0.9rem;}
    .profile-bottom {padding: 29px 10px;}
    .profile-bottom p {font-size: 1rem;}
    .profile-bottom strong {font-size: 1.1rem;}
    .proof {padding: 0px;}
    .proof p {font-size: 1.1rem;}
    .proof h2 {font-size: 2.4rem;}
    .proof span {font-size: 0.85rem; line-height: 1.1;}
    .proof2 h2 {font-size: 2.7rem; padding-top: 5px;}
    .result {padding: 35px 0px;}
    .result h2 {font-size: 3rem;}
    .result span {font-size: 0.9rem;}
    .stats {padding: 35px 0px;}
    .stats p {font-size: 1.2rem;}
    .stats h1 {font-size: 2rem;}
    .stats h1 strong {font-size: 2rem;}
    .stats-grid .statsbox {width: 100%; display: flex;} 
    .stats-grid .txtbox {width: 100%;}
    .stats-grid .txtbox-pc {display: none;}
    .stats-grid .txtbox-mob {display: block;}
    .stats-grid .txtbox-mob { width: 100%;}
    .stats-grid .txtbox-mob strong {font-size: 2rem;font-weight: 700; background-image: linear-gradient(120deg, #efe9df 0%, #f5dfb1 35%, #aa7f4a 80%);color: transparent; -webkit-background-clip: text;}
    .stats-grid .txtbox-mob p {font-size: 2rem;}
    .stats-grid img {margin-left: 10px;}
    .stats h1 {margin-bottom: 30px;}
    .result-grid {padding: 0px 5px;}
}