

.comming {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 320px 0;
  border: 10px solid #eee;
  border-radius: 20px;
  text-align: center;
  margin-top: 50px;
}

.comming h2 {
  padding: 0 0 10px 0;
  font-size: 38px;
  font-size: 650;
  color: #000;
}

.comming h3 {
  font-size: 24px;
  font-size: 350;
  color: #c3c3c3;
}





.fclean02 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 120px 0 80px;
  text-align: center;
  border-top: 1px solid #eee;
}

.fclean02>h2 {
  width: 100%;
  margin: 0;
  padding: 0 0 45px 0;
  font-size: 32px;
  font-weight: 650;
  letter-spacing: 0;
}

.fclean02>ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 0 0 0;
  text-align: center;
  box-sizing: border-box;
}

.fclean02>ul>li {
  position: relative;
  width: 31%;
  height: auto;
  margin: 0 auto;
  padding: 0 0 4% 0;
  background: #fff;
  color: #000;
  box-sizing: border-box;
}

.fclean02>ul>li .img {
  max-width: 100%;
  height: auto;
  border: 1px solid #eee;
  overflow: hidden;
}

.fclean02>ul>li .img img {
  width: 100%;
  border-radius: 0px;
}

.fclean02>ul>li .txt {
  max-width: 100%;
  padding: 30px 0;
  border: 0px solid #e2f3ff;
  background: #fff;
  color: #000;
  text-align: center;
  box-sizing: border-box;
}

.fclean02>ul>li .txt>h2 {
  display: table;
  width: auto;
  margin: 0 auto;
  padding: 3px 25px;
  border-radius: 100px;
  background: #002b77;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.fclean02>ul>li .txt h3 {
  font-size: 24px;
  font-weight: 350;
  line-height: 1.4;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .fclean02 {
    padding: 60px 0 60px;
  }

  .fclean02>h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }

  .fclean02>ul {
    gap: 40px;
    flex-direction: column;
    padding: 0 15px;
  }

  .fclean02>ul>li {
    width: 100%;
    padding: 0;
  }

  .fclean02>ul>li .txt>h2 {
    padding: 4px 20px;
    font-size: 18px;
  }

  .fclean02>ul>li .txt h3 {
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
  }
}



.fclean03 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 80px 0;
  background: #f9fcff;
  text-align: center;
  border-top: 0px solid #eee;
}

.fclean03>h2 {
  width: 100%;
  margin: 0;
  padding: 0 0 30px 0;
  font-size: 32px;
  font-weight: 650;
  letter-spacing: 0;
}

.fclean03>h3 {
  margin: 0;
  padding: 10px 0 45px 0;
  font-size: 22px;
  font-weight: 350;
  letter-spacing: 0;
}

.fclean03>ul {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}

.fclean03>ul>li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  height: 375px;
  margin: 0 auto 50px auto;
  overflow: hidden;
  background: #fff;
  color: #000;
  box-sizing: border-box;
}

.fclean03>ul>li .img {
  width: 50%;
  height: auto;
  border: 0px solid #eee;
  overflow: hidden;
}

.fclean03>ul>li .img img {
  width: 100%;
  border-radius: 0px;
}

.fclean03>ul>li .txt {
  width: 50%;
  border: 0px solid #e2f3ff;
  background: #fff;
  color: #000;
  text-align: left;
  box-sizing: border-box;
  padding-left: 60px;
}

.fclean03>ul>li .txt>h2 {
  padding: 0 0 10px 0;
  font-size: 26px;
  font-weight: 700;
}

.fclean03>ul>li .txt>h3 {
  font-size: 23px;
  font-weight: 400;
  line-height: 1.4;
  color: #002b77;
}

.fclean03>ul>li .txt>ul {
  margin-top: 20px;
  box-sizing: border-box;
}

.fclean03>ul>li .txt>ul>li {
  font-size: 20px;
  font-weight: 350;
  line-height: 1.7;
}

.fclean03>ul>li .txt>ul>li::before {
  vertical-align: middle;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: 600;
  color: #31ad34;
  content: '\f055';
  margin-right: 1%;
}

@media (max-width: 768px) {
  .fclean03 {
    padding: 60px 0;
  }

  .fclean03>h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .fclean03>h3 {
    padding: 10px 0 30px 0;
    font-size: 16px;
  }

  .fclean03>ul {
    padding: 0 15px;
  }

  .fclean03>ul>li {
    flex-direction: column;
    height: auto;
    margin-bottom: 40px;
  }

  .fclean03>ul>li .img {
    width: 100%;
    margin-bottom: 20px;
  }

  .fclean03>ul>li .txt {
    width: auto;
    padding: 0;
    text-align: left;
  }

  .fclean03>ul>li .txt>h2 {
    font-size: 20px;
  }

  .fclean03>ul>li .txt>h3 {
    font-size: 16px;
  }

  .fclean03>ul>li .txt>ul>li {
    font-size: 15px;
    line-height: 1.6;
  }

  .fclean03>ul>li .txt>ul>li::before {
    font-size: 14px;
    margin-right: 6px;
  }
}





