@charset "utf-8";
@font-face {
    font-family: 'Pretendard-ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard-Black';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* 초기화 */
html {overflow-y:scroll; font-size:10px;}
body {padding:0;font-size:1.2rem;font-family:'Pretendard-Regular', sans-serif; font-weight: 400; -webkit-text-size-adjust: 100%; letter-spacing:-0.5px;  margin:0 auto !important;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:'Pretendard-Regular', sans-serif}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}

ul, li, dl,dt,dd {margin:0;padding:0;list-style:none}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle;font-size:1.4rem}
input, button {margin:0;padding:0;font-family:'Pretendard-Regular', sans-serif;font-size:1.4rem}
input[type="submit"] {cursor:pointer; -webkit-appearance: none;}
button {cursor:pointer}
img {max-width:100%; height:auto;}
textarea, select {font-family:'Pretendard-Regular', sans-serif;font-size:1.4rem}
select {width:100%; height:4rem; padding: 0 2rem; padding-right:3rem; font-size:1.5rem; color:#111; background: url('../img/arr_down_b.svg') no-repeat 98% 50% #fff; background-size:2.4rem; -webkit-appearance: none; -moz-appearance: none; appearance: none; border: 1px solid #cecece; border-radius: 0;}
select::-ms-expand {display: none;}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none; transition: All 0.3s ease; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease;}

*, :after, :before {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
}

input[type=text],input[type=email],input[type=password], textarea {outline:none; -webkit-appearance: none;}

input[type=text]:focus,input[type=email]:focus,input[type=password]:focus, textarea:focus,select:focus {outline:none;}

