@charset "utf-8"; 

@import url(./font.css); 
@import url(./style.css); /* 초기화 */

html {overflow-y:scroll; height:100%; min-width:320px}
body {margin:0; padding:0; font-size:14px; height:100%; }
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; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute; font-size:0; line-height:0; text-indent:-9999em; overflow:hidden}
label, input, button, select, img {vertical-align:middle}
input, button {margin:0; padding:0; font-size:1em; border-radius:4px;}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:1em; -webkit-appearance:none; border-radius:4px;}
textarea, select {font-size:1em; border-radius:4px;}
textarea { -webkit-appearance:none; resize:none; }
select {margin:0; background:none; }
p {margin:0; padding:0; word-break:keep-all;}
hr {display:none}
pre {overflow-x:scroll; font-size:1.1em}
a {color:#000; text-decoration:none}
ul,li,dl,dt,dd {padding:0; margin:0}
ul {list-style:none}

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

input::placeholder,
textarea::placeholder {
  color: e9e9e9; }



/* Checked */
[type=radio]:checked,
[type=checkbox]:checked {
  background-color: currentcolor;
}

[type=radio]:checked::before,
[type=checkbox]:checked::before {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}

[type=radio]:checked::-ms-check ,
[type=checkbox]:checked::-ms-check {
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E %3Cpath d='M15.88 8.29L10 14.17l-1.88-1.88a.996.996 0 1 0-1.41 1.41l2.59 2.59c.39.39 1.02.39 1.41 0L17.3 9.7a.996.996 0 0 0 0-1.41c-.39-.39-1.03-.39-1.42 0z' fill='%23fff'/%3E %3C/svg%3E");
}


[type=radio] + label, 
[type=checkbox] + label { color:#868686;}

[type=radio]:checked + label, 
[type=checkbox]:checked + label { color:#000; font-weight:600;}

[type=radio]:checked + label .required_text, 
[type=checkbox]:checked + label .required_text { color:#464646; font-weight:400; display:inline-block; padding-bottom:0; border-bottom:none; display:none;}


.mint {color:#13a89e !important; }
.blue {color:#5297cf !important; }
.black {color:#000 !important; }



.bg_gray { background-color:#f8f8f8 !important; }
.bg_mint { background-color:#13a89e !important; }
.bg_blue { background-color:#5297cf !important; }
.bg_black { background-color:#000 !important; }
.bg_white { background-color:#fff !important; }

.bo_black { border-color:#000 !important; }


.point { color:#54b0fb !important;}
.bg_point { background-color:#54b0fb !important;}
.bo_point { border-color:#54b0fb !important;}

.bg_point02 { background-color:#5398cf !important;}
.bo_point02 { border-color:#5398cf !important;}




.w5 { width:5% !important; }
.w10 { width:10% !important; }
.w20 { width:20% !important; }
.w25 { width:25% !important; }
.w30 { width:30% !important; }
.w40 { width:40% !important; }
.w45 { width:45% !important; }
.w50 { width:50% !important; }
.w60 { width:60% !important; }
.w70 { width:70% !important; }
.w80 { width:80% !important; }
.w90 { width:90% !important; }
.w100 { width:100% !important; }


.f_right { float:right !important;}
.f_lef { float:left !important;}



/* 포인트 숫자 뒤에 무조건 단위 붙게끔 */
.point_unit:after { content:' P'}

/* 팝업레이어 */
#hd_pop {z-index:1000; position:relative; margin:0 auto; width:100%; height:0}
#hd_pop h2 {position:absolute; font-size:0; text-indent:-9999em; line-height:0; overflow:hidden}
.hd_pops {position:absolute; border:1px solid #e9e9e9; background:#fff}
.hd_pops img {max-width:100%; height:auto}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0; background:#000; color:#fff; text-align:right}
.hd_pops_footer button {margin-right:5px; padding:5px 10px; border:0; background:#393939; color:#fff}

/* 상단 레이아웃 */
#hd {position:relative; background:#212020; z-index:999; }
#hd:after {display:block; visibility:hidden; clear:both; content:""}
#hd img { width:24px; }

#hd_h1 {position:absolute; font-size:0; text-indent:-9999em; line-height:0; overflow:hidden}

#logo {padding:10px 10px; height:60px; text-align:center}
#logo img {vertical-align:middle; margin-top:5px; max-height:100%; width:auto}
#gnb_open {position:absolute; top:12px; right:10px; padding:0 10px; height:40px; width:40px; border:0; color:#fff; font-size:1.8em; background:none; letter-spacing:-0.1em; display:none; } /*{position:absolute; top:10px; left:10px; padding:0 10px; height:40px; width:40px; border:0; background-size:70%; color:#fff; background:none; font-size:2em}*/
#gnb_open img { vertical-align:0px; }


.icon_push,
.icon_home {position: absolute; top: 10px; text-align:center; height: 40px; width: 40px; border: 0; color: #fff; font-size: 1.8em; background: none; letter-spacing: -0.1em;}

.icon_push { right: 60px;  }
.icon_push.home {right:20px;}
.icon_push .icon_push_dot { position:absolute; top:4px; right:0px; width:8px; height:8px; border-radius:50%; background-color:#54b0fb; display:inline-block; }

.icon_home {right:10px;} 

.icon_push img,
.icon_home img { width:30px !important; padding-top:6px; }



#gnb {display:none; background:#efefef; position:fixed; top:0; right:0; z-index:99999; width:270px; max-width:400px; height:100%; overflow-y:auto; -webkit-box-shadow:0 0 5px rgba(55,55,5,0.4); -moz-box-shadow:0 0 5px rgba(55,55,5,0.4); box-shadow:0 0 5px rgba(55,55,5,0.4); font-size:14px; }

#gnb .gnb_close {width:100%; height:55px; position:relative; background-color:#f8f8f8; }

#gnb .quick_menu {width:100%; float:left; display:flex; justify-content: space-evenly; border-bottom:10px solid #f8f8f8; font-weight:500; }
#gnb .quick_menu p { font-size:16px; color:#666; text-align:center; padding: 20px 0; }
#gnb .quick_menu p img { width:46px; }
#gnb .quick_menu p span { display:block; line-height:1; }


#gnb_1dul {background:#fff; width:100%; float:left; }
#gnb_1dul a {display:block !important; color:#000}
.gnb_1dli {position: relative; width: 100%; float: left; /* line-height: 34px; */ background-position: 20px; background-repeat: no-repeat; background-size: 22px; padding-left: 45px; font-size: 16px; padding: 5px 10px 5px 45px; }
.gnb_1dli p { position:absolute; top:14px; left:20px; }
.gnb_1dli p img { width:22px !important; }

.gnb_1dli button {position:absolute; top:5px; right:0; width:40px; height:40px; overflow:hidden; border:0; font-size:14px; background:#fff; background:url(../../../img/mobile/gnb_bg2.png) no-repeat 50% 50%; text-indent:-9999px}
.gnb_1dli button.btn_gnb_cl {background:url(../../../img/mobile/gnb_bg.png) no-repeat 50% 50%}

.gnb_1da {padding:5px 20px; /*border-bottom:1px solid #eee; */font-weight:400; font-size:16px; }
.gnb_2dul {display:none; background:#fafafa}
.gnb_2da {padding-left:30px}

#gnb_close_btn {display:block; position:absolute; left:8px; top:10px; z-index:99; font-weight:bold; margin:0; height:40px; width:40px; border:0; color:#307247; font-size:26px; background:transparent}
#gnb_close_btn i {color:#000 !important; }
#gnb_empty {padding:20px 0; color:#fff; text-align:center; line-height:2em}
#gnb_empty a {display:inline; text-decoration:underline}

.left_outlogin {width:100%; min-width:75px; float:left; padding:20px 20px 20px 20px; position:relative; text-align: left; background-color:#f8f8f8; }
.left_outlogin .left_outlogin_img {width:75px; height:75px; border-radius:200px; position:absolute; top:20px; right:20px; background-color:#f1a160; background-image:url(<?php echo G5_IMG_URL ?>/mobile/left/logo.png); background-position:0x 0px; background-repeat:no-repeat; background-size:100%; display:none; }

.left_outlogin p {font-size:16px; color:#000; margin-bottom:5px; font-weight:600; margin-bottom:5px; }
.left_outlogin p span { font-weight:400; }

.left_outlogin span.outlogin_btn {padding:5px 0px; line-height:20px; border-radius:50px; font-size:14px; font-weight:500; display:inline-block; width:90px; text-align:center; }
.left_outlogin span.outlogin_btn_01 { color:#fff; background-color:#2a3c90; border:2px solid #2a3c90; }
.left_outlogin span.outlogin_btn_02 { color:#666; background-color:#fff; border:2px solid #999; margin-left:10px; }


/* 매니저 로그인 CSS */
#gnb.manager,
#gnb.manager .gnb_close,
#gnb.manager .left_outlogin,
#gnb.manager .quick_menu,
#gnb.manager #gnb_1dul { background: #353535; }

#gnb.manager #gnb_close_btn i { color:#fff !important; }

#gnb.manager .left_outlogin p { color:#fff; }
#gnb.manager .left_outlogin span.outlogin_btn_01 {color: #fff; background-color: #13a89e; border: 2px solid #13a89e; }

#gnb.manager .quick_menu { border-color:#282828; }
#gnb.manager .quick_menu p { color:#fff; }

#gnb.manager .gnb_1dli { border-bottom:1px solid rgba(255,255,255,.04); }
#gnb.manager .gnb_1dli p img { filter: invert(1); }
#gnb.manager #gnb_1dul a {color: #fff; }


#hd_sch {text-align:center; padding:12px 55px 12px 20px; background:#212020}
#hd_sch h2 {position:absolute; font-size:0; text-indent:-9999em; line-height:0; overflow:hidden}
#hd_sch form {position:relative; padding-right:40px}
#hd_sch #sch_stx {width:100%; height:38px; margin-left:40px; background:#464646; border:0; color:#fff}
#hd_sch #sch_submit {position:absolute; top:0; left:0; width:40px; height:38px; border:0; border-radius:4px; cursor:pointer; color:#a6a5a5; background:#464646; font-size:1.25em}

/*#user_btn {position:absolute; top:10px; right:10px; padding:0 10px; height:40px; width:40px; border:0; color:#fff; font-size:1.8em; background:none; letter-spacing:-0.1em}*/
#user_menu {display:none; position:fixed; top:0; right:0; width:100%; height:100%; overflow-y:auto; z-index:9999; background:#efefef; text-align:center}
#user_close {display:block; position:absolute; right:8px; top:10px; z-index:99; font-weight:bold; margin:0; height:40px; width:40px; border:0; color:#bfb8b2; font-size:1.8em; background:transparent}


#snb_cnt span {display:inline-block; float:right; padding:0 7px; height:18px; margin-top:3px; line-height:18px; font-size:12px; background:#da22f5; border-radius:20px; color:#fff}

#hd_nb {background:#fff; margin-top:10px; border-bottom:1px solid #e1e1e1}
#hd_nb:after {display:block; visibility:hidden; clear:both; content:""}
#hd_nb li {width:50%; float:left; text-align:center; line-height:25px; font-size:1.083em; font-weight:bold}
#hd_nb li a {display:block; color:#717171; text-align:left; padding:10px 20px}
#hd_nb li i {font-size:14px; margin-right:10px; color:#a5a8ac}
#hd_nb .hd_nb1 {border-right:1px solid #efefef; border-bottom:1px solid #efefef}
#hd_nb .hd_nb2 {border-bottom:1px solid #efefef}
#hd_nb .hd_nb3 {border-right:1px solid #efefef}

/* 텍스트 크기 조절 */
#text_size {margin:10px 0; text-align:center; display:inline-block; padding:7px 20px; background:#e6e7e9; border-radius:25px; height:48px}
#text_size button {margin:0 5px; border:0; background:none; height:35px; width:35px; border-radius:50%}
#text_size button.select {background:#fff; border-bottom:1px solid #bbb; -webkit-box-shadow:0 0 5px rgba(100,80,100,0.2); -moz-box-shadow:0 0 5px rgba(100,100,100,0.2); box-shadow:0 0 5px rgba(100,100,100,0.2)}
.ts_up {font-size:1.167em !important}
.ts_up2 {font-size:1.3em !important}

* 중간 레이아웃 */
#wrapper { }
#wrapper:after {display:block; visibility:hidden; clear:both; content:""}
#container {position:relative; min-height:300px; margin:auto; word-break:keep-all; }
#container:after {display:block; visibility:hidden; clear:both; content:""}
#container_title { font-size:18px !important; font-weight:bold !important; height:60px !important; padding:18px 20px !important; line-height:30px  !important; background:#000; color:#fff; /*-webkit-box-shadow:0 0 10px rgba(181, 181, 181, 0.4); -moz-box-shadow:0 0 10px rgba(181, 181, 181, 0.4); box-shadow:0 0 10px rgba(181, 181, 181, 0.4); */
}
#container_title a {display:inline-block; margin-right:0px; }
#container_title i { color:#fff; }
#container_title img { width:28px; vertical-align:0px; }
#container_title .page_title { display:inline-block; position: absolute; top: 50%; transform: translateY(-50%); }
.top {position:relative}
.btn_top {position:absolute; top:0px; right:10px; z-index:999; padding:8px 0}
.btn_top li {display:inline-block; }
.btn_top a,.btn_top button,.btn_top .btn_submit {}
.btn_top .btn_cancel,.btn_top .btn_b01 {border:1px solid #aaa; background:none; color:#666; line-height:28px; background:#fff}
.fixed {position:fixed; top:0; right:0; z-index:9}
.fixed.btn_bo_user {right:10px}
#container_title.fixed {width:100%}

.all_chk .btn_top { border-bottom: none !important; padding:0; }
.all_chk .btn_top li { padding:6px; border-bottom:none; }
.all_chk .btn_top .more_opt li {border-bottom: 1px solid #e5ecee; }


#bo_cate h2 {width:0; height:0; font-size:0; line-height:0; overflow:hidden}
#bo_cate ul { padding:20px 20px 0; /*border-bottom:1px solid #d9dce3; */zoom:1; border-bottom:none; background-color: #f2f6f9 !important;}
#bo_cate ul:after {display:block; visibility:hidden; clear:both; content:""} 
#bo_cate li { margin-bottom: 10px !important; display:inline-block; }
#bo_cate a {border-radius: 3px; border:1px solid #bbb; padding:2px 8px; font-size:13px; background:#fff; line-height:24px; }
#bo_cate #bo_cate_on {display:inline-block; position:relative; background-color:#5297cf; color:#fff; border-color:#5297cf; border-bottom-width:1px; }
#bo_cate #bo_cate_on:after {content:""; position:absolute; left:0; bottom:0; width:100%; height:4px; display:inline-block; background:#353535}

.bo_cate_link,
.bo_v_cate { background:#f8f8f8; color:#868686 !important; border: 1px solid #bbb; font-weight:500; border-radius: 3px; line-height:1.6; }


.bo_info { padding-top:0; }
.bo_info i { display:none; }

/* 하단 레이아웃 */
#ft {background:#222; padding:0px 20px 20px}
#ft h1 {width:0; height:0; font-size:0; line-height:0; overflow:hidden}
#ft p {margin:0; padding:10px 0; line-height:1.8em}

#ft_copy {padding:10px; line-height:2em; text-align:center; color:#777}
#ft_copy #ft_company {text-align:center}
#ft_copy #ft_company a {display:inline-block; padding:0 10px; line-height:1em; border-left:1px solid #333; color:#fff}
#ft_copy #ft_company a:first-child {border:0}
.ft_cnt {font-weight:normal; color:#e3e3e3; line-height:2em; text-align:center}
.ft_cnt h2 {width:0; height:0; font-size:0; line-height:0; overflow:hidden}
#ft_copy b {color:inherit}
#ft_copy a {color:inherit; text-decoration:none}

#top_btn {position:fixed; bottom:10px; right:20px; width:50px; height:50px; line-height:36px; border:2px solid #d2d2d2; border-radius:50%; background:#fff; color:#d2d2d2; text-align:center; font-size:15px; z-index:99; -webkit-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4); -moz-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4); box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4)}
#top_btn i {font-size:1.4em}
#top_btn:hover {background:#3b8afb; border-color:#3b8afb; color:#fff}
#device_change {display:block; line-height:40px; border-radius:5px; background:#302e2e; color:#777; font-size:1em; text-decoration:none; text-align:center}


/* 게시물 선택복사 선택이동 */
#copymove {}
.copymove_current {float:right; color:#ff3061}
.copymove_currentbg {background:#f4f4f4}
#copymove .tbl_head01 {margin-top:10px}
#copymove td {background:#fff}
#copymove .win_btn {margin:10px}

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

/* 본문 바로가기 */
.to_content a {z-index:100000; position:absolute; top:0; left:0; width:0; height:0; font-size:0; line-height:0; overflow:hidden}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%; height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative; display: flex; justify-content: space-between;}
#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 #d0d3db; vertical-align:top; padding:0; margin:0; border-radius: 4px;}
#captcha #captcha_mp3 {margin:0; padding:0; width:40px; height:40px; border:0; background:transparent; vertical-align:middle; overflow:hidden; cursor:pointer; width:40px; height:40px; background:url('../../../img/captcha2.png') no-repeat; text-indent:-999px; border-radius:3px}
#captcha #captcha_reload {margin:0; padding:0; margin-left:4px; 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:calc(100% - 150px); height:40px; border:1px solid #d0d3db; background:#fff; font-size:14px; font-weight:bold; text-align:left;  border-radius: 4px; vertical-align:top}
#captcha #captcha_key::placeholder { color: e9e9e9 !important; font-weight:400; }

#captcha #captcha_info {display:block; margin:3px 0 5px; font-size:0.95em; letter-spacing:-0.1em; color:#999; display:none;}
#captcha #captcha_info i { font-size:1.2em; vertical-align: -0.1em; }

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block; margin:0 0 5px}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha {width:213px; height:55px; overflow:hidden}
#rc-imageselect, .g-recaptcha {transform:scale(0.7); -webkit-transform:scale(0.7); transform-origin:0 0; -webkit-transform-origin:0 0}

/* ckeditor 태그 기본값 */
#bo_v_con { font-size:14px !important;}
#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}

/*단축키일람 */
.cke_sc {text-align:right}
.btn_cke_sc {background:#333; color:#fff; padding:5px; border:none}
.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:50%; font-weight:bold}
.cke_sc_def dd {width:50%}
.btn_cke_sc_close {background:#333; padding:5px; border:none; color:#fff}

/* 버튼 */
.btn {display:inline-block; padding:0 5px; height:30px; line-height:30px; border-radius:3px}
a.btn01 {display:inline-block; background:#ddd; color:#444; 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; 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:center} /* 서식단계 진행 */


.btn_submit {border:0; background:#353535; color:#fff; cursor:pointer; border-radius:3px}
/*.btn_submit:hover {background:#2375eb}*/
.btn_close {border:1px solid #dcdcdc; cursor:pointer; border-radius:4px; background:#fff}
a.btn_close {text-align:center; line-height:50px}

a.btn_cancel {display:inline-block; background:#ddd; color:#444; text-decoration:none; vertical-align:middle}
button.btn_cancel {display:inline-block; border:1px solid #ccc; background:#fafafa; color:#000; vertical-align:top; text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block; padding:0 5px; border:0; background:#fff; border:1px solid #353535; color:#353535; letter-spacing:-0.1em; text-decoration:none; vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 버튼 */
.btn {display:inline-block; padding:0 5px; height:30px; line-height:30px; border-radius:3px}
a.btn01 {display:inline-block; background:#ddd; color:#444; 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; 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:center} /* 서식단계 진행 */

.btn_submit {border:0; background:#5297cf; color:#fff; cursor:pointer; border-radius:3px}
/*.btn_submit:hover {background:#162477}*/
.btn_close {border:1px solid #dcdcdc; cursor:pointer; border-radius:4px; background:#fff}
a.btn_close {text-align:center; line-height:50px}

a.btn_cancel {display:inline-block; background:#ddd; color:#444; text-decoration:none; vertical-align:middle}
button.btn_cancel {display:inline-block; border:1px solid #ccc; background:#fafafa; color:#000; vertical-align:top; text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block; padding:0 5px; border:0; background:#5297cf; border:1px solid #5297cf; color:#fff; letter-spacing:-0.1em; text-decoration:none; vertical-align:top} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}


/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block; background:#5297cf; color:#fff; border-radius:4px; padding:10px; border:0; text-decoration:none; vertical-align:middle}
.btn_b01:hover, .btn_b01:hover {}
a.btn_b02, .btn_b02 {display:inline-block; background:transparent; color:#fff; border:0; border-radius:4px; padding:10px; text-decoration:none; vertical-align:middle}
a.btn_b02:hover, .btn_b02:hover {}
a.btn_b03, .btn_b03 {display:inline-block; line-height:28px; border:0; background:transparent; color:#bababa; text-decoration:none; vertical-align:middle}
a.btn_b03:hover, .btn_b03:hover {}
a.btn_admin {/*display:inline-block; */display:none; color:#d13f4a; font-size:1.4em; text-decoration:none; vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {}
.fix_btn {position:fixed; z-index:99; bottom:65px; right:20px; background:#5297cf; width:50px; height:50px; color:#fff; text-align:center; border-radius:50% !important; font-size:1.8em; line-height:50px !important; -webkit-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4); -moz-box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4); box-shadow:1px 2px 5px rgba(191, 191, 191, 0.4)}
a.btn,.btn {line-height:35px; /*width:30px; */height:35px; padding:0 8px; text-align:center; font-weight:600; border:0; font-size:13px; -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}

.fix_btn.write_btn { bottom:45px; right:auto; width:calc(100% - 0px); height:70px; line-height:50px; border-radius:20px 20px 0 0 !important; text-align:center; font-size:18px; box-shadow: 0px -5px 15px rgba(0,0,0,.3);}
.fix_btn.write_btn i { display:none; }
/* 하단 고정 버튼  */
.wash_info_btn {width:100%; position:fixed; bottom:0; left:0; height:60px; line-height:60px; background-color:#283c92; text-align:center; color:#fff; font-size:18px; font-weight:600; z-index:99; box-shadow:-0px -5px 15px rgba(0,0,0,.15); /*border-radius:20px 20px 0 0; */ }

.wash_info_btn ul {width:100%; float:left; color:#fff; border-radius:20px 20px 0 0; }


/* 기본테이블 */
.tbl_wrap {margin:0 10px 10px}
.tbl_wrap table {width:100%; border-collapse:collapse; border-spacing:0}
.tbl_wrap caption {padding:10px 0; color:#4b8b99; font-weight:bold; text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px; color:#777; text-align:left}
.tbl_head01 thead th {padding:12px 0; border:1px solid #d8dbdf; background:#f7f7f9; color:#383838; font-size:0.95em; text-align:center; letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666; border-bottom:1px solid #666; background:#484848; color:#fff}
.tbl_head01 tfoot td {border-color:#e3e3e5; background:#484848; color:#fff; font-weight:bold; text-align:center}
.tbl_head01 tbody {text-align:left}
.tbl_head01 tbody th {padding:5px 0; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px; border:1px solid #e7e9ec; border-top:0; line-height:1.5em; word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px; color:#777; text-align:left}
.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 {border-top:1px solid #666; border-bottom:1px solid #666; background:#484848; color:#fff}
.tbl_head02 tfoot td {background:#484848; color:#fff; font-weight:bold; text-align:center}
.tbl_head02 tbody th {padding:5px 0; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px; border-top:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9; line-height:1.4em; word-break:break-all}

/* 기본리스트 */
.list_01 ul {}
.list_01 li {border-bottom:1px solid #e5ecee; padding:20px 10px}
.list_01 li:after {display:block; visibility:hidden; clear:both; content:""}
.all_chk {padding:20px; border-bottom:1px solid #e8eaee; background:#fff}

/* 기본폼 */
.form_01 .write_div {margin-bottom:10px; position:relative}
.form_01 li {margin:0 0 10px; position:relative; list-style:none}
.form_01 textarea, .write_div textarea, .frm_input {border:1px solid #d0d3db; background:#fff; color:#000; vertical-align:middle; padding:5px; border-radius: 4px; box-shadow:none}
.form_01 textarea {width:100%; height:300px !important; }
.frm_input {height:40px}
.full_input {width:100%} 
.form_01 .frm_file {display:block; margin-bottom:5px; width:100%}
.form_01 select {height:40px; background-color:#fff}
.form_01 .frm_info {font-size:0.92em; color:#5297cf; text-align:left; margin:3px 0 10px; display:block; line-height:1.3em}

.form_01 label {
    display: block; font-size: 12px; color: #999; }

.form_01 li, 
.form_01 div {
    margin: 0 0 0px; position: relative; list-style: none; }

/* 기본폼 + 좌측 아이콘 */
.form_01 .bo_w_select.icon p { top:10px !important; display:none !important; }

.form_01 .bo_w_flie.icon label { margin-bottom:10px; top:30px; }

.form_01 .bo_w_flie .filebox .fileName { height:40px; }
.form_01 .bo_w_flie .filebox p { left:-30px; top:10px; }

.form_01 .icon .wr_content label { margin-bottom:10px; }
.form_01 .icon .wr_content p { top:30px; display:none !important; }

.form_01 .agree {}
.form_01 .agree p { top:-2px; }
.form_01 .agree .chk_li { }


.set_div { width:100%; float:left; border-bottom:10px solid #f5f5f5; padding:10px 0; }
.set_div:last-child { border-bottom:none; }


.set_div li {width:100%; float:left; line-height: 45px; background-position: 20px; background-repeat: no-repeat; background-size: 18px; padding:0 20px 0 55px; font-size: 16px; position:relative; font-weight:500; }
.set_div li:after {content: "\e93e"; font-family: 'xeicon' !important; font-weight: 900; margin-right: 10px; position:absolute; right: 10px; top: 50%; transform: translateY(-50%); opacity:.3; }

.set_div li.dis_none:after { display:none; }

.set_div li.leave a { color:#2a3c90; }
.set_div li.leave:after { color:#2a3c90; opacity:1; }
 
.set_div li a { display:block; }

.set_div li.text_item:after { display:none; } /* 앱정보 등 페이지이동 메뉴가 아닐 경우 사용 */
.set_div li.text_item span { float:right; color:#656565; }

.set_div .switch {  position: absolute !important; right: 20px !important; top: 50% !important; transform: translateY(-50%) !important; }




.my_menu {width:100%; float:left; display: flex; flex-flow: row wrap; justify-content:space-evenly; text-align:center; font-size:14px; color:#fff; background-color:#fff; padding: 8px; border-bottom: 10px solid #f5f5f5; }
.my_menu .my_menu_item {width: calc(33% - 0px); margin-bottom:20px; }
.my_menu .my_menu_item .my_menu_icon {width:60%; max-width:100px; margin: auto; background-color:#f5f5f5; border-radius:50%; }
.my_menu .my_menu_item .my_menu_icon img {width:60%; padding:20% 0; }
.my_menu .my_menu_item .my_menu_text { margin-top:6px; text-align:center; color:#fff; }

.my_menu.manager { background-color:#5398cf; }
.my_menu.manager .my_menu_item .my_menu_icon { background-color:#fff; border:1px solid #fff;}

.my_logout {width:100%; float:left; padding:12px; text-align:center; border-radius:6px; font-size:16px; background-color:#333; color:#fff; font-weight:600; }

.my_menu_02 {width:100%; float:left; display: text-align:left; font-size:14px; color:#656565; margin:8px 0; }
.my_menu_02 a {font-weight:600; color:#000; }

.my_menu_02 ul { padding:10px 20px; }
.my_menu_02 ul li { margin-top:10px; font-size:16px; line-height:1.6; }
.my_menu_02 h4 { padding-top:20px; border-top:1px solid #eee; color:#868686; font-size:14px; font-weight:500; }

.my_menu_02 ul:nth-child(1) h4 { padding-top:0px; border-top:none; }

.con_section {width:100%; float:left; background:#fff; }

.con_title {
    font-size: 16px; font-weight: 700; padding:20px; }


/* 앱 알림, 로그아웃 등 체크박스 CSS */
.switch {
  position: relative; display: inline-block; width: 40px; height: 20px; }

.switch input { 
  opacity: 0; width: 0; height: 0; }

.switch .slider {
  position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s; transition: .4s; }

.switch .slider:before {
  position: absolute; content: ""; height: 16px; width: 16px; left: 0px; bottom: 0px; background-color: white; -webkit-transition: .4s; transition: .4s; }

.switch input + .slider {
  border:2px solid #ccc; }

.switch input:checked + .slider {
  background-color: #2a3c90; border:2px solid #2a3c90; }

.switch input:focus + .slider {
  /*box-shadow: 0 0 1px #2196F3; */
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(20px); -ms-transform: translateX(20px); transform: translateX(20px); }

/* Rounded sliders */
.switch .slider.round {
  border-radius: 34px; }

.switch .slider.round:before {
  border-radius: 50%; }



/* 게시판 공통CSS */
#bo_w .write_div { width:100%; float:left; margin-bottom:10px; line-height:40px; }
#bo_w .write_div:last-child { margin-bottom:0; }


/* 자료 없는 목록 */
.empty_table {padding:100px 0 !important; color:#777; text-align:center}
.empty_list {padding:20px 0 !important; 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:120px; 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:150px; text-align:center}
.td_group {width:100px; 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:#999}
.txt_rdy {color:#8abc2a}

/* 새창 기본 스타일 */
.new_win {position:relative; background:#fff}
.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_con {}

.new_win .win_ul {margin-bottom:20px; 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:#353535; border-color:#353535; 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 .win_total {float:right; display:inline-block; line-height:30px; font-weight:normal; font-size:0.75em; color:#353535; background:#f6f6f6; padding:0 10px; border-radius:5px}
.new_win .new_win_con {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 .win_btn {clear:both; padding:10px 0 30px; text-align:center}
.new_win .win_btn a {display:inline-block; height:45px; line-height:40px; font-weight:bold}
.new_win .cert_btn {text-align:center}
.new_win .btn_close {width:60px; 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:#ff0000; padding:2px 4px; margin:0 2px; }

/* 사이드뷰 */
.sv_wrap {display:inline-block; position:relative; font-weight:normal; line-height:20px}
.sv_wrap .sv {z-index:1000; width:100px; display:none; margin:5px 0 0; font-size:0.92em; background:#333; text-align:left; -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:20px; 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; width:100px; margin:0; padding:0 10px; line-height:30px; font-weight:normal; color:#bbb}
.sv_wrap .sv a:hover {background:#000; color:#fff}
.sv_member {color:inherit; font-weight:inherit; }
.sv_on {display:block !important; position:absolute; top:23px; left:0px; width:auto; height:auto}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both; display:block; padding:10px 0 30px; text-align:center}
.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:#eee; border:1px solid #eee}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page {color:#959595; font-size:1.083em; height:30px; line-height:28px; padding:0 5px; min-width:30px; text-decoration:none; border-radius:3px}
.pg_page:hover {background-color:#fafafa}
.pg_start {text-indent:-999px; overflow:hidden; background:url('../img/btn_first.gif') no-repeat 50% 50% #eee; padding:0; border:1px solid #eee}
.pg_prev {text-indent:-999px; overflow:hidden; background:url('../img/btn_prev.gif') no-repeat 50% 50% #eee; padding:0; border:1px solid #eee}
.pg_end {text-indent:-999px; overflow:hidden; background:url('../img/btn_end.gif') no-repeat 50% 50% #eee; padding:0; border:1px solid #eee}
.pg_next {text-indent:-999px; overflow:hidden; background:url('../img/btn_next.gif') no-repeat 50% 50% #eee; padding:0; border:1px solid #eee}
.pg_start:hover,.pg_prev:hover,.pg_end:hover,.pg_next:hover {background-color:#fafafa}

.pg_current {display:inline-block; background:#353535; border:1px solid #353535; color:#fff; font-weight:bold; height:30px; line-height:30px; padding:0 10px; min-width:30px; border-radius:3px}



/* 게시판 공통수정 */

.bo_v_nb i { padding-right:10px; }

.bottom_btn,
#bo_w .btn_confirm { position:fixed; bottom:0; left:0; width:100%; margin:0; }

#bo_w .file_del { display:block; margin-top:6px; }
#bo_w .file_del label { color:#5297cf; display:inline; font-weight:500; }

.bottom_btn a, .bottom_btn .btn_100 {    height: 60px !important; line-height: 60px !important; font-size: 18px !important; border-radius: 0 !important; }

.filebox .btn_file { top:5px; right:5px; }

.btn_100 {
    width: 100%; float: left; color: #fff; background-color: #2a3c90; height: 60px; line-height: 60px; font-weight: 500; font-size: 16px; text-align: center; border-radius: 10px; }

#bo_vc { width:100%; float:left; }
#bo_vc h2.bo_vc_tit { padding-top:10px; width:100%; float:left; }
#bo_vc h2 span { color:#54b0fb !important; }
#bo_vc article .comment_inner { position:relative; padding: 0px 0px 10px; background:none; margin: 10px 0 10px; width: 100%; float: left; }
#bo_vc header {/* position:absolute !important; left:0px; bottom:10px; */ font-size:12px; color:#777; }
#bo_vc .cmt_contents { margin-top:0 !important; width:100%; float:left; }
#bo_vc .cmt_contents p { font-size:16px; }
#bo_cate #bo_cate_on:after { background:none !important; }
.bo_vc_w textarea { width:calc(100% - 60px); height:40px; resize:none; padding:8px; }
#bo_vc_w { width:100%; float:left; }
.bo_vc_w .btn_confirm { margin-top:4px; }
.bo_vc_w .btn_submit { height:40px; width:100%; padding:0 !important; text-align:center !important;}
.bo_vc_w .bo_vc_secret { display:none; } 
.bo_vc_w_wr { display:inline-block; width:100%; }
.bo_vc_w_info { margin:0 !important; }

#bo_vc_empty { padding:10px 0px 0 !important; }

#bo_sch select { padding-left:8px !important; }

.btn_bo_user { z-index:2; }

#bo_v_act_good { width:180px !important; color:#9f1f63 !important; border:1px solid #ddd; background:rgba(255,255,255,.9) !important; border-radius:5px; box-shadow:2px 2px 5px rgba(0,0,0,.2); left:-50% !important; }

.more_opt.is_list_btn { width:110px !important; }

.bo_v_option input[type="checkbox"]#html  + label { display:none !important; }

#bo_list_total {margin:0; background-color:transparent !important; text-align:left; padding-bottom:0; }

#bo_list .notice_icon {display:inline-block; background:#f8f8f8; padding:0 5px; line-height:20px; border-radius:5px; font-weight:bold; font-size:11px; color:#5297cf; }
#bo_list .bo_subject { font-size:18px; }
#bo_list .bo_subject .new_icon {display:inline-block; width:18px; line-height:18px; font-size:10px; background:#13a89e; color:#fff; text-align:center; border-radius:6px; margin:0; font-weight:bold; vertical-align:3px; }
#bo_list .bo_subject .fa-download {width:16px; line-height:16px; background:#ffefb9; color:#daae37; text-align:center; font-size:10px; border-radius:6px; vertical-align:3px; }
#bo_list .bo_subject .fa-link {width:16px; line-height:16px; background:#edd3fd; color:#b451fd; text-align:center; font-size:10px; border-radius:6px; vertical-align:3px; }
#bo_list .bo_subject .fa-heart {color:#ff0000; text-align:center; font-size:10px; border-radius:2px}

#bo_list .bo_subject .fa-lock {display:inline-block; line-height:16px; width:16px; font-size:0.833em; color:#4f818c; background:#cbe3e8; text-align:center; border-radius:2px; font-size:12px; border:1px solid #cbe3e8; vertical-align:baseline}



/* 서브페이지 탭 */

.sub_tap {width:100%; float:left; background: #fff; display: flex; border-bottom: 10px solid #faf9f7; }
.sub_tap a { display:block; width:100%; }
.sub_tap ul { float:left; line-height:26px; font-size:16px; text-align:center; padding-bottom:10px; width:100%; }


/* 서브페이지 공통CSS */
.sub_div { width:100%; float:left; padding:20px 20px 20px 20px; position:relative; }

.sub_div_100 { width:100%; float:left; position:relative; }
.sub_div_100 ul { width:100%; float:left; padding:20px; }


.sub_section_100 { border-bottom: 12px solid #f5f5f5; background-color: #fff; }
.sub_section_100 ul.title {width:100%; float:left; font-size:18px; color:#000; font-weight:600; margin-bottom:6px; }
.sub_section_100 ul.con {width:100%; float:left; margin-bottom:20px; }
.sub_section_100 ul.con:last-child { margin-bottom:0 !important; }
.sub_section_100_last { border-bottom:none !important; }

.sub_section { /*border-bottom: 12px solid #f5f5f5; */
    margin: 0 20px 20px 20px; width: calc(100% - 30px); background-color: #fff; border-radius: 15px; box-shadow: 5px 5px 5px rgb(0 0 0 / 5%); }
.sub_section ul.title {width:100%; float:left; font-size:18px; color:#000; font-weight:600; margin-bottom:6px; }
.sub_section ul.con {width:100%; float:left; margin-bottom:20px; }
.sub_section ul.con:last-child { margin-bottom:0 !important; }
.sub_section_last { border-bottom:none !important; }


.sub_section ul.con_input { line-height:20px; /*padding-bottom:10px; font-size:16px; */}
/*.sub_section ul.con_input:last-child { padding-bottom:0; }*/
.sub_section ul.con_input input[type=text] {
	border:1px solid #ddd; height:40px; border-radius:4px; float:left; padding:0px 6px; /*font-size:16px; */
}
.sub_section ul.con_input textarea {
	border:1px solid #ddd; height:100px; border-radius:4px; float:left; padding:6px; width:100%; word-break:break-all; }

.sub_section ul.con_input .btn_frmline,
.sub_section ul.con_input_02 .btn_frmline {width:50px; height:40px; margin-left:5px; margin-bottom:4px; border-radius:4px; }


.sub_section ul.con_input span { display:inline-block; float:left; padding: 10px  10px 10px 0; }

.sub_section ul.con_input p.small_text {width: 100%; float: left; padding-top:6px; }
.sub_section ul.con_input p.small_text label {display:inline-block; margin-left:6px; font-size:14px; }
.sub_section ul.con_input p.small_text input[type=checkbox] { width:16px; height:16px; }


.sub_div:first-child {}
.sub_section ul.con_input_02 { line-height:1.5; /*padding-bottom:20px; */}
.sub_section ul.con_input_02:last-child { padding-bottom:0; }
.sub_section ul.con_input_02 li.left {float:left; width:80px; margin-right:10px; font-weight: 500; }
.sub_section ul.con_input_02 li.right {float:right; width:calc(100% - 90px); color:#666; text-align:left !important; }
.sub_section ul.con_input_02 input[type=text] {
	border:1px solid #ddd; height:40px; border-radius:4px; float:left; padding:0px 6px; /*font-size:16px; */
}
.sub_section ul.con_input_02 textarea {
	border:1px solid #ddd; height:50px; border-radius:4px; float:left; padding:6px; width:100%; word-break:break-all; resize:none; }

.sub_section ul.con_input_02 li.right .sv_member { padding:0; }
.sub_section ul.con_input_02 li.right .input_text { display:inline-block; }

.sub_section ul.con_input_02 textarea.btn_ver { width:calc(100% - 60px); margin-right:10px; } /* 오른쪽에 "게시"버튼이 있는 TEXTAREA */
.sub_section ul.con_input_02 span.textarea_btn { width:50px; height:50px; line-height:50px; text-align:center; border-radius:6px; background-color: #7dc8bd; color: #fff; border-bottom: 3px solid rgba(0,0,0,.1); } /* TEXTAREA 게시 버튼 */

.sub_section ul.con_input_02 span { display:inline-block; float:left; padding:10px 0; }

.sub_section ul.con_input_02 p.small_text {width: 100%; float: left; font-size:14px; color:#999; }
.sub_section ul.con_input_02 p.small_text i { padding-right:4px; vertical-align:-2px; }

.history_div { width:100%; float:left; padding:20px; }
.history_div a { width: calc(50% - 7px); float:left !important; position: relative; background-color:#fff; border-radius:15px; margin-bottom:20px; box-shadow:5px 5px 15px rgba(0,0,0,.05); }
.history_div a:nth-child(2n) { margin-left:14px; }


/* 서브페이지 테이블:th가 왼쪽에 있을 경우 공통CSS */
.sub_table { width:100%; margin-top:10px; }
.sub_table tr:first-child th { border-top:1px solid #283c92; }
.sub_table tr:first-child td { border-top:1px solid #ddd; }

.sub_table tr:last-child th { }
.sub_table tr:last-child td { }

.sub_table th, td { padding:10px 5px; font-weight:400; }
.sub_table th {background-color:#283c92; color:#fff; border-bottom:1px solid rgba(255,255,255,.2); text-align:center}
.sub_table td { background-color:#fff; border-bottom:1px solid #ddd; }




/**** 레이어팝업 CSS ****/

.pop-layer,
.pop-layer02 {
  display: none; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width:calc(100% - 40px); max-width:500px; height: auto; max-height: calc(100% - 100px); background-color: #fff; z-index: 10; overflow: auto;}

.pop-layer .pop-container,
.pop-layer02 .pop-container {
	position:relative; }

.pop-layer p.ctxt,
.pop-layer02 p.ctxt {
  color: #666; line-height: 25px; }

.pop-layer .btn-r,
.pop-layer02 .btn-r {
  position:absolute; top:20px; right:20px; z-index:2; }

.dim-layer,
.dim-layer02 {
  display: none; position: fixed; _position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; }

.dim-layer .dimBg,
.dim-layer02 .dimBg02 {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; filter: alpha(opacity=50); }

.dim-layer .pop-layer,
.dim-layer02 .pop-layer02 {
  display: block; }

.pop-layer .btn-r a.btn-layerClose,
.pop-layer02 .btn-r a.btn-layerClose02 { font-size:20px; color:#fff; }

a.btn-layerClose:hover {
  
}




/* 회사 정보 */

.conm_info {padding:0 0px 20px; font-size:13px; font-weight:500; color:#747474; width:100%; float:left;}
.conm_info dl { display:block; margin-bottom:4px;}
.conm_info dl.line { padding-top:20px;}
.conm_info dt { display:inline-block; margin-right:4px;}
.conm_info dt i {display:inline-block; margin-right:4px; opacity:.6;}
.conm_info dd { display:inline-block; color:#111;}

.conm_info p {margin-top:20px;}



/* 메인 하단 앱 정보 */
.main_footer { width:100%; float:left; margin-top:20px; padding:20px 20px 40px;  background-color:#e9ecef; border-top: 8px solid #e9ecef;}


.main_footer_manu { font-size:14px; font-weight:500; color:#767676; line-height:30px;}
.main_footer_manu a {color:#767676;}
.main_footer_manu span { display:inline-block;}
.main_footer_manu .policy {}
.main_footer_manu .dot { margin:0 4px; color:#bbb;}
.main_footer_manu .point { color:#000;}

.main_footer_manu .sns { display:block; margin-bottom:20px;}
.main_footer_manu .sns span { margin-right: 0px; display: inline-block;  width: 30px; margin-right: 10px; padding-top: 5px; }
.main_footer_manu .sns span img { width:100%; border-radius:50%;}

.main_footer summary { display: block; cursor: pointer; outline: 0; }
.main_footer summary::-webkit-details-marker { display: none; }

.main_footer .company { display: block; white-space: nowrap; color: #ccc; position: relative; margin:10px 0 5px;}
.main_footer .company.company_more[open] > .company_title span::before { font-family: "ionicons"; transform: rotate(180deg); }
.main_footer .company.company_more > .company_title span { position:relative; padding-right:24px;}
.main_footer .company.company_more > .company_title span::before { position: absolute; will-change: transform; transition: transform 300ms ease; font-family: 'xeicon' !important; color: #000; font-size:16px;
  line-height: 20px; content: "\e942"; right:0; display: inline-block; width: 1.6rem; text-align: center; }
.main_footer .company_title { cursor: pointer; display: block; outline: 0; color: #000; font-size: 14px; line-height: 20px; font-weight:700; margin-bottom:20px;}
.main_footer .company_title::-webkit-details-marker { display: none; }


.main_footer .company_info { font-size:14px; color:#858585; margin-top:6px; line-height:1.6;}
.main_footer .company_info span { color:#545454; display:inline-block; margin-right:4px;}

.main_footer_copy { font-size:13px; color:#545454;}



/* 앱 알림, 로그아웃 등 체크박스 CSS */
.switch_checkbox{display:none; }
.switchbtn {width: 40px; height: 20px; background-color: #ccc; z-index: 0; margin: 0; padding: 0; cursor: pointer; position: relative; border-radius: 100px; float:right; margin-top: 20px;}
.switchbtn:before {content: ' '; position: absolute; left: 2px; top: 2px; width: 36px; height: 16px; background: #f5f5f5; z-index: 99; border-radius: 52px; }
.switchbtn:after {content: ''; height: 15px; width: 15px; border-radius: 52px; background-color: #fff; position: absolute; z-index: 999; top: 2px; left: 2px; text-align: center; box-shadow: 0 2px 5px rgba(0,0,0,.4); font-size: 12px; padding-top: 0px; }

.switchon, .switchon:before {background-color: #54b0fb !important; }
.switchon:after {left: 22px !important; content: ''; color: #54b0fb; }



/* 테이블CSS */
.table_section {}
.table_section table { font-size:18px; border-top:2px solid #333; font-size:15px;}
.table_section table th,
.table_section table td { border-bottom:1px solid #bbb; border-right:1px dashed #bbb ;vertical-align: middle; text-align:center;}
.table_section table th:last-child,
.table_section table td:last-child { border-right:none;}
.table_section table th { background-color:#edf1fc; color:#083b7c; font-weight:600; padding:15px 10px; }
.table_section table td { background-color:#fff; padding:10px 10px; }
.table_section table td span { display:inline-block; width:24px; height:24px; line-height:26px; border-radius:50%; text-align:center; color:#fff;}
.table_section table tr:last-child th,
.table_section table tr:last-child td {border-bottom:1px solid #333;}



