/* ÀüÃ¼ ÄÁÅÙÃ÷¿ë ±âº» Å¬·¡½º */
.scroll-animate {
    opacity: 0;
    transform: translateY(50px);  /* ¾Æ·¡¿¡¼­ ½ÃÀÛ */
    transition: all 0.6s ease-out;
}

/* È­¸é¿¡ º¸ÀÌ¸é Ãß°¡µÉ Å¬·¡½º */
.scroll-animate.visible {
    opacity: 1;
    transform: translateY(0);     /* ¿ø·¡ À§Ä¡·Î ÀÌµ¿ */
}


/*ÁÖ¹®ÈÄ ³»¿ª*/

    .order-item-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.order-item {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #eaeaea;
  padding: 1rem;
  background: #fff;
padding:30px;
}

.item-img img {
  width: 100px;
  height: 100px;
  border-radius: 8px;
  object-fit: cover;
}

.item-info {
  flex: 1;
  padding-left: 1.1rem;
  min-width: 200px;
}

.item-name {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.item-option p {
  font-size: 1rem;
  margin: 0.2rem 0;
}

@media (max-width: 640px)  {
    .item-img img { display:none; }
  .order-item {
    flex-direction: column;
    align-items: flex-start;padding:10px;   border: 0px solid #eaeaea;  border-bottom: 1px solid #eaeaea;
  }
  .item-img img {
    width: 100%;
    height: auto;
  }
  .item-info {
    padding-left: 0;
    margin-top: 0.5rem;
  }
}


/*ÁÖ¹®È®ÀÎORDER LIST*/

.order-list-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.order-card {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  background: #fff;
  padding: 2rem;
}

.order-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}

.order-card-header .order-id {
  font-weight: 600;
  color: #333; font-size:1.2em;
  text-decoration: none;
}

.order-card-header .order-id:hover {
  text-decoration: underline;
}

.order-card-header .order-date {
  font-size: 0.9rem;
  color: #777;
}

.order-card-body {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.2rem; 

}

.order-row {
  display: flex;
  justify-content: flex-start; /* ¿ÞÂÊ Á¤·Ä·Î ºÙÀÓ */
  gap: 10px;                  /* Ç×¸ñ »çÀÌ °£°Ý Á¶Àý */
  font-size: 1em;
  padding: 2px 0;
}
.order-row > div {
  flex: 1;         /* °°Àº ºñÀ²·Î ³ª´® */
  min-width: 100px; /* ³Ê¹« ÀÛ¾ÆÁö´Â°Å ¹æÁö */
}


@media (max-width: 768px) {
    /* Çì´õ - ÁÖ¹®¹øÈ£¿Í ³¯Â¥ ÇÑ ÁÙ¾¿ */
    .order-card {
  border: 1px solid #ebebeb;
  border-radius: 10px;
  background: #fff;
  padding: 1rem;
}
    .order-card-header {
        display: flex;          /* flex À¯Áö */
        flex-direction: column; /* ¼¼·Î ¹èÄ¡ */
        align-items: flex-start; 
        gap: 0.25rem;           /* À§¾Æ·¡ °£°Ý */
    }

    .order-card-header .order-id,
    .order-card-header .order-date {
        display: block;         /* °¢ ¾ÆÀÌÅÛ ÁÙ¹Ù²Þ */
        width: 100%;            /* ÀüÃ¼ Æø »ç¿ë */
    }

    .order-card-header .order-date {
        margin-top: 0;          /* ÇÊ¿ä½Ã Á¶Á¤ */
        font-size: 0.9rem;
        letter-spacing: normal;
    }

    /* ÁÖ¹® Ç×¸ñ - °¢ row ÇÑ ÁÙ¾¿ */
    .order-row {
        flex-direction: column; /* ¼¼·Î ¹èÄ¡ */
        align-items: flex-start;
        gap: 0.1rem;           /* Ç×¸ñ °£ °£°Ý */
    }

    .order-row > div {
        flex: unset;            /* °¡·Î ºñÀ² Á¦°Å */
        min-width: unset;
        width: 100%;            /* ÀüÃ¼ Æø »ç¿ë */
    }
}




