*{margin: 0; padding: 0;}

.m_cursor {
    width: 40px;
    height: 40px;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    transform: translate(200px, 370px) scale(2.5);
    transition: transform 0.07s ease 0s;
}
  
.m_cursor img {
    width: 100%;
    height: 100%;
    object-fit: contain;     /* 이미지 비율 유지 */
}


.hiddenGnb{
    z-index: 3003;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
    background-color: #FDF2EF;
}

.gnb{
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
}
.gnb>li{
    margin-bottom: 1rem;
}

.gnb>li:hover{
    color: var(--main-color);
}

.gnb>li:last-of-type{
    margin-bottom: 0;
}

.btnMenu{
    position: fixed;
    z-index: 3001;
    top: 1.2rem;
    transform: translateX(-50%);
    right: 1.2rem;
    cursor: pointer;
    line-height: 0;
    display: none;
    transition: all 1s ease 0s;
}
.btnMenu img{
    width: 1.5rem;
    transition: all 1s ease 0s;
}

.btnStyle{
    border: 1px solid #000;
    padding: 0.4rem 1rem;
    border-radius: 1.7rem;
    display: inline-flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
}

.btnStyle:hover{
    background-color: #000;
    color: var(--main-color);
}

.btnStyle:hover path{
    fill:var(--main-color)
}

.btn_close{
    position: absolute;
    top: 1.2rem;
    transform: translateX(-50%);
    right: 1.2rem;
    cursor: pointer;
    line-height: 0;
}

.btn_close img{
    width: 1.5rem;
}

/*  */

header {
    width: 1400px;
    /* position: fixed; */
    z-index: 3000;
    left: 50%;
    top: 1rem;
    /* transform: translateX(-50%); */
    display: flex
;
    justify-content: space-between;
    align-items: center;
    transition: all 1s ease 0s;
    /* filter: drop-shadow(0pc 0pc 10pc #ccc); */
    font-size: 0.8rem;
    margin: 0 auto;
    font-weight: 800;
}

.gnbFloat{
    display: flex;
    gap: 1rem;
}

.gnbFloat>li{
    transition: all 0.4s ease 0s;
}
.gnbFloat>li:hover{
    color: var(--main-color);
    /* text-decoration: underline; */
}


/* .header_bak{
    height: 3.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header_bak>img{
    position: fixed;
    object-fit: cover;
    z-index: 990;
    width: 100%;
    height: 8%;
    left: 0;
    top: 0;
    filter: drop-shadow(0pc 0pc 0.2pc #4e4e4e2d);
    border: 1px solid #000;
} */
.skill_list p{
    margin-bottom: .3rem;
}
.hero{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.hero>.pc{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -2;
}
.hero>.tab{
    display: none;
}
.hero>.mo{
    display: none;
}

.floatingHeroTxt{
    width: 1400px;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    transition: all 1s ease 0s;
}

.floatingHeroTxt h1{
    font-size: 2.5rem;
    /* font-weight: bold; */
    width: 70%;
    transition: all 1s ease 0s;
}


/* 라인 */
.line1{
    position: absolute;
    left: 0;
    top: 180px;
    width: 100%;
    z-index: 3;
}

.line2 {
    width: 100%;
    padding-bottom: 2rem;
    padding-top: 4rem;
}

.line3,
.line4{
    /* padding-bottom: 2rem; */
    width:100%;
}



/* about 시작 */
.aboutWrap{
    position: relative;
}

.about{
    text-align: center;
    padding: 8rem 0;
    width: 1400px;
    margin:0 auto;
}

.about h1{
    width: 70%;
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
}

.about p{
    padding-top: 2rem;
    width: 50%;
    margin: 0 auto;
}

.about p:last-of-type{
    padding-top: 1rem;
}



.aboutPro{
    width: 1400px;
    margin: 0 auto;
}

.apTop{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 1rem;
    align-items: end;
}
.apTopSec1 img{
    height: auto;
    object-fit: cover;
    object-fit: cover;
        border-radius: 20rem 20rem 1rem 1rem;
        /* border: 0.4rem solid var(--main-color); */
        box-sizing: border-box;
}
.apTopSec2 img{
    height: 1.1rem;
    width: 1.1rem;
}

.apTopSec1{
    grid-column: 1 / 2;
    grid-row: 1  /3;
}
.apTopSec2{
    grid-column: 2/ 3;
    grid-row: 1 /2;
}
.apTopSec3{
    grid-column: 2 /3;
    grid-row: 2 /3;
}

.apTopSec3 p{
    margin-top: 1rem;
    width: 78%
}

.apBot{
    display: flex;
    padding: 3rem 0;
}

.apBot1{
    flex: 1;
}

.apBot2{
    flex: 1;
}

.hobby{
    padding-top: 2rem;
}

/* 취미 */
.hobby ul{
    display: flex;
    align-items: end;  
}

.hobby img{
    margin: 1rem;
}

.hobby li{
    font-size: 1rem;
    text-align:center;
    /* align-items: center; */
}




/* 자격증 */
.certificate h1{
    padding: 1rem 0;
}

.cert-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    gap: 0.5rem;
}
  
