html,
body.index_body,
body.content_body {
    height: 100%;
    overflow: hidden;
}

body.login_body {
    background-color: #f8f8f8;
}

body.index_body {
    background-color: #d5d5d5;
}

.windows_cons h4 {
    margin-top: 15px;
    height: 15px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
}

.windows_cons p {
    margin-top: 10px;
    padding: 10px;
    background-color: #f8f8f8;
}

.windows_cons span {
    font-weight: 600;
    color: DodgerBlue;
}

.windows_cons button {
    margin-top: 20px;
}

.scroll_Fixed {
    position: fixed;
    top: 0px;
}

hr {
    display: block;
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    padding: 0;
    margin: 5px auto;
    height: 0;
    width: 100%;
    max-height: 0;
    font-size: 1px;
    line-height: 0;
    clear: both;
    border: none;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ffffff;
}

input:read-only {
    background-color: GhostWhite;
}

select:read-only {
    background-color: GhostWhite;
}

input::placeholder {
    color: lightgray;
    font-weight: 400;
}

select::placeholder {
    color: lightgray;
    font-weight: 400;
}

textarea::placeholder {
    color: lightgray;
    font-weight: 400;
}

samp {
    color: gray;
    font-size: 11px;
    font-weight: 400;
}


/* Internet Explorer10 이상 */

input::-ms-input-placeholder {
    font-size: 11px;
    color: lightgray;
    font-weight: 400;
}


/* Webkit, Blink, Edge 적용 */

input::-webkit-input-placeholder {
    font-size: 11px;
    color: lightgray;
    font-weight: 400;
}


/* moz 적용 */

input::-moz-placeholder {
    color: lightgray;
    font-weight: 400;
}

.clearfix {
    clear: both;
    height: 0;
    line-height: 0;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}


/*////// 텍스트 정렬 //////*/

.txt_align_c {
    text-align: center;
}

.txt_align_l {
    text-align: left;
}

.txt_align_r {
    text-align: right;
}


/*////// 텍스트 칼라 //////*/

.txt_clr_btn1 {
    /* White */
    color: #FFFFFF;
}

.txt_clr_btn2 {
    /* Black */
    color: #000000;
}

.txt_clr_tbl_head1 {
    /* White */
    color: #FFFFFF;
}

.txt_clr_tbl_head2 {
    /* SeaGreen */
    color: #2E8B57;
}

.txt_clr_tbl_head3 {
    /* BlueViole */
    color: #8A2BE2;
}

.txt_clr_tbl_data1 {
    /* Blue */
    color: #0000FF;
}

.txt_clr_tbl_data2 {
    /* SeaGreen */
    color: #2E8B57;
}

.txt_clr_tbl_data3 {
    /* LightYellow */
    color: LightYellow;
}

.txt_clr_tbl_data4 {
    /* red */
    color: red;
}

.txt_clr_tbl_data5 {
    /* Grey */
    color: #c0c0c0;
}

.txt_clr_tbl_data6 {
    /* black */
    color: black;
}

/*////// 버튼 칼라 //////*/

.btn_clr_topbar {
    /* Black */
    background-color: #000000;
}

.btn_clr_tab {
    /* Gray */
    background-color: #808080;
}

.btn_clr_tab_active {
    /* SeaGreen */
    background-color: #2E8B57;
}

.btn_clr_chk {
    /* SeaGreen */
    background-color: SeaGreen;
}

.btn_clr_chkx {
    /* IndianRed */
    background-color: #CD5C5C;
}

.btn_clr_nav {
    /* DodgerBlue */
    background-color: #1E90FF;
}

.btn_clr_login {
    /* Black */
    background-color: #000000;
}

.btn_clr_serch {
    /* RoyalBlue */
    background-color: #4169E1;
}

.btn_clr_down {
    /* SlateBlue */
    background-color: #6A5ACD;
}

.btn_clr_reg {
    /* SeaGreen */
    background-color: SeaGreen;
}

.btn_clr_join {
    /* DodgerBlue */
    background-color: #1E90FF;
}

.btn_clr_del {
    /* IndianRed */
    background-color: #CD5C5C;
}

.btn_clr_ini {
    /* Gray */
    background-color: #808080;
}


/*////// 배경 칼라 //////*/

.bgn_dash_bar {
    /* HoyaBlue */
    background-color: #0056C4;
}

.bgn_dash_board1 {
    /* GhostWhite */
    background-color: #F8F8FF;
}

.bgn_dash_board2 {
    /* WhiteSmoke */
    background-color: #F5F5F5;
}

.bgn_nav_bar {
    /* DodgerBlue */
    background-color: #1E90FF;
}

.bgn_nav_bar1 {
    /* RoyalBlue */
    background-color: #4169E1;
}

.bgn_tbl_title {
    /* SeaGreen */
    background-color: #2E8B57;
}

.bgn_tbl_head1 {
    /* HoyaBlue */
    background-color: #0040ff;
}

.bgn_tbl_head2 {
    /* PaleTurquoise */
    background-color: #AFEEEE;
}

.bgn_tbl_head3 {
    /* Lavender */
    background-color: #E6E6FA;
}

.bgn_tbl_head4 {
    /* LightGray */
    background-color: #D3D3D3;
}

.bgn_tbl_data1 {
    /* Gainsboro */
    background-color: #DCDCDC;
}

.bgn_tbl_data2 {
    /* LightYellow */
    background-color: #FFFFE0;
}

.bgn_tbl_data3 {
    /* LightCyan */
    background-color: #E0FFFF;
}

.bgn_tbl_data4 {
    /* WhiteSmoke */
    background-color: #F5F5F5;
}

.bgn_tbl_data5 {
    /* eee */
    background-color: #eee;
}


/*////// Home banner //////*/

#index_wrap .main_home_banner .bxslider img {
    vertical-align: middle;
    margin: 0 auto;
    display: block;
    width: 100%;
    height: 280px;
    object-fit: cover;
}

/*////// 폰트 사이즈 //////*/
.edi_lasttime_title {
    margin-top: 10px;
    padding-left: 15px;
    color: #2E8B57; /* SeaGreen */
    font-size: 12px;
    font-weight: 600;
    vertical-align: middle;
}