.fclean04 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
  border-top: 1px solid #eee;
}

.fclean04>h2 {
  width: 100%;
  margin: 0;
  padding: 0 0 40px 0;
  font-size: 32px;
  font-weight: 650;
  line-height: 1.4;
  letter-spacing: 0;
}

.fclean04>h3 {
  margin: 0;
  padding: 50px 0 25px 0;
  font-size: 24px;
  font-weight: 450;
  line-height: 1.5;
  letter-spacing: 0;
}

.fclean04>ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}

.fclean04>ul>li {
  position: relative;
  width: 31%;
  height: auto;
  margin: 0 auto;
  background: #fff;
  color: #000;
  box-sizing: border-box;
}

.fclean04>ul>li .img {
  max-width: 100%;
  height: 230px;
  overflow: hidden;
}

.fclean04>ul>li .img img {
  width: 100%;
  border-radius: 0px;
}

.fclean04>ul>li .txt {
  max-width: 100%;
  padding: 30px 0;
  border: 1px solid #eee;
  background: #fff;
  color: #000;
  text-align: center;
  box-sizing: border-box;
}

.fclean04>ul>li .txt h2 {
  padding: 0 0 5px 0;
  font-size: 26px;
  font-weight: 700;
}

.fclean04>ul>li .txt h3 {
  font-size: 20px;
  font-weight: 350;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .fclean04 {
    padding: 60px 0;
  }

  .fclean04>h2 {
    font-size: 20px;
    padding-bottom: 25px;
  }

  .fclean04>h3 {
    padding: 30px 0 20px 0;
    font-size: 16px;
  }

  .fclean04>ul {
    gap: 40px;
    flex-direction: column;
    padding: 0 15px;
  }

  .fclean04>ul>li {
    width: 100%;
  }

  .fclean04>ul>li .img {
    height: 180px;
  }

  .fclean04>ul>li .txt {
    padding: 20px 0;
  }

  .fclean04>ul>li .txt h2 {
    font-size: 18px;
    padding-bottom: 5px;
  }

  .fclean04>ul>li .txt h3 {
    font-size: 14px;
    line-height: 1.6;
  }
}





.before {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 120px 0;
  border-top: 0px solid #eee;
}

.before>h2 {
  width: 100%;
  margin: 0;
  padding: 10px 0 0 0;
  font-size: 32px;
  font-weight: 650;
  text-align: center;
  letter-spacing: 0;
}

.before>h3 {
  margin: 0;
  padding: 10px 0 45px 0;
  font-size: 22px;
  font-weight: 350;
  text-align: center;
  letter-spacing: 0;
}







.process {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 120px 0;
  text-align: center;
  border-top: 0px solid #eee;
}

.process>h2 {
  width: 100%;
  margin: 0;
  padding: 0 0 0px 0;
  font-size: 32px;
  font-weight: 650;
  letter-spacing: 0;
}

.process>h3 {
  margin: 0;
  padding: 10px 0 45px 0;
  font-size: 22px;
  font-weight: 350;
  letter-spacing: 0;
}

.process ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 0 0;
  box-sizing: border-box;
}

.process ul li {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 32%;
  padding: 35px 0;
  border: 2px solid #eee;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  color: #000;
  text-align: left;
  margin-bottom: 50px;
  box-sizing: border-box;
}

.process ul li .img {
  display: table;
  position: relative;
  margin: 0 auto;
  padding: 10px 10px;
  background: #002b77;
  font-size: 24px;
  font-weight: 650;
  color: #fff;
}

.process ul li .img img {
  width: 100%;
}

.process ul li .txt {
  width: 100%;
  padding: 20px 0 0 0;
  border: 0px solid #eee;
  background: #fff;
  color: #000;
  text-align: center;
  box-sizing: border-box;
}

.process ul li .txt h2 {
  display: table;
  width: auto;
  margin: 0 auto;
  padding: 3px 25px;
  border-radius: 100px;
  font-size: 24px;
  font-weight: 600;
}

