@charset "UTF-8";

/* header */
.header .header_top .util_menu_list { display: flex; }
.header .header_top .util_menu_links .util_menu_button { display: flex; height: 4.4rem; padding-right: 1.2rem; padding-left: 1.2rem; color: #fff; font-size: 1.5rem; line-height: 0.8; transition: 0.15s ease-in-out background; }
.header .header_top .util_menu_links .util_menu_button .cm_icon.icon_link4:before { width: 18px; height: 18px; margin-bottom: 2px; }
.header .header_top .util_menu_links > li:nth-child(1) .util_menu_button { background: #001d3d; }
.header .header_top .util_menu_links > li:nth-child(2) .util_menu_button { background: #003876; }
.header .header_top .util_menu_users > li { position: relative; margin-right: 1.6rem; padding-right: 1.7rem; }
.header .header_top .util_menu_users > li:after { position: absolute; top: 50%; right: 0; width: 1px; height: 1.2rem; transform: translateY(-50%); background: #ddd; content: ""; }
.header .header_top .util_menu_users > li:last-child { margin-right: 0; padding-right: 0; }
.header .header_top .util_menu_users > li:last-child:after { display: none; }
.header .gnb_depth1 > li { width: 24rem; }
.header .gnb_depth1 > li > a { display: flex; position: relative; align-items: center; justify-content: center; min-width: clamp(80px, 5.2083333333vw, 100px); height: clamp(80px, 5.2083333333vw, 100px); padding: 0 clamp(19.2px, 1.25vw, 24px); }
.header .gnb_depth1 > li > a span { font-family: "NanumSquareNeo" !important; }
.header .util .btn_sitemap_open { display: flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; background: url(../../images/common/icon_menu.svg) no-repeat center/contain; }
.header .util .mobile_menu { display: none; }
.header .header_top .top-guide { display: flex; align-items: center; width: 100%; height: 40px; background: #edf1f5; }
.header .header_top .top-guide .inner p { display: flex; align-items: center; margin: 0; padding: 0; }
.header .header_top .top-guide .inner img { display: block; width: auto; max-height: 24px; }
.header .header_top .top-guide .inner a { display: flex; align-items: center; text-decoration: none; }

/* footer */
.footer { overflow: hidden; background-color: #000; color: #fff; font-size: var(--font_size16); word-break: keep-all; }
.footer .inner { max-width: calc(160rem + var(--inner_padding) * 2); }
.footer .footer_content { display: flex; padding: clamp(20px, 2.0833333333vw, 40px) 0; gap: 10px clamp(20px, 3.125vw, 60px); }
.footer .footer_logo { flex-shrink: 0; width: clamp(150px, 10vw, 192px); }
.footer .footer_info { flex: 1; }
.footer .info_list { display: flex; flex-wrap: wrap; gap: 5px 15px; }
.footer .copyright { margin-top: clamp(15px, 1.0416666667vw, 20px); color: #777; }
.footer .footer_menu { position: relative; padding: clamp(16px, 1.4583333333vw, 28px) 0; }
.footer .footer_menu:before { position: absolute; top: 0; left: 50%; width: 100vw; height: 1px; transform: translateX(-50%); background: #222; content: ""; }
.footer .footer_menu_list { display: flex; flex-wrap: wrap; gap: clamp(5px, 0.5208333333vw, 10px) clamp(15px, 1.5625vw, 30px); }
.footer .footer_menu_list > li > a { display: block; transition: all 0.2s ease; }
.footer .footer_menu_list > li > a:hover { transform: translateY(-4px); }
.footer .top_btn { display: flex; z-index: 1000; position: fixed; right: clamp(48.8px, 3.1770833333vw, 61px); bottom: clamp(36px, 2.34375vw, 45px); flex-direction: column; align-items: center; justify-content: center; aspect-ratio: 1/1; width: clamp(40px, 2.8645833333vw, 55px); transform: translateY(20px); border: 1px solid #fff; border-radius: 8px; background-color: #000; color: #fff; opacity: 0; pointer-events: none; transition: all 0.3s ease; }
.footer .top_btn:before { display: block; aspect-ratio: 12/6; width: clamp(8px, 0.625vw, 12px); margin: 0 auto; margin-bottom: clamp(3.2px, 0.2083333333vw, 4px); background: url(../../images/common/icon_top_btn.svg) no-repeat center/contain; content: ""; }
.footer .top_btn.active { transform: translateY(0); opacity: 1; pointer-events: auto; }
.footer .top_btn:hover { transform: translateY(-2px); background: rgba(0, 0, 0, 0.9); }
.footer a:focus-visible { outline-color: #fff; }

/* layout */
.container { margin-top: calc(clamp(80px, 5.2083333333vw, 100px) + 4.4rem + 40px); }
.inner { max-width: calc(clamp(1200px, 75vw, 1440px) + var(--inner_padding) * 2); padding-right: var(--inner_padding); padding-left: var(--inner_padding); }
.sub_page { padding-top: clamp(30px, 3.125vw, 60px); padding-bottom: clamp(30px, 6.25vw, 120px); }
.sub_page_head > .inner { position: relative; }
.sub_page_head .sub_page_head_nav { margin-bottom: clamp(10px, 0.78125vw, 15px); }
.sub_page_head .nav_list { display: flex; flex-wrap: wrap; gap: clamp(6.4px, 0.4166666667vw, 8px) clamp(17px, 1.1458333333vw, 22px); }
.sub_page_head .nav_list > li { position: relative; }
.sub_page_head .nav_list > li:before { display: block; position: absolute; top: 50%; left: 100%; aspect-ratio: 1/1; width: clamp(17px, 1.25vw, 24px); transform: translateY(-50%); background-image: url(../../images/common/icon_next.svg); background-position: center; background-size: contain; background-repeat: no-repeat; content: ""; }
.sub_page_head .nav_list > li:last-child:before { display: none; }
.sub_page_head .nav_list > li.home span { display: inline-block; position: relative; top: clamp(-2px, -0.1041666667vw, -1.6px); aspect-ratio: 1/1; width: clamp(17px, 1.25vw, 24px); overflow: hidden; background-image: url(../../images/common/icon_home.svg); background-position: center; background-size: contain; background-repeat: no-repeat; text-indent: 100%; vertical-align: middle; white-space: nowrap; }
.sub_page_head .sub_page_head_title { font-weight: 800; font-size: clamp(24px, 1.875vw, 36px); }
.sub_page .real_content { margin-top: clamp(20px, 2.34375vw, 45px); }
.mypage_wrap { display: flex; align-items: flex-start; gap: clamp(20px, 1.5625vw, 30px); }
.mypage_content { flex: 1; min-width: 0; padding-top: clamp(20px, 1.3020833333vw, 25px); }

/* 사이드바 */
.sidebar_wrap { position: sticky; top: clamp(144px, 9.375vw, 180px); flex-shrink: 0; width: clamp(200px, 13.5416666667vw, 260px); overflow: hidden; border-radius: clamp(15px, 1.0416666667vw, 20px); background-color: var(--primary); }
.sidebar_wrap .sidebar_title { padding: clamp(20px, 1.40625vw, 27px) clamp(10px, 0.78125vw, 15px); background-color: var(--primary); color: #fff; font-weight: 800; font-size: var(--font_size20); text-align: center; }
.sidebar_wrap .sidebar_menu { display: flex; flex-direction: column; padding: clamp(16px, 1.0416666667vw, 20px); gap: clamp(8px, 0.5208333333vw, 10px); border: 1px solid #ddd; border-radius: clamp(16px, 1.0416666667vw, 20px) clamp(16px, 1.0416666667vw, 20px) 0 0; background-color: #fff; }
.sidebar_wrap .sidebar_menu > li > a { display: block; position: relative; padding: clamp(5px, 0.625vw, 12px) clamp(10px, 1.0416666667vw, 20px); border-radius: clamp(5px, 0.5208333333vw, 10px); font-weight: bold; font-size: var(--font_size16); }
.sidebar_wrap .sidebar_menu > li.active > a { padding-right: 25px; background-color: #000; color: #fff; }
.sidebar_wrap .sidebar_menu > li.active > a:before { display: block; position: absolute; top: 50%; right: clamp(8px, 0.5208333333vw, 10px); width: 20px; height: 20px; transform: translateY(-50%); background: url(../../images/common/icon_chevron_right2.svg) no-repeat center/contain; content: ""; }

/* datepicker */
.ui-datepicker { border-radius: clamp(4px, 0.2604166667vw, 5px); }
.ui-datepicker select { appearance: auto; color: #000; }
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next { top: 0; width: 2.3em; height: 100%; cursor: pointer; }
.ui-datepicker .ui-datepicker-prev { left: 0; }
.ui-datepicker .ui-datepicker-next { right: 0; }
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover { border-color: transparent; background-color: transparent; }
.ui-datepicker .ui-datepicker-prev-hover { left: 0; }
.ui-datepicker .ui-datepicker-next-hover { right: 0; }
.ui-datepicker .ui-datepicker-header { background-color: var(--primary); color: #fff; }
.ui-datepicker .ui-datepicker-header .ui-icon { background-image: url(../../images/common/ui-icons_ffffff_256x240.png); }
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight { border-color: var(--primary); background-color: var(--primary-s100); color: var(--primary); }
.ui-datepicker .ui-datepicker-calendar .ui-state-active { border-color: transparent; background-color: var(--primary); color: #fff; }

/* 메인 */
.main_page { position: relative; padding-top: clamp(32px, 2.0833333333vw, 40px); padding-bottom: clamp(80px, 5.2083333333vw, 100px); overflow: hidden; }
.main_page:before { position: absolute; top: 0; left: 0; aspect-ratio: 100vw/122.9167vw; width: 100vw; height: 122.9167vw; background: url(../../images/main/main-bg1.png) no-repeat top left/cover; content: ""; }
.main_page:after { position: absolute; bottom: 0; left: 0; aspect-ratio: 100vw/65.1563vw; width: 100vw; height: 65.1563vw; background: url(../../images/main/main-bg2.png) no-repeat bottom left/cover; content: ""; }
.main_page .real_content { z-index: 1; position: relative; }
.main_page .main_content { display: flex; flex-direction: column; gap: clamp(50px, 4.4791666667vw, 86px); }
.main_page .section1 .inner { display: flex; gap: clamp(10px, 1.0416666667vw, 20px); }
.main_page .section1 .section1_left { display: flex; flex-shrink: 0; flex-direction: column; width: 51.112%; gap: clamp(16px, 1.25vw, 24px); }
.main_page .section1 .section1_right { flex: 1; width: 48.888%; }
.main_page .section1 .section1_right .section1_right_box { height: 100%; padding: clamp(16px, 1.6666666667vw, 32px); border: 1px solid #fff; border-radius: 12px; backdrop-filter: blur(80px); background: linear-gradient(359deg, rgba(255, 255, 255, 0.02) 0.52%, rgba(255, 255, 255, 0.04) 99.48%); box-shadow: 0 4px 4px 0 rgba(244, 244, 244, 0.25) inset, 0 0 40px 0 rgba(0, 0, 0, 0.08); }
.main_page .section1 .section1_right .section1_right_content { max-height: clamp(260px, 16.9270833333vw, 325px); overflow-y: auto; scrollbar-color: #ccc transparent; scrollbar-width: thin; }
.main_page .section1 .section1_right .section1_right_content::-webkit-scrollbar { width: 8px; }
.main_page .section1 .section1_right .section1_right_content::-webkit-scrollbar-track { background: transparent; }
.main_page .section1 .section1_right .section1_right_content::-webkit-scrollbar-thumb { border-radius: 4px; background: #ccc; }
.main_page .section1 .section1_right .section1_right_content::-webkit-scrollbar-thumb:hover { background: #999; }
.main_page .section1 .section1_right .total_count { margin: 2.4rem 0 1.2rem; font-weight: 500; font-size: var(--font_size17); }
.main_page .section3 .section3_box { display: flex; border: 1px solid #ddd; border-radius: 12px; }
.main_page .section3 .section3_left,
.main_page .section3 .section3_right { position: relative; padding: clamp(32px, 2.0833333333vw, 40px); background: rgba(255, 255, 255, 0.4); }
.main_page .section3 .section3_left { width: 38.2%; border-right: 1px solid #ddd; }
.main_page .section3 .section3_left form { height: 100%; }
.main_page .section3 .section3_right { width: 61.8%; padding-top: clamp(16px, 1.0416666667vw, 20px); }
.main_page .section3 .cm_swiper_control { position: absolute; bottom: clamp(48px, 3.125vw, 60px); left: clamp(48px, 3.125vw, 60px); }
.main_page .section3 .cm_swiper_control .control_btn { position: static; transform: none; }
.main_page .section4 .inner { display: flex; gap: 24px; }
.main_page .section4 .section4_left { width: 58%; }
.main_page .section4 .section4_right { flex: 1; }
.main_page .section6 { padding-top: clamp(3.2px, 0.2083333333vw, 4px); overflow: hidden; }
.main_page .link_list { display: flex; height: 50%; gap: clamp(10px, 1.0416666667vw, 20px); }
.main_page .link_list > li { flex: 1; }
.main_page .link_list .link_item { display: block; position: relative; height: 100%; min-height: clamp(176px, 11.4583333333vw, 220px); padding: clamp(20px, 2.0833333333vw, 40px) clamp(16px, 1.6666666667vw, 32px); padding-right: 14rem; border-radius: clamp(9.6px, 0.625vw, 12px); transition: all 0.3s ease; }
.main_page .link_list .link_item:after { position: absolute; right: 2rem; bottom: 1.8rem; width: 10rem; height: 10rem; background-position: center; background-size: contain; background-repeat: no-repeat; content: ""; }
.main_page .link_list .link_category { margin-bottom: 4px; font-weight: 700; font-size: var(--font_size17); }
.main_page .link_list .link_title { font-weight: 700; font-size: clamp(16px, 1.25vw, 24px); line-height: 1.3; }
.main_page .link_list .link_desc { margin-top: clamp(15px, 1.0416666667vw, 20px); font-size: var(--font_size18); line-height: 1.5; }
.main_page .link_list > li.list1 .link_item { background: linear-gradient(180deg, #9affb5 0%, #f8fff8 100%); }
.main_page .link_list > li.list1 .link_item:after { background-image: url(../../images/main/main1_icon1.svg); }
.main_page .link_list > li.list2 .link_item { background: linear-gradient(180deg, #9ae1ff 0%, #f0fbff 100%); }
.main_page .link_list > li.list2 .link_item:after { background-image: url(../../images/main/main1_icon2.svg); }
.main_page .link_list > li.list1 .link_category { color: #007604; }
.main_page .link_list > li.list2 .link_category { color: #0041b2; }
.main_page .service_wrap { display: flex; flex-direction: column; justify-content: space-around; height: 50%; }
.main_page .service_title { margin-bottom: clamp(15px, 1.8229166667vw, 35px); font-weight: bold; font-size: clamp(16px, 1.6666666667vw, 32px); line-height: 1.3; }
.main_page .service_list { display: flex; }
.main_page .service_list > li { flex: 1; text-align: center; word-break: keep-all; cursor: pointer; }
.main_page .service_name_icon { display: flex; position: relative; align-items: center; justify-content: center; aspect-ratio: 1/1; width: clamp(50px, 6.25vw, 120px); margin: 0 auto; margin-bottom: clamp(20px, 1.3020833333vw, 25px); border-radius: 50%; background: #3389ea; transition: all 0.3s ease; }
.main_page .service_name_icon:before { display: block; aspect-ratio: 1/1; width: clamp(51.2px, 3.3333333333vw, 64px); background-position: center; background-size: contain; background-repeat: no-repeat; content: ""; }
.main_page .service_name { font-weight: 500; font-size: clamp(16px, 1.0416666667vw, 20px); line-height: 1.44; }
.main_page .service_list > li.list1 .service_name_icon:before { background-image: url(../../images/main/icon_service1.svg); }
.main_page .service_list > li.list2 .service_name_icon:before { background-image: url(../../images/main/icon_service2.svg); }
.main_page .service_list > li.list3 .service_name_icon:before { background-image: url(../../images/main/icon_service3.svg); }
.main_page .service_list > li.list4 .service_name_icon:before { background-image: url(../../images/main/icon_service4.svg); }
.main_page .service_list > li:hover .service_name_icon { transform: scale(1.2); background: #005fc9; box-shadow: 0 5px 15px 0 rgba(10, 0, 54, 0.15); }
.main_page .service_list > li:hover .service_name { font-weight: bold; }
.main_page .service_list > li:hover.list1 .service_name_icon:before { background-image: url(../../images/main/icon_service1_on.svg); }
.main_page .service_list > li:hover.list2 .service_name_icon:before { background-image: url(../../images/main/icon_service2_on.svg); }
.main_page .service_list > li:hover.list3 .service_name_icon:before { background-image: url(../../images/main/icon_service3_on.svg); }
.main_page .service_list > li:hover.list4 .service_name_icon:before { background-image: url(../../images/main/icon_service4_on.svg); }
.main_page .notice_slide { position: relative; }
.main_page .card_news_wrap .cm_board_list2 .main_sec5_card_swiper { padding: 1px 0; }
.main_page .card_news_wrap .cm_board_list2 .board2_list_item > a { padding: 2.3rem; }
.main_page .card_news_wrap .cm_board_list2 .board2_content { margin-top: 1.6rem; gap: 0; }
.main_page .card_news_wrap .cm_board_list2 .board2_box { height: auto; }
.main_page .card_news_wrap .cm_board_list2 .board2_title { display: block; margin-bottom: 8px; font-weight: 700; white-space: nowrap; }
.main_page .card_news_wrap .cm_board_list2 .board2_title span { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.main_page .card_news_wrap .cm_board_list2 .board2_date { color: #666; font-weight: 400; }
.main_page .press_release_wrap .cm_overview12 .ovw12_box:hover .ovw12_title { color: #0bab32; }
.main_page .press_release_wrap .cm_overview12 .ovw12_box:hover .ovw12_date { background-color: #0bab32; }
.main_page .social_media_section { display: flex; justify-content: space-between; gap: 20px; }
.main_page .social_media_section .social_tabs { z-index: 2; position: relative; flex-shrink: 0; padding-top: 5px; }
.main_page .social_media_section .social_header { margin-bottom: clamp(32px, 2.0833333333vw, 40px); }
.main_page .social_media_section .social_header .mobile_only { display: none; }
.main_page .social_media_section .social_header .social_title { color: var(--primary); font-weight: 800; font-size: clamp(20px, 2.5vw, 48px); }
.main_page .social_media_section .tab_list { margin: 0; padding: 0; list-style: none; }
.main_page .social_media_section .tab_item { margin-bottom: clamp(6.4px, 0.4166666667vw, 8px); }
.main_page .social_media_section .tab_button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: clamp(8px, 0.7291666667vw, 14px) 0; border-radius: 8px; color: #999; font-weight: 500; font-size: clamp(15px, 1.25vw, 24px); text-align: left; transition: all 0.3s ease; }
.main_page .social_media_section .tab_button:after { display: none; flex-shrink: 0; aspect-ratio: 1/1; width: clamp(25px, 2.8645833333vw, 55px); border-radius: 50%; background: #000; background-image: url(../../images/common/icon_next3.svg); background-position: center; background-size: 45%; background-repeat: no-repeat; content: ""; }
.main_page .social_media_section .tab_item.active .tab_button { font-weight: 800; }
.main_page .social_media_section .tab_item.active .tab_button:after { display: block; }
.main_page .social_media_section .social_content { position: relative; width: 57.3%; min-width: 0; }
.main_page .social_media_section .content_slider { position: relative; }
.main_page .social_media_section .content_slider .swiper { padding-top: 5px; }
.main_page .social_media_section .content_slider .swiper-slide { height: auto; }
.main_page .social_media_section .content_item { display: flex; width: 100%; min-height: 100%; gap: clamp(15px, 1.25vw, 24px); transition: all 0.5s ease; }
.main_page .social_media_section .content_card { width: 100%; overflow: hidden; border: 1px solid #ddd; border-radius: 12px; background: #fff; transition: transform 0.3s ease; }
.main_page .social_media_section .content_card:hover { transform: translateY(clamp(-4px, -0.2083333333vw, -3.2px)); }
.main_page .social_media_section .content_card .card_image { aspect-ratio: 1/1; width: 100%; }
.main_page .social_media_section .content_card .card_image img { width: 100%; height: 100%; object-fit: cover; }
.main_page .social_media_section .content_card .card_info { padding: clamp(15px, 1.5625vw, 30px) clamp(15px, 1.3020833333vw, 25px); }
.main_page .social_media_section .content_card .card_header { display: flex; align-items: center; gap: 8px; font-weight: 500; }
.main_page .social_media_section .content_card .card_logo { flex-shrink: 0; aspect-ratio: 1/1; width: clamp(25px, 1.6666666667vw, 32px); overflow: hidden; border-radius: 50%; background-position: center; background-size: cover; background-repeat: no-repeat; text-indent: 100%; white-space: nowrap; }
.main_page .social_media_section .content_card .card_account { font-size: var(--font_size18); line-height: 1.2; }
.main_page .social_media_section .content_card .card_date { color: #999; font-weight: 800; font-size: var(--font_size16); }
.main_page .social_media_section .content_card .card_title { display: -webkit-box; -webkit-line-clamp: 2; color: #222; font-size: var(--font_size18); line-height: 1.4; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis; }
.main_page .social_media_section .tab_item.active .tab_text { color: #000; font-size: clamp(17px, 1.4583333333vw, 28px); }
.main_page .social_media_section .content_item.instagram .card_logo { background-image: url(../../images/common/icon_instagram.svg); }
.main_page .social_media_section .content_item.youtube .card_logo { background-image: url(../../images/common/icon_youtube.svg); }
.main_page .social_media_section .content_item.facebook .card_logo { background-image: url(../../images/common/icon_facebook.svg); }
.main_page .social_media_section .content_item.naver_blog .card_logo { background-image: url(../../images/common/icon_blog.svg); }
.main_page .social_media_section .tab_button:hover { color: var(--primary); }
.main_page .category_filter_wrap { display: flex; flex-direction: column; height: 100%; }
.main_page .category_list_wrap { display: flex; flex: 1; flex-direction: column; gap: 25px; }
.main_page .category_list .category_title { margin-bottom: clamp(12px, 0.78125vw, 15px); font-weight: 700; font-size: clamp(15px, 0.9375vw, 18px); line-height: 1.2; }
.main_page .category_list .cm_chk2 .chk_label { padding: clamp(8px, 0.625vw, 12px); border-radius: 4px; font-weight: 500; }
.main_page .filter_button_group { display: flex; margin-top: clamp(20px, 1.5625vw, 30px); gap: 16px; }
.main_page .filter_button_group .cm_btn { flex: 1; }
.main_page .custom_result_header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 10px; }
.main_page .custom_result_list_slide { position: relative; height: clamp(342.4px, 22.2916666667vw, 428px); }
.main_page .custom_result_list_slide .cm_nodata1 { border: none; }
.main_page .custom_result_list { height: 100%; overflow-y: auto; /* overscroll-behavior: contain; */ scrollbar-color: #ccc transparent; scrollbar-width: thin; }
.main_page .custom_result_list::-webkit-scrollbar { width: 8px; }
.main_page .custom_result_list::-webkit-scrollbar-track { background: transparent; }
.main_page .custom_result_list::-webkit-scrollbar-thumb { border-radius: 4px; background: #ccc; }
.main_page .custom_result_list::-webkit-scrollbar-thumb:hover { background: #999; }
.main_page .result_category { flex-shrink: 0; }
.main_page .custom_result_item { display: block; height: auto; padding: clamp(20px, 1.3020833333vw, 25px) 0; border-bottom: 1px dashed #ddd; cursor: pointer; transition: all 0.3s ease; }
.main_page .result_title_wrap { display: flex; align-items: center; margin-bottom: clamp(10px, 0.78125vw, 15px); gap: clamp(8px, 0.5208333333vw, 10px); }
.main_page .result_title { overflow: hidden; font-weight: 700; font-size: clamp(16px, 1.0416666667vw, 20px); text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; transition: color 0.3s ease; }
.main_page .custom_result_item:hover .result_title { color: var(--primary); }
.main_page .result_desc { overflow: hidden; font-size: var(--font_size17); text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; }
.main_page .custom_result_title { font-weight: 700; font-size: var(--font_size24); }
.main_page .custom_result_title .custom_result_count { color: var(--primary); font-weight: 800; font-size: var(--font_size36); }

/* 사업공고 - 통합공고 - 상세 */
.page_ancm_view .cm_board_view1 .board1_content { padding-top: 0; }

/* 회원 - 로그인 */
.cm_login { display: flex; max-width: clamp(600px, 48.9583333333vw, 940px); margin: 0 auto; overflow: hidden; border-radius: clamp(10px, 1.0416666667vw, 20px); box-shadow: 0 clamp(4px, 0.2604166667vw, 5px) clamp(12px, 0.78125vw, 15px) 0 rgba(0, 0, 0, 0.15); }
.cm_login .login_left { display: flex; align-items: center; justify-content: center; width: 31.915%; padding: clamp(15px, 1.0416666667vw, 20px); background-color: var(--primary); }
.cm_login .login_right { flex: 1; padding: clamp(20px, 4.1666666667vw, 80px) clamp(20px, 6.25vw, 120px); }
.cm_login .logo_box img { width: clamp(150px, 10vw, 192px); }
.cm_login .login_title { text-align: center; }
.cm_login .login_link > li { color: #666; font-weight: 400; }
.cm_login .form_group { display: flex; flex-direction: column; gap: clamp(5px, 0.5208333333vw, 10px); }
.cm_login .login_btn { width: 100%; margin-top: clamp(10px, 1.0416666667vw, 20px); font-size: var(--font_size18); }
.cm_login .captcha_group { display: flex; align-items: center; margin-top: clamp(5px, 0.5208333333vw, 10px); padding: clamp(5px, 0.78125vw, 15px); gap: clamp(5px, 0.5208333333vw, 10px); border: 1px solid #ddd; border-radius: 8px; background-color: #fafafa; }
.cm_login .captcha_group .captcha_image { flex-shrink: 0; width: clamp(100px, 6.7708333333vw, 130px); }
.cm_login .captcha_group .captcha_image img { width: 100% !important; height: auto !important; object-fit: contain; }
.cm_login .captcha_group .captcha_input { flex: 1; font-size: var(--font_size14); }

/* 회원 - 본인인증 */
.page_membership .membership_box { display: flex; justify-content: center; max-width: clamp(500px, 48.9583333333vw, 940px); margin: 0 auto; padding: clamp(30px, 6.25vw, 120px) clamp(30px, 4.1666666667vw, 80px); overflow: hidden; border-radius: clamp(10px, 1.0416666667vw, 20px); box-shadow: 0 clamp(4px, 0.2604166667vw, 5px) clamp(12px, 0.78125vw, 15px) 0 rgba(0, 0, 0, 0.15); }
.page_membership .membership_content { display: flex; flex-direction: column; align-items: center; gap: 10px; }
.page_membership .membership_form_group { width: 100%; max-width: 400px; }
.page_membership .membership_image { margin-bottom: clamp(15px, 1.5625vw, 30px); }
.page_membership .membership_image img { width: clamp(35px, 6.1979166667vw, 119px); }
.page_membership .membership_desc { font-weight: 800; font-size: var(--font_size24); line-height: 1.4; text-align: center; }
.page_membership .membership_desc_sub { color: #444; font-weight: bold; font-size: var(--font_size18); line-height: 1.4; text-align: center; }
.page_membership .highlight { color: var(--primary); text-decoration: underline; }
.mypage_content .membership_box { max-width: none; padding: clamp(30px, 4.1666666667vw, 80px); }
.mypage_content .cm_board_view1 { border-top: 2px solid #000; }
.mypage_content .cm_board_view1 .board1_title_wrap { padding-top: clamp(20px, 2.0833333333vw, 40px) !important; border-bottom: 1px solid #ddd; }

/* 이용안내 - 사이트맵 */
.sitemap_layer { display: none; z-index: 2030; position: fixed; top: 0; left: 0; width: 100vw; height: 100vh; padding: clamp(40px, 4.1666666667vw, 80px) 0 clamp(60px, 6.25vw, 120px); overflow: auto; background: #f5f5f5; }
.sitemap_layer.active { display: block; }
.sitemap_layer .sitemap_title { display: flex; align-items: center; justify-content: space-between; margin-bottom: clamp(15px, 1.5625vw, 30px); padding: clamp(15px, 1.5625vw, 30px); border-radius: clamp(10px, 0.625vw, 12px); background-color: var(--primary); color: #fff; font-weight: 800; font-size: clamp(16px, 1.6666666667vw, 32px); }
.sitemap_layer .sitemap_title .btn_sitemap_close { display: inline-flex; align-items: center; justify-content: center; width: clamp(20px, 1.6666666667vw, 32px); height: clamp(20px, 1.6666666667vw, 32px); background: url(../../images/common/icon_close2.svg) no-repeat center/contain; }
.sitemap_depth1 { display: flex; flex-direction: column; gap: clamp(28px, 1.8229166667vw, 35px) clamp(32px, 2.0833333333vw, 40px); }
.sitemap_depth1 > li { display: flex; flex-direction: column; align-items: flex-start; padding: clamp(15px, 2.0833333333vw, 40px); border-radius: clamp(10px, 0.625vw, 12px); background: #fff; }
.sitemap_depth1 > li > a { position: relative; color: var(--primary); font-weight: 800; font-size: clamp(16px, 1.0416666667vw, 20px); text-decoration: none; }
.sitemap_depth1 > li > a:after { display: block; position: absolute; width: clamp(20px, 2.0833333333vw, 40px); height: 2px; margin-top: clamp(7px, 1.25vw, 24px); background-color: #ddd; content: ""; }
.sitemap_depth2_wrap { width: 100%; margin-top: clamp(15px, 1.8229166667vw, 35px); }
.sitemap_depth2 { display: flex; flex-wrap: wrap; }
.sitemap_depth2 > li { position: relative; }
.sitemap_depth2 > li:before { display: block; position: absolute; top: 0; right: 0; bottom: 0; border-right: 1px dashed #ddd; content: ""; }
.sitemap_depth2 > li:last-child:before { display: none; }
.sitemap_depth2 > li > a { display: block; padding: clamp(12px, 0.78125vw, 15px) clamp(15px, 1.5625vw, 30px); color: #1f2937; font-weight: bold; font-size: var(--font_size17); line-height: 1.6; }
.sitemap_depth2 > li > a:hover { color: #2563eb; text-decoration: underline; }
.sitemap_depth3 > li > a { display: block; padding: clamp(1.6px, 0.1041666667vw, 2px) clamp(15px, 1.5625vw, 30px); }
.sitemap_depth3 > li > a span { display: inline-block; position: relative; padding-left: 10px; }
.sitemap_depth3 > li > a span:before { display: block; position: absolute; top: 0; left: 0; content: "-"; }

/* 이메일 무단수집거부 */
.page_email_collection .email_collection_text { font-weight: bold; font-size: var(--font_size18); line-height: 1.6; }
.page_email_collection .email_collection_box { display: flex; align-items: center; gap: clamp(15px, 1.5625vw, 30px); }
.page_email_collection .email_collection_image img { flex-shrink: 0; width: clamp(35px, 4.1666666667vw, 80px); }
.page_email_collection .email_collection_content { flex: 1; }

/* 오시는길 */
.page_location .map_container { position: relative; pointer-events: none; }
.page_location .map_container:before { display: block; padding-top: clamp(350px, 26.0416666667vw, 500px); content: ""; }
.page_location .map_container .wrap_btn_zoom { display: none; }
.page_location .kakao_map { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.page_location .kakao_map .wrap_map { height: 100%; border-bottom: 1px solid #ddd; }
.page_location .kakao_map .cont { display: none; }
.page_location .location_container { z-index: 1; position: relative; margin-top: clamp(-60px, -3.125vw, -48px); }
.page_location .location_info { position: relative; margin-right: clamp(20px, 3.125vw, 60px); margin-bottom: clamp(30px, 3.125vw, 60px); margin-left: clamp(20px, 3.125vw, 60px); padding: clamp(20px, 1.9791666667vw, 38px) clamp(20px, 3.125vw, 60px); padding-right: clamp(20px, 8.3333333333vw, 160px); border-radius: clamp(9.6px, 0.625vw, 12px); border-bottom-right-radius: clamp(80px, 5.2083333333vw, 100px); background-color: var(--primary); color: #fff; }
.page_location .location_title { margin-bottom: clamp(10px, 1.0416666667vw, 20px); font-weight: 800; font-size: clamp(16px, 1.25vw, 24px); }
.page_location .info_content { display: flex; flex-direction: column; gap: clamp(8px, 0.625vw, 12px); font-size: var(--font_size18); }
.page_location .location_link { display: flex; z-index: 1; position: absolute; right: clamp(20px, 3.125vw, 60px); bottom: clamp(20px, 2.0833333333vw, 40px); flex-direction: column; align-items: center; justify-content: center; aspect-ratio: 1/1; width: clamp(50px, 4.6875vw, 90px); overflow: hidden; gap: clamp(1.6px, 0.1041666667vw, 2px); border-radius: 1000px; background-color: #fff; color: #000; font-weight: bold; font-size: clamp(12px, 0.8333333333vw, 16px); }
.page_location .location_link:before { display: block; aspect-ratio: 1/1; width: 24px; background: url(../../images/common/icon_map2.svg) no-repeat center/contain; content: ""; }
.popup_location .kakao_map { width: 100%; }
.popup_location .kakao_map .cont { display: none; }

/* 수료증 */
@page { size: A4; margin: 0; }
.page_certificate { width: 210mm; height: 297mm; margin: 0 auto; padding: 14.8mm 9.8mm; padding-bottom: 11mm; border: 1px solid #000; font-family: "Malgun Gothic", "맑은 고딕", sans-serif; }
.page_certificate .text_underline { text-decoration: underline; }
.page_certificate .certificate_color1 { color: blue; }
.page_certificate .certificate_color2 { color: red; }
.page_certificate .certificate_inner { display: flex; position: relative; flex-direction: column; width: 100%; height: 100%; padding: 3mm 6mm; border: 1px solid #000; }
.page_certificate .certificate_head,
.page_certificate .certificate_footer { flex: 0 0 auto; }
.page_certificate .certificate_head { position: absolute; top: 9mm; left: 5.2mm; font-size: 5mm; }
.page_certificate .certificate_content { display: flex; flex: 1 1 auto; flex-direction: column; justify-content: space-between; min-height: 0; }
.page_certificate .certificate_content .content_wrap { display: flex; flex: 1 1 auto; flex-direction: column; min-height: 0; }
.page_certificate .certificate_content .title { margin-top: 27mm; margin-bottom: 24mm; font-weight: bold; font-size: 11mm; letter-spacing: 3mm; text-align: center; }
.page_certificate .certificate_content .content_list .list_item { display: flex; gap: 0 2mm; font-size: 5.5mm; }
.page_certificate .certificate_content .content_list .list_item ~ .list_item { margin-top: 4mm; }
.page_certificate .certificate_content .content_list .list_item dt { display: flex; position: relative; justify-content: space-between; width: 34mm; padding-left: 7mm; font-weight: bold; }
.page_certificate .certificate_content .content_list .list_item dt:before { position: absolute; top: 50%; left: 0; width: 2.5mm; height: 2.5mm; border: 1px solid #000; border-radius: 50%; content: ""; }
.page_certificate .certificate_content .content_list .list_item dd { display: flex; gap: 0 7mm; }
.page_certificate .certificate_content .completion_text { display: flex; flex: 1; flex-direction: column; width: 100%; padding-top: 24mm; padding-right: 8mm; padding-left: 8mm; font-size: 6mm; letter-spacing: 0.3mm; }
.page_certificate .certificate_content .certificate_date { flex: 0 0 auto; font-size: 6.3mm; text-align: center; }
.page_certificate .certificate_footer { margin-top: 36mm; }
.page_certificate .certificate_footer .seal_area { position: relative; margin-bottom: 11mm; padding-right: 3mm; padding-left: 3mm; }
.page_certificate .certificate_footer .seal_area .seal_text { z-index: 2; position: relative; font-weight: bold; font-size: 8.5mm; letter-spacing: -0.6mm; }
.page_certificate .certificate_footer .seal_area .seal_stamp { z-index: 1; position: absolute; top: 50%; right: 3mm; width: 25mm; transform: translateY(-50%); }
.page_certificate .certificate_footer .info_text { font-size: 4mm; letter-spacing: -0.2mm; }
.page_ISBIZ13 { margin-bottom: clamp(-120px, -6.25vw, -30px); overflow: hidden; background: linear-gradient(180deg, #fff 0%, #d9efff 100%); }
.page_ISBIZ13 .intro_title_wrap { display: flex; align-items: center; justify-content: center; margin-bottom: clamp(28px, 1.8229166667vw, 35px); padding-top: clamp(24px, 1.5625vw, 30px); }
.page_ISBIZ13 .intro_title { position: relative; padding: 0 clamp(37.6px, 2.4479166667vw, 47px); font-size: clamp(24px, 1.6666666667vw, 32px); text-align: center; }
.page_ISBIZ13 .intro_title .bracket { position: absolute; top: 50%; transform: translateY(-50%); color: var(--primary); font-weight: 600; font-size: clamp(40px, 2.6041666667vw, 50px); }
.page_ISBIZ13 .intro_title .bracket.left { left: 0; }
.page_ISBIZ13 .intro_title .bracket.right { right: 0; }
.page_ISBIZ13 .intro_title .intro_title_text { display: inline-block; opacity: 0; }
.page_ISBIZ13 .intro_title .highlight { padding: 0 0.05em; background-image: linear-gradient(to top, color-mix(in srgb, var(--primary) 10%, transparent) 0%, color-mix(in srgb, var(--primary) 10%, transparent) 62%, transparent 63%, transparent 100%); background-position: 0 0; background-size: 0% 100%; background-repeat: no-repeat; color: var(--primary); font-weight: 800; }
.page_ISBIZ13 .intro_title .accent { color: #3dc242; }
.page_ISBIZ13 .intro_desc { color: #222; font-size: clamp(16px, 1.0416666667vw, 20px); text-align: center; }
.page_ISBIZ13 .intro_desc .font-weight-medium { color: #000; }
.page_ISBIZ13 .platform_section_wrap { max-width: clamp(944px, 61.4583333333vw, 1180px); margin: 0 auto; margin-top: clamp(25px, 4.1666666667vw, 80px); margin-bottom: clamp(35px, 6.25vw, 120px); }
.page_ISBIZ13 .platform_section { display: flex; position: relative; justify-content: center; aspect-ratio: 1180/588; }
.page_ISBIZ13 .platform_section_bg { position: absolute; width: 100%; max-width: clamp(640px, 41.6666666667vw, 800px); height: 100%; background: url(../../images/sub/sub13_9.png) no-repeat center top 60%/contain; }
.page_ISBIZ13 .platform_intro { padding-top: 5.4%; text-align: center; mix-blend-mode: multiply; }
.page_ISBIZ13 .platform_intro img { width: clamp(190px, 19.7916666667vw, 380px); }
.page_ISBIZ13 .platform_desc { margin-top: clamp(12px, 0.78125vw, 15px); font-size: clamp(16px, 1.0416666667vw, 20px); }
.page_ISBIZ13 .platform_desc .highlight { color: var(--primary); font-weight: 800; }
.page_ISBIZ13 .platform_desc .accent { color: #3dc242; }
.page_ISBIZ13 .feature_item { display: flex; position: absolute; flex-direction: column; align-items: center; gap: clamp(9.6px, 0.625vw, 12px); }
.page_ISBIZ13 .feature_icon { display: flex; align-items: center; justify-content: center; aspect-ratio: 1/1; width: clamp(160px, 10.4166666667vw, 200px); border: 3px solid var(--primary); border-radius: 1000px; background-color: #fff; }
.page_ISBIZ13 .feature_icon img { width: 80%; }
.page_ISBIZ13 .feature_title { color: var(--primary); font-weight: bold; font-size: clamp(14.4px, 0.9375vw, 18px); text-align: center; }
.page_ISBIZ13 .feature_item.item1 { top: 0; left: 6.4%; }
.page_ISBIZ13 .feature_item.item2 { bottom: 0%; left: 24.7%; }
.page_ISBIZ13 .feature_item.item3 { right: 24.7%; bottom: 0%; }
.page_ISBIZ13 .feature_item.item4 { top: 0; right: 6.4%; }
.page_ISBIZ13 .fullscreen_cta { display: flex; position: relative; left: 50%; align-items: center; justify-content: center; aspect-ratio: 1920/582; width: 100vw; min-height: 250px; padding: clamp(56px, 4.6875vw, 90px) clamp(16px, 1.0416666667vw, 20px); overflow: hidden; transform: translateX(-50%); background-color: #000; isolation: isolate; }
.page_ISBIZ13 .fullscreen_cta_bg { z-index: 0; position: absolute; inset: 0; transform: scale(1.02); background: var(--fs-bg) center/cover no-repeat; opacity: 0; will-change: transform, filter, opacity; }
.page_ISBIZ13 .fullscreen_cta_text { z-index: 3; position: relative; width: 100%; max-width: clamp(944px, 61.4583333333vw, 1180px); padding: 0 clamp(16px, 1.0416666667vw, 20px); color: #fff; font-weight: bold; font-size: clamp(22px, 2.0833333333vw, 40px); line-height: 1.35; text-align: center; text-shadow: 0 2px 10px rgba(0, 0, 0, 0.25); word-break: keep-all; will-change: transform, opacity; }
.page_ISBIZ13 .fullscreen_cta_line { display: block; }
.page_ISBIZ13 .fullscreen_cta_line + .fullscreen_cta_line { margin-top: 0.12em; }

/* 폰트 크기 키움 요청 페이지 */
@media screen and (min-width:689px) and (max-width:1200px) {
	.sitemap_depth2 > li { width: 33.3333333333%; }
	.sitemap_depth2 > li:nth-child(3n):before { display: none; }
	.sitemap_depth2 > li:nth-child(3n+1) > a { padding-left: 0; }
	.sitemap_depth2 > li:nth-child(3n+1) .sitemap_depth3 > li > a { padding-left: 0; }
}
@media screen and (min-width:1201px) {

	/* header */
	.header { z-index: 2025; position: fixed; top: 0; left: 0; width: 100%; }
	.header .header_wrapper { position: relative; background-color: #fff; }
	.header .header_wrapper:after { display: block; z-index: 1; position: absolute; top: 0; right: 0; left: 0; height: calc(clamp(80px, 5.2083333333vw, 100px) + 4.4rem + 40px); border-bottom: 1px solid #ddd; content: ""; opacity: 0; pointer-events: none; transition: 0.15s opacity; }
	.header.active .header_wrapper:after { opacity: 1; }
	.header .inner { max-width: calc(160rem + var(--inner_padding) * 2); }
	.header .header_top { position: relative; }
	.header .header_top:after { position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: #ddd; content: ""; }
	.header .header_top > .inner { display: flex; z-index: 1; position: relative; align-items: center; justify-content: space-between; }
	.header .header_top .util_menu_links > li .util_menu_button.util_menu_button:hover { background: #000; }
	.header .header_top .util_menu_users .util_menu_button { transition: opacity 0.15s ease-in-out; }
	.header .header_top .util_menu_users .util_menu_button:hover { opacity: 0.75; }
	.header .header_bottom { height: clamp(80px, 5.2083333333vw, 100px); overflow: hidden; border-bottom: 1px solid #ddd; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
	.header .header_bottom .inner { display: flex; z-index: 2; position: relative; align-items: flex-start; justify-content: space-between; gap: 0 clamp(32px, 2.0833333333vw, 40px); }
	.header .logo { display: inline-flex; flex-shrink: 0; align-items: center; height: clamp(80px, 5.2083333333vw, 100px); }
	.header .logo_img { transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
	.header .logo_img:hover { transform: scale(1.05); }
	.header .logo_img img { width: clamp(142.4px, 9.2708333333vw, 178px); }
	.header .gnb { display: flex; flex: 1; justify-content: center; word-break: keep-all; }
	.header .gnb_depth1 { display: flex; }
	.header .gnb_depth1 > li { position: relative; flex: 0 1 auto; }
	.header .gnb_depth1 > li > a[target=_blank] span { position: relative; }
	.header .gnb_depth1 > li > a[target=_blank] span:after { position: absolute; top: 50%; left: calc(100% + 10px); width: clamp(16px, 1.0416666667vw, 20px); height: clamp(16px, 1.0416666667vw, 20px); transform: translateY(-50%); background: url(../../images/common/icon_gnb_link.svg) no-repeat center/contain; content: ""; }
	.header .gnb_depth1 > li > a:before { position: absolute; bottom: 0; left: 50%; width: calc(100% - 7rem); height: 3px; transform: translateX(-50%); border-radius: 3px 3px 0 0; background: #f9be2c; content: ""; opacity: 0; }
	.header .gnb_depth1 > li > a span { display: block; font-weight: 800; font-size: var(--font_size22); white-space: nowrap; }
	.header .gnb_depth2_wrap { display: block; transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
	.header .gnb_depth2 { display: flex; position: relative; flex-direction: column; padding: 4rem 2.4rem 7.5rem; gap: 3.2rem; }
	.header .gnb_depth2 > li { z-index: 1; position: relative; }
	.header .gnb_depth2 > li > a { display: flex; align-items: center; text-align: left; word-break: keep-all; }
	.header .gnb_depth2 > li > a span { display: block; position: relative; font-size: var(--font_size18); }
	.header .gnb_depth1 > li.active > a { color: #003876; }
	.header .util { display: flex; flex-shrink: 0; align-items: center; height: clamp(80px, 5.2083333333vw, 100px); gap: clamp(6.4px, 0.4166666667vw, 8px) clamp(25.6px, 1.6666666667vw, 32px); transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }
	.header .util_menu { display: flex; align-items: center; gap: 0 clamp(16px, 1.0416666667vw, 20px); }
	.header .util_menu > li { position: relative; }
	.header .util_menu > li.mobile_menu { display: none; }
	.header .util_menu > li:nth-child(2):before { display: none; }
	.header .util .util_menu_mob_users { display: none; }
	.header .gnb_depth2 > li.active > a span { color: #003876; text-decoration: underline; }
	.header .gnb_depth2 > li.active > a span:before { background-color: #003876; }
	.header.active .gnb_depth2_wrap { transform: translateY(0); opacity: 1; }
	.header .gnb_depth1 > li:hover { background: #0041b2; }
	.header .gnb_depth1 > li:hover > a { color: #fff; }
	.header .gnb_depth1 > li:hover > a:before { opacity: 1; }
	.header .gnb_depth1 > li:hover > a span { font-weight: 400; }
	.header .gnb_depth1 > li:hover .gnb_depth2 > li > a span { color: #fff; font-weight: 300; }
	.header .gnb_depth1 > li:hover .gnb_depth2 > li > a:hover span { color: #f9be2c; font-weight: 600; }
	.header .mobile_apply_btn { display: none; }
	.mobile_menu_btn { display: none; }
	.sitemap_depth2 > li { width: 25%; }
	.sitemap_depth2 > li:nth-child(4n):before { display: none; }
	.sitemap_depth2 > li:nth-child(4n+1) > a { padding-left: 0; }
	.sitemap_depth2 > li:nth-child(4n+1) .sitemap_depth3 > li > a { padding-left: 0; }
	.page_font_primary .cm_overview2 .ovw2_title { font-size: var(--font_size26); }
	.page_font_primary .cm_overview2 .ovw2_desc { font-size: var(--font_size21); }
	.page_font_primary [class*=cm_state] { font-size: var(--font_size18); }
	.page_font_primary .cm_title.title1 { font-size: clamp(16px, 1.4583333333vw, 28px); }
	.page_font_primary .cm_overview4 .ovw4_title { font-size: var(--font_size20); }
	.page_font_primary .cm_font_size18 { font-size: var(--font_size21) !important; }
	.page_font_primary .cm_overview2 .cm_dl1 dl { font-size: var(--font_size21); }
}
@media screen and (max-width:1440px) {
	.header .gnb_depth1 > li { width: 18rem; }
	.main_page .link_list .link_item { padding-right: 12rem; }
	.main_page .link_list .link_item:after { width: 8.5rem; height: 8.5rem; }
}
@media screen and (max-width:1360px) {
	.footer .top_btn { font-size: 12px; }
	.main_page .notice_slide .cm_swiper_control .control_btn.next { right: 10px; }
	.main_page .notice_slide .cm_swiper_control .control_btn.prev { left: 10px; }
}
@media screen and (max-width:1200px) {
	.header { z-index: 2025; position: fixed; top: 0; left: 0; width: 100%; background-color: #fff; }
	.header .header_wrapper { position: relative; background-color: #fff; }
	.header .header_wrapper:after { display: none; }
	.header .inner { padding: 0 20px; }
	.header .header_top { border-bottom: 1px solid #ddd; }
	.header .header_top .util_menu_links > li { flex: 1; }
	.header .header_top .util_menu_links .util_menu_button { justify-content: center; height: 4rem; font-size: 1.3rem; text-align: center; }
	.header .header_top .util_menu_users { position: absolute; top: 99px; right: 56px; }
	.header .header_top > .inner { padding: 0; }
	.header .header_bottom { height: 60px; overflow: visible; border-bottom: 1px solid #ddd; }
	.header .header_bottom .inner { display: flex; align-items: center; justify-content: space-between; height: 100%; }
	.header .util .btn_sitemap_open { display: none; }
	.header .util .mobile_menu { display: block; }
	.header .logo { display: inline-flex; align-items: center; height: 60px; }
	.header .logo_img img { width: 120px; }
	.mobile_menu_btn { display: flex; align-items: center; justify-content: center; width: 2.4rem; height: 2.4rem; padding: 0; border: none; background: url(../../images/common/icon_menu.svg) no-repeat center/contain; cursor: pointer; }
	.mobile_menu_btn.active { background-image: url(../../images/common/icon_close.svg); }
	.header .util .util_menu_list2 { position: absolute; top: 60px; right: 60px; }
	.header .util .cm_btn { display: none; }
	.header .gnb { display: block; z-index: 1000; position: fixed; top: 141px; right: 0; justify-content: flex-start; width: 100%; height: calc(100dvh - 140px); transform: translateX(100%); background-color: #fff; transition: none; }
	.header .gnb .gnb_inner { height: 100%; }
	.header .gnb .gnb_depth1_wrap { position: relative; height: 100%; }
	.header .gnb .gnb_depth1 { display: flex; flex-direction: column; width: 180px; height: 100%; overflow: auto; border-right: 1px solid #f0f0f0; }
	.header .gnb .gnb_depth1 > li { border-bottom: 1px solid #f0f0f0; }
	.header .gnb .gnb_depth1 > li > a { display: flex; position: relative; align-items: center; justify-content: space-between; min-width: auto; height: auto; padding: 15px; color: #333; font-weight: 700; font-size: 16px; text-decoration: none; transition: all 0.3s ease; }
	.header .gnb .gnb_depth1 > li > a:before { display: none; }
	.header .gnb .gnb_depth1 > li.has_depth > a::after { display: none; aspect-ratio: 1/1; width: 9px; transform: rotate(-45deg); border-right: 2px solid #666; border-bottom: 2px solid #666; content: ""; }
	.header .gnb .gnb_depth1 > li.active > a { color: var(--primary); }
	.header .gnb .gnb_depth1 > li.active > a:after { display: block; }
	.header .gnb .gnb_depth2_wrap { z-index: 1; position: absolute; top: 0; left: 181px; width: calc(100% - 181px); height: 100%; overflow: auto; transform: none; border-top: 1px solid #f0f0f0; background-color: #f8f9fa; opacity: 1; }
	.header .gnb .gnb_depth2 { flex-direction: column; padding: 10px 0; }
	.header .gnb .gnb_depth2 > li > a { display: block; justify-content: flex-start; padding: 8px 20px; color: #333; font-weight: 500; font-size: 16px; text-align: left; text-decoration: none; transition: all 0.3s ease; }
	.header .gnb .gnb_depth2 > li:last-child > a { border-bottom: none; }
	.header .gnb .gnb_depth2 > li > a:active { padding-left: 45px; background-color: #e9ecef; color: var(--primary); }
	.header .gnb .gnb_depth2 > li.active > a { background-color: #e9ecef; color: var(--primary); font-weight: 700; }
	.header .gnb .gnb_depth1 > li:first-child .gnb_depth2_wrap { z-index: 2; }
	.header .gnb .gnb_depth1 > li.active .gnb_depth2_wrap { z-index: 4; }
	.header .gnb .gnb_depth1 > li.hover .gnb_depth2_wrap { z-index: 5; }
	.header.open .gnb { transform: translateX(0); }
	.header .mobile_apply_btn { position: absolute; bottom: 10px; left: 10px; }
	body.header_open { overflow: hidden; }
	.container { margin-top: 140px; }
	.sub_page { padding-top: 30px; padding-bottom: 30px; }
	.mypage_wrap.inner { flex-direction: column; }
	.mypage_wrap .inner { padding: 0; }
	.mypage_content { width: 100%; }
	.sidebar_wrap { position: static; width: 100%; padding: 5px; border-radius: 5px; }
	.sidebar_wrap .sidebar_title { padding: 10px; }
	.sidebar_wrap .sidebar_menu { flex-direction: row; overflow: auto; border-radius: 5px; -ms-overflow-style: none; }
	.sidebar_wrap .sidebar_menu::-webkit-scrollbar { display: none !important; }
	.sidebar_wrap .sidebar_menu > li { flex-shrink: 0; }
	.main_page .social_media_section .content_card .card_info .cm_toolbar { flex-direction: column; align-items: stretch; gap: 5px; }
	.main_page .social_media_section .content_card .card_info .card_date { text-align: right; }
	.main_page .social_media_section .social_header .mobile_only { display: block; }
}
@media screen and (max-width:1024px) {
	.main_page .section1 .inner { flex-direction: column-reverse; }
	.main_page .section1 .section1_left,
	.main_page .section1 .section1_right { width: 100%; }
	.main_page .section3 .section3_box { flex-wrap: wrap; }
	.main_page .section3 .section3_left,
	.main_page .section3 .section3_right { padding: clamp(15px, 1.5625vw, 30px); }
	.main_page .section3 .section3_left { width: 100%; border-bottom: 1px solid #ddd; }
	.main_page .section3 .section3_right { width: 100%; }
	.main_page .section4 .inner { flex-direction: column; }
	.main_page .section4 .section4_left,
	.main_page .section4 .section4_right { width: 100%; }
	.main_page .section4 .cm_overview11 { height: auto; }
	.main_page .link_list .link_item { padding-right: 60px; }
	.main_page .link_list .link_item:after { width: 7rem; height: 7rem; }
	.main_page .link_list .link_desc br { display: none; }
	.main_page .service_name_icon:before { width: 40px; }
	.main_page .card_news_wrap .cm_board_list2 .board2_box { height: auto; }
	.main_page .card_news_wrap .cm_board_list2 .board2_list { grid-template-columns: repeat(2, 1fr); }
	.main_page .cm_overview12 { height: auto; }
	.page_location .location_container { margin-top: 0; }
	.page_location .location_info { margin-right: 0; margin-left: 0; border-radius: 0 0 clamp(80px, 5.2083333333vw, 100px) clamp(9.6px, 0.625vw, 12px); }
}
@media screen and (max-width:1023px) {
	.page_ISBIZ13 .intro_title .intro_title_text { word-break: keep-all; }
	.page_ISBIZ13 .intro_desc { text-align: justify; }
	.page_ISBIZ13 .intro_desc br { display: none; }
	.page_ISBIZ13 .platform_section { flex-direction: column; aspect-ratio: auto; }
	.page_ISBIZ13 .platform_section_bg { display: none; }
	.page_ISBIZ13 .platform_intro { padding-top: 0; }
	.page_ISBIZ13 .platform_desc { text-align: justify; }
	.page_ISBIZ13 .platform_desc br { display: none; }
	.page_ISBIZ13 .feature_grid { display: flex; flex-wrap: wrap; margin-top: 20px; gap: 10px; }
	.page_ISBIZ13 .feature_item { position: static; width: calc(50% - 5px); gap: 5px; }
	.page_ISBIZ13 .feature_icon { width: 50px; border-width: 2px; }
}
@media screen and (max-width:688px) {
	.footer { padding: 20px 0; font-size: 13px; }
	.footer .footer_content { flex-direction: column; padding: 0; }
	.footer .info_list { margin-bottom: 5px !important; }
	.footer .copyright { font-size: 12px; }
	.main_page .section3 .cm_swiper_control { top: 30px; right: 30px; bottom: auto; left: auto; }
	.main_page .link_list { flex-wrap: wrap; }
	.main_page .link_list > li { flex: none; width: 100%; }
	.main_page .service_list { flex-wrap: wrap; gap: 15px 10px; }
	.main_page .service_list > li { flex: none; width: calc((100% - 30px) / 4); }
	.main_page .custom_result_header { flex: none; }
	.main_page .custom_result_header br { display: none; }
	.cm_login { flex-direction: column; max-width: none; }
	.cm_login .login_left { width: 100%; }
	.page_membership .membership_box { max-width: none; }
	.page_membership .membership_form_group { max-width: none; }
	.sitemap_depth2 > li { width: 50%; }
	.sitemap_depth2 > li:nth-child(2n):before { display: none; }
	.sitemap_depth2 > li:nth-child(2n+1) > a { padding-left: 0; }
	.sitemap_depth2 > li:nth-child(2n+1) .sitemap_depth3 > li > a { padding-left: 0; }
	.page_location .location_link span { display: none; }
	.page_location .location_info { padding: 20px; border-radius: 0 0 15px 15px; }
	.page_location .location_info .cm_text_list1 { flex-direction: column; padding-right: 70px; }
	.page_location .location_info .cm_text_list1 > li:before { display: none; }
}
@media screen and (max-width:480px) {
	.header .logo_img img { width: 90px; }
	.header .header_top .util_menu_links li:nth-child(1) { width: 45%; }
	.header .header_top .util_menu_links li:nth-child(2) { width: 55%; }
	.header .header_top .util_menu_links .util_menu_button { width: 100%; }
	.header .header_top .util_menu_users > li { margin-right: 8px; padding-right: 8px; }
	.header .header_top .util_menu_users .util_menu_button { font-size: 13px; }
}
@media screen and (max-width:425px) {
	.main_page .service_list > li { width: calc((100% - 10px) / 2); }
	.main_page .category_list { gap: 10px 5px; }
}
@media print {
	.page_certificate { border: none; }
}