.edi_lasttime {
    padding: 10px 0px 0px 15px;
    color: #000000;
    font-size: 11px;
    font-weight: 500;
    vertical-align: middle;
}

.lnb_ediline {
    margin-top: 10px;
    border-bottom: 1px solid #c5c5c5;
}


/*////// 버튼 //////*/
/*////// 버튼 사이즈 //////*/

.btn_sm {
    height: 20px;
}

.btn_la {
    height: 30px;
}

/*---- login 버튼 기본 스타일 ----*/

.login_btns {
    float: right;
    margin-right: 0;
    padding-top: 3px;
    width: 90px;
    height: 69px;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.login_btns:hover,
.login_btns:focus {
    opacity: 0.6;
    cursor: pointer;
}

.join_btns {
    padding-top: 8px;
    width: 160px;
    height: 30px;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

a:hover .join_btns,
a:focus .join_btns {
    opacity: 0.6;
}

.login_fail {
    margin-top: 30px;
    padding: 10px;
    background-color: Orange;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

.middle_btns {
    display: inline-block;
    margin: 0 1px;
    padding: 0;
    width: 100px;
    height: 25px;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

a:hover .middle_btns,
a:focus .middle_btns {
    opacity: 0.6;       /* 0: 완전히 투명해 보이지 않음, 0~1사이: 반투명해지고 뒤의 내용이 보임, 1: 불투명함 */
}


/*---- on,off swich 버튼 기본 스타일 시작 ----*/

/* status for the oval button */
.switch-button {
    display: inline-block;
    margin-top: 10px;
    width: 100px;                               /* Adjust the width as needed */
    height: 25px;                               /* Adjust the height as needed */
    border-radius: 25px;                        /* Half of the height to create an oval shape */
    text-align: center;
    line-height: 25px;                          /* Vertically center the text */
    font-weight: bold;
    font-size: 12px;
    color: white;
}

.txt_clr_edi {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: black;
}

/* status for the "작동중" state */
.switch-button.working {
    content: '작동중';
    background-color: SeaGreen;
}

/* status for the "중지됨" state */
.switch-button.stopped {
    content: '중지됨';
    background-color: #ccc;
}
/*---- on,off swich 버튼 기본 스타일 종료 ----*/


/*---- tab 메뉴 버튼 기본 스타일 ----*/

ul.tabs {
    margin: 0;
    padding-top: 0;
}

.tabs li {
    float: left;
}

.tab_btns a div {
    display: inline-block;
    width: 160px;
    padding: 5px 0;
    margin: 0 1px;
    background-color: gray;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

.tab_btns a:hover div,
.tab_btns a:focus div,
.tab_btns a.active div {
    background-color: SeaGreen;
}


/* 거래처관리 - HOYALOG 버튼 */

.cstm_search_cons {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 100%;
    text-align: center;
}

.search_btns {
    display: inline-block;
    margin: 10px 1px;
    padding: 4px 0;
    width: 120px;
    height: 22px;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

.search_btns:hover,
.search_btns:focus {
    opacity: 0.6;
}


/* button tag 버튼 */

.search_cons {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    width: 30%;
    text-align: center;
}

.button_btns {
    display: inline-block;
    margin: 0 1px;
    padding: 0;
    width: 120px;
    height: 22px;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

.button_btns:hover,
.button_btns:focus {
    opacity: 0.6;
}


/* div tab  버튼 */

.div_btns {
    display: inline-block;
    margin: 0 1px;
    padding: 4px 0 0;
    width: 120px;
    height: 18px;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

.div_btns:hover,
.div_btns:focus {
    opacity: 0.6;
}


/* div tab 수량,금액 버튼 */

.qtyamt_btns {
    display: inline-block;
    width: 100px;
    padding: 4px 0;
    margin: 0 1px;
    background-color: gray;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

.qtyamt_btns:hover,
.qtyamt_btns:focus,
.qtyamt_btns.active {
    background-color: SeaGreen;
}


/* check box 버튼 */

.chk_btns {
    float: right;
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    color: #fff;
    text-align: center;     /* chk_btns 내의 텍스트 요소를 수직 방향으로중앙 정렬 */
    box-sizing: border-box;
    padding: 2px 1px;
}

.chk_btns:hover,
.chk_btns:focus {
    opacity: 0.6;
}

/* radio tag 버튼 시작 */

/* 사용자 지정 라디오 버튼 만들기 */
.radio_cons {
    display: inline-block;
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    text-align: left;
    vertical-align: middle;
    padding: 0;
    cursor: pointer;
    user-select: none;      /* 텍스트의 더블클릭 및 드레그시 선택되지 않음 */
}

/* 체크 표시/표시기 만들기(체크하지 않을 때 숨김) */
.radio_cons .checkmark {
    position: absolute;    /* absolute : 상위 요소로부터 위치를 지정합니다 */
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 20px;
    width: 20%;
    background-color: #eee;
    border-radius: 50%;
}

/* 라디오 버튼이 체크되면 파란색 배경을 추가합니다 */
.radio_cons input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* 표시기를 만듭니다(라디오 버튼 내부의 점/원) */
.radio_cons .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* 라디오 버튼을 선택했을 때 표시기(점/원) 보이기  */
.radio_cons input:checked ~ .checkmark:after {
    display: block;
}

/* indicator (dot/circle) 스타일 지정 */
.radio_cons .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* radio tag 버튼 종료 */

/* 히스토리 리스트 버튼 */

.history_btns {
    padding: 2px 1px;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

.history_btns:hover,
.history_btns:focus {
    opacity: 0.6;
}


/* 게시판 버튼시작 */

.bbs_search_cons {
    float: right;
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    padding: 0;
    width: 430px;
    text-align: right;
}

.bbs_search_cons input[type='text'],
.bbs_search_cons input[type='password'] {
    margin-top: 0;
    width: 130px;
    height: 23px;
    border: 1px solid #afafaf;
    margin-bottom: 5px;
    margin-left: 0;
}

.bbs_paging_cons {
    width: 100%;
    margin-top: -5px;
    padding: 0;
    text-align: center;
}

.paging_wrap .div_btns {
    float: right;
    display: inline-block;
    margin: -5px 1px;
    padding: 6px 0 0 0;
    width: 130px;
    height: 20px;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

.paging_wrap>.div_btns a:hover,
.paging_wrap>.div_btns a:focus {
    opacity: 0.6;
}

.bbs_read_cons {
    display: inline-block;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 0;
    text-align: center;
}


/* upload input 박스 */

li .upload_btns {
    width: 105px;
}


/* download flis 테이블 */

.pages {
    float: left;
    width: 40%;
    padding: 4px 0 5px 10px;
    font-weight: 500;
}

.pages.bbs_nums {
    padding-top: 15px;
}


/* download 박스 */

.down_cons {
    float: right;
    width: 60%;
    margin: -23px 0 5px 0;
    padding: 0;
    text-align: right;
}


/* claim page 버튼 시작 */

.claim_pages {
    float: left;
    width: 30%;
    padding: 20px 0 0 10px;
    font-weight: 500;
}

.claim1_cons {
    display: inline-block;
    width: 100%;
    margin: 0;
    text-align: center;
    vertical-align: middle;
}

.claim2_cons {
    float: right;
    display: inline-block;
    width: 60%;
    margin: 10px 0 0 0;
    padding: 0;
    text-align: right;
}

.claim2_cons input[type='text'],
.claim2_cons input[type='password'] {
    margin-top: 0;
    width: 100px;
    height: 23px;
    border: 1px solid #afafaf;
    margin-bottom: 5px;
    margin-left: 0;
    font-size: 12px;
}

.claim_search {
    float: left;
    text-align: left;
}

.claim_btns {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 4px 0;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}

.claim_btns:hover,
.claim_btns:focus {
    opacity: 0.6;
}


/* table bottom 박스 */

.bottom_cons {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin: 2px 0 0 0;
    padding: 0;
    text-align: center;
}


/*////// 리스트 출력 건수 //////*/

.line_cnt {
    display: inline-block;
    width: 100px;
    height: 22px;
    font-size: 12px;
    padding: 2px 0;
    vertical-align: middle;
    text-align: left;
}


/*////// 로그인 //////*/

#login_wrap {
    position: absolute;
    width: 100%;
    height: 400px;
    top: 20%;
}

#login_wrap .logo {
    width: 465px;
    margin: 0 auto;
    text-align: center;
}

#login_wrap .title {
    width: 100%;
    height: 100px;
}

#login_wrap .title h1 {
    width: 465px;
    margin: 0 auto;
    text-align: center;
    letter-spacing: -2px;
    color: #fff;
    padding-top: 32px;
}

#login_wrap .title h1>span {
    color: #000;
    font-weight: 400;
}

#login_wrap .form_wrap {
    width: 335px;
    margin: 0 auto;
    padding: 50px 65px;
}

#login_wrap .form_wrap .input_cons {
    float: left;
    width: 232px;
}

#login_wrap .form_wrap .input_cons input[type='text'],
#login_wrap .form_wrap .input_cons input[type='password'] {
    width: 230px;
    height: 30px;
    border: 1px solid #afafaf;
    margin-bottom: 5px;
    margin-left: 0;
}

#login_wrap .form_wrap .link_wrap {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}


/*////// 아이디/비밀번호 찾기 //////*/

#find_wrap {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    width: 430px;
    height: 250px;
    display: inline-block;
    margin: 20px 40px;
    padding: 0;
    background: #f4f4f4;
}

#find_wrap .form_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 10px;
}

#find_wrap .form_wrap .input_box {
    float: left;
    width: 400px;
}