.process ul li .txt h3 {
  margin: 0 auto;
  padding: 5px 0 15px 0;
  font-size: 20px;
  font-weight: 350;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .process {
    padding: 60px 0;
  }

  .process>h2 {
    font-size: 20px;
  }

  .process>h3 {
    padding: 10px 0 30px 0;
    font-size: 16px;
  }

  .process ul {
    gap: 20px;
    flex-direction: column;
    padding: 10px 15px;
  }

  .process ul li {
    width: 100%;
    padding: 25px 0;
    margin-bottom: 0px;
  }

  .process ul li .img {
    padding: 10px 10px;
    font-size: 18px;
  }

  .process ul li .txt h2 {
    padding: 2px 20px;
    font-size: 18px;
  }

  .process ul li .txt h3 {
    width: 80%;
    padding: 5px 0 10px 0;
    font-size: 16px;
  }
}








/* ✅ 기본 설정 */
.price {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.price-table {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

/* ✅ 표 스타일 */
table.comparison-table {
  width: 100%;
  border-radius: 20px;
  background: white;
  border-collapse: collapse;
}

table.comparison-table th,
table.comparison-table td {
  vertical-align: middle;
  padding: 1.2rem 0rem;
  /* 약 20px 13px */
  border: 1px solid #e0e4e8;
  font-size: 1.05rem;
  /* 약 18px */
  font-weight: 400;
  text-align: center;
}

table.comparison-table thead th {
  background: #ecf3fa;
  font-size: 1.25rem;
  /* 약 23px */
  font-weight: 700;
  color: #1e293b;
}

table.comparison-table td {
  background: #fff;
}

table.comparison-table .item-group {
  background: #f9f9f9;
  font-weight: 600;
  color: #272727;
}

table.comparison-table td[colspan="2"].item-group {
  text-align: center;
}

/* ✅ 강조 스타일 */
.comparison-table .highlightt {
  background: #c5e8ff;
  font-weight: 700;
  color: #0c4a6e;
}

.comparison-table .highlight {
  background: #e9f6ff;
  font-weight: 600;
  color: #0c4a6e;
}

/* ✅ note 스타일 */
.note {
  padding: 2rem 3rem;
  border: 1px solid #eee;
  border-radius: 12px;
  background: #fff;
  line-height: 1.7;
  color: #000;
  margin-top: 2rem;
}

.note-list {
  margin: 0;
  list-style: none;
  padding-left: 0;
}

.note-list li {
  padding: 1.05rem 0;
  font-size: 1.05rem;
  border-bottom: 1px solid #e2e8f0;
}

.note-list li:last-child {
  border-bottom: none;
}

.note-list strong {
  display: block;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.05rem;
}

.note-list strong::before {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #3b82f6;
  content: "\f00c";
  margin-right: 0.5rem;
}


/* ✅ 반응형 (태블릿 및 모바일) */
@media (max-width:1024px) {

  table.comparison-table th,
  table.comparison-table td {
    padding: 0.5rem 0.5rem;
    /* 약 16px 8px */
    font-size: 0.85rem;
    /* 약 16px */
  }

  table.comparison-table thead th {
    font-size: 1rem;
    /* 약 19px */
  }

  .note {
    padding: 1.5rem 1.5rem;
  }
}


@media (max-width:768px) {

  /* ✅ 테이블을 감싸는 div에 스크롤 적용 */
  /* ✅ 스크롤 영역 생성 */
  .price-table {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 1rem;
    /* 하단 여백 (스크롤바와 테이블 분리) */
  }

  /* ✅ 테이블 자체에 하단 마진 추가 */
  .comparison-table {
    min-width: 800px;
    margin-bottom: 0rem;
    /* 스크롤바와 테이블 하단 간격 */
  }

  /* ✅ 스크롤바 스타일은 그대로 유지 */
  .price-table {
    scrollbar-width: auto;
    scrollbar-color: #bbb #fff;
  }

  .price-table::-webkit-scrollbar {
    height: 8px;
  }

  .price-table::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: #bbb;
  }

  .price-table::-webkit-scrollbar-track {
    background: #fff;
  }

  /* ✅ 테이블에 최소 너비 지정 (가로로 넘길 수 있게) */
  .comparison-table {
    min-width: 800px;
  }

  .note {
    padding: 1rem 1rem;
    font-size: 1rem;
  }

  .note-list li {
    font-size: 0.95rem;
  }

  .note-list strong {
    font-size: 1.05rem;
  }
}







.view-wrap {
  max-width: 1000px;
  margin: 50px auto;
  padding: 0 20px;
}

/* 헤더 스타일 */
.view-header {
  border-bottom: 2px solid #333;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.view-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #111;
  margin-bottom: 15px;
}

.view-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #888;
}

