


    #projectimage {
    width: 100%;
    height: auto;
    object-fit: cover;
    }
    
    #logoimage{
    width: 100%;
    height: 10%;
    object-fit: cover;
    }
    
    a{ color:blue; }
    


    #header .nav {
    display: flex;
    gap: 28px;
    }

    #header .nav a {
    color: #111;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.75;
    }

    #header .nav a:hover { opacity: 1; }
    
    
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    width: 100%;
    overflow-x: hidden;
    font-family: /* Arial, Helvetica, */sans-serif;
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;

    background: #ffffff; 
    border-bottom: 1px solid rgba(0,0,0,0.08);

    z-index: 9999;
}


.header-inner {
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


.logo img {
    height: 36px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
}


.nav {
    display: flex;
    gap: 28px;
    
}

.nav a {
    color: #111;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    opacity: 0.75;
    position: relative;
    transition: opacity 0.2s ease;
}

.nav a:hover {
    opacity: 1;
}

.nav a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: #111;
    transition: width 0.25s ease;
}

.nav a:hover::after {
    width: 100%;
}


#header.scrolled {
    height: 60px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

#header.scrolled .logo img {
    height: 30px;
}




img {
    max-width: 100%;
    height: auto;
    display: block;
}
    
.project-image {
    width: 80%;
    max-width: 900px;
}

.project-image img {
    width: 100%;
    height: auto;    
    display: block;
}

.section {
    min-height: calc(100vh - 70px);
    min-height: calc(100svh - 70px);
    display: flex;
    align-items: center;
    justify-content: center;
    scroll-snap-align: start;
}
    


.contact-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 40px;
}

.contact-group h3 {
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #111;
    margin-bottom: 14px;
}

.contact-group ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-group li {
    font-size: 15px;
    margin-bottom: 8px;
    color: #111;
    text-align: center;
}


#contactabutnotdiscord{
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    background: #333; 
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.2s ease, opacity 0.2s ease;
}


.contact-link {
    color: #111;
    text-decoration: none;
    font-weight: 600;
}

.contact-link:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}


.discord-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 8px;
    background: #5865F2; 
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.discord-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}


.footer {
    text-align: center;
    padding: 30px 0;
    font-size: 13px;
    color: #777;
    border-top: 1px solid rgba(0,0,0,0.08);
}

html {
    scroll-behavior: smooth;
}

section {
    scroll-margin-top: 80px;
}



body {
    margin: 0;
    scroll-snap-type: y mandatory;
}


.co-section {
    max-width: 900px;
    margin: 120px auto;
    padding: 0 20px;
    text-align: center;
}


.co-section h2 {
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 18px;
}


.co-section p {
    max-width: 680px;
    margin: 0 auto 60px;
    font-size: 17px;
    line-height: 1.7;
    color: #555;
}






.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
    
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


html, body {
    margin: 0;
    padding: 0;
    width: 100%;
}

body {
    scroll-snap-type: y mandatory;
}


#projects.section {
    position: relative;
    background: linear-gradient(
    135deg,
    #eef1f8 0%,
    #f9fafc 100%
    );
}

#projects.section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.06); 
    pointer-events: none;
}


#Latest.section {
    position: relative;
    background: linear-gradient(
    135deg,
    #eef1f8 0%,
    #f9fafc 100%
    );
}

#Latest.section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.06); 
    pointer-events: none;
}

#boeing.section {
    position: relative;
    background: linear-gradient(
    135deg,
    #eef1f8 0%,
    #f9fafc 100%
    );
}

#boeing.section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.06); 
    pointer-events: none;
}

#comente.section {
    position: relative;
    background: linear-gradient(
    135deg,
    #eef1f8 0%,
    #f9fafc 100%
    );
}

#comente.section::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.06); 
    pointer-events: none;
}



#about.section {
    background: linear-gradient(
    135deg,
    #f9fafc 0%,
    #eef1f8 100%
    );
}