#find_wrap .form_wrap .input_box input[type='text'],
#find_wrap .form_wrap .input_box input[type='password'] {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 30px;
    border: 1px solid #afafaf;
    margin-bottom: 5px;
    margin-left: 0;
}

#find_wrap .form_wrap .link_wrap {
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

#find_wrap .form_wrap .link_wrap .btn {
    padding: 8px 0;
    width: 160px;
    margin: 0 auto;
    background-color: #0175c0;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

#find_wrap .form_wrap .link_wrap .btn:hover,
#find_wrap .form_wrap .link_wrap .btn:focus {
    background-color: #0195f5;
}

#find_wrap .form_wrap .input_box .mail_input {
    text-align: left;
    width: 410px;
}

#find_wrap .form_wrap .input_box .mail_input input[type='text'],
#find_wrap .form_wrap .input_box .mail_input .styled-select {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
}

#find_wrap .form_wrap .input_box .mail_input input[type='text'] {
    margin-top: 5px;
}


/*////// 아이디/비밀번호 찾기 //////*/

#cstmr {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    width: 600px;
    height: 250px;
    display: inline-block;
    margin: 20px 20px;
    padding: 0;
}

#cstmr .form_wrap {
    width: 75%;
    margin: 30px 0 0 70px;
    padding: 10px;
}

#cstmr .form_wrap .input_box {
    float: left;
    width: 435px;
}

#cstmr .form_wrap .input_box input[type='text'],
#cstmr .form_wrap .input_box input[type='password'] {
    display: inline-block;
    vertical-align: middle;
    width: 300px;
    height: 30px;
    border: 1px solid #afafaf;
    margin-bottom: 5px;
    margin-left: 0;
}

#cstmr .form_wrap .link_wrap {
    width: 90%;
    margin-top: 20px;
    text-align: center;
}

#cstmr .form_wrap .link_wrap .btn {
    padding: 8px 0;
    width: 160px;
    margin: 0 auto;
    background-color: #0175c0;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

#cstmr .form_wrap .link_wrap .btn:hover,
#cstmr .form_wrap .link_wrap .btn:focus {
    background-color: #0195f5;
}

#cstmr .form_wrap .input_box .mail_input {
    text-align: left;
    width: 410px;
}

#cstmr .form_wrap .input_box .mail_input input[type='text'],
#cstmr .form_wrap .input_box .mail_input .styled-select {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
}

#cstmr .form_wrap .input_box .mail_input input[type='text'] {
    margin-top: 5px;
}


/*////// 헤더 //////*/

