/* ==================== 1. Reset & Common ==================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    color: #000;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

a { text-decoration: none; color: inherit; }
li { list-style: none; }

img {
    max-width: 100%;
    height: auto;
}
.container {
    width: 100%;      
    max-width: 1200px;    
    padding: 0 20px;      
    margin: 0 auto;
    box-sizing: border-box; 
}

.mo-br {
    display: none;
}

.pc-br {
    display: block;
}

.mobile-controls {
    display: none; 
    align-items: center;
    gap: 18px; 
    margin-left: auto; 
}

.lang-switch-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 24px;
    background: #F2F2F2;
    border-radius: 10px;
}
.lang-switch-mobile img {
    height: 20px; 
    width: auto;
}

.pc-only {
    display: block;
}

.mobile-address-card {
    display: none;
}

.signature-font {
    font-family: 'ChungjuKimsaeng', serif; 
    font-size: 30px; 
    font-weight: 700;   
    letter-spacing: 2px;    
}

/* ==================== 2. Header & Dropdown ==================== */
.header {
    width: 100%;
    height: 80px;
    border-bottom: 1px solid #eee;
    background: #fff;
    position: relative; 
    z-index: 1000; 
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    
    width: 100%;        
    max-width: none;    
    padding: 0 144px;    
    
    box-sizing: border-box;
}

.logo a { display: flex; align-items: center; gap: 10px; }

.logo img{width:246px; height:60px;}


/* --- 메뉴 --- */
.gnb {
  height: 100%;
}

.main-menu {
    display: flex;
    gap: 0;
    height: 100%;
}

.depth-1 {
    position: relative;
    min-width: 94.57px;
    height: 100%;
    display: flex;       
    align-items: center; 
    white-space: nowrap;
}

.depth-1 a {
    display: flex;         
    align-items: center;   
    padding: 0 30px;
    color: #000;
    height: 100%;
    transition: color 0.3s;
    cursor: pointer;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
}

.depth-1:last-child {
    padding-right: 0px;
}

.depth-1:hover > a {
    color: #1D7C4D; 
}


/* --- 드롭다운  --- */
.depth-2 {
    display: none; 
    position: absolute;
    top: 80px; 
    left: 50%;
    transform: translateX(-50%); 
    background-color: #1D7C4D; 
    min-width: 240px;
}

.depth-1:hover .depth-2 {
    display: block;
}

.depth-1.hover-active .depth-2 {
    display: block !important;
}

.depth-2 li {
    display: block;
    text-align: center;
}

.depth-2 li a {
    display: block;
    padding: 16px;
    color: #fff; 
    font-weight: 500;
    white-space: nowrap; 
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
}

.depth-2 li a:hover {
    background-color: rgba(255,255,255,0.05); 
    
}

.depth-1 > .lang-switch {
    width: 69px !important;     
    height: 36px !important;     
    
    padding: 0 12px !important;   
    
    border-radius: 10px;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px; 

    flex-shrink: 0; 
    box-sizing: border-box; 
}

