/* 언어설정 */
@charset 'utf-8';

@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KCCHyerim-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2411-3@1.0/KCCHyerim-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

/* 전체설정 */
* {
    margin: 0;
    padding: 0;
    font-family: 'SUIT-Regular';
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    color: var(--main-text);
}

img {
    vertical-align: bottom;
}

html,
body {
    overflow-x: hidden;
    scroll-behavior: smooth;

}

.body {
    max-width: 100%;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
    /* 스크롤 막기 */
    touch-action: none;
    /* 터치 시 흔들림 방지 (모바일 UX 향상) */
}

/* 색상설정 */
:root {
    --main-navi: #204B62;
    --main-text: #333;
    --main-white: #fff;
}

/* 상세설정 ---------------------------------------------------------------------------- */

main {
    margin-top: 60px;
}

.main {
    background-image: url(/img/profile_tag.png);
    width: 100%;
    height: 750px;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
  }
  
  .txt {
    display: flex;
    flex-direction: column;
    /* ✅ 세로로 쌓이도록 설정 */
    align-items: flex-start;
    /* 좌측 정렬 (선택) */
  }
  
  
  .txt .quote {
    width: 750px;
    margin-top: 200px;
    margin-left: 280px;
  }
  
  .info {
    margin-top: 150px;
    /* quote 이미지와 간격 */
    margin-left: 300px;
    color: white;
  }
  
  .info h2 {
    font-size: 45px;
    margin-bottom: 10px;
  }
  
  .info h2 span {
    font-size: 30px;
    margin-left: 10px;
    color: #fff;
    font-weight: normal;
  }
  
  .info p {
    font-size: 25px;
    margin: 20px 0;
  }
  
  .info p strong {}
  
  .tags {
    margin-top: 20px;
  }
  
  .tags span {
    display: inline-block;
    background-color: #fff;
    color: #204B62;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 6px;
  }
  
  
  .main .img {}
  
  .img {
    flex-shrink: 0;
    display: flex;
    align-items: flex-end;
    /* 하단 정렬 */
    justify-content: center;
    height: 100%;
  }
  
  .img img {
    height: 700px;
    object-fit: contain;
    margin-right: 30px;
  }
  
  
  /* 내용설정 */
  
  .profile_txt {
    background: url('/img/interview_bg.png') no-repeat center center;
    background-size: 800px;
    /* 혹은 contain, 필요한 배경 스타일에 따라 조정 */
    opacity: 0.;
  }
  
  
  
  /* 경력부분 */
  .career {
    padding: 80px 80px 20px;
    box-sizing: border-box;
  }
  
  .career-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .career-title {
    width: 200px;
    margin-right: 60px;
  }
  
  .career-title h3 {
    font-size: 24px;
    color: #204B62;
    border-bottom: 3px solid #204B62;
    padding-bottom: 10px;
  }
  
  .career-content {
    flex: 1;
  }
  
  .career-content ul {
    padding-left: 20px;
  }
  
  .career-content ul li {
    list-style: disc;
    font-size: 18px;
    color: #333;
    line-height: 2.3;
  }
  
  /* 학력부분 */
  
  .education {
    padding: 60px 80px 20px;
    box-sizing: border-box;
  }
  
  .education-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .education-title {
    width: 200px;
    margin-right: 60px;
  }
  
  .education-title h3 {
    font-size: 24px;
    color: #204B62;
    border-bottom: 3px solid #204B62;
    padding-bottom: 10px;
  }
  
  .education-content {
    flex: 1;
  }
  
  .education-content ul {
    padding-left: 20px;
  }
  
  .education-content ul li {
    list-style: disc;
    font-size: 18px;
    color: #333;
    line-height: 2.3;
  }
  
  /* 주요업무사례 */
  
  .cases {
    padding: 60px 80px 80px;
    box-sizing: border-box;
      margin-bottom: 100px;
  }
  
  .cases-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .cases-title {
    width: 200px;
    margin-right: 60px;
  }
  
  .cases-title h3 {
    font-size: 24px;
    color: #204B62;
    border-bottom: 3px solid #204B62;
    padding-bottom: 10px;
  }
  
  .cases-content {
    flex: 1;
  }
  
  .cases-content ul {
    padding-left: 20px;
  }
  
  .case-type {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
  }