#header {
    width: 100%;
    height: 50px;
    background: url(/images/header_logo_back.jpg) 0 0 repeat-x;
}

#header .nav_wrap {
    width: 100%;
    min-width: 1200px;
    height: 60px;
    border-bottom: 1px solid #f5f5f5;
    background: url(/images/header_nav_back.jpg) 0 0 repeat-x;
    background-size: auto 100%;
}

#header .nav_wrap ul {
    float: left;
    margin: 0;
    padding: 0 0 0 20px;
}

#header .nav_wrap ul li {
    float: left;
}

#header .nav_wrap ul li a div {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 15px 11px;
}

#header .nav_wrap ul li a:hover div,
#header .nav_wrap ul li a:focus div,
#header .nav_wrap ul li.active a div {
    background: url(/images/header_nav_back_o.jpg) 0 0 repeat-x;
    background-size: auto 100%;
}

#header .nav_wrap ul li.dropdown {
    float: right;
    margin-right: 20px;
}

#header .nav_wrap .logout_wrap .dropdown {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    display: inline-block;
}

#header .nav_wrap .logout_wrap .dropdown a div {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding: 20px 15px 11px;
}

#header .nav_wrap .logout_wrap .usermodify {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    display: inline-block;
    padding-top: 18px;
}

#header .nav_wrap .logout_wrap {
    float: right;
    margin: 0;
}

#header .nav_wrap .logout_wrap span {
    padding: 15px;
    color: #ccc;
}

#header .nav_wrap .logout_wrap a span {
    color: #fff;
}

#header .nav_wrap .logout_wrap a:hover span,
#header .nav_wrap .logout_wrap a:focus span {
    background-color: #777;
    color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover a div {
    background: url(/images/header_nav_back_o.jpg) 0 0 repeat-x;
    background-size: auto 100%;
}

.dropdown a:focus+.dropdown-content {
    display: block;
}

#header .nav_wrap .logo_wrap {
    float: left;
    padding: 13px 0 0 10px;
}


/*////// 푸터 //////*/

#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 20px;
    height: 30px;
    background-color: #383a3f;
    color: #fff;
    text-align: center;
}


/*////// 인덱스 공통 //////*/

#index_wrap {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 13px 5px 170px;
}


/*
#index_wrap .main_wrap {width:100%; height: calc(100% - 100px); background-color:#fff;}*/

#index_wrap .main_wrap {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: auto;
}

#index_wrap .main_wrap .main_board_links {
    position: absolute;
    width: 1150px;
    height: 580px;
    top: 50%;
    left: 50%;
    margin: -300px 0 0 -558px;
}

#index_wrap .main_wrap .main_board_links h1 {
    font-weight: 700;
    color: #0074bf;
    text-align: center;
    font-size: 35px;
    padding-top: 8px;
}

#index_wrap .main_wrap .main_board_links h1 img {
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
}

#index_wrap .main_wrap .main_board_links ul.links {
    width: 100%;
    margin-top: 50px;
    padding: 40px 0;
    text-align: center;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

#index_wrap .main_wrap .main_board_links ul.links li {
    display: inline-block;
    margin: 0 5px;
    padding-top: 35px;
    width: 110px;
    height: 120px;
    background-color: #dcdcdc;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
}

#index_wrap .main_wrap .main_board_links ul.links li img {
    margin-bottom: 15px;
    height: 55px;
}

#index_wrap .main_wrap .main_board_links ul.links li h3 {
    font-size: 14px;
    font-weight: 700;
    color: #0074bf;
}

#index_wrap .main_wrap .main_board {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    margin-top: 40px;
    width: 538px;
    height: 225px;
    background-color: #f3f3f3;
}

#index_wrap .main_wrap .board_cons {
    padding: 11px 15px;
    font-size: 17px;
    font-weight: 700;
}

#index_wrap .main_wrap .main_board.f_l {
    margin: 35px 20px 0 0;
}

#index_wrap .main_wrap .main_board.f_r {
    margin: 35px 0 0 20px;
}

#index_wrap .main_wrap .main_board ul {
    padding: 15px 15px 0;
}

#index_wrap .main_wrap .main_board ul li {
    line-height: 100%;
    margin-bottom: 15px;
    padding: 0;
    text-align: left;
}

#index_wrap .main_wrap .main_board ul li p {
    display: inline-block;
    vertical-align: middle;
}

#index_wrap .main_wrap .main_board ul li a {
    display: inline-block;
    vertical-align: middle;
}

#index_wrap .main_wrap .main_board ul li a p.subjects {
    width: 335px;
    margin-right: 20px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#index_wrap .main_wrap .main_board ul li p.nums {
    vertical-align: middle;
    width: 50px;
    margin-right: 5px;
    text-align: center;
}

#index_wrap .main_wrap .main_board ul li p.dates {
    vertical-align: middle;
    width: 80px;
    text-align: right;
}

#index_wrap .main_wrap .main_board a.mores {
    position: absolute;
    top: 11px;
    right: 15px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

@media screen and (max-width:1025px),
screen and (max-height: 830px) {
    #index_wrap .main_wrap .main_board_links {
        position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
        top: 0;
        left: 0;
        margin: 50px auto;
    }
}


/*////// 컨텐츠 공통 //////*/

#contents_wrap {
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px 80px;
}

#contents_wrap .conts_wrap {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    height: 100%;
    padding-left: 250px;
}


/*---- 전체 기본 스타일 ----*/

#contents_wrap .conts_wrap .left_nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 230px;
    background: rgba(232, 232, 232, 1);
    background: -moz-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(232, 232, 232, 1)), color-stop(100%, rgba(255, 255, 255, 1)));
    background: -webkit-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -o-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: -ms-linear-gradient(top, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e8e8e8', endColorstr='#ffffff', GradientType=0);
}

#contents_wrap .conts_wrap .left_nav .lnb {
    width: 190px;
    padding: 20px;
    margin-bottom: 10px;
}

#contents_wrap .conts_wrap .left_nav .lnb h3 {
    border-bottom: 1px solid #c5c5c5;
    padding: 0 20px 20px 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

#contents_wrap .conts_wrap .left_nav .lnb ul li {
    height: 32px;
    margin-top: -1px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#contents_wrap .conts_wrap .left_nav .lnb ul li:first-child {
    margin-top: 0;
}