.cert-item dt {
    width: 100px;
    margin: 0.5rem;
    font-weight: 600;
}
  


.header_wrap {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    /* height: 80px; */
    z-index: 3000;
    padding: 1rem 0;
    transition:all 0.6s ease 0s;
}
.header_wrap.show{
    background: url("../img/header_bak.jpg") no-repeat 50% 50% / cover;
}

.header_wrap.scrolled {
    padding: .4rem 0;
    background: #fdf2f0;
    /* backdrop-filter: blur(4px); */
}
.header_wrap.scrolled:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 34%;
    z-index: -1;
    background-color: var(--main-color);
}


/* 경력 */

.education h1{
    padding: 1rem 0;
}
.education span{
    font-size: 0.8rem;
}


/* 스킬 */

.skillsWrap {
    padding-bottom: 10rem;
    position: relative;
    padding-top: 5rem;
    background: url(../img/odj.jpg) no-repeat 50% 50% / 100% 100%;
}

.skills{
    width: 1400px;
    margin: 0 auto;
    padding-top: 3rem;
}

.skills .rd_btn{
    background-color: #fff;
    color: var(--main-color);
    width: 15rem;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    margin: 0 auto;
    text-align: center;
}

.skills h2+p{
    width: 50%;
    text-align: center;
    margin: 1rem auto;
    margin-bottom: 4rem;
    color: #fff;
}