/* 경력, 학력, 주요업무사례 공통 개선 */
.career-content p,
.education-content p,
.cases-content p {
    font-size: 19px;        /* 글자 크기 */
    line-height: 2.4;        /* 줄 간격 */
    letter-spacing: 0.3px;   /* 글자 간격 */
    color: #333;
    margin: 0;
    padding-left: 20px;      /* 들여쓰기 효과 */
}

.career,
.education,
.cases {
    padding-top: 80px;
    padding-bottom: 40px;
}

.cases-content p.case-type {
    font-size: 18px;
    font-weight: bold;
    color: #204B62;
    margin-bottom: 12px;
}

/* 논문 및 저서 */
.publications {
    padding: 60px 80px 80px;
    box-sizing: border-box;
}

.publications-inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 1200px;
    margin: 0 auto;
}

.publications-title {
    width: 200px;
    margin-right: 60px;
}

.publications-title h3 {
    font-size: 24px;
    color: #204B62;
    border-bottom: 3px solid #204B62;
    padding-bottom: 10px;
}

.publications-content {
    flex: 1;
}

.publications-content p {
    font-size: 19px;
    line-height: 2.4;
    letter-spacing: 0.3px;
    color: #333;
    padding-left: 20px;
}


/* 미디어 쿼리 구간------------------------------------------------------------------------------------- */


/* PC 전용 */
@media screen and (min-width: 1440px) {

}

/* 노트북 전용 */
@media screen and (min-width: 1025px) and (max-width: 1439px) {

    .main {
        display: flex;
        flex-wrap: nowrap; /* ✅ 줄바꿈 방지 */
        align-items: flex-end; /* 또는 center */
        justify-content: space-between;
        gap: 2vw; /* 간격 조정 */
        padding: 5vw;
        height: 62vw;
    }

    .txt {
        width: 60%; /* 왼쪽 텍스트 영역 */
    }

    .txt .quote {
        width: 70vw;
        margin-top: 12vw;
        margin-left: -5vw;
    }

    .info {
        margin-top: 15vw;
        margin-left: 0;
    }

    .info h2 {
        font-size: 4vw; /* 기존: 13px → 4vw */
    }

    .info h2 span {
        font-size: 3.5vw;
    }

    .info p {
        font-size: 3.2vw;
    }

    .tags span {
        font-size: 3vw;
    }

    .img {
        width: 40%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: -5vw;
    }

    .img img {
        width: 100%;
        height: auto;
        max-height: none; /* ✅ 이미지가 작게 잘리지 않도록 */
        margin-left: -5vm;
    }

    .career,
    .education,
    .cases {
        margin-top: 1vw;
        margin-left: 10vw;
    }

    .career-title,
    .education-title,
    .cases-title {
        width: 15vw;
        margin-left: -10vw;
    }

    .career-title h3,
    .education-title h3,
    .cases-title h3 {
        font-size: clamp(10px, 3.3vw, 23px);
        width: 12vw;
    }

    .career-content p,
    .education-content p,
    .cases-content p {
        font-size: clamp(10px, 3.3vw, 23px);
        margin-left: -3vw;
    }

    .cases-content p.case-type {
        font-size: clamp(11px, 3.5vw, 23px);
    }
}

/* 태블릿 전용 */
@media screen and (min-width: 768px) and (max-width: 1024px) {

    .main {
        display: flex;
        flex-wrap: nowrap; /* ✅ 줄바꿈 방지 */
        align-items: flex-end; /* 또는 center */
        justify-content: space-between;
        gap: 2vw; /* 간격 조정 */
        padding: 5vw;
        height: 62vw;
    }

    .txt {
        width: 60%; /* 왼쪽 텍스트 영역 */
    }

    .txt .quote {
        width: 70vw;
        margin-top: 12vw;
        margin-left: 0;
    }

    .info {
        margin-top: 15vw;
        margin-left: 0;
    }

    .info h2 {
        font-size: 4vw; /* 기존: 13px → 4vw */
        margin-left: 2.5vw;
    }

    .info h2 span {
        font-size: 3.5vw;
    }

    .info p {
        font-size: 3.2vw;
    }

    .tags span {
        font-size: 3vw;
    }

    .img {
        width: 40%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: -5vw;
    }

    .img img {
        width: 100%;
        height: auto;
        max-height: none; /* ✅ 이미지가 작게 잘리지 않도록 */
        margin-left: -5vm;
    }

    .career,
    .education,
    .cases {
        margin-top: 1vw;
        margin-left: 3vw;
    }

    .career-title,
    .education-title,
    .cases-title {
        width: 15vw;
        margin-left: -10vw;
    }

    .career-title h3,
    .education-title h3,
    .cases-title h3 {
        font-size: clamp(10px, 3.3vw, 16px);
        width: 12vw;
    }

    .career-content p,
    .education-content p,
    .cases-content p {
        font-size: clamp(10px, 3.3vw, 16px);
        margin-left: -3vw;
    }

    .cases-content p.case-type {
        font-size: clamp(11px, 3.5vw, 17px);
    }
}

