.index_main {
  width: 100%;
  height: 100dvh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index_main img {
  width: 80%;
}
.home_main .top_cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.home_main .top_cont h3 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 800;
}
.home_main .top_cont .link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #878787;
  font-size: 1.8rem;
  margin-top: 1rem;
}
.home_main .top_cont .link img {
  width: 2rem;
}
.home_main .top_cont .top_cont_img {
  width: 30%;
}
.home_main .menu_cont {
  margin-top: 3rem;
}
.home_main .menu_cont .cont_top {
  padding: 2rem 2rem 0 2rem;
  display: flex;
  justify-content: space-between;
  background: #B3D2FF;
  border-radius: 2rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.home_main .menu_cont .cont_top h4 {
  font-size: 2rem;
  font-weight: 600;
}
.home_main .menu_cont .cont_top h4 span {
  display: block;
  color: #575757;
  font-size: 1.6rem;
  margin-top: 1rem;
}
.home_main .menu_cont .cont_top img {
  width: 30%;
}
.home_main .menu_cont .cont_grid {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}

.home_main .menu_cont .cont_left {
  width: 43%;
  background: #E0EDFE;
  border-radius: 1.5rem;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
}

.home_main .menu_cont .cont_left img {
}

.home_main .menu_cont .cont_left p {
  font-size: 1.9rem;
  font-weight: 600;
}

.home_main .menu_cont .cont_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.home_main .menu_cont .cont_box {
  background: #C6DAFF;
  border-radius: 1.5rem;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px;
  flex: 1;
}
.home_main .menu_cont .cont_box_2 {
  background: #9AC7FF;
}
.home_main .menu_cont .cont_box img {
  width: 55%;
  margin-bottom: 1.5rem;
}
.home_main .menu_cont .cont_box p {
  font-size: 1.9rem;
  font-weight: 600;
}
.home_main .news_cont {
  margin-top: 5rem;
}
.home_main .news_cont h3 {
  font-size: 2rem;
  font-weight: 700;
}
.home_main .qna_cont {
  margin-top: 5rem;
}
.home_main .qna_cont h3{
  font-size: 2rem;
  font-weight: 800;
}
.home_main .qna_cont .qna_box {
  margin-top: 2rem;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
  background: #B3D2FF;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.home_main .qna_cont .qna_box .title {
  flex: 1;
}
.home_main .qna_cont .qna_box .title p{
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.2;
  word-wrap: break-word;
  white-space: wrap;
}
.home_main .qna_cont .qna_box .title span {
  font-size: 1.6rem;
  color: #FA0000;
  display: block;
  margin-bottom: 1rem;
}
.home_main .qna_cont .qna_box img {
  height: 2rem;
}
.home_main .news_cont h3 {

}
.home_main .news_cont ul {
  margin-top: 2rem;
}
.home_main .news_cont ul li a {
  display: block;
  width: 100%;
}
.home_main .news_cont ul li a img {
  border-radius: 2rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  min-width: 100%;
}
.home_main .news_cont ul li a .article_wrap {
  margin-top: 1rem;
}
.home_main .news_cont ul li a .article_wrap h4 {
  font-size: 1.8rem;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.home_main .news_cont ul li a .article_wrap .date {
  display: block;
  margin-top: 0.5rem;
  color: #878787;
  text-align: right;
  font-size: 1.4rem;
}

/* Custom Dropdown Styles */
.custom-select-wrapper {
  width: 100%;
  margin: 2.5rem 0;
  position: relative;
}

.custom-select-header {
  border: 1px solid var(--brand-color);
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  cursor: pointer;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.selected-value {
  flex-grow: 1;
  font-size: 1.8rem;
  color: #333;
  font-weight: 600;
  flex: 1;
  min-width: 0;
  word-break: break-all;
}

.arrow-icon {
  width: 1.6rem;
  margin-left: 0.6rem;
  transition: transform 0.2s ease;
}

.arrow-icon.rotated {
  transform: rotate(180deg);
  flex-shrink: 0;
}

.custom-select-options {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 999;
  width: 100%;
  max-height: 25.5rem;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid var(--brand-color);
  border-top: none;
  border-radius: 0 0 1rem 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: none;
}

.custom-select-wrapper.show .custom-select-options {
  display: block;
}
.custom-select-wrapper.show .custom-select-header{
  border-radius: 1rem 1rem 0 0;
}
.option-item {
  width: 100%;
  color: #878787;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.5rem;
  cursor: pointer;
  border-bottom: 1px solid var(--brand-color);
  transition: background-color 0.2s ease;
  word-break: break-all;
}

.option-item:last-child {
  border-bottom: none;
}

.option-item:hover {
  background-color: #e3f2fd;
  color: #1976d2;
  font-weight: 600;
  color: #333;
}

/* info.php */
.bottom_link {
  margin-top: 5rem;
  display: block;
  width: 100%;
  font-size: 2rem;
  font-weight: 800;
  padding: 2rem;
  background: #B3D2FF;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.page1_wrap .img_box img {
  width: 100%;
  border-radius: 1rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  margin-bottom: 2rem;
}
.page1_wrap .title_box .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.page1_wrap .title_box .text {
  font-size: 1.6rem;
  color: #555555;
  line-height: 1.3;
}
.page1_wrap .title_box .text b {
  color: var(--brand-color);
  font-weight: 500;
}
.page1_wrap .contents {
  margin-top: 2rem;
}
.page1_wrap .contents h3 {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 2rem;
  font-weight: 700;
  color: var(--brand-color);
}
.page1_wrap .contents h3 img {
  width: 3rem;
}
.page1_wrap .contents ul {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1rem;
}
.page1_wrap .contents ul li h4{
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}
.page1_wrap .contents ul li p {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.2;
}

.page1_wrap .contents ul li p:not(:last-of-type) {
  margin-bottom: 2rem;
}
.page1_wrap .contents ul li p b {
  color: #1c1c1c;
}
.page2_wrap .contents ul {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  margin-top: 3rem;
}
.page2_wrap .contents ul li {
  display: flex;
  flex-direction: column;
}
.page2_wrap .contents ul li:nth-of-type(even) {
  align-items: flex-end;
}
.page2_wrap .contents .em {
  background: #0047C5;
  border-radius: 0 2rem 2rem 0;
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 5rem;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.page2_wrap .contents ul li:nth-of-type(even) .em {
  border-radius: 2rem 0rem 0rem 2rem;
}
.page2_wrap .contents ul li:nth-of-type(even) .inner { text-align: right;}
.page2_wrap .contents .item {
  margin-top: 2rem;
}
.page2_wrap .contents .item h4 {
  font-size: 1.8rem;
}
.page2_wrap .contents .item p {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.3;
  margin-top: 0.5rem;
}
.list h4 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.list p {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
.list p b {
  color: #1c1c1c;
}
.list .blue {
  font-size: 1.6rem;
  color: #0040C3;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.list .mar_b {
  margin-bottom: 2rem;
}

.contents_box .title {
  color: #074ACB;
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}
.contents_box .title .num {
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-color);
  border-radius: 50%;
  color: #fff;
  font-size: 1.8rem;
  width: 3rem;
  height: 3rem;
  text-align: center;
}
.contents_box .border_box {
  margin-left: 1.5rem;
  padding-left: 2.5rem;
  border-left: 1px solid #074ACB;
}

#news .list_wrap li a {
  display: flex;
  gap: 1rem;
  padding: 2rem 0;
  border-bottom: 1px solid #333;
}
#news .list_wrap li a img {
  width: 48%;
  aspect-ratio: 1/0.9;
  object-fit: cover;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 2rem;
}
#news .list_wrap li a .article_wrap {
  flex: 1;
  position: relative;
}
#news .list_wrap li a h3 {
  font-size: 2rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 2rem;
}
#news .list_wrap li a p {
  font-size: 1.6rem;
  color: #555;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news .list_wrap li a span {
  font-size: 1.6rem;
  color: #878787;
  position: absolute;
  right: 0;
  bottom: 0;
}

/* FAQ 스타일 */

.faq_item {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 1rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq_item.active {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq_question {
  padding: 2rem;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  background: #fff;
  transition: background-color 0.3s ease;
}

.faq_question:hover {
  background: #f8f9fa;
}

.q_prefix {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--brand-color);
  line-height: 1.3;
}

.question_text {
  flex: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
}


.faq_answer {
  padding: 2rem;
  background: #C6DAFF;
  display: none;
}

.faq_item.active .faq_answer {
  display: flex;
  gap: 1rem;
}

.a_prefix {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--brand-color);
  display: block;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.answer_text {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.3;
  line-height: 1.6;
  color: #333;
}