.placeholdersjs {color:#aaa !important}

/* 게시물 선택복사 선택이동 */
#copymove {}
#copymove .win_desc {text-align:center;display:block}
#copymove .tbl_wrap {margin:20px}
#copymove .win_btn {padding:0 20px 20px}
.copymove_current {float:right;background:#ff3061;padding:5px;color:#fff;border-radius:3px}
.copymove_currentbg {background:#f4f4f4}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;font-size:0;line-height:0;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;width:0;height:0;margin:0 !important;padding:0 !important;font-size:0;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;top:0;left:0;width:1px;height:1px;font-size:0;line-height:0;overflow:hidden}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:2em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* ie6 이미지 너비 지정 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha #captcha_img {height:40px;border:1px solid #898989;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat;text-indent:-999px;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.333em;font-weight:bold;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha.m_captcha #captcha_img {width:160px;height:60px;border:1px solid #e9e9e9;margin-bottom:3px;margin-top:5px;display:block}
#captcha.m_captcha #captcha_reload {position:static;margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../img/captcha2.png') no-repeat 0 -40px;text-indent:-999px}
#captcha.m_captcha #captcha_reload span {display:none}
#captcha.m_captcha #captcha_key {margin:0;padding:0 5px;width:115px;height:29px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:29px;margin-left:3px}
#captcha.m_captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}
#captcha.m_captcha #captcha_mp3 {width:31px;height:31px;background:url('../img/captcha2.png') no-repeat 0 0 ; vertical-align:top;overflow:hidden;cursor:pointer;text-indent:-9999px;border:none}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc {display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f7f7f7;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left;zoom:1}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* ckeditor 태그 기본값 */
#bo_v_con ul {display:block;list-style-type:disc;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con ol {display:block;list-style-type:decimal;margin-top:1em;margin-bottom:1em;margin-left:0;margin-right:0;padding-left:40px}
#bo_v_con li {display:list-item}

/* 버튼 */
a.btn,.btn {line-height:35px;height:35px;padding:0 10px;text-align:center;font-weight:bold;border:0;font-size:1.4em;
-webkit-transition:background-color 0.3s ease-out;
-moz-transition:background-color 0.3s ease-out;
-o-transition:background-color 0.3s ease-out;
transition:background-color 0.3s ease-out}

a.btn01 {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}

.btn_confirm {text-align:right} /* 서식단계 진행 */

.btn_submit {border:0;background:#3a8afd;color:#fff;cursor:pointer;border-radius:3px}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}

a.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;background:#969696;color:#fff;text-decoration:none;vertical-align:middle}
.btn_cancel:hover {background:#aaa}
a.btn_frmline, button.btn_frmline {display:inline-block;width:128px;padding:0 5px;height:40px;border:0;background:#434a54;border-radius:3px;color:#fff;text-decoration:none;vertical-align:top} /* 우편번호검색버튼 등 */
a.btn_frmline {}
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;color:#bababa;text-decoration:none;vertical-align:middle;border:0;background:transparent}
a.btn_b02,.btn_b02 {display:inline-block;background:#253dbe;padding:0 10px;color:#fff;text-decoration:none;border:0;vertical-align:middle}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */

/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-top:1px solid #ececec;border-bottom:1px solid #ececec} 
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
.tbl_head01 {margin:0 0 10px}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:20px 0;font-weight:normal;text-align:center;border-bottom:1px solid #ececec;height:40px}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:8px 0;border-bottom:1px solid #e8e8e8}
.tbl_head01 td {color:#666;padding:10px 5px;border-top:1px solid #ddd;border-bottom:1px solid #ddd;line-height:1.4em;height:60px;word-break:break-all}

.tbl_head02 {margin:0 0 10px}
.tbl_head02 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th, .tbl_head02 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:#fff;line-height:1.4em;word-break:break-all}
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {margin:0 0 20px}
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_frm01 th {width:70px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f5f8f9;text-align:left}
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.wr_content textarea,.tbl_frm01 textarea,.form_01 textarea, .frm_input {border:1px solid #ccc;background:#fff;color:#000;vertical-align:middle;border-radius:0;padding:5px; font-size:1.6rem;}
.tbl_frm01 textarea {padding:2px 2px 3px}
.frm_input {height:40px}

.full_input {width:100%}
.half_input {width:49.5%}
.twopart_input {width:385px;margin-right:10px}
.tbl_frm01 textarea, .write_div textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}

/*기본 리스트*/
.list_01 ul {border-top:1px solid #ececec}
.list_01 li {border-bottom:1px solid #ececec;background:#fff;padding:10px 15px;list-style:none;position:relative}
.list_01 li:nth-child(odd) {background:#f6f6f6}
.list_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.list_01 li:hover {background:#f9f9f9}
.list_01 li.empty_li {text-align:center;padding:20px 0;color:#666}

/*폼 리스트*/
.form_01 h2 {font-size:1.167em}
.form_01 li {margin-bottom:10px}
.form_01 ul:after,
.form_01 li:after {display:block;visibility:hidden;clear:both;content:""}
.form_01 .left_input {float:left}
.form_01 .margin_input {margin-right:1%}
.form_01 textarea {height:100px;width:100%}
.form_01 .frm_label {display:inline-block;width:130px}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;color:#666;text-align:center}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png') !important;background-repeat:no-repeat !important;background-position:right top !important}

/* 테이블 항목별 정의 */
.td_board {width:80px;text-align:center}
.td_category {width:80px;text-align:center}
.td_chk {width:30px;text-align:center}
.td_date {width:60px;text-align:center}
.td_datetime {width:110px;text-align:center}
.td_group {width:80px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_name {width:100px;text-align:left}
.td_nick {width:100px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:80px;text-align:center}
.td_stat {width:60px;text-align:center}

.txt_active {color:#5d910b}
.txt_done {color:#e8180c}
.txt_expired {color:#ccc}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative}
.new_win .tbl_wrap {margin:0 20px}
.new_win #win_title {font-size:1.3em;height:50px;line-height:30px;padding:10px 20px;background:#fff;color:#000;-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);
-moz-box-shadow:0 1px 10px rgba(0,0,0,.1);
box-shadow:0 1px 10px rgba(0,0,0,.1)}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win .win_ul {margin-bottom:15px;padding:0 20px}
.new_win .win_ul:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_ul li {float:left;background:#fff;text-align:center;padding:0 10px;border:1px solid #d6e9ff;border-radius:30px;margin-left:5px}
.new_win .win_ul li:first-child {margin-left:0}
.new_win .win_ul li a {display:block;padding:8px 0;color:#6794d3}
.new_win .win_ul .selected {background:#3a8afd;border-color:#3a8afd;position:relative;z-index:5}
.new_win .win_ul .selected a {color:#fff;font-weight:bold}
.new_win .win_desc {position:relative;margin:10px;border-radius:5px;font-size:1em;background:#f2838f;color:#fff;line-height:50px;text-align:left;padding:0 20px}
.new_win .win_desc i {font-size:1.2em;vertical-align:baseline}
.new_win .win_desc:after {content:"";position:absolute;left:0;top:0;width:4px;height:50px;background:#da4453;border-radius:3px 0 0 3px}
.new_win .frm_info {font-size:0.92em;color:#919191}
.new_win .win_total {float:right;display:inline-block;line-height:30px;font-weight:normal;font-size:0.75em;color:#3a8afd;background:#f6f6f6;padding:0 10px;border-radius:5px}
.new_win .new_win_con {margin:20px 0;padding:20px}
.new_win .new_win_con:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .new_win_con2 {margin:20px 0}
.new_win .btn_confirm:after {display:block;visibility:hidden;clear:both;content:""}
.new_win .win_btn {text-align:center}
.new_win .cert_btn {margin-bottom:30px;text-align:center}
.new_win .btn_close {padding:0 20px;height:45px;overflow:hidden;cursor:pointer}
.new_win .btn_submit {padding:0 20px;height:45px;font-weight:bold;font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#fff;background:#ff005a;padding:2px 5px 3px;line-height:18px;margin:0 2px}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰 */
.sv_wrap {position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;font-size:0.92em;background:#333;
-webkit-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
-moz-box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2);
box-shadow:2px 2px 3px 0px rgba(0,0,0,0.2)}
.sv_wrap .sv:before {content:"";position:absolute;top:-6px;left:15px;width:0;height:0;border-style:solid;border-width:0 6px 6px 6px;border-color:transparent transparent #333 transparent}
.sv_wrap .sv a {display:inline-block;margin:0;padding:0 10px;line-height:30px;width:100px;font-weight:normal;color:#bbb}
.sv_wrap .sv a:hover {background:#000;color:#fff}
.sv_member {color:#333}
.sv_on {display:block !important;position:absolute;top:23px;left:0px;width:auto;height:auto}
.sv_nojs .sv {display:block}

.pg_wrap {clear:both; margin:3rem auto; text-align:center;}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {display:inline-block;}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#fff;border:1px solid #ddd;}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#333;font-size:1.4rem;height:40px;line-height:38px;padding:0 5px;min-width:40px;text-decoration:none;border-radius:0; border:1px solid #ddd;}
.pg_start {text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #ddd}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #ddd}
.pg_end {text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #ddd}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% #fff;padding:0;border:1px solid #ddd}
.pg_current {display:inline-block; font-size: 1.4rem; background:#0087cb;border:1px solid #0087cb;color:#fff;font-weight:600;height:40px;line-height:40px;padding:0 10px;min-width:40px;border-radius:0;}

/* cheditor 이슈 */
.cheditor-popup-window *, .cheditor-popup-window :after, .cheditor-popup-window :before {
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:1200px;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e1e1e1;background:#fff}
.hd_pops img {max-width:100%}
.hd_pops_con {}
.hd_pops_footer {padding:0;background:#000;color:#fff;text-align:left;position:relative}
.hd_pops_footer:after {display:block;visibility:hidden;clear:both;content:""}
.hd_pops_footer button {padding:10px;border:0;color:#fff}
.hd_pops_footer .hd_pops_reject {background:#000;text-align:left}
.hd_pops_footer .hd_pops_close {background:#393939;position:absolute;top:0;right:0}

/* 중간 레이아웃 */
#wrapper:after,
#container:after,
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_title,
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

/* Mobile화면으로 */
#device_change {display:block;margin:0.3em;padding:0.5em 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}
.open_ly {position: fixed; top: 0; left: 0; display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); z-index: 100; overflow-y: auto;}
.open_ly.open {display:block;}
.open_ly .outb {display: table; width: 100%; height: 100%; table-layout: fixed;}
.open_ly .inb {display: table-cell; width: 100%; height: 100%; vertical-align: middle; text-align:center;}
.open_ly .layer_ctt {position:relative; max-width: 64rem; width:90%; margin: 0 auto; padding:3rem 2rem; background: #fff; border-radius: 5px;}
.open_ly .layer_ctt .m1 {font-size:2.5rem; text-align:center; color:#111; font-family: 'Pretendard-SemiBold'; font-weight:600; margin-bottom: 2rem;}
.open_ly .view_close {width:20rem; height:5rem; margin:0 auto; display:flex; align-items:center; justify-content:center; background:#111; color:#fff; font-size:1.6rem; cursor:pointer; margin-top: 2rem;}
.open_ly .view_x {position: absolute; top: 0; right: 0; width: 6rem; height: 6rem; background: url('../img/close_btn_b.svg') no-repeat center/2.5rem; cursor: pointer; z-index: 1;}
.open_ly .pric_ta {width: 100%; height: 30rem; border: 1px solid #cecece; padding: 1.5rem 1.5rem; color: #333; font-size: 1.4rem; line-height: 2rem; border-radius:0; resize:none; position:relative; z-index:1;}

.bottom-top {transform: translate(0,50px); -webkit-transform: translate(0,50px); -webkit-transition: 0.6s; transition: 0.6s; opacity:0;}
.img-ani {transition: transform 0.6s cubic-bezier(0.16, 0.68, 0.43, 0.99),opacity 0.6s ease-in-out; opacity: 0;}
.img-aniload {transform: translate(0,0); -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); opacity:1;}
.img-aniload.bottom-top {transition-delay: 0.2s; -webkit-transition-delay: 0.2s; transform: translate(0,0); -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); opacity: 1;}
.img-aniload.bottom-top.dy {transition-delay: 0.5s; -webkit-transition-delay: 0.5s;}
.txt-ani {overflow: hidden; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -ms-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; opacity: 0; color:#111;}
.txt-ani > span {-webkit-transition: inherit; -moz-transition: inherit; -ms-transition: inherit; -o-transition: inherit; transition: inherit; transform: translate(0,100px); -webkit-transform: translate(0,100px); -moz-transform: translate(0,100px); -ms-transform: translate(0,100px); -o-transform: translate(0,100px); opacity: 0; display: inline-block;}
.txt-aniload > span {transform: translate(0,0); -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); opacity: 1;}
.tech-img {display:inline-block; max-width: 100%;}
.tech-img img {max-width: 1200px;}
.tech-img > div {width: 0; overflow: hidden; -webkit-transition: all 1.2s ease; -moz-transition: all 1.2s ease; -ms-transition: all 1.2s ease; -o-transition: all 1.2s ease; transition: all 1.2s ease; opacity: 0;}
.tech-aniload > div {width: 100%; opacity: 1;}
.left-right {opacity:0; transform: translate(-40px,0); -webkit-transform: translate(-40px,0); -moz-transform: translate(-40px,0); -ms-transform: translate(-40px,0); -o-transform: translate(-40px,0); transition: all 1s ease; -webkit-transition: all 1s ease;}
.right-left {opacity:0; transform: translate(40px,0); -webkit-transform: translate(40px,0); -moz-transform: translate(40px,0); -ms-transform: translate(40px,0); -o-transform: translate(40px,0); transition: all 1s ease; -webkit-transition: all 1s ease;}
.img-aniload .left-right,
.img-aniload .right-left,
.img-aniload.left-right,
.img-aniload.right-left {transition-delay: 0.3s; -webkit-transition-delay: 0.3s; transform: translate(0,0); -webkit-transform: translate(0,0); -moz-transform: translate(0,0); -ms-transform: translate(0,0); -o-transform: translate(0,0); opacity: 1;}

.blk {display:block;}
.wrap {position:relative; max-width:139rem; padding:0 2rem; margin:0 auto;}
.wrap:after,
.clear:after {content:''; display:block; clear:both;}
.le {float:left;}
.ri {float:right;}

#c_gnb {position:fixed; top: 0; left: 0; right: 0; width:100%; overflow:hidden; z-index: 9; background:rgba(0,0,0,0.5); height:8rem; z-index:13; padding:0 6rem; transition:all 0.3s ease; -webkit-transition:all 0.3s ease; box-shadow:0px 3px 5px rgba(0,0,0,0.1);}
#c_gnb .mn_wr {position: absolute; top: 0; left: 50%; width:52%; z-index:3; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
#c_gnb .mn_ul {}
#c_gnb .hd_wrap:after,
#c_gnb .mn_ul:after {content:''; display:block; clear:both;}
#c_gnb .mn_ul .tit_menu {float:left; width:25%; position:relative;}
#c_gnb .mn_ul .dep_w {}
#c_gnb .mn_ul .dep_w .de1 {position:relative;}
#c_gnb .mn_ul .tit_menu:after {/*opacity:0; content:''; position: absolute; top: 10.5rem; left: 0; width: 0; height: 5px; background: #3c91ce; transition:all 0.5s ease-in-out; -webkit-transition:all 0.5s ease-in-out;*/}
#c_gnb .mn_ul .tit_menu:hover:after {width:100%; opacity:1;}
#c_gnb .mn_ul li:hover.tit_menu {}
#c_gnb .mn_ul li:hover .dep_w .de1 {}
#c_gnb .mn_ul li:hover .dep_w .de1 a {color:#0080c6 !important;}
#c_gnb .mn_ul .dep_w .de1 a {position:relative; display:block; height: 8rem; line-height: 8rem; font-size:1.8rem; text-align:center; color:#fff; font-family: 'Pretendard-SemiBold'; font-weight:600;}
#c_gnb .mn_ul .dep_w .de1 a span {position:relative;}
#c_gnb .mn_ul li:hover .dep_w .de1 span:after {}
#c_gnb .mn_ul .dep_m li:hover a {color:#0080c6;}
#c_gnb .mn_ul .dep_m {height: 53rem; text-align:center; padding-top: 2rem;}
#c_gnb .mn_ul .dep_w .dep_m a {position:relative; font-size:1.6rem; padding: 0.8rem 0; display: block; word-break: keep-all; color:#888;}
#c_gnb .mn_ul .dep_w .dep_m a.sm {padding: 5px 0; padding-left: 1rem; font-size: 1.5rem;}
#c_gnb .mn_ul .dep_w .dep_m a span {position:relative;}
#c_gnb .mn_ul .dep_w .dep_m .sm a {text-align: left; padding-left: 1.5rem;}
#c_gnb .mn_ul .dep_w .dep_m a:hover span {border-bottom:1px solid #fff;}
#c_gnb .mn_ul .dep_w .dep_m a:hover span:before {/*content:''; position: absolute; top: 5px; left: -14px; width: 5px; height: 5px; background: #222162; border-radius: 50%;*/}
#c_gnb .logo {float:left; position: relative; z-index: 1;}
#c_gnb .logo a {float:left; display:block; height: 8rem; line-height: 8rem; background: url('/img/logo_w.svg') no-repeat center/100%; width: 18rem;}
#c_gnb .logo img {width:auto; height:4rem;}
#c_gnb .ov_bg {position:absolute; top:0; left:0; right:0; height:8rem; z-index: 1; transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
#c_gnb .tit_menu#on .dep_w .de1 a {color:#3366ff;}
#c_gnb .tit_menu#on .dep_w .de1:after {content:''; position: absolute; top: 8.7rem; left: 0; width: 100%; height: 3px; background: #3366ff;}
#c_gnb .mn_ul li:hover .dep_w .dep_m {}
#c_gnb .mn_ul li:hover .dep_w .dep_m a {color:#fff;}
#c_gnb .de1 a span {position:relative; display: block;}
#c_gnb .de1 a span:after {content: ""; width: 0; position: absolute; bottom: 0; left: 50%; height: 3px; transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out;}
#c_gnb .mn_ul li:hover .de1 span:after {width: 100%; z-index: 2; margin-left: -50%; background:#0080c6;}
.r_menu {float:right; position:relative; z-index:1;}
.r_menu ul {}
.r_menu ul li {float:left;}
.r_menu ul li a {display: flex; height: 8rem; align-items: center; font-size: 1.4rem; color: #fff; padding: 0 1.75rem; font-family: 'Pretendard-Medium'; font-weight:500;}

#hd.fixed #c_gnb .r_menu ul li a,
.fp-viewing-foot #c_gnb .r_menu ul li a,
.fp-viewing-notice #c_gnb .r_menu ul li a,
.fp-viewing-project #c_gnb .r_menu ul li a,
.fp-viewing-product #c_gnb .r_menu ul li a {color:#191919;}

#hd.fixed #c_gnb,
.fp-viewing-foot #c_gnb,
.fp-viewing-notice #c_gnb,
.fp-viewing-project #c_gnb,
.fp-viewing-product #c_gnb {background:#fff;}

#hd.fixed #c_gnb .logo a,
.fp-viewing-foot #c_gnb .logo a,
.fp-viewing-notice #c_gnb .logo a,
.fp-viewing-project #c_gnb .logo a,
.fp-viewing-product #c_gnb .logo a {background: url('/img/logo.svg') no-repeat center/100%;}

#hd.fixed #c_gnb .mn_ul .dep_w .de1 a,
.fp-viewing-foot #c_gnb .mn_ul .dep_w .de1 a,
.fp-viewing-notice #c_gnb .mn_ul .dep_w .de1 a,
.fp-viewing-project #c_gnb .mn_ul .dep_w .de1 a,
.fp-viewing-product #c_gnb .mn_ul .dep_w .de1 a {color:#191919;}

#hd.fixed #c_gnb .mn_ul li:hover .dep_w .dep_m,
.fp-viewing-foot #c_gnb .mn_ul li:hover .dep_w .dep_m,
.fp-viewing-notice #c_gnb .mn_ul li:hover .dep_w .dep_m,
.fp-viewing-project #c_gnb .mn_ul li:hover .dep_w .dep_m,
.fp-viewing-product #c_gnb .mn_ul li:hover .dep_w .dep_m {background:#f8f8f8;}

#hd.fixed #c_gnb .mn_ul li:hover .dep_w .dep_m a,
.fp-viewing-foot #c_gnb .mn_ul li:hover .dep_w .dep_m a,
.fp-viewing-notice #c_gnb .mn_ul li:hover .dep_w .dep_m a,
.fp-viewing-project #c_gnb .mn_ul li:hover .dep_w .dep_m a,
.fp-viewing-product #c_gnb .mn_ul li:hover .dep_w .dep_m a {color:#191919;}

#hd.fixed #c_gnb .mn_ul .dep_w .dep_m a:hover span,
.fp-viewing-foot #c_gnb .mn_ul .dep_w .dep_m a:hover span,
.fp-viewing-notice #c_gnb .mn_ul .dep_w .dep_m a:hover span,
.fp-viewing-project #c_gnb .mn_ul .dep_w .dep_m a:hover span,
.fp-viewing-product #c_gnb .mn_ul .dep_w .dep_m a:hover span {border-bottom:1px solid #191919;}


#section0 {}
#section0 .bg {height:100%; background:url('../img/main_sd1.jpg') no-repeat center/cover; overflow:hidden; transform:scale(1.2); -webkit-transform:scale(1.2); transition:all 2s ease; -webkit-transition:all 2s ease; transition-delay:0.5s; -webkit-transition-delay:0.5s;}
#section0 .txt {position: absolute; top: 50%; left: 0; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); z-index: 1; text-align:center;}
#section0 .txt .img {margin-bottom:3rem;}
#section0 .txt .m1 {font-size:2.5rem; line-height: 1.4; color:#fff; font-family: 'Pretendard-Light'; font-weight: 300;}
#section0.img-aniload .bg {transform:scale(1); -webkit-transform:scale(1);}

.scroll {position:absolute; bottom:3rem; left:50%; margin-left:-38px; -webkit-animation: arrow 1.5s infinite ease-out; animation: arrow 1.5s infinite ease-out;}
@-webkit-keyframes arrow /* Safari and Chrome */
{
	0%   {transform:translateY(0px); -webkit-transform:translateY(0px);}
	50%  {transform:translateY(10px); -webkit-transform:translateY(10px);}
	100%   {transform:translateY(0px); -webkit-transform:translateY(0px);}
}
@keyframes arrow
{
	0%   {transform:translateY(0px); -webkit-transform:translateY(0px);}
	50%  {transform:translateY(10px); -webkit-transform:translateY(10px);}
	100%   {transform:translateY(0px); -webkit-transform:translateY(0px);}
}

#fp-nav {position:fixed; top:50%; right:5rem; /*transform:translateY(-50%); -webkit-transform:translateY(-50%);*/}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {width: 6px; height: 6px; display:block; background:#8b8e94; border-radius:50%; position:relative;}

#fp-nav ul li, 
.fp-slidesNav ul li {margin:2rem 0;}

#fp-nav ul li:hover a span, 
.fp-slidesNav ul li:hover a span,
#fp-nav ul li a.active span {background: #b4b5bb;}

.fp-viewing-main #fp-nav ul li:hover a span, 
.fp-viewing-main .fp-slidesNav ul li:hover a span,
.fp-viewing-main #fp-nav ul li a.active span {background: #fff;}

#fp-nav ul li:hover a span:before, 
.fp-slidesNav ul li:hover a span:before,
#fp-nav ul li a.active span:before {content:''; position: absolute; top: -10px; left: -10px; width: 26px; height: 26px; border: 1px solid #b4b5bb;  border-radius: 50%;}

#fp-nav ul li:hover a.active span, 
.fp-slidesNav ul li a.active span, 
.fp-slidesNav ul li:hover a.active span {}

.section {}
.section.active {}

.m60 {font-size:6rem; color:#191919; text-align:center; font-family: 'Pretendard-Bold'; font-weight:700;}

#section1 {background:#f8f8f8;}
#section1 .tab_box {margin:2rem 0 4rem;}
#section1 .tab {display: flex; align-items: center; justify-content: center;}
#section1 .tab li {font-size:1.9rem; color:#fff; background:#cacaca; cursor:pointer; width: 20rem; text-align: center; height: 4.5rem; line-height: 4.5rem; margin-right: -1px;}
#section1 .tab li:hover,
#section1 .tab li.on {background:#0d263e; position:relative; z-index:1;}
#section1 .tab_con {clear:both;}
#section1 .tab_con .tab_dv {display:none;}

.pdt_ltt {}
.swiper-container {}
.pdt_ltt ul {}
.pdt_ltt li {width: 38rem; height: 43rem; background: #fff; padding:3rem 3rem; margin: 0 2rem;}
.pdt_ltt .in {display: flex; height: 100%; flex-direction: column;}
.pdt_ltt .m1 {font-size:1.7rem; color:#0d263e; margin-bottom:1rem; font-family: 'Pretendard-Medium'; font-weight:500;}
.pdt_ltt .m1 span {display:inline-block; border-bottom:1px solid #0d263e;}
.pdt_ltt .m2 {font-size:2.4rem; color:#252525; font-family: 'Pretendard-SemiBold'; font-weight:600;}
.pdt_ltt .img {height: 100%; display: flex; align-items: center; justify-content: right;}
.pdt_ltt .img img {}
.pdt_ltt .arr_box {position: absolute; top: 50%; left: 0; right: 0; max-width: 134rem; margin: 0 auto;}
.pdt_ltt .swiper-arrow {position: absolute; width: 6rem; height: 6rem; cursor: pointer; top: 50%; margin-top: -3rem; z-index: 1; background-color: rgba(0,0,0,0.4); background-repeat:no-repeat; background-size:2.5rem; background-position:center; transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.pdt_ltt .swiper-arrow:hover {background-color: rgba(0,0,0,0.8);}
.swiper-arrow.swiper-button-prev {left:0; background-image:url('../img/sd_prev_w.svg');}
.swiper-arrow.swiper-button-next {right:0; background-image:url('../img/sd_next_w.svg');}
.swiper-button-next:after, .swiper-button-prev:after {display:none !important;}
.pdt_ltt .line {}
.pdt_ltt .line:before,
.pdt_ltt li:before { width: 2px; height: 0;}
.pdt_ltt .line:after,
.pdt_ltt li:after {width: 0; height: 2px;}
.pdt_ltt li:before,
.pdt_ltt li:after {top: 0; left: 0;}
.pdt_ltt .line:before,
.pdt_ltt .line:after {bottom: 0; right: 0;}
.pdt_ltt li:before,
.pdt_ltt li:after,
.pdt_ltt .line:before,
.pdt_ltt .line:after {content:''; opacity:0; position: absolute; background: #0d263e; transition: all 1.0s ease; transition-delay:0.3s;}
.pdt_ltt li.swiper-slide-active:before,
.pdt_ltt li.swiper-slide-active .line:before {height:100%; opacity:1;}
.pdt_ltt li.swiper-slide-active:after,
.pdt_ltt li.swiper-slide-active .line:after {width:100%; opacity:1;}

#section2 {padding:0 6rem; position:relative;}
#section2:before {content:''; position:absolute; left:0; right:0; bottom:0; height:40rem; z-index:-1; background-image:linear-gradient(to right, #37509b, #3194c6);}
#section2 .m60 {margin-bottom:8rem;}
#section2 .lk {text-align:right; margin-bottom:2.5rem;}
#section2 .lk a {font-size:1.4rem; display:inline-block; color:#999; border-bottom:1px solid #ccc; padding-bottom:5px; font-family: 'Pretendard-SemiBold'; font-weight:600;}
#section2 .lk a:hover {color:#191919; border-bottom:1px solid #333;}
.prj_ltt {}
.prj_ltt ul {}
.prj_ltt li {}
.prj_ltt li img {box-shadow: 5px 5px 9px rgba(0,0,0,0.3);}
.prj_ltt.swiper-container {padding: 0 1rem 7rem;}
#section2 .prj_ltt .swiper-pagination-progressbar {top:auto; bottom:0; left: 0; right: 0; max-width: 30rem; margin: 0 auto; background: rgba(255,255,255,0.5);}
.prj_ltt .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background:#fff;}

#section3 {position:relative; background:url('../img/sec3_bg.jpg') no-repeat center/cover;}

.notice_ltt {margin-top:6rem;}
.notice_ltt .cont {margin-bottom:7rem;}
.notice_ltt .cont ul {}
.notice_ltt .cont .top_ctt {background:#f6f7f9; border-top:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; padding:5rem 6rem;}
.notice_ltt .cont .top_ctt .article {}
.notice_ltt .cont .top_ctt .article a {display:block;}
.notice_ltt .cont .title {font-size:2rem; color:#191919; font-family: 'Pretendard-SemiBold'; font-weight:600;}
.notice_ltt .cont li:hover .title {color:#0080c6;}
.notice_ltt .cont .top_ctt .article .co {font-size: 1.6rem; color: #666; line-height: 1.5; margin: 2rem 0; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-wrap: break-word; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-align: -webkit-auto;}
.notice_ltt .cont .lt_date {font-size:1.7rem; color:#999;}
.notice_ltt .cont .sg_ctt {border-bottom:1px solid #e8e8e8; padding:4rem 6rem;}
.notice_ltt .cont .sg_ctt a {display:block; position:relative;}
.notice_ltt .cont .sg_ctt .title {padding-right: 12rem; text-overflow: ellipsis; white-space: nowrap; word-break: break-all; overflow: hidden;}
.notice_ltt .cont .sg_ctt .lt_date {position: absolute; top: 2px; right: 0;}

.more_lk {text-align:center;}
.more_lk a {position:relative; display:inline-flex; align-items:center; justify-content:center; width:17rem; height:4.5rem; border:1px solid #0d263e; font-size:1.5rem; color:#0d263e; z-index: 1; overflow: hidden;}
.more_lk a svg {fill:#0d263e; height: 2rem; margin-left: 1rem;}
.more_lk a:after {content: ''; position: absolute; z-index: -1; background: #0d263e; height: 100%; left: -60%; top: 0; transform: skew(50deg); transition-duration: 0.6s; transform-origin: top left; width: 0;}
.more_lk a:hover:after {height: 100%;width: 180%;}
.more_lk a svg,
.more_lk a span {transition:all 0.3s ease; -webkit-transition:all 0.3s ease;}
.more_lk a span {display: flex; align-items: center;}
.more_lk a:hover span {position:relative; z-index:1; color:#fff;}
.more_lk a:hover svg {fill:#fff;}

#section4 {}
.broc {padding:7rem 0; background:url('../img/sec4_bg.jpg') no-repeat center/cover;}
.m40 {font-size:4rem; color:#fff; font-family: 'Pretendard-Bold'; font-weight:700;}
.m17 {font-size:1.7rem; color:#fff; line-height:1.5;}
.broc .m17 {margin-top:3rem; font-family: 'Pretendard-Light'; font-weight:300;}
.broc .down {margin-top: 3.5rem;}
.broc .down .more_lk {text-align:left; display:inline-block; vertical-align:middle; margin-right:1.5rem;}
.broc .down .more_lk a {border: 1px solid #fff; color: #fff;}
.broc .down .more_lk a:hover {border:1px solid #0d263e;}
.broc .down .more_lk a img {height: 1.7rem; margin-left: 1rem;}

#ft {padding:7rem 0 10rem; background:#151515; text-align:center; font-family: 'Pretendard-Light'; font-weight:300; position: relative;}
#ft .ctt {}
#ft .ft_logo {font-size:1.6rem; color:#fff; margin-bottom:1rem;}
#ft .ctt .m1 {font-size:1.5rem; color:#c4c4c4; margin-bottom:2rem;}
#ft .ctt .m1 .line {display: inline-block; width: 1px; height: 11px; background: #aaa; margin: 0 1rem;}
#ft .ctt .m2 {font-size:1.5rem; color:#999;}

#sub_top {position:relative; overflow:hidden;}
#sub_top .bg {background-repeat:no-repeat; background-position:center; background-size:cover; height:46.5rem; transform:scale(1.2); transition:all 1.2s ease; transition-delay:0.3s; -webkit-transform:scale(1.2); -webkit-transition:all 1.2s ease; -webkit-transition-delay:0.3s;}
#sub_top .bg1 {background-image:url('../img/subp_bg1.jpg');}
.sub_h2 {font-size: 6rem; color: #fff; position: absolute; top: 53%; left: 0; right: 0; text-align: center; font-family: 'Pretendard-Bold'; font-weight:700;}
#sub_top.img-aniload .bg {transform:scale(1.0); -webkit-transform:scale(1.0);}

#sub_nav {height: 6rem; position:relative; z-index:1;background:#fff; border-bottom:1px solid #eaeaea;}
#sub_nav #cssmenu {position: relative; height:6rem;}
#sub_nav #cssmenu .home {position:relative; width: 6rem; height:6rem; text-align:center; border-right:1px solid #eaeaea; border-left:1px solid #eaeaea;}
#sub_nav #cssmenu .home a {position:relative; display:block; height:5.8rem; line-height:5.8rem; background: #fff;}
#sub_nav #cssmenu .home img {max-width:100%; height:auto;}
#sub_nav #cssmenu .cssmenu_list {}
#sub_nav #cssmenu li li {position: relative;}
#sub_nav #cssmenu > ul {float: left;}
#sub_nav #cssmenu ul li a {display:block; position: relative;}
#sub_nav #cssmenu .has-sub {position: relative; float:left; width: 28rem; border-right:1px solid #eaeaea;}
#sub_nav #cssmenu .home:before,
#sub_nav #cssmenu .has-sub:before {}
#sub_nav #cssmenu:after, #sub_nav #cssmenu ul:after {content:''; display:block; clear:both;}
#sub_nav #cssmenu ul ul {display: none; position: absolute; top: 5.9rem; left:-1px; right:-1px; border: 1px solid #eaeaea; z-index: 15; padding: 1rem 0; background: #fff;}
#sub_nav #cssmenu > ul > li.active > ul {display: block;}
#sub_nav #cssmenu .m_1s {position: relative; float:left; width: 28rem; border-right:1px solid #eaeaea;}
#sub_nav #cssmenu .m_1s ul {}
#sub_nav #cssmenu > ul > li > a {
  height:6rem;
  line-height:6rem;
  padding: 0 0 0 2rem;
  cursor: pointer;
  z-index: 2;
  font-size: 1.6rem;
  text-decoration: none;
  color: #555;  
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#sub_nav #cssmenu > ul > li > a:hover {}
#sub_nav #cssmenu ul > li.has-sub > a:before {
  position: absolute;
  right: 7px;
  top: 15px;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  content: "";
  background:url('/img/arr_down_b.svg') no-repeat center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#sub_nav #cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#sub_nav #cssmenu ul ul li a {
  height:4rem;
  line-height:4rem;
  cursor: pointer;
  z-index: 2;
  font-size: 1.5rem;
  text-decoration: none;
  color: #666;
  background: #fff;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: all .2s ease;
  padding-left:2rem;
}
#sub_nav #cssmenu ul ul li a:hover {background:#dcdcdc;}
#sub_nav #cssmenu ul ul ul li a {padding-left: 32px;}
#sub_nav #cssmenu ul ul > li.has-sub > a:after {top: 16px; right: 26px; background: #dddddd;}
#sub_nav #cssmenu ul ul > li.has-sub > a:before {top: 20px; background: #dddddd;}

#sub_content {padding:8rem 0 15rem;}
.sub_cp {position:relative; text-align:center; font-size:3.5rem; color:#222; font-family: 'Pretendard-Bold'; font-weight:700; padding-bottom:8rem;}
.sub_cp:before {content:''; position: absolute; top: -15px; left: 50%; width: 6rem; height: 5px; margin-left: -3rem; background: #0087cb;}

.about {}
.about .cont1 {text-align:center;}
.about .cont1 .ds {display:inline-block; font-size:3.8rem; color:#222; position: relative; line-height: 1.3;}
.about .cont1 .ds:before {left: -7rem; background: url('../img/dda1.png') no-repeat center/100%;}
.about .cont1 .ds:after {right: -7rem; background: url('../img/dda2.png') no-repeat center/100%;}
.about .cont1 .ds:before,
.about .cont1 .ds:after {content:''; position: absolute; top: -5px; width: 31px; height: 27px;}
.about .cont1 .ds strong {font-family: 'Pretendard-ExtraBold'; font-weight:800;}
.blue {color:#0080c6;}
.about .cont2 {font-size:2rem; margin-top:7rem; color:#555; line-height:1.5; text-align:center;}
.about .cont3 {font-size:1.7rem; margin-top:5rem; color:#555;text-align:center;}

.map {}
.ggmap {position:relative; height:70rem;}
.ggmap iframe {position:absolute; top:0; left:0; right:0; bottom:0;}
.map_info {margin-top:5rem;}
.map_info .m1 {font-size:2rem; color:#191919; font-family: 'Pretendard-Medium'; font-weight:500;}
.map_info ul {margin-top:3.5rem; display: flex;}
.map_info ul li {display: flex; align-items:center;}
.map_info ul li:nth-of-type(2) {margin: 0 5rem; padding: 0 5rem; border-left:1px solid #eee; border-right:1px solid #eee;}
.map_info .ic {}
.map_info .txt {font-size:1.6rem; color:#868686; margin-left:2.5rem;}

.pdt_cate {}
.pdt_cate ul {display: flex;}
.pdt_cate ul li {width: 16.6666666%;}
.pdt_cate ul li a {display: flex; align-items: center; justify-content: center; height: 5rem; font-size: 1.6rem; color: #6e6e6e; border: 1px solid #e5e5e5; border-right: 0;}
.pdt_cate ul li.on a {background: #1b1b1b; color: #fff !important; border: 1px solid #1b1b1b !important; position: relative; z-index: 1;}
.pdt_cate ul li:last-child a {border-right: 1px solid #e5e5e5;}
.pdt_cate ul li:hover a {color: #0087cb; border-bottom: 1px solid #0087cb; position: relative; z-index: 1;}

.all_pdt_ltt {margin-top:5rem;}
.all_pdt_ltt ul {display:flex; flex-wrap:wrap; margin:0 -1rem;}
.all_pdt_ltt ul li {width: 25%; margin-bottom: 7rem; padding: 0 1rem;}
.all_pdt_ltt ul li a {display:block;}
.all_pdt_ltt .in {}
.all_pdt_ltt .in .m1 {text-align:center;}
.all_pdt_ltt .in .m1 span {display:inline-block; border-bottom:1px solid #0087cb; color:#0087cb; font-size:1.4rem;}
.all_pdt_ltt .in .m2 {text-align: center; padding: 1rem 0; font-size: 1.6rem; color: #333;}
.all_pdt_ltt .in .img {margin-bottom:1rem; border: 1px solid #e2e2e2; text-align: center; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; overflow: hidden;}
.all_pdt_ltt .in .img img {transform: scale(1); transition:all 0.3s ease; -webkit-transform: scale(1); -webkit-transition:all 0.3s ease;}
.all_pdt_ltt li:hover .img {transform: translateY(-5px); -webkit-transform: translateY(-5px); box-shadow: 0 20px 30px 0px rgba(0, 0, 0, 0.2);}
.all_pdt_ltt li:hover .img img {transform: scale(1.05); -webkit-transform: scale(1.05);}

.ft_adm {text-align:center; margin-top:3rem;}
.ft_adm a {display:inline-block; padding: 0 1rem; font-size:1.5rem; color:#fff;}

.gnb_pc {display:block;}
.gnb_m {display:none;}

.bt_adm {margin-top:1rem;}
.bt_adm a {display:inline-block; vertical-align:middle; font-size:1.4rem; color:#aaa;}

.hist {}
.hist .wr {position: relative; display: flex; justify-content: right;}
.hist .wr:after {content:''; display:block; clear:both;}
.hist .abx {position: absolute; top: 8rem; left: 0; z-index: 1;}
.hist .abx .img {}
.hist .abx p {font-size:1.9rem; color:#242424; line-height:1.7; margin-top: 3rem; width: 38%; word-break: keep-all;}
.hist .abx p b {font-family: 'Pretendard-Bold'; font-weight:700; color:#191919;}
.hist .bbx {}
.hist .bbx .img {}
.hist .cont {margin-top:6rem;}
.hist .cont .list {position: relative; padding-bottom: 3rem;}
.hist .cont .list .year {position: absolute; top: 0; left: 0; font-size:2.6rem; color:#191919; font-family: 'Pretendard-Bold'; font-weight:700;}
.hist .cont .list .txt {margin-left: 8rem; position:relative;}
.hist .cont .list .cc {position: absolute; width: 9px; height: 9px; border-radius: 50%; background: #0d263e; top: 11px; left: 0;}
.hist .cont .list .cc:before {content:''; position: absolute; top: 9px; left: 4px; height: 23rem; width: 1px; background: #ccc;}
.hist .cont .list .cc.last:before {display:none;}
.hist .cont .list .txt .abox {display: flex; padding-left: 4rem; margin-bottom: 2rem;}
.hist .cont .list .txt .abox:last-child {margin-bottom:0;}
.hist .cont .list .txt .month {width:6rem; font-size: 1.8rem; font-family: 'Pretendard-Bold'; font-weight:700; color:#111; line-height:1.7;}
.hist .cont .list .txt .m18 {flex:1; font-size:1.8rem;}
.hist .cont .list:last-child .cc:before {background: #fff;}

.contact {}
.contact .cont1 {text-align:center; font-size:3.5rem; color:#2c2c2c; line-height: 1.5; margin-bottom:7rem;}
.contact .cont1 b {color:#0080c6; font-family: 'Pretendard-Bold'; font-weight:700;}
.contact .cont2 {max-width:786px; margin:0 auto;}
.contact .cont2 .half {display:flex; text-align:center; margin-bottom:5rem;}
.contact .cont2 .half .w50 {width:50%; padding-right:2rem;}
.contact .cont2 .half .w51 {width:50%; padding-left:2rem;}
.contact .cont2 .list {display:flex; align-items:center; border-bottom:1px solid #ccc; padding-bottom:3rem; margin-bottom:3rem;}
.contact .cont2 .list .ic {width:13rem; text-align:center;}
.contact .cont2 .list .ic img {}
.contact .cont2 .list .ic p {color:#191919; font-size:1.8rem; font-family: 'Pretendard-Bold'; font-weight:700; margin-top:5px;}
.contact .cont2 .list .txt {font-size:1.8rem; color:#555; flex:1; padding-right:3rem;; word-break:keep-all; line-height:1.5;}





@media (max-width:1024px) {

.gnb_pc {display:none;}
.gnb_m {display:block;}
.s_menu {position: absolute; top: 0; right: 0; width: 8rem; height: 8rem; background: #0080c6; cursor:pointer; display: flex; align-items: center; justify-content: center;}
.s_menu:hover .slide_btn {}
.s_menu:hover .slide_btn .s3 {width:28px;}
.slide_btn {width:28px;}
.slide_btn:after {content:''; display:block; clear:both;}
.slide_btn span {float:right; background:#fff; height:2px; margin:0.4rem 0; width:28px; transition: All 0.3s ease; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease;}
.slide_btn .s3 {width:17px;}
#menu {opacity:0; width: 30rem; height: 100%; position: fixed; top: 0; right: -100%; z-index: 11; background: #fff; border-radius: 4rem 0 0 0; box-shadow: -5px 0px 5px rgb(0, 0, 0, 0.1); transition: All 0.5s ease; -webkit-transition: All 0.5s ease; overflow-y: auto;}
body.open #menu {right: 0px; opacity:1; z-index:1000;}
.dim {position:fixed; top:0; left:0; right:0; bottom:0; z-index:9; opacity:0; display:none; background:rgba(0,0,0,0.5)}
body.open .dim {opacity:1; display:block;}
.slide_close {width: 6rem; height: 8rem; position: absolute; right: 0px; top: 0px; background-image: url('/img/close_btn_b.svg'); background-size: 2rem; background-repeat: no-repeat; background-position: center; cursor: pointer;}
.s_logo {border-bottom:1px solid #757575;}
.s_logo:after {content:''; display:block; clear:both;}
.s_logo img {width:auto; height:3rem;}
.s_logo a {display:inline-block; height:8rem; line-height:8rem; padding-left:4rem;}
#m_gnb {position:fixed; top:0; left:0; right:0; height:8rem; z-index:100; background: rgba(0,0,0,0.5); transition:all 0.5s ease; -webkit-transition:all 0.5s ease;}
#m_gnb .m_logo {float:left; padding-left:2rem;}
#m_gnb .m_logo a {display:block; width:14rem; height:8rem; line-height:8rem; background:url('../img/logo_w.svg') no-repeat center/14rem; position:relative; z-index:1;}
#m_gnb .m_logo img {height:4.2rem;}
#menu #cssmenu {position: relative; padding-left: 3rem;}
#menu #cssmenu li li {position: relative;}
#menu #cssmenu ul {}
#menu #cssmenu ul li a {display:block; position: relative;}
#menu #cssmenu .has-sub {}
#menu #cssmenu:after, #menu #cssmenu ul:after {content:''; display:block; clear:both;}
#menu #cssmenu ul ul {display: none;}
#menu .cssmenu_list > li:first-child {}
#menu #cssmenu > ul > li.active > ul {display: block;}
#menu #cssmenu > ul > li > a {padding: 15px 15px;margin:0 0; cursor: pointer; z-index: 2; font-size: 16px; text-decoration: none; color: #242424; -webkit-transition: color .2s ease; -o-transition: color .2s ease; transition: color .2s ease; border-bottom:1px solid #b7b7b7; font-weight:500;}
#menu #cssmenu > ul > li > a:hover {}
#menu #cssmenu ul > li.has-sub > a:after {position: absolute; right: 15px; top: 15px; z-index: 5; display: block; background: url('/img/arr_down_b.svg') no-repeat center; width: 2.4rem; height: 2.4rem; content: ""; -webkit-transition: all 0.1s ease-out; -moz-transition: all 0.1s ease-out; -ms-transition: all 0.1s ease-out; -o-transition: all 0.1s ease-out; transition: all 0.1s ease-out;}
#menu #cssmenu ul > li.has-sub.open > a:after {-webkit-transform: rotate(180deg);  transform: rotate(180deg);}
#menu #cssmenu ul ul li a {padding: 7px 15px; cursor: pointer; z-index: 2; font-size: 15px; text-decoration: none; color: #666; background: #fff; -webkit-transition: color .2s ease; -o-transition: color .2s ease; transition: color .2s ease;}
#menu #cssmenu .open {}
#menu #cssmenu .open > a {}
#menu #cssmenu .open ul {padding: 10px 0; padding-left:1rem; border-bottom:1px solid #b7b7b7;}
#section0 .txt .img img {height: 6rem;}
#section0 .txt .m1 {font-size: 2.2rem;}
.m60 {font-size: 4rem;}
#section1 .tab li {font-size:1.6rem;}
.pdt_ltt .m1 {font-size:1.5rem;}
.pdt_ltt .m2 {font-size: 2.2rem;}
#section2 {padding:0 0;}
.prj_ltt li {width:50rem;}
#section2 .lk {padding:0 6rem;}
.m40 {font-size:3rem;}
.sd_regm {margin-top:3rem;}
.sd_regm ul {display:flex;}
.sd_regm ul li {width:50%;}
.sd_regm ul li a {display:block; font-size:1.5rem; padding:1.5rem 0; text-align:center; color:#fff;}
.sd_regm ul li:nth-of-type(1) a {background:#191919;}
.sd_regm ul li:nth-of-type(2) a {background:#0080c6;}
.sub_h2 {font-size: 4rem;}
#sub_top .bg {height:37rem;}
.sub_cp {font-size: 3rem;}
.about .cont1 .ds {font-size: 2.8rem;}
.about .cont2 {font-size:1.8rem;}
.ggmap {height: 50rem;}
.map_info ul {flex-wrap:wrap;}
.map_info ul li {width:100%;}
.map_info ul li:nth-of-type(2) {padding:0; margin:2rem 0; border:0;}
.all_pdt_ltt ul li {width: 33.33333333%;}

.hist .abx .img {width:70%;}
.hist .abx .img img {}
.hist .wr {display:block;}
.hist .abx {position:static; margin-bottom:3rem;}
.hist .abx p {width:auto;}


}





@media (max-width:768px) {

.open_ly .layer_ctt .m1 {font-size:2rem;}
.open_ly .view_x {width:5rem; height:5rem; background-size:2rem;}
.open_ly .view_close {width: 15rem; height: 4rem; font-size:1.4rem;}

#section0 .txt .img img {height: 5rem;}
#fp-nav {right: 2rem;}
#section0 .txt .m1 {font-size: 1.8rem; padding: 0 5rem; word-break:keep-all;}
#section0 .txt .m1 .blk {display:inline-block;}
.scroll {margin-left:-2.5rem;}
.scroll img {height: 5rem;}
.m60 {font-size: 3rem;}
#section1 .tab li {width: 15rem;}
.pdt_ltt li {width: 26rem; height: 31.5rem; padding: 2rem 2rem; margin: 0 1.2rem;}
.pdt_ltt .swiper-arrow {width: 5rem; height: 5rem; margin-top: -2.5rem; background-size: 2rem;}
#section2 .m60 {margin-bottom: 2rem;}
.prj_ltt li {width: 26rem;}
#section2 .lk {padding:0 2rem;}
.notice_ltt {margin-top: 2rem;}
.notice_ltt .cont .top_ctt {padding: 2.5rem 2rem;}
.notice_ltt .cont .title {font-size: 1.8rem;}
.notice_ltt .cont .top_ctt .article .co {font-size: 1.4rem; margin-bottom: 0.5rem;}
.notice_ltt .cont .lt_date {font-size:1.3rem;}
.notice_ltt .cont .sg_ctt {padding: 2rem 2rem;}
.notice_ltt .cont .sg_ctt .title {font-size: 1.5rem; padding-right: 7rem;}
.notice_ltt .cont .sg_ctt .lt_date {font-size:1.2rem;}
.more_lk a {font-size:1.4rem;}
.notice_ltt .cont {margin-bottom: 5rem;}
#ft {padding: 5rem 0 7rem}
#ft .ctt .m1 .line.s2,
#ft .ctt .m1 .line.s1 {display:block; margin:0; width:0; height:0;}
#ft .ctt .m1 {font-size: 1.4rem; line-height: 1.6;}
.broc {padding: 5rem 0;}
.broc .m17 {font-size:1.5rem;}
.broc .m17 .blk {display:inline-block;}
.more_lk a {width:14rem;}
.broc .down .more_lk a img {height: 1.3rem;}
#sub_top .bg {height: 27rem;}
.sub_h2 {font-size: 3rem;}
#sub_nav {height:5rem;}
#sub_nav .wrap {padding:0 0;}
#sub_nav #cssmenu .home {display:none;}
#sub_nav #cssmenu > ul > li > a {height:5rem; line-height:5rem; font-size:1.4rem;}
#sub_nav #cssmenu .m_1s,
#sub_nav #cssmenu .has-sub {width:50%;}
#sub_nav #cssmenu > ul {float:none;}
#sub_nav #cssmenu .has-sub.m_2s {border-right:0;}
#sub_nav #cssmenu ul ul {top:4.9rem;}
#sub_nav #cssmenu ul ul li a {font-size:1.4rem;}
.sub_cp {font-size:2.4rem; padding-bottom: 5rem;}
.sub_cp:before {width: 4rem; height: 3px; margin-left: -2rem;}
#sub_content {padding: 6rem 0 12rem;}
.about .cont1 .ds {font-size: 2rem; word-break:keep-all; line-height: 1.5;}
.about .cont1 .ds .blk {display:inline-block;}
.about .cont2 {font-size: 1.6rem; margin-top: 5rem; word-break:keep-all;}
.about .cont2 .blk {display:inline-block;}
.about .cont1 .ds:before, .about .cont1 .ds:after {background-size: 60%;}
.about .cont1 .ds:before {left: 0; top: -3rem;}
.about .cont1 .ds:after {right: 0; top: auto; bottom: -3rem;}
.ggmap {height: 30rem;}
.map_info .ic img {height:3rem;}
.map_info .txt {flex:1;}
.pdt_cate ul {flex-wrap:wrap;}
.pdt_cate ul li {width:33.33333333%;}
.pdt_cate ul li a {font-size:1.3rem; border: 1px solid #e5e5e5; margin-right: -1px; margin-bottom: -1px;}
.all_pdt_ltt ul li {width: 50%; margin-bottom: 5rem;}

.hist .abx .img {}
.hist .abx p {font-size:1.6rem; margin-top: 1.5rem;}
.hist .cont .list .year {font-size:2.2rem;}
.hist .cont .list .txt {margin-left: 7rem;}
.hist .cont .list .cc {top:9px;}
.hist .cont .list .txt .abox {padding-left: 3rem;}
.hist .cont .list .txt .month {width: 5rem; font-size: 1.6rem;}
.hist .cont .list .txt .m18 {font-size:1.6rem; word-break: keep-all; line-height: 1.7;}

.contact .cont1 {font-size: 2rem; word-break:keep-all; margin-bottom: 4rem;}
.contact .cont2 .half .w50 {padding-right:1rem;}
.contact .cont2 .half .w51 {padding-left:1rem;}
.contact .cont2 .list .ic {width: 9rem;}
.contact .cont2 .list .ic p {font-size:1.4rem;}
.contact .cont2 .list .txt {font-size: 1.5rem; padding-right:0; padding-left:1rem;}
.contact .cont2 .list .ic img {height: 2.2rem;}







}
