@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%; background-color:#f3f3f3; letter-spacing:-.5px; }

@media (max-width: 800px) {
    body {background-color:#fdfdfd; }
}

html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0; padding:0; border:0}
h1, h2, h3, h4, h5, h6 {font-size:14px; }
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:14px; border-radius:4px;}
button {cursor:pointer}
input[type=text], input[type=password], input[type=submit], input[type=image], button {font-size:14px; -webkit-appearance:none; border-radius:4px;}
textarea, select {font-size:14px; 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:#f5821f !important; }
.blue {color:#00C !important; }
.black {color:#000 !important; }
.red { color:#F00 !important;}
.vi { color:#a300d2 !important;}
.white { color:#fff !important;}
.orange { color:#f26c4f !important;}
.violet {color:#6666ff !important;}
.gray { color:#999 !important;}

.red_bg { background-color:#F00 !important;}

.point02 { color:#f5821f !important;}
.point02_bg { background-color:#f5821f !important;}
.point02_bo { border-color:#f5821f !important;}

.bg_gray { background-color:#f8f8f8 !important; }
.bg_gray02 { background-color:#515151 !important; }
.bg_mint { background-color:#f5821f !important; }
.bg_blue { background-color:#1284ff !important; }
.bg_blue02 { background-color:#000630 !important;} /* 블랙에 가까움 */

.bg_black,
.black_bg { background-color:#000 !important; }
.bg_white { background-color:#fff !important; }

.bo_black { border-color:#000 !important; }

.green { color:}

.point { color:#007a47 !important;}

.bg_point,
.point_bg { background-color:#007a47 !important;}

.bo_point,
.point_bo { border-color:#007a47 !important;}

.bg_point02,
.point02_bg { background-color:#f5821f !important;}

.bo_point02,
.point02_bo { border-color:#f5821f !important;}

.white_bg { background-color:#fff !important;}
.orange_bg { background-color:#f26c4f !important;}
.violet_bg { background-color:#6666ff !important;}

.white_bo { border-color:#fff !important;}
.orange_bo { border-color:#f26c4f !important;}
.violet_bo { border-color:#6666ff !important;}



.point_v { color:#6666ff !important;}
.point_r { color:#f26c4f !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; }

.fw_400 { font-weight:400;}
.fw_500 { font-weight:500;}
.fw_600 { font-weight:600;}
.fw_700 { font-weight:700;}



.f_right { float:right !important;}
.f_lef { float:left !important;}


.left { text-align:left !important;}
.right { text-align:right !important;}

.inblock { display:inline-block !important;}
.block { display:block !important;}



.search_wrap { display:flex; justify-content: space-between; align-items: center; margin-bottom:20px;}
.search_wrap .total { font-size:14px;}
.search_wrap .search { border:1px solid #000; border-radius:4px; position:relative;} 
.search_wrap .search input { width:180px; padding-right:30px; height:36px; border-radius:4px; position:relative; z-index:1; }
.search_wrap .search button { position:absolute; top:50%; transform:translateY(-50%); right:0; width:30px; height:36px; background-color:transparent; text-align:center; padding:0; color:#000; z-index:2;}


/* 포인트 숫자 뒤에 무조건 단위 붙게끔 */
.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; top:10px !important; left:50% !important; transform:translateX(-50%) !important; width:calc(100% - 20px); max-width:400px;}
.hd_pops img {max-width:100%; width:100% !important; height:auto}
.hd_pops_con { width:calc(100% - 0px) !important; height:auto !important;}
.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; }

.head_menu {height:40px; position:absolute; top:50%; right:15px; transform:translateY(-50%);}

.icon_push,
.icon_home { position:relative; margin-left:15px;text-align:center; height: 40px; width: 30px; border: 0; color: #fff; font-size: 1.8em; background: none; letter-spacing: -0.1em;}

.icon_push { }
.icon_push.home {}
.icon_push .icon_push_dot { position:absolute; top:4px; right:0px; width:8px; height:8px; border-radius:50%; background-color:#007a47; display:inline-block; }

.icon_home { /*display:none;*/} 

.icon_push img,
.icon_home img { width:26px !important; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);}



#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; }
s
#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:400; }
#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:400; display:inline-block; width:90px; text-align:center; }
.left_outlogin span.outlogin_btn_01 { color:#fff; background-color:#f5821f; border:2px solid #f5821f; }
.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: #f5821f; border: 2px solid #f5821f; }

#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:500 !important; height:60px !important; padding:18px 20px !important; line-height:30px  !important; color:#000; background-color:#fdfdfd; /*-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:22px; vertical-align:0px; }

#container_title .index_logo { height: 34px;  width: auto; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); }

#container_title .head_logo img { height:34px; width:auto; margin-top: -6px;}

#container_title .page_title { display:inline-block; position: absolute; top: 50%; left:50%; transform: translate(-50%,-50%); width:200px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align:center;  }
.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:10px 20px !important; /*border-bottom:1px solid #d9dce3; */zoom:1; border-bottom:none; background-color: #fdfdfd !important;}
#bo_cate ul:after {display:block; visibility:hidden; clear:both; content:""} 
#bo_cate li { margin-bottom: 10px !important; display:inline-block; background:none !important; border-top:none !important;}
#bo_cate a {display:inline-block !important; border-radius: 3px; border:1px solid #bbb; padding:2px 8px !important; font-size:13px !important; background:#fff; line-height:24px !important; margin-right:6px; }
#bo_cate #bo_cate_on { position:relative; background-color:#007a47; color:#fff !important; border-color:#007a47; 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:400; border-radius: 3px; line-height:1.6; padding:1px 4px; display:inline-block; margin-right:4px; vertical-align: 2px;}


.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:70px; right:10px; width:50px; height:50px; line-height:36px; border-radius:50%; background:#fff; color:#d2d2d2; text-align:center; font-size:15px; z-index:99; border:none; padding:0; /* border:2px solid #d2d2d2; -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 img { width:50px;}
#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:14px; 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:6px}
#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:6px}
#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:6px}
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:6px}
/*.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:6px}
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:#007a47; color:#fff; cursor:pointer; border-radius:6px}
/*.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:#007a47; border:1px solid #007a47; 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:#007a47; 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:80px; right:20px; background:#007a47; 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)}
.fix_btn .sound_only { position:relative; top:auto; left:auto; text-align:center; height:auto !important; width:auto !important; line-height:inherit !important; }

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; font-weight:600;}*/
.fix_btn.write_btn { width: calc(100% - 40px) !important; max-width: 760px !important; margin-left:20px; background-color:#007a47; height: 50px !important; line-height: 50px !important; color: #fff; text-align: center; border-radius: 4px !important; font-size: 18px;
}
.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:focus, .write_div textarea:focus, .frm_input:focus {border:1px solid #d0d3db;}

.form_01 textarea {width:100%; height:200px !important; }
.frm_input {height:36px}
.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:#000; 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 { }




/* 앱 알림, 로그아웃 등 체크박스 CSS */
.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
  float:right;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 0px;
  bottom: 0px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input + .slider {
  border:2px solid #ccc;
}

input:checked + .slider {
  background-color: #f5821f;  
  border:2px solid #f5821f;
}

input:focus + .slider {
  /*box-shadow: 0 0 1px #2196F3;*/
}

input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

@media (max-width:970px) {
    #smb_my_ov .my_info_wr {width:100%}
}



/* 게시판 공통CSS */
#bo_w .write_div { width:100%; float:left; margin-bottom:10px; line-height:36px; }
#bo_w .write_div:last-child { margin-bottom:0; }


/* 자료 없는 목록 */
.empty_table {padding:30px 0 !important; color:#777; text-align:center}
.empty_list,
.list_empty {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:#fdfdfd}
.new_win #win_title {font-size:1.3em; height:50px; line-height:30px; padding:10px 20px; background:#fdfdfd; 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:#fdfdfd; 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:14px; 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:6px 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:0px 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 { width:100%; padding:0 20px; height:45px; font-weight:bold; font-size:1.083em}

/* 검색결과 색상 */
.sch_word {color:#ff0000; padding:2px 4px; margin:0 2px; text-decoration:underline; }

/* 사이드뷰 */
.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:6px}
.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:6px}



/* 게시판 공통수정 */

.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:#007a47; display:inline; font-weight:400; }

.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: #f5821f; height: 60px; line-height: 60px; font-weight:400; 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:#007a47 !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 !important; padding-bottom:0; background:none !important; margin:0 !important; }

#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:#007a47; }
#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:#f26c4f; 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:#f26c4f; 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:#f26c4f; 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: #000;
    background: #fff;
    text-align: center;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #000;
    vertical-align: baseline;
    vertical-align: 1px;
}

#bo_sch { position:relative;}

.img_v img { border:1px solid #eee;}


/* 회원 로그인 > 대시보드 */

.select_date .select_date_unit { display:inline-block; position:relative; margin:0 2px; z-index:1;}
.select_date .select_date_unit select { border:none; padding-right:38px; height:30px; background:none; position:relative; z-index:1; background-size:16px !important;}
.select_date .select_date_unit:after { position:absolute; top:50%; transform:translateY(-50%); right:20px; font-weight:400; z-index:0;}
.select_date .year:after { content:'년';}
.select_date .month:after { content:'월';}
.select_date .day:after { content:'일';}

.input_date input[type='date'] { border: none; /*테두리 설정은 본인 맘대로*/
  position: relative; /*캘린더 아이콘을 클릭해야만 달력이 보이기 때문에 이 영역 자체를 제어하기 위해 설정 */
  width: 100%;
  padding: 0px 24px 0 0;
  background: url(../../../img/common/icon_calendar.png) no-repeat right center / 20px; 
  /* 배경 커스텀: 경로 반복 Y축 X축 위치 가로 세로(생략)*/
  text-align: center;
  color:#000;
  line-height:24px;
  font-size:24px;
}

/*실제 캘린더 아이콘을 클릭하는 영역을 의미하는 선택자*/
/*이 영역을 확장해서 input의 어떤 곳을 클릭해도 캘린더를 클릭한 것과 같은 효과를 만들자!*/
.input_date input[type='date']::-webkit-calendar-picker-indicator {
  position: absolute; /*이를 설정하기 위해 사전에 relative를 설정한 것이다.*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent; /*배경은 투명하게,*/
  color: transparent; /*글자도 투명하게! 이 두 설정을 통해 캘린더 아이콘을 사라지게 만든다.*/
  cursor: pointer;
}

/*type이 date인 input의 placeholder를 커스텀하기 위한 선택자*/
/*기본적으로 type date인 input은 placeholder가 먹히지 않기 때문이다!*/
.input_date input[type='date']::before {
  content: attr(placeholder); /*input 태그의 placeholder라는 속성값을 가져와서 content로 사용한다. 보통은 placeholder보다는 data-placeholder라는 커스텀 속성을 만들어서 사용하시는 것 같다.*/
  width: 100%;
  height: 100%;
}

/*input에 어떠한 유효값이 입력된 상태인지 확인하는 선택자*/
/*날짜를 선택하면 유효값이 입력된다.*/
/*이 속성을 활용하고자 한다면 반드시 태그에 required 속성을 달아줘야한다.
.input_date input[type='date']:valid::before {
  display: none; /*유효값이 입력된 경우 before에 있는 것을 사라지게 한다. 즉, placeholder를 사라지게 한다.*/
/*} */


/*
.input_date input[type='date']::-webkit-calendar-picker-indicator,
.input_date input[type="date"]::-webkit-clear-button,
.input_date input[type="date"]::-webkit-inner-spin-button,
.input_date input[type="time"]::-webkit-calendar-picker-indicator,
.input_date input[type="month"]::-webkit-calendar-picker-indicator,
.input_date input[type="week"]::-webkit-calendar-picker-indicator,
.input_date input[type="datetime-local"]::-webkit-calendar-picker-indicator
{ 
    display: none;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}



/* 서브페이지 탭 */

.sub_tap {width:100%; float:left; background: #fdfdfd; 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; border-bottom: 10px solid #f5f5f5;  }
.sub_div_02 { 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: #fdfdfd; }
.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: #fdfdfd; 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:400; }
.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:#fdfdfd; 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:#fdfdfd; 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: #fdfdfd; 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:400; color:#747474; width:100%; float:left;}
.conm_info dl { display:flex; 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; width:14px; margin-right:4px; opacity:.6;}
.conm_info dd { display:inline-block; color:#111; white-space: normal;}

.conm_info p {margin-top:20px;}



/* 메인 하단 앱 정보 */
.main_footer { width:100%; float:left; padding:20px 20px 40px;  background-color:#eee;}


.main_footer_manu { font-size:14px; font-weight:400; 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:500; 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: #fdfdfd; 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: #007a47 !important; }
.switchon:after {left: 22px !important; content: ''; color: #007a47; }



/* 테이블 CSS */
.table_section {}
.table_section table { font-size:18px; border-top:1px solid #000; font-size:13px;}
.table_section table th,
.table_section table td { /*border-right:1px dashed #bbb;*/ vertical-align: middle; text-align:center; padding:8px 5px; color:#000; }
.table_section table th:last-child, 
.table_section table td:last-child { border-right:none;}
.table_section table th {border-bottom:1px solid #000; }
.table_section table td {border-bottom:1px solid #e9e9e9; }
.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 #e9e9e9;}



/* DIV 테이블 CSS :대시보드 */
.table_section { /*border-radius:8px; background-color:#fdfdfd; box-shadow:0 0 10px rgba(0,0,0,.1); padding:15px; width:100%; font-size:16px;*/}
.table_section h3 { display:flex; align-items: center; font-size:18px; font-weight:500; margin-bottom:10px;}
.table_section h3 img { width:22px; display:inline-block; margin-right:8px;}

.table_section select { background-color:#f5f5f5; border:none; width:100%; margin-bottom:10px; border-radius:6px; padding:0 10px;}

.table {display:table; width:100%;  font-size:16px; }
.table .table_row {display:table-row; }
     
.table .table_row .table_cell {display:table-cell; padding:6px;color:#000;}
.table .table_row .table_cell.num_bold { text-align:right; color:#000; font-weight:400;}
.table .table_row .table_cell span { display:inline-block; margin-right:4px;}

.table .total_line {}
.table .total_line .table_cell { padding:10px 0;}
.table .total_line .table_cell p { height:1px; background-color:#ddd; padding:0;}

.table .total {}
.table .total .table_cell { }
.table .total .table_cell:nth-child(1) {color:#000; font-weight:500;}
.table .total .table_cell:last-child {color:#000; font-weight:700;}

.table_noti { width:100%; text-align:right; margin-top: 10px; font-size: 13px; color:#686868;}
.table_noti sup { display:inline-block; margin-right:2px;}



/* 메인섹션 타이틀 공통CSS */
.main_title {width:100%; float:left; color:#fff; line-height:1.5; padding:0; position:relative; margin: 0px 0 10px; padding: 10px 20px 10px !important; position: sticky; top: 60px; z-index:1; }
.main_title h5 { font-size:14px; font-weight:300; position:relative; z-index:2;}
.main_title h2 {font-size:22px; font-weight:500;  position:relative; z-index:2;}
.main_title h2 i { font-size:26px; vertical-align:-4px;}

.main_title .btn_log { position:absolute; top:50%; right:20px; transform:translateY(-50%); padding:6px 16px; font-size:14px; font-weight:400; border-radius:50px; z-index:2; /* color:#fff; border:1px solid rgba(255,255,255,.5);*/ background-color:#fdfdfd; color:#007a47; font-weight:500;}
.main_title span {    position: absolute; top: 10px; right:50px; height:74px; z-index:-1;}
.main_title span img {    height: 100%;}

.main_slide {width:100%; float:left;}
.main_slide ul.main_slide_ul {position:relative; width:100%; float:left; padding:20px 20px 0;}

.swiper-pagination:after { position:absolute; top:50%; left:50%; width:80px; height:80px; background-color:#fdfdfd;}
.swiper-pagination-bullet { width:40px !important; height:8px !important; border-radius:50px !important; background-color:#fdfdfd !important; opacity:1 !important;}
.swiper-pagination-bullet-active { background-color:#182c82 !important;}

.main_01 {width:100%; float:left; padding:20px 20px 0;}
.main_01 .main_menu {width:100%; float:left; display:flex; flex-wrap: wrap; justify-content: space-between;}

.main_01 .main_menu a { width:calc(33% - 10px); margin-bottom:20px; cursor:pointer;}


/* 날짜 선택 영역 */
.select_date { padding:20px 20px 0;  font-size:20px; text-align:center; color:#000; display:flex; align-items: center; justify-content: center; width: 100%; font-weight:500;}
.select_date img { width:28px; display:inline-block; margin:0 6px;}

.select_date.top { padding:24px 0; border-radius:30px 30px 0 0; background-color:#fdfdfd; position: sticky; top: 60px; z-index:4;    box-shadow: 10px 0 10px rgba(0,0,0,.05);}

.select_date.top_bg{  width:100%;height:50px; background-color:#182c82; position: sticky; top: 60px; z-index:3; margin-top: -50px; }

.main_con { width:100%; padding:20px 20px 0; float: left; position:relative; z-index:2; background-color:#f5f5f5;}
.main_con.last { padding-bottom:30px;}
.main_con.bor_top { border-top:1px solid #ddd;}

.main_con_02 {width:100%; float: left; padding:20px 0;}



/* 리스트 상단 대시보드 CSS */

.page_top_wrap { width:100%; float:left; padding:20px 20px 20px; margin-bottom:0px; border-bottom:10px solid #f5f5f5;}
.page_top {width:100%; float:left; border-radius:6px; color:#fff; padding-top:1px; /*background:#ecf3fa !important;*/}
.page_top h3 {width:calc(100% - 0px); font-size:16px; font-weight:800; text-align:center; padding:15px 20px 12px; border-radius:10px 10px 0 0; border-bottom:1px solid rgba(255,255,255,.8);}
.page_top h3 .page_top_dot::after { content:''; display:inline-block; margin:0 4px; width:4px; height:4px; border-radius:50%; background-color:rgba(255,255,255,.8); vertical-align: 3px;}

.page_top .page_top_con {padding:10px 10px 0px; border-radius:0 0 10px 10px;  display: flex; justify-content: space-between; flex-wrap: wrap; font-size:14px; font-weight:600;}
.page_top .page_top_con .page_top_text { padding:0 0 10px;}
.page_top .page_top_con .page_top_text.total { padding-top:10px; border-top:1px solid rgba(255,255,255,.3);}
.page_top .page_top_con .page_top_text p { margin-top:2px;}
.page_top .page_top_con .page_top_text.item_2 { padding-right:10px;} /* 1줄에 2항목 */
.page_top .page_top_con .page_top_text.item_2:nth-child(odd) {width:45%;} /*  홀수 선택자 */
.page_top .page_top_con .page_top_text.item_2:nth-child(even) {width:55%;} /*  짝수 선택자 */

.page_top .page_top_con .page_top_text.item_3 {width:33%; padding-right:10px;} /* 1줄에 3항목 */
.page_top .page_top_con .page_top_text.item_4 {width:25%; padding-right:5px; } /* 1줄에 4항목 */

.page_top_menu {padding:20px 0px 0px; display:flex; justify-content: space-between; align-items: center; font-size:15px;}
.page_top_menu .page_summury {width:50%; padding:10px 18px 10px 20px; border:1px solid #c5c5c5; display:flex; justify-content: space-between; align-items: center; border-radius:10px;}
.page_top_menu .page_search { padding:6px 0 6px 20px;}
.page_top_menu .page_search img {width:20px;}


.search_wrap { width:100%; float:left;}
.search_wrap .search { width:100%; float:left; display:flex; flex-wrap: wrap; justify-content: space-between;}
.search_wrap .search .search_item { margin-bottom:10px; width:100%;}


.search_wrap .search .search_item_20 { margin-bottom:10px; width:calc(20% - 5px);}
.search_wrap .search .search_item_30 { margin-bottom:10px; width:calc(30% - 5px);}
.search_wrap .search .search_item_33 { margin-bottom:10px; width:calc(33% - 5px);}
.search_wrap .search .search_item_35 { margin-bottom:10px; width:calc(35% - 5px);}
.search_wrap .search .search_item_40 { margin-bottom:10px; width:calc(40% - 5px);}
.search_wrap .search .search_item_50 { margin-bottom:10px; width:calc(50% - 5px);}
.search_wrap .search .search_item_65 { margin-bottom:10px; width:calc(65% - 5px);}
.search_wrap .search .search_item_70 { margin-bottom:10px; width:calc(70% - 5px);}
.search_wrap .search .search_item_80 { margin-bottom:10px; width:calc(80% - 5px);}

.search_wrap .search .input_wrap { border:1px solid #ddd; border-radius:6px; padding:6px; display: flex; align-items: center;    justify-content: space-between; }

.search_wrap .search .input_wrap select { border:none; float:none; width:100%; height: 22px; padding-left:0; font-size:16px;}
.search_wrap .search .input_wrap input {width:100%; height: 22px; padding-left:0; border:none; font-size:16px;}

.search_wrap .search button { width:auto; height:37px; padding:0 10px; border-radius:6px; border:none; /*background-color:#f26c4f;*/ background-color:#000; color:#fdfdfd; font-size:16px;}

.search_wrap .search .input_wrap input[type='date'] { border: none; /*테두리 설정은 본인 맘대로*/
  position: relative; /*캘린더 아이콘을 클릭해야만 달력이 보이기 때문에 이 영역 자체를 제어하기 위해 설정 */
  width: 100%;
  padding: 0px 0px 0 0;
  /*
  background: url(../img/common/icon_calendar.png) no-repeat right 8px / 16px; 
  /* 배경 커스텀: 경로 반복 Y축 X축 위치 가로 세로(생략)*/
  text-align: center;
  color:#000;
  line-height:30px;
  font-size:14px;
  padding:0; background-color:#fdfdfd;
}

/*실제 캘린더 아이콘을 클릭하는 영역을 의미하는 선택자*/
/*이 영역을 확장해서 input의 어떤 곳을 클릭해도 캘린더를 클릭한 것과 같은 효과를 만들자!*/
.search_wrap .search .input_wrap input[type='date']::-webkit-calendar-picker-indicator {
  position: absolute; /*이를 설정하기 위해 사전에 relative를 설정한 것이다.*/
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent; /*배경은 투명하게,*/
  color: transparent; /*글자도 투명하게! 이 두 설정을 통해 캘린더 아이콘을 사라지게 만든다.*/
  cursor: pointer;
}

/*type이 date인 input의 placeholder를 커스텀하기 위한 선택자*/
/*기본적으로 type date인 input은 placeholder가 먹히지 않기 때문이다!*/
.search_wrap .search .input_wrap input[type='date']::before {
  content: attr(placeholder); /*input 태그의 placeholder라는 속성값을 가져와서 content로 사용한다. 보통은 placeholder보다는 data-placeholder라는 커스텀 속성을 만들어서 사용하시는 것 같다.*/
  width: 100%;
  height: 100%;
}

/*input에 어떠한 유효값이 입력된 상태인지 확인하는 선택자*/
/*날짜를 선택하면 유효값이 입력된다.*/
/*이 속성을 활용하고자 한다면 반드시 태그에 required 속성을 달아줘야한다.*/
.search_wrap .search .input_wrap input[type='date']:valid::before {
  display: none; /*유효값이 입력된 경우 before에 있는 것을 사라지게 한다. 즉, placeholder를 사라지게 한다.*/
}

.search_line { height:2px; background-color:#000; width:100%; margin:5px 0 15px; float:left;}

.search_wrap .page_top {}
.search_wrap .page_top .page_top_con { font-weight:400; padding:15px 15px 5px 15px; font-size:16px;}
.search_wrap .page_top .page_top_con .page_top_text p { font-weight:600 !important; color:#FF0; display:inline-block;}


.type_icon {display:inline-block; padding:2px 6px; border-radius:50px; font-size:13px; margin-right:4px; margin-top:6px; float:left;}
.import { border:1px solid #6666ff; color:#6666ff;} /*수입*/
.export { border:1px solid #f26c4f; color:#f26c4f;} /*수출*/

.receipt     { border:1px solid #000; color:#000;} /* 영수 // 검은색 테두리, 검은색 배경, 흰색 글자 */
.receivable  { border:1px solid #000; color:#000;} /* 미수 // 검은색 테두리, 검은색 배경, 노란 글자 */

/* 리스트 CSS */


.list_title {    padding: 6px 20px 20px;
    font-size: 24px;
    position: sticky;
    top: 60px;
	background-color:#fdfdfd;
	z-index: 2;}
	
.list_title .list_title_code { font-weight:400; display: inline-bloc}
	

.list_item {font-size:14px;}

.list_item .list_item_01 {display:flex; justify-content: space-between; margin-bottom: 10px; width:100%;}
.list_item .list_item_01 .list_state {display:flex; align-items: center;}
.list_item .list_item_01 .list_state .list_state_item {display:flex; align-items: center; margin-right:10px; color:#999; font-size:12px;}
.list_item .list_item_01 .list_state .list_state_item .list_state_dot { display:inline-block; width:6px; height:6px; border-radius:50%; margin-right:3px; background-color:#e2e2e2;}
.list_item .list_item_01 .list_state .list_state_item .list_state_dot.end {width:10px; height:10px; border-radius:2px;}
.list_item .list_item_01 .list_state .list_state_item.on { color:#000;}
.list_item .list_item_01 .list_state .list_state_item.on .list_state_dot_01 {background-color:#f1941a;}
.list_item .list_item_01 .list_state .list_state_item.on .list_state_dot_02 {background-color:#92c21f;}
.list_item .list_item_01 .list_state .list_state_item.on .list_state_dot_03 {background-color:#f26522;}
.list_item .list_item_01 .list_state .list_state_item.on .list_state_dot_04 {background-color:#1e7567;}
.list_item .list_item_01 .list_state .list_state_item.on .list_state_dot_05 {background-color:#e6221b;}
.list_item .list_item_01 .list_state .list_state_item.on .list_state_dot.end {background-color:#468bca;}

.list_item .list_item_01 .list_more {display:flex; align-items: center; color:#000; font-weight:500; padding:4px 6px 4px 10px; border-radius:50px; border:1px solid #333; font-size:13px;}

.list_item .list_item_02 {display:flex; justify-content: space-between; width:100%; padding-top:8px;}
.list_item .list_item_02 .list_02_con {display:inline-block;}
.list_item .list_item_02 .list_02_con .list_02_text {display:inline-block; color:#000;}
.list_item .list_item_02 .list_02_con .list_02_text.point {color:#007a47 !important;}

.list_item .list_item_03 {padding:15px; border-radius:12px; background-color:#f5f5f5; display: flex; margin-top:10px;}
.list_item .list_item_03 .list_item_03_item {height:20px; margin-top: 6px;}
.list_item .list_item_03 .list_item_03_con {font-size:18px; color:#000; margin-left:10px; font-weight:600;}
.list_item .list_item_03 .list_item_03_con .item_title { margin-bottom:1px;}
.list_item .list_item_03 .list_item_03_con .list_item_03_text {font-size:18px; color:#007a47; margin-bottom:10px; font-weight:500;}

.list_item .list_item_04 {display:flex; justify-content: space-between; align-items: center; padding-top:15px;}
.list_item .list_item_04 .list_04_con {}
.list_item .list_item_04 .list_04_con .list_04_text {display:inline-block; font-weight:600;}
.list_item .list_item_04 .list_04_con .list_04_text.point { color:#00aeef !important;}


.item_title { color:#999; font-size:11px; font-weight:400; margin-bottom:3px; min-height:12px;}


.list_wrap table { /*border:1px solid #eee;*/ border-collapse: collapse; min-width:100%; 
  background-color: #fdfdfd;
  border-radius:6px;
  border-style: hidden;
  box-shadow: 0 0 0 1px #eee;
  margin-bottom:20px;
}
.list_wrap td, 
.list_wrap th { border:1px solid #eee; padding:10px 8px; position:relative; line-height:1.5; white-space : nowrap; letter-spacing:-.5px;}

.list_wrap th { background-color:#333; color:#fff; font-weight:500;}

/*
.list_wrap table,
.list_wrap tbody { border-radius:6px;}
*/
.list_wrap tr:nth-child(1) { border-radius:6px 6px 0 0;}
.list_wrap tr:last-child { border-radius:0 0 6px 6px;}

.list_wrap th:nth-child(1) { border-radius:6px 0 0 0;}
.list_wrap th:last-child { border-radius:0 6px 0 0;}

.list_wrap tr:last-child td:nth-child(1) { border-radius:0 0 0 6px;}


.list_wrap td.top_td { border-top:10px solid #fdfdfd;}
.list_wrap td.top_td:after { content:''; position:absolute; top:0; left:0; width:100%; height:1px; background-color:#eee;}
.list_wrap td.top_td .line {opacity:.2; display:inline-block; margin:0 2px;}


.list_wrap::-webkit-scrollbar {
	height:10px;
}
.list_wrap::-webkit-scrollbar-track {
    background-color: #f5f5f5;
	border-radius:50px;
}
.list_wrap::-webkit-scrollbar-thumb {
    background-color: #c5c5c5;
	border-radius:50px;
}

/*
.list_wrap td.bottom_td:after { content:''; position:absolute; bottom:0; left:0; width:100%; height:1px; background-color:#eee;}
*/
.list_wrap td.btn_wrap {border:none; border-bottom:1px solid #eee; display:flex; justify-content: space-between;}
.list_wrap td.btn_wrap a { display:inline-block; text-align:center; padding:6px 20px; border-radius:4px; margin:0 2px;}

.list_wrap tr:last-child td.btn_wrap { border-bottom:none;}

.list_wrap td.price { text-align:right;}

.list_wrap td .point { font-weight:600; font-size:15px;}

.list_wrap td .more i { vertical-align:-2px;}



/* 통관 리스트 CSS */
.case_wrap { width:100%; float:left; display: flex; flex-wrap: wrap;}

.case_wrap dl {width:100%; float:left; display:flex; padding:5px 14px; border:1px solid #eee; border-top:none; border-bottom:none;} /* !! 상하 margjin 금지 !! */
.case_wrap dt { width:120px;}
.case_wrap dd { width:calc(100% - 120px); text-align:right;}

.customs_list .case_wrap {background-color:#f7f7f7; border-radius:10px;}

/*
.customs_list .case_wrap .case_wrap_01 {order:9;} /* 지점
.customs_list .case_wrap .case_wrap_02 {order:9;} /* 업무 
.customs_list .case_wrap .case_wrap_03 {order:9;} /* 신고일자
.customs_list .case_wrap .case_wrap_04 {order:9;} /* 수리일자(기준일자) 
.customs_list .case_wrap .case_wrap_05 {order:9;} /* 신고번호 
.customs_list .case_wrap .case_wrap_06 {order:9;} /* 통관담당 
.customs_list .case_wrap .case_wrap_07 {order:1;} /* HAWB 
.customs_list .case_wrap .case_wrap_08 {order:0;} /* 실화주 
.customs_list .case_wrap .case_wrap_09 {order:9;} /* 공급가 
.customs_list .case_wrap .case_wrap_10 {order:9;} /* 부가세 
*/

/* 통관 페이지 건수 별 타이틀 
.customs_list .case_wrap .case_wrap_08 { padding:14px 14px 0px 14px; border:1px solid #eee; border-radius:10px 10px 0 0; border-bottom:none; background-color:#fdfdfd;}
.customs_list .case_wrap .case_wrap_08 dt { display:none;}
.customs_list .case_wrap .case_wrap_08 dd { text-align:left; font-size:24px; font-weight:600;}
*/


/*  */
.customs_list .case_wrap .case_title { border:1px solid #eee; padding:15px; background-color:#fdfdfd; border-radius:10px 10px 0 0; font-weight:600;}
.customs_list .case_wrap .case_title dt { display:none;}
.customs_list .case_wrap .case_title dd { text-align:left; font-size:18px; align-items: center; width:100%; display:block;}

.customs_list .case_wrap .case_wrap_03 { padding-top:15px;}


.customs_list .case_wrap .btn_wrap {order:99; display:flex; justify-content: space-between;width:100%; float:left; padding:10px 14px 20px; border:1px solid #eee; border-top:none; border-radius:0 0 10px 10px;}
.customs_list .case_wrap .btn_wrap a { width:100%; display:inline-block; text-align:center; padding:10px 10px; border-radius:6px; margin-top:4px; font-size:16px;}
.customs_list .case_wrap .btn_wrap a.btn_2 { width:calc(50% - 4px); }
.customs_list .case_wrap .btn_wrap a.btn_3 { width:calc(33% - 4px); color:#fff;} 

.customs_list .case_wrap .btn_wrap a.btn_3:nth-child(1) { border:1px solid #000; background-color:#252525;}
.customs_list .case_wrap .btn_wrap a.btn_3:nth-child(2) { border:1px solid #656565; background-color:#656565;}
.customs_list .case_wrap .btn_wrap a.btn_3:nth-child(3) { border:1px solid #999; background-color:#999;}


.list_noti {width:100%; float:left; padding:20px 20px 0px; }
.list_noti i {color:#6666ff; font-weight:600; margin-right:6px;}
.list_noti img {width: 16px; height: auto; margin-right: 4px; margin-top: -2px;}


.list_sort {width: 100%; float: left; padding:10px 20px 0px;}

.list_sort .list_noti {
    width:auto;
    padding: 0px;
	float:left;
	margin-top: 12px;
}


/* 상태 > 입금, 출금 */
.state_icon {display:flex; align-items: center; color:#fff; font-weight:500; padding:5px 10px; border-radius:50px; font-size:14px;}
.state_icon_01 { border:1px solid #C00;  background-color:rgba(204,0,0,.8);} /*입금*/
.state_icon_02 {  border:1px solid #0033cc; background-color:rgba(0,51,204,.8);}


/* 상세페이지 레이아웃 // 화물, 발행정보 */
.view_wrap {width:100%; float:left; padding:20px; font-size:14px; /*border-bottom:10px solid #e8e8e8;*/}

.view_wrap h3 {font-size:18px; font-weight:600; margin:10px 0; display: flex; align-items: center;}
.view_wrap h3 i { font-size:24px; color:#f1941a; display:inline-block; margin-right:6px; display:none; }

.view_wrap .view_wrap_con {width:100%; float:left; display:flex; flex-wrap: wrap; justify-content: space-between; position:relative; padding: 10px 20px; background-color: #fafafa; border-radius:10px;}

.view_wrap dl{ width:100%; display:flex; /*justify-content: space-between;*/ padding:12px 0; border-bottom:1px solid #f1f1f1;}
.view_wrap dl:last-child { border-bottom:none;}
.view_wrap dl.w50 { width:calc(50% - 0px) !important; padding-right:5px;}

.view_wrap dt {font-weight:600; width:120px; position:relative; padding-left:12px;}
.view_wrap dt:before { content:''; position:absolute; left:0; top:6px; width:3px; height:3px; background-color: #92c21f;}

.view_wrap dd { /* text-align:right;*/ width:calc(100% - 120px);}






/* VIEW 모달 팝업 */
.modal {
display: none; /* Hidden by default */
position:fixed !important; /* Stay in place */
z-index: 9999999; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.6); /* Black w/ opacity */
text-align:left;
box-shadow:none; 
border:none;
}

.modal_btn { cursor:pointer;}

/* Modal Content/Box */
.modal-content {
background-color: #fff;
    width: calc(100% - 40px);
	max-width:600px;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    transform: translate(-50%, -50%);
	border-radius: 4px;
	margin:20px;
}

.modal-content h4 { font-size:16px; border-bottom: 1px solid #ddd; padding-bottom: 20px !important; font-weight: 700;}

.modal-content .modal_con { padding:20px 30px 0;}

/* The Close Button */
.modal-content .close {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    padding: 0;
    text-align: center;
    line-height: 40px;
}
.modal-content .close i {position: absolute; top: 20px; right: 0px; transform: translateX(-50%);}
.modal-content .close:hover,
.modal-content .close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}


/* 게시판 공통CSS */
#bo_w .write_div { width:100%; float:left; margin-bottom:10px;}
#bo_w .write_div:last-child { margin-bottom:0;}

#bo_w .btn_confirm {width:100%; float:left;}

.btn_submit {border:0;background:#007a47;color:#fff;cursor:pointer;border-radius:3px}
.btn_submit:hover {background:#007a47}
.btn_close {border:1px solid #dcdcdc;cursor:pointer;border-radius:3px;background:#fff}
a.btn_close {text-align:center;line-height:50px}


#bo_v { width:100%;}

#bo_v>header { padding:10px 20px 20px;}

#bo_v_info { width: 100%;  float: left;  padding: 20px;  border-top: 1px solid #eee;  margin-top: 20px;}
#bo_v_info i { display:none;}
#bo_v_info .bo_v_info_item { display:inline-block; font-size:14px;}
#bo_v_info .bo_v_info_item.left { float:left; line-height:35px; }
#bo_v_info .bo_v_info_item.right { float:right;}

.bo_v_nb li a { color:#000;}
.bo_v_nb li a i { display:inline-block; margin-right:10px;}

.bo_v_tit { font-size:18px;}

#bo_v_con { min-height:50px; font-size:14px !important; }

#bo_list_total { margin:0; padding:10px 20px; text-align:left; background:none; border-radius:0; font-size:12px;}

#bo_list, #bo_list_total, 
.list_01 { width:100%; float:left; border-top:1px solid #ddd; background:#fff; padding: 0px; /*border-bottom: 1px solid #ddd;*/ border-top:1px solid #ddd; margin-top:-1px;; }

.list_01 ul {width:100%; float:left;}
.list_01 ul li {width:100%; float:left; border-bottom:1px solid #eee;}

#bo_sch {width:calc(100% - 0px); float:left; border:none; margin:0; background:#fff; position:relative; padding:20px; }
#bo_sch form {border:1px solid #d7d7d7; width: 100%; float: left; position:relative; }
#bo_sch select { width: 100px; float:left; border: 0; height: 38px; border-right: 1px solid #f8f8f8; float: left;}
#bo_sch .sch_input { width: calc(100% - 140px); height: 38px; float:left; border:none; border-left: 1px solid #d7d7d7; padding: 0; background-color: transparent; float: left; padding: 0 3em 0 10px;}
#bo_sch .sch_btn { width: 40px; height: 38px; position: absolute; top: 0; right: 0; border: 0; background: none; font-size: 20px !important;}


.list_01 .all_chk.chk_box { width:100%; float:left; padding:10px 20px; background-color:#f5f5f5;}
.list_01 .all_chk.chk_box input[type="checkbox"] + label span { top:15px; display:inline-block !important;}
.list_01 .all_chk.chk_box .btn.btn02 { float:right;}

.list_01 li { padding:20px;}

.bo_subject { padding-bottom:0;}
.bo_info i { display:none;}

