.index_main {
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_main img {
  width: 24rem;
}
/* home_main */
.home_main {

}
.home_main .banner_wrap {

}
.home_main .banner {
  display: block;
  flex: 1;
  background: #F4F6F5;
  border-radius: 1.5rem;
  padding: 2rem;
  position: relative;
  min-height: 12rem;
  overflow: hidden;
}

.home_main .banner h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 800;
}
.home_main .banner h3 b {
  color: var(--brand-color);
}
.home_main .banner p {
  font-size: 1.4rem;
  margin: 1.5rem 0;
  font-weight: 500;
  color: #424242;
}

.home_main .banner_icon {
  position: absolute;
  top: 0;
  right: 0;
}
.home_main .banner_icon img {
  width: 13rem;
}
.home_main .banner button {
  display: block;
  background: var(--brand-color);
  border: 1rem;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  width: 100%;
  padding: 1.5rem;
  border-radius: 1rem;
  margin-top: 3rem;
}
/* bottom_wrap */
.home_main .title {
  margin-top: 4rem;
}
.home_main .bottom_wrap {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.card_wrap {
  display: flex;
  gap: 1rem;
}
.info_item {
  flex: 1;
  padding: 2rem;
  border-radius: 2rem;
  background: #EAF9FC;
}

.info_item .icon{
  margin-left: auto;
  margin-right: 0;
  margin-top: 2rem;
  height: 3rem;
}
.info_item .info_item_content p {
  font-size: 1.4rem;
  color: #29CFE5;
}

.info_item .info_item_content h3 {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.info_item2 {
  background: #ECF6FF;
}
.info_item3 {
  background: #FDEDED;
}
.info_item4 {
  background: #F7F1FF;
}
.info_item5 {
  background: #FFFDE6;
}
.info_item6 {
  background: #FFF7F0;
}
.info_item2 .info_item_content p {
  color: #008BFF;
}
.info_item3 .info_item_content p {
  color: #FC7E7E;
}
.info_item4 .info_item_content p {
  color: #9755FF;
}
.info_item5 .info_item_content p {
  color: #EACE06;
}
.info_item6 .info_item_content p {
  color: #FFA35F;
}

.page_wrap .card_wrap {
  margin: 2.5rem 0;
}
.main-title{
  font-size: 2rem;
  margin-bottom: 1.5rem;
  font-weight: 800;
}
.page_wrap .main-title {
  margin-bottom: 2.5rem;
}
.content {
  font-size: 1.4rem;
  color: #424242;
  line-height: 1.5;
}
.item-emphasis {
  color: var(--brand-color);
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.steps-container {
  margin-top: 2rem;
}
.step-item {
  margin-bottom: 2rem;
}
.page3_wrap .info-section:not(:last-of-type) {
  margin-bottom: 5rem;
}
.page3_wrap .banner {
  margin-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1.2rem;
  width: 100%;
  background-color: #F4F6F5;
  border-radius: 1rem;
}
.page3_wrap .banner img {
  width: 2.5rem;
}
.page3_wrap .banner p {
  font-size: 1.4rem;
}
.method-item:not(last-of-type) {
  margin-bottom: 3rem;
}

/* alram.php 스타일 */
#sub {

}

#sub .title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

#selector {
  width: 100%;
  margin-bottom: 2rem;
}

#selector select {
  width: 100%;
  padding: 2rem 1.6rem;
  font-size: 1.5rem;
  border: 1px solid #F4F6F5;
  border-radius: 1rem;
  background: #fff;
  color: #333;
  cursor: pointer;
  appearance: none;
  background-image: url("../img/arrow.png");
  background-color: #F4F6F5;
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  background-size: 1.2rem;
  padding-right: 4rem;
}

#selector select:focus {
  outline: none;
  border-color: var(--brand-color);
}

.ans_otherdesign {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-top: 2rem;
}

.ans_otherdesign > span {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 1.2rem;
  padding: 2rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.2s ease;
}

.ans_otherdesign > span:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

.ans_otherdesign h3 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--brand-color);
  margin-bottom: 1.2rem;
  padding-bottom: 1rem;
}

.ans_otherdesign pre {
  font-family: inherit;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.6;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 0;
}

.ans_otherdesign pre b {
  color: #333;
  font-weight: 600;
}

.banners {
  margin-top: 3rem;
}

.banners a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.8rem 2rem;
  border-radius: 1.2rem;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
}

.banners a:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

/* consult.php 스타일 */
.consult_main {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.consult-section .title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 2rem;
}

.consult-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.consult-item {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 1rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.consult-item.has-dropdown {
  cursor: pointer;
}

.consult-header {
  padding: 1.8rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.consult-header h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333;
  margin: 0;
}

.consult-header .arrow-icon {
  width: 1.2rem;
  height: auto;
  transition: transform 0.3s ease;
  transform: rotate(0deg);
}

.consult-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #f8f9fa;
}

.consult-content p {
  padding: 2rem;
  margin: 0;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.8;
  border-top: 1px solid #e8e8e8;
}

.consult-item.active {
  border-color: var(--brand-color);
  box-shadow: 0 2px 8px rgba(15, 101, 238, 0.1);
}

.consult-item.active .consult-header h3 {
  color: var(--brand-color);
}