.status_01{display:inline-block;background:#533662;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em}
.status_02{display:inline-block;background:#533662;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em}
.status_03{display:inline-block;background:#b668d0;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em}
.status_04{display:inline-block;background:#533662;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em}
.status_05{display:inline-block;background:#533662;color:#fff;padding:0 5px;line-height:20px;font-size:0.92em}
.status_06{display:inline-block;background:#fff;border:1px solid #ddd;color:#666;padding:0 5px;line-height:20px;font-size:0.92em}

.order-empty {
  text-align: center;
  color: #888;
  padding: 1.5rem;
  background: #fafafa;
  border-radius: 8px;
  border: 1px dashed #ddd;
}











/*==========¸ÞÀÎÀÎÆ®·Î==========*/
.main-visual_1006 {
  position: relative;
  width: 100%;
  height: 958px;
  overflow: hidden;
}

/* ½½¶óÀÌµå */
.slide_1006 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;   /* ÀüÃ¼ ÀÌ¹ÌÁö°¡ µé¾î¿Àµµ·Ï */
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}


/* ÇöÀç È°¼º ½½¶óÀÌµå */
.slide_1006.active_1006 {
  opacity: 1;
  z-index: 2;
}

/* ½½¶óÀÌµå ÅØ½ºÆ® */
.slogan_1006 {
  position: absolute;
  top: 50%;
  left: 55%; /* È­¸é ¿À¸¥ÂÊÀ¸·Î ¾à°£ ÀÌµ¿ */
  transform: translateY(-50%);
  text-align: left;
  z-index: 15;
 
}

/* ½½¶óÀÌµå ÅØ½ºÆ® */
.slogan_10062 {
  position: absolute;
  top: 50%;
 right: 58.2%; /* È­¸é ¿À¸¥ÂÊÀ¸·Î ¾à°£ ÀÌµ¿ */
  transform: translateY(-50%);
  text-align: left;
  z-index: 15;
 
}

/* ±ÛÀÚ ±âº» »óÅÂ */
.line_1006 {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  margin-bottom: 20px;
  color: #fff;
}



/* ±ÛÀÚ È°¼º »óÅÂ */
.slide_1006.active_1006 .line_1006 {
  opacity: 1;
  transform: translateY(0);
}

/* ¼øÂ÷ ¾Ö´Ï¸ÞÀÌ¼Ç (¼±ÅÃ) */
.slide_1006.active_1006 .line_1006.hashtag   { transition-delay: 0.2s; }
.slide_1006.active_1006 .line_1006.title     { transition-delay: 0.4s; }
.slide_1006.active_1006 .line_1006.subtitle  { transition-delay: 0.6s; }
.slide_1006.active_1006 .line_1006 img       { transition-delay: 0.8s; }

/* ¹è³Ê1 ±ÛÀÚ»ö */
.slide_1006.banner1.active_1006 .line_1006.hashtag { color: #fff; }
.slide_1006.banner1.active_1006 .line_1006.title   { color: #fff; }
.slide_1006.banner1.active_1006 .line_1006.subtitle{ color: #fff; }

/* ¹è³Ê2 ±ÛÀÚ»ö */
.slide_1006.banner2.active_1006 .line_1006.hashtag { color: #886c8c; }
.slide_1006.banner2.active_1006 .line_1006.title   { color: #8696a7; }
.slide_1006.banner2.active_1006 .line_1006.subtitle{ color: #8696a7; }





/* °³º° ½ºÅ¸ÀÏ */
.line_1006.hashtag {
  font-family: 'Times New Roman', Times, serif;
  font-size: 18px;
}

.line_1006.title {
  font-family: 'Roboto', sans-serif;
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
}

.line_1006.subtitle {
  font-family: 'Roboto', sans-serif;
  font-size: 26px;
  font-weight: 400;
}

@media (max-width: 1416px) and (min-width: 769px) {

  .line_1006.hashtag {
    font-size: 18px; /* Á¶±Ý ÀÛ°Ô */
  }

  .line_1006.title {
    font-size: 58px; /* Å« È­¸é ´ëºñ 70¡æ50px Ãà¼Ò */
    line-height: 1.15; /* ¾à°£ ¿©À¯ */
  }

  .line_1006.subtitle {
    font-size: 22px; /* 26¡æ22px·Î ÁÙÀÓ */
  }

}




/* ¹ÝÀÀÇü: ¸ð¹ÙÀÏ (max-width 768px ±âÁØ) */
@media (max-width: 768px) {

  /* ½½·Î°Ç À§Ä¡ Áß¾Ó + ÇÏ´ÜÀ¸·Î ¾à°£ ÀÌµ¿ */
  .slogan_1006 {
      width:100%;
    left: 50%;
    top: 85%;             /* È­¸é Áß¾Ó¿¡¼­ Á¶±Ý ÇÏ´ÜÀ¸·Î */
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 10px;
  }
    
      .slogan_10062 {
      width:100%;
    left: 50%;
    top: 85%;             /* È­¸é Áß¾Ó¿¡¼­ Á¶±Ý ÇÏ´ÜÀ¸·Î */
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0 10px;
  }

  /* ±ÛÀÚ Å©±â Á¶Á¤ + ÁÙ °£°Ý Ãà¼Ò */
  .line_1006.hashtag {
    font-size: 12px;
    margin-bottom: 10px;  /* ±ÛÀÚ »çÀÌ °£°Ý ÁÙÀÓ */
  }

  .line_1006.title {
    font-size: 24px;
    margin-bottom: 5px;  /* ±ÛÀÚ »çÀÌ °£°Ý ÁÙÀÓ */
  }

  .line_1006.subtitle {
    font-size: 16px;
    margin-bottom: 10px;  /* ±ÛÀÚ »çÀÌ °£°Ý ÁÙÀÓ */
  }

  /* ÀÌÀü/´ÙÀ½ ¹öÆ° À§Ä¡ ´õ ¹ÛÀ¸·Î ÀÌµ¿ */
  .nav-btn_1006.prev_1006 {
    left: 0px;    /* È­¸é °¡ÀåÀÚ¸®·Î ºÙÀÓ */
  }

  .nav-btn_1006.next_1006 {
    right: 0px;   /* È­¸é °¡ÀåÀÚ¸®·Î ºÙÀÓ */
  }
}

@media (max-width: 768px) {
  .line_1006.title br {
    display: none;
  }
    .line_1006 img { width:10%;}
}


/* ¸ð¹ÙÀÏ Àü¿ë ÀÌ¹ÌÁö º¯°æ */
@media (max-width: 768px) {
  .slide_1006.banner1 {
    background-image: url('/img/main_m.jpg') !important;
  }

  .slide_1006.banner2 {
    background-image: url('/img/main2_m.jpg') !important;
  }

  /* ÇÊ¿äÇÏ¸é ³ª¸ÓÁöµµ */
  .slide_1006:nth-child(3) {
    background-image: url('/img/main3_m.jpg') !important;
  }
    
     /* ÇÊ¿äÇÏ¸é ³ª¸ÓÁöµµ */
  .slide_1006:nth-child(4) {
    background-image: url('/img/main4_m.jpg') !important;
  }
    
     /* ÇÊ¿äÇÏ¸é ³ª¸ÓÁöµµ */
  .slide_1006:nth-child(5) {
    background-image: url('/img/main5_m.jpg') !important;
  }
}




/*ÀüÀÚ»ó°Å·¡ ¾à°ü*/
.terms-box {
  width: 100%;
  margin: 0 auto;
  padding: 30px 40px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 0;
  box-shadow: none;
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
  color: #333;
  line-height: 1.8;
}

.terms-box h1 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
}

.terms-box h2 {
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  color: #1f2937;
  border-left: 3px solid #4b5563;
  padding-left: 8px; line-height: 1;
}

.terms-box p {
  font-size: 14px;
  margin-bottom: 14px;
}

.terms-box ol {
  margin-left: 22px;
  margin-bottom: 16px;
}

.terms-box li {
  margin-bottom: 6px;
  font-size: 14px;
}

.biz-info {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  padding: 12px 18px;
  margin-top: 8px;
  margin-bottom: 25px;
}

.footer {
  margin-top: 30px;
  text-align: center;
  color: #6b7280;
  font-size: 13px;
}


/*ÇÒÀÎÀ²Ç¥½Ã*/
.sct_discount {
    display: inline-block;       /* ¹èÁöÃ³·³ Ç¥½Ã */
    background-color: transparent; /* ¹è°æ ¾ø¾Ö°í ±ÛÀÚ °­Á¶ */
    color: #da38ba;              /* ¼±¸íÇÑ »¡°£»ö */
    font-weight: 900;            /* ´õ ±½°Ô */
    font-size: 18px;             /* ±ÛÀÚ Å©°Ô */
    padding: 0px;              /* ¾ÈÂÊ ¿©¹é ÃÖ¼ÒÈ­ */
    margin-right: 6px;           /* °¡°Ý°ú °£°Ý */
    vertical-align: middle;      /* °¡°Ý°ú ¼öÁ÷ Á¤·Ä */
    line-height: 1;              /* ³ôÀÌ Á¤¸® */
    text-align: center;          /* ±ÛÀÚ °¡¿îµ¥ Á¤·Ä */
}








/* ÁÂ¿ì ³×ºñ°ÔÀÌ¼Ç */
.nav-btn_1006 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: auto;              
  height: auto;             
  background: none;         
  border: none;             
  cursor: pointer;
  z-index: 20;
  padding: 30px;            /* Å¬¸¯ ¿µ¿ª È®º¸ */
  display: flex;
  align-items: center;
  justify-content: center;
}



/* È­»ìÇ¥ ½ºÅ¸ÀÏ - ¾ãÀº ¼± */
.nav-btn_1006::before {
  content: '';
  display: block;
  width: 40px;              
  height: 40px;
  border-top: 2px solid rgba(255,255,255,0.5); /* ±âº» Èò»ö */
  border-right: 2px solid rgba(255,255,255,0.5);
  transform: rotate(45deg); 
  transition: transform 0.3s ease, border-color 0.3s ease, border-width 0.3s ease, opacity 0.3s ease;
}

/* ¿ÞÂÊ ¹öÆ° */
.nav-btn_1006.prev_1006::before {
  transform: rotate(-135deg);
}

/* ¿À¸¥ÂÊ ¹öÆ° */
.nav-btn_1006.next_1006::before {
  transform: rotate(45deg);
}

/* Hover ½Ã */
.nav-btn_1006:hover::before {
  border-color: rgba(255,255,255,1); /* ¾à°£ Åõ¸íÇÏ°Ô */
    opacity: 0.9;                         /* ÆäÀÌµå È¿°ú */
}

@media screen and (max-width: 768px) {
  .nav-btn_1006 {
    top: 55%; /* ÅÂºí¸´~¸ð¹ÙÀÏ Áß°£ Å©±â: »ìÂ¦ ¾Æ·¡ */
  }

  .nav-btn_1006::before {
    width: 24px;
    height: 24px;
    border-width: 1.5px;
  }
}

@media screen and (max-width: 480px) {
  .nav-btn_1006 {
    top: 55%; /* ÀÛÀº ¸ð¹ÙÀÏ: ´õ ¾Æ·¡·Î */
  }

  .nav-btn_1006::before {
    width: 18px;
    height: 18px;
    border-width: 1.2px;
  }
}


.prev_1006 { left:40px; }
.next_1006 { right:40px; }



/*°ø¹é120*/
.spacer-120 {
  width: 100%;
  height: 120px;
}
@media(max-width:640px){
  .spacer-120 { height: 40px; }
}





/*best*/
.best1103-wrap {
  max-width: 1292px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.best1103-title {
  font-size: 38px;
  font-weight: bold;
}

.best1103-sub {
  font-size: 20px;
  color: #7c7c7c;
  margin-top: 10px;
  margin-bottom: 50px;
}


.best1103-track {
  display: flex;
  transition: transform 0.6s ease;
}

.best1103-item {
  flex: 0 0 616px;
  margin: 0 10px;
  text-align: center;
}

.best1103-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* ÀÌ¹ÌÁö ·¡ÆÛ */
.best1103-item a .image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* ¸ÞÀÎ ÀÌ¹ÌÁö */
.best1103-item a .main-img {
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease; /* fade È¿°ú */
}

/* ¿À¹ö ÀÌ¹ÌÁö */
.best1103-item a .hover-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* ¸¶¿ì½º ¿À¹ö ½Ã */
.best1103-item a:hover .hover-img {
  opacity: 1;
}

.best1103-item a:hover .main-img {
  opacity: 0;
}




/* ¹öÆ° */
.best1103-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  cursor: pointer;
  user-select: none;
  color: #000;
}

.best1103-btn.prev {
  left: calc(50% - 700px); /* ±âÁ¸º¸´Ù ¾ÈÂÊÀ¸·Î */
}

.best1103-btn.next {
  right: calc(50% - 700px);
}



/* ÀÎµðÄÉÀÌÅÍ  PC¿¡¼­µµ dot º¸ÀÌ°Ô */
.best1103-dots {
  display: block; /* ±âÁ¸ display:none¸¦ µ¤¾î¾²±â */
  margin-top: 15px;
  text-align: center;
}

.best1103-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0 5px;
  transition: opacity 0.3s;
}

.best1103-dots span.active {
  opacity: 1;
}









.best1103-dots span {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
  opacity: 0.3;
  margin: 0 5px;
  transition: opacity 0.3s;
}

.best1103-dots span.active {
  opacity: 1;
}

/* ¹ÝÀÀÇü */
@media (max-width: 1024px) {
  .best1103-btn { display: none; }
  .best1103-dots { display: block; }
  .best1103-track { overflow-x: auto; scroll-snap-type: x mandatory; }
  .best1103-item { flex: 0 0 100%; scroll-snap-align: center; margin: 0 10px; }
}

@media (max-width: 640px) {
  .best1103-item { flex: 0 0 100%; }
}




/*best*/
.best1103-area { width:100%; position: relative; }
.best1103-wrap { max-width:1292px; margin:0 auto; position:relative; text-align:center; }

.best1103-title { font-size:38px; font-weight:bold; }
.best1103-sub { font-size:20px; color:#7c7c7c; margin-top:0px; margin-bottom:35px; }

.best1103-slider { overflow:hidden; position:relative; }
.best1103-track {
  display:flex;
  gap:30px;
  transition: transform 0.6s ease;
}

.best1103-item { flex:0 0 616px; text-align:left; }
.best1103-item img { width:100%; display:block; }
.best1103-name { font-size:18px; margin-top:20px; color:#333; }
.best1103-price { font-size:18px; font-weight:bold; margin-top:0px; color:#000; }

/* dots */
.best1103-dots { margin-top:20px; text-align:center; }
.best1103-dots span {
  display:inline-block;
  width:14px;
  height:14px;
  background:#ccc;
  border-radius:50%;
  margin:0 6px;
  cursor:pointer;
  transition: background 0.3s;
}
.best1103-dots span.active { background:#000; }

/* ¹ÝÀÀÇü */
@media(max-width:1024px){
  .best1103-track {
    gap: 0px; margin:0 3%;
    overflow: hidden; /* ½ºÅ©·Ñ Á¦°Å */
  }
  .best1103-item { 
    flex: 0 0 45%; /* 2°³¾¿ º¸ÀÌµµ·Ï */
  }
    .best1103-title { font-size:24px; font-weight:bold; }
    .best1103-sub { font-size:16px; color:#7c7c7c; margin-top:0px; margin-bottom:20px; }
    .best1103-name { font-size:14px; margin-top:10px; color:#333; }
    .best1103-price { font-size:15px; font-weight:bold; margin-top:0px; color:#000; }
}

.best1103-prev, .best1103-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0,0,0,0.5);
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}

.best1103-prev { left: 10px; }
.best1103-next { right: 10px; }





/*ÀüÃ¼»óÇ°*/
.product-area { width: 100%; padding: 0px 0; text-align: center; }
.product-wrap { max-width: 1292px; margin: 0 auto; }

/* Å¸ÀÌÆ² */
.product-title { font-size: 38px; font-weight: bold; }
@media (max-width: 768px) {
    .product-title {
        font-size: 24px;
    }
}
.product-sub { font-size: 20px; color: #7c7c7c; margin: 0px 0 0px; }



/* »óÇ° ±×¸®µå */
.product-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
}
.product-item {
    flex: 0 0 408px;
    box-sizing: border-box;
    text-align: left;
    position: relative;
    overflow: hidden;
}

.img-wrap {
    position: relative;
    width: 100%;
    padding-top: 100%; /* Á¤»ç°¢Çü ºñÀ² À¯Áö, ÀÌ¹ÌÁö ºñÀ²¿¡ ¸ÂÃç º¯°æ °¡´É */
}

.img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* ÀÌ¹ÌÁö ºñÀ² À¯ÁöÇÏ¸ç ¿µ¿ª ²Ë Ã¤¿ò */
    display: block;
    margin-top:20px; padding-bottom:20px; 
}

.img-wrap .hover-img {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.product-item:hover .hover-img {
    opacity: 1;
}



@media (max-width: 768px) {
  .product-grid {
      margin:0 4%; 
    justify-content: center;
    gap: 16px; /* °£°Ý ÁÙÀÌ±â */
  }

  .product-item {
    flex: 0 0 calc(50% - 8px); /* 2°³¾¿ ¹èÄ¡ (°£°Ý ¹Ý¿µ) */
    margin-bottom: 20px;
  }

  .img-wrap {
    padding-top: 100%; /* Á¤»ç°¢ À¯Áö */
  }

  .img-wrap img {
    margin-top: 10px;
    padding-bottom: 10px;
  }
}


















/*========== °íÁ¤Ç®¹è°æ¿¡ ½½·Î°Ç³ª¿À´Â ±¸Á¶========== */
/* ¹è°æ °íÁ¤ div */
.scrollb1007 {
  position: relative;
  width: 100%;
  height: 540px;
  background: #533662; /* º¯°æµÈ ¹è°æ»ö */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}


/* ÅØ½ºÆ® ·¡ÆÛ */
.text-wrap1007 {
  max-width: 1200px;
  padding: 0 20px;
}

/* ÅØ½ºÆ® ½ºÅ¸ÀÏ */
.title1007 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px; margin-top:20px; letter-spacing:0px;
}

.desc1007 {
    font-family: "Times New Roman", Times, serif; /* Å¸ÀÓÃ¼ */
    font-size: 20px; /* ±ÛÀÚ Å©±â */
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0px;
    color: #a59bac; /* ±ÛÀÚ »ö»ó */
/*    opacity: 1;  Åõ¸íµµ Á¦°Å */
}



/* ¹ÝÀÀÇü */
@media (max-width: 1024px) {
      .scrollb1007 { height: 500px; } 
  .title1007 { font-size: 40px; }
  .desc1007 { font-size: 20px; }
}

@media (max-width: 768px) {
  .scrollb1007 { height: 500px; } /* 600px ¡æ 500px·Î ³·Ãã */
  .title1007 { font-size: 28px; } /* ±ÛÀÚ ÁÙÀÓ */
  .desc1007 { font-size: 16px; }
}

@media (max-width: 480px) {
   .text-wrap1007 img {width:40%;}
  .scrollb1007 { height: 300px;  padding:0 5%; } /* 500px ¡æ 400px·Î ³·Ãã */
  .title1007 { font-size: 18px; margin:15px 0; } /* ±ÛÀÚ ÁÙÀÓ */
  .desc1007 { font-size: 14px; }
}


.main-img1007 {
    max-width: 100%; /* ±âº»: È­¸é ÃÖ´ë 100% */
    height: auto;
    display: block;
    margin: 0 auto;
}

/* ¸ð¹ÙÀÏ ´ëÀÀ (¿¹: 768px ÀÌÇÏ) */
@media (max-width: 768px) {
    .main-img1007 {
        width: 60%; /* ¸ð¹ÙÀÏ¿¡¼­´Â 60% */
    }
}







/*=======================ÀÎÁõÇöÈ²-----------------------------*/
.certification1007-style {
  width: 100%;
  padding: 160px 93px;
  text-align: center;
  box-sizing: border-box;
}

.certification1007-style .title {
  font-size: 48px;
  color: #222;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: -1px;
}

.certification1007-style .desc {
  font-size: 22px;
  letter-spacing: -1px;
  color: #8d8d8d;
  font-weight: 400;
  margin-bottom: 20px;
}

/* ÀÎÁõ ¸®½ºÆ® flex·Î °¡¿îµ¥ Á¤·Ä */
.certification1007-style .cert-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* °¡¿îµ¥ Á¤·Ä */
  gap: 20px;
}

.certification1007-style .cert-item {
  border: 2px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  box-sizing: border-box;
  flex: 0 0 calc(25% - 15px); /* PC: 4°³ */
}

.certification1007-style .cert-item img {
  width: 100%;
  height: auto;
  display: block;
}

.certification1007-style .cert-item p {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 500;
  color: #333;
}

/*=======================¹ÝÀÀÇü=============================*/
@media (max-width: 1200px) {
  .certification1007-style {
    padding: 50px;
  }

  .certification1007-style .title {
    font-size: 32px;
  }

  .certification1007-style .desc {
    font-size: 16px;
  }

  .certification1007-style .cert-item {
    flex: 0 0 calc(50% - 15px); /* 2°³ */
  }

  .certification1007-style .cert-item p {
    font-size: 14px;
  }
}


@media (max-width: 768px) {
  .certification1007-style {
    padding: 60px 20px;
  }

  .certification1007-style .title {
    font-size: 28px;
  }

  .certification1007-style .desc {
    font-size: 16px;
  }

  .certification1007-style .cert-item {
    flex: 0 0 calc(50% - 10px); /* ¸ð¹ÙÀÏ: °¡·Î 2°³ À¯Áö */
  }

  .certification1007-style .cert-item p {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .certification1007-style {
    padding: 40px 10px;
  }

  .certification1007-style .title {
    font-size: 26px;
  }

  .certification1007-style .desc {
    font-size: 14px;
  }

  .certification1007-style .cert-item {
    flex: 0 0 calc(50% - 10px); /* ÀÛÀº ¸ð¹ÙÀÏµµ °¡·Î 2°³ À¯Áö */
  }

  .certification1007-style .cert-item p {
    font-size: 12px;
  }
}






/*================°¡Ä¡¸¦ Áõ¸íÇÏ´Ù=================*/
.valueproof-section {
  display: flex;
  align-items: flex-start; /* »ó´Ü Á¤·Ä */
  justify-content: space-between;
  padding: 160px 0;
  padding-left: 93px;
  background-color: #ebebeb;
  box-sizing: border-box;
  gap: 40px;
}

/* ÁÂÃø */
.valueproof-left {
  flex: 0 0 28%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%; /* ³×ºñ ÇÏ´Ü °íÁ¤¿ë */
  position: relative;
}

.valueproof-text {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.valueproof-title {
  font-size: 48px;
  font-weight: 600;letter-spacing: -1px;
  color: #222;
  margin-bottom: 20px;
}

.valueproof-desc {
  font-size: 22px;
  font-weight: 500;
  color: #666;
  line-height: 1.5; letter-spacing: -1px;
  margin: 0;
}

/* ³×ºñ°ÔÀÌ¼Ç ¹öÆ° ÇÏ´Ü Á¤·Ä */
.valueproof-controls {
  display: flex;
  gap: 15px;
  position: absolute;
  top: 350px;
  left: 0;
}

.valueproof-btn {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #fff;
  color: #999;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.valueproof-btn:hover {
  background: #333;
  color: #fff;
}

/* ¿ìÃø °¶·¯¸® */
.valueproof-right {
  flex: 1;
  overflow: hidden;
}

.valueproof-gallery-wrapper {
  overflow: hidden;
  width: 100%;
}

.valueproof-gallery-track {
  display: flex;
  gap: 15px;
  transition: transform 0.6s ease;
}

.valueproof-gallery-item {
  flex: 0 0 609px;
  text-align: center;
}

.valueproof-gallery-item img {
  width: 609px;
  height: 408px;
  display: block;
}

.valueproof-caption {
  margin-top: 20px;
  font-size: 20px;
  color: #666; font-weight: 500;
}

/* ¹ÝÀÀÇü */
/* Áß°£ È­¸é 768px ~ 1200px */
@media (max-width: 1200px) and (min-width: 769px) {
  .valueproof-section {
    flex-direction: column;
    align-items: center;
    padding: 80px 40px;
    gap: 30px;
  }

  .valueproof-left {
    width: 100%;
    text-align: center;
    align-items: center;
    position: static;
  }

  .valueproof-title {
    font-size: 36px;
    margin-bottom: 15px;
  }

  .valueproof-desc {
    font-size: 18px;
    line-height: 1.5;
  }

  .valueproof-controls {
    position: static;
    margin-top: 25px;
    justify-content: center;
  }

  .valueproof-btn {
    width: 55px;
    height: 55px;
    font-size: 18px;
  }

  .valueproof-right {
    width: 100%;
  }

  .valueproof-gallery-track {
    gap: 12px;
  }

  .valueproof-gallery-item {
    flex: 0 0 85%; /* È­¸é ºñÀ² ÀûÀýÈ÷ */
  }

  .valueproof-gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .valueproof-caption {
    font-size: 18px;
    margin-top: 12px;
  }
}


/* ¸ð¹ÙÀÏ (ÃÖ´ë 768px) */
@media (max-width: 768px) {
  .valueproof-section {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
    gap: 40px;
  }

  .valueproof-left {
    width: 100%;
    align-items: center;
    text-align: center;
    position: static;
  }

  .valueproof-title {
    font-size: 32px;
    margin-bottom: 10px;
  }

  .valueproof-desc {
    font-size: 18px;
    line-height: 1.6;
  }

  .valueproof-controls {
    position: static;
    margin-top: 20px;
    justify-content: center;
  }

  .valueproof-btn {
    width: 50px;
    height: 50px;
    font-size: 16px;
  }

  .valueproof-right {
    width: 100%;
  }

  .valueproof-gallery-track {
    gap: 10px;
  }

  .valueproof-gallery-item {
    flex: 0 0 90%; /* È­¸é¿¡ °ÅÀÇ ²Ë Â÷°Ô */
  }

  .valueproof-gallery-item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .valueproof-caption {
    font-size: 16px;
    margin-top: 10px;
  }
}

/* ÃÊ¼ÒÇü ±â±â (ÃÖ´ë 480px) */
@media (max-width: 480px) {
  .valueproof-section {
    padding: 40px 15px;
    gap: 30px;
  }

  .valueproof-title {
    font-size: 26px;
  }

  .valueproof-desc {
    font-size: 16px;
  }

  .valueproof-btn {
    width: 44px;
    height: 44px;
    font-size: 14px;
  }

  .valueproof-gallery-item {
    flex: 0 0 92%;
  }

  .valueproof-caption {
    font-size: 14px;
  }
}

/* ===================== ¹ÝÀÀÇü ³¡ ===================== */





/*===========================ÄÁÅØ¾î½º=============================*/
/* Æû¸ÞÀÏ ÀüÃ¼ ·¡ÆÛ */
.contactus-container {
    display: flex;
    justify-content: space-between;
    gap: 100px; /* ÁÂ¿ì ÄÁÅÙÃ÷ °£°Ý */
    background-color: #272727;
    padding: 160px 90px;
    font-family: 'Rubik', sans-serif;
    color: #fff;
}

/* ÁÂÃø Contact Á¤º¸ ¿µ¿ª */
.contactus-left {
    flex: 1;
}

.contactus-left h2 {
    font-family: 'Rubik', sans-serif; /* ·çºòÃ¼ Àû¿ë */
    font-size: 48px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 60px; line-height: 1;
}

/* info_row ÅëÇÕ */
.contactus-info > div {
/*    display: flex;*/
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    color: #ccc; /* ¶óº§ ¿¬±×·¹ÀÌ */
    padding: 20px 0; /* À§¾Æ·¡ °£°Ý */
    border-bottom: 1px solid #444; /* ÇÏ´Ü ¼± */
}

.contactus-info > div:last-child {
    border-bottom: none; /* ¸¶Áö¸· ÁÙÀº ¼± Á¦°Å */
}

.contactus-label {
    /* ¶óº§ »ö»ó À¯Áö */
    color: #ccc; width: 100px; display: inline-block;
}

.contactus-value {
    color: #fff; /* ¿ìÃø °ª È­ÀÌÆ® */ 
}


/* ¿ìÃø Æû ¿µ¿ª */
.contactus-right {
    flex: 1;
}

.contactus-right p.contactus-desc {
    font-size: 22px;
    color: #fff;
    margin-bottom: 70px;
}

/* ÀÔ·Â ÇÊµå °øÅë */
.contactus-right input,
.contactus-right textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #525252; /* °¡·Î 1px ¿¬ÇÑ¼± */
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    margin-bottom: 10px;
}

.contactus-right input::placeholder,
.contactus-right textarea::placeholder {
    color: #999; /* Å¬¸¯ÇÏ¸é »ç¶óÁö´Â ±ÛÀÚ »ö */
}

/* ³»¿ë textarea ³ôÀÌ »ìÂ¦ ³ô°Ô */
.contactus-right textarea {
    height: 100px;
    resize: none;
}

/* Àü¼Û ¹öÆ° */
.contactus-right button {
    background-color: #ff8023;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    border: none;
    border-radius: 8px;
    padding: 15px 30px;
    cursor: pointer;
}

/*===========================¹ÝÀÀÇü=============================*/
/*===========================¹ÝÀÀÇü=============================*/
@media screen and (max-width: 768px) {
    .contactus-container {
        flex-direction: column; /* ÁÂ¿ì -> »óÇÏ */
        padding: 60px 15px; /* ÆÐµù ÁÙÀÓ */
        gap: 30px; /* ÄÁÅÙÃ÷ °£°Ý ÃÖ¼ÒÈ­ */
    }

    .contactus-left,
    .contactus-right {
        flex: none;
        width: 100%;
    }

    .contactus-left h2 {
        font-size: 26px; /* Å¸ÀÌÆ² 26px */
        margin-bottom: 20px; /* À§¾Æ·¡ °£°Ý ÃÖ¼ÒÈ­ */
    }

    .contactus-right p.contactus-desc {
        font-size: 18px; /* ¼³¸í ±ÛÀÚ 18px */
        margin-bottom: 20px; /* À§¾Æ·¡ °£°Ý ÃÖ¼ÒÈ­ */
    }

    .contactus-right input,
    .contactus-right textarea {
        font-size: 18px; /* ±ÛÀÚ 18px */
        margin-bottom: 15px; /* ÃÖ¼ÒÈ­ */
        padding: 8px 0; /* À§¾Æ·¡ ÆÐµù ÁÙÀÓ */
    }

    .contactus-right button {
        width: 100%;
        font-size: 14px; /* ¹öÆ° ±ÛÀÚ 18px */
        padding: 10px 0; /* ¹öÆ° ³ôÀÌ ÃÖ¼ÒÈ­ */
    }

    /* contact info ÁÙ °£°Ý ÃÖ¼ÒÈ­ */
    .contactus-info > div {
        padding: 10px 0;
        font-size: 16px; /* ¸ð¹ÙÀÏ¿ë Á¶±Ý ÀÛ°Ô */
    }
}
/*===========================¸ð¹ÙÀÏ 480px ÀÌÇÏ=============================*/
@media screen and (max-width: 480px) {
    .contactus-container {
        padding: 40px 30px; /* ÆÐµù ´õ ÁÙÀÓ */
        gap: 20px; /* ÄÁÅÙÃ÷ °£°Ý ÃÖ¼ÒÈ­ */
    }

    .contactus-left h2 {
        font-size: 20px; /* Å¸ÀÌÆ² ÀÛ°Ô */
        margin-bottom: 15px;
    }
    
    .contactus-right {
        margin-top: 30px;
    }

    .contactus-right p.contactus-desc {
        font-size: 16px; /* ¼³¸í ±ÛÀÚ ÀÛ°Ô */
        margin-bottom: 15px;
    }

    .contactus-right input,
    .contactus-right textarea {
        font-size: 14px; /* ÀÔ·Â ÇÊµå ±ÛÀÚ ÀÛ°Ô */
        margin-bottom: 10px;
        padding: 6px 0;
    }

    .contactus-right textarea {
        height: 80px; /* textarea ³ôÀÌ ÁÙÀÓ */
    }

    .contactus-right button {
        font-size: 14px; /* ¹öÆ° ±ÛÀÚ ´õ ÀÛ°Ô */
        padding: 15px 0;
    }

    /* contact info ÁÙ °£°Ý ÃÖ¼ÒÈ­ */
    .contactus-info > div {
        padding: 8px 0;
        font-size: 14px; /* Á¤º¸ ±ÛÀÚ ÀÛ°Ô */
    }

    .contactus-label {
        width: 40px; /* ¶óº§ Æø ÁÙÀÌ±â */
    }
}





/*-----------------------Ä¿¹Â´ÏÆ¼------------------*/
.community1007 {
  width: 100%;
  padding: 160px 93px;
  box-sizing: border-box;
}

.community1007-container {
  display: flex;
  gap: 100px; /* ÁÂ¿ì ÄÃ·³ »çÀÌ °¸ */
  flex-wrap: wrap;
}

.community1007-column {
  flex: 1;
  min-width: 300px; /* ³Ê¹« ÀÛ¾ÆÁö¸é ±úÁöÁö ¾Ê°Ô */
  display: flex;
  flex-direction: column;
}

.community1007-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.community1007-title {
  font-size: 36px;
  font-weight: 600;
}

.community1007-btn {
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid #ccc;
  background-color: white;
  color: #333;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.4s ease, color 0.4s ease, box-shadow 0.4s ease, transform 0.3s ease;
}

/* hover È¿°ú */
.community1007-btn:hover {
  background-color: #555; /* Â£Àº ±×·¹ÀÌ */
  color: white; /* ±Û¾¾ Èò»ö */
  border-color: #555; /* Å×µÎ¸®µµ Â£Àº ±×·¹ÀÌ */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15); /* ºÎµå·¯¿î ±×¸²ÀÚ */
  transform: translateY(-2px); /* »ìÂ¦ ¶°ÀÖ´Â ´À³¦ */
}


.community1007-divider {
  height: 1px;
  background-color: #ccc;
  margin: 20px 0;
}

.community1007-posts {
  display: flex;
  flex-direction: column;
  gap: 20px; /* °Ô½Ã¹°°£ °£°Ý */
}

.community1007-post {
  width: 100%;
  padding: 20px;
  background-color: #f5f5f5; /* ÀÓ½Ã ¹è°æ */
  border-radius: 8px;
}
/* ===================== Ä¿¹Â´ÏÆ¼ ¹ÝÀÀÇü ½ÃÀÛ ===================== */

/* ÅÂºí¸´ (ÃÖ´ë 1200px) */
@media (max-width: 1200px) {
  .community1007 {
    padding: 100px 60px;
  }

  .community1007-container {
    gap: 60px;
  }

  .community1007-title {
    font-size: 30px;
  }

  .community1007-btn {
    font-size: 13px;
    padding: 6px 14px;
  }

  .community1007-post {
    padding: 18px;
  }
}

@media (max-width: 768px) {
  .community1007-header {
    flex-direction: row;        /* ÇÑ ÁÙ·Î ¹èÄ¡ */
    justify-content: space-between; /* ÁÂÃø: Á¦¸ñ, ¿ìÃø: ¹öÆ° */
    align-items: center;        /* ¼öÁ÷ °¡¿îµ¥ Á¤·Ä */
  }

  .community1007-title {
    font-size: 26px; /* ±Û¾¾ Å©±â ÇÊ¿ä ½Ã Á¶Á¤ */
  }

  .community1007-btn {
    font-size: 13px;
    padding: 6px 14px;
  }
}

/* ÃÊ¼ÒÇü ±â±â (ÃÖ´ë 480px) */
@media (max-width: 480px) {
  .community1007 {
    padding: 60px 20px;
  }

  .community1007-container {
    gap: 30px;
  }

  .community1007-title {
    font-size: 22px;
  }

  .community1007-btn {
    font-size: 12px;
    padding: 5px 12px;
  }

  .community1007-post {
    padding: 14px;
  }
}

/* ===================== Ä¿¹Â´ÏÆ¼ ¹ÝÀÀÇü ³¡ ===================== */



/*ÇªÅÍ·ù¹ÌÁ¤*/
.footer1007 {
  padding: 160px 93px 60px;
  background: #fff;
  font-family: 'Pretendard', 'Rubik', sans-serif;
}

.footer1007 * {
  font-family: 'Pretendard', 'Rubik', sans-serif;
  box-sizing: border-box;
}

.footer1007 .footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0; /* µÎ ´Ü¶ô ¿ÏÀü ºÙÀÓ */
}

.footer1007 .footer-left,
.footer1007 .footer-right {
  width: 50%;
}

.footer1007 h3 {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  margin: 0;
}

.footer1007 .footer-space {
  height: 20px;
}

.footer1007 .footer-black {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 8px 0;
}

.footer1007 .footer-gray {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1.6;
  margin: 0;
}

.footer1007 .footer-divider {
  height: 1px;
  background-color: #ddd;
  margin: 20px 0;
}

.footer1007 .footer-copy {
  font-size: 16px;
  font-weight: 500;
  color: #aaa;
  text-align: left; /* ÁÂÃø Á¤·Ä */
  margin: 0;
}
.footer1007 .footer-bottom {
  display: flex;
  justify-content: space-between; /* ÁÂ¿ì ³¡ Á¤·Ä */
  align-items: center;
  margin-top: 20px;
}

.footer1007 .footer-copy {
  font-size: 16px;
  font-weight: 500;
  color: #aaa;
  margin: 0;
  text-align: left;
}

.footer1007 .footer-icons {
  display: flex;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer1007 .footer-icons li a {
  color: #aaa;
  font-size: 16px;
  transition: color 0.3s;
}

.footer1007 .footer-icons li a:hover {
  color: #000;
}

/* ¹ÝÀÀÇü */
@media (max-width: 768px) {
  .footer1007 .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}


/* ¹ÝÀÀÇü (768px ÀÌÇÏ) */
@media (max-width: 768px) {
    .footer1007 .footer-space { height:0;}
  .footer1007 {
    padding: 100px 40px 40px;
  }

  .footer1007 .footer-inner {
    flex-direction: column;
    gap: 30px;
  }

  .footer1007 .footer-left,
  .footer1007 .footer-right {
    width: 100%;
  }

  .footer1007 h3 {
    font-size: 17px;
  }

  .footer1007 .footer-black,
  .footer1007 .footer-gray,
  .footer1007 .footer-copy {
    font-size: 15px;
  }
}
/*===========================ÇªÅÍ 480px ÀÌÇÏ=============================*/
@media (max-width: 480px) {
  .footer1007 {
    padding: 60px 15px 20px; /* »óÇÏÁÂ¿ì ÆÐµù ÃÖ¼ÒÈ­ */
  }

  .footer1007 .footer-inner {
    flex-direction: column;
    gap: 15px; /* Ç×¸ñ °£ °£°Ý ÃÖ¼ÒÈ­ */
  }

  .footer1007 .footer-left,
  .footer1007 .footer-right {
    width: 100%;
  }

  .footer1007 h3 {
    font-size: 14px; /* Á¦¸ñ ±ÛÀÚ ÁÙÀÌ±â */
    margin-bottom: 8px;
  }

  .footer1007 .footer-black,
  .footer1007 .footer-gray,
  .footer1007 .footer-copy {
    font-size: 13px; /* º»¹® ±ÛÀÚ ÁÙÀÌ±â */
    line-height: 1.4;
    margin-bottom: 6px;
  }

  .footer1007 .footer-divider {
    margin: 10px 0; /* ±¸ºÐ¼± °£°Ý ÁÙÀÓ */
  }

  .footer1007 .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }

  .footer1007 .footer-icons {
    gap: 8px; /* ¾ÆÀÌÄÜ °£°Ý ÁÙÀÓ */
  }

  .footer1007 .footer-icons li a {
    font-size: 14px; /* ¾ÆÀÌÄÜ ±ÛÀÚ/Å©±â ÁÙÀÓ */
  }
}



/*------------------contactus-----------------*/
.formwrap_20251007 {
  padding: 80px 93px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f5f5f5; /* ¼½¼Ç ÀüÃ¼ ¿¬È¸»ö */
  border-radius: 32px; /* ÀüÃ¼ ¶ó¿îµù */
  box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}

/* ¾È³» ¹®±¸ */
.form-guide_20251007 {
  font-size: 20px;
  font-weight: 600;
  color: #222;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6;
}

/* Æû ÄÁÅ×ÀÌ³Ê */
.form_20251007 {
  width: 100%;
  max-width: 700px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  padding: 50px 40px 60px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

/* ÀÔ·Â¹Ú½º */
.inputbox_20251007 {
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 14px 18px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  transition: box-shadow 0.2s, border-color 0.2s, background 0.2s;
}

.inputbox_20251007:focus-within {
  background: #fff;
  border-color: #000;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.inputbox_20251007 input,
.inputbox_20251007 textarea {
  width: 100%;
  border: none;
  background: transparent;
  font-size: 15px;
  outline: none;
  font-family: 'Pretendard', 'Rubik', sans-serif;
  color: #222;
}

.inputbox_20251007 textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.6;
}

/* ¹öÆ° */
.form_20251007 button {
  margin-top: 10px;
  padding: 16px 20px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s, transform 0.15s;
}

.form_20251007 button:hover {
  background: #333;
  transform: translateY(-1px);
}

.feedback {
  font-size: 15px;
  color: #000;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 500;
}

/* ¹ÝÀÀÇü */
@media (max-width: 768px) {
  .formwrap_20251007 {
    padding: 50px 25px;
    border-radius: 24px;
  }

  .form_20251007 {
    padding: 40px 25px;
    border-radius: 20px;
    gap: 18px;
  }

  .form-guide_20251007 {
    font-size: 0.8rem;
    margin-bottom: 30px;
  }

  .inputbox_20251007 {
    padding: 12px 14px;
  }

  .form_20251007 button {
    font-size: 15px;
    padding: 14px;
  }
}
















/* ±âº» ¸ÞÀÎÀÎÆ®·Î */
.main-visual_1006 {
  position:relative;
  width:100%;
/*  height:1009px;*/
  overflow:hidden;
}

/* ½½¶óÀÌµå */
.slide_1006 {
  position:absolute;
  top:0; left:0;
  width:100%; height:100%;
  background-size:cover;
  background-position:center;
  opacity:0;
  transform:scale(1);
  transition:opacity 2s ease, transform 8s ease;
}
.slide_1006.active {
  opacity:1;

}


@media (max-width: 1200px) {
  .main-visual_1006 {
    height: 650px; /* ºÎ¸ð ³ôÀÌ ÁÙÀÓ */
  }
}



@media (max-width: 768px) {
  .main-visual_1006 {
    height: 580px; /* ºÎ¸ð ³ôÀÌ ÁÙÀÓ */
  }
}






/* ½½·Î°Ç */
.main-text_1006 {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  text-align:center;
  z-index:10;
  opacity:0;
  animation:fadeInUp_1006 2s ease forwards 1s;
}
@keyframes fadeInUp_1006 {
  from {opacity:0; transform:translate(-50%, -60%);}
  to {opacity:1; transform:translate(-50%, -50%);}
}
.main-text_1006 h2 {
  font-size:56px;
  color:#fff;
  font-weight:700;
  margin-bottom:20px;
}
.main-text_1006 p {
  font-size:32px;
  color:#fff;
}

/* ¼ýÀÚ Åë°è */
.stats_1006 {
  position:absolute;
  bottom:100px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:150px;
  z-index:10;
  text-align:center;
}
.stat_1006 {
  display: flex;
  flex-direction: column; /* ¼ýÀÚ À§, ¼³¸í ¾Æ·¡ */
  align-items: center;    /* Áß¾Ó Á¤·Ä */
}

.stat_1006 p {
  font-size:20px;
  color:#fff;
  margin-top:0px;  white-space: nowrap;      /* ÇÑ ÁÙ·Î °íÁ¤ */

}

/* ÅÂºí¸´ */
@media (max-width: 1200px) {
  .stats_1006 {
    bottom: 120px; /* Á¶±Ý ´õ ¾Æ·¡·Î ³»¸² */
    gap: 8px;
    width: 95%;
  }
  .stat_1006 {
    flex: 1 1 calc(33.33% - 8px);
    min-width: 60px;
  }
  .stat_1006 p {
    font-size: 20px;
  }
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 480px) {
  .stats_1006 {
    bottom: 30px; /* ¸ð¹ÙÀÏ¿¡¼­´Â ´õ ¾Æ·¡·Î */
    gap: 5px;
    width: 95%;
  }
  .stat_1006 {
    flex: 1 1 calc(50% - 5px);
    min-width: 40px;
    margin-bottom: 10px;
  }
  .stat_1006 p {
    font-size: 12px;
  }
}



/* ³×ºñ°ÔÀÌ¼Ç */
.nav-dots_1006 {
  position:absolute;
  bottom:40px;
  left:50%;
  transform:translateX(-50%);
  display:flex;
  gap:12px;
  z-index:10;
}
.dot_1006 {
  width:14px;
  height:14px;
  border-radius:50%;
  background:#ffffff55;
  border:none;
  cursor:pointer;
  transition:background 0.3s;
}
.dot_1006.active,
.dot_1006:hover {
  background:#fff;
}

/* µå¸£¸¤ È¿°ú¿ë ÀÓ½Ã Å°ÇÁ·¹ÀÓ */
@keyframes countUp_1006 {
  0% {opacity:0; transform:translateY(20px);}
  30% {opacity:1; transform:translateY(0);}
  100% {opacity:1;}
}




/* ÀüÃ¼ ¹è°æ */
.full-background-1004 {
    display: flex;
    justify-content: flex-start; 
    align-items: flex-start;
    padding: 0;
    margin: 0;
    box-sizing: border-box;

    background: url('/img/b1.png') no-repeat right top;
    background-size: auto;
    background-position: right 0px top; /* ¡ç À§·Î 60px ¿Ã¸² */
}


/* ³»ºÎ ÄÜÅÙÃ÷ ±âº» ½ºÅ¸ÀÏ ÃÊ±âÈ­ */
.left-content-1004,
.inner-content-1004,
.inner-content-1004 p,
.inner-content-1004 img {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* ÁÂÃø ÄÜÅÙÃ÷ */
.left-content-1004 {
    width: 924px;
    background-color: rgba(255,255,255,1);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;margin: 120px 0 20px 0; 
}

/* »ó´Ü ³ì»ö ¶ì */
.green-top-1004 {
    width: 100%;
    height: 3px;
    background-color: #4CAF50;
}

/* ³»ºÎ ÄÜÅÙÃ÷ */
.inner-content-1004 {
    padding: 20px;
    text-align: center;
    font-size: 1.5rem; width: 100%; padding:40px 0 80px 0; color:#333; font-weight: 600 ;
}

/* ³»¿ë ÀüÃ¼ */
.content-1004 {
    width: 100%;
    padding: 20px;
    box-sizing: border-box; font-size: 1.2rem;  font-weight: 500;
}

/* ¿ìÃø »çÀÎ */
.sign-1004 {
    width: 100%;
    text-align: right;
    font-family: 'MaruBuri', serif;
    font-size: 1.4rem;
    margin-top: 40px;
    font-weight: 600; /* º¸Åë ±½±â */
}

.inner-content-1004 img {
    display: block;
    margin: 0 auto; /* °¡·Î Áß¾Ó Á¤·Ä */
}


/* ------------------- */
/* PC Å« È­¸é: 1200px ÀÌ»ó */
@media (min-width: 1200px) {
    .full-background-1004,
    .left-content-1004,
    .inner-content-1004,
    .inner-content-1004 img,
    .content-1004,
    .sign-1004,
    .green-top-1004 {
        display: block !important;
    }

    .full-background-1004 {
        background: url('/img/b1.png') no-repeat right top;
        background-size: auto;
        padding: 0;
        margin: 0;
    }

    .left-content-1004 {
        width: 924px;
        margin: 120px 0 20px 0;
        background-color: rgba(255,255,255,1);
        box-shadow: 0 4px 12px rgba(0,0,0,0.1);
        padding: 0;text-align: center;
    }

    .inner-content-1004 {
        padding: 40px 0 80px 0;
        font-size: 1.5rem;
        
        color: #333;
        font-weight: 600;
    }

    .content-1004 {
        width: 100%;
        padding: 20px;
        font-size: 1.2rem;
        font-weight: 500;
    }

    .sign-1004 {
        text-align: right;
        font-family: 'MaruBuri', serif;
        font-size: 1.4rem;
        margin-top: 40px;
        font-weight: 600;
    }
}

/* ------------------- */
/* Áß°£ È­¸é: 1200px ÀÌÇÏ ~ 769px */
@media (max-width: 1200px) and (min-width: 769px) {
    .full-background-1004 {
        width: 100%;
        background-size: cover;
        padding: 20px;
    }

    .left-content-1004 {
        width: 80%;
        margin: 40px auto;
        box-shadow: none;
        background-color: rgba(255,255,255,0.9);
    }

    .inner-content-1004 {
        font-size: 1.2rem;
        padding: 20px 0 40px 0;
        text-align: left;
    }

    .content-1004 {
        font-size: 1rem;
        padding: 10px;
    }

    .sign-1004 {
        font-size: 1.2rem;
        margin-top: 20px;
    }

    .inner-content-1004 img {
        max-width: 80%;
        height: auto;
        display: block;
        margin: 0 auto 20px auto;
    }
}

/* ------------------- */
/* ÀÛÀº È­¸é: 768px ÀÌÇÏ */
@media (max-width: 768px) {
    .full-background-1004 {
        width: 100%;
        background-size: cover;
        padding: 10px;
    }

    .left-content-1004 {
        width: 95%;
        margin: 20px auto;
        box-shadow: none;
        background-color: rgba(255,255,255,0.95);
    }

    .inner-content-1004 {
        font-size: 16px;
        padding: 10px 0 20px 0;
        text-align: left;
    }

    .content-1004 {
        font-size: 14px;
        padding: 5px 0;
    }

    .sign-1004 {
        font-size: 14px;
        margin-top: 10px;
    }

    .inner-content-1004 img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: 0 auto 10px auto;
    }
}

/* ------------------- */
/* ¸ð¹ÙÀÏ ÀÛÀº È­¸é: 480px ÀÌÇÏ */
@media (max-width: 480px) {
    .green-top-1004 { display: none; }
    .full-background-1004 {
        width: 100%;
        background:none;
        padding: 0px;
    }

    .left-content-1004 {
        width: 100%;
        margin: 10px auto;
        box-shadow: none;
        background-color: rgba(255,255,255,0.98);
    }

    .inner-content-1004 {
        font-size: 14px;
        padding: 5px 0 10px 0; letter-spacing: -1;
        text-align: left; font-weight: 800;
    }

    .content-1004 {
        font-size: 13px;
        padding: 5px 0;
    }

    .sign-1004 {
        font-size: 13px;
        margin-top: 5px;
    }

    .inner-content-1004 img {
        max-width: 100%;
        height: auto; 
        margin: 0 auto 5px auto;
    }
}






/*-================== °æ¿µÀÌ³ä ¼½¼Ç */
.management-philosophy-1004 {
  width: 100%;
  padding: 80px 20px;
  box-sizing: border-box;
  text-align: center;
  background-color: #f5f5f5;border-radius: 8px;
}

/* ÄÁÅ×ÀÌ³Ê */
.container-1004 {
  max-width: 1100px; /* PC ÃÖ¼Ò Å©±â */
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

/* ½½·Î°Ç / ¼­ºê½½·Î°Ç */
.slogan-1004 {
  font-size: 2.5rem;

}

.sub-slogan-1004 {
  font-size: 1.8rem;
  color: #666;
  margin-bottom: 10px;
}

/* ÀÌ¹ÌÁö */
.image-wrapper-1004 img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 10px;
}

/* ±ÛÀÚ ´Ü¶ô (°¢ ¹Ú½º 100% Æø) */
.text-blocks-1004 {
  width: 100%;         /* ¿µ¿ª ÀüÃ¼ Æø */
  display: flex;
  flex-direction: column;  /* ¼¼·Î Á¤·Ä */
  gap: 20px;
  box-sizing: border-box;
}

.text-box-1004 {
  width: 100%;         /* °¢ ¹Ú½º Æø 100% */
  padding: 20px 30px;
  border-radius: 15px;
  color: #fff;
  font-size: 1.2rem;
  box-sizing: border-box;
}

/* »ö»óº° ¹Ú½º */
.text1-1004 { background-color: #75c3e2; }
.text2-1004 { background-color: #3dc2cd; }
.text3-1004 { background-color: #89b161; }


/* ¹ÝÀÀÇü - ¸ð¹ÙÀÏ */
@media (max-width: 1100px) {
  .container-1004 {
    width: 100%;
    padding: 0 10px; /* ¿©¹é ÃÖ¼ÒÈ­ */
  }

  .text-blocks-1004 {
    flex-direction: column;
    gap: 10px; /* ¹Ú½º °£°Ý ÃÖ¼ÒÈ­ */
  }

  .text-box-1004 {
    max-width: 100%;
    padding: 15px 20px; /* ÆÐµù ÁÙÀÌ±â */
    font-size: 1rem; /* ±ÛÀÚ Å©±â ÁÙÀÌ±â */
  }

  .slogan-1004 {
    font-size: 1.5rem; /* ½½·Î°Ç Å©±â ÁÙÀÌ±â */
    margin-bottom: 10px;
  }

  .sub-slogan-1004 {
    font-size: 0.9rem; /* ¼­ºê½½·Î°Ç Å©±â ÁÙÀÌ±â */
    margin-bottom: 5px;
  }

  .image-wrapper-1004 img {
    margin-bottom: 20px; /* ÀÌ¹ÌÁö ¾Æ·¡ ¿©¹é ÁÙÀÌ±â */
  }
}
/* ¸ð¹ÙÀÏ Àü¿ë - ÀÛÀº È­¸é */
@media (max-width: 768px) {
    .management-philosophy-1004{ padding: 20px; }
  .container-1004 {
    padding: 5px; /* ¿©¹é ÃÖ¼ÒÈ­ */
  }

  .text-blocks-1004 {
    gap: 8px; /* ¹Ú½º °£°Ý ÃÖ¼ÒÈ­ */
  }

  .text-box-1004 {
    padding: 10px 15px; /* ÆÐµù ÁÙÀÓ */
    font-size: 0.9rem; /* ±ÛÀÚ Å©±â ´õ ÁÙÀÓ */
      text-align: left;
  }

  .slogan-1004 {
    font-size: 1.3rem; /* ½½·Î°Ç ÀÛ°Ô */
    margin-bottom: 5px; letter-spacing: -1px;
  }

  .sub-slogan-1004 {
    font-size: 0.8rem; /* ¼­ºê½½·Î°Ç ´õ ÀÛ°Ô */
    margin-bottom: 3px;
  }

  .image-wrapper-1004 img {
    margin-bottom: 15px; /* ÀÌ¹ÌÁö ¾Æ·¡ ¿©¹é ÁÙÀÓ */
  }
}



/*¹Ì¼ÇºñÀü*/

/*¹Ì¼ÇºñÀü*/
/* ÀüÃ¼ ÅØ½ºÆ® ¹Ú½º ¿µ¿ª */
.text-box-3cols-1004 {
  flex: 1;                   /* ¹Ú½º°¡ ±ÕµîÇÏ°Ô °ø°£ Â÷Áö */
  display: flex;
  flex-direction: column;
  background-color: #fff; /* ¿¬ÇÑ È¸»ö ¹è°æ */
      border-bottom-left-radius: 15px;  /* ¿ÞÂÊ ¾Æ·¡ */
  border-bottom-right-radius: 15px; /* ¿À¸¥ÂÊ ¾Æ·¡ */ margin-top:50px;
}

/* ¹Ú½º ¾È ÀÌ¹ÌÁö */
.text-box-3cols-1004 img {
  width: 100%;       /* ¹Ú½º Æø¿¡ ¸ÂÃç ÀÚµ¿ Á¶Àý */
  height: auto;      /* ºñÀ² À¯Áö */
  display: block;
  object-fit: cover; /* ¿µ¿ª ¹þ¾î³ªÁö ¾Ê°Ô */
  margin-bottom: 10px;
}
.text-content-1004 {
  padding: 20px; padding-bottom:50px;         /* ¾ÈÂÊ ¿©¹é */
  box-sizing: border-box;  /* padding Æ÷ÇÔ °è»ê */
  font-size: 1.1rem;
  line-height: 1.5;
  color: #555;  text-align: center;    font-weight: 500;       /* ±ÛÀÚ »ö»ó */
}

/* ÀüÃ¼ ¿µ¿ª °ø¹é */
.text-blocks-3cols-1004 {
  display: flex;
  gap: 40px;        /* PC¿¡¼­ ¹Ú½º »çÀÌ °ø¹é */
  box-sizing: border-box;
}

/* ---------------------- ÅÂºí¸´ (1100px ~ 768px) ---------------------- */
@media (max-width: 1100px) and (min-width: 769px) {
  .text-content-1004 {
    font-size: 1rem;        /* ±ÛÀÚ Á¶±Ý ÁÙÀÌ±â */
    padding: 15px;
    padding-bottom: 40px;   /* ¾Æ·¡ ¿©¹é ¾à°£ ÁÙÀÓ */
    line-height: 1.4;
  }

  .text-blocks-3cols-1004 {
    gap: 25px;              /* ¹Ú½º °£°Ý ¾à°£ ÁÙÀÓ */
  }

  .text-box-3cols-1004 {
    margin-top: 40px;
  }

  .text-box-3cols-1004 img {
    margin-bottom: 8px;     /* ÀÌ¹ÌÁö ¾Æ·¡ ¿©¹é ÁÙÀÓ */
  }
}
/* ---------------------- ¸ð¹ÙÀÏ (768px ÀÌÇÏ) ---------------------- */
@media (max-width: 768px) {
  .text-blocks-3cols-1004 {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }

  .text-box-3cols-1004 {
    width: 100%;
    flex: none;
    margin-top: 20px;
  }

  .text-box-3cols-1004 img {
    width: 50%;         /* ÀÌ¹ÌÁö Å©±â Á¶Àý */
    display: block;
    margin: 0 auto 5px; /* °¡¿îµ¥ Á¤·Ä + ¾Æ·¡ ¿©¹é 5px */
  }

  .text-content-1004 {
    padding: 10px 15px;
    padding-bottom: 20px;
    font-size: 0.9rem;
    line-height: 1.3;
  }
}


/*¿¬Çõ*/
/* ÀüÃ¼ ÄÁÅ×ÀÌ³Ê */
.history1004 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  font-family: 'Noto Sans KR', sans-serif;
}

.history-container1004 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

/* Ç×¸ñ ÀüÃ¼ ¹Ú½º: ÀÌ¹ÌÁö Æ÷ÇÔ */
.history-item1004 {
  display: flex;
  align-items: flex-start;
  gap: 20px;

  /* ¹è°æ + ±×¸²ÀÚ */
  background-color: #e9f1f2;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.02);
  padding: 50px;
}

/* ÀÌ¹ÌÁö */
.history-img1004 {
  width:608px;
  flex-shrink: 0;margin-right:30px; 
}

.history-img1004 img {
  width: 100%;
  border-radius: 8px;
  display: block; 
}

/* ³»¿ë ºí·Ï */
.history-card1004 {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}

/* ¿¬µµ */
.history-year1004 {
  font-weight: bold;
  font-size: 1.9rem; line-height: 2.8;
}

/* ÅØ½ºÆ® ³»¿ë */
.history-text1004 p {
  margin: 4px 0;
  line-height: 1.9; font-size: 1.1rem;
}
.history-text1004 p strong { margin-right:15px;}

/* Ç×¸ñ »çÀÌ ±¸ºÐ¼± (¼±ÅÃ ½Ã) */
.history-item1004 + .history-item1004 {
/*  border-top: 1px solid #e0e0e0;*/
  padding-top: 20px;
}
.history-item1004,
.history-img1004,
.history-img1004 img {
  box-sizing: border-box; /* ÆÐµù, border Æ÷ÇÔÇØ¼­ °è»ê */
}
/* ¹ÝÀÀÇü */
/* ÅÂºí¸´ Áß°£ È­¸é */
@media (min-width: 769px) and (max-width: 1024px) {
  .history-item1004 {
    flex-direction: column; /* ÀÌ¹ÌÁö À§, ±Û ¾Æ·¡ */
    align-items: center;    /* °¡¿îµ¥ Á¤·Ä */
    padding: 20px;          /* ÆÐµù Ãà¼Ò */
  }

  .history-img1004 {
    width: 100%;
    max-width: 400px;       /* ÀÌ¹ÌÁö Å©±â Á¶Àý */
    margin: 0 0 15px 0;     /* ÀÌ¹ÌÁö ¾Æ·¡ ¿©¹é */
  }

  .history-year1004 {
    font-size: 1.6rem;      /* ±ÛÀÚ Ãà¼Ò */
    line-height: 2.2;
  }

  .history-text1004 p {
    font-size: 1rem;        /* º»¹® ±ÛÀÚ Ãà¼Ò */
    line-height: 1.6;
    margin: 2px 0;
  }

  .history-text1004 p strong {
    margin-right: 10px;
  }
}

@media (max-width: 768px) {
  .history-item1004 {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;       /* ±âÁ¸ 50px -> 10px·Î Ãà¼Ò */
    gap: 10px;           /* Ç×¸ñ °£ °£°Ý Ãà¼Ò */
  }
  
  .history-img1004 {
    width: 100%;
/*    max-width: 280px;     ÀÌ¹ÌÁö ¾à°£ Ãà¼Ò */
    margin-bottom: 8px;  /* ÀÌ¹ÌÁö ¾Æ·¡ ¿©¹é Ãà¼Ò */
  }

  .history-year1004 {
    font-size: 1.5rem;   /* ±ÛÀÚ Ãà¼Ò */
    line-height: 2;
  }

  .history-text1004 p {
    font-size: 0.9rem; letter-spacing: -1px;     /* º»¹® ±ÛÀÚ Ãà¼Ò */
    line-height: 1.7;    /* ÁÙ°£°Ý Ãà¼Ò */
    margin: 2px 0;
  }

  .history-text1004 p strong {
    margin-right: 8px;   /* °­Á¶ ÅØ½ºÆ® ¸¶Áø Ãà¼Ò */
  }
   .history-img1004 img {
  width: 100%;
  height: auto; /* ¼¼·Î ºñÀ² À¯Áö */
  display: block;
} 
}



/*ÀÎÁõÇöÈ²*/
 .certificates {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px; /* ÀÎÁõ¼­ »çÀÌ °£°Ý */
    width: 100%;
  }

  .certificate {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1); /* ¿¬ÇÑ Å×µÎ¸® */
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1); /* ÀºÀºÇÑ ±×¸²ÀÚ */
    flex: 1 1 calc(25% - 20px); /* 4°³ ¹èÄ¡ ½Ã °£°Ý Æ÷ÇÔ */
    max-width: 350px; /* ÃÖ´ë Å©±â Á¦ÇÑ */
    padding: 20px;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
  }

  .certificate:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  }

  .certificate img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 15px;
  }

  .certificate h3 {
    font-size: 1.1rem;
    color: #333;
    margin: 0;
  }

  @media (max-width: 900px) {
    .certificate {
      flex: 1 1 calc(50% - 20px);
      max-width: none;
    }
  }
@media (max-width: 500px) {
    .certificates {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        /* °£°Ý ÁÙÀÓ */
    }

    .certificate {
        flex: 0 0 calc(50% - 5px);
        /* 2°³¾¿, gap ¹Ý¿µ */
        max-width: calc(50% - 5px);
        box-sizing: border-box;
        /* padding/Å×µÎ¸® Æ÷ÇÔ °è»ê */
    }
    .certificate h3 {
    font-size: 1.1rem;
    color: #333;
    margin: 0;
  }
}


/*¿À½Ã´Â±æ*/
#daumRoughmapContainer1760210706210 {
    width: 100% !important;
    height: 490px; /* ½ÇÁ¦ Áöµµ ³ôÀÌ´Â ¿ø·¡´ë·Î µÎ±â */
  }
.map-section {
    width: 100%;
    margin: 0 auto;
  }

  .map-info {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .info-icon img {
    width: 50px;
    height: 50px;
  }
.info-text b{ font-weight: 800;}
  .info-text p {
    margin: 2px 0;
    font-size: 1rem;
    color: #333;
  }

  @media (max-width: 768px) {
    .map-info {
      flex-direction: column;
      align-items: flex-start;
    }

    .info-icon img {
      width: 40px;
      height: 40px;
    }
  }

/* ======================±â¼ú¿ø¸® ======================*/
.eco-wrap { 
  width: 100%; 
  padding: 20px; 
  font-family: 'Segoe UI', sans-serif; 
}

/* 2¿­ Ä«µå ±¸Á¶ */
.eco-row { 
  display: flex; 
  flex-wrap: wrap; 
  margin: -10px; 
}

.eco-col { 
  width: 50%;       /* PC 2¿­ */
  padding: 10px; 
  box-sizing: border-box; 
}

/* Ä«µå ½ºÅ¸ÀÏ + ¹è°æ ÀÌ¹ÌÁö ¿ìÃø ÇÏ´Ü */
.eco-card {
  background-color: #eef1f1;
  padding: 30px 0 30px 40px;
  border-radius: 12px;
  margin-bottom: 10px;
  position: relative;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}

/* Ä«µåº° ¹è°æ ÀÌ¹ÌÁö ÁöÁ¤ */
.eco-row .eco-col:nth-child(1) .eco-card { background-image: url('/img/tb01.png'); }
.eco-row .eco-col:nth-child(2) .eco-card { background-image: url('/img/tb02.png'); }
.eco-row:nth-child(2) .eco-col:nth-child(1) .eco-card { background-image: url('/img/tb03.png'); }
.eco-row:nth-child(2) .eco-col:nth-child(2) .eco-card { background-image: url('/img/tb04.png'); }

/* Á¦¸ñ h2 */
.eco-card h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  line-height: 1.8;
}

.eco-card h2 img {
  margin-right: 0px;
  width: 12px;
  height: auto;
}

/* ¸®½ºÆ® */
.eco-card ul, .eco-card ol {
  padding-left: 0px; 
  margin: 0;
}

.eco-card li {
  margin-bottom: 8px;
  line-height: 1.5;
  font-weight: 500;
}

/* ÀÌ¹ÌÁö ±×¸®µå */
.eco-gallery .eco-imggrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 30px;
}

.eco-gallery img {
  width: 100%;
  display: block;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

/* ¸¶Áö¸· ±×¸² Ä«µå */
.eco-card-last {
  background-color: #f5f5f5;
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 10px;
  position: relative;
  width: 100%; /* °¡·Î ÀüÃ¼ */
}

.eco-card-last h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: #222;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  line-height: 1.8;
}

/* ±×¸² ¹Ú½º ÀÌ¹ÌÁö */
.eco-card-last .eco-image-box img {
  width: 100%;
  height: auto;
  display: block;
  margin-top: 15px;
}

/* ¹ÝÀÀÇü */
@media (max-width:1024px) { 
  .eco-col { width: 100%; }       /* ¸ð¹ÙÀÏ 1¿­ */
  .eco-gallery .eco-imggrid { grid-template-columns: repeat(2, 1fr); }
}

/* ====================== ¸ð¹ÙÀÏ (600px ÀÌÇÏ) ====================== */
@media (max-width: 600px) { 
  .eco-wrap {
    padding: 10px; /* ÀüÃ¼ ¿©¹é ÃÖ¼ÒÈ­ */
  }

  .eco-col {
    width: 100%; /* 1¿­ ±¸Á¶ */
    padding: 5px;
  }

  .eco-card {
    padding: 15px 15px;
    margin-bottom: 8px;
    background-size: 60px auto; /* ¹è°æ ÀÌ¹ÌÁö ÀÛ°Ô */
    background-position: right 10px bottom 10px;
  }

  .eco-card h2 {
    font-size: 1rem;       /* Á¦¸ñ ÀÛ°Ô */
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .eco-card li {
    font-size: 0.9rem;     /* ¸®½ºÆ® ±Û¾¾ Ãà¼Ò */
    margin-bottom: 4px;
    line-height: 1.3;
  }

  .eco-gallery .eco-imggrid {
    grid-template-columns: 1fr; /* ÇÑ ÁÙ·Î */
    gap: 10px;
    margin-top: 15px;
  }

  .eco-card-last {
    padding: 15px;
    margin-bottom: 8px;
  }

  .eco-card-last h2 {
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .eco-card-last .eco-image-box img {
    margin-top: 10px;
  }
}


/*¼º´ÉÀÔÁõ*/
/* tech1005.css */
.tech1005-container {
        line-height: 1.6;
    color: #555;
    margin: 20px;
}

/* Á¦¸ñ ½ºÅ¸ÀÏ */
.tech1005-container h1,
.tech1005-container h2,
.tech1005-container h3,
.tech1005-container h4 {
    color: #1a1a1a;
    margin-bottom: 5px;
}

.tech1005-container h1 { font-size: 1.5em; }
.tech1005-container h2 { font-size: 1.5em; margin-top: 0px; margin-bottom:15px;}
.tech1005-container h3 { font-size: 1.2em; margin-top: 0px; color:#333;}
.tech1005-container h4 { font-size: 1.1em; margin-top: 1px;  color:#53889d; }

/* ¹Ú½º ½ºÅ¸ÀÏ */
.tech1005-box {
    background-color: #eef1f1;
    border-radius: 10px;
    padding: 30px 40px;
    margin-bottom: 20px;
}

.tech1005-box p { font-weight: 600; color:#53889d; margin-bottom: 15px}
.tech1005-box .p {
  font-weight: 600;
  font-size: 1.1rem;
  color: #666;             /* ±ÛÀÚ ÄÃ·¯ */
  background-color: #fff;      /* Èò ¹Ú½º */
  padding: 8px 12px;           /* ¾ÈÂÊ ¿©¹é */
  border-radius: 6px;          /* ¸ð¼­¸® ¶ó¿îµù */
  display: inline-block;        /* ¹Ú½º Å©±â¸¦ ÅØ½ºÆ®¸¸Å­ */
  box-shadow: 0 2px 6px rgba(0,0,0,0.05); /* »ìÂ¦ ±×¸²ÀÚ */
  margin-top:10px; margin-bottom: 20px; width:100%;
}


/* °¡·Î 2°³ ¹Ú½º ±×¸®µå */
.tech1005-box-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 15px;
    margin-bottom: 20px;
}

/* Å×ÀÌºí ½ºÅ¸ÀÏ */
.tech1005-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    margin-top:0px; 
}

.tech1005-table th,
.tech1005-table td {
    border: 1px solid #cee3e5;
    padding: 8px 12px;
    text-align: center; background: #fff;  font-weight: 600;
}

.tech1005-table th {
    background-color: #3ab5c5; color:#fff;
}
.tech1005-table img {
  height: 100px !important;
  width: auto !important;
  object-fit: contain !important;
}



/* ÀÌ¹ÌÁö ½ºÅ¸ÀÏ */
.tech1005-img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

/* ÀÌ¹ÌÁö ±×¸®µå */
.tech1005-image-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin-bottom: 20px;
    margin-top:10px; 
}

/* ¸®½ºÆ® Á¡ ±âÈ£ À¯Áö */
/* li »ç°¢ ¹Ú½º Èò»ö ¹è°æ + ¶ó¿îµù, Á¡ µÚ °ø¹é */
.tech1005-box ul {
    list-style: none; /* ±âº» Á¡ Á¦°Å */
    padding-left: 0;  /* ³»ºÎ ¿©¹é Á¦°Å */
    margin: 20px 0;
}

.tech1005-box ul li {
  background-color: #fff;     /* Èò»ö ¹è°æ */
  border-radius: 5px;         /* ¶ó¿îµù */
  padding: 10px 20px;         /* À§¾Æ·¡/ÁÂ¿ì ¿©¹é */
  margin-bottom: 12px;         /* li °£ °£°Ý »ìÂ¦ ÁÙÀÓ */
  display: flex;
  align-items: center;
  font-weight: 500;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* ÀºÀºÇÑ ±×¸²ÀÚ */
  transition: box-shadow 0.2s ease;          /* hover½Ã ÀÚ¿¬½º·´°Ô */
}

.tech1005-box ul li::before {
    content: "\2022";           /* À¯´ÏÄÚµå Á¡ */
    color: #333;
    font-weight: bold;
    margin-right: 8px;          /* Á¡ µÚ °ø¹é */
    flex-shrink: 0;             /* Á¡ Å©±â À¯Áö */
}


/* ¹ÝÀÀÇü */
@media (max-width: 600px) {
    .tech1005-container h1 { font-size: 1.5em; }
    .tech1005-container h2 { font-size: 1.2em; }
    .tech1005-container h3 { font-size: 1em; }
    .tech1005-box-grid { grid-template-columns: 1fr; }
}



/*¿¡Å¸¼Ö·ç¼Ç*//* ·¦ÆÛ ¹è°æ°ú Áß¾Ó Á¤·Ä */
/*ÅÇ±â´É*/
/* ÅÇ ÀüÃ¼ ¿µ¿ª */

.tech1005-tabs {
  display: flex;
  justify-content: center; /* °¡·Î °¡¿îµ¥ Á¤·Ä */
  align-items: center;
  gap: 8px; /* ÅÇ °£ °£°Ý */
  width: 100%;

  padding: 10px 0;
}

/* ÅÇ ¹öÆ° */
.tech1005-tab {
  flex: 0 0 180px; /* ÅÇ °íÁ¤ Æø (Àû´çÈ÷ ÀÛ°Ô) */
  text-align: center;
  padding: 10px 0;
  border-radius: 6px 6px 0 0;
  text-decoration: none;
  color: #999;
  font-weight: 500;
  background-color: #f2f2f2;
  transition: all 0.3s ease;
  border-bottom: 3px solid transparent;
}

/* ¸¶¿ì½º ¿À¹ö */
.tech1005-tab:hover {
  background-color: #eaeaea;
  color: #555;
}

/* È°¼º ÅÇ */
.tech1005-tab.active {
  color: #16a9b0;
  background-color: #ffffff;
  border-bottom: 3px solid #16a9b0;
  font-weight: 600;
}


/* ¼±ÅÃµÈ ÅÇ */
.tech1005-tab.active {
  color: #333; /* °­Á¶µÈ ±ÛÀÚ»ö */
  background-color: #ffffff; /* ¼±ÅÃµÈ ÅÇÀº Èò ¹è°æ */
  border-bottom: 3px solid #16a9b0; /* Æ÷ÀÎÆ® ÄÃ·¯ (ÆÄ¶û ¿¹½Ã) */
  font-weight: 600;
}

/* === ¸ð¹ÙÀÏ ÃÖÀûÈ­ ¹ÝÀÀÇü (°ø¹é ÃÖ¼ÒÈ­ & ±ÛÀÚ Ãà¼Ò) === */
@media (max-width: 600px) {
  .tech1005-container {
    margin: 10px;
    line-height: 1.4;
  }

  .tech1005-container h1 { font-size: 1.2em; margin-bottom: 4px; }
  .tech1005-container h2 { font-size: 1.1em; margin-bottom: 8px; }
  .tech1005-container h3 { font-size: 1em; margin-bottom: 6px; }
  .tech1005-container h4 { font-size: 0.95em; margin-bottom: 5px; }

  .tech1005-box {
    padding: 15px 20px;
    margin-bottom: 10px;
  }

  .tech1005-box .p {
    font-size: 0.95rem;
    padding: 6px 8px;
    margin-top: 6px;
    margin-bottom: 12px;
  }

  .tech1005-box ul li {
    padding: 8px 12px;
    margin-bottom: 8px;
    font-size: 0.9rem;
  }

  .tech1005-table th,
  .tech1005-table td {
    padding: 6px 8px;
    font-size: 0.85rem;
  }

  .tech1005-tabs {
    flex-wrap: wrap;
    gap: 4px;
    padding: 5px 0;
  }

  .tech1005-tab {
    flex: 1 1 45%;
    font-size: 0.9rem;
    padding: 8px 0;
  }

  .tech1005-box-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .tech1005-image-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 6px;
  }
}



.pf-wrapper-1005 {
  display: flex;
  justify-content: center;
  font-family: 'Noto Sans KR', sans-serif;
  padding: 50px 0;
}

/* ÀüÃ¼ ÄÁÅ×ÀÌ³Ê */
.pf-container-1005 {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px;
}

/* Ä«µå °øÅë ½ºÅ¸ÀÏ */
.pf-card-1005 {
  position: relative; /* ¸µÅ© Àý´ë À§Ä¡¸¦ À§ÇØ ºÎ¸ð Ä«µå relative */
  flex: 1 1 28%;
  min-width: 260px;
  border-radius: 18px;
  padding: 25px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
  text-align: center;
  transition: transform 0.35s, box-shadow 0.35s;
  cursor: pointer;
  background-color: rgba(205, 231, 234, 0.85);
  overflow: hidden;
}

/* Ä«µå ¸µÅ© ÀüÃ¼ µ¤±â */
.pf-card-link-1005 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; /* Ä«µå ³»¿ë À§¿¡ ÀÖÁö¸¸, ³»¿ë ÅØ½ºÆ®´Â Å¬¸¯ °¡´É */
  text-decoration: none;
}

/* Ä«µå ³»ºÎ ÄÜÅÙÃ÷°¡ ¸µÅ© À§¿¡ Ç¥½ÃµÇµµ·Ï z-index Á¶Á¤ */
.pf-card-1005 img,
.pf-card-1005 h3,
.pf-card-1005 p,
.pf-btn-1005 {
  position: relative;
  z-index: 2;
}

/* Ä«µå È£¹ö È¿°ú */
.pf-card-1005:hover {
  transform: translateY(-8px) scale(1.01);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

/* Ä«µåº° »ö»ó(ºí·çÅæ °è¿­) */
.pf-ecofoam-1005 { background-color: rgba(205, 231, 234, 0.6); } /* #cde7ea */
.pf-ecomold-1005 { background-color: rgba(175, 221, 226, 0.6); } /* #afdde2 */
.pf-etah-1005 { background-color: rgba(156, 215, 221, 0.6); } /* #9cd7dd */

/* ÀÌ¹ÌÁö ½ºÅ¸ÀÏ */
.pf-img-1005 {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}

/* ÅØ½ºÆ® ½ºÅ¸ÀÏ */
.pf-card-1005 h3 {
  font-size: 1.6em;
  margin-bottom: 12px;
  color: #333;
}

.pf-card-1005 p {
  font-size: 1.05em;
  margin-bottom: 18px;
  color: #555;
  line-height: 1.5;
}

/* "ÀÚ¼¼È÷ º¸±â" ¹öÆ° ½ºÅ¸ÀÏ - ½Ã°¢Àû¸¸ À¯Áö, Å¬¸¯ ¹«½Ã */
.pf-btn-1005 {
  display: inline-block;
  padding: 6px 14px;
  font-size: 0.8em;
  background-color: #ffffff;
  color: #666666;
  border: 1px solid #cccccc;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  cursor: default;          
  pointer-events: none;     
}

.pf-btn-1005:hover {
  background-color: #f0f6ff;
  color: #333;
  border-color: #6ca9b0;
}

/* ¹ÝÀÀÇü: È­¸éÀÌ 900px ÀÌÇÏÀÏ ¶§ */
@media (max-width: 900px) {
    .pf-wrapper-1005 { padding:20px 0; }
  .pf-card-1005 {
    flex: 1 1 45%; /* µÎ ÁÙ·Î ¹èÄ¡ */
  }
}

/* ¹ÝÀÀÇü: È­¸éÀÌ 600px ÀÌÇÏÀÏ ¶§ */
@media (max-width: 600px) {
  .pf-card-1005 {
    flex: 1 1 100%; /* ÇÑ ÁÙ·Î ¼¼·Î Á¤·Ä */
  }

  .pf-container-1005 {
    gap: 20px; /* ¸ð¹ÙÀÏ¿¡¼­´Â °£°Ý ÁÙÀÌ±â */
  }

  .pf-img-1005 {
    width: 60px;
    height: 60px;
  }

  .pf-card-1005 h3 {
    font-size: 1.1em;
  }

  .pf-card-1005 p {
    font-size: 0.9em;
  }

  .pf-btn-1005 {
    font-size: 0.8em;
    padding: 5px 10px;
  }
}

/*esgÇõ½Å*/
.esg1006 {
  text-align: center; /* ÀÌ¹ÌÁö °¡¿îµ¥ Á¤·Ä (ÀÎ¶óÀÎ ´ëºñ¿ë) */
  padding: 20px 0;
}

.pc-img {
  display: block;
  max-width: 1504px;
  width: 100%;
  height: auto;
  margin: 0 auto; /* ºí·Ï¿ä¼Ò °¡¿îµ¥ Á¤·Ä */
}

.m-img {
  display: none;
  margin: 0 auto; /* ¸ð¹ÙÀÏ ÀÌ¹ÌÁöµµ µ¿ÀÏÇÏ°Ô Á¤·Ä */
}

@media (max-width:1023px) {
  .pc-img {
    display: none;
  }
  .m-img {
    display: block;
    width: 100%;
    height: auto;
  }
}


/*Àû¿ë»ç·Ê*/
.cases1006-title {
    font-size: 1.6em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
    color: #2a2a2a;
}

/* Ä«µå ÄÁÅ×ÀÌ³Ê */
.cases1006 {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;             /* Ä«µå »çÀÌ °£°Ý */
    justify-content: center;
    color: #333;
    box-sizing: border-box; margin-bottom:30px;
}

/* Ä«µå ¹Ú½º Á¦°Å + ÆÐµù ¾ø¾Ú */
.case-box1006 {
    background: none;       /* ¹è°æ ¾ø¾Ú */
    border-radius: 0;       /* ¸ð¼­¸® µÕ±Û±â Á¦°Å */
    padding: 0;             /* ÆÐµù Á¦°Å */
    width: 30%;             /* PC: 3¿­ */
    box-sizing: border-box;
    transition: transform 0.3s;
}

/* Ä«µå Å¸ÀÌÆ² */
.case-title1006 {
    font-size: 1.6em;
    color: #2a2a2a;
    margin-bottom: 10px;
    font-weight: bold;
}

/* Ä«µå ³»¿ë */
.case-desc1006 {
    font-size: 0.95em;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #555;
}

/* °æ°í ¹Ú½º - ¹Ú½º ¾ø¾Ö°í ±ÛÀÚ¸¸ */
.case-warning1006 {
    background-color: #e0f0ff;   /* ¾ÆÁÖ ¿¬ÇÑ ºí·ç ¹è°æ */
    color: #003366;              /* ´ÙÅ© ºí·ç ±ÛÀÚ */
    padding: 10px 15px;          /* »óÇÏ 10px, ÁÂ¿ì 15px ¿©¹é */
    border-radius: 6px;          /* ¸ð¼­¸® µÕ±Û°Ô */
    font-size: 0.9em;
    line-height: 1.5;
    margin-top: 10px;
}


/* ¸®½ºÆ® Á¡ */
.case-item1006 {
    position: relative;
    padding-left: 1.1em;
    margin-bottom: 0.5em;
    letter-spacing: -1px;
}

.case-item1006::before {
    content: "\2022";
    position: absolute;
    left: 0;
    color: #555;
    font-weight: bold;
}

/* ÀÌ¹ÌÁö */
.case-image1006 {
    width: 100%;
    height: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 0;       /* ¸ð¼­¸® µÕ±Û±â Á¦°Å */
    margin-bottom: 15px;
    display: block;
}

/* ¹ÝÀÀÇü */
@media (max-width: 1024px) {
    .case-box1006 {
        width: 45%;          /* ÅÂºí¸´: 2¿­ */
    }
}

@media (max-width: 768px) {
    .cases1006-title {font-size: 1.4rem;}
    .cases1006 { gap:30px; }
    .cases1006 {
        flex-direction: column;
        padding: 0;    
        
    }
    .case-box1006 {
        width: 100%;          /* ¸ð¹ÙÀÏ: 1¿­ */
    }
    .case-title1006 {
    font-size: 1.1em;

}
}


/*==============Á¦Ç°¼Ò°³01=================*/
/* Section ±âº» ½ºÅ¸ÀÏ */
.c1007-container {width:100%; margin:0; padding:0; font-family:'Noto Sans KR', sans-serif; color:#555;}
.c1007-box {background:#eef1f1; border-radius:10px; padding:30px 40px; margin-bottom:30px; box-shadow:0 2px 8px rgba(0,0,0,0.05);}
.c1007-section-title {font-size:1.4rem; font-weight:700; margin-bottom:10px; color:#1a1a1a;}
.c1007-section-subtitle {font-size:1.1rem; color:#666; margin-bottom:20px;}
.c1007-text-bold {font-weight:700; color:#222;}
.c1007-text-highlight {color:#0077CC;}
.c1007-p {background:#fff; padding:10px 15px; border-radius:6px; box-shadow:0 2px 6px rgba(0,0,0,0.05); margin-bottom:20px; display:block;}
.c1007-card {background:#fff; border-radius:10px; padding:20px; box-shadow:0 2px 6px rgba(0,0,0,0.08); margin-bottom:20px;}
.c1007-card-title {font-size:1.3rem; font-weight:700; margin-bottom:10px; color:#333;}
.c1007-card-text {font-size:1rem; line-height:1.6; margin-bottom:10px;}
.c1007-card-text {font-size:1rem; line-height:1.6; margin-bottom:10px;}
.c1007-table-wrapper {overflow-x:auto; margin-top:15px;}
.c1007-table {width:100%; border-collapse:collapse;}
.c1007-table th, .c1007-table td {border:1px solid #cee3e5; padding:8px 12px; text-align:center; font-weight:600; background:#fff;}
.c1007-table th {background:#3ab5c5; color:#fff;}
.c1007-cta-btn {display:inline-block; padding:12px 25px; background:#0077CC; color:#fff; text-decoration:none; border-radius:5px; transition:0.3s;}
.c1007-cta-btn:hover {background:#005fa3;}
.c1007-list {list-style:none; padding-left:0; margin:15px 0;}
.c1007-list li {
    background:#fff;
    border-radius:5px;
    padding:10px 15px;
    margin-bottom:10px;
    box-shadow:0 2px 6px rgba(0,0,0,0.08);
}
.c1007-list li::before {
    content:"\2022";
    color:#0077CC;
    font-weight:bold;
    margin-right:8px;
}

/* ¹ÝÀÀÇü */
@media (max-width:1024px) {
    .c1007-box {padding:25px 30px;}
    .c1007-section-title {font-size:1.6rem;}
    .c1007-section-subtitle {font-size:1rem;}
    .c1007-card-title {font-size:1.2rem;}
    .c1007-card-text {font-size:0.95rem;}
    .c1007-cta-btn {padding:10px 20px;}
}

@media (max-width:768px) {
    .c1007-box {padding:20px 20px;}
    .c1007-section-title {font-size:1.4rem;}
    .c1007-section-subtitle {font-size:0.95rem;}
    .c1007-card-title {font-size:1.1rem;}
    .c1007-card-text {font-size:0.9rem;}
    .c1007-cta-btn {padding:8px 18px; display:block; margin-bottom:10px;}
}

/* === ¸ð¹ÙÀÏ Å×ÀÌºí ÃÖÀûÈ­ (480px ÀÌÇÏ) === */
@media (max-width: 480px) {
    .c1007-list li {
        font-size: 0.8rem; letter-spacing: -1px;
    }
    .c1007-section-title {font-size:1.1rem;}
  .c1007-table th,
  .c1007-table td {
    padding: 4px 6px;   /* ±âÁ¸ 8px 12px ¡æ Àý¹Ý */
    font-size: 0.75rem; /* ±âÁ¸ 1rem ¡æ ¾à 25% Ãà¼Ò */
  }

  /* Å×ÀÌºíÀÌ ¿·À¸·Î ³ÑÄ¡Áö ¾Êµµ·Ï ¿©¹é ÃÖ¼ÒÈ­ */
  .c1007-table-wrapper {
    margin-top: 8px;
    overflow-x: auto;
  }

  /* ¹Ú½º¿Í Ä«µåÀÇ ¿©¹éµµ »ìÂ¦ ÁÙ¿©ÁÜ */
  .c1007-box {
    padding: 12px;
    margin-bottom: 15px;
  }

  .c1007-card {
    padding: 12px;
    margin-bottom: 15px;
  }

  /* ±ÛÀÚ Àü¹Ý Å©±â »ìÂ¦ Ãà¼Ò */
  .c1007-card-text,
  .c1007-section-subtitle {
    font-size: 0.8rem;
    line-height: 1.4;
  }
}