#about.section {
    background-image: url("/21.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#home.section {
    background-image: url("/naga.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


.section {
    transition: background-color 0.4s ease;
}

.section {
    position: relative;
    min-height: 100svh;
    background-image: url("bg.jpg");
    background-size: cover;
    background-position: center;
}

.section {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}


.bg-blur::before {
    content: "";
    position: absolute;
    inset: 0;

    background: url("about-bg.jpg") center / cover no-repeat;
    filter: blur(14px);
    transform: scale(1.1);

    z-index: 0;
}


.bg-blur::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45);
    z-index: 1;
}


.bg-blur .co-section {
    position: relative;
    z-index: 2;
    color: white;
}

#projects img {
    margin-top: 34px;
}

#log {
    background-color: transparent;

}

    /* 버튼 하나 더(투명 스타일) */
.btn.ghost {
    background: transparent;
    border: 2px solid rgba(80, 100, 255, 0.35);
    color: #2b2b2b;
    padding: 12px 18px;
    border-radius: 12px;
    cursor: pointer;
}

.btn.ghost:hover {
    border-color: rgba(80, 100, 255, 0.7);
}

/* 모달 배경 */
.modal-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.45);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 18px;
    z-index: 9999;
}

.modal-backdrop.show { display: flex; }

/* 모달 카드 */
.modal {
    width: min(720px, 100%);
    max-height: min(80vh, 720px);
    background: rgba(255,255,255,0.92);
    backdrop-filter: blur(10px);
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    overflow: hidden;
}

/* 헤더 */
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.modal-close {
    background: transparent;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    padding: 8px 10px;
    border-radius: 10px;
}

.modal-close:hover { background: rgba(0,0,0,0.06); }

/* 바디 */
.modal-body {
    padding: 16px 18px;
    overflow: auto; /* 스크롤 */
}

.changelog-meta {
    font-weight: 700;
    margin-bottom: 10px;
}

.changelog-list {
    margin: 0;
    padding-left: 18px;
}

#update-log .update-list{
    list-style: decimal;
    margin: 12px auto 0;
    padding-left: 1.8em;

    width: fit-content;                 /* 덩어리 폭만 */
    max-width: min(720px, 92vw);        /* 너무 길면 줄바꿈 */
    text-align: left;                   /* 내용은 왼쪽정렬 */
}

#update-log .update-list li{
    margin: 6px 0;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}


@media (max-width: 480px) {
  .header-inner {
    padding: 0 12px;
  }

  .nav {
    gap: 12px;
  }

  .nav a {
    font-size: 13px;
    padding: 8px 6px;
  }

  .logo img {
    height: 28px;
  }
}
#project-title{
  max-width: 92vw;
  margin: 0 auto;

  white-space: normal;
  overflow-wrap: anywhere;
  word-break: break-word;

  font-size: clamp(18px, 5.8vw, 34px);
  line-height: 1.15;
}

#logoimage{
  height: 36px;
  width: auto;
  object-fit: contain;
}

/* ===== Post (comment section) ===== */

#postContainer {
  margin-top: 30px;
}

/* 카드 전체 */
#postContainer > div {
  background: #3f4147;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 8px;
  border: 1px solid #2a2f3d;
}

/* 제목 */
#postContainer h3 {
  margin-bottom: 8px;
  font-size: 20px;
  color: #ffffff;
}

/* 작성자 */
#postContainer .author {
  font-size: 13px;
  color: #9ca3af;
  margin-bottom: 10px;
}

/* 내용 */
#postContainer .content {
  font-size: 15px;
  color: #e5e7eb;
  white-space: pre-line; /* 줄바꿈 유지 */
  line-height: 1.6;
}
#comente .co-section {
  width: 95%;
}

#update-log section {
  background: #3f4147;
  padding: 20px;
  margin-bottom: 25px;
  border-radius: 8px;
  border: 1px solid #2a2f3d;
}

/* 버전 제목 */
#update-log section h3 {
  margin-bottom: 12px;
  font-size: 20px;
  color: #ffffff;
}

/* 리스트 스타일 정리 */
#update-log .update-list {
  list-style: decimal;
  padding-left: 20px;
  margin: 0;
  text-align: left;
  color: #e5e7eb;
  line-height: 1.6;
}

/* 각 항목 간격 */
#update-log .update-list li {
  margin-bottom: 6px;
}

/* 가로폭도 post랑 맞춤 */
#projects .co-section {
  width: 95%;
}