@charset "utf-8";

:root {
    --header-height:100px;
}

/* 공통 */
.h_container {overflow-x:hidden}
.wrapper {width:100%;max-width:1440px;padding:0 20px;margin:0 auto}
.no_scroll {height:100%;overflow:hidden}
.only_mb {display:none}
.btn_wrap {display:flex;align-items:center;justify-content:center;gap:0 10px}
.btn_wrap.left {justify-content:flex-start}
.btn {display:flex;align-items:center;justify-content:center;gap:0 5px;height:50px;border-radius:6px;font-size:17px;transition:all .2s}
.btn_gray {background:#222222;color:var(--white)}
.btn_gray:hover {background:#363636}
.btn_gray_line {border:solid 1px #C3C8D1;color:#686868}
.btn_gray_line:hover {background:#fafafa}
.btn_blk_line {border:solid 1px #3A3A3C}
.btn_blk_line:hover {background:#fafafa}
.btn_primary {background:var(--primary-50);font-weight:700;color:var(--white)}
.btn_primary:hover {background:#3d74de}
.btn_primary_line {border:solid 1px var(--primary-50);color:var(--primary-50)}
.btn_primary_line:hover {background:var(--primary-10)}
.btn_black {background:var(--black);color:var(--white)}
.btn_black:hover {background:#3A3A3C}
.btn_navy {background:var(--navy);color:var(--white)}
.btn_navy:hover {background:#1233a1}
.sec {overflow:hidden}
.font_lotte {font-weight:700;font-family:'LotteMartDream', sans-serif}
.font_mont {font-family:'Montserrat', sans-serif}
.sound_only {visibility:hidden;position:absolute;left:-9999em;width:1px;height:1px;margin:0;padding:0;background:none;font-size:0;line-height:0;text-indent:-9999em;}

.w100 {width:100%;max-width:100px}
.w120 {width:100%;max-width:120px}
.w150 {width:100%;max-width:150px}
.w170 {width:100%;max-width:170px}
.w200 {width:100%;max-width:200px}
.w300 {width:100%;max-width:300px}
.w400 {width:100%;max-width:400px}
.w410 {width:100%;max-width:410px}
.wfull {width:100%}

.red {color:var(--red)}
.blue {color:var(--primary-50)}
.black {color: #3A3A3C}

.scroll_custom::-webkit-scrollbar {width:6px}
.scroll_custom::-webkit-scrollbar-thumb {background-clip:padding-box;background-color:rgba(0,0,0,.1);border-radius:50px}
.scroll_custom::-webkit-scrollbar-track {background-color:rgba(0,0,0,.1);border-radius:50px}

.x-scroll {width:100%;overflow-x:auto}
.x-scroll table {min-width:600px;width:1300px}
.x-scroll.wide table {width:2000px}
.x-scroll::-webkit-scrollbar {height:6px}

.layout_box {background:var(--white);border-radius:20px;box-shadow:var(--box-shadow);padding:40px}
.layout_wrap {padding:180px 0 200px}
.layout_wrap .wrapper {display:flex;align-items:flex-start;gap:0 60px}
.h_snb_wrap {flex:300px 0 0}
.h_snb_wrap .head {display:flex;align-items:flex-end;height:154px;background:url('/img/logo_emblem_gray1.svg') no-repeat right top 20px/170px, linear-gradient(-45deg, #2546B8, #225AC6);border-radius:10px 30px;color:var(--white);padding:30px}
.h_snb_wrap .head h1 {font-size:30px;font-weight:700;font-family:'LotteMartDream', sans-serif;position:relative}
.h_snb_wrap .head h1::before {content:'';display:block;width:35px;height:1px;background:var(--white);position:absolute;top:-14px;left:0}
.h_snb_wrap .menu_list {margin-top:50px}
.h_snb_wrap .menu_list .box .tit {font-size:20px;font-weight:700;line-height:1.4;padding-bottom:14px}
.h_snb_wrap .menu_list .box + .box {margin-top:50px}
.h_snb {border-top:solid 1px #222222}
.h_snb > ul > li > * {display:flex;align-items:center;gap:0 6px;width:100%;height:50px;border-bottom:solid 1px #E8E8E8;position:relative;transition:all .2s}
.h_snb > ul > li > *:hover > .subject,
.h_snb > ul > li > *.active .subject {color:var(--primary-50)}
.h_snb > ul > li > a.active::after {background-image:url('/img/arrow_05.svg')}
.h_snb > ul > li > a::after,
.h_snb > ul > li > button::after {content:'';display:block;width:20px;height:20px;background:#F7F8FC url('/img/arrow_02.svg') no-repeat center/6px;border-radius:20px;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:all .2s}
.h_snb > ul > li > * .subject {font-size:18px;font-weight:700;color:#686868}
.h_snb > ul > li > * .num {font-size:15px;color:#888888;font-family:'Montserrat', sans-serif}
.h_snb > ul > li > a:hover::after {transform:translate(4px, -50%);background-image:url('/img/arrow_05.svg')}
.h_snb > ul > li > button::after {transform:translateY(-50%) rotate(90deg);transition:none}
.h_snb > ul > li > button.active::after {transform:translateY(-50%) rotate(-90deg)}
.h_snb .depth_03 {display:none;height:auto;background:#F6F9FA;border-left:solid 1px #E8E8E8;border-right:solid 1px #E8E8E8;padding:15px 20px}
.h_snb .depth_03 li + li {margin-top:10px}
.h_snb .depth_03 li a {font-size:15px;color:#686868;line-height:1.3;position:relative;padding-left:14px;transition:all .2s}
.h_snb .depth_03 li a::before {content:'';display:block;width:4px;height:4px;background:#686868;position:absolute;top:6px;left:0}
.h_snb .depth_03 li a:hover,
.h_snb .depth_03 li a.active {color:#3A3A3C;font-weight:700}
.h_snb .depth_03 li a.active::before {background:var(--primary-50)}

.mo_snb {display:none;grid-template-columns:repeat(2, 1fr);margin-top:100px;font-size:15px}
.mo_snb > div {border-bottom:solid 1px #E8E8E8;position:relative}
.mo_snb > div:nth-child(2),
.mo_snb > div:nth-child(2) .depth_02 {width:calc(100% + 1px);left:-1px;border-left:solid 1px #E8E8E8}
.mo_snb > div:nth-child(1) .depth_02 {border-right:solid 1px #E8E8E8}
.mo_snb > div:nth-child(3) {grid-column:span 2}
.mo_snb > div:nth-child(3) .depth_01 {font-weight:700;background:var(--white)}
.mo_snb .depth_01 {display:flex;align-items:center;width:100%;height:50px;background:#F7F8FC;color:#686868;text-align:left;font-size:15px;padding:0 16px}
.mo_snb .depth_01 span {font-weight:normal;margin-left:20px;position:relative}
.mo_snb .depth_01 span::before {content:'';display:block;width:1px;height:12px;background:#E8E8E8;position:absolute;top:50%;left:-10px;transform:translateY(-50%)}
.mo_snb .depth_01 img {margin-left:auto}
.mo_snb .depth_01.on {color:var(--navy)}
.mo_snb .depth_01.on img {transform:rotate(180deg)}
.mo_snb .depth_02 {display:none;width:100%;max-height:80vh;background:var(--white);border-bottom:solid 1px #E8E8E8;position:absolute;top:calc(100% + 1px);left:0;z-index:9;box-shadow:0 4px 10px rgba(0,118,191,.1);overflow-y:auto}
.mo_snb .depth_02 .tit {display:flex;align-items:flex-end;height:50px;border-top:solid 1px #E8E8E8;border-bottom:solid 1px #E8E8E8;font-size:15px;font-weight:700;padding:0 16px 6px}
.mo_snb .depth_02 > li:first-child .tit {border-top:0}
.mo_snb .depth_02 li:last-child a {border:0}
.mo_snb .depth_02 li a {display:flex;align-items:center;height:46px;border-bottom:solid 1px #E8E8E8;position:relative;padding:0 24px 0 34px}
.mo_snb .depth_02 li a::before {content:'';display:block;width:4px;height:4px;background:#686868;position:absolute;top:50%;left:20px;transform:translateY(-50%)}
.mo_snb .depth_02 li a.active {background:#F7F8FC;color:var(--primary-50);font-weight:700}
.mo_snb .depth_02 li a.active::before {background:var(--primary-50)}

.content_wrap {width:calc(100% - 360px)}
.breadcrumb {display:flex;align-items:center;justify-content:flex-end;position:relative;margin-bottom:50px}
.breadcrumb::before {content:'';display:block;width:100%;height:1px;background:#E8E8E8;position:absolute;top:50%;left:0;transform:translateY(-50%);z-index:-1}
.breadcrumb ul {display:flex;align-items:center;background:#F7F8FC;height:44px;border-radius:50px;font-size:15px;font-weight:500;color:#686868;padding-right:20px}
.breadcrumb ul li:nth-child(n + 3) {display:flex;align-items:center;position:relative}
.breadcrumb ul li:nth-child(n + 3)::before {content:'';display:block;width:20px;height:20px;background:url('/img/arrow_02.svg') no-repeat center/5px;margin:0 14px}
.breadcrumb .home {display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:var(--white);border-radius:44px;box-shadow:var(--box-shadow);margin-right:14px}

.page_head {display:flex;align-items:center;margin-bottom:20px}
.page_head h2 {display:flex;align-items:center;gap:0 10px;font-size:30px;font-weight:700;font-family:'LotteMartDream', sans-serif}
.page_head h2::before {content:'';display:block;width:22px;height:10px;background:url('/img/page_head.svg') no-repeat center/100%}
.page_head p {display:flex;align-items:center;font-size:15px;color:#686868;position:relative;margin-top:3px}
.page_head p::before {content:'';display:block;width:1px;height:20px;background:#E2E2E2;margin:0 10px}

.filter_wrap {background:var(--white);border-radius:20px;box-shadow:var(--box-shadow);padding:40px;margin:20px 0 50px}
.filter_wrap ~ div {margin-top:50px}
.filter_wrap form {display:flex;flex-wrap:wrap}
.filter_wrap .item {display:flex;align-items:flex-start;width:100%;margin-bottom:16px;position:relative}
.filter_wrap .item.col2 {width:50%;padding-left:15px}
.filter_wrap .item.col2.bd {padding-left:0;padding-right:15px}
.filter_wrap .item.col2.bd::after {content:'';display:block;width:1px;height:15px;background:#E8E8E8;position:absolute;top:17px;right:0}
.filter_wrap .item.col3 {width:calc(100% / 3);padding-left:15px}
.filter_wrap .item.col3::before {content:'';display:block;width:1px;height:15px;background:#E8E8E8;position:absolute;top:17px;left:0}
.filter_wrap .item.col3.bd {padding-left:0}
.filter_wrap .item.col3.bd::before {display:none}
.filter_wrap .item > .tit {width:90px;min-width:90px;font-size:15px;font-weight:700;color:#3A3A3C;padding-top:16px}
.filter_wrap .item .cont {flex:1}
.filter_wrap .item .btn_primary {height:50px}
.filter_wrap .btn_wrap {width:100%;border-top:solid 1px #E8E8E8;margin-top:14px;padding-top:30px}
.filter_wrap .btn_wrap .btn {width:100%;max-width:160px;font-size:17px;border-radius:50px;text-transform:uppercase}
.filter_wrap .multi_sel_result {display:flex;align-items:center}
.filter_wrap .multi_sel_result .sel_result {font-size:15px;color:#686868;line-height:1.4;padding-left:10px;margin-left:10px;position:relative}
.filter_wrap .multi_sel_result .sel_result::before {content:'';display:block;width:1px;height:15px;background:#E8E8E8;position:absolute;top:50%;left:0;transform:translateY(-50%)}
.filter_wrap .multi_sel_result .sel_result .tit {font-weight:700;margin-right:10px}
.filter_wrap .select_box select {height:50px;}
/* 2024.11.28 김지은 추가 */
.filter_wrap .select_box select:disabled {height:50px; background: #F7F8FC}
.filter_wrap .radio_box_st1 label,
.filter_wrap .radio_box_st3 label {height:50px;margin-right:16px}
.filter_wrap ul.notice {font-size:14px;color:#888888;margin-top:10px}

.filter_wrap.st1 {background:#F7F8FC;border:solid 1px #E8E8E8;box-shadow:none}
.filter_wrap.st1 form {gap:10px}
.filter_wrap.st1 .item {width:auto;flex:1;margin:0;position:relative}
.filter_wrap.st1 .item + .item {padding-left:18px;margin-left:8px}
.filter_wrap.st1 .item + .item::before {content:'';display:block;width:1px;height:15px;background:#E8E8E8;position:absolute;top:50%;left:0;transform:translateY(-50%)}
.filter_wrap.st1 .btn_wrap {width:auto;margin:0 0 0 auto;padding:0;border:0}
.filter_wrap.st1 .btn_wrap .btn {width:160px}
.filter_wrap.st1 .w170 {min-width:170px}

.search_box {background:#F7F8FC;border:solid 1px #E8E8E8;border-radius:20px;padding:40px;margin-bottom:50px}
.search_box form {display:flex;align-items:center;justify-content:center;gap:10px;width:100%;margin:0 auto}
.search_box .select_box select {height:50px}
.search_box .btn {padding:0 16px}

.radio_wrap {display:flex;align-items:center;flex-wrap:wrap;gap:6px}
.radio_box input {display:none}
.radio_box input:checked + label {color:var(--primary-50);border-color:var(--primary-50);background:var(--white)}
.radio_box input:disabled + label {background:#efefef;color:#AAAAAA}
.radio_box label {display:flex;align-items:center;justify-content:center;width:100px;height:50px;background:#F7F8FC;border:solid 1px #E2E2E2;border-radius:6px;text-align:center;font-size:15px;font-weight:700;color:#3A3A3C;padding:10px;transition:all .2s;cursor:pointer}
.radio_box label:hover {background:var(--white)}
.radio_box_st1 input {display:none}
.radio_box_st1 input:checked + label::after {content:'';display:block;width:10px;height:10px;background:var(--primary-50);border-radius:10px;position:absolute;top:50%;left:7px;transform:translateY(-50%)}
.radio_box_st1 label {display:flex;align-items:center;gap:0 6px;font-size:14px;color:#686868;cursor:pointer;position:relative;padding-left:30px}
.radio_box_st1 label::before {content:'';display:block;width:24px;height:24px;border:solid 1px #E8E8E8;border-radius:24px;position:absolute;top:50%;left:0;transform:translateY(-50%)}
.radio_box_st2 input {display:none}
.radio_box_st2 input:checked + label {border-color:var(--primary-50);color:var(--primary-50)}
.radio_box_st2 input:checked + label::before {background:var(--white) url('/img/check.svg') no-repeat center/100%}
.radio_box_st2 label {display:flex;align-items:center;gap:0 6px;height:50px;background:var(--white);border:solid 1px #E8E8E8;border-radius:6px;font-size:15px;color:#686868;padding:0 14px;cursor:pointer;transition:all .2s}
.radio_box_st2 label::before {content:'';display:block;width:24px;height:24px;background:var(--white);border:solid 1px #E8E8E8}
.radio_box_st3 input {display:none}
.radio_box_st3 input:checked + label {color:var(--primary-50)}
.radio_box_st3 input:checked + label::before {background:var(--white) url('/img/check.svg') no-repeat center/100%}
.radio_box_st3 label {display:flex;align-items:center;gap:0 6px;background:var(--white);font-size:15px;color:#686868;cursor:pointer;transition:all .2s}
.radio_box_st3 label::before {content:'';display:block;width:24px;height:24px;background:var(--white);border:solid 1px #E8E8E8}

.input_box input {width:100%;height:50px;border:solid 1px #E2E2E2;border-radius:6px;font-size:15px;padding:0 20px;transition:all .2s}
.input_box input:focus {border-color:#3A3A3C}
.input_box input:disabled {background:#F7F8FC}
.input_box input.date {background:var(--white) url('/img/calendar.svg') no-repeat center right 14px/24px}
.date_range {display:flex;align-items:center;gap:0 6px}

.txtarea_box {width:100%;font-size:15px}
.txtarea_box textarea {width:100%;height:180px;border:solid 1px #E2E2E2;border-radius:6px;background:transparent;padding:20px;font-size:1em;line-height:1.5;transition:all .2s}
.txtarea_box textarea:focus {border-color:var(--black)}
.txtarea_box p {min-height:180px;padding-top:1px}

.select_box select {width:100%;height:44px;font-size:15px;background:var(--white) url('/img/arrow_04.svg') no-repeat center right 10px/20px;border:solid 1px #E2E2E2;border-radius:6px;padding:0 40px 0 14px}
.combo_box {display:flex;align-items:center;gap:16px}
.combo_box > div {display:flex;align-items:center;gap:8px}

.paging_wrap {margin-top:20px}
.paging_wrap .paging,
.paging_wrap .page_num {display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:6px}
.paging_wrap .paging a {display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:4px;text-align:center;font-size:13px;font-family:'Montserrat', sans-serif;color:#888888;transition:all .2s}
.paging_wrap .paging a:hover {background: #fafafa;text-decoration:underline}
.paging_wrap .paging .current {background:var(--black);color:var(--white)}
.paging_wrap .paging .current:hover {background:var(--black);text-decoration:none}
.paging_wrap .paging .btn {border:solid 1px #E8E8E8}
.paging_wrap .paging .btn.disabled {background:#F6F9FA}
.paging_wrap .paging .btn.disabled img {opacity:.5}

ul.dot li,
ul.notice li {position:relative;padding-left:12px}
ul.dot li + li {margin-top:6px}
ul.dot li::before {content:'';display:block;width:3px;height:3px;background:#3A3A3C;border-radius:5px;position:absolute;top:8px;left:0}
ul.notice {font-size:13px;margin-top:4px}
ul.notice li::before {content:'*';display:block;position:absolute;top:3px;left:0}
ol {list-style:decimal;padding-left:20px}
ol li + li {font-size:14px;margin-top:6px}

.sv_type {display:inline-flex !important;align-items:center;justify-content:center;gap:0 5px;border:solid 1px #E8E8E8;border-radius:30px;text-align:center;font-size:13px;color:#686868;font-family:'Montserrat', sans-serif;padding:6px 14px;transition:all .2s}
.sub_tit {display:flex;align-items:center;margin-bottom:16px}
.sub_tit .tit {display:flex;align-items:flex-start;gap:0 10px;font-size:18px;font-weight:700;line-height:1.5;color:var(--navy)}
.sub_tit .btn_wrap {margin-left:auto}
.sub_tit .btn_wrap .btn {height:38px;padding:0 14px}

.use_info {color:#3A3A3C;background:#F7F8FC;padding:24px}
.use_info .tit {display:flex;align-items:center;gap:0 6px;font-size:18px;font-weight:700;margin-bottom:10px}
.use_info ul {font-size:17px;padding-left:8px}
.use_info ul.dot li::before {top:10px}

.chart_area {border:solid 1px #E8E8E8;border-radius:6px;padding:20px}

.popup_wrap {display:none;width:100% !important;height:100% !important;background:rgba(0,0,0,.1) !important;position:fixed !important;top:0;left:0;z-index:99}
.popup_wrap .popup_inner {display:flex;flex-direction:column;width:calc(100% - 40px);max-height:calc(100% - 40px);background:var(--white);border-radius:20px;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);overflow:hidden;box-shadow:var(--box-shadow)}
.popup_wrap .pop_head {display:flex;align-items:center;height:60px;min-height:60px;border-bottom:solid 1px #E8E8E8;padding:0 20px}
.popup_wrap .pop_head .tit {font-size:20px;font-weight:700}
.popup_wrap .pop_head .btn_close {width:40px;height:40px;border-radius:40px;margin-left:auto;transition:all .2s}
.popup_wrap .pop_head .btn_close:hover {background:#fafafa}
.popup_wrap .pop_head .btn_close img {width:100%}
.popup_wrap .pop_cont {display:flex;flex-direction:column;gap:40px 0;padding:30px;overflow-y:auto}
.popup_wrap .table_wrap tbody tr:hover td {background:transparent}
.popup_wrap .use_info {border:solid 1px #E8E8E8;border-radius:6px;padding:16px 24px}
.popup_wrap .input_box input {height:40px;padding:0 14px}
.popup_wrap .btn_wrap {margin-top:16px}
.popup_wrap .btn_wrap .btn {min-width:180px;border-radius:50px;padding:0 12px}
.popup_wrap .box_tit {margin-bottom:16px}
.popup_wrap .result_box {height:260px;border:solid 5px #E8E8E8;font-size:15px;line-height:1.5;padding:16px;overflow-y:auto}

/* 아이콘 리스트 */
.icon_list ul {display:flex;align-items:center;flex-wrap:wrap;gap:10px 30px}
.icon_list ul li {display:flex;align-items:center;gap:0 10px;font-size:13px;font-weight:500;color:#686868}
.icon_list ul li span {display:block;width:36px;height:36px;border:solid 1px #F2F2F2;border-radius:10px}

/* 데이터찾기 - api - 예제실행하기 팝업 */
.pop_ex_run .popup_inner {max-width:600px}
.pop_ex_run .radio_wrap {gap:6px 20px;padding:11px 0}
.pop_multi_sel .popup_inner {max-width:800px;height:100%;max-height:790px}
.pop_multi_sel .pop_cont {gap:0;height:100%;overflow:hidden;padding:0}
.pop_multi_sel .pop_cont .filter {display:flex;height:calc(100% - 70px)}
.pop_multi_sel .pop_cont .btn_wrap {padding:10px;border-top:solid 1px #E8E8E8;margin:0}
.pop_multi_sel .pop_cont .btn_wrap .btn {width:100%;max-width:160px}
.pop_multi_sel .left_filter {flex:70px 0 0;height:100%;border-right:solid 1px #E8E8E8}
.pop_multi_sel .left_filter ul {display:flex;flex-direction:column;height:100%}
.pop_multi_sel .left_filter ul li {height:100%}
.pop_multi_sel .left_filter ul li + li {border-top:solid 1px #E8E8E8}
.pop_multi_sel .left_filter ul li button {display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:14px;font-weight:700;color:#686868;transition:all .2s}
.pop_multi_sel .left_filter ul li button:hover {background:#fafafa}
.pop_multi_sel .left_filter ul li button.on {background:#2D3648;color:var(--white);font-weight:700}
.pop_multi_sel .right_area {width:100%;background: #F7F8FC;;overflow-y:auto}
.pop_multi_sel .sel_list {display:flex;align-items:center;width:100%;height:56px;background:var(--white);overflow:auto hidden;position:sticky;top:0;left:0;padding:0 20px;font-size:15px;color:#686868}
.pop_multi_sel .sel_list .tit {font-weight:700;white-space:nowrap}
.pop_multi_sel .sel_list ul {display:flex;align-items:center;gap:0 8px}
.pop_multi_sel .sel_list ul::before {content:'';display:block;width:1px;height:15px;background:#E8E8E8;margin:0 14px}
.pop_multi_sel .sel_list li {display:flex;align-items:center}
.pop_multi_sel .sel_list li button {display:flex;align-items:center;padding:10px}
.pop_multi_sel .sel_list li button {display:flex;align-items:center;padding:10px}
.pop_multi_sel .local_list {display:grid;grid-template-columns:repeat(3, 1fr);gap:10px;padding:20px}

/* 테이블 */
table caption {position:absolute;top:0;left:0;width:0;height:0;font-size:0}
.table_head {display:flex;align-items:center;font-size:15px;margin-bottom:10px}
.table_head .tit {font-weight:600}
.table_head .sub_tit {display:flex;align-items:center;width:100%;margin-bottom:0}
.table_head .sub_tit .btn_gray_line {height:32px;font-size:14px;padding:6px 10px;margin-left:auto}
.table_head .total {font-size:14px;color:#686868}
.table_head .align {display:flex;align-items:center;gap:0 10px;margin-left:auto}
.table_head .align .tit {font-size:14px;font-weight:700;color:#686868;margin:0}
.table_head .unit {font-size:13px;color:#888888;margin-left:auto}
.table_head p {font-size:14px;font-weight:700;color:#686868;margin-left:auto}

.table_empty {border-bottom:solid 1px #E8E8E8;font-size:18px;color:#888888;text-align:center;padding:186px 0}

.table_wrap {font-size:17px;border-top:solid 2px var(--black)}
.table_wrap tbody tr:hover td {background:#F2F5FF}
.table_wrap th {background:#F7F8FC;border:solid 1px #F2F2F2;border-top:0;font-weight:700;color:#686868;padding:12px 10px}
.table_wrap th:first-child,
.table_wrap td:first-child {border-left:0}
.table_wrap th:last-child,
.table_wrap td:last-child {border-right:0}
.table_wrap td {border:solid 1px #F2F2F2;text-align:center;color:#686868;padding:10px;word-break:break-all;transition:all .2s}
.table_wrap td .num {color:#AAAAAA}
.table_wrap td a {display:block;text-align:left;line-height:1.4}
.table_wrap td a:hover .subject {text-decoration:underline;color:var(--primary-50)}
.table_wrap td a p {color:#686868;margin-top:5px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}
.table_wrap td span {line-height:1.4}
.table_wrap td .subject {display:block;font-size:18px;font-weight:700;line-height:1.4;color:var(--black);transition:all .2s;text-align:left}
.table_wrap td .subject .small {font-size:15px;display:block;font-weight:400;color:#686868}
.table_wrap td .sv_type:hover {background:#fafafa}
.table_wrap td .btn {display:inline-flex;height:38px;padding:0 12px}
.table_wrap td .btn_link {display:inline-flex;align-items:center;justify-content:center;width:40px;min-width:40px;;height:40px;border:solid 1px #C3C8D1;border-radius:40px}
.table_wrap td .btn_link:hover {background:#fafafa}
.table_wrap td.left {text-align:left}
.table_wrap td.center a {text-align:center}
.table_wrap td.right {text-align:right}
.table_wrap td a.txt_link {text-align:inherit;color:var(--primary-50);text-decoration:underline;word-break:break-all}
.table_wrap td .icon_list ul {gap:5px}
.table_wrap td.bg_orange {background:rgba(243,138,14,.3);color:#F38A0E}
.table_wrap td.bg_blue {background:rgba(34,109,198,.3);color:var(--primary-50)}
.table_wrap td.bg_red {background:rgba(255,95,95,.3);color:var(--red)}
.table_wrap tr.total td {font-weight:700}

/* 반응형에서 테이블 너비를 위한 클래스 */
table th.c_50 {width:50px}
table th.c_60 {width:60px}
table th.c_80 {width:80px}
table th.c_100 {width:100px}
table th.c_130 {width:130px}
table th.c_150 {width:150px}
table th.c_180 {width:180px}

/* AI학습 메타데이터 구조표용 */
table th.ai_meta_data {background:#FFFFFF;border:solid 1px #F2F2F2;border-top:0;font-weight:700;color:#686868;padding:12px 10px;text-align:left}

/* 
테이블 높이를 위한 클래스
 - table_01 : 데이터 리스트
*/
.table_01 th {border:0}
.table_01 td {height:100px;border-left:0;border-right:0}
.table_01 .item .tit {flex:200px 0 0;display:flex;align-items:center;min-height:55px;background:#EBEBEB;font-size:15px;font-weight:700;padding:0 16px}
.table_01 .item > div {flex:1;display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:8px 12px}

.table_col tbody tr:hover td {background:transparent}
.table_col .th {width:200px}
.table_col th {width:200px;border-left:0;border-right:0}
.table_col td {border-left:0;border-right:0;border-top:0;text-align:left;padding:16px 20px;line-height:1.4}

/* form - 인증키 발급에 쓰인 레이아웃 */
.form .item {display:flex;align-items:flex-start;gap:0 10px}
.form .item + .item {margin-top:16px}
.form .item .tit {flex:90px 0 0;font-size:15px;font-weight:700;padding-top:16px}
.form .item .select_box select {height:50px}
.form .item .radio_box_st3 label {height:50px}
.form .item .tit2 {flex:50px 0 0;font-size:15px;font-weight:700;padding-top:16px}

/* Open API 인증키 신청 팝업 */
.pop_verify_key .popup_inner {max-width:600px}
.pop_verify_key .pop_cont {gap:20px 0}
.pop_verify_key p {font-size:15px}
.pop_verify_key .item {display:flex;align-items:center;gap:0 10px;}
.pop_verify_key .item .tit {font-size:15px;font-weight:700}
.pop_verify_key .item .input_box {flex:1}
.pop_verify_key .item .input_box input {height:50px}
.pop_verify_key .item .btn {padding:0 14px}

/* 헤더 */
.h_header {width:100%;border-bottom:solid 1px rgba(226,226,226,.5);position:fixed;top:0;left:0;z-index:10;transition:all .2s}
.h_header .wrapper {display:flex;align-items:center;justify-content:space-between;height:var(--header-height);max-width:1760px}
.h_header .logo .color,
.h_header .logo .text {transition:all .2s}
.h_header .gnb ul {display:flex;align-items:center}
.h_header .gnb ul li a {display:flex;align-items:center;height:var(--header-height);font-size:20px;font-weight:700;text-align:center;transition:all .2s;position:relative;padding:0 35px}
.h_header .gnb ul li a:before {content:'';display:block;width:0;height:4px;background:var(--primary-50);position:absolute;bottom:-1px;left:50%;transform:translate(-50%);transition:all .2s}
.h_header .gnb ul li.on a:before {width:calc(100% - 70px)}
.h_header .right_menu {display:flex;align-items:center;gap:0 10px}
.h_header .right_menu > button {display:flex;align-items:center;justify-content:center;width:60px;min-width:60px;height:60px;border-radius:60px;padding:0;transition:all .2s}
.h_header.white {background:var(--white)}
.h_header.on {background:var(--white)}
.h_header.idx .logo .text {fill:var(--white)}
.h_header.idx .gnb ul li a {color:var(--white)}
.h_header.idx.on .logo .text,
.h_header.idx:hover .logo .text {fill:#0F2A86}
.h_header.idx.white .logo .text {fill:#0F2A86}
.h_header.idx.on .logo .text.color,
.h_header.idx:hover .logo .text.color,
.h_header.idx.white .logo .text.color {fill:#222222}
.h_header.idx.on .gnb ul li a,
.h_header.idx:hover .gnb ul li a,
.h_header.idx.white .gnb ul li a {color:var(--black)}

.lnb_wrap {display:none;width:100%;background:var(--white);border-bottom:solid 1px #E2E2E2;position:fixed;top:var(--header-height);left:0;z-index:9}
.lnb_wrap .wrapper {max-width:1280px}
.lnb_wrap .inner {display:flex}
.lnb_wrap .left_tit {flex:400px 0 0;background:url('/img/logo_emblem_gray.svg') no-repeat left bottom/450px;border-right:solid 1px #E2E2E2;padding:40px 0}
.lnb_wrap .left_tit .tit {font-size:38px;font-weight:700}
.lnb_wrap .left_tit p {font-size:18px;color:#888888;margin-top:20px}
.lnb_wrap .lnb {display:flex;width:920px;border-right:solid 1px #E2E2E2}
.lnb_wrap .lnb .box {flex:210px 0 0;min-height:260px;padding:40px 0 0 40px}
.lnb_wrap .lnb .box li + li {margin-top:20px}
.lnb_wrap .lnb .box li a {font-size:20px;font-weight:700;line-height:1.4;color:#3A3A3C;transition:all .2s}
.lnb_wrap .lnb .box li a:hover {color:var(--primary-50)}

.search_pop {display:none;width:100%;height:calc(100% - var(--header-height) + 1px);position:fixed;top:calc(var(--header-height) + 1px);left:0;z-index:99;overflow:hidden}
.search_pop .bg {width:100%;height:calc(100% - var(--header-height) + 1px);background:rgba(0,0,0,.1);position:fixed;top:calc(var(--header-height) + 1px);left:0;z-index:1}
.search_pop .inner {display:flex;align-items:center;justify-content:center;width:100%;background:var(--white);position:absolute;top:0;left:0;z-index:2;padding:50px 20px}
.search_pop .inner .box {display:flex;align-items:center;width:100%;max-width:1000px;height:90px;border:solid 2px var(--primary-50);border-radius:20px;padding-left:30px;overflow:hidden}
.search_pop .inner .box input {flex:1;height:100%;border:0;background:0;font-size:20px}
.search_pop .inner .box button {width:90px;height:100%}

.sitemap_pop {display:none;width:100%;height:100%;background:url('/img/sitemap_bg.jpg') no-repeat right bottom/cover;color:var(--white);position:fixed;top:0;left:0;z-index:99;overflow-y:auto}
.sitemap_pop .head {display:flex;align-items:center;justify-content:flex-end;width:100%;height:100px;padding:0 20px;position:sticky;top:0;left:0}
.sitemap_pop .btn_close {display:flex;align-items:center;justify-content:center;width:60px;height:60px}
.sitemap_pop .inner {display:flex;align-items:center;justify-content:center;width:100%;height:calc(100% - 100px);padding:20px;overflow-y:auto}
.sitemap_pop .cont {width:100%;max-width:1300px}
.sitemap_pop .cont .logo {width:162px;margin-bottom:100px}
.sitemap_pop .cont > ul {display:flex;gap:100px}
.sitemap_pop .cont > ul > li {width:100%}
.sitemap_pop .cont .depth_01 {display:block;font-size:24px;font-weight:700;border-bottom:solid 1px rgba(255,255,255,.3);padding-bottom:30px;position:relative}
.sitemap_pop .cont .depth_01::after {content:'';display:block;width:30px;height:1px;background-color:var(--white);position:absolute;bottom:-1px;left:0}
.sitemap_pop .cont .depth_02 {margin-top:30px}
.sitemap_pop .cont .depth_02 > li {padding-left:14px;position:relative}
.sitemap_pop .cont .depth_02 > li::before {content:'·';position:absolute;left:0;top:50%;transform:translateY(-50%)}
.sitemap_pop .cont .depth_02 > li > a {display:block;font-size:20px;color:var(--white);padding:10px 0}
.sitemap_pop .cont .depth_02 > li > a:hover {text-decoration:underline}

@keyframes sidePop {
    from {transform:translateX(100%)}
    to {transform:translateX(0)}
}
@keyframes fadeUp {
    from {opacity:0;transform:translateY(8px)}
    to {opacity:1;transform:translateY(0)}
}

/* 푸터 */
.h_footer .wrapper {display:flex;align-items:center;justify-content:space-between;max-width:1280px}
.h_footer .top {border-top:solid 1px #E2E2E2;border-bottom:solid 1px #E2E2E2;padding:15px 0}
.h_footer .fnb ul {display:flex;align-items:center}
.h_footer .fnb li {display:flex;align-items:center}
.h_footer .fnb li + li::before {content:'';display:block;width:1px;height:14px;background:#E2E2E2;margin:0 20px}
.h_footer .fnb li a {font-size:15px;font-weight:700;color:#888888}
.h_footer .fnb li a:hover {text-decoration:underline}
.h_footer .fnb li a:hover {text-decoration:underline}
.h_footer .family_site {display:flex;align-items:center;gap:0 5px;height:40px}
.h_footer .family_site .sel_box {height:100%;position:relative}
.h_footer .family_site .sel_box > button {display:flex;align-items:center;width:210px;height:100%;border:solid 1px #E8E8E8;border-radius:40px;font-size:16px;padding:0 10px 0 16px;text-align:left}
.h_footer .family_site .sel_box > button.on {border-top:0;border-radius:0 0 14px 14px}
.h_footer .family_site .sel_box > button.on img {transform:rotate(180deg)}
.h_footer .family_site .sel_box > button span {flex:1}
.h_footer .family_site .sel_box ul {display:none;width:100%;background:var(--white);border:solid 1px #E2E2E2;border-bottom:0;border-radius:14px 14px 0 0;position:absolute;bottom:100%;left:0;overflow:hidden}
.h_footer .family_site .sel_box ul li a {display:flex;align-items:center;width:100%;height:38px;font-size:15px;padding:0 30px 0 16px}
.h_footer .family_site .sel_box ul li a:hover {background:var(--primary-10) url('/img/link_blank.svg') no-repeat center right 10px/16px;color:var(--primary-50);font-weight:700}

.h_footer .bottom {padding:80px 0}
.h_footer .bottom .wrapper > img {width:94px}
.h_footer .bottom .info {display:flex;align-items:flex-start;gap:0 50px;font-size:15px;line-height:1.4}
.h_footer .bottom .info .inner > span {display:inline-block;margin-bottom:5px}
.h_footer .bottom .info .inner span span {font-weight:700}
.h_footer .bottom .copyright {color:#888888;margin-top:15px}

.float_btn {display:flex;flex-direction:column;gap:10px 0;position:fixed;bottom:40px;right:40px;z-index:4}
.float_btn .chat_bot {position:relative;transition:all .2s}
.float_btn .chat_bot:hover p {display:block}
.float_btn .chat_bot p {display:none;background:#222222;font-size:15px;color:var(--white);border-radius:14px;position:absolute;right:calc(100% + 5px);top:50%;transform:translateY(-50%);white-space:nowrap;padding:8px 14px}
.float_btn .chat_bot p::after {content:'';display:block;width:13px;height:6px;background:url('/img/chat_tri.svg') no-repeat center/100%;position:absolute;right:-3px;bottom:3px}
.float_btn .chat_bot .new {display:block;width:8px;height:8px;background:#44E800;border-radius:8px;position:absolute;bottom:-1px;right:-1px}
.float_btn button {display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:var(--primary-50);border-radius:60px;box-shadow:var(--box-shadow)}
.float_btn .go_top {background:var(--white);border:solid 1px #E2E2E2;transition:all .2s}
.float_btn .chat_bot:hover,
.float_btn .go_top:hover {transform:translateY(-5px)}

/* 챗봇 */
.chat_box {display:none;position:fixed;bottom:40px;right:40px;z-index:2;animation:fadeUp .2s alternate;z-index:5}
.chat_box .btn_close {display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:#3A3A3C;border-radius:50px;box-shadow:var(--box-shadow);margin:0 0 14px auto}
.chat_box .inner {display:flex;flex-direction:column;max-width:350px;width:100%;height:650px;background:var(--white);border:solid 1px #E8E8E8;border-radius:20px;box-shadow:var(--box-shadow)}
.chat_box .head {display:flex;align-items:center;height:50px;border-bottom:solid 1px #E8E8E8;padding:0 20px}
.chat_box .head .tit {font-size:15px;font-weight:700}
.chat_box .box {flex:1;padding:20px;overflow-y:auto}
.chat_list > ul > li {display:flex;align-items:flex-start;gap:0 10px;max-width:92%}
.chat_list > ul > li + li {margin-top:16px}
.chat_list li .profile {width:40px;min-width:40px;height:40px;background:var(--primary-50);border:solid 1px #E8E8E8;border-radius:40px}
.chat_list li .cont {flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:8px}
.chat_list li .bubble {display:inline-block;font-size:14px;background:var(--primary-10);border-radius:4px 14px 14px 14px;padding:10px 14px}
.chat_list li.user {margin-left:auto}
.chat_list li.user .cont {align-items:flex-end}
.chat_list li.user .bubble {background:#3A3A3C;border-radius:14px 4px 14px 14px;color:var(--white)}
.chat_list .sel_opt ul {display:grid;grid-template-columns:repeat(2, 1fr);gap:6px}
.chat_list .sel_opt button {display:flex;flex-direction:column;align-items:center;width:100%;height:100%;border:solid 1px #E8E8E8;border-radius:10px;padding:14px;font-size:13px;font-weight:700;text-align:center;transition:all .2s}
.chat_list .sel_opt button:hover {border-color:var(--primary-50);color:var(--primary-50)}
.chat_list .sel_opt button .icon {display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#F2F5FF;border:solid 1px #E8E8E8;border-radius:14px;margin-bottom:10px}
.chat_list .sel_opt.col ul {display:flex;flex-direction:column}
.chat_list .sel_opt.col button {align-items:flex-start;text-align:left}
.chat_list .time {display:block;font-size:13px;color:#888888}
.chat_list .btn_wrap {width:100%}
.chat_list .btn {width:100%;height:40px;font-size:13px;border-radius:10px}

/* 데이터픽커 스타일링 */
.ui-widget.ui-widget-content {border:solid 1px #E8E8E8;border-radius:5px;padding:0}
.ui-datepicker .ui-datepicker-header {background:transparent;border:0;border-bottom:solid 1px #E8E8E8;padding:10px 0}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {width:24px;height:24px;background:#F7F8FC;border-radius:24px;top:50%;transform:translateY(-50%);left:5px}
.ui-datepicker .ui-datepicker-prev .ui-icon,
.ui-datepicker .ui-datepicker-next .ui-icon {background:url('/img/arrow_03.svg') no-repeat center/6px}
.ui-datepicker .ui-datepicker-prev .ui-icon {transform:rotate(180deg)}
.ui-datepicker .ui-datepicker-next {left:auto;right:5px}
.ui-datepicker .ui-datepicker-title {width:calc(100% - 60px);display:flex;align-items:center;justify-content:center;gap:0 8px;margin:0 auto}
.ui-datepicker .ui-datepicker-title select {height:32px;background:var(--white) url('/img/arrow_04.svg') no-repeat center right 6px/18px;border:solid 1px #E2E2E2;border-radius:3px;padding:0 10px}
.ui-datepicker table {width:calc(100% - 20px);margin:5px auto 10px}
.ui-state-default, .ui-widget-content .ui-state-default {background:0;border:0;text-align:center;padding:.5em 0;font-family:'pretendard',sans-serif}
.ui-state-active, .ui-widget-content .ui-state-active {background:var(--primary-50);color:var(--white)}
.ui-state-default:hover {background:var(--primary-10)}

/* 메인페이지 */
.tab_cont {display:none}
.tab_cont.on {display:block}

.h_index .sec {overflow:hidden;padding:40px 0}
.h_index .title_box {display:flex;align-items:center;margin-bottom:20px}
.h_index .title_box h2 {font-size:24px;font-weight:700;font-family:'LotteMartDream', sans-serif}

.h_index .title_box .tab_menu {margin-left:auto}
.h_index .title_box .tab_menu ul {display:flex;align-items:center;gap:0 10px}
.h_index .title_box .tab_menu li>* {justify-content:space-between;width:155px;border-radius:40px;font-weight:700;padding:0 20px}
.h_index .title_box .tab_menu li>*.on {border-color:var(--primary-50);color:var(--primary-50)}
.h_index .title_box .tab_menu li>*.on svg path {fill:var(--primary-50)}
.h_index .title_box .tab_menu li>*.on:hover {background:none}

.h_index .sec_01 {height:740px;position:relative;padding:0}
.h_index .sec_01 .scroll_down {display:flex;align-items:center;gap:0 20px;position:absolute;left:140px;bottom:70px;transform:rotate(-90deg);transform-origin:left center;color:var(--white);z-index:1}
.h_index .sec_01 .img_wrap {width:100%;height:100%}
.h_index .sec_01 .img_wrap img {width:100%;height:100%;object-fit:cover;animation:zoom-in 10s alternate both linear}
.h_index .sec_01 .txt_wrap {width:100%;color:var(--white);position:absolute;top:40%;left:50%;transform:translateX(-50%);text-align:center}
.h_index .sec_01 .txt_wrap h1 {font-size:55px;line-height:1.4}
.h_index .sec_01 .txt_wrap p {font-size:28px;margin-top:20px}
.h_index .sec_01 .search_area {width:100%;position:absolute;left:0;bottom:0;color:var(--white);background:linear-gradient(to right, transparent 50%, var(--primary-50) 51%)}
.h_index .sec_01 .search_area .wrapper {display:flex;align-items:center;gap:0 80px;background:var(--primary-50);border-top-left-radius:50px;padding:60px}
.h_index .sec_01 .search_area p {font-size:24px;font-weight:700}
.h_index .sec_01 .search_box {all:unset;flex:1;display:flex;align-items:center;height:60px;border-bottom:solid 3px var(--white)}
.h_index .sec_01 .search_box input {flex:1;height:100%;background:transparent;border:0;font-size:20px;color:var(--white);padding-right:10px}
.h_index .sec_01 .search_box input::placeholder {color:var(--white)}
.h_index .sec_01 .search_box button {height:100%}

.h_index .sec_02 {padding-top:120px}
.h_index .sec_02 .list ul {display:flex;gap:20px}
.h_index .sec_02 .list li {width:100%;background:#F6F9FA;border:solid 1px #E8E8E8;border-radius:20px;box-shadow: 0 4px 14px rgba(0,0,0,.05);transition:all .2s;position:relative}
.h_index .sec_02 .list li:hover {background:var(--primary-50);box-shadow:var(--box-shadow)}
.h_index .sec_02 .list li:hover a {color:var(--white)}
.h_index .sec_02 .list li:hover a .tit::before {background:var(--white)}
.h_index .sec_02 .list li:hover a .icon_01 {background:rgba(255,255,255,.1)}
.h_index .sec_02 .list li:hover a .icon_02 .white {opacity:1;z-index:1}
.h_index .sec_02 .list li:hover a .icon_02 .color {opacity:0}
.h_index .sec_02 .list a {display:block;padding:46px 30px 30px;transition:all .2s}
.h_index .sec_02 .list a .tit {font-size:20px;font-weight:700;position:relative}
.h_index .sec_02 .list a .tit::before {content:'';display:block;width:6px;height:6px;background:var(--primary-50);position:absolute;top:-16px;left:0;transition:all .2s}
.h_index .sec_02 .list a .num {display:block;font-size:17px;font-family:'Montserrat', sans-serif;margin-top:10px}
.h_index .sec_02 .list a .icon_wrap {margin-top:30px}
.h_index .sec_02 .list a .icon_01 {display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:rgba(34,90,198,.2);border-radius:10px;transition:all .2s}
.h_index .sec_02 .list a .icon_02 {width:42%;position:absolute;bottom:33px;right:16px}
.h_index .sec_02 .list a .icon_02 img {transition:all .2s}
.h_index .sec_02 .list a .icon_02 .white {position:absolute;bottom:0;right:0;z-index:-1;opacity:0}

.h_index .sec_03 .wrapper {display:flex;gap:0 60px}
.h_index .sec_03 .left {flex:1}
.h_index .sec_03 .left .list ul {display:flex;gap:0 20px}
.h_index .sec_03 .left .list ul li {width:100%;border:solid 1px #E2E2E2;border-radius:20px;overflow:hidden;transition:all .2s}
.h_index .sec_03 .left .list ul li:hover {border-color:var(--primary-50);box-shadow:var(--box-shadow)}
.h_index .sec_03 .left .list a {display:block}
.h_index .sec_03 .left .list .img_wrap {width:100%;height:0;padding-bottom:60%;position:relative}
.h_index .sec_03 .left .list .img_wrap img {width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}
.h_index .sec_03 .left .list .txt_wrap {padding:20px}
.h_index .sec_03 .left .list .txt_wrap .tit {display:block;font-size:18px;font-weight:700;line-height:1.4}
.h_index .sec_03 .left .list .txt_wrap .cont {display:block;font-size:17px;color:#686868;margin-top:10px}
.h_index .right_link {flex:300px 0 0}
.h_index .right_link ul {display:flex;flex-direction:column;gap:20px;height:100%}
.h_index .right_link ul li {height:100%}
.h_index .right_link ul li a {display:flex;align-items:center;gap:0 10px;width:100%;height:100%;background:#F6F9FA;border:solid 1px #E8E8E8;border-radius:10px;font-size:18px;font-weight:700;padding:20px 30px;transition:all .2s}
.h_index .right_link ul li a .subject {transition:all .2s}
.h_index .right_link ul li a:hover {border:solid 1px var(--primary-50);background:var(--white);box-shadow:var(--box-shadow)}
.h_index .right_link ul li a .icon {display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:var(--white);border-radius:20px;box-shadow:var(--box-shadow)}

.h_index .sec_04 {padding-bottom:120px}
.h_index .sec_04 .wrapper {display:flex;gap:0 60px}
.h_index .sec_04 .wrapper > div {display:flex;flex-direction:column}
.h_index .sec_04 .wrapper > div:nth-child(1) {flex:400px 0 0}
.h_index .sec_04 .wrapper > div:nth-child(2) {flex:1;overflow:hidden}
.h_index .sec_04 .wrapper > div:nth-child(3) {flex:300px 0 0}
.h_index .sec_04 .swiper {border:solid 1px #E2E2E2;border-radius:60px 0}
.h_index .sec_04 .swiper .img_wrap {display:block;height:0;padding-bottom:90%;position:relative}
.h_index .sec_04 .swiper .img_wrap img {width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}
.h_index .sec_04 .opt_bar {display:flex;align-items:center;justify-content:flex-end;margin-top:10px}
.h_index .sec_04 .opt_bar .swiper-pagination {width:auto;font-size:13px;font-weight:500;font-family:'Montserrat', sans-serif;color:#686868;position:initial;margin:0 14px 0 0;z-index:0}
.h_index .sec_04 .opt_bar .swiper-pagination-current {color:#222222}
.h_index .sec_04 .opt_bar .btn_prev {cursor:pointer}
.h_index .sec_04 .opt_bar .btn_next {margin-left:5px;cursor:pointer}
.h_index .sec_04 .notice_list {border-top:solid 1px #E2E2E2;}
.h_index .sec_04 .notice_list li a {display:flex;align-items:center;gap:0 20px;border-bottom:solid 1px #E2E2E2;padding:30px 0}
.h_index .sec_04 .notice_list li a:hover .txt_wrap .tit .subject {color:var(--primary-50)}
.h_index .sec_04 .notice_list li a .date {display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;width:70px;min-width:70px;height:70px;background:#222222;border-radius:100px;color:var(--white);font-size:10px;font-family:'Montserrat', sans-serif;text-align:center}
.h_index .sec_04 .notice_list li a .date .day {font-size:17px;font-weight:700}
.h_index .sec_04 .notice_list li a .txt_wrap {width:calc(100% - 100px)}
.h_index .sec_04 .notice_list li a .txt_wrap .tit {font-size:20px;font-weight:700;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.h_index .sec_04 .notice_list li a .txt_wrap .tit .new {display:inline-block;font-size:10px;font-weight:500;color:var(--primary-50);border:solid 1px var(--primary-50);padding:3px 5px;border-radius:10px;margin:-4px 5px 0 0;vertical-align:middle}
.h_index .sec_04 .notice_list li a .txt_wrap .tit .subject {transition:all .2s}
.h_index .sec_04 .notice_list li a .txt_wrap p {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-size:15px;color:#888888;overflow:hidden;margin-top:5px}
.h_index .sec_04 .notice_list li.new a .date {background:var(--primary-50)}
.h_index .sec_04 .right_link {flex:1}
.h_index .sec_04 .right_link ul li a {justify-content:space-between}
.h_index .sec_04 .right_link ul li a:hover .subject {color:var(--primary-50)}
.h_index .sec_04 .right_link ul li a .icon {width:40px;height:40px;border-radius:40px}

@keyframes zoom-in {
    from {transform:scale(1)}
    to {transform:scale(1.1)}
}

/* 데이터 뷰페이지 */
.data_view,
.board_view {background:var(--white);border-radius:20px;box-shadow:var(--box-shadow);padding:40px}
.data_view .head,
.board_view .head {display:flex;align-items:center;border-bottom:solid 1px #E8E8E8;padding-bottom:24px;position:relative}
.data_view .head ~ div,
.board_view .head ~ div {margin-top:40px}
.data_view .head h3,
.board_view .head h3 {font-size:24px;font-weight:700}
.data_view .head .emblem,
.board_view .head .emblem {margin-left:auto}

.data_view .table_search {display:flex;align-items:center;gap:0 30px;border:solid 5px #E8E8E8;margin-top:16px;padding:30px}
.data_view .table_search > div {display:flex;align-items:center}
.data_view .table_search > div > span {width:90px;min-width:90px;font-size:15px;font-weight:700}
.data_view .table_search .select_box.w120 {min-width:120px}
.data_view .table_search .select_box.w100 {min-width:100px}
.data_view .table_search .radio_wrap {flex-wrap:nowrap;gap:0 20px;margin-right:20px}
.data_view .table_search .btn_primary {width:115px;height:50px;border-radius:50px;margin-left:auto}
.data_view .file_name .subject {font-weight:700}
.data_view .file_name .notice {color:var(--red)}
.data_view .btn_wrap {margin-top:16px}
.data_view .btn_wrap .btn {width:100%;max-width:160px;border-radius:50px}

.data_view .link_box {display:flex;align-items:center;justify-content:space-between;border:solid 1px #E8E8E8;background:#F7F8FC;padding:16px;font-size:15px}
.data_view .link_box div {display:flex;align-items:center;gap:0 10px}
.data_view .link_box div a {color:#686868;line-height:1.4;text-decoration:underline;word-break:break-all}
.data_view .link_box > a {color:#AAAAAA;text-decoration:underline}

.related_list ul {display:grid;grid-template-columns:repeat(4, 1fr);gap:20px}
.related_list ul li {width:100%;border:solid 1px #E8E8E8}
.related_list ul li a {min-width:0;display:block;padding:30px;transition:all .2s}
.related_list ul li a:hover {border-color:var(--black)}
.related_list ul li a:hover .tit {text-decoration:underline}
.related_list ul li .tit {display:block;font-size:18px;font-weight:700;margin:13px 0 10px}
.related_list ul li p {font-size:15px;color:#686868;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all}

/* 데이터 활용 */
.open_api_intro .sub_tit .tit {color:var(--primary-50)}
.open_api_intro .txt_wrap p {font-size:17px;color:#3A3A3C}
.open_api_intro .img_wrap {background:#F7F8FC;padding:40px;margin-top:14px}
.open_api_intro .img_wrap img {width:100%}
.open_api_intro .box2 {margin-top:30px}

.open_api_list table td a:hover {color:var(--primary-50);text-decoration:underline}

.cert_key > div + div {border-top:solid 1px #E8E8E8;margin-top:40px;padding-top:40px}
.cert_key .btn_wrap {border:0;padding:0}
.cert_key .btn_wrap .btn {border-radius:50px;padding:0 12px}

/* 비번 체크 */
.pw_check {padding:135px 40px}
.pw_check .cont {display:flex;align-items:center;justify-content:center;gap:0 10px}
.pw_check .cont .tit {flex:90px 0 0;font-size:15px;font-weight:700}
.pw_check .btn_wrap {margin-top:30px}
.pw_check .btn_wrap .btn {width:100%;max-width:160px;border-radius:50px}

/* 게시판 */
.board_list th {border:0}
.board_list td {border-left:0;border-right:0;padding:20px 10px}
.board_list td a {display:flex;align-items:center;gap:0 10px}
.board_list td a .subject {white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.board_list td .mark,
.board_view .opt_info .mark {display:inline-flex;align-items:center;gap:0 4px;height:30px;border:solid 1px #E8E8E8;border-radius:30px;font-size:15px;padding:0 10px;white-space:nowrap}
.board_list td a .mark {background:var(--primary-10);color:var(--primary-50)}

.board_view .bd_cont {min-height:200px;font-size:17px;color:#3A3A3C}
.board_view .bd_cont img {display:block;max-width:100%;margin:40px 0}
.board_view .bd_cont .txtarea_box textarea {height:400px}
.board_view .next_list {border-top:solid 1px #E8E8E8;border-bottom:solid 1px #E8E8E8}
.board_view .next_list > div {display:flex;align-items:center;gap:0 20px;height:44px;font-size:15px}
.board_view .next_list > div + div {border-top:solid 1px #E8E8E8}
.board_view .next_list > div .tit {flex:120px 0 0;display:flex;align-items:center;gap:0 10px;font-size:13px;font-weight:700;color:var(--navy)}
.board_view .next_list > div a {display:block;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.board_view .next_list > div a:hover {text-decoration:underline}
.board_view .btn_wrap .btn {width:100%;max-width:160px;border-radius:50px}
.board_view .opt_info {display:flex;align-items:center;gap:0 40px;border-top:solid 1px #E8E8E8;padding-top:20px}
.board_view .opt_info > div {display:flex;align-items:center;gap:0 10px}
.board_view .opt_info > div .tit,
.board_view .cmt_box > div .tit {min-width:90px;font-size:15px;font-weight:700}
.board_view .cmt_box > div .tit {display:block;margin-bottom:10px}
.board_view .cmt_box {background:#F7F8FC;border:Solid 1px #E8E8E8;border-radius:6px;padding:30px;margin-top:30px !important}
.board_view .cmt_box .line:nth-child(2) {border-top:solid 1px #E8E8E8;margin-top:24px;padding-top:24px}
.board_view .cmt_box .line > div {display:flex;align-items:center;gap:0 10px}
.board_view .cmt_box .line > div .tit {margin:0}
.board_view .cmt_box .txtarea_box {margin-bottom:16px}
.board_view .cmt_box .txtarea_box p {min-height:auto}
.board_view .cmt_box .date {display:flex;align-items:center;gap:0 10px;font-size:15px;color:#686868}

.board_write .btn_wrap .btn {width:100%;max-width:160px;border-radius:50px}
.board_write .form {border-bottom:solid 1px #E8E8E8;padding-bottom:40px;margin-bottom:40px}
.board_write .btn_wrap {margin-top:40px}
.board_write .txtarea_box textarea {height:400px}

/* 이용안내 page01~04로 구분*/
.use_info_box .banner {margin-bottom:20px}
.use_info_box .banner img {width:100%}
.use_info_box .layout_box > div + div {border-top:solid 1px #E8E8E8;margin-top:30px;padding-top:30px}
.use_info_box .cont p {font-size:17px;color:#686868}
.use_info_box .btn_wrap {margin-top:16px}
.use_info_box .btn_wrap .btn {font-weight:700;border-radius:50px;padding:0 30px}
.use_info_box.page1 .sec_03 .box {display:flex;align-items:flex-start;background:#F7F8FC;border-radius:6px;padding:24px}
.use_info_box.page1 .sec_03 .box + .box {margin-top:16px}
.use_info_box.page1 .sec_03 .box .tit {flex:140px 0 0;font-size:15px;font-weight:700;color:var(--navy)}
.use_info_box.page1 .sec_03 .box p {margin-top:-2px}
.use_info_box.page2 .cont p {max-width:830px}
.use_info_box.page4 .sec_02 .img_wrap {display:flex;align-items:center;justify-content:center;background:#F7F8FC;border:solid 1px #E8E8E8;border-radius:20px;padding:50px;margin-bottom:16px}
.use_info_box.page4 .sec_02 .img_wrap img {width:100%;max-width:300px}
.use_info_box.page4 .table_wrap .flex {display:flex;align-items:center}
.use_info_box.page4 .table_wrap .flex .img_wrap {display:flex;align-items:center;justify-content:center;width:60px;min-width:60px;height:60px;background:#F7F8FC;border:solid 1px #E8E8E8;border-radius:20px;padding:10px}

/* 약관 */
.term_wrap .layout_box > div + div {border-top:solid 1px #E8E8E8;margin-top:30px;padding-top:30px}
.term_wrap .layout_box .box {font-size:15px;color:#686868;background:#F7F8FC;border:solid 1px #E8E8E8;border-radius:20px;padding:50px}
.term_wrap .layout_box .box > div + div {margin-top:30px}
.term_wrap .layout_box .box .tit {display:block;font-size:18px;font-weight:700;margin-bottom:10px}


@media (hover: hover) {
    .h_header:hover {background:var(--white)}
}

@media all and (max-width: 1799px) {
    .h_index .sec_01 .scroll_down {display:none}
}

@media all and (max-width: 1299px) {
    .data_view .table_search {flex-direction:column;align-items:flex-start;gap:20px;padding:20px}
}

@media all and (max-width: 1199px) {
    /* 헤더 */
    .h_header .gnb ul li a {padding:0 20px}
    .sitemap_pop .cont .logo {margin-bottom:50px}
    .sitemap_pop .cont > ul {gap:0 50px}
    .sitemap_pop .cont .depth_01 {font-size:17px;padding-bottom:10px}
    .sitemap_pop .cont .depth_02 {margin-top:10px}
    .sitemap_pop .cont .depth_02 > li > a {font-size:15px;padding:8px 0}

    /* 인덱스 */
    .h_index .sec_01 {height:670px}
    .h_index .sec_01 .txt_wrap h1 {font-size:46px}
    .h_index .sec_01 .txt_wrap p {font-size:23px}
    .h_index .sec_01 .search_area .wrapper {padding:50px}
    .h_index .sec_01 .search_area p {font-size:20px}

    .h_index .sec_02 .list a {padding:38px 20px 20px}
    .h_index .sec_02 .list ul {flex-wrap:wrap;gap:14px}
    .h_index .sec_02 .list li {width:140px;border-radius:16px}
    .h_index .sec_02 .list a .tit {font-size:18px}
    .h_index .sec_02 .list a .num {font-size:15px}
    .h_index .sec_02 .list a .icon_02 {bottom:20px}

    .h_index .right_link {flex:auto}
    .h_index .right_link ul {flex-direction:row}
    .h_index .right_link ul > li {width:100%}
    .h_index .right_link ul li a {height:auto}
    .h_index .sec_03 .wrapper {flex-direction:column;gap:30px 0}
    .h_index .sec_04 .wrapper {flex-wrap:wrap;gap:30px 60px}
    .h_index .sec_04 .wrapper > div:nth-child(1) {flex-basis:300px}
    .h_index .sec_04 .wrapper > div:nth-child(3) {flex:auto;width:100%}
    .h_index .sec_04 .notice_list li a {padding:16px 0}

    /* 데이터 뷰페이지 */
    .related_list ul {grid-template-columns:repeat(2, 1fr)}
}

@media all and (max-width: 1023px) {
    .layout_wrap {padding:100px 0}
    .layout_wrap .wrapper {display:block}
    .h_snb_wrap,
    .breadcrumb {display:none}
    .content_wrap {width:100%}
    .mo_snb {display:grid}

    /* 헤더 */
    .h_header .gnb {display:none}
    
    /* 푸터 */
    .h_footer .wrapper {flex-direction:column;gap:0}
    .h_footer .top {padding:0;border-bottom:0}
    .h_footer .top .wrapper {padding:0}
    .h_footer .fnb {width:100%;border-bottom:solid 1px #E2E2E2;padding:20px 10px;margin-bottom:40px}
    .h_footer .fnb ul {justify-content:center}
    .h_footer .family_site {width:100%;justify-content:center}
    .h_footer .bottom {padding:30px 0}
    .h_footer .bottom .wrapper {align-items:center;gap:50px 0}
    .h_footer .bottom .info {width:100%;flex-direction:column;align-items:center;gap:30px 0;text-align:center}
    .float_btn {bottom:20px;right:20px}
}
.scroll_custom::-webkit-scrollbar {width:6px}
.scroll_custom::-webkit-scrollbar-thumb {background-clip:padding-box;background-color:rgba(0,0,0,.1);border-radius:50px}
.scroll_custom::-webkit-scrollbar-track {background-color:rgba(0,0,0,.1);border-radius:50px}

@media all and (max-width: 767px) {
    :root {
        --header-height:70px;
    }
    .only_mb {display:block}
    .only_pc {display:none}

    .mo_snb {margin-top:70px}
    .layout_wrap {padding:30px 0 60px}

    .btn {height:40px;font-size:13px}
    
    .search_box {border-radius:6px;padding:10px}
    .search_box .select_box {max-width:80px}
    .search_box .select_box select {height:40px}
    .search_box .btn_wrap {gap:5px}
    .search_box .btn svg {display:none}
    .search_box form {gap:5px}

    .sub_tit {margin-bottom:10px}
    .sub_tit .tit {gap:0 5px;font-size:14px}
    .sub_tit .tit svg {min-width:20px;height:20px}
    .sub_tit .btn_wrap .btn {height:35px;font-size:14px;padding:0 10px}

    .page_head {display:block;margin-bottom:14px}
    .page_head h2 {font-size:20px}
    .page_head p {margin-top:8px}
    .page_head p::before {display:none}

    .filter_wrap {border:solid 1px #E8E8E8;margin:30px 0;padding:20px}
    .filter_wrap ~ div {margin-top:30px}
    .filter_wrap .item {display:block}
    .filter_wrap .item > .tit {display:block;font-size:13px;min-width:initial;width:100%;padding:0 0 12px}
    .filter_wrap .item.col2 {width:100%;padding:0}
    .filter_wrap .item.col2.bd {padding:0}
    .filter_wrap .item.col2.bd::after {display:none}
    .filter_wrap .item.col3 {width:100%;padding:0}
    .filter_wrap .item.col3.bd {padding:0}
    .filter_wrap .item.col3.bd::after,
    .filter_wrap .item.col3::before {display:none}
    .filter_wrap .item .btn_primary {font-size:13px;height:40px}
    .filter_wrap .item .select_box.w200 {max-width:100%}
    .filter_wrap .select_box select {height:40px}
    .filter_wrap .radio_box_st1 label,
    .filter_wrap .radio_box_st3 label {height:28px}
    .filter_wrap .btn_wrap {gap:0 5px;margin-top:6px;padding-top:20px}
    .filter_wrap .btn_wrap .btn {height:44px;font-size:15px}
    .filter_wrap .btn_wrap .btn svg {width:16px;height:16px}
    .filter_wrap ul.notice {font-size:12px;margin-top:5px}
    .filter_wrap .multi_sel_result {display:block}
    .filter_wrap .multi_sel_result .sel_result {font-size:13px;margin:10px 0 0;padding:0}
    .filter_wrap .multi_sel_result .sel_result::before {display:none}
    .filter_wrap .multi_sel_result .sel_result .tit {display:block;margin-bottom:5px}

    .filter_wrap form {flex-direction:column}
    .filter_wrap.st1 .w170 {min-width:initial;max-width:initial}
    .filter_wrap.st1 .w200 {max-width:100%}
    .filter_wrap.st1 .btn_wrap {margin:0 auto}
    .filter_wrap.st1 .btn_wrap .btn {width:120px}
    .filter_wrap.st1 .item + .item {margin:0;padding:0}
    .filter_wrap.st1 .item + .item::before {display:none}

    .radio_box label {width:70px;height:40px;font-size:13px}
    .radio_box_st2 label {height:40px;font-size:14px;padding:0 10px}
    .radio_box_st2 label::before {width:16px;height:16px}

    .select_box select {height:40px;font-size:13px;background-position:center right 4px;padding:0 28px 0 10px}

    .input_box input {height:40px;font-size:13px;padding:0 10px}
    .input_box input.date {background-position:center right 10px;background-size:20px}

    .txtarea_box textarea {padding:10px;font-size:13px}

    .sv_type {font-size:10px;padding:4px 10px}
    .sv_type img {width:16px}

    .paging_wrap {margin-top:14px}

    table th.c_100 {width:60px}
    table th.c_150 {width:110px}

    .table_head {flex-wrap:wrap;font-size:13px}
    .table_head .total {font-size:13px}
    .table_head p {font-size:13px;}
    .table_head .align .tit {font-size:13px}
    .table_head .align .select_box select {height:32px}
    
    .table_wrap {overflow-y:auto}
    .table_wrap::-webkit-scrollbar {width:6px;height:6px}
    .table_wrap::-webkit-scrollbar-thumb {background-clip:padding-box;background-color:rgba(0,0,0,.1);border-radius:50px}
    .table_wrap::-webkit-scrollbar-track {background-color:rgba(0,0,0,.1);border-radius:50px}
    
    .table_wrap table:not(.table_01, .table_col) {min-width:500px}

    .table_wrap th {width:130px;font-size:13px;padding:10px 0}
    .table_wrap td {font-size:13px;padding:10px 5px}
    .table_wrap td .subject {font-size:14px}
    .table_wrap td a p {font-size:13px;margin:0}
    .table_wrap td .btn {height:35px;padding:0 10px}
    .table_01 td {height:auto}

    .table_col colgroup {display:none}
    .table_col tr {display:flex;flex-wrap:wrap;width:100%}
    .table_col th {display:block;width:100px;min-width:100px}
    .table_col td {display:block;width:calc(100% - 100px)}

    .table_empty {font-size:14px}

    .use_info {padding:16px}
    .use_info .tit {font-size:14px}
    .use_info ul {font-size:13px}
    .use_info ul.dot li::before {top:7px}

    .popup_wrap .popup_inner {border-radius:10px}
    .popup_wrap .pop_head {height:50px;min-height:50px;padding:0 16px}
    .popup_wrap .pop_head .tit {font-size:15px}
    .popup_wrap .pop_head .btn_close {width:30px;height:30px}
    .popup_wrap .pop_cont {gap:30px 0;padding:24px 16px}
    .popup_wrap .use_info {padding:16px}
    .popup_wrap .btn_wrap .btn {min-width:initial;width:calc((100% - 10px)/2)}

    .icon_list ul {gap:16px}
    .icon_list ul li span {width:24px;height:24px;border-radius:4px;position:relative;overflow:hidden}
    .icon_list ul li img {width:32px;max-width:initial;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}

    .form .item {display:block}
    .form .item .tit {display:block;font-size:14px;margin-bottom:10px;padding:0}
    .form .item .select_box + .select_box {margin-top:10px}
    .form .item .select_box select {height:40px}
    .form .item .w200 {max-width:initial}

    /* 헤더 */
    .h_header .logo svg {width:120px}
    .h_header .right_menu > button {width:44px;min-width:44px;height:44px}
    .h_header .right_menu > button svg {width:20px}
    .h_header .right_menu > .btn_primary svg {width:24px}
    
    .search_pop .inner {padding:20px}
    .search_pop .inner .box {height:60px;padding-left:16px}
    .search_pop .inner .box input {font-size:15px}
    .search_pop .inner .box button {width:60px}
    .search_pop .inner .box button svg {width:24px}

    .sitemap_pop {background:url('/img/sitemap_bg_01.jpg') no-repeat center top/cover}
    .sitemap_pop .head {height:70px;background:url('/img/sitemap_bg_01.jpg') no-repeat center top/cover;z-index:1}
    .sitemap_pop .btn_close {width:50px;height:50px}
    .sitemap_pop .cont .logo {display:none}
    .sitemap_pop .inner {height:auto;display:block;padding:0 30px 50px}
    .sitemap_pop .cont > ul {flex-direction:column;align-items:flex-start;gap:40px 0}
    .sitemap_pop .cont .depth_02 {display:grid;grid-template-columns:repeat(2, 1fr);}

    /* 푸터 */
    .h_footer .fnb ul {max-width:284px;flex-wrap:wrap;gap:12px 0;margin:0 auto}
    .h_footer .fnb li:nth-child(4)::before {display:none}
    .h_footer .fnb li + li::before {margin:0 7px}
    .h_footer .family_site .sel_box > button {font-size:14px}
    .h_footer .bottom .wrapper {align-items:flex-start}
    .h_footer .bottom .info {align-items:flex-start;text-align:left;font-size:13px}
    .h_footer .bottom .info > img {width:130px}

    /* 인덱스 */
    .h_index .sec {padding:30px 0}
    .h_index .title_box  {justify-content:center;flex-direction:column;gap:20px 0}
    .h_index .title_box h2 {font-size:20px;text-align:center}
    .h_index .title_box .tab_menu {margin:0}
    .h_index .title_box .tab_menu ul {justify-content:center}
    .h_index .title_box .tab_menu li>* {width:122px;height:38px;padding:0 14px;font-size:13px}

    .h_index .sec_01 {height:600px;padding:0}
    .h_index .sec_01 .txt_wrap {top:35%}
    .h_index .sec_01 .txt_wrap h1 {font-size:38px}
    .h_index .sec_01 .txt_wrap p {font-size:18px;margin-top:30px}
    .h_index .sec_01 .search_box {height:50px}
    .h_index .sec_01 .search_area .wrapper {padding:40px 40px 60px}
    .h_index .sec_01 .search_area p {display:none}
    .h_index .sec_01 .search_box input {font-size:15px}
    .h_index .sec_01 .search_box button svg {width:24px;height:24px}
    
    .h_index .sec_02 {padding-top:60px}
    .h_index .sec_02 .list ul {display:grid;grid-template-columns:repeat(3, 1fr)}
    .h_index .sec_02 .list li {width:100%;border-radius:12px}
    .h_index .sec_02 .list a {padding:30px 16px 20px}
    .h_index .sec_02 .list a .tit {font-size:15px}
    .h_index .sec_02 .list a .num {font-size:13px;margin-top:4px}
    .h_index .sec_02 .list a .icon_wrap {margin-top:18px}
    .h_index .sec_02 .list a .icon_01 {width:20px;height:20px;border-radius:4px}
    .h_index .sec_02 .list a .icon_02 {max-width:35px}
    
    .h_index .sec_03 .left .list {width:calc(100% + 40px);margin-left:-20px}
    .h_index .sec_03 .left .list ul {overflow-x:scroll;padding:0 20px}
    .h_index .sec_03 .left .list ul li {min-width:270px}
    .h_index .sec_03 .left .list .txt_wrap .tit {font-size:15px}
    .h_index .sec_03 .left .list .txt_wrap .cont {font-size:14px;margin-top:5px}
    .h_index .right_link ul {flex-direction:column;gap:14px}
    .h_index .right_link ul li a {justify-content:flex-start;font-size:14px;padding:10px 20px}
    .h_index .right_link ul li a .icon {width:36px;height:36px}
    .h_index .right_link ul li a .icon svg {width:16px;height:16px}

    .h_index .sec_04 {padding-bottom:60px}
    .h_index .sec_04 .wrapper {display:block}
    .h_index .sec_04 .wrapper > div:nth-child(2) {margin-top:20px}
    .h_index .sec_04 .wrapper > div:nth-child(3) {margin-top:60px}
    .h_index .sec_04 .notice_list li a {gap:0 10px;padding:20px 0}
    .h_index .sec_04 .notice_list li a .date {width:60px;min-width:60px;height:60px}
    .h_index .sec_04 .notice_list li a .txt_wrap .tit {font-size:15px}
    .h_index .sec_04 .notice_list li a .txt_wrap .tit .new {margin-top:0}
    .h_index .sec_04 .notice_list li a .txt_wrap p {font-size:13px}
    .h_index .sec_04 .right_link ul li a .icon {width:24px;height:24px}
    .h_index .sec_04 .right_link ul li a .icon svg {width:10px;height:10px}

    /* 이용안내 page01~04로 구분*/
    .use_info_box .layout_box {padding:0;box-shadow:none;margin-top:30px}
    .use_info_box .banner {margin-bottom:30px}
    .use_info_box .cont p {font-size:13px}
    .use_info_box .btn_wrap {flex-wrap:wrap;gap:10px;margin-top:10px}
    .use_info_box .btn_wrap .btn {width:100%}
    .use_info_box.page1 .sec_03 .box {flex-direction:column;gap:10px 0}
    .use_info_box.page1 .sec_03 .box .tit {flex:auto;font-size:14px}
    .use_info_box.page4 .sec_02 .img_wrap {border-radius:10px;padding:20px}
    .use_info_box.page4 .sec_02 .img_wrap img {max-width:150px}
    .use_info_box.page4 .table_wrap .flex {flex-direction:column;gap:5px}

    /* 약관 */
    .term_wrap .layout_box {padding:0;box-shadow:none;margin-top:30px}
    .term_wrap .layout_box .box {border-radius:10px;font-size:13px;padding:20px 16px}
    .term_wrap .layout_box .box > div + div {margin-top:16px}
    .term_wrap .layout_box .box .tit {font-size:15px}
    
    /* 데이터 뷰페이지 */
    .data_view,
    .board_view {background:none;box-shadow:none;padding:0;margin-top:24px}
    .board_view {margin-top:0}
    .data_view .head,
    .board_view .head {padding-bottom:16px}
    .data_view .head h3,
    .board_view .head h3 {font-size:14px}
    .data_view .head .emblem,
    .board_view .head .emblem {width:34px}
    .data_view .head ~ div,
    .board_view .head ~ div {margin-top:30px}

    .board_view .bd_cont {font-size:13px;margin-top:20px !important}
    .board_view .opt_info {flex-direction:column;align-items:flex-start;gap:20px}
    .board_view .opt_info > div .tit,
    .board_view .cmt_box > div .tit {font-size:14px}
    .board_view .cmt_box {padding:24px}
    .board_view .cmt_box .date {font-size:13px}
    .board_view .cmt_box .line .cont {width:100%}
    .board_view .cmt_box .line > div {flex-direction:column;align-items:flex-start;gap:10px}
    .board_view .cmt_box .line .w200 {max-width:initial;width:100%}
    .board_view .next_list > div {font-size:13px}
    .board_view .next_list > div .tit {flex-basis:80px}

    .data_view .link_box {flex-direction:column;align-items:flex-start;gap:10px 0}
    .data_view .link_box div {flex-direction:column;align-items:flex-start;gap:5px 0}
    .data_view .link_box > a {font-size:12px}
    .data_view .btn_wrap .btn {max-width:120px}

    .pw_check {padding:30px 20px}
    .pw_check .cont {flex-direction:column;align-items:flex-start;gap:10px}
    .pw_check .cont .tit {flex:auto;}
    .pw_check .btn_wrap {margin-top:16px}

    .related_list ul li a {padding:16px}
    .related_list ul li .tit {font-size:14px}
    .related_list ul li p {font-size:13px}

    /* 게시판 */
    .board_list {overflow:hidden}
    .board_list table {min-width:initial !important}
    .board_list table th {width:auto}
    .board_list table th.c_130 {width:73px}
    .board_list table th:first-child {width:40px}
    .board_list table th.c_80 {width:50px}
    .board_list table th.mc_45 {width:45px}
    .board_list td img {width:16px}
    .board_list td .mark,
    .board_view .opt_info .mark {height:24px;padding:0 4px;font-size:13px}
    .board_list td .mark svg,
    .board_view .opt_info .mark svg {display:none;width:14px}
    .board_list td .mark.lock span,
    .board_view .opt_info .mark.lock span {display:none}
    .board_list td .mark.lock svg,
    .board_view .opt_info .mark.lock svg {display:block}
    .board_list td .subject {font-size:13px}

    .board_write {padding:0;box-shadow:none;margin-top:30px}
    .board_write .form {margin-bottom:20px;padding-bottom:20px}
    .board_write .item .select_box {max-width:initial}
    .board_write .item .select_box + div {max-width:initial;margin-top:10px}
    .board_write .btn_wrap {margin-top:20px}
    .form .item .radio_box_st3 label {height:auto}

    /* 데이터찾기 - api - 예제실행하기 팝업 */
    .pop_multi_sel .popup_inner {width:100%;max-height:initial;border-radius:0}
    .pop_multi_sel .pop_cont {padding:0;gap:0}
    .pop_multi_sel .pop_cont .filter {height:calc(100% - 60px)}
    .pop_multi_sel .pop_cont .btn_wrap .btn {max-width:120px}
    .pop_multi_sel .pop_cont .btn_wrap .btn svg {width:16px;height:16px}
    .pop_multi_sel .left_filter {flex-basis:50px}
    .pop_multi_sel .sel_list {flex-direction:column;align-items:flex-start;gap:5px 0;height:auto;padding:12px 10px 10px;font-size:13px;overflow:hidden}
    .pop_multi_sel .sel_list ul {flex-wrap:wrap;gap:3px 8px}
    .pop_multi_sel .sel_list ul::before {display:none}
    .pop_multi_sel .sel_list li button {padding:6px}
    .pop_multi_sel .local_list {display:flex;flex-direction:column;padding:10px}
    
    /* 데이터 활용 */
    .open_api_intro {padding:0;margin-top:30px;box-shadow:none}
    .open_api_intro .txt_wrap p {font-size:13px}
    .open_api_intro .img_wrap {padding:20px}

    .open_api_list .table_wrap {overflow:hidden}
    .open_api_list table.table_02 {min-width:initial}

    .cert_key {padding:0;box-shadow:none}
    .cert_key > div + div {margin-top:16px;padding-top:16px}
    .cert_key .use_info {padding:12px 10px}

    .pop_verify_key p {font-size:14px}
    .pop_verify_key .item {flex-wrap:wrap}
    .pop_verify_key .item .tit {display:block;width:100%;font-size:10px;margin-bottom:10px}
    .pop_verify_key .item .input_box input {height:40px}
    .pop_verify_key .btn_wrap {margin-top:-10px}
}

@media all and (max-width: 499px) {
    /* 챗봇 */
    .chat_box {max-width:calc(100% - 40px);bottom:20px;right:20px}
    .chat_box .inner {max-height:70vh}

    /* 데이터 뷰페이지 */
    .data_view .table_search > div {width:100%;flex-direction:column;align-items:flex-start;gap:10px}
    .data_view .table_search .btn_primary {margin:0 auto}
    .data_view .table_search .select_box.w120 {max-width:initial;width:100%}
    
    .related_list ul {display:flex;flex-direction:column;gap:10px}
}

@media all and (max-width: 374px) {
    .filter_wrap .btn_wrap .btn {font-size:13px}
    .h_index .sec_02 .list a .icon_01 {width:18px;height:18px}
    .h_index .sec_02 .list a .icon_02 svg {height:18px}
}

@media all and (max-width: 350px) {
    .table_head p {margin-left:0;margin-top:8px}
}


/* 서비스 정보 */
.service_info_box .layout_box {background:var(--white);border-radius:20px;box-shadow:var(--box-shadow);padding:20px}
.service_info_box .cont p {font-size:15px;color:#686868;word-break:break-all}
.service_info_box .Imglayout_box {background:var(--white);border-radius:20px;box-shadow:var(--box-shadow);padding:20px;text-align:center;}