.view-meta i {
  margin-right: 5px;
}

/* 본문 스타일 */
.view-body {
  min-height: 300px;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  word-break: keep-all;
}

.view-body img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 20px auto;
  border-radius: 8px;
}

.view-body p {
  margin-bottom: 15px;
}

/* 버튼 스타일 */
.view-btn-wrap {
  text-align: center;
  margin-top: 50px;
  border-top: 1px solid #ddd;
  padding-top: 30px;
}

.btn-list-go {
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  background: #333;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
}

.btn-list-go:hover {
  background: #111;
}

/* 로딩 스타일 */
#loading {
  padding: 80px 0;
  text-align: center;
}

.loading-spinner {
  font-size: 40px;
  color: #2196f3;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* 모바일 대응 */
@media (max-width: 768px) {
  .view-title {
    font-size: 22px;
  }

  .view-wrap {
    margin: 30px auto;
  }
}


        .board-container { max-width: 1200px; margin: 80px auto; padding: 0 20px; }

        .board-header { text-align: center; margin-bottom: 60px; }
        .board-header h2 { font-size: 36px; font-weight: 700; color: #111; margin-bottom: 15px; }
        .board-header p { font-size: 16px; color: #666; }

        /* =========================================
         * Gallery Grid Premium Styling
         * ========================================= */
        .gallery-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 30px;
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            padding: 40px 20px;
        }

        .gallery-card {
            display: block;
            position: relative;
            background: #ffffff;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0,0,0,0.06);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            text-decoration: none;
        }
        .gallery-card:hover {
            box-shadow: 0 20px 40px rgba(0,0,0,0.12);
            transform: translateY(-8px);
        }
        .gallery-card .img-box {
            position: relative;
            width: 100%;
            height: 280px;
            overflow: hidden;
            background: #f5f5f5;
        }
        .gallery-card .img-box img {
            width: 100%;
            height: 100%;
            transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
            object-fit: cover;
        }
        .gallery-card:hover .img-box img {
            transform: scale(1.08);
        }

        /* Category Badge Overlay */
        .gallery-card .category-badge {
            position: absolute;
            top: 16px;
            right: 16px;
            padding: 8px 16px;
            background: linear-gradient(135deg, rgba(0,160,233,0.95) 0%, rgba(0,180,220,0.95) 100%);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 20px;
            color: #ffffff;
            font-size: 13px;
            font-weight: 700;
            letter-spacing: 0.5px;
            box-shadow: 0 4px 12px rgba(0,160,233,0.3);
            z-index: 2;
        }

        .gallery-card .txt-box {
            padding: 28px 24px;
            background: #ffffff;
        }
        .gallery-card .list_title {
            overflow: hidden;
            font-size: 19px;
            font-weight: 700;
            line-height: 1.4;
            color: #222;
            white-space: nowrap;
            margin:0;
            margin-bottom: 12px;
            text-overflow: ellipsis;
        }
        .gallery-card .date {
            display: flex;
            gap: 6px;
            align-items: center;
            font-size: 14px;
            color: #999;
        }

        /* Tablet Responsive */
        @media (max-width: 1024px) {
            .gallery-grid {
                grid-template-columns: repeat(2, 1fr);
                gap: 24px;
                padding: 30px 15px;
            }
            .gallery-card .img-box { height: 240px; }
            .gallery-card .txt-box { padding: 24px 20px; }
            .gallery-card .list_title { font-size: 17px; }
        }

        /* Mobile Responsive */
        @media (max-width: 767px) {
            .gallery-grid {
                grid-template-columns: 1fr;
                gap: 20px;
                padding: 20px 10px;
            }
            .gallery-card .img-box { height: 220px; }
            .gallery-card .txt-box { padding: 20px 18px; }
            .gallery-card .list_title { font-size: 16px; }
            .gallery-card .category-badge {
                top: 12px;
                right: 12px;
                padding: 6px 12px;
                font-size: 12px;
            }
        }

        .btn-more-wrap { text-align: center; margin-top: 60px; }
        .btn-load-more { padding: 15px 50px; border: 1px solid #ddd; border-radius: 50px; background: #fff; font-size: 16px; font-weight: 500; transition: all 0.3s; cursor: pointer; }
        .btn-load-more:hover { background: #333; color: #fff; border-color: #333; }
        #initial-loading { padding: 100px 0; font-size: 18px; color: #666; text-align: center; }

        @media (max-width: 768px) {
            .board-container { margin: 50px auto; }
            .board-header h2 { font-size: 28px; }
            .gallery-card .img-box { height: 220px; }
        }