.skill_list{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.skill_list>li{
    background-color: #fff;
    width: calc((100% - 2rem)/3);
    box-sizing: border-box;
    border-radius: 20px;
    padding: 1rem;
}

.skill_list>li h3{
    margin-bottom: 1rem;
}


/* 포스터 */
.poster{
    text-align: left;
}

.poster_title{
    padding-top: 4rem;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.poster h1{
    width: 70%;
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
}

.poster p:last-of-type{
    padding-top: 1rem;
}

/* .poster_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1rem;
    text-align: left;
    padding-bottom: 5rem;
} */
.poster_list_frame{
    width:100%;
}

.poster figure{
    margin-bottom: 1rem;
}

.txtFrame_poster>*{
    margin-bottom: 0.5rem;
}
.txtFrame_poster>*:last-child{
    margin-bottom: 0;
}

.txtFrame_poster dl {
    display: flex
;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}
.txtFrame_poster dt{
    margin-right: 2rem;
}

.txtFrame_poster dd{
    border: 1px solid var(--main-color);
    padding: 0.25rem 0.9rem;
    border-radius: 30px;
}

.poster_title p:last-of-type{
    padding-top: 1rem;
}




/* 팝업 */
.popup{
    text-align: center;
}

.popup_title{
    /* padding-top: 5rem; */
    width: 50%;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.popup h1{
    width: 70%;
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
}

.popup_list{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 1rem;
    text-align: left;
    padding-bottom: 2rem;
}

.popup figure{
    margin-bottom: 1rem;
}

.txtFrame_popup>*{
    margin-bottom: 0.5rem;
}
.txtFrame_popup>*:last-child{
    margin-bottom: 0;
}

.txtFrame_popup dl{
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.txtFrame_popup dt{
    margin-right: 2rem;
}

.txtFrame_popup dd{
    border: 1px solid var(--main-color);
    padding: 0.25rem 0.9rem;
    border-radius: 30px;
}

.popup_title p:last-of-type{
    padding-top: 1rem;
}


/* 배너 */

.banner_title{
    text-align: center;
    /* padding-top: 5rem; */
    width: 50%;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.banner h1{
    width: 70%;
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
}

.banner_title p:last-of-type{
    padding-top: 1rem;
}


.train>li>figure{
    margin-bottom: 2rem;
}



.bannerTxt{
    display: flex;
    gap: 3rem;
    margin-bottom: 3rem;
    opacity: 0;
    transform:translateY(15px);
    transition: all 0.7s ease 0.4s;
}
.swiper-slide-active .bannerTxt{
    transform:translateY(0);
    opacity: 1;
}

.banner_station{
    width: 100%;
    margin-bottom: 3rem;
    /* height: 580px; */
}

.bannerTxt section:nth-of-type(1) {
    display: flex;
    flex: 1;
    gap: 1rem;
}

.bannerTxt h3{
    width:25%;
}

.bannerTxt p{
    width: 60%;
}


.bannerTxt dl{
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex: 4;
}

.bannerTxt dt{
    margin-right: 2rem;
    flex-shrink: 0;
}

.bannerTxt dd{
    border: 1px solid var(--main-color);
    padding: 0.25rem 0.9rem;
    border-radius: 30px;
}

.banner_station .swiper-pagination-bullet-active {
    background: var(--main-color);
}


/* 프로젝트 */

.project_title{
    text-align: center;
    /* padding-top: 5rem; */
    width: 50%;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.project h1{
    font-size: 2rem;
    margin: 0 auto;
    text-align: center;
}
.project2{
    text-align: center;
}
.project2 img{
    width:100%;
    max-width: 1920px;
}

.wacom.commonFrame{
    margin: 0 auto;
    text-align: center; 
    padding-top: 4rem;
    padding-bottom: 1rem;
    /* border: 1px solid red; */
}
.wacom.commonFrame h2{
    font-size: 1.5rem;
    color: #3888DD;
    margin-bottom: 0.5rem;
}


.loomin.commonFrame{
    margin: 0 auto;
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 1rem;
    /* border: 1px solid red; */
}

.loomin.commonFrame h2{
    font-size: 1.5rem;
    color: #A74C3A;
    margin-bottom: 1rem;
}

.project_title p:last-of-type{
    padding-top: 1rem;
}


.sticky_menu1{
    /* border: 1px solid red; */
    position: sticky;
    top: 4rem;
    left: 0;
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    justify-content: center;
}

.sticky_menu1>li{
    border: 1px solid #A74C3A;
    padding: 0.4rem 1rem;
    font-size: 0.7rem;
    font-weight: 500;
    border-radius: 30px;
    background-color: #FFFCF4;
    color: #A74C3A;
}

.pjt_img1{
    text-align: center;
    /* background-color: aqua; */
    min-height: 500px;
}

.pjt_img1 img {
    width: 100%;
    max-width: 1920px;
}

.sticky_menu2{
    /* border: 1px solid red; */
    position: sticky;
    top: 4rem;
    left: 0;
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    justify-content: center;
}

.sticky_menu2>li{
    border: 1px solid #3888DD;
    padding: 0.4rem 1rem;
    font-size: 0.7rem;
    font-weight: 500;
    border-radius: 30px;
    background-color: #F2F2F2;
    color: #3888DD;
}




/* 마지막 인사 */
.commonFrame.contact {
    display: flex;
    align-items: center;
    padding-top: 2rem;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    padding-bottom: 5rem;
}
.contact_title {
    display: flex
;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    text-align: center;
    /* padding-top: 4rem; */
    transform: translateY(59%);
}

.contact_title h1 {
    font-size: 5rem;
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
}

.contact_title h3{
    text-align: center;
}

.contact_title2 {
    display: flex;
    /* flex-direction: column; */
    gap: 4rem;
    position: relative;
    text-align: left;
    /* border: 1px solid red; */
}
.ct1{
    /* width: 550px; */
    flex-grow: 1;
}
.ct1 h3{
    margin-bottom: 0.5rem;
}
.ct2{
    flex-shrink: 0;
}
.ct2 li {
    display: grid;
    grid-template-columns: 30px 100px 1fr;
    align-items: center;
    gap: .5rem;
}
/* .pc{display: none;} */
.ct2 li span{
    font-weight: bold;
}
.ct2 li b{
    text-align: center;
}
.mo{display: none;}
.profile_frame {
    width: 100%;
    aspect-ratio: 771 / 324;
    /* border: 1px solid red; */
    border-radius: 540px;
    background: url(../img/bot_profile_img.jpg) no-repeat 50% 50% / cover;
    background-attachment: fixed;
    box-shadow: 0 0 10px rgb(66 60 60 / 24%) inset;
}

.end{
    background-color: var(--main-color);
    width: 100%;
    height: 4rem;
}
.contactouter .line3 {
    position: sticky;
    top: 57%;
    z-index: -1;
}


/* 애니메이션 */
.scroll_reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}
  
.scroll_reveal.visible {
    opacity: 1;
    transform: translateY(0);
}


.skill_list li {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
  
.skill_list li:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}



/* 메인 컬러 강조용 */
.highlight {
    color: var(--main-color);
    font-weight: bold;
  }
  
/* 커서 스타일 */
#typing-cursor {
    display: inline-block;
    margin-left: 2px;
    animation: none; /* 나중에만 깜빡이게 설정 */
  }
  
  /* 깜빡이는 커서 */
  @keyframes blink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0; }
  }