#contents_wrap .conts_wrap .left_nav .lnb ul li a .bl {
    float: left;
    width: 5px;
    height: 32px;
    background-color: #414141;
}

#contents_wrap .conts_wrap .left_nav .lnb ul li a .link {
    float: left;
    width: 179px;
    height: 25px;
    padding: 7px 0 0 5px;
    color: #414141;
    border-left: 1px solid #fff;
}

#contents_wrap .conts_wrap .left_nav .lnb ul li a:hover .link,
#contents_wrap .conts_wrap .left_nav .lnb ul li a:focus .link,
#contents_wrap .conts_wrap .left_nav .lnb ul li.active a .link {
    background: #00a1e9 url(/images/lnb_act_back.png) right bottom no-repeat;
    color: #fff;
}

#contents_wrap .conts_wrap .left_nav .lnb ul li a .bl_sub {
    float: left;
    width: 4px;
    height: 32px;
    margin-left: 11px;
    background-color: SeaGreen;
}

#contents_wrap .conts_wrap .left_nav .lnb ul li a .link_sub {
    width: 167px;
    height: 25px;
    padding: 7px 0 0 7px;
    color: #414141;
    border-left: 16px solid #fff;
}

#contents_wrap .conts_wrap .left_nav .lnb ul li a:hover .link_sub,
#contents_wrap .conts_wrap .left_nav .lnb ul li a:focus .link_sub,
#contents_wrap .conts_wrap .left_nav .lnb ul li.active a .link_sub {
    background: #414141 url(/images/lnb_act_back.png) right bottom no-repeat;
    color: #fff;
}

#contents_wrap .conts_wrap .left_nav .visit {
    border-top: 1px solid #c5c5c5;
    border-bottom: 1px solid #c5c5c5;
    width: 190px;
    padding: 20px;
}


/*---- 좌측 내비게이션 기본 스타일 ----*/

#contents_wrap .conts_wrap .right_contents {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: auto;
    padding: 4px 20px 60px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contents_wrap .conts_wrap .right_contents .cont_scroll {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    top: 0;
    left: 0;
    margin: 0 auto;
}

#contents_wrap .conts_wrap .right_contents h3 {
    width: 100%;
    min-width: 900px;
    font-weight: 500;
    padding: 0 0 7px;
    border-bottom: 2px solid #0175c0;
}

#contents_wrap .conts_wrap .right_contents_n {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* overflow:none; */
    padding: 10px 0 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contents_wrap .conts_wrap .right_contents_n .cont_scroll {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#contents_wrap .conts_wrap .right_contents_n h3 {
    width: 100%;
    min-width: 900px;
    font-weight: 500;
    padding: 0 0 10px;
    border-bottom: 2px solid #0175c0;
}


/*---- 우측 컨텐츠 기본 스타일  ----*/

#contents_wrap .conts_wrap .right_contents .search_form_wrap {
    width: 100%;
    min-width: 900px;
    padding: 7px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}

/*---- 우측 컨텐츠 시스템 관리 TAB 스타일 ----*/

#tab1 {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#tab2 {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

#tab3 {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cstmr_cons {
    margin-top: 0px;
    padding: 8px 0 0 10px;
    height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
}

.termid_cons {
    margin-top: 0px;
    padding: 8px 0 0 10px;
    height: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
}

table.data_termid_tables {
    margin-bottom: 10px;
    width: 100%;
    border: 1px solid darkgrey;
}

table.data_termid_tables th {
    padding: 0 10px;
    width: 110px;
    height: 30px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
}

table.data_termid_tables td {
    margin: 5px 10px;
    padding: 0px 10px;
    height: 30px;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    vertical-align: middle;
}

table.data_termid_tables td input[type='text'],
table.data_termid_tables td input[type='datetime'],
table.data_termid_tables td input[type='number'] {
    width: 100%;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.data_termid_tables td textarea {
    width: 100%;
    margin: 5px 0px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 500;
}

table.data_termid_tables td select {
    padding: 0 5px;
    height: 80%;
    font-size: 12px;
    font-weight: 500;
}


/*---- 우측 컨텐츠 검색 입력폼 틀 스타일 ----*/

#contents_wrap .conts_wrap .right_contents .search_form_wrap .search_form_list {
    width: 100%;
    min-width: 900px;
    max-width: 1000px;
    margin: 0;
    padding: 0;
}

#contents_wrap .conts_wrap .right_contents .search_form_wrap .search_form_list li {
    float: left;
    width: 25%;
    padding: 5px 0;
}

#contents_wrap .conts_wrap .right_contents .search_form_wrap .search_form_list li.dates {
    width: 50%;
    padding-top: 5px 0;
}

#contents_wrap .conts_wrap .right_contents .search_form_wrap .search_form_list li div.tit {
    display: inline-block;
    min-width: 65px;
    vertical-align: middle;
    padding-left: 12px;
    background: url(/images/bl_blue.jpg) 0 50% no-repeat;
    font-weight: 500;
}

#contents_wrap .conts_wrap .right_contents .search_form_wrap .search_form_list li input {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #b3bd9c;
    width: 120px;
    height: 20px;
    margin: 0;
    padding: 0 5px;
}

.styled-select {
    display: inline-block;
    vertical-align: middle;
    background: url(/images/select_arrow.jpg) no-repeat 107px 50%;
    border: 1px solid #afafaf;
    height: 20px;
    overflow: hidden;
    width: 120px;
}

.styled-select select {
    background: transparent;
    border: none;
    height: 20px;
    padding: 0 5px;
    width: 120px;
}

.black {
    border: 1px solid #b3bd9c;
}

.black select option {
    color: #2a2a2a;
}

.styled-select.years {
    width: 80px;
    background: url(/images/select_arrow.jpg) no-repeat 65px 50%;
}

.styled-select.years select {
    width: 110px;
}

.styled-select.months {
    width: 50px;
    background: url(/images/select_arrow.jpg) no-repeat 35px 50%;
}

.styled-select.months select {
    width: 80px;
}