.lang-switch img {
    width: auto;
    display: block;
}
/* ==================== 3. Main Visual ==================== */
.sub-visual-section {
    position: relative;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.visual-section {
    position: relative;
    height: 640px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.visual-bg {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    z-index: -1;
}

.visual-bg img {
    width: 100%; height: 100%; object-fit: cover;
}

.visual-bg .overlay {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.visual-bg .overlay2 {
    position: absolute;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.3);
}


.visual-text h2 {
    color:#fff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: Pretendard;
    line-height: 64px;
    letter-spacing: 0;
    font-style: normal;
    text-align: center;
    vertical-align: middle;
}

.visual-text h3 {
    color:#fff;
    letter-spacing: 0;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    line-height: 44px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    opacity:0.9;
}


.visual-text p{
    color:#fff;
    font-family: Pretendard;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
}

/* ==================== 4. Section Common ==================== */
.photo {
    float: right;       
    width: 360px;
    height: auto;
    margin-left: 40px;   
    margin-bottom: 20px;   
}

.photo img {
    width: 100%; 
    height: auto; 
    object-fit: cover;
    display: block;   
}
.section { padding: 80px 0; }

.section-header {
    text-align: center;
    margin-bottom: 64px;
}

.section-header h1 {
    color:#32383F;
    font-family: Pretendard;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0;
    text-align: center;
    display:block;
    margin-bottom: 16px;
}

.section-header p {
    color: #5B6064;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}

.sub-header {
    text-align: left;
    margin-bottom: 60px;
}

.sub-header h1 {
    display:block;
    font-weight: 700;
    height: 56px;
    opacity: 1;
    font-style: normal;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 0;
}

.sub-header2 {
    text-align: left;
    margin-bottom: 20px;
}

.sub-header2 h1 {
    display:block;
    font-weight: 700;
    height: 56px;
    opacity: 1;
    font-style: normal;
    font-size: 36px;
    line-height: 52px;
    letter-spacing: 0;
}


/* ==================== 5. Vision Section ==================== */

.vision-section{
  background: #F9FAFB;
}

.main-section1{
  padding-top:80px;
  padding-bottom:120px;
}

.main-section2{
  padding-top:0px;
  padding-bottom:80px;
}

.sub-container{
    display: block;
  /* display: flex; 
  flex-direction: column;    */
}

.sub-container p{
  color:#32383F;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
}

.sub-container h4{
  color:#1B242C;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  vertical-align: middle;
}

.sub-container2{
  display: flex; 
  flex-direction: column;   
  gap: 28px;
}

.sub-container2 p{
  color:#32383F;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  vertical-align: middle;
}

.sub-container3{
  display: flex; 
  flex-direction: column;   
  gap: 60px;
}

.sub-item-list{
  display: flex; 
  flex-direction: column;   
  gap: 40px;
}

.sub-item{
  display: flex; 
  flex-direction: column;   
}

.sub-item h3{
  color:#1B242C;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  margin-bottom:12px;
}

.sub-list li{
  color:#5B6064;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  vertical-align: middle;
}

.sub-list li::before {
    content: '•';
    position: relative;
    margin:8px;
    align-items: center;
    color: #5B6064;
}
.sub-list2{
  display:flex;
  flex-direction: column;
  gap:4px;
}

.sub-list2-item{
  display:flex;
  flex-direction: row;
  gap:12px;
  align-items: flex-start;
}

.sub-list2 dt{
  color:#1B242C;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  vertical-align: middle;
  width:120px;
  margin: 0;
  position: relative;
  padding-left: 16px;
}

.sub-list2 dt::before {
    content: '•';
    position: absolute;
    left: 0;
    top: 0;
    color: #1B242C;
}

.sub-list2 dd{
  color:#5B6064;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0;
}

.sub-img{
  width: 100%;
  height: 320px;
  opacity: 1;
  border-radius: 8px;
  overflow: hidden;
}

.sub-img img{
  width: 100%; height: 100%; object-fit: cover;
}

.sub-card-container{
  width: 100%;
  display: flex;           
  flex-direction: column;   
  gap: 12px;
}

.sub-card1{
  background:#F7F7F7;
  padding: 20px 32px;
  border-radius: 8px;
}

.sub-card1 p{
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
}

.sub-card-container2{
  color:#1B242C;
  width:100%;
  display: flex;           
  flex-direction: column;   
  gap: 16px;
}

.sub-card-container3{
  width:100%;
  display: flex;           
  flex-direction: column;   
  margin-top: 60px;
  gap:16px;
}

.sub-card2{
  background:#F7F7F7;
  opacity: 1;
  padding: 36px;
  border-radius: 8px;
}

.sub-card2 h3{
  color:#1B242C;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  margin-bottom:16px;
}

.sub-card2 p{
  color:#5B6064;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  vertical-align: middle;
}

.sub-card-container3 p{
  color:#5B6064;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: right;
}

.card-list-3 {
    display: flex;
    gap: 32px;
}

.card-item {
    flex: 1;
    padding: 40px;
    height: 320px;
    opacity: 1;
    border-radius: 10px;
}

.white-card {
    background: #FFFFFF;
    box-shadow: 0px 2px 4px -2px #0000001A;
    box-shadow: 0px 4px 6px -1px #0000001A;
    transition: transform 0.3s;
}

.white-card:hover { transform: translateY(-5px); }

.icon-box {
    width: 48px; height: 48px;
    background: #B2B4B6;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    margin-bottom: 16px;
}

.icon-box img { width:24px; height:24px;}

.card-item h3 {
    color: #000;
    font-family: Pretendard;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
}

.card-item p {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    color: #5B6064;
    line-height: 24px;
    letter-spacing: 0;
}

.time-item{ 
  display:flex;
  padding-top:30px;
  padding-bottom:30px;
  gap:80px;
}

.time-item + .time-item {
    border-top: 1px solid #EBEBEB; 
}

.year{
  display:flex;
  flex-direction: row;
  width:120px;
  gap:20px;
  align-items: center;
}

.bullet{
  background: transparent;
  width: 16px;
  height: 16px;
  opacity: 1;
  border-radius: 99px;
  border-width: 4px;
  border-style: solid;
  border-color:#1D7C4D;
}

.year h2{
  color:#263238;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
  vertical-align: middle;
}

.time-info{
  display:flex;
  flex-direction: column;
  gap:12px;
}

.time-info h4{
  color:#1B242C;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
}

.time-info p{
  color:#5B6064;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  vertical-align: middle;
}

.map-section{
  width: 100%;
  height:633px;
  overflow:hidden;
}

.map-section img{
  width:100%; height:100%; object-fit:cover;
}

/* ==================== 6. Business Section ==================== */
.business-section{
  padding-bottom:0;
}

.card-list-2by2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.img-card-list {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    gap: 40px;
}

.img-card {
    height: auto; 
    display: flex;
    flex-direction: column;
    gap: 24px; 
}


.img-section {
    width: 100%; 
    height: auto; 
    aspect-ratio: 16 / 9; 
    background: #b4b4b4;
    overflow: hidden;
    margin-bottom: 0; 
    border-radius: 8px;
}

.img-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-info h3 {
    color: #1B242C;
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
}

.img-info p {
    color: #5B6064;
    font-weight: 500;
    font-size: 18px; 
    line-height: 1.6;
}

.card-item-gray {
    background: #F7F7F7; 
    opacity: 1;
    padding-top: 33px;
    padding-right: 33px;
    padding-bottom:33px;
    padding-left: 33px;
    border-radius: 10px;
}

.card-item-gray h3{
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    color:#000000;
}

.card-item-gray p{
    margin-top: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #5B6064;
    letter-spacing: 0;
}

.check-list{
  gap:8px;
}

.check-list li {
    margin-top:16px;
    color: #3D4349;
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.partner-list{
  display: flex;
  flex-direction: column;
  gap:40px;
}

.partner-card{
  display: flex;
  flex-direction: row;
  gap:40px;
}

.icon-box2{
  width: 120px;
  height: 120px;
  border-radius: 8px;
  background: #F7F7F7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box2 img{
  width: 45px;
  height: 45px;
  opacity: 1;
}

.partner-info{
  display: flex;
  flex-direction: column;
}

.partner-info p{
  color:#5B6064;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0;
  vertical-align: middle;
}

.partner-title{
  display: flex;
  flex-direction: row;
  gap:16px;
  align-items: center;
  margin-bottom:12px;
}

.partner-title h3{
  color:#1B242C;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0;
}

.partner-title p{
  color:#B2B4B6;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  vertical-align: middle;
}


.btn-area {
    text-align: center;
    margin-top: 81px;
    margin-bottom:101px;
}

.btn-green {
    display: inline-block;
    padding: 10px 22px;
    background-color: #1D7C4D ;
    color: #fff;
    border-radius: 6px;
    transition: background-color 0.3s;
    font-family: Inter;
    font-weight: 450;
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.2px;
    box-shadow: 0px 1px 2px 0px #1B242C1F;
}

.btn-green:hover {
    background-color: #144a18;
}

/* --- 문의하기 페이지 --- */

.inquiry-wrapper {
    width:100%;
    margin: 0 auto;  
}

.inquiry-form{

}

.form-group {
    margin-bottom: 40px; 
    display: flex;
    flex-direction: column;
    gap: 12px; 
}

.form-group label {
    color: #1B242C;
    font-family: Pretendard;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
}

/* Select 박스*/
.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none; 
    appearance: none;
    background-image: url('/img/indicator.png'); 
    background-repeat: no-repeat;
    background-position: right 16px center; 
    background-size: 20px 20px;  
    background-color: transparent;
}

/* 입력창 공통 스타일  */
.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 8px 16px;
    border: 1px solid #B2B4B6; 
    border-radius: 6px;     
    color: #272E35;
    outline: none; 
    font-family: 'Pretendard';
    transition: border-color 0.2s;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #7E8B99;  
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #1D7C4D;
}

.form-row {
    display: flex;
    flex-direction: column;
    gap: 0px;
}

.form-row .form-group {
    flex: 1; 
}
.form-group textarea {
    resize: none; 
    height: 240px;
    justify-content: space-between;
    opacity: 1;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 12px;
    border-radius: 6px;
}

.btn-group {
    display: flex;
    justify-content: flex-end; 
    margin-top: 40px;
}

.btn-submit {
    background-color: #1D7C4D;
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 92px;
    height: 48px;
    gap: 8px;
    padding: 10px 16px;
    border-radius: 6px;
    box-shadow: 0px 1px 2px 0px #1B242C1F;
}

.btn-submit:hover {
    background-color: #144a18;
}

.btn-submit p{
  color:#FFFFFF;
  font-family: 'Inter';
  font-weight: 450;
  font-style: normal;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.2px;
}


/* --- 게시판 스타일 --- */

/* 1. 탭 메뉴 */
.board-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
    gap:24px;
}

.tab-item {
    padding: 13px 17px;
    color: #B2B4B6;
    font-weight: 500;
    text-align: center;
    border-bottom: 2px solid transparent;
    transition: all 0.3s;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
}

.tab-item.active{
    color: #000;
    border-bottom: 2px solid #000; 
}

/* 2. 게시판 리스트 */
.board-list-wrap {
    
}

/* 공통 레이아웃 (Flexbox) */
.board-header, .board-item {
    display: flex;
    align-items: center;
    padding: 20px 10px; 
    gap: 10px;
}

/* 헤더 스타일 */
.board-header {
    background: #fff; 
    border-bottom: 2px solid #000; 
    height: 55px;
}

.board-header span {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.board-item {
    border-bottom: 1px solid #D5D5D5;
    background: #fff;
    transition: background 0.2s;
}

.board-item.is-pinned {
    background: #f2f2f2;
}

.board-item:hover {
    background-color: #f9f9f9; 
}


.col-cate { 
    width: 80px;      
    flex-shrink: 0;  
    text-align: left;
    color: #5B6064;
    font-size: 14px;
    text-align: left; 
}

.col-date { 
    width: 100px;     
    flex-shrink: 0;  
    text-align: right;
    color: #B2B4B6; 
    font-size: 14px; 
    white-space: nowrap;
}


.col-title { 
    flex: 1;    
    min-width: 0;    
    font-weight: 500;
    font-size: 16px;
    color: #32383F;
}

.col-title a {
    display: block; 
    white-space: nowrap;  
    overflow: hidden;        
    text-overflow: ellipsis; 
    color: #333;
    font-size: 16px;
}

.cate-badge {
    display: inline-block;
    background: #EBEBEB;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    white-space: nowrap;
}

.pagination {
    height: 192px;
    padding: 80px 144px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.page-btn {
    width: 32px; height: 32px;
    padding: 6px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    color: #1B242C;
    font-size: 14px;
    background: #fff;
    transition: all 0.2s;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}

.page-btn arrow{
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    text-align: center;
    color:#1B242C;
}

.page-btn:hover { border-color: #1B242C; }

.page-btn.active {
    background: #000;
    color: #fff;
    border-color: #000;
}

/* ==================== 7. Footer ==================== */
.footer {
    margin-bottom: 80px;
    width: 100%; 
}

.footer-info {
    border-top: 1px solid #EBEBEB;
    padding-top: 40px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 1152px; 
    margin: 0 auto; 
}

.footer-info h1 {
    display: block;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
}

.footer-info p {
    color: #3D4349;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

/* ==================== 게시판 상세 페이지 (View) 스타일 ==================== */

.view-nav-area {
    margin-top: 104px;
    margin-bottom: 40px;
}

.btn-back-list {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: #5B6064;
    font-weight: 500;
    transition: color 0.2s;
}
.btn-back-list:hover {
    color: #1B242C;
}

.board-view-header {
    margin-bottom: 24px;
}

.view-cate {
    background-color: #EBEBEB;
    display: inline-block;
    color: #5B6064;
    padding: 4px 13px;
    border-radius: 4px;
    margin-bottom: 12px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}

.view-title {
    color: #1B242C;
    margin-bottom: 34px;
    word-break: keep-all;
    font-weight: 700;
    font-style: normal;
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0;
}

.view-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 34px;
    color: #5B6064;
}

.meta-item {
    display: flex;
    gap: 6px;
}

.meta-label {
    color: #5B6064;
    font-family: Pretendard;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
}

.meta-value {
    color: #5B6064;
    font-family: Pretendard;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
}

.writer-detail {
    color: #5B6064;
    font-family: Pretendard;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
}

.status-badge2 {
    color: #1D7C4D;
    font-family: Pretendard;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
}

.view-divider {
    height: 1px;
    background-color: #000000;
    margin-bottom: 48px;
}

.board-view-content {
    min-height: 300px;
    color: #5B6064;
    margin-bottom: 48px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.board-file-area {
    background-color: #F7F7F7;
    border-radius: 10px;
    padding: 32px;
    margin-bottom: 80px;
}


.file-icon{
    width:24px; height:24px;
}

.file-header-title {
    color: #32383F;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: Pretendard;
    font-weight: 700;
    font-style: normal;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0;
}


.file-list-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.file-item {
    background: #fff;
    border: 1px solid #EBEBEB;
    border-radius: 10px;
}

.file-link {
    display: flex;
    align-items: center;
    padding: 16px 20px;
    width: 100%;
    text-decoration: none;
}

.file-icon-paper {
    width:20px; height:20px;
    font-size: 20px;
    margin-right: 12px;
}

.file-info{
    display:flex;
    flex-direction: column;
    flex:1;
}

.file-size{
    color:#5B6064;
    flex: 1; 
    font-family: Pretendard;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.2px;
}

.file-name {
    flex: 1; 
    color: #32383F;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Pretendard;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.file-download-btn {
    width:24px; height:24px;
    opacity: 1;
}

.btn-hamburger {
        display: none; 
        flex-direction: column;
        justify-content: space-between;
        width: 24px;
        height: 18px;
        background: none;
        border: none;
        cursor: pointer;
        padding: 0;
        z-index: 2000; 
    }

    .btn-hamburger span {
        width: 100%;
        height: 3px;
        background-color: #333;
        border-radius: 3px;
        transition: 0.3s;
    }

/* ==================== 문의 게시판 ==================== */

.admin-answer-section {
    margin-top: 60px;    
    margin-bottom: 80px; 
}

.answer-card {
    background-color: #F9FAFB; 
    border: 1px solid #E5E8EB;
    border-radius: 12px;       
    padding: 32px;
}

.answer-card.empty {
    text-align: center;
    color: #999;
    padding: 40px;
}

.answer-header {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #EBEBEB; 
    margin-bottom: 20px;
}

.admin-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-badge {
    background-color: #32383F; 
    color: #fff;
    font-size: 13px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 700;
}

.admin-name {
    font-weight: 700;
    color: #1B242C;
    font-size: 16px;
}

.answer-date {
    font-size: 14px;
    color: #888;
}

.answer-body {
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.status-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
}

.status-badge.wait {
    background-color: #F2F2F2;
    color: #5B6064;
}

.status-badge.done {
    background-color: #E7F6EE; 
    color: #1D7C4D; 
}

.btn-row-right {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.btn-write {
    display: inline-block;
    background-color: #1D7C4D;
    color: #fff;
    padding: 10px 24px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s;
}
.btn-write:hover {
    background-color: #144a18;
}

.admin-answer-wrap {
    margin-top: 60px;
    margin-bottom: 80px;
}

.answer-box {
    background-color: #F9FAFB; 
    border: 1px solid #E5E8EB;
    border-radius: 12px;
    padding: 32px;
}

.answer-box.empty {
    text-align: center;
    color: #999;
    padding: 40px;
}

.answer-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 16px;
}

.admin-profile {
    display: flex;
    align-items: center;
    gap: 10px;
}

.admin-badge {
    background-color: #32383F;
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 700;
}

.answer-date {
    font-size: 14px;
    color: #888;
}

.answer-body {
    font-size: 16px;
    line-height: 1.7;
    color: #333;
}

.status-badge-view {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.status-badge-view.wait { background: #eee; color:#666; }
.status-badge-view.done { background: #1D7C4D; color:#fff; }

/* ==================== 반응형 (PC 창 줄였을 때 ) ==================== */
@media screen and (max-width: 1200px) {

    .header-inner {
        padding: 0 20px !important; 
    }

    .mobile-controls {
        display: flex; 
    }

    .gnb .depth-1:last-child {
        display: none; 
    }

    .btn-hamburger {
        display: flex;
        z-index: 2000; 
        margin-left: 0;
    }

    .menu-overlay {
        display: none;
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1999;
    }
    .menu-overlay.active { display: block; }

    .gnb {
        display: block;
        position: fixed;
        top: 0; 
        right: -100%; 
        width: 80%; 
        max-width: 320px;
        height: 100vh;
        background: #fff;
        z-index: 2000;
        transition: right 0.3s ease-in-out; 
        padding-top: 60px;
        overflow-y: auto;
        box-shadow: -5px 0 15px rgba(0,0,0,0.1);
    }
    
    .gnb.active { 
        right: 0; 
    }

    .btn-close-menu {
        display: block; 
        position: absolute;
        top: 20px; right: 20px;
        background: none; border: none;
        font-size: 24px; font-weight: bold;
        cursor: pointer;
    }

    .main-menu {
        flex-direction: column;
        height: auto;
    }

    .depth-1 {
        width: 100%; display: block; height: auto;
    }
    
    .depth-1 > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 25px;
        font-size: 18px;
        color: #333;
        border-bottom: 1px solid #f1f1f1;
        width: 100%; height: auto;
    }

    .depth-1 > a::after {
        content: '';
        display: block;
        width: 10px; height: 10px;
        border-right: 2px solid #999;
        border-bottom: 2px solid #999;
        transform: rotate(45deg);
        transition: 0.3s;
    }
    
    .depth-1.open > a { color: #1D7C4D;}
    .depth-1.open > a::after {
        transform: rotate(-135deg);
        border-color: #1D7C4D;
    }

    .depth-2 {
        display: none; 
        background: #f9f9f9;
        width: 100%; padding: 0;
        border-top: 1px solid #eee;
        position: static;
        transform: none;
    }
    
    .depth-1:hover .depth-2 { display: none; }
    
    .depth-1.open .depth-2 { display: block; }

    .depth-2 li a {
        padding: 12px 35px;
        font-size: 15px; color: #666;
        text-align: left;
    }
    .lang-switch { margin: 20px 25px !important; }
    .lang-switch::after { display: none !important; }

    .card-list-3 {
        flex-direction: column; 
        gap: 20px; 
    }

    .card-item {
        width: 100%; 
        height: auto; 
        /* min-height: 280px; */
    }
    
    .white-card {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: left; 
    }

    
    .card-item-gray {
        height: auto; 
        padding: 24px; 
    }

    .footer {
        margin-bottom: 40px;
    }

    .footer-info {
        padding-top: 40px;
        padding-bottom: 32px;
        padding-left: 12px;
    }

    .footer-info h1 {
        display: block;
        margin-bottom: 12px;
        font-weight: 700;
        font-size: 14px;
        line-height: 28px;
    }

    .footer-info p {
        color: #3D4349;
        font-weight: 400;
        font-size: 10px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1201px) {
    .btn-close-menu { display: none; }
    .menu-overlay { display: none !important; }
}

/* ====================768px 이하==================== */
@media screen and (max-width: 768px) {
    .logo img {
        width: 180px;
        height: auto;
    }

    .depth-1 > a {
        font-size: 16px;
    }

    .depth-2 li a {
        font-size: 14px;
    }

    .mo-br {
        display: block; 
    }

    .pc-br {
        display: none;
    }

    .sub-visual-section {
        position: relative;
        height: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        color: #fff;
    }

    .visual-section {
        position: relative;
        height: 280px;
        display: flex;
        align-items: center;
        text-align: center;
        color: #fff;
        justify-content: space-between;
    }

    .visual-text h2 {
        font-family: Pretendard;
        font-weight: 700;
        font-style: normal;
        font-size: 20px!important;
        line-height: 32px!important;
        letter-spacing: 0;
        text-align: center;
        vertical-align: middle;
        word-break: keep-all;      
        padding: 0 20px;        
    }

    .visual-text h3 {
        font-family: Pretendard;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        text-align: center;
        vertical-align: middle;
        opacity:0.9;
    }


    .visual-text p{
        font-family: Pretendard;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
        text-align: center;
        vertical-align: middle;
    }

    .section { padding: 40px 0; }

    .section-header {
        margin-bottom: 24px;
    }

    .section-header h1{
        margin-bottom:8px;
        font-family: Pretendard;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0;
        text-align: center;
    }

    .section-header p {
        font-family: Pretendard;
        font-weight: 500;
        font-style: normal;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
        text-align: center;
    }

    .sub-header {
        text-align: left;
        margin-bottom: 24px;
    }

    .sub-header h1 {
        display:block;
        font-weight: 700;
        height: 36px;
        opacity: 1;
        font-style: normal;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0;
    }

    .sub-header2 {
        text-align: left;
        margin-bottom: 0px;
    }

    .sub-header2 h1 {
        display:block;
        font-weight: 700;
        font-family: Pretendard;
        font-style: normal;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0;
    }


    .form-group label {
        font-size: 16px;
        line-height: 24px;
    }

    .form-group input,
    .form-group select,
    .form-group textarea {
        font-size: 16px;
        line-height: 24px;
    }
    
    .card-list-2by2 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .img-card-list {
        grid-template-columns: 1fr;
        row-gap: 40px;
    }

    .img-section {
        width: 100%;
        height: auto;
    }

    .img-info h3 {
        margin-bottom: 12px;
        word-break: keep-all; 
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .img-info p {
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.2px;
        vertical-align: middle;
    }


    .card-item-gray {
        padding-top: 16px;
        padding-right: 16px;
        padding-bottom:16px;
        padding-left: 16px;
    }

    .card-item-gray h3{
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .card-item-gray p{
        margin-top: 8px;
        margin-bottom:8px;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .main-section1{
        padding-top:40px;
        padding-bottom:40px;
        }

    .main-section2{
        padding-top:0px;
        padding-bottom:40px;
        }

    .sub-container{
        display: flex; 
        flex-direction: column;   
        }

    .sub-container p{
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
        vertical-align: middle;
        }

    .sub-container h4{
            font-weight: 500;
            font-style: normal;
            font-size: 14px;
            line-height: 22px;
            letter-spacing: 0.2px;
            vertical-align: middle;
        }

    .sub-container2{
        display: flex; 
        flex-direction: column;   
        gap: 16px;
        }

    .sub-container2 p{
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.2;
        vertical-align: middle;
        }

    .sub-container3{
            display: flex; 
            flex-direction: column;   
            gap: 32px;
        }

    .sub-item-list{
        display: flex; 
        flex-direction: column;   
        gap: 32px;
        }

    .sub-item{
        display: flex; 
        flex-direction: column;   
        }

    .sub-item h3{
        font-weight: 700;
        margin-bottom:12px;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        }

    .sub-list {
            list-style: none; 
            padding: 0;
            margin: 0;
        }

    .sub-list li {
            position: relative; 
            padding-left: 20px; 
            font-size: 14px;
            line-height: 24px; 
            letter-spacing: -0.02em;
            margin-bottom: 4px; 
            word-break: keep-all; 
        }

    .sub-list li::before {
            content: '•';   
            position: absolute; 
            left: 0px;          
            top: 0px;             
            color: #5B6064;
            font-size: 14px;   
            line-height: 24px; 
            margin:0px;
        }
    .sub-list2{
            display:flex;
            flex-direction: column;
            gap:4px;
        }

    .sub-list2-item{
            display:flex;
            flex-direction: row;
            gap:12px;
            align-items: flex-start;
        }

    .sub-list2 dt{
            width:120px;
            margin: 0;
            position: relative;
            padding-left: 16px;
            font-weight: 500;
            font-style: normal;
            font-size: 14px;
            line-height: 22px;
            letter-spacing: 0.2px;
            vertical-align: middle;
        }

    .sub-list2 dt::before {
            content: '•';
            position: absolute;
            left: 0;
            top: 0;
            color: #1B242C;
        }

    .sub-list2 dd{
            margin: 0;
            font-weight: 500;
            font-style: normal;
            font-size: 14px;
            line-height: 22px;
            letter-spacing: 0.2px;
            vertical-align: middle;
            margin:0px;
            flex: 1;
        }

    .sub-img{
        width: 100%;
        height: 245px;
        }

    .sub-card-container{
        width: 100%;
        display: flex;           
        flex-direction: column;   
        gap: 12px;
        }

    .sub-card1{
        background:#F7F7F7;
        padding: 20px 32px;
        border-radius: 8px;
        }

    .sub-card1 p{
        font-weight: 700;
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.1;
        }

    .sub-card-container2{
        color:#1B242C;
        width:100%;
        display: flex;           
        flex-direction: column;   
        gap: 16px;
        }

    .sub-card-container3{
        width:100%;
        display: flex;           
        flex-direction: column;   
        margin-top: 32px;
        gap:16px;
        }

    .sub-card2{
        padding: 18px;
        }

    .sub-card2 h3{
        color:#1B242C;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
        margin-bottom:16px;
        font-style: normal;
        }

    .sub-card2 p{
        color:#5B6064;
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.2;
        vertical-align: middle;
        font-style: normal;
        }

    .sub-card-container3 p{
            font-weight: 400;
            font-style: normal;
            font-size: 10px;
            line-height: 16px;
            letter-spacing: 0;
            text-align: right;
        }

    .card-list-3 {
            gap: 24px;
        }

    .icon-box {
            width: 40px; height: 40px;
            margin-bottom: 8px;
            
        }

    .card-item {
            padding: 20px;
            height:auto;
        }

    .card-item h3 {
            margin-top:8px;
            font-family: Pretendard;
            font-weight: 500;
            font-style: normal;
            font-size: 16px;
            line-height: 24px;
            letter-spacing: 0;
        }

    .card-item p {
            margin-top:8px;
            font-family: Pretendard;
            font-weight: 400;
            font-style: normal;
            font-size: 12px;
            line-height: 20px;
            letter-spacing: 0;
    }

    .time-item{ 
        display:flex;
        padding-top:29px;
        padding-bottom:29px;
        gap:0px;
        }

    .year{
        display:flex;
        flex-direction: row;
        min-width:120px;
        gap:20px;
        align-items: center;
    }

    .bullet{
        width: 12px;
        height: 12px;
    }

    .year h2{
        font-weight: 700;
        letter-spacing: 0;
        vertical-align: middle;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
    }

    .time-info{
        display:flex;
        flex-direction: column;
        gap:12px;
    }

    .time-info h4{
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.2px;
    }

    .time-info p{
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.2px;
        vertical-align: middle;
    }

    .map-section{
        width: 100%;
        height:368px;
        overflow:hidden;
        }

    .icon-box2{
        width: 80px;
        height: 80px;
        display: flex;
        flex-shrink: 0;
    }

    .partner-list{
        display: flex;
        flex-direction: column;
        gap:40px;
    }

    .partner-card{
        display: flex;
        flex-direction: row;
        gap:20px;
    }

    .partner-info p{
        font-size: 12px;
        line-height: 20px;
    }

    .partner-title {
        flex-direction: column; 
        align-items: flex-start;
        gap: 0px;
    }
    
    .partner-title p {
        margin-left: 0;        
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.2px;
        vertical-align: middle;

    }

    .partner-title h3{
        font-size: 16px;
        line-height: 24px;
    }

    .tab-item {
        padding: 13px 17px;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }
    

    .board-item {
        padding: 15px 5px;
    }

    .col-title a {
        font-size: 15px;
    }

    .col-date {
        width: 85px; 
        font-size: 13px;
    }

    .board-tabs {
        display: flex;
        flex-wrap: nowrap !important; 
        overflow-x: auto;             
        justify-content: flex-start; 
        gap: 0;                       

        -webkit-overflow-scrolling: touch; 
        scrollbar-width: none; 
    }
    
    .board-tabs::-webkit-scrollbar { 
        display: none; 
    }

    .tab-item {
        flex: 0 0 auto !important;   
        width: auto !important;      
        white-space: nowrap !important; 
        padding: 12px 20px !important;
        font-size: 15px;
    }

    .tab-item.active {
        border-bottom: 2px solid #000;
        color: #000;
        font-weight: 700;
    }

    .col-cate {
        width: auto !important; 
        min-width: 60px;  
        margin-right: 5px;
        flex-shrink: 1;  
    }

    .cate-badge {
        white-space: normal;   
        display: inline-block;
        line-height: 1.2;     
        text-align: center;
        width: 100%;         
    }
    
    .col-title {

    }

    .check-list{

    }

    .check-list li {
        margin-top:0px;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        line-height: 20px;
    }

    .btn-area {
        margin-top: 36px;
        margin-bottom:0px;
    }

    .btn-green {
        display: flex;
        font-family: Pretendard;
        justify-content: center;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .btn-group {
        display: flex;
        justify-content: flex-end; 
        margin-top: 40px;
    }

    .btn-submit {
        background-color: #1D7C4D;
        color: #fff;
        border: none;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: background-color 0.3s;
        width: 100%;
        height: 48px;
        gap: 8px;
    }

    .btn-submit:hover {
        background-color: #144a18;
    }

    .btn-submit p{
        font-family: 'Inter';
        font-weight: 450;
        font-style: normal;
        font-size: 16px;
        leading-trim: NONE;
        line-height: 28px;
        letter-spacing: 0.2px;
    }

    .mobile-address-card {
        display: block;
        margin-top: 10px; 
        padding: 18px;
        background: #F7F7F7; 
        border-radius: 8px;
    }
    .mobile-address-card h3 {
        color: #1B242C;
        font-weight: 700;
        margin-bottom: 8px;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }
    .mobile-address-card p {
        color: #5B6064;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.2px;
        vertical-align: middle;
    }

    .footer {
        margin-bottom: 24px;
    }

    .footer-info {
        padding-top: 24px;
        padding-bottom: 0px;
        padding-left: 24px;
        padding-right: 24px;
    }

    .footer-info h1 {
        font-family: Pretendard;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }

    .footer-info p {
        font-family: Pretendard;
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        gap:3.5px;
    }

    /* ==================== 게시판 상세 페이지 (View) 스타일 ==================== */

    .view-nav-area {
        margin-top: 64px;
        margin-bottom: 20px;
    }

    .btn-back-list {
        display: inline-flex;
        align-items: center;
        color: #5B6064;
        font-family: Pretendard;
        font-weight: 500;
        font-style: normal;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .board-view-header {
        margin-bottom: 24px;
    }

    .view-cate {
        background-color: #EBEBEB;
        display: inline-block;
        color: #5B6064;
        padding: 4px 6px;
        border-radius: 4px;
        margin-bottom: 12px;
        font-family: Pretendard;
        font-weight: 400;
        font-style: normal;
        font-size: 10px;
        line-height: 16px;
        letter-spacing: 0;
        text-align: center;
    }

    .view-title {
        color: #1B242C;
        margin-bottom: 12px;
        word-break: keep-all;
        font-weight: 700;
        font-style: normal;
        font-family: Pretendard;
        font-size: 24px;
        line-height: 36px;
        letter-spacing: 0;
    }

    .view-meta {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        color: #5B6064;
    }

    .meta-item {
        display: flex;
        gap: 2px;
    }

    .meta-label {
        color: #5B6064;
        font-family: Pretendard;
        letter-spacing: 0;
        font-family: Pretendard;
        font-weight: 500;
        font-style: normal;
        font-size: 10px;
        line-height: 16px;
    }

    .status-badge2 {
        color: #1D7C4D;
        font-family: Pretendard;
        letter-spacing: 0;
        font-family: Pretendard;
        font-weight: 500;
        font-style: normal;
        font-size: 10px;
        line-height: 16px;
    }

    .meta-value {
        color: #5B6064;
        font-family: Pretendard;
        letter-spacing: 0;
        font-family: Pretendard;
        font-weight: 500;
        font-style: normal;
        font-size: 10px;
        line-height: 16px;
    }

    .writer-detail {
        color: #5B6064;
        font-family: Pretendard;
        letter-spacing: 0;
        font-family: Pretendard;
        font-weight: 500;
        font-style: normal;
        font-size: 10px;
        line-height: 16px;
    }

    .view-divider {
        height: 1px;
        background-color: #000000;
        margin-bottom: 48px;
    }

    .board-view-content {
        min-height: 150px;
        color: #5B6064;
        margin-bottom: 104px;
        font-style: normal;
        font-family: Pretendard;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.2px;
    }

    .board-file-area {
        background-color: #F7F7F7;
        border-radius: 10px;
        padding: 20px;
        margin-bottom: 40px;
    }


    .file-icon{
        width:18px; height:18px;
    }

    .file-header-title {
        color: #32383F;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 8px;
        font-family: Pretendard;
        font-weight: 700;
        font-style: normal;
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 0;
    }


    .file-list-box {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .file-item {
        background: #fff;
        border: 1px solid #EBEBEB;
        border-radius: 10px;
    }

    .file-link {
        display: flex;
        align-items: center;
        padding: 16px 20px;
        width: 100%;
        text-decoration: none;
    }

    .file-icon-paper {
        display:flex;
        width:16px; 
        height:16px;
        font-size: 20px;
        margin-right: 12px;
    }

    .file-info{
        display:flex;
        flex-direction: column;
        flex:1;
    }

    .file-size{
        color:#5B6064;
        flex: 1; 
        font-family: Pretendard;
        font-weight: 500;
        font-style: normal;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0;
    }

    .file-name {
        flex: 1; 
        color: #32383F;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-family: Pretendard;
        font-weight: 500;
        font-style: normal;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0;
    }

    .file-download-btn {
        width:18px; height:18px;
        opacity: 1;
    }
    .photo {
        float: none;      
        display: block;
        margin: 0 auto 20px; 
        width: 100%;      
        max-width: 320px;
    }

    .col-writer { display: none; }
    
    .answer-box { padding: 20px; }
    .answer-header { flex-direction: column; align-items: flex-start; gap: 8px; }

    .answer-card {
        padding: 20px;
    }
    .answer-header {
        flex-direction: column; 
        align-items: flex-start;
        gap: 8px;
    }
    .answer-date {
        font-size: 13px;
    }

}