/* 모바일 전용 */
@media screen and (min-width: 481px) and (max-width: 767px) {

    .main {
        display: flex;
        flex-wrap: nowrap; /* ✅ 줄바꿈 방지 */
        align-items: flex-end; /* 또는 center */
        justify-content: space-between;
        gap: 2vw; /* 간격 조정 */
        padding: 5vw;
        height: 80vw;
    }

    .txt {
        width: 60%; /* 왼쪽 텍스트 영역 */
    }

    .txt .quote {
        width: 70vw;
        margin-top: 12vw;
        margin-left: 0;
    }

    .info {
        margin-top: 15vw;
        margin-left: 0;
    }

    .info h2 {
        font-size: 4vw; /* 기존: 13px → 4vw */
        margin-left: 2.5vw;
    }

    .info h2 span {
        font-size: 3.5vw;
    }

    .info p {
        font-size: 3.2vw;
    }

    .tags span {
        font-size: 3vw;
    }

    .img {
        width: 40%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        margin-bottom: -5vw;
    }

    .img img {
        width: 100%;
        height: auto;
        max-height: none; /* ✅ 이미지가 작게 잘리지 않도록 */
        margin-left: -5vm;
    }

    .career,
    .education,
    .cases {
        margin-top: 1vw;
        margin-left: 3vw;
    }

    .career-title,
    .education-title,
    .cases-title {
        width: 15vw;
        margin-left: -10vw;
    }

    .career-title h3,
    .education-title h3,
    .cases-title h3 {
        font-size: clamp(10px, 3.3vw, 16px);
        width: 18vw;
    }

    .career-content p,
    .education-content p,
    .cases-content p {
        font-size: clamp(10px, 3.3vw, 16px);
        margin-left: -3vw;
    }

    .cases-content p.case-type {
        font-size: clamp(11px, 3.5vw, 17px);
    }
}

@media screen and (max-width: 480px) and (orientation: portrait) {

    .main{
        height: 500px;
    }

    .txt{
        margin-top: 50px;
    }
    .txt .quote{
        width: 350px;
        margin-top: 100px;
        margin-left: revert-layer;
    }

    .info{
        margin-top: 120px;
        margin-left: 0;
    }

    .info h2{
        font-size: 12px;
        margin-left: 10px;
    }

    .info h2 span{
        font-size: 12px;
    }
    .info p{
        font-size: 12px;
        margin: 20px 0 0 10px;
    }

    .tags span{
        font-size: 9px;
        margin-left: 10px;
        width: 130px;
    }

    .img img{
        height: 250px;
        margin-left: -150px
    }

    .career{
        margin-top: 1px;
    }

    .education{
        margin-top: 1px;
    }

    .cases{
        margin-top: 1px;
    }

    .career-title{
        width: 70px;
        margin-left: -60px;
    }

    .career-title h3{
        font-size: 13px;
        width: 30px;
    }

    .career-content p, .education-content p, .cases-content p{
        font-size: 13px;
        margin-left: -50px;

    }

    .cases-content p.case-type{
        font-size: 14px;
    }

    .education-title{
        width: 70px;
        margin-left: -60px;
    }

    .education-title h3{
        font-size: 13px;
        width: 30px;
    }

    .cases-title{
        width: 70px;
        margin-left: -60px;
    }

    .cases-title h3{
        font-size: 13px;
        width: 70px;
    }

    .publications {
        margin-top: 1px;
    }

    .publications-title {
        width: 70px;
        margin-left: -60px;
    }

    .publications-title h3 {
        font-size: 13px;
        width: 70px;
    }

    .publications-content p {
        font-size: 13px;
        margin-left: -50px;
    }
}