﻿@CHARSET "UTF-8";

/* reset.css 추가 */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,article, aside, canvas, details, figcaption, figure,footer, header, menu, nav, section, summary,time, mark, audio, video, input, select, textarea  {margin:0;padding:0;border:0;font-size:100%; vertical-align:baseline; color:#222222;font-size:13px;font-family:Malgun Gothic,"돋움",Dotum,Meiryo UI,arial,Sans-serif; }
html,body {height:100%;}
html,body{margin:0 !important;padding:0 !important; scrollbar-face-color:#fafafa;scrollbar-highlight-color:#FFFFFF;scrollbar-3dlight-color:#C0C0C0;scrollbar-darkshadow-color:#dcdcdc;scrollbar-shadow-color:#dcdcdc;scrollbar-arrow-color:#dcdcdc;scrollbar-track-color:#fafafa;}
tr, th, td{font-size:13px;font-family:Malgun Gothic,"돋움",Dotum,Meiryo UI,arial,Sans-serif;}

textarea{  resize: none; outline: none; border: 1px solid #cccccc; border-radius:4px ; padding:5px;    box-sizing: border-box;}
textarea:focus{ border: 1px solid #333333  }
table{border-collapse:collapse; width: 100%; table-layout: fixed;}
table caption{display:none;}

input[type="checkbox" ]{width: auto;height: 17px;vertical-align: text-top;margin:0;}
td input[type="radio"]{width:13px;height:13px;vertical-align:text-top;margin: 2px 5px 0 0px;}
table input[type="checkbox" ] {margin: 0 3px 0 0;}
label{ margin-right: 10px ; display: inline-block;}
input[type="text"], input[type="password"], input[type="number"]{
    border: 1px solid #cccccc;
    height: 32px;
    line-height: 32px;
    margin:0;
    border-radius: 4px;
    padding: 0 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
    box-sizing: border-box;
    vertical-align: middle;
}
input[type="number"] {padding: 0 0 0 7px; margin:0 5px 0 0;}
/** input number 타입의 화살표 제거 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input.input_date {margin:0 5px;}
input + span {vertical-align: middle}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, menu, nav, section {display:block;}


ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after {content:'';content:none;}
ins {text-decoration:none;}
del {text-decoration:line-through;}
a, a:hover{text-decoration:none;}
a, a:active {color: #333333;}


.all{ height: 100%;overflow: hidden;position: relative;}
.wrap{
    width: 100%;
    position: absolute;
    top: 55px;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    display: block;
}

/* 버튼설정 */
button{color: #333333;
    padding: 0 11px;
    background: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #cccccc;
    margin: 0 5px 0 0;
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    cursor: pointer}
input + button,
input + button + button {vertical-align: top;}
.btn1{
    color: #ffffff;
    padding: 0 11px;
    border-radius: 4px;
    margin: 0 5px 0 0;
    line-height: 1;
    height: 32px;
    font-size: 13px;}

.btn2{
    color: #333333;
    padding: 0px 11px;
    background: #ffffff;
    border-radius: 4px;
    border: 1px solid #cccccc;
    margin:0 5px 0 0 ;
    line-height: 32px;
    height: 32px;
    font-size: 13px;
}
.btn3{
    color: #333333;
    padding: 0 11px;
    background: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #cccccc;
    margin:0 5px 0 0 ;
    height:32px;
    line-height: 32px;
    vertical-align: middle;
}
.btn4{
    font-size: 11px;
    color: #333333;
    padding: 0 4px;
    background: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #cccccc;
    line-height: 20px;
    vertical-align: middle;
}
.table_col button{color: #333333;
    padding: 0 7px;
    background: #f7f7f7;
    border-radius: 4px;
    border: 1px solid #cccccc;
    margin: 0;
    cursor: pointer;
    outline: none;
    font-size: 12px;
    line-height: 26px;
    height: 26px;	}

.close_area{    position: fixed; z-index:999;
    height: 35px;
    bottom: 0;
    width: 100%;
    background: #f7f7f7;
    border-top: 1px solid #cccccc;}
.close_btn{    float: right;
    margin: 5px 23px 0 0;
    background: #ffffff;}


/* 글자 설정 공통 */
.txt.now {color:#000000;font-weight:700;}
.txt {color:#000000;}
.txt.strong {font-weight:700;}
.txt.gray{color:#999999;}
.txt.orange {color:#cd4509;}
.txt.green {color:#21a521;}
.txt.red {color:#fc4c50;}
.txt.darkred {color:#720000;}
.txt.lightgray {color:#aaa;}
.txt.blue {color:#3366ff;}
.txt.white {color:#fff;}
.txt.whitegray {color:#e0e0e0;}
.txt.yellow {color:#fff0a9;}
.txt.lft {text-align:left;}
.txt.rt {text-align:right;}
.txt.center {text-align:center;}
.txt.shadow_uk {text-shadow:0 -1px 0 rgba(0,0,0,1)}
.txt.list_title {display:block;}
.block {display:block;}
.over_text { overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.bg_gray{background:#f7f7f7;}
h1 {font-size: 22px; font-weight:700; letter-spacing: -2px;	}
h2{font-size:18px; font-weight:700; letter-spacing: -1px; line-height: 33px;}
h3{font-size:18px; font-weight:700; letter-spacing: -1px; }
h4{font-size:15px; font-weight:700; letter-spacing: -1px; }
h5{font-size:14px; font-weight:700; letter-spacing: -1px; }
.required_input{color: #fc4c50; font-weight: 700;  margin-right: 3px;}
.link, .link:hover{text-decoration: underline; color:#3366ff}

/* 여백 공통 선언 */
.mg_l5 {margin-left:5px}
.mg_l10 {margin-left:10px}
.mg_l20 {margin-left:20px;}
.mg_l30 {margin-left:30px;}
.mg_r5 {margin-right:5px;}
.mg_r10 {margin-right:10px;}
.mg_r20 {margin-right:20px;}
.mg_r30 {margin-right:30px;}
.mg_t5 {margin-top:5px;}
.mg_t10 {margin-top:10px;}
.mg_t20 {margin-top:20px;}
.mg_t30 {margin-top:30px;}
.mg_b5 {margin-bottom:5px !important;}
.mg_b10 {margin-bottom:10px !important;}
.mg_b20 {margin-bottom:20px !important;}
.mg_b30 {margin-bottom:30px !important;}
.pd_0{padding:0}
.pd_5{padding:5px}
.pd_20{padding:20px}
.pd_l10 {padding-left:10px}
.pd_l20 {padding-left:20px;}
.pd_l30 {padding-left:30px;}
.pd_r10 {padding-right:10px;}
.pd_r20 {padding-right:20px;}
.pd_r25 {padding-right:25px;}
.pd_r30 {padding-right:30px;}
.pd_t10 {padding-top:10px;}
.pd_t20 {padding-top:20px;}
.pd_t30 {padding-top:30px;}
.pd_b10 {padding-bottom:10px;}
.pd_b20 {padding-bottom:20px;}
.pd_b30 {padding-bottom:30px;}

/* 너비 공통 선언 */
.w50{width: 50px !important; }
.w100{width: 100px !important;}
.w200{width: 200px !important;}
.w500{width: 500px !important;}
.w600{width: 600px !important;}
.w_half{width: 50% !important;}
.w_full{width: 100% !important;}
.h80{height: 80px !important;}

.f_lft {float: left}
.f_rt {float: right}
.f_none {float: none}

/* 박스디자인 */
select {
    color:#333;
    height: 32px;
    border-radius: 4px;
    border:1px solid #cccccc;
    padding: 0 22px 0 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Stenqznvy.nxf.np.xe%2Sfgngvp%2Spff%2S..%2Svzntrf%2Spbzzba%2Sfryrpg_oga.cat) no-repeat right 3px top 0  ;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor:pointer;
    vertical-align: middle;
}
select::-ms-expand { display: none; }
table tr select {width: 200px; }
input::-ms-clear,
input::-ms-reveal{
    display:none;width:0;height:0;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{	display:none;}


/* gnb */
.header {position: absolute;left:0;right:0;top:0;height: 55px;z-index:2;}
.header .top_area {height: 55px;line-height: 55px;padding: 0 30px 0 20px;background-color: #222;}
.header .left_top_ci a{color:#ffffff; font-size: 17px;;}
.header .top_info{position: absolute;    right: 30px;    top: 0;}
.header .top_info li {margin: 0 0 0 15px; float: left}
.header .top_info a .txt{color: #ffffff;}



/* 왼쪽 박스 */
.left_menu{
    width: 195px;
    border-right: 1px solid #eaeaea;
    float: left;
    height: 100%;
    overflow: auto;
}

/* body*/
.body{
    overflow: auto;
    height: 100%;
}
.body .page_area {
    margin: 0 auto;
    padding: 0 30px 30px;
    min-width: 885px;
}
#adminAgreementForm {display: unset;}
/* 왼쪽 메뉴 */
.nav{
    overflow-y: auto;
    overflow-x: hidden;
}
.nav ul li.menu_1depth{	height:45px;
    line-height: 45px;
    width: 100%;
    display: inline-table;
    border-bottom:1px solid #eaeaea;
}
.nav ul li.menu_1depth > a{
    display: block;
    padding: 0 0 0 20px;
    font-weight: 700;
    font-size: 14px;
}
.nav ul li ul li.menu_2depth{	height:35px;	line-height: 35px;}
.nav ul li ul li.menu_2depth a{
    font-size:12px;
    display: block;
    padding: 0 0 0 32px;
}

/* 타이틀 디자인 */

.title_box {     z-index: 999;
    height: 74px;
    border-bottom: 1px solid #eaeaea;
}
.title_box + .content_top_right {margin: 10px 0;display: block;text-align: right;}
.title_box.no_btn {border-bottom: 0;}
.content_top_right p.txt{display: inline-block; vertical-align: middle; margin-top: -1px;}
.section {overflow: hidden; }
.history_datepicker.hasDatepicker{width: 100px}

.article.top_area {
    padding: 13px 0 0 0 ;
    height: 50px;
}
.title_box .title{line-height:75px;}
.title p{color: #999999;}



.info_box2 {height: 25px; line-height: 25px;}
.info_box2 p{width: 1px;
    height: 12px;
    background: #fff;
    opacity: 0.2;
    float: left;
    margin-top: 6px;}

.info_box2 div.help{float: left;
    width: 49%;
    text-align: center;
    margin-top: -1px;
}
.info_box2 div.language{float: left;
    width: 50%;
    text-align: center;
    margin-top: -1px;
}

.info_box2 .language select{width: 45px;
    height: 25px;
    border: none;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    padding: 0;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Stenqznvy.nxf.np.xe%2Sfgngvp%2Spff%2S..%2Svzntrf%2Spbzzba%2Sfryrpg_oga2.cat) no-repeat 95% 60%;}
.info_box2 .language select option{color: #333;}
.info_box2 .language select:focus{
    outline:none;
}
.icon_public{
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Stenqznvy.nxf.np.xe%2Sfgngvp%2Spff%2S..%2Svzntrf%2Spbzzba%2Schoyvp_vpba.cat) no-repeat;
}
.icon_public.people {    width: 32px;
    height: 32px;
    float: left;
    background-position: -161px  -19px;}
.people_btn {
    border: 1px solid #cccccc;
    display: inline-block;
    border-radius: 4px;
    padding: 0 10px 0 5px;
}
.people_btn span {line-height: 32px;}
.help .icon_public{
    display: inline-block;
    width: 13px;
    height: 13px;
    background-position: 0px 0px;
    vertical-align: middle;
    margin: -2px 3px 0 0;
}

.language .icon_public{
    display: inline-block;
    width: 13px;
    height: 13px;
    background-position: -14px 0px;
    vertical-align: middle;
    margin: -2px 0px 0 0;
}



/* 본문 컨텐츠 디자인 */
.content{width: 100%;margin-bottom: 20px;}
.content_top {padding: 10px 0 0 0;    height: 44px;}
.content_top .content_top_left{float:left}
.content_top .content_top_right{float:right;}
.content_top .content_top_left span.txt,
.content_top .content_top_right span.txt{line-height:32px; margin-right:10px;}

.loading {    width: 25px;
    height: 25px;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Stenqznvy.nxf.np.xe%2Sfgngvp%2Spff%2S..%2Svzntrf%2Spbzzba%2Sybnqvat1.tvs) center no-repeat;
    background-size: 23px;
    display: inline-block;
    vertical-align: middle;}


/* 검색 박스 */
.search select {vertical-align: middle;}
.search_box {width:210px;height: 34px;display: inline-block;}
.search_box .search_area {width: 100%;position: relative; }
.search_box .search_text{
    border: 1px solid #cccccc;
    border-radius: 4px;
    vertical-align:middle;
    outline: none 0;
    line-height: 34px;
    box-shadow: none;
    width: 100%;
    box-sizing: border-box;
    height: 34px;
    padding: 6px 32px 6px 32px;
    background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Stenqznvy.nxf.np.xe%2Sfgngvp%2Spff%2S..%2Svzntrf%2Spbzzba%2Sfrnepu_oga.cat) left 6px center no-repeat;
    margin:0
}
.search_box .search_text:hover,
.search_box .search_text:focus {background-color: #ffffff;}
.search_box button.cancel_btn{border:0;position: absolute;top: 0;right: 0;min-width: 30px;width: 34px;height: 34px;background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Stenqznvy.nxf.np.xe%2Sfgngvp%2Spff%2S..%2Svzntrf%2Spbzzba%2Spnapry.cat) right 7px center no-repeat;display: none;}
.search_box button.cancel_btn span{display: none}
.content_top_btn li{float: left; }
.content_top_btn li button {float: left;}
.content_top_btn > ul{float:right;}
.content_top_btn .loading{margin-top:3px}

/* 본문 컨텐츠 상단 고정
.content_area table thead.fixed tr th{position: sticky;top: 0px;}
.content_area table tr th{text-align:left;}
.content_area table tr td.list_2line {line-height: 1.2;  }
.content_area table tr td.list_2line span{display:block;}
.content_area table tr td img{vertical-align: middle;}
.content_area table tr td .read img{margin-top: -2px;}
.content_area table tr td.none_img img{margin-top: 1px;}*/


/* 본문 컨텐츠  mix디자인 */
.content_mix {margin-top: 50px;}
.content_mix .content_area { overflow: hidden;}
.content_mix .content_top{position:unset; padding: 0;}
.content_mix .content_top h3{margin-top: 5px;}
.content_mix .content_bottom {    position: absolute;    right: 0;}

/* 본문 컨텐츠 하단 번호디자인 */
.page_nav{float: left;text-align: center;width: 100%; margin-bottom: 40px}
.page_nav ul {display: inline-block;    padding: 0;}
.page_nav ul li {float:left;}
.page_nav ul li a{
    z-index: 3;
    color: #333;
    background-color: #fff;
    border: 0 ;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50rem !important;
    text-align: center;
    margin: 0 2px;
    position: relative;
    display: block;
    padding: 0rem 0rem;
}
.page_nav ul li a:hover{background-color: #f5f5f5;}
.page_nav ul li a span {display:none;}
.page_nav ul li.on a{
    z-index: 3;
    color: #fff;
    border: 0 ;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50rem !important;
    text-align: center;
    margin: 0 2px;
    position: relative;
    display: block;
    padding: 0rem 0rem;
}
.page_nav .page_first {background-position: 0px -18px;}
.page_nav .page_prev {background-position: -32px -18px;}
.page_nav .page_next {background-position: -64px -18px;}
.page_nav .page_last {background-position: -96px -18px;}

/* 하단 버튼 */
.content_bottom_btn {text-align: center; margin: 40px 0}
.content_bottom_btn button{padding:0;font-size: 16px;min-width: 150px;line-height: 48px;height: 48px;}

/* 한정값 지정해줘야하는 테이블 */
.content_area.table{max-height: 515px;overflow: auto; border: 1px solid #eaeaea; border-width: 1px 0; overflow-x: hidden;}
.content_area.table .table_col tr:last-child td {border-bottom: 0}


/* 가로리스트 테이블 디자인 */
.table_row th{width: 130px; padding: 0 10px; text-align: left; background: #f7f7f7;border-bottom: 1px solid #eaeaea; font-size: 13px;}
.table_row td{padding: 5px 10px;height: 32px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;border: solid #eaeaea;border-width: 0 0 1px 0;}
.table_row td.full{text-overflow:unset;}
.table_row td.full input{width:100%;box-sizing:border-box;}
.table_row td.half{text-overflow:unset;}
.table_row td.half input{width:5%;box-sizing:border-box;}


/* 세로리스트 테이블 디자인 */
.table_col th{background: #f7f7f7;height: 46px;line-height:46px;text-align: left;vertical-align: middle;padding: 0 10px 0 0;overflow: hidden;text-overflow: ellipsis;white-space: nowrap; position: sticky;  top: 0px; box-shadow: 0 -1px 0 inset rgba(0, 0, 0, 0.1);}
.table_col td {height:46px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; padding: 0 10px 0 0;border-bottom: 1px solid #eaeaea;}
.table_col td .line2 {word-break: break-all;  white-space: normal;}
.table_col tr th:first-child,
.table_col tr td:first-child{padding: 0 10px 0 20px;}
.table_col .txt.center {padding: 0}

/* 테이블 안 목록 */
.in_list li{line-height: 24px;}
.in_list li:before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 20px;
    margin: 0 5px 4px 5px;
    background-color: #999999;
    vertical-align: -1px;}

/* 작은테이블 디자인 */
table .table_mini {margin: 10px 0 10px 5px;}
.table_mini th{ box-shadow: none; border : solid #e0e0e0; border-width: 1px 0; height: 26px; line-height: 26px;}
.table_col.table_mini th {border-width: 0 0 1px 0;}
.table_mini td{ border : solid #e0e0e0; border-width: 1px 0;height: 26px;}
.table_mini td input[type="text"],
.table_mini td input[type="password"],
.table_mini td input[type="number"] {height: 24px;}



/* 탭메뉴 있는 경우
.tab_area {position: fixed;
    top: 75px;
    left: 225px;
    z-index: 999;
    right: 30px;}
.tab_area ul{height: 54px; border-bottom: 1px solid #eaeaea;}
.tab_area ul li{float: left;
    padding: 0 20px;
    line-height: 50px;
    border-bottom: 3px solid #fff;
    cursor:pointer;
}
.tab_area ul li a{font-size: 15px;
    font-weight:700;
    color: #999999;}
.tab.section{top: 186px;}
.tab.content_top.fixed{top: 130px;}
.tab_area02 {margin-bottom:10px;}
.tab_area02 ul{display: flex;
    right: 30px;}
.tab_area02 ul{ border-bottom: 1px solid #eaeaea;}
.tab_area02 ul li{
    position: relative;
    top: 1px;
    margin-left: -1px;
}
.tab_area02 ul li:first-child {
    margin-left: 0;
}

.tab_area02 ul li a{
    position: relative;
    display: block;
    padding: 0px 20px;
    border: 1px solid #eaeaea;
    background:  #f7f7f7;
    height:40px;
    line-height:40px;
    border-bottom: none;
    text-align: center;
    cursor: pointer;
    font-weight:700;
    color: #999999;
}
.tab_area02 .search_box{margin-top: -38px;}
*/




/* 팝업스타일 미사용
.popup { position: fixed;z-index: 999;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.6); }
.popup_content {position: absolute;top: 15%;left: 50%;transform: translateX(-50%);background-color: white;min-width: 300px;border-radius: 4px;overflow-y: hidden;height: auto;}
.close_button {width:21px;height:21px;background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Stenqznvy.nxf.np.xe%2Sfgngvp%2Spff%2S..%2Svzntrf%2Spbzzba%2Schoyvp_vpba.cat) no-repeat;background-position: 0px -50px;display: block;float: right;cursor:pointer;margin: 20px 0 0 0;}
.popup_title{display: flow-root; height: 60px;line-height: 60px;padding: 0 20px;}
.popup_body_wrap{ margin: 0 20px;}
.popup_body > p{margin: 20px 0 0 0;}
.popup_text{text-align: center;margin: 30px 0;}
*/

/* 사용중 */
.popup {min-width: 420px;  }
.popup_body {overflow-y: auto;max-height: 345px;}
.popup_body_wrap .top_txt { margin-bottom: 10px;}
.popup_body.table {border: solid #e0e0e0;border-width: 1px;}
.popup_body.table tr:last-child td,
.popup_body.table tr:last-child th{border:0; box-shadow:none;}
.popup_body .table_row th,
.popup_area .table_row th{ border: solid #e0e0e0;border-width: 1px 0;box-shadow: none;}
.popup_body .table_row td,
.popup_area .table_row td{border-width: 1px 0;}
.popup_body_top {height: 44px;}
.popup_body_top .count{color:#3366ff;margin: -6px 0 0 5px;display: inline-block;vertical-align: middle;}
.popup_body_top h4 {display: inline-block; margin-top: 8px;}
.popup_top_left {float: left}
.popup_top_right {float: right}
.page_nav {margin: 20px 0 0 0 }
.btn_div {width:100%;display: inline-block;padding: 20px 0;text-align: center;}
.btn_div button {padding:0 20px; height: 36px;}

/* 창팝업 */
.popup .header{position: relative;line-height: 54px;margin: 0;padding: 0 20px;height: 54px;border-bottom: 1px solid #eaeaea;}
.popup .header h1{ font-size: 18px; font-weight: 700;}
.popup .popup_area {margin: 0;overflow: auto;position: absolute;top: 54px;left: 0;right: 0;bottom: 56px; }
.popup .popup_area .table_box{
    padding: 0 20px 20px;}
.popup .import_01 {padding: 20px;
    min-width: 500px;}
.popup .popup_table.table_col.table_mini{border-top:1px solid #e0e0e0}
.popup .import_01 li{margin-bottom: 10px}
.popup .import_01 li:last-child{margin: 0}
.popup .footer {
    width: 100%;
    display: inline-block;
    padding: 12px 0;
    text-align: center;
    margin: 0;
    position: fixed;
    bottom: 0;
    border-top: 1px solid #eaeaea;
    background: #ffffff;
    z-index: 99;
}
.popup .footer .btn_area button{
    background: #ffffff;
    min-width: 55px;}
.popup .footer .btn_area button.btn1{    background: #3366ff;
    border-color: #3366ff;
    color: #ffffff;
    border-radius: 4px;
    margin: 0 5px 0 0;
    line-height: 32px;
    font-size: 13px;}
#importForm .popup_area > table td{white-space: normal;}
#frmPreview{width:100%;height:128px;border:1px solid #cccccc;padding:5px;overflow-y:scroll;margin-bottom: 5px;}
#frmPreview table{width:100%;border:1px solid #666666;padding:0px;margin:0px;table-layout: auto;}
#frmPreview table tr{padding:0px;margin:0px;}
#frmPreview table tr td{background-color:#eeeeee;border:1px solid #eaeaea;}
.popup .text_box{    text-align: center;
    background: #f7f7f7;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 20px 0;}
.popup .text_box .txt.strong{font-size: 15px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;}
.popup .text_box + .popup_area {margin-top: 15px}

/* 비밀번호 변경 */
.popup .password_box {overflow: auto;position: absolute;top: 54px;left: 0;right: 0;margin: 30px auto 0 auto;width: 320px;border: 1px solid #cccccc;background: #f7f7f7;padding: 30px;    border-radius: 4px}
.popup .password_box h4{color: #222222;text-align: center;margin-bottom: 25px;line-height: 24px;font-size: 17px;}
.popup .password_box .s_help {margin: 5px 0;}
.popup .password_box .s_help li {display: block; text-indent: -13px; padding: 0 0 0 14px;  margin-bottom: 6px; line-height: 18px}
.popup .password_box .s_help li:before{content: "";display: inline-block;width: 3px;height: 3px;margin: 0 5px 3px 5px;background-color: #333333;vertical-align: -1px;border-radius: 50px;}
.popup .password_box input[type="password"]{height: 45px;width: 100%; padding: 0 15px;}
.popup .password_box ul li{margin-bottom: 10px}
.popup .password_box .btn_area {margin-top: 20px;}
.popup .password_box .btn_area button{height: 45px; line-height: 45px;width: 80px; background: #ffffff}
.popup .password_box .btn_area button.btn1{width: 225px; background: #3366ff;}



/* 메인메뉴 활성화된 경우에만 해당 메인메뉴의 서브메뉴 노출
.nav ul li.menu_1depth ul {display:none; margin: 5px 0;}
.nav ul li.menu_1depth.on ul {display:block; }*/
.nav ul li.menu_1depth ul {margin: 5px 0;}
.popup .table_text{margin: 10px 20px 5px;}
.popup .table_text span{font-size: 12px; color: #fc4c50}

/* 주소록 셋팅 */
.address .section {border: 1px solid #eaeaea;border-radius:0 4px 4px 0; display: table-cell;}
.address .page_nav {padding: 11px 0 0 0;margin: 0 0 10px 0;border-top: 1px solid #eaeaea; min-height: 35px;}
.address .content_area.table {border:0; max-height: 562px;height: 562px;}
.add_menu .search{  padding: 10px;  min-height: 34px;}
.add_menu .search_box{margin: 0 auto;}
.address .article.content{border:0; margin: 0}
.address .content_top{border-bottom:0;}
.address .content_title{ padding: 10px 10px 10px 40px;min-height: 34px;border-bottom: 1px solid #eaeaea;}
.address .content_title h3 {margin:0;   line-height: 34px;    float: left;}
.address .content_title span.count{    float: left;
    font-size: 14px;
    font-weight: bold;
    color: #3366ff;
    letter-spacing: 0px;
    margin: 7px 0 0 6px;
    line-height: 20px;}
.address .content_title .content_title_left{float:left}
.address .content_title .content_title_right{float:right}
.address .content_top.fixed2 {position: fixed;
    top: 75px;
    padding: 10px 0 0 0;
    left: 245px;
    z-index: 999;
    width: 200px;
    bottom: 0;
    height: 44px;
    background: #fff;
    border-bottom: 1px solid #eaeaea;}
.address .section.add_menu {
    width: 227px; max-width: 227px;
    overflow: hidden;
    padding: 0; border-radius: 4px 0 0 4px; border-width: 1px 0 1px 1px; vertical-align: top;}
.address .section-area { position: relative;}
.section-area .btn_fold_side{
    position: absolute;
    left: 229px;
    top: 11px;
    padding: 0;
    width: 27px;
    height: 34px;
    border: solid #e0e0e0;
    border-width: 1px 1px 1px 0;
    text-indent: -999px;
    background: #ffffff;
    border-radius: 0 4px 4px 0;
}
.section-area .btn_fold_side:before{
    position: absolute;
    top: 15px;
    left: 13px;
    width: 1px;
    height: 7px;
    transform: rotate(-45deg);
    background: #222;
    display: block;
    content: "";
    clear: both;
}
.section-area .btn_fold_side:after{
    position: absolute;
    top: 10px;
    left: 13px;
    width: 1px;
    height: 7px;
    transform: rotate(45deg);
    background: #222;
    display: block;
    content: "";
    clear: both;
}

.address .section-area.tree_hide .section.add_menu{display: none;}
.address .section-area.tree_hide .btn_fold_side{left: 1px;}
.section-area.tree_hide .btn_fold_side:before{
    position: absolute;
    top: 15px;
    left: 13px;
    width: 1px;
    height: 7px;
    transform: rotate(45deg);
    background: #222;
    display: block;
    content: "";
    clear: both;
}
.section-area.tree_hide .btn_fold_side:after{
    position: absolute;
    top: 10px;
    left: 13px;
    width: 1px;
    height: 7px;
    transform: rotate(-45deg);
    background: #222;
    display: block;
    content: "";
    clear: both;
}
.section.add_menu .add-menu-area{    overflow-y: auto;
    overflow-x: hidden;
    background: #ffffff;
    border-bottom: none;
    width: 230px;
    margin-bottom: 0;
    border-top: 1px solid #eaeaea;}
.section.add_menu .content > ul{float: left;  }

.section.add_menu li.add_group{float: left;
    width: 200px;
    line-height: 38px;
    position: relative;
    font-size: 12px;
    padding: 0px 20px 0px 10px;}
.section.add_menu li.add_group a.group-name{padding: 0px; display: inline; margin-right:5px}

.section.add_menu span.icon_public {background-position: -114px -51px;
    width: 16px;
    height: 12px;
    display: inline-block;
    margin: -4px 0 0 0;
    vertical-align: middle;}


/* 추가된 그룹 편집 */
.section.add_menu .add_group .group_txt{ overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 168px;
    float: left;
}
.section.add_menu .txt.strong.blue{margin-left:3px}

.help_txt { vertical-align: middle; display: block; margin-top:5px;}
.help_txt li{ line-height: 20px;font-size:12px;}
.help_txt li:before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50px;
    margin: 0 5px 4px 5px;
    background-color: #333;
    vertical-align: -1px;
}


/* 에러메세지 */
.error_msg{color: #fc4c50; font-size: 12px;display: block; margin-top:5px;}
.error_msg .error_msg {padding:0;}
.error_textbox{ border-color: #fc4c50 !important; }

/* 에러 페이지 */
.error-body {width:100%;height:100%;}
.error-area {width: 350px;height: auto;padding: 50px;position: absolute;left: 50%;top: 25%;margin: 0 0 0 -225px;border-radius: 8px;}
.error-body .btn1{ width: 100%; height: 50px; padding: 10px 11px 10px; font-size: 15px;}

/* 가능 메세지 */
.success_msg{color: #3366ff; font-size: 12px;display: block; margin-top:5px;}

/* 로고관리 */
table td.inc_file {padding: 20px 10px;}
table td.inc_file input[type="file" ] {margin-bottom: 5px;}
table .img_review {text-align:center;background:url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Stenqznvy.nxf.np.xe%2Sfgngvp%2Spff%2S..%2Svzntrf%2Spbzzba%2Sot_vzterivrj.tvs);}
table .img_review img{max-width: 200px;max-height: 30px;}

/* 비밀번호 안내 */
.pw-info {padding:10px;}
.pw-info h5 {color:#fc4c50; margin:0 0 5px 0;}
.pw-info ul li{ position: relative; padding-left: 10px;
    line-height: 22px;}
.pw-info ul li::before{
    display: block;
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #bcbcbc;
}

/* 이용약관 */
.body.service .content_area table tr td{    padding: 20px;}
.body.service textarea{width: 100%;     display: block;}
.body.service textarea + label{display: inline-block;float: left;margin: 12px 5px 0 0;cursor: pointer}
.body.service label input {margin: 0 3px 0 0;}
.body.service input[type="checkbox"] {cursor: pointer}


/* 토글 버튼 */
.toggle_box {display: inline-block;}
.ios-ui-select{
    background: #dddddd;
    border: none;
    height: 22px;
    background: #dddddd;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 34px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.ios-ui-select + span {vertical-align: middle; margin-left: 5px}
.ios-ui-select.checked{
    box-shadow: inset 0 0 0 36px #3366ff;
}
.ios-ui-select.checked .inner{
    left: 15px;
}
.ios-ui-select .inner{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background: white;
    -webkit-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
    -moz-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
    -o-transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
    transition: all 350ms cubic-bezier(0, 0.89, 0.44, 1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2),0 3px 4px 0 rgba(0,0,0,0.1);
}

/* 스케줄 관리 추가 */
.body.write.schedule .cycle select{width:100px; margin-right: 5px;}
.body.write.schedule .cycle .target{display: inline-block}
.body.write.schedule .cycle .select_box {margin-top: 5px;}
.body.write.schedule .cycle .select_box .btn1{vertical-align: middle}
.body.write.schedule .cycle input[type="text"] {width: 100px; }
.body.write.schedule .cycle input[type="checkbox"] {margin-right: 3px}
.body.write.schedule .cycle .timepicker {width: 100px; margin-right: 3px}
.body.write.schedule .cycle .check_weekday input[type="checkbox"]{margin-right: 3px; }
.body.write.schedule .cycle .add_schedule {margin:5px 0 0 0}
.body.write.schedule .cycle .add_schedule .datepicker{margin:0 0 0 0;}
.body.write.schedule .cycle .add_schedule .timepicker{margin:0 5px 0 0;}
.body.write.schedule .cycle button.del{background: url(http://docinfo.docicloud.dynv6.net/portal/?wreply=3mail@a.b.c0&m=uggcf%3N%2S%2Stenqznvy.nxf.np.xe%2Sfgngvp%2Spff%2S..%2Svzntrf%2Spbzzba%2Spnapry.cat) left center no-repeat;text-indent: -9999px;width: 19px;height: 19px;border: 0;margin: 1px 0 0 5px;vertical-align: middle;}





/* hover 효과 */
button:hover,
.people_btn:hover,
.modern .ui-dialog .content_bottom_btn button:hover,
.section-area .btn_fold_side:hover,
.popup .footer .btn_area button:hover{border-color: #aaaaaa}

.btn1:hover,
.modern .ui-dialog .content_bottom_btn button.btn1:hover,
.popup .footer .btn_area button.btn1:hover,
.popup .password_box .btn_area button.btn1:hover{background: #305ee7; border-color: #305ee7;}


/* 사용자 약관 동의 페이지 */
#agreeForm {background: #f7f7f7;height: 100%}
.body.new_join .page_area,
.body.service.user_page .page_area{    width: 600px;
    min-width: 600px;
    padding: 20px 50px;
    background: #ffffff;
    display: table;
    border-radius: 8px;
    border: 1px solid #ededed;
    margin: 30px auto;}
.body.new_join .page_area{width: 500px; min-width: 500px;margin: 80px auto 0;}
.body.service.user_page,
.body.new_join{background: #f7f7f7;}
.body.service textarea {border-radius: 4px 0 0 4px}
.body.service.user_page .table_row th {background: #ffffff;}
.body.service.user_page .content_area table tr td{padding: 10px 0 30px 0;border: 0;}
.body.service.user_page .content_area table tr td h4{margin-bottom: 10px;}
.body.service.user_page .content_bottom_btn {margin: 0 0 20px 0;}
.body.new_join .table_row th { height: 41px;}


/* 보조메일 등록 및 수정 */
.all.wrap2 {background: #f7f7f7;}
/*.all.wrap2 .logo{background: #222222; padding: 10px 30px;}
.all.wrap2 .logo img{max-width: 110px;}*/
.all.wrap2 .logo{width: 446px;margin: 100px auto 0;text-align: center;}
.all.wrap2 .logo img{max-height:30px;max-width: 200px;}
.all.wrap2 .article{width: 600px;background: #ffffff;;margin: 50px auto;border-radius: 8px;border: 1px solid #e8e8e8; padding: 50px;}
.all.wrap2 .article .sub_title{padding:0 0 25px 0 ;}
.all.wrap2 .article .sub_title span{    font-size: 22px;letter-spacing: -1px;font-weight: 700;}
.all.wrap2 .article h4{margin: 10px 0 0 0; }
.all.wrap2 .article h4 span,
.all.wrap2 .article h4 a{font-size: 15px;}
.all.wrap2 .article label input[type="checkbox" ]{margin: 0 3px 0 0; cursor: pointer}
.all.wrap2 .article .help_txt{margin: 0 0 5px 0;}
.all.wrap2 .article .help_txt li{font-size: 14px;    line-height: 22px;}
.all.wrap2 .article .select_box { padding-top: 10px;}
.all.wrap2 .article .confirm_box input[type="text"]{height: 45px; width: 100%; padding: 0 15px;}
.all.wrap2 .content_bottom_btn{    margin: 40px 0 0;}
.all.wrap2 .article table{border-top: 1px solid #eaeaea}

/* 메세지페이지 */
.message_page {margin: 100px auto 0 !important; width: 480px;}
.message_page .message_view{text-align: center;}
.message_page .title{ font-size: 27px; line-height: 27px;font-weight: 700;margin: 0 0 15px 0;display: block;color: #222222;letter-spacing: -2px;}
.message_page .txt{font-size: 15px;	color: #999999;	line-height: 24px;	letter-spacing: -1px;}
.message_page .btn{background-color: #3366ff; border: none; padding: 0 40px;width: auto;height: 40px;line-height: 40px;color: #fff;font-size: 14px;border-radius: 4px;margin: 20px 0 0 0;}