.list_page {margin:0px auto 30px auto; padding:10px; max-width:600px; overflow:hidden;}
.list_page .list_box {display:flex; justify-content:space-between;align-items:flex-start;}
.list_page .list_box .list_left {width:100%;}
table {width:100%; font-size:14px; border:1px solid #ddd; border-top:3px solid #7964d0; border-collapse:collapse;}
table th {background:#f5f5f5; text-align:center; padding:10px 5px; font-weight:400; color:#333}
table td {text-align:center; padding:10px 5px;   border-bottom: 1px solid #ddd; font-weight:500; }
table td span {color:#333; font-size:0.9em;}
table .row_01 td { }
table .row_02 td { }
table .row_03 td  {}
table td:first-child {color:#584271}
.list_page .mo {Display:none;} 
.sub_menu {width: 100%;z-index: 1000;display: none;	}

	.sub_menu {padding:50px 0 0 0;}
	.sub_menu ul li {width:auto}
	.table_01 th:nth-child(2) { color: rgba(22, 92, 33, 0.9); }
	.table_01 th:nth-child(3) { color: rgba(255, 153, 0, 0.9); }
	.table_01 th:nth-child(4) { color: rgba(12, 111, 184, 0.9); }
	.table_01 th:nth-child(5) { color: rgba(138, 40, 149, 0.9); }

	.table_01 td:nth-child(2) { color: rgba(22, 92, 33, 0.9); }
	.table_01 td:nth-child(3)  { color: rgba(255, 153, 0, 0.9); }
	.table_01 td:nth-child(4) { color: rgba(12, 111, 184, 0.9); }
	.table_01 td:nth-child(5) { color: rgba(138, 40, 149, 0.9); }
	
@media screen and (max-width:600px) {
	.list_page .top_menu ul li a {padding: 10px 15px}
}


@media screen and (max-width:300px) {
table th {padding:10px 3px}
table th.detail_title{font-size:10px;}
table td {padding:10px 3px}
.sub_menu {width: 100%;z-index: 1000;display: block;	margin:10px 0 20px;}	
}


.sub_menu ul {
    text-align: center;
    width: 100%;
    background: #fff url('./img/dot_11.gif') right 0 repeat-y;
}

.sub_menu ul:after {
    content: "";
    display: block;
    clear: both;
}

.sub_menu ul li {
    background: #fff;
    float: left;
    display: inline-block;
    background: url('./img/dot_11.gif') 0 0 repeat-y;
    border-bottom: 1px solid #DFDFDF;
    border-top: 1px solid #DFDFDF;
}

.sub_menu ul li a {
    width: 100%;
    background: #fff;
    line-height: 50px;
    font-size: 14px;
    color: #000;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sub_menu ul li a:hover,.sub_menu ul a.on_box {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    background: #00C657;
}

@media screen and (max-width: 600px) {
    .sub_menu ul {
        background:block;
    }

    .sub_menu ul li {
        background: none;
        line-height: 40px;
        border: none;
        margin: 2px;
    }

    .sub_menu ul li a {
        font-size: 12px;
        line-height: 120%;
        padding: 8px 16px;
        border: 1px solid #DFDFDF;
    }

    .sub_menu ul li a:hover,.sub_menu ul a.on_box {
        display: inline;
    }
}

/* 아코디언 컨테이너 */
.price-accordion-wrapper {
  width: 100%;
  max-width: 900px;
  margin: 1rem auto;
  padding: 0 1rem;
}

.price-accordion {
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border: 1px solid #f3f4f6;
  transition: box-shadow 0.3s ease;
}

.price-accordion:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

/* 아코디언 헤더 */
.accordion-header {
  width: 100%;
  padding: 1.25rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(to right, #eff6ff, #eef2ff);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.accordion-header:hover {
  background: linear-gradient(to right, #dbeafe, #e0e7ff);
}

.accordion-header-left {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.accordion-icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.accordion-header:hover .accordion-icon-circle {
  transform: scale(1.1);
}

.accordion-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0;
}

.accordion-arrow {
  width: 24px;
  height: 24px;
  color: #3b82f6;
  transition: transform 0.3s ease;
}

.accordion-arrow.rotated {
  transform: rotate(180deg);
}

/* 아코디언 내용 */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.accordion-content-inner {
  padding: 2rem 1.5rem;
  background: linear-gradient(to bottom, #f9fafb, #ffffff);
}

/* 텍스트 섹션 */
.text-section {
  margin-bottom: 1.5rem;
}

.text-section p {
  color: #374151;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.text-highlight-blue {
  font-weight: 600;
  color: #2563eb;
}

.text-highlight-red {
  font-weight: 600;
  color: #ef4444;
}

/* 경고 박스 */
.warning-box {
  background: #fef3c7;
  border-left: 4px solid #f59e0b;
  padding: 1.25rem;
  border-radius: 0 8px 8px 0;
  margin-bottom: 1.5rem;
}

.warning-box p {
  color: #1f2937;
  line-height: 1.75;
  margin-bottom: 0.75rem;
}

.warning-box p:last-child {
  color: #374151;
  font-size: 0.875rem;
  font-style: italic;
  margin-bottom: 0;
}

.text-bold {
  font-weight: 700;
  color: #111827;
}

.text-bold-red {
  font-weight: 700;
  color: #dc2626;
}

/* 솔루션 박스 */
.solution-box {
  background: linear-gradient(to right, #eff6ff, #eef2ff);
  padding: 1.5rem;
  border-radius: 12px;
  margin-bottom: 1.5rem;
  border: 1px solid #dbeafe;
}

.solution-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.check-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #3b82f6;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 4px;
}

.solution-text {
  color: #1f2937;
  line-height: 1.75;
  flex: 1;
}

.solution-highlight {
  font-weight: 700;
  color: #1d4ed8;
}

/* 주의 박스 */
.notice-box {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  padding: 1.25rem;
  border-radius: 8px;
  margin-bottom: 1.5rem;
}

.notice-content {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.alert-icon {
  width: 24px;
  height: 24px;
  color: #f97316;
  flex-shrink: 0;
  margin-top: 4px;
}

.notice-text {
  flex: 1;
}

.notice-title {
  color: #1f2937;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.notice-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.notice-list li {
  color: #374151;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}

.notice-list li:last-child {
  margin-bottom: 0;
}

/* 브랜드 메시지 */
.brand-box {
  text-align: center;
  padding: 1.5rem 1rem;
  background: linear-gradient(to right, #2563eb, #4f46e5);
  border-radius: 12px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.brand-message {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75;
  margin-bottom: 0.5rem;
}

.brand-slogan {
  color: #dbeafe;
  font-size: 1.2rem;
  font-weight: 800;
  margin-top: 1rem;
  letter-spacing: 0.05em;
}

.brand-highlight {
  color: #fde047;
}

@media screen and (max-width:450px) {
	.list_page {margin:0 auto 20px auto;}
	.list_page .list_box .list_left {width:100%;  overflow-x:scroll;}
	.list_page .list_box .list_left table {width:100%;}
	table {font-size:12px}
	table th {padding:10px; font-size:12px;}
	table th span.detail_title{font-size:10px;}
	table td {padding:10px ; font-size:12px;}
	.list_page .chart_option {flex-direction:column;} 
	.list_page .chart_option span {font-size:12px; display:block; text-align:center; width:100%}
	.list_page .chart_option span.mo {margin-bottom:10px}
	.price-accordion-wrapper {font-size:12px;}
	.pc {display:none;}
}

/* 반응형 */
@media (max-width: 768px) {
  .accordion-title {
    font-size: 1rem;
  }
  
  .accordion-icon-circle {
    width: 36px;
    height: 36px;
  }
  
  .brand-message {
    font-size: 0.9rem;
  }
  
  .brand-slogan {
    font-size: 1.1rem;
  }
}