.styled-select.dates {
    width: 50px;
    background: url(/images/select_arrow.jpg) no-repeat 35px 50%;
}

.styled-select.dates select {
    width: 80px;
}

#tab1 table.data_write_tables form input[type='radio'] {
    margin-left: 15px;
    vertical-align: middle;
}

.styled-select.supports {
    margin-left: 30px;
    width: 200px;
    background: url(/images/select_arrow.jpg) no-repeat 187px 50%;
}

.styled-select.supports select {
    width: 200px;
}

.data_input_title {
    font-size: 17px;
    margin-top: 10px;
    padding: 5px 15px;
    color: #fff;
}


/* table .data_input_tables */

table.data_input_tables {
    margin-bottom: 2px;
    width: 99%;
    min-width: 900px;
    border-top: 1px solid #414141;
    border-right: 1px solid darkgrey;
    border-bottom: 1px solid #414141;
}

table.data_input_tables .th_head {
    padding: 3px 5px%;
    height: 20px;
    text-align: left;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: 500;
}

table.data_input_tables.staff_reg th {
    padding: 2px 0.5%;
}

table.data_input_tables th {
    padding: 2px 0.5%;
    height: 14px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: 500;
}

table.data_input_tables td {
    padding: 0;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: 500;
    min-height: 24px;
}

table.data_input_tables td input {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

table.data_input_tables td input[type='text'],
table.data_input_tables td input[type='number'] {
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 10px;
}

table.data_input_tables td input:focus {
    background-color: #d9f8fd;
}

table.data_input_tables td input[type='number'] {
    border: 1px solid #999;
}

table.data_input_tables td input[type='text'].lens_names {
    width: 85%;
    float: left;
}

table.data_input_tables td a div.lens_name_btn {
    float: left;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0;
    width: 10%;
    border: 1px solid #999;
    background: #999;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.data_input_tables.top_border td {
    padding: 5px 10px;
    color: #000;
}

table.data_input_tables.top_border td input[type='text'].cstmr {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 5px;
    border: 1px solid #b3bd9c;
    width: 200px;
    height: 25px;
}


/* table .data_input_tables_col */

table.data_input_tables_col {
    margin-bottom: 10px;
    width: 100%;
    min-width: 900px;
    border-right: 1px solid darkgrey;
    border-bottom: 1px solid #414141;
}

table.data_input_tables_col th {
    padding: 3px 0.5%;
    height: 22px;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: 500;
    background-color: #eee;
}

table.data_input_tables_col td {
    padding-left: 5px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: 500;
    min-height: 24px;
}

table.data_input_tables_col td input {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

table.data_input_tables_col td input[type='text'],
table.data_input_tables_col td input[type='date'],
table.data_input_tables_col td input[type='datetime-local'],
table.data_input_tables_col td input[type='number'] {
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 10px;
    border: 1px solid #999;
}

table.data_input_tables_col td input:focus {
    background-color: #d9f8fd;
}

table.data_input_tables_col td input[type='text'].lens_names {
    width: 85%;
    float: left;
}

table.data_input_tables_col td a div.lens_name_btn {
    float: left;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0;
    width: 15%;
    border: 1px solid #999;
    background: #999;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.data_input_tables_col.top_border td {
    padding: 5px 10px;
    color: #000;
}

table.data_input_tables_col.top_border td input[type='text'].cstmr {
        display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 5px;
    border: 1px solid #b3bd9c;
    width: 200px;
    height: 25px;
}

/*////// 회원 정보 //////*/

table.data_input_tables.txt_align_l th {
    text-align: left;
}

table.data_input_tables.staff_reg td {
    padding: 2px 10px;
}

table.data_input_tables.staff_reg td input[type='text'],
table.data_input_tables.staff_reg td input[type='number'],
table.data_input_tables.staff_reg td input[type='password'] {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0 5px;
    border: 1px solid #b3bd9c;
    width: 450px;
    height: 25px;
}

table.data_input_tables.staff_reg td .styled-select {
    background: url(/images/select_arrow.jpg) no-repeat 285px 50%;
    width: 300px;
}

table.data_input_tables.staff_reg td .styled-select select {
    width: 297px;
}

table.data_input_tables.staff_reg td .styled-select.years {
    width: 80px;
    background: url(/images/select_arrow.jpg) no-repeat 65px 50%;
}

table.data_input_tables.staff_reg td .styled-select.years select {
    width: 110px;
}

table.data_write_tables {
    margin-bottom: 10px;
    width: 100%;
    min-width: 900px;
    border-right: 1px solid darkgrey;
    border-bottom: 1px solid #414141;
}

table.data_write_tables th {
    padding: 3px 0.5%;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    font-weight: 500;
}

table.data_write_tables td {
    padding: 0 0 0 10px;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: 500;
    min-height: 24px;
}

table.data_write_tables td input {
    display: inline-block;
    vertical-align: middle;
    color: #000;
}

table.data_write_tables td input[type='text'],
table.data_write_tables td input[type='number'] {
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 10px;
}

table.data_write_tables td input:focus {
    background-color: #d9f8fd;
}

table.data_write_tables td input[type='number'] {
    border: 1px solid #999;
}

table.data_write_tables.top_border td {
    padding: 5px 10px;
}

table.data_write_tables.top_border td input[type='text'].cus {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #b3bd9c;
    width: 200px;
    height: 25px;
    margin: 0;
    padding: 0 5px;
}

table.data_write_tables td input[type='text'].lens_names {
    width: 85%;
    float: left;
}

table.data_write_tables td a div.lens_name_btn {
    float: left;
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0;
    width: 15%;
    border: 1px solid #999;
    background: #999;
    color: #fff;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* 행랑 내역 리스트 */


/*---- 우측 컨텐츠 검색 입력폼 스타일 ----*/

.detail_cons {
    margin-top: 20px;
    padding: 8px 0 0 10px;
    height: 22px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
}

#contents_wrap .conts_wrap .right_contents_n .cont_scroll .content_view_flow {
    position: relative;
    width: 100%;
    height: 97%;
    background-color: #fff;
    overflow: auto;
    padding: 0px 20px 0px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#contents_wrap .conts_wrap .right_contents_n .cont_scroll .content_view_flow .content_view_box {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    top: 0;
    left: 0;
    margin: 0 auto;
}


/*---- 우측 컨텐츠 페이지수 게시글수 스타일 ----*/

table.data_tables {
    width: 100%;
    min-width: 900px;
    border-top: 1px solid #024c7e;
    border-bottom: 1px solid #024c7e;
}

table.data_tables th {
    padding: 3px 10px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 11px;
    font-weight: 500;
    vertical-align: middle;
}

table.data_tables td {
    padding: 3px 10px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: 11px;
    font-weight: 500;
    vertical-align: middle;
}

table.data_tables td a {
    font-size: 11px;
    font-weight: 600;
}

table.data_tables td a:hover,
table.data_tables td a:focus {
    color: SeaGreen;
    font-weight: 700;
}

table.data_tables thead th {
    padding: 7px 5px;
    color: #fff;
    font-weight: 500;
}

table.data_tables tbody tr:hover {
    background-color: LightYellow;
}

table.data_tables th.n_b_left,
table.data_tables td.n_b_left {
    border-left: none;
}


/*---- 우측 컨텐츠 내용 테이블 스타일 ----*/

div.paging_wrap {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    width: 100%;
    margin-top: 15px;
    text-align: center;
}

div.paging_wrap a img {
    display: inline-block;
    vertical-align: middle;
}

div.paging_wrap a img.prev {
    margin-right: 10px;
}

div.paging_wrap a img.next {
    margin-left: 10px;
}

div.paging_wrap a span {
    padding: 0 2px;
    font-weight: 400;
    letter-spacing: -1px;
}

div.paging_wrap a.active span {
    color: #ce3128;
    font-weight: 500;
}

#contents_wrap .conts_wrap .right_contents_n .search_form_wrap {
    width: 100%;
    min-width: 900px;
    padding: 4px 0;
    margin-bottom: 0;
    border-bottom: 0px solid #ccc;
}

#contents_wrap .conts_wrap .right_contents_n .search_form_wrap .search_form_list {
    width: 100%;
    min-width: 900px;
    margin: 0;
    padding: 0;
}

#contents_wrap .conts_wrap .right_contents_n .search_form_wrap .search_form_list li {
    float: left;
    width: 100%;
    padding: 3px 0;
}

#contents_wrap .conts_wrap .right_contents_n .search_form_wrap .search_form_list li.dates {
    width: 23%;
    padding-top: 4px 0;
}

#contents_wrap .conts_wrap .right_contents_n .search_form_wrap .search_form_list li div.tit {
    display: inline-block;
    min-width: 65px;
    vertical-align: middle;
    margin-left: 30px;
    padding-left: 10px;
    background: url(/images/bl_blue.jpg) 0 50% no-repeat;
    font-weight: 500;
}

#contents_wrap .conts_wrap .right_contents_n .search_form_wrap .search_form_list li input {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #b3bd9c;
    width: 110px;
    height: 20px;
    margin: 0;
    padding: 0 5px;
}

#contents_wrap .conts_wrap .right_contents_n .search_form_wrap .search_form_list li .keyword {
    width: 150px;
}

#contents_wrap .conts_wrap .right_contents_n .search_form_wrap .search_form_list li .filebox {
    float: left;
    width: 400px;
    padding: 0;
}

#contents_wrap .conts_wrap .right_contents_n .search_form_wrap .search_form_list li .filebox .upload-name {
    display: inline-block;
    width: 250px;
    height: 19px;
    margin-left: 0px;
    padding: 3px 0 0 10px;
    border: 1px solid #b3bd9c;
    background-color: #fff;
    vertical-align: middle;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
}


/* 게시판 버튼에 사용합니다 */


/*---- 우측 컨텐츠 내용 페이징 스타일 ----*/


/*////// 게시판 기본 //////*/

#contents_wrap .conts_wrap .right_contents .bbs_search_wrap {
    float: right;
    padding: 10px;
}

#contents_wrap .conts_wrap .right_contents .bbs_search_wrap input {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #b3bd9c;
    width: 150px;
    height: 23px;
    margin: 0;
    padding: 0 5px;
}

#contents_wrap .conts_wrap .right_contents .bbs_search_wrap a div {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    padding: 4px 0;
    margin: 0;
    background-color: #0175be;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
}

#contents_wrap .conts_wrap .right_contents .bbs_search_wrap a:hover div,
#contents_wrap .conts_wrap .right_contents .bbs_search_wrap a:focus div {
    background-color: #0890e6;
}

#contents_wrap .conts_wrap .right_contents_n .bbs_search_wrap {
    float: right;
    padding: 10px;
}

#contents_wrap .conts_wrap .right_contents_n .bbs_search_wrap input {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #b3bd9c;
    width: 150px;
    height: 23px;
    margin: 0;
    padding: 0 5px;
}

#contents_wrap .conts_wrap .right_contents_n .bbs_search_wrap a div {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    padding: 4px 0;
    margin: 0;
    background-color: #0175be;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    text-align: center;
}

#contents_wrap .conts_wrap .right_contents_n .bbs_search_wrap a:hover div,
#contents_wrap .conts_wrap .right_contents_n .bbs_search_wrap a:focus div {
    background-color: #0890e6;
}


/*---- 리스트 상단 검색단 스타일 ----*/

table.bbs_tables {
    table-layout: fixed;
    width: 100%;
    min-width: 900px;
    border-top: 1px solid #eee;
}

table.bbs_tables th,
table.bbs_tables td {
    padding: 5px 5px;
    text-align: center;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    font-size: 11px;
    font-weight: 500;
}

table.bbs_tables thead th {
    padding: 10px 5px;
    font-weight: 500;
    color: #fff
}

table.bbs_tables tbody tr:hover {
    background-color: LightCyan;
}

table.bbs_tables th.line_left,
table.bbs_tables td.line_left {
    border-left: none;
}

table.bbs_tables td.subjects {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*---- 리스트 기본 스타일 ----*/

table.bbs_read_tables {
    table-layout: fixed;
    width: 100%;
    min-width: 900px;
    border-top: 2px solid #ef5357;
    margin-top: 30px;
}

table.bbs_read_tables th,
table.bbs_read_tables td {
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: 500;
}

table.bbs_read_tables th {
    background-color: #f6f6f6;
}

table.bbs_read_tables th.subjects {
    font-size: 16px;
    text-align: left;
    padding: 15px 25px;
    background: none;
}

table.bbs_read_tables td {
    text-align: left;
    font-weight: 500;
}


/*---- 읽기 기본 스타일 ----*/

table.bbs_write_tables {
    table-layout: fixed;
    width: 100%;
    min-width: 900px;
    border-top: 3px solid #ef5357;
    margin-top: 30px;
}

table.bbs_write_tables th,
table.bbs_write_tables td {
    padding: 10px 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: 500;
}

table.bbs_write_tables th {
    background-color: #f6f6f6;
}

table.bbs_write_tables th.subjects {
    font-size: 16px;
    text-align: left;
    padding: 15px 25px;
    background: none;
}

table.bbs_write_tables td {
    text-align: left;
    font-weight: 500;
}

table.bbs_write_tables td>.styled-select {
    height: 30px;
}

table.bbs_write_tables td>.styled-select select {
    height: 30px;
}

table.bbs_write_tables td>input[type='text'],
table.bbs_write_tables td>input[type='password'] {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #b3bd9c;
    width: 200px;
    height: 20px;
    margin: 0;
    padding: 0 5px;
}

table.bbs_write_tables td input[type='checkbox'] {
    display: inline-block;
    vertical-align: middle;
}

table.bbs_write_tables td.subjects>input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.bbs_write_tables td .filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

table.bbs_write_tables td .filebox label {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 100px;
    height: 12px;
    padding: 4px 0 5px;
    margin: 0;
    background-color: RoyalBlue;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    cursor: pointer;
}

table.bbs_write_tables td .filebox .upload-name {
    display: inline-block;
    width: 250px;
    height: 20px;
    padding-left: 10px;
    margin-left: -1px;
    line-height: 30px;
    border: 1px solid #b3bd9c;
    background-color: #fff;
    vertical-align: middle;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
}

table.bbs_write_tables td .filebox label:hover,
table.bbs_write_tables td .filebox label:focus {
    opacity: 0.6;
    color: #fff;
}

table.bbs_write_tables td .filebox input[type='checkbox'] {
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}


/*---- 게시판 버튼 기본 스타일 ----*/

table.bbs_prev_next_tables {
    table-layout: fixed;
    width: 100%;
    min-width: 900px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

table.bbs_prev_next_tables th,
table.bbs_prev_next_tables td {
    padding: 15px 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    font-weight: 500;
}

table.bbs_prev_next_tables th {
    border-right: 1px solid #ccc;
}

table.bbs_prev_next_tables td {
    font-weight: 500;
}

table.bbs_prev_next_tables td.subjects {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*---- 이전글 다음글 기본 스타일 ----*/

.tab_btns_vo a div {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    padding: 10px 0;
    margin: 0 1px;
    background-color: #999;
    background-image: url(/images/lnb_act_back.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
}

.tab_btns_vo a:hover div,
.tab_btns_vo a:focus div,
.tab_btns_vo a.active div {
    background-color: #008e7c;
}

.tab_btns_line {
    display: inline-block;
    vertical-align: middle;
    width: 60%;
    padding-left: 10px;
}

.tab_btns_line a:hover div,
.tab_btns_line a:focus div,
.tab_btns_line a.active div {
    background-color: #00916c;
}

.tab_btns_line .filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.tab_btns_line .filebox .upload-name {
    display: inline-block;
    width: 200px;
    height: 37px;
    padding-left: 10px;
    margin-left: -1px;
    line-height: 30px;
    border: 1px solid #b3bd9c;
    background-color: #fff;
    vertical-align: middle;
    -webkit-appearance: none;
    /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
}

.tab_btns_line .filebox label:hover {
    background-color: #0890e6;
    color: #fff;
}


/*////// Etc. //////*/

.etc_txt_wrap {
    padding: 20px;
    margin-top: 20px;
    background-color: #f4f4f4;
    border: 1px dotted DodgerBlue
}

.etc_tit {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #ff3000;
}

.etc_list {
    display: inline-block;
    margin-left: 20px;
    margin-right: 10px;
    width: 47%;
}

.etc_list li {
    font-size: 11px;
    font-weight: 500;
    list-style-type: disc;
    padding: 3px 0;
}

.etc_list li span {
    font-weight: 600;
    color: DodgerBlue
}

.etc_list li div.tit {
    display: inline;
    vertical-align: middle;
    margin-right: 20px;
    padding-left: 12px;
    background: url(/images/bl_blue.jpg) 0 50% no-repeat;
}

.etc_tit_ord {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    color: blue;
}

.etc_list_ord {
    display: inline-block;
    margin-left: 20px;
    margin-right: 10px;
    width: 100%;
}

.etc_list_ord li {
    font-size: 11px;
    font-weight: 500;
    list-style-type: disc;
    padding: 3px 0;
}

.etc_list_ord li span {
    font-weight: 600;
    color: DodgerBlue
}

.etc_list_ord li div.tit {
    display: inline;
    vertical-align: middle;
    margin-right: 20px;
    padding-left: 12px;
    background: url(/images/bl_blue.jpg) 0 50% no-repeat;
}

.history_cons {
    width: 100%;
    height: 235px;
    overflow: auto;
}

.history_cons table.history_list {
    width: 100%;
    border: none;
}

.history_cons table.history_list thead {
    position: relative;     /* relative : 문서의 원래 위치부터 위치를 지정합니다 */
    width: 100%;
    height: 20px;
    border-bottom: 1px dotted lightgray;
}

.history_cons table.history_list td {
    padding: 2px 5px;
    height: 20px;
}

.history_cons table.history_list td a {
    color: #ffffff;
}

.history_cons table.history_list td.h_l_td.gr_back {
    background-color: #f4f4f4;
}

.top_border {
    border-top: 1px solid #414141;
}

.pt_pb_1 {
    padding-top: 5px;
    padding-bottom: 5px;
}

.rx_tr {
    background-color: #f4f4f4;
}