@charset "utf-8";
@import url('//fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,600;1,900&display=swap');


@font-face {
    font-family:'Pretendard';
    src: url('/theme/basic/css/fonts/Pretendard-ExtraBold.eot');
    src: url('/theme/basic/css/fonts/Pretendard-ExtraBold.eot?#iefix') format('embedded-opentype'),
         url('/theme/basic/css/fonts/Pretendard-ExtraBold.woff') format('woff'),
         url('/theme/basic/css/fonts/Pretendard-ExtraBold.ttf') format('truetype');
    font-weight: 900;
}

@font-face {
    font-family:'Pretendard';
    src: url('/theme/basic/css/fonts/Pretendard-Bold.eot');
    src: url('/theme/basic/css/fonts/Pretendard-Bold.eot?#iefix') format('embedded-opentype'),
         url('/theme/basic/css/fonts/Pretendard-Bold.woff') format('woff'),
         url('/theme/basic/css/fonts/Pretendard-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family:'Pretendard';
    src: url('/theme/basic/css/fonts/Pretendard-SemiBold.eot');
    src: url('/theme/basic/css/fonts/Pretendard-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('/theme/basic/css/fonts/Pretendard-SemiBold.woff') format('woff'),
         url('/theme/basic/css/fonts/Pretendard-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family:'Pretendard';
    src: url('/theme/basic/css/fonts/Pretendard-Medium.eot');
    src: url('/theme/basic/css/fonts/Pretendard-Medium.eot?#iefix') format('embedded-opentype'),
         url('/theme/basic/css/fonts/Pretendard-Medium.woff') format('woff'),
         url('/theme/basic/css/fonts/Pretendard-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family:'Pretendard';
    src: url('/theme/basic/css/fonts/Pretendard-Regular.eott');
    src: url('/theme/basic/css/fonts/Pretendard-Regular.eott?#iefix') format('embedded-opentype'),
         url('/theme/basic/css/fonts/Pretendard-Regular.woff') format('woff'),
         url('/theme/basic/css/fonts/Pretendard-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family:'Pretendard';
    src: url('/theme/basic/css/fonts/Pretendard-Light.eot');
    src: url('/theme/basic/css/fonts/Pretendard-Light.eot?#iefix') format('embedded-opentype'),
         url('/theme/basic/css/fonts/Pretendard-Light.woff') format('woff'),
         url('/theme/basic/css/fonts/Pretendard-Light.ttf') format('truetype');
    font-weight: 300;
}

@font-face {
    font-family:'Pretendard';
    src: url('/theme/basic/css/fonts/Pretendard-Thin.eot');
    src: url('/theme/basic/css/fonts/Pretendard-Thin.eot?#iefix') format('embedded-opentype'),
         url('/theme/basic/css/fonts/Pretendard-Thin.woff') format('woff'),
         url('/theme/basic/css/fonts/Pretendard-Thin.ttf') format('truetype');
    font-weight: 100;
}

/* 초기화 */
html {overflow-y:scroll;overflow-x:hidden;font-size:10px}
body {margin:0;padding:0;font-size:1.6rem;font-family:'Pretendard', sans-serif;color:#333;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-weight:normal}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
ul,ol,dl,dt,dd {margin:0;padding:0;list-style:none}
em,i,address{font-style:normal;font-weight:normal}
legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select{vertical-align:middle}
img{max-width:100%;vertical-align:top}
input, button {margin:0;padding:0;}
input,textarea {-webkit-appearance: none;-webkit-border-radius: 0;}
input, select, textarea{border-radius:0;}
input[type="checkbox"] {-webkit-appearance:checkbox; -moz-appearance:checkbox;}
input[type="radio"] {-webkit-appearance:radio; -moz-appearance:radio;}
input[type="submit"] {cursor:pointer;}
table{border-collapse:collapse;}
button {cursor:pointer;font-family:'Pretendard', sans-serif;}
legend,caption{display:none;clear:both}
input,textarea,select,button,table{font-size:inherit;font-family:inherit;line-height:inherit}
select {-webkit-appearance: none;-moz-appearance: none;appearance: none;}
select::-ms-expand { display: none; }
label{cursor:pointer}

.skip{position:absolute;text-indent:-1000em;letter-spacing:-1000em;}
.sknavi:focus, .sknavi:active{width:200px;display:block;background-color:#eee;border:1px solid #113355;font-size:100%;font-weight:bold;margin-left:5px;padding:3px;text-align:center;text-decoration:none;top:1px}
.sknavi {position:absolute;top:-500px;z-index:999}

select {margin:0}
p {margin:0;padding:0;word-break:keep-all;}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:inherit;text-decoration:none}
.tel{cursor:auto;}

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

input[type=text],input[type=password], textarea {
-webkit-transition:all 0.30s ease-in-out;
-moz-transition:all 0.30s ease-in-out;
-ms-transition:all 0.30s ease-in-out;
-o-transition:all 0.30s ease-in-out;
outline:none;
}

input[type=text]:focus,input[type=password]:focus, textarea:focus,select:focus {
-webkit-box-shadow:0 0 5px #9ed4ff;
-moz-box-shadow:0 0 5px #9ed4ff;
box-shadow:0 0 5px #9ed4ff;
border:1px solid #558ab7 !important;
}

.placeholdersjs {color:#aaa !important}

/* view Image(확대 사진) */
.bbs-view-image img{height:auto;max-width:unset;}

/* 레이아웃 크기 지정 */

#hd_wrapper,
#tnb .inner,

#gnb .gnb_wrap,
#container_wr,
#ft_wr {width:1200px}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;height:0}
#hd_pop h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;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}

/* 상단 레이아웃 */
#hd_h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}

#tnb {border-bottom:1px solid #383838;margin:0 auto}
#tnb:after {display:block;visibility:hidden;clear:both;content:""}
#tnb .inner {margin:0 auto}

#hd_wrapper {position:relative;margin:0 auto;height:140px;zoom:1}
#hd_wrapper:after {display:block;visibility:hidden;clear:both;content:""}

.hd_sch_wr {float:left;padding:30px 0;width:445px;margin-left:65px}
#hd_sch h3 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#hd_sch {border-radius:30px;overflow:hidden}
#hd_sch #sch_stx {float:left;width:385px;height:45px;padding-left:10px;border-radius:30px 0 0 30px;background:#2c2c2c;border:0;border-right:0;font-size:1.25em;color:#fff}
#hd_sch #sch_submit {float:left;width:60px;height:45px;border:0;background:#2c2c2c;color:#fff;border-radius:0 30px 30px 0;cursor:pointer;font-size:16px}

#hd_qnb {float:right;text-align:right}
#hd_qnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_qnb li {float:left;font-size:1.083em;line-height:14px;border-right:1px solid #4a4a4a;position:relative;text-align:center;margin:15px 10px 15px 0;padding-right:10px}
#hd_qnb li:last-child {padding-right:0;margin-right:0;border-right:0}
#hd_qnb li span {display:block;margin-top:5px;font-size:0.92em}
#hd_qnb li a {display:inline-block;color:#919191}
#hd_qnb .visit .visit-num {display:inline-block;line-height:16px;padding:0 5px;margin-left:5px;border-radius:10px;background:#da22f5;color:#fff;font-size:10px}


.hd_login {position:absolute;right:0;top:60px}
.hd_login li {float:left;margin:0 5px;border-left:1px solid #616161;padding-left:10px;line-height:13px}
.hd_login li:first-child {border-left:0}
.hd_login a {color:#fff}

/* 중간 레이아웃 */
#wrapper {}
#container_wr:after {display:block;visibility:hidden;clear:both;content:""}
#container_wr {margin:0 auto;height:100%;zoom:1}
#aside {float:right;width:235px;padding:0;height:100%;margin:20px 0 20px 20px}

#container {position:relative;float:left;min-height:500px;height:auto !important;margin:20px 0;height:500px;font-size:1em;width:930px;zoom:1}
#container:after {display:block;visibility:hidden;clear:both;content:""}
#container_title {font-size:1.333em;margin:0 auto;font-weight:bold}
#container_title span {margin:0 auto 10px;display:block;line-height:30px}

.lt_wr {width:32%}
.lt_wr:nth-child(3n+1) {clear:both}
.latest_wr {margin-bottom:20px}
.latest_wr:after {display:block;visibility:hidden;clear:both;content:""}
.latest_top_wr {margin:0 -10px 20px}
.latest_top_wr:after {display:block;visibility:hidden;clear:both;content:""}

/* 하단 레이아웃 */
#ft {background:#212020;margin:0 auto;text-align:center}
#ft h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ft_wr {max-width:1240px;margin:0;padding:40px 0;position:relative;display:inline-block;text-align:left}
#ft_wr:after {display:block;visibility:hidden;clear:both;content:""}
#ft_wr .ft_cnt {width:25%;float:left;padding:0 20px}

#ft_link {text-align:left}
#ft_link a {display:block;color:#fff;line-height:2em;font-weight:bold}
#ft_company h2 {font-size:1.2em;margin-bottom:20px}
#ft_company {font-weight:normal;color:#e3e3e3;line-height:2em}
#ft_catch {margin:20px 0 10px}
#ft_copy {text-align:center;width:1200px;margin:0 auto;padding:20px 0;color:#5b5b5b;font-size:0.92em;border-top:1px solid #383838}
#top_btn {position:fixed;bottom:20px;right:20px;width:50px;height:50px;line-height:46px;border:2px solid #333;color:#333;text-align:center;font-size:15px;z-index:90;background:rgba(255,255,255,0.5)}
#top_btn:hover {border-color:#3059c7;background:#3059c7;color:#fff}

/* 게시물 선택복사 선택이동 */
#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;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;line-height:1.9em;vertical-align:middle;cursor:pointer;font-size:1.4rem;}
.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;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_submit:hover {background:#2375eb}
.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}
.btn_b01:hover, .btn_b01:hover {color:#000}
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_b02:hover, .btn_b02:hover {background:#0025eb}
a.btn_b03, .btn_b03 {display:inline-block;background:#fff;border:1px solid #b9bdd3;color:#646982;text-decoration:none;vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {background:#ebedf6}
a.btn_b04, .btn_b04 {display:inline-block;background:#fff;border:1px solid #ccc;color:#707070;text-decoration:none;vertical-align:middle}
a.btn_b04:hover, .btn_b04:hover {color:#333;background:#f9f9f9}
a.btn_admin,.btn_admin {display:inline-block;color:#d13f4a;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
.btn_admin:hover, a.btn_admin:hover {color:#ff3746}


/* 기본테이블 */
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0 5px;background:#fff;border-bottom:1px solid #dbdbdb;border-top:1px solid #dbdbdb;}
.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 {font-weight:500;padding:11px 5px 13px;background:#f9f9f9;border-bottom:1px solid #dbdbdb;}
.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:#555;border-top:1px solid #dbdbdb;padding:11px 0 13px;word-break:break-all;font-weight:500;}

.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 #d0d3db;background:#fff;color:#000;vertical-align:middle;border-radius:3px;padding:5px;
/*-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);
*/}
.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 .btn_close {height:45px;width:60px;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 {margin-top:65px;letter-spacing:-0.03em;}
.pg_wrap:after {display:block;visibility:hidden;clear:both;content:""} 
.pg {text-align:center}
.pg_page, .pg_current {display:inline-block;vertical-align:middle;background:#fff;border:1px solid #e1e1e1;margin:3px 0;}
.pg_page {color:#959595;font-size:14px;height:34px;line-height:32px;min-width:34px;text-decoration:none;margin-left:-1px;}
.pg_start {display:none;text-indent:-999px;overflow:hidden;background:url('../img/btn_first.gif') no-repeat 50% 50%;padding:0;border:1px solid #e1e1e1}
.pg_prev {text-indent:-999px;overflow:hidden;background:url('../img/btn_prev.gif') no-repeat 50% 50%;padding:0;border:1px solid #e1e1e1}
.pg_end {display:none;text-indent:-999px;overflow:hidden;background:url('../img/btn_end.gif') no-repeat 50% 50% ;padding:0;border:1px solid #e1e1e1}
.pg_next {text-indent:-999px;overflow:hidden;background:url('../img/btn_next.gif') no-repeat 50% 50% ;padding:0;border:1px solid #e1e1e1}
.pg_current {display:inline-block;background:#141a98;border:1px solid #141a98;color:#fff;font-weight:bold;height:34px;line-height:32px;min-width:34px;font-size:14px;}

.pg {display:flex;justify-content:center;flex-wrap:wrap;}
.pg > span{margin-left:-1px;}
.pg > span:first-of-type{margin-left:10px;}
.pg > span:last-of-type{margin-right:10px;}

#bo_w .bo_w_flie .frm_file{font-size:1.6rem;margin-top:0 !important;}
/* 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;
}

/* 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}

.textHidden{font-size:0;letter-spacing:-1000em;text-indent:-1000em;line-height:0;}

/* 답변 아이콘 */
.fa.fa-reply{transform:rotate(180deg);}

/* 이미지 확대 */
.btnViewImg{display:none}

/* search */
.search{font-size:0.75em;}

/* selsect */
select{background:url(/img/common/select_bg.png)no-repeat right 7px center;}

/* 고객센터 > 1:1 문의 */
.designForm .request_box > ul.networkForm{padding:46px 0 0;}
.designForm .request_box > ul{padding:46px 0;display:flex;flex-wrap:wrap;border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.designForm .request_box > ul > li{width:49%;margin-right:1.9%;}
.designForm .request_box > ul > li:nth-child(2n){margin-right:0;}
.designForm .request_box > ul > li:nth-child(n+3){margin-top:28px;}
.designForm .request_box ul li.addrList dd{display:flex;}
.designForm .request_box ul li.zipCode dd .addr_inp{width:85%;}
.designForm .request_box ul li.zipCode dd .add_btn{width:13%;background:#000;color:#fff;border:none;cursor:pointer;}
.designForm .request_box ul li.addrList dd input:nth-child(n+2){margin-left:2%;}
.designForm .request_box ul li.detailsAddr dd input{width:49%;}

.designForm .request_box ul li dl dt{font-size:1.8rem;font-weight:500;margin-bottom:13px;}
.designForm .essential{color:#ef6f20;margin-right:4px;display:inline-block;}
.designForm input[type="text"],
.designForm input[type="tel"], .designForm select, .designForm input[type="password"]{width:100%;height:45px;border:1px solid #ccc;text-indent:10px;}
.designForm select{ background: url(/img/common/form_select.png)no-repeat right 20px center;color:#555;}

.designForm textarea{width:100%;height:150px;border:1px solid #ccc;padding:10px;}
.designForm .filePart{position:relative;top:-110px;}

.designForm .fileInputWrap.engFileInputWrap{display:block;}
.designForm .fileInputWrap.engFileInputWrap > p{text-align:right;}
.designForm .fileInputWrap.engFileInputWrap .fileInput input[type="text"]{top:105%;}
.designForm .fileInputWrap{color:#888;font-size:1.6rem;display:flex;justify-content:space-between;align-items:center;position:relative;}
.designForm .fileInputWrap .fileInput{display:flex;align-items:center;}
.designForm .fileInputWrap .fileInput > div{display:flex;}
.designForm .fileInputWrap .fileInput p{margin-left:20px;}
.designForm .fileInputWrap .fileInput .btnDesign{width:148px;height:45px;display:flex;align-items:center;justify-content:center;background:#fff;color:#000;border:1px solid #ccc;font-size:1.6rem;}
.designForm .fileInputWrap .fileInput .btnDesign img{margin-left:6px;}
.designForm .fileInputWrap .fileInput input{width:148px;height:100%;position:absolute;left:0px;top:0px;opacity:0;cursor:pointer;color:#777;}
.designForm .fileInputWrap input[type="text"].file_input_textbox{width:100%;height:64%;background:#fff;border:none;left:0;top:50px;opacity:1;cursor:auto;}
.designForm .fileInputWrap .fileInput input[type="text"]:focus{box-shadow:none;border:none !important;}
.designForm .privacyBox textarea{width:100%;height:207px;border:1px solid #ccc;color:#555;font-size:1.7rem;padding:20px;}
.designForm .privacyBox dl{font-size:1.8rem;display:flex;align-items:center;justify-content:space-between;margin:50px 0 20px;}
.designForm .privacyBox dl dt{font-weight:500;}
.designForm .privacyBox dl dd{color:#555;}
.designForm .privacyBox dl dd ul{display:flex;align-items:center;}
.designForm .privacyBox dl dd ul li{display:flex;margin-right:40px;}
.designForm .privacyBox dl dd ul li label{margin-left:5px;}
.designForm .privacyBox dl dd ul li input[type="radio"]{cursor:pointer;}
.designForm .privacyBox dl dd ul li:last-child{margin-right:0;}
.designForm .btnBox .btnQuestion{width:230px;height:54px;border-radius:70px;border:0;background:#121212;color:#fff;font-size:2.2rem;display:flex;align-items:center;justify-content:center;margin:50px auto 0;}

.privacy_btn{display:inline-block;background:#8c8c8c;color:#fff !important;padding:2px 5px;vertical-align:middle;margin-left:9px}
.hexagon{width:6px;height:11px;background:#141a98;position:relative;display:inline-block;margin-right:20px;vertical-align:3px}
.hexagon:before{width:0;height:0;content:"";position:absolute;top:0;left:-3px;border-top:5.5px solid transparent;border-right:3px solid #141a98;border-bottom:5.5px solid transparent;}
.hexagon:after{width:0;height:0;content:"";position:absolute;top:0;right:-3px;border-top:5.5px solid transparent;border-left:3px solid #141a98;border-bottom: 5.5px solid transparent;}
.btn_question{font-weight:bold;box-sizing:border-box;border-radius:50px;display:inline-block;padding:15px 43px 19px;letter-spacing:0.3em;color:#fff;border:0;cursor:pointer;background:#141a98}

/*회원가입*/
.center_btn_box{text-align:center;margin-top:20px}
.common_btn{background-color:#141a98;padding:0 43px 0 26px;height:33px;display:inline-block;text-align:center;color:#fff;font-size:16px;border:0;vertical-align:top;line-height:33px;box-sizing:border-box;cursor:pointer;font-weight:500;}
.border_title{border-bottom:1px solid #afafaf;color:#555;font-size:1.7rem;padding-bottom:7px;margin-bottom:20px;font-weight:500}
.blue_top_line_title{font-size:3.2rem;text-align:center;font-weight:bold;padding-top:5px;margin-bottom:51px;margin-top:52px;position:relative;}
.blue_top_line_title:after{position:absolute;width:40px;height:4px;background:#069edb;left:50%;margin-left:-20px;top:0;content:'';display:block}

/* Member */
.member_box{width:1000px;margin:0 auto}
.member_box .sub_title{color:#666;font-size:1.5rem;text-align:center;margin-top:-20px;margin-bottom:45px}
.member_box #fregister_chkall{text-align:right;color:#555;font-size:1.5rem;margin-bottom:8px}
.member_box #fregister_term textarea{width:100%;height:153px;overflow-y:scroll;border:1px solid #dedede;border-top:0;padding:2px 20px;color:#555;font-size:15px;line-height:48px}
.member_box .join_title{color:#555;font-size:1.7rem;font-weight:bold;background:#f5f5f5;border:1px solid #dedede;padding:7px 19px 10px;}
.member_box .fregister_agree{color:#555;margin-top:3px}
.member_box #fregister_private{margin-top:36px}
.member_box #fregister_private .fregister_private_cont{border:1px solid #dedede;border-top:0;padding:20px 0;height:172px;overflow-y:scroll;box-sizing:border-box}
.member_box #fregister_private table{width:83.3%;margin:0 auto}
.member_box #fregister_private table th{background:#646982;color:#fff;font-weight:500;text-align:center;border-right:1px solid #555971;border-left:1px solid #555971;width:33.3333%;font-size:13px;padding:8px 0 9px}
.member_box #fregister_private table td{border:1px solid #ddd;font-size:1.3rem;padding:8px 10px 9px 10px;line-height:16px}

/* 회원 가입 */
.member_box .register_form_box{margin-bottom:35px}
.member_box .register_form_box .register_list li{margin-bottom:10px}
.member_box .register_form_box .register_list li:last-child{margin-bottom:0}
.member_box .register_form_box .register_list li dl{color:#555}
.member_box .register_form_box .register_list li dl dt{display:inline-block;width:87px;vertical-align:-2px;padding-left:9px;box-sizing:border-box}
.member_box .register_form_box .register_list li dl dd{display:inline-block;vertical-align:middle;width:900px}
.member_box .register_form_box .register_list li dl dd input[type="password"], .member_box .register_form_box .register_list li dl dd input[type="text"]{width:327px;height:36px;box-sizing:border-box;border:1px solid #dbdbdb;padding-left:10px;}
.member_box .register_form_box .register_list li dl dd .frm_info{color:#0b4da2;font-size:1.3rem;padding-left:25px}
.member_box .register_form_box .register_list .register_list_half:after{content:'';clear:both;display:block}
.member_box .register_form_box .register_list .register_list_half dl{float:left;width:42%;}
.member_box .register_form_box .register_list .register_list_half dl dd{width:327px}
.member_box .register_form_box .register_list .register_list_half .long{width:55%}
.member_box .register_form_box .register_list .register_list_half .long dt{width:122px;padding-left:22px;}
.member_box .register_form_box .btn_add{color:#fff;font-size:1.5rem;display:inline-block;cursor:pointer;border:0;padding:7px 23px 7px 22px;vertical-align:middle}
.member_box .register_form_box .etc_info{color:#666;font-size:1.5rem}
.member_box .register_form_box .etc_info .etc_title{font-weight:500;color:#000}
.member_box .register_form_box .etc_info .frm_info{color:#0b4da2;font-size:1.3rem;font-weight:300;display:inline-block;margin-top:11px}
.member_box .register_form_box .etc_info .etc_capcha{color:#000;font-weight:500;display:inline-block;margin-bottom:8px;margin-top:13px}

/* 회원가입완료, 탈퇴 */
.member_result{border:1px solid #dcdcdc;text-align:center;box-sizing:border-box;padding:68px 10px 66px;line-height:28px}
.member_result h4{font-size:21px;font-weight:500;margin-bottom:28px;color:#555}
.member_result p{color:#333}
.c_0b4da2{color:#0b4da2;}

/* 게시판 검색 */
.boardSearch{margin-bottom:19px;}
.boardSearch input{color:#888;}
.boardSearch button{width:100px;height:48px;line-height:48px;color:#fff;border:none;background:#141a98;}
.boardSearch .boardSearchCont{display:flex;justify-content:flex-end;}
.boardSearch .boardSearchCont select{background-color:#fff;width:157px;margin-right:11px;color:#333;}
.boardSearch input, .boardSearch select{height:48px;line-height:46px;border:1px solid #e0e0e0;padding:0 20px;}

/* 게시판 하단 버튼 */
#bo_btn_bottom{display:flex;justify-content:space-between;margin-top:20px;}

.btn_user {display:flex;padding:0;list-style:none;font-size:12px;}
.btn_user > li {position:relative}
.btn_user > li:nth-child(n+2), .btn_writing li:nth-child(n+2){margin-left:5px;}
.btn_user > li button, .btn_writing .btn_write, .btn_writing button, .btn_admin {color:#fff !important;background:#141a98;}
.btn_writing .write_wrap{color:#fff;background:#141a98;text-align:center;}
.btn_writing button{font-size:16px;font-weight:500;margin-left:5px;}
.btn_writing .btn_write{padding:0 36.9px 0 18px;font-weight:500;background:url('/img/common/btn_write.png')no-repeat 79% center;display:inline-block;line-height:35px;width:100%;font-size:16px;}
.btn_writing .btn_admin{padding:0 27.53px;font-size:16px;font-weight:500;}

.btn_bo_adm {float:left}
.btn_bo_adm li {float:left;margin-right:5px}
.btn_bo_adm input {padding:0 8px;border:0;background:#d4d4d4;color:#666;text-decoration:none;vertical-align:middle}
.bo_notice td {background:#fff6fa !important;border-bottom:1px solid #f8e6ee}
.bo_notice td a {font-weight:bold}
.bo_notice .notice_icon {display:inline-block;line-height:25px;border-radius:5px;font-weight:bold;color:#f9267f}

.btn_writing{display:flex;}

/* 게시판 view페이지 버튼 */
#bo_v_bottom {display:flex;justify-content:space-between;}
#bo_v_bottom h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bottom ul {display:flex;margin:0;padding:0;list-style:none;word-break:break-all;background:#fff}
#bo_v_bottom .bo_v_left li:nth-child(n+2){margin-left:5px;}

#bo_v_bot {zoom:1}
#bo_v_bot:after {display:block;visibility:hidden;clear:both;content:""}
#bo_v_bot h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#bo_v_bot ul {padding:0;list-style:none}

.bo_v_com {margin:20px 0;float:right}
.bo_v_com > li {position:relative;margin-left:5px}

.btn_modify{background-image:url('/img/common/btn_view_modify.png');background-repeat:no-repeat;background-position:70% center;}
.btn_delete{background-image:url('/img/common/btn_view_delete.png');background-repeat:no-repeat;background-position:70% center;}
.btn_list{background-image:url('/img/common/btn_view_list.png');background-repeat:no-repeat;background-position:70% center;}
.btn_answer{background-image:url('/img/common/btn_view_answer.png');background-repeat:no-repeat;background-position:70% center;}

@media all and (max-width:1279px){
html{font-size:9px}

/* Member */
.member_box{width:100%;padding:0 50px;box-sizing:border-box}

/* 회원 가입 */
.member_box .register_form_box .register_list li dl dt{width:20% !important;vertical-align:-2px;padding-left:0;}
.member_box .register_form_box .register_list li dl dd{width:80%  !important}
.member_box .register_form_box .register_list li dl dd input[type="password"], .member_box .register_form_box .register_list li dl dd input[type="text"]{width:100%;padding-left:5px;}
.member_box .register_form_box .register_list li dl dd .frm_info{display:block;padding-left:0}
.member_box .register_form_box .register_list li dl dd .wid_191{width:25% !important}
.member_box .register_form_box .register_list .register_list_half dl{float:none;width:100%;}
.member_box .register_form_box .register_list .register_list_half dl{margin-bottom:10px}
.member_box .register_form_box .register_list .register_list_half dl:last-child{margin-bottom:0}
.member_box .register_form_box .register_list .register_list_half .long{width:100%}
.member_box .register_form_box .register_list .register_list_half .long dt{padding-left:0}
.member_box .register_form_box .info_ok{display:block;margin-top:3px}

.designForm .fileInputWrap > p{width:100%;order:0;text-align:right;}

.designForm .fileInputWrap .fileInput input[type="text"]{top:50px;}
}

/* etc */
.etcPop{position:relative;font-size:16px}
.etcPop table th, .etcPop table td{font-size:1.7rem !important;padding:11px 5px 13px;}
.etcPop h2{background:#074dc8;color:#fff;padding:20px;font-weight:bold;}
.etcPop > div{padding:20px;margin:10px;border:1px solid #ddd;}
.etcPop > div > div{margin-bottom:30px;}
.etcPop > div > div:last-child{margin-bottom:0;}
.etcFooter h3{font-weight:700;font-size:2.3rem;margin-bottom:10px;}
.etcFooter h4{margin:0 0 10px;font-size:2rem;font-weight:500;}
.etcFooter ol li{margin-bottom:5px;word-break:}
.etcFooter .verticalTable{margin-top:10px;}
.etcFooter ol li:last-child{margin-bottom:0;}
.etcFooter ol li ol{padding-left:15px;}
.etcPop .btnClose{position:absolute;right:10px;top:17px;}

/* 개인정보 취급방침 */
.privacy{position:relative;font-size:16px}
.privacy_table{margin:20px 0}
.privacy h2{background:#2c62b3;color:#fff;padding:20px;font-weight:bold;}
.privacy .privacy_box{box-sizing:border-box;border:1px solid #ddd;padding:20px;margin:10px}
.privacy .privacy_box dl{padding-bottom:20px;}
.privacy .privacy_box dl dt{font-weight:bold;padding-bottom:5px;}
.privacy .privacy_box dl dd{position:relative;padding-left:10px;line-height:24px;margin-left:15px;}
.privacy .privacy_box dl dd:before{position:absolute;left:0;top:-1px;content:"-";}
.privacy .btn_close{position:absolute;right:10px;top:17px;}

@media all and (max-width:1125px){
/* 고객센터 > 1:1 문의 */
.question_cont table th{width:140px;padding:7px 0 5px 15px;background-size:8px auto;background-position:left 17px;}
.question_cont table td textarea{height:150px;box-sizing:border-box;padding:10px;}
.question_cont table td .file_input_textbox{width:calc(100% - 120px) !important;}
.question_cont table td .file_input_div{float:left;margin-left:10px;text-align:left;}
.hexagon{vertical-align:1px;margin-right:13px}
}
@media all and (max-width:979px){
html{font-size:8.5px}
}

@media all and (max-width:767px){
html{font-size:8px}
.mobileNone{display:none}
.pg_wrap {margin-top:35px;}

/* 팝업레이어 */
.hd_pops{width:100%;left:0 !important;right:auto !important; top:70px !important;}
.hd_pops_con{width:100% !important;height:auto !important;font-size: 0;}
.hd_pops img{width:100%;}

/* 기본테이블 */
.tbl_wrap table {border-top:0;}

/* 이미지 확대 */
.btnViewImg{display:block;margin-top:5px;text-align:right}
.btnViewImg img{width:40px;}

/* 고객센터 > 1:1 문의 */

.designForm .fileInputWrap.engFileInputWrap{display:flex;flex-wrap:wrap;}
.designForm .fileInputWrap.engFileInputWrap .fileInput{order:1;}
.designForm .fileInputWrap.engFileInputWrap > p{order:0;margin:5px 0 10px;}
.designForm .fileInputWrap.engFileInputWrap .fileInput input[type="text"]{top:70px;}
.designForm .request_box > ul{display:block;padding:20px 0;}
.designForm .request_box > ul.networkForm{padding:20px 0;}
.designForm .request_box > ul > li{width:100%;margin-right:0;}
.designForm .request_box > ul > li:last-child{margin-top:40px !important;}
.designForm .request_box > ul > li:nth-child(n+2){margin-top:15px;}
.designForm .request_box ul li dl dt{margin-bottom:5px;}
.designForm .filePart{position:static;}
.designForm input[type="text"],
.designForm input[type="tel"], .designForm select, .designForm input[type="password"]{height:35px;}
.designForm .fileInputWrap .fileInput .btnDesign{width:110px;height:35px;}
.designForm .fileInputWrap .fileInput .btnDesign img{width:14px;margin-left:3px;}
.designForm .fileInputWrap .fileInput p{margin-left:10px;}
.designForm .privacyBox textarea{padding:10px;}
.designForm .privacyBox dl{display:block;margin:25px 0 10px;}
.designForm .privacyBox dl dd ul{justify-content:flex-end;margin-top:15px;}
.designForm .privacyBox dl dd ul li{margin-right:20px;}
.designForm .btnBox .btnQuestion{width:170px;height:45px;margin:25px auto 0;}
.designForm select{background-position:right 10px center;background-size:10px auto;}
.designForm .fileInputWrap .fileInput input[type="text"]{width:100%;height:64%;top:40px;}

.designForm .fileInputWrap .fileInput input{width:110px;}

/* Member */
.member_box{padding:0}
.member_box .sub_title{margin-top:-10px;margin-bottom:22px}
.member_box #fregister_chkall{font-size:14px;margin-bottom:4px}
.member_box #fregister_term textarea{height:100px;padding:2px 10px;font-size:15px;line-height:26px}
.member_box .join_title{font-size:16px;padding:4px 10px 5px;}
.member_box #fregister_private{margin-top:18px}
.member_box #fregister_private .fregister_private_cont{padding:10px 0;height:110px;}
.member_box #fregister_private table{width:95%;}
.member_box #fregister_private table th{padding:7px 0 8px}
.member_box #fregister_private table td{padding:6px 8px 7px 9px;}
.member_box .fregister_agree{margin-top:0}

/* 회원 가입 */
.member_box .register_form_box{margin-bottom:20px}
.member_box .register_form_box .register_list li dl dt{width:30% !important}
.member_box .register_form_box .register_list li dl dd{width:70% !important}
.member_box .register_form_box .register_list li dl dd .frm_info{font-size:12px;}
.member_box .register_form_box .register_list li dl dd .wid_191{width:45% !important}
.member_box .register_form_box .btn_add{font-size:12px;padding:9px 12px 9px 13px;}
.member_box .register_form_box .etc_info .frm_info{font-size:12px;margin-top:6px}
.member_box .register_form_box .etc_info .etc_capcha{margin-bottom:4px;margin-top:6px}

/* 회원가입완료, 탈퇴 */
.member_result{padding:34px 10px 33px;line-height:24px;}
.member_result h4{font-size:19px;margin-bottom:14px;}

.boardSearch{width:100%;}
.boardSearch input{width:calc(100% - 80px);}
.boardSearch input, .boardSearch select{height:40px;line-height:38px;padding:0 10px;}
.boardSearch .boardSearchCont select{width:120px;margin-right:5px;}
.boardSearch .sch_bar{width:calc(100% - 120px);}
.boardSearch button{width:80px;height:40px;line-height:40px;}

/* 게시판 하단 */
#bo_btn_bottom{display:block;}
.btn_writing{justify-content:flex-end;margin-top:10px;}
.btn_user > li button{font-size:13px;padding:0 18px 0 15px;}
.btn_writing .btn_write{font-size:13px;padding:0 39px 0 18px;background-position:80% center;}
.btn_writing .btn_admin{font-size:13px;}


.common_btn{padding:0 30px 0 13px;font-size:13px;}
.btn_modify, .btn_delete, .btn_list, .btn_answer{background-size:9px auto;background-position:45px 50%;}


}
