@charset "UTF-8";
/* 메인 전체틀 */
.main_content_wrap { font-family: 'Noto Sans Korean'; top: 110px; padding-top: 0; z-index: 1; position: relative; } 
.footer_wrap.main_footer { top: 110px; } 

/* 메인 contents 공통(top , mid, bottom) */
.board_wrap { display: flex; gap: 80px 0; flex-wrap: wrap; position: relative; z-index: 1; } 
.board_sec { width: calc((100% - 50px) / 2); } 
.board_box { display: flex; align-items: center; width: 100%; gap: 0 50px; } 
.board_tit { font-size: 24px; font-weight: 700; letter-spacing: -0.5px; color: #000; line-height: 1; margin-bottom: 30px; } 
.btn_more { width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; border-radius: 3px; box-sizing: border-box; font-size: 20px; color: #0c0c0c; } 
.btn_prev { width: 30px; height: 30px; background: url(../images/ico01/ico_prev_on.png) no-repeat center; cursor: pointer; } 
.btn_next { width: 30px; height: 30px; background: url(../images/ico01/ico_next_on.png) no-repeat center; cursor: pointer; } 

/* 헤더 */
.header_bott::before { background-color: #eef8ff; } 
.header_num { font-weight: 500; } 
.join_box > li > a { font-weight: 500; } 
.header_bott_right > li > a { display: flex; } 

/* 최상단 검색창 */
.main_search_wrap { padding-top: 80px; box-sizing: border-box; } 
.main_search_box { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 20px; } 
.main_search_tit { display: flex; align-items: flex-end; justify-content: center; text-align: center; line-height: 1; font-weight: bold; width: 739px; position: relative; } 
.main_search_tit > i { position: absolute; top: -47.5px; left: 50px; z-index: 2; } 
.main_search_tit > p { color: #000; font-size: 24px; } 
.main_search_tit > a { color: #ff771a; font-size: 14px; position: absolute; right: 35px; display: flex; gap: 5px; } 

.main_search_inputbox { position: relative; } 
.main_search_label .main_search_input { width: 739px; height: 64px; border: 3px solid #0a4a9b; border-radius: 30px; } 
.main_search_btn { width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; background-color: #0a4a9b; border-radius: 100%; box-sizing: border-box; border: none; position: absolute; top: 6px; right: 10px; cursor: pointer; } 

.main_search_tag { display: flex; align-items: center; gap: 15px; } 
.main_search_tag > p { font-size: 15px; font-weight: 500; line-height: 1; } 
.main_search_tag > ul { display: flex; gap: 5px; } 
.main_search_tag > ul > li > a { background-color: #f1f1f1; color: #666; font-size: 14px; line-height: 1; display: flex; align-items: center; justify-content: center; padding: 0 10px; box-sizing: border-box; border-radius: 30px; font-weight: 500; width: 110px; height: 33px; } 

/* 퀵메뉴 20251124 추가 */
.main_quick_wrap { width: 80px; position: fixed; right: 100px; top: 200px; border-radius: 10px; box-sizing: border-box; background-color: #074aaa; z-index: 100; font-family: 'Pretendard';}
.main_quick_wrap > p { display: flex; align-items: center; justify-content: center; height: 40px; background-color: #074aaa; color: #fff; font-size: 12px; font-weight: bold; line-height: 1; border-radius: 10px 10px 0 0;}
.main_quick_wrap > ul { display: flex; flex-wrap: wrap; background-color: #002256; padding: 20px 0; box-sizing: border-box; gap: 20px; }
.main_quick_wrap > ul > li { width: 100%; }
.main_quick_wrap > ul > li > a { color: #fff; font-size: 12px; font-weight: bold; line-height: 1.2; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; text-align: center; width: 100%; letter-spacing: -0.5px; }
.main_quick_wrap > button { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; color: #fff; height: 45px; background-color: #074aaa; font-weight: bold; font-size: 12px; line-height: 1; border: 0; width: 100%; cursor: pointer; border-radius: 0 0 10px 10px; }


/* 상단 */
.main_top { padding: 50px 0 80px; font-family: 'Pretendard'; } 
.main_top .inner_size { display: flex; gap: 50px; } 

/* 메인 슬라이드 */
.main_top_left { width: calc((100% - 50px) / 2); height: 450px; display: flex; } 
.main_slide { box-sizing: border-box; flex: 1; width: 100%; border-radius: 10px; position: relative; overflow: hidden; } 
.main_slide .swiper-slide > a { box-sizing: border-box; width: 100%; height: 100%; display: block; } 
.main_slide .swiper-slide > a > img { width: 100%; height: 100%; } 
.main_slide .main_slide_etc { position: absolute; display: flex; align-items: center; gap: 15px; z-index: 10; top: 80px; right: 30px; transform: translate(0, -60px); } 
.main_slide .main_slide_btn { display: flex; gap: 10px; }
.main_slide .main_slide_btn .main_slide_stop { width: 18px; height: 18px; background: url(../images/ico01/ico_stop.png) no-repeat center; cursor: pointer; background-size: contain; } 
.main_slide .main_slide_btn .main_slide_play { width: 18px; height: 18px; background: url(../images/ico01/ico_play.png) no-repeat center; cursor: pointer; display: none; background-size: contain; } 
.main_slide .main_slide_btn .main_slide_prev { width: 18px; height: 18px; background: url(../images/ico01/ico_prev_arrow.png) no-repeat center; cursor: pointer; background-size: contain; } 
.main_slide .main_slide_btn .main_slide_next { width: 18px; height: 18px; background: url(../images/ico01/ico_next_arrow.png) no-repeat center; cursor: pointer; background-size: contain; } 
.main_slide_etc .main_slide_pagination { display: flex; align-items: center; justify-content: center; gap: 5px; line-height: 1; } 
.main_slide_etc .swiper-pagination-current { color: #074aaa; font-weight: bold; font-size: 16px; } 
.main_slide_etc .swiper-pagination-total { color: #666; font-weight: bold; font-size: 16px; } 
.main_slide_etc .slide_bul { background-color: #333; width: 4px; height: 4px; display: inline-block; border-radius: 100%; margin: 0 3px; } 


/* 오른쪽 */
.main_top_right { width: calc((100% - 50px) / 2); display: flex; flex-direction: column; gap: 50px; height: 450px; } 
/* 질환정보 */
.disease_ul { display: flex; gap: 10px; } 
.disease_ul > li { flex: 1; background-color: #F8F8F8; border-radius: 5px; } 
.disease_ul > li:nth-of-type(1) { background-color: #e3f3f4; } 
.disease_ul > li:nth-of-type(2) { background-color: #e3f0fa; } 
.disease_ul > li:nth-of-type(3) { background-color: #eef0f8; } 
.disease_ul > li:nth-of-type(4) { background-color: #fce8ed; } 
.disease_ul > li:nth-of-type(5) { background-color: #ebf3d1; } 
.disease_ul > li > a { display: flex; flex-direction: column; align-items: center; gap: 15px; position: relative; width: 100%; padding: 20px 10px; box-sizing: border-box; height: 155px; word-break: keep-all; } 
.disease_ul > li > a > span { position: absolute; right: 0; top: 0; background-color: #848C9F; width: 22px; height: 22px; display: flex; justify-content: center; align-items: center; border-radius: 5px; box-sizing: border-box; z-index: 2; } 
.disease_ul > li > a::before { display: block; content: ''; position: absolute; width: 28px; height: 28px; background-color: #fff; right: 0; top: 0; border-radius: 0 0 0 5px; } 
.disease_ul > li > a .img_wrap { width: 70px; height: 70px; display: flex; justify-content: center; align-items: center; border-radius: 50%; box-sizing: border-box; } 
.disease_ul > li > a .img_wrap > img { max-width: 45px; max-height: 45px; } 
.disease_ul > li > a > p { font-size: 18px; letter-spacing: -0.25px; color: #000; font-weight: 600; line-height: 1; } 
.disease_ul > li:hover > a > span { background-color: #354CA2; } 
.disease_ul > li:hover > a .img_wrap { background-color: #fff; } 

/* 생활지수 */
.healthindex_list_box { display: flex; align-items: center; gap: 10px; padding: 25px 30px; background-color: #c7e1f5; border-radius: 10px; box-sizing: border-box; height: 140px; } 
.healthindex_list_box > p { font-size: 20px; letter-spacing: -1px; color: #000; font-weight: bold; line-height: 1.3; } 
.board03_ul_renew { display: flex; flex: 1; align-items: center; } 
.board03_ul_renew > li { width: 100%; } 
.board03_ul_renew > li > a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 15px; color: #000; font-size: 15px; line-height: 1; font-weight: bold; position: relative; text-align: center; padding: 0 5px; box-sizing: border-box; } 
.board03_ul_renew > li > a::before { position: absolute; content: ''; display: block; width: 2px; height: 100%; border-right: 2px dashed #b7cdde; top: 0; right: 0; } 
.board03_ul_renew > li:last-of-type > a::before { display: none; } 
.board03_ul_renew > li > a > i { display: flex; align-items: center; justify-content: center; width: 60px; height: 60px; background-color: #fff; border-radius: 100%; box-sizing: border-box; } 
.board03_ul_renew > li > a:hover span { text-decoration: underline; text-underline-offset: 5px; } 


/* 중단 */
.main_mid { padding: 50px 0 80px; background-color: #f3f3f3; display: flex; font-family: 'Pretendard'; flex-direction: column; position: relative; } 
.main_mid::before { content: ''; display: block; position: absolute; background: url(https://www.allergyeducenter.org/common/front/home/images/main01/main_bott_bg_left.png) left center no-repeat; width: 210px; height: 100%; top: 50%; transform: translateY(-50%); left: 0; } 
.main_mid::after { content: ''; display: block; position: absolute; background: url(https://www.allergyeducenter.org/common/front/home/images/main01/main_bott_bg_right.png) right 30% no-repeat; width: 235px; height: 100%; top: 50%; transform: translateY(-50%); right: 0; } 

/* 신청하기 */
.board_apply { padding: 40px 50px; background-color: #0a4a9b; height: 375px; box-sizing: border-box; border-radius: 10px; } 
.board_apply > .board_tit { color: #fff; } 
.board_apply_list { display: flex; gap: 15px; } 
.board_apply_list > li { width: 100%; } 
.board_apply_list > li > a { display: flex; align-items: center; justify-content: center; text-align: center; flex-direction: column; border: 1px solid #9db7d7; border-radius: 10px; box-sizing: border-box; height: 237px; gap: 25px; padding: 0 5px; } 
.board_apply_list > li > a > i { display: flex; justify-content: center; height: 35px; } 
.board_apply_list > li > a img { height: 100%; } 
.board_apply_on { display: none; } 
.board_apply_list > li > a > p { font-size: 18px; color: #fff; font-weight: 500; line-height: 1.5; word-break: keep-all; } 

.board_apply_list > li > a:hover { background-color: #fff; } 
.board_apply_list > li > a:hover p { color: #000; } 
.board_apply_list > li > a:hover .board_apply_on { display: block; } 
.board_apply_list > li > a:hover img { display: none; } 

/* 탭리스트 */
.board_tab_top { display: flex; justify-content: space-between; align-items: center; height: 30px; margin-bottom: 30px; } 
.board_tab_top .board_tit { margin-bottom: 0; } 
.board04_up { display: flex; gap: 30px; align-items: center; } 
.board04_up .board04_tab { display: flex; gap: 22px; align-items: center; } 
.board04_up .board04_tab > li { line-height: 1; } 
.board04_up .board04_tab > li > a { border-bottom: 1px solid transparent; font-weight: 500; font-size: 18px; letter-spacing: -0.5px; color: #666; line-height: 1; } 
.board04_up .board04_tab > li.on > a { color: #2f86df; border-bottom: 1px solid #2f86df; font-weight: 700; } 

/* 소식지 */
.board_tab_list01 { display: flex; gap: 10px; } 
.board_tab_list01 > li { flex: 1; } 
.board_tab_list01 > li > a { min-height: 285px; display: flex; align-items: center; justify-content: center; flex-direction: column; box-sizing: border-box; border: 1px solid #ccc; border-radius: 10px; } 
.board_tab_list01 > li > a > i { display: flex; justify-content: center; align-items: center; width: 100%; height: 190px; box-sizing: border-box; } 
.board_tab_list01 > li > a > i img { height: 100%; width: 100%; max-width: 100%; border-radius: 10px 10px 0 0; box-sizing: border-box; } 
.board_tab_list01 .board04_txt { border-top: 1px solid #ccc; box-sizing: border-box; border-radius: 0 0 10px 10px; background-color: #fff; display: flex; flex-direction: column; align-items: start; justify-content: center; gap: 10px; padding: 15px 20px; width: 100%; height: calc(285px - 190px); } 
.board_tab_list01 .board04_txt > p { font-size: 16px; font-weight: 500; letter-spacing: -1px; overflow: hidden; text-overflow: ellipsis; line-height: 1.3; color: #000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; } 
.board_tab_list01 .board04_txt > span { font-size: 14px; font-weight: 500; color: #999; line-height: 1; } 

/* 새소식 */
.board_tab_list02 { display: flex; gap: 15px; flex-direction: column; } 
.board_tab_list02 > li { flex: 1; } 
.board_tab_list02 > li > a { display: flex; align-items: center; justify-content: space-between; gap: 15px; width: 100%; border-radius: 35px; box-sizing: border-box; background-color: #fff; box-shadow: 1px 1px 3px 0px rgba(28, 54, 88, 0.15); padding: 5px 10px; } 
.tab_type { display: flex; align-items: center; justify-content: center; line-height: 1; width: 55px; height: 55px; border-radius: 100%; box-sizing: border-box; background-color: #efefef; color: #666; font-size: 16px; font-weight: 500; } 
.tab_arr_box { display: flex; align-items: center; justify-content: center; width: 55px; height: 55px; border-radius: 100%; box-sizing: border-box; background-color: #f7f7f7; } 
.tab_arr_on { display: none; } 

.board_tab_list02 > li > a:hover .tab_type { color: #fff; background-color: #0a4a9b; } 
.board_tab_list02 > li > a:hover .tab_arr_off { display: none; } 
.board_tab_list02 > li > a:hover .tab_arr_box { background-color: #1ea2ff; } 
.board_tab_list02 > li > a:hover .tab_arr_on { display: block; } 
.board_tab_list02 > li > a:hover .board_tab_txt { color: #000; } 

.board_tab_txt { display: flex; align-items: center; gap: 15px; justify-content: space-between; flex: 1; color: #666; font-weight: 500; letter-spacing: -0.5px; overflow: hidden; } 
.board_tab_txt > p { font-size: 17px; line-height: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } 
.board_tab_txt > span { display: flex; align-items: center; justify-content: center; gap: 5px; font-size: 15px; line-height: 1; white-space: nowrap; } 


/* 센터일정 */
.calendar_wrap { width: 100%; } 
.cal_top .sche_list { display: inline-flex; margin-left: 25px; } 
.cal_month { font-size: 16px; font-weight: bold; letter-spacing: -0.25px; color: #000; display: flex; align-items: center; gap: 15px; } 
.cal_month > span { position: relative; line-height: 1; } 
.cal_month > button { border: none; width: 20px; height: 20px; display: flex; align-items: center; justify-content: center; cursor: pointer; } 
.cal_month > button > img { width: auto; height: 100%; } 

/* 달력 */
.calendar { border: 1px solid #cfd0d4; background-color: #fff; width: 100%; height: 100%; padding: 0; } 
.calendar > table { width: 100%; table-layout: fixed; height: 100%; } 
.calendar > table th { border-bottom: 1px solid #cfd0d4; border-right: 1px dotted #cfd0d4; font-size: 12px; font-weight: 500; letter-spacing: 0.5px; color: #999; padding: 5px; } 
.calendar > table tbody tr { height: 100%; } 
.calendar > table td { border-right: 1px dotted #cfd0d4; border-top: 1px dotted #cfd0d4; padding: 10px; box-sizing: border-box; position: relative; color: #101626; height: 55px; } 
.calendar > table td .date { font-size: 14px; font-weight: 700; letter-spacing: -0.25px; line-height: 1; } 
.calendar > table tr:first-child td { border-top: none; } 
.calendar > table td .sche_list { height: 100%; } 

/* 날짜(오늘, 토, 일) */
.calendar > table td.today { background-color: #c8e7e9; } 
.calendar > table tr th:first-child,
.calendar > table tr td:first-child { color: #e14141; } 
.calendar > table tr th:last-child,
.calendar > table tr td:last-child { border-right: none; color: #2b81e3; } 

/* 일정 */
.sche_list { display: flex; gap: 3px; flex-wrap: wrap; } 
.sche_list > li { width: 9px; height: 9px; border-radius: 100%; position: relative; cursor: pointer; } 
.sche_list > li .sche_box { color: #fff; padding: 7px; box-sizing: border-box; border-radius: 5px; width: max-content; min-width: 115px; z-index: 5; position: absolute; left: 4.5px; top: calc(100% + 11px); display: none; max-width: 300px; border: 1px solid; } 
.sche_list > li .sche_box::before { display: block; content: ''; position: absolute; width: 7px; height: 11px; bottom: calc(100% - 3px); left: -1px; } 
.sche_list > li:hover .sche_box { display: block; } 
.sche_list > li .sche_box .sche_date { font-size: 15px; font-weight: 700; letter-spacing: -0.5px; display: block; margin-bottom: 5px; } 
.sche_list > li .sche_box > p { font-size: 13px; line-height: 15px; letter-spacing: -0.25px; } 

/* 안심학교 */
.sche_list > li.sche01 { background-color: #ca2424; } 

/* 보건유치원 */
.sche_list > li.sche02 { background-color: #006cb8; } 

/* 보건의료인 */
.sche_list > li.sche03 { background-color: #fcde16; } 

/* 119 */
.sche_list > li.sche04 { background-color: #99ca24; } 

/* 지역주민 */
.sche_list > li.sche05 { background-color: #0fa703; } 

/* 회의 */
.sche_list > li.sche06 { background-color: #033ea7; } 

/* 센터 */
.sche_list > li.sche07 { background-color: #5c03a7; } 

.sche_list > li.sche01 .sche_box { background-color: #ca2424; border-color: #0e3565; } 
.sche_list > li.sche01 .sche_box::before { background: url(../images/renew_main/ico_sche_box01_1.png) no-repeat left bottom; } 
.sche_list > li.sche02 .sche_box { background-color: #0a4a9b; border-color: #0e3565; } 
.sche_list > li.sche02 .sche_box::before { background: url(../images/renew_main/ico_sche_box02.png) no-repeat left bottom; } 
.sche_list > li.sche03 .sche_box { background-color: #fcde16; border-color: #0e3565; } 
.sche_list > li.sche03 .sche_box::before { background: url(../images/renew_main/ico_sche_box03_1.png) no-repeat left bottom; } 
.sche_list > li.sche04 .sche_box { background-color: #99ca24; border-color: #0e3565; } 
.sche_list > li.sche04 .sche_box::before { background: url(../images/renew_main/ico_sche_box04_1.png) no-repeat left bottom; } 
.sche_list > li.sche05 .sche_box { background-color: #0fa703; border-color: #0e3565; } 
.sche_list > li.sche05 .sche_box::before { background: url(../images/renew_main/ico_sche_box05_1.png) no-repeat left bottom; } 
.sche_list > li.sche06 .sche_box { background-color: #033ea7; border-color: #0e3565; } 
.sche_list > li.sche06 .sche_box::before { background: url(../images/renew_main/ico_sche_box06_1.png) no-repeat left bottom; } 
.sche_list > li.sche07 .sche_box { background-color: #5c03a7; border-color: #0e3565; } 
.sche_list > li.sche07 .sche_box::before { background: url(../images/renew_main/ico_sche_box07_1.png) no-repeat left bottom; } 

.calendar_detail_box { display: flex; width: 100%; height: 100%; flex-direction: column; gap: 10px; } 
.calendar_detail_box > .date { text-align: right; } 


/* 하단 */
.main_bottom { background-color: #fff; padding: 80px 0 140px; font-family: 'Pretendard'; position: relative; } 

/* 센터SNS */
.board_top_box { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30px; } 
.board_top_box > .board_tit { margin-bottom: 0; } 
.board_sec.board_sns_box { width: 100%; } 
.board_sns_list { display: flex; gap: 15px; } 
.board_sns_list > li { width: calc(100%/4 - 11px); } 
.board_sns_list > li > a { display: flex; flex-direction: column; height: auto; border: 1px solid #ccc; border-radius: 10px; box-sizing: border-box; position: relative; } 
.board_sns_list > li > a > i { display: flex; height: 100%; position: relative; } 
.board_sns_list > li > a > i::before { display: block; content: ''; position: absolute; background-image: url(../images/renew_main/ico_sns_blog.png); width: 50px; height: 50px; top: 15px; right: 15px; } 
/* .board_sns_list > li > a > .bg_sns_kakao::before { background-image: url(../images/renew_main/ico_sns_kakao.png); }  */
.board_sns_list > li > a > .bg_sns_instagram::before { background-image: url(../images/renew_main/ico_sns_instagram.png); } 
.board_sns_list > li > a > i > img { width: 100%; border-radius: 10px 10px 0 0; box-sizing: border-box; } 

.board_sns_tit { background-color: #fff; width: 100%; border-radius: 0 0 10px 10px; box-sizing: border-box; padding: 30px; line-height: 1; } 
.board_sns_tit > p { color: #000; font-size: 18px; font-weight: 500; margin-bottom: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 
.board_sns_tit > span { color: #999; font-size: 14px; font-weight: 500; } 

.btn_box {display: flex; gap: 10px; align-items: center; }
.btn_box > a { display: flex; align-items: center; justify-content: center; }

/* 푸터 */
/* .footer_wrap { background-color: #f0f2f5; } 
.footer_list > li > a { color: #666; } 
.footer_bott_right { gap: 20px 0; } 
.footer_bott_right > select { background: transparent url(../images/renew_main/ico_graybg_arr_down.png) no-repeat calc(100% - 20px) center; border: 1px solid #96989b; color: #4d575e; text-transform: uppercase; border-radius: 0; font-weight: 500; } 
.footer_infobox { color: rgba(90, 92, 95, 0.5); font-weight: 500; } 
.footer_info > p { color: #5a5c5f; font-weight: 500; } 
.footer_info > p > em { color: #5a5c5f; } 
.footer_info > p > span { color: #5a5c5f; }  */


@media(max-width:1800px){
.main_quick_wrap { right: 25px; top: 150px; }
}

@media(max-width:1450px){
.main_quick_wrap { display: none; }
}

@media screen and (max-width: 1280px) { 
/* 공통 */
.br_1280_none { display: none; } 

/* 메인 contents 공통(top , mid, bottom) */
.board_tit { margin-bottom: 15px; } 
.board_wrap { gap: 50px 0; flex-direction: column; } 
.board_box { gap: 0 30px; } 
.board_tab_top { margin-bottom: 15px; } 
.board_top_box { margin-bottom: 15px; } 
.board_sec { width: calc((100% - 30px) / 2); } 

/* main_top */
.main_top .inner_size { gap: 30px; } 
.main_top_left { height: auto; width: calc((100% - 30px) / 2); } 

/* 질환정보 */
.main_top_right { gap: 30px; width: calc((100% - 30px) / 2); } 
.disease_ul { flex-wrap: wrap; } 
.disease_ul > li { flex: 1 30%; } 
.disease_ul > li > a { gap: 7px; padding: 15px 10px; height: auto; } 
.disease_ul > li > a .img_wrap { width: 40px; height: 40px; } 
.disease_ul > li > a .img_wrap > img { max-width: 40px; max-height: 40px; } 

/* 생활지수 */
.healthindex_list_box { gap: 15px; } 

.main_mid::before,
.main_mid::after { display: none; } 
}

@media screen and (max-width: 1024px) {
/* main_top */
.main_top { padding: 30px 0; } 
.main_top .inner_size { flex-direction: column; } 
.main_top_left,
.main_top_right { width: 100%; height: auto; } 

/* 질환정보 */
.disease_ul > li > a > p { font-size: 16px; } 

.main_mid { padding: 30px 0; } 
.main_bottom { padding: 30px 0 100px; } 

/* 교육자료실 */
.board04_up .board04_tab > li > a { font-size: 17px; } 

.board_wrap { gap: 30px; } 
.board_box { flex-direction: column; align-items: center; justify-content: center; gap: 30px; } 
.board_sec { width: 100%; } 

/* 신청하기 */
.board_apply { height: auto; padding: 20px 20px; } 

/* 새소식 */
.board_tab_list01 > li > a { height: 100%; } 

/* 센터SNS */
.board_sns_tit { padding: 15px 20px; } 
.board_sns_tit > p { font-size: 16px; } 

/* 일정 */
.calendar > table tbody td { height: 70px; }
}

@media(max-width:780px) { 
/* 공통 */
.br_780_none { display: none; } 
.board_tit { font-size: 20px; } 
.board_tab_top { height: 27px; }

/* 메인 contents 공통(top , mid, bottom) */
.btn_more { width: 27px; height: 27px; font-size: 18px; } 
.btn_prev { width: 27px; height: 27px; background-size: 27px 27px; } 
.btn_next { width: 27px; height: 27px; background-size: 27px 27px; } 

/* 메인검색 */
.main_search_wrap { padding-top: 30px;}
.main_search_box { gap: 10px; } 
.main_search_tit { width: 100%; gap: 10px; } 
.main_search_tit > a { position: static; } 
.main_search_tit > i { display: none; } 
.main_search_inputbox { width: 100%; } 
.main_search_label .main_search_input { width: 100%; } 
.main_search_tag { width: 100%; gap: 10px; } 
.main_search_tag > ul { overflow-x: auto; flex: 1; } 

/* 메인슬라이드 */
.main_slide .main_slide_etc { top: auto; bottom: 0; right: 50%; transform: translate(50%, -15px);}
.main_slide .main_slide_btn .main_slide_stop { width: 15px; height: 15px; } 
.main_slide .main_slide_btn .main_slide_play { width: 15px; height: 15px; } 
.main_slide .main_slide_btn .main_slide_prev { width: 15px; height: 15px; } 
.main_slide .main_slide_btn .main_slide_next { width: 15px; height: 15px; } 

/* 질환정보 */
.disease_ul > li > a { padding: 10px; } 
.disease_ul > li > a > p { font-size: 15px; } 

/* 센터SNS */
.board_sns_list { flex-wrap: wrap; gap: 10px; } 
.board_sns_list > li { width: calc(100%/2 - 5px); } 
.board_sns_list > li > a { height: 100%; } 
.board_sns_list > li > a > i::before { width: 40px; height: 40px; background-size: 100%; } 
.sns_btn > img { width: 30px; height: 30px; }

/* 신청하기 */
.board_apply_list { flex-wrap: wrap; gap: 10px; } 
.board_apply_list > li { width: calc(100%/2 - 5px); } 
.board_apply_list > li > a { height: 100%; gap: 15px; padding: 15px; } 
.board_apply_list > li > a > p { font-size: 16px; } 

/* 소식지,새소식 탭부분 */
.board_tab_txt > p { font-size: 16px; } 
.board_tab_txt > span { font-size: 14px; } 
.board04_up { gap: 10px; } 
.board04_up .board04_tab { gap: 10px; } 

/* 소식지 */
.board_tab_list01 { flex-wrap: wrap; } 
.board_tab_list01 > li { flex: none; width: 100%; } 

/* 새소식 */
.board_tab_list02 { gap: 10px; } 
/* .tab_type { width: 40px; height: 40px; } 
.tab_arr_box { width: 40px; height: 40px; }  */

/* 생활지수 */
.healthindex_list_box { height: 100%; padding: 20px; flex-direction: column; gap: 15px 10px; } 
.healthindex_list_box > p { font-size: 18px; } 
.healthindex_list_box > p > img { display: none; } 
.board03_ul_renew { width: 100%; flex-wrap: wrap; gap: 20px 10px; } 
.board03_ul_renew > li { width: calc(100%/2 - 5px); } 
.board03_ul_renew > li > a { gap: 10px; } 
.board03_ul_renew > li:nth-of-type(2) > a::before { display: none; } 

/* 교육자료실 */
.board04_up .board04_tab > li > a { font-size: 15px; } 
}

@media screen and (max-width: 640px) {
/* 헤더 640 */
.main_header .header_bott { height: 90px; } 
.main_content_wrap { top: 90px; }

/* 푸터 */
/* .footer_wrap.main_footer { top: 90px; }
.footer_bott_right { gap: 10px 0; }  */
}
