﻿@charset "utf-8";

/* 글목록 */

#board {
    /* clear: both; */
    /* font-family: 돋움; */
    width: 100%;
    /* table-layout: fixed; */
    margin: 5px 0 0 0;
    border-bottom: 1px solid #ccc;
}

#board td {
    text-align: center;
    /* height: 35px; */
    border-bottom: 1px solid #eee;
    /* padding: 3px; */
}

#board .list_head {
    text-align: center;
    /* height: 45px; */
    font-weight: 500;
    /* border-top: 2px solid #444; */
    /* border-bottom: 1px solid #444; */
    background: #f4f4f4;
    /* line-height: 14px; */
}

#board .category {
    text-align: center;
}

#board .subject {
    text-align: left;
    padding-left: 10px;
}

#board .subject a {
    color: #333;
}

#board .subject a:hover {
    text-decoration: underline;
}

#board .num {
    text-align: center;
    /* font-family: Tahoma; */
    /* font-size: 11px; */
}

#board .num span{
    color: #fff;
    font-size: 14px;
    padding: 2px 10px;
    background: #019fdf;
    border-radius: 3px;
}

#board .date {
    text-align: center;
    /* font-family: Tahoma; */
    /* font-size: 11px; */
}

#board .hit {
    text-align: center;
    /* font-family: Tahoma; */
    font-size: 11px;
}

#board .photo {
    padding: 5px;
}

.board_search {
    text-align: right;
    /* margin: 10px; */
    margin-bottom: 20px;
    overflow: hidden;
}

.board_search .search {
    width: 100px;
    padding: 5px;
    border: 1px solid #ccc;
    color: #777;
}

.board_search .stx {
    width: 200px;
    padding: 6px;
    border: 1px solid #ddd;
    /* border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc; */
}

.board_search input[type='image']{
    vertical-align: middle;
}


/*  140728 추가 */

.board_search2 {
    text-align: right;
    margin: 0;
}

.board_search2 .search {
    width: 100px;
    padding: 5px;
    border: 1px solid #ccc;
    color: #777;
}

.board_search2 .stx2 {
    width: 120px;
    padding: 6px;
    border: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}


/* ----------- */

.category_list .category {
    margin: 10px;
    width: 250px;
    padding: 5px;
    border: 1px solid #046ac1;
    color: #777;
}

.category_list .category2 {
    margin-right: 5px;
    width: 90px;
    padding: 5px;
    border: 1px solid #ccc;
    color: #777;
}

.category_list .category3 {
    /* margin: 10px; */
    width: 110px;
    padding: 5px;
    color: #777;
}


/* 140728 추가 */

.category_list .category4 {
    margin: 2px;
    width: 90px;
    padding: 5px;
    color: #777;
}


/* ----------- */

#board2 {
    clear: both;
    /* font-family: 돋움; */
    width: 100%;
    table-layout: fixed;
    margin: 5px 0 0 0;
}

#board2 td {
    padding: 10px 0 30px 0;
}

#board2 .list_head_title {
    padding-left: 10px;
    text-align: left;
    color: #fff;
    height: 30px;
    background: #046ac1;
}


/* #board2 .list_con { width:960px; padding:10px; } */

#board2 .list_con {
    width: 740px;
    padding: 10px;
}

#board2 .list_con ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    overflow: hidden;
}


/* #board2 .list_con li { float:left; width:400px; padding:0; margin:0; } */

#board2 .list_con li {
    float: left;
    width: 370px;
    padding: 0;
    margin: 0;
}

#board2 .list_con01 {
    width: 960px;
    padding: 10px;
}

#board2 .list_con01 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

#board2 .list_con01 li {
    padding: 0;
    margin: 0;
}


/*  140728 추가 */

#board_faq {
    clear: both;
    /* font-family: 돋움; */
    width: 100%;
    table-layout: fixed;
    margin: 5px 0 0 0;
    border-bottom: 1px solid #b9b9b9;
}

#board_faq td {
    height: 45px;
    line-height: 20px;
    padding: 5px 0 5px 5px;
    color: #525151;
}

#board_faq .subject {
    text-align: left;
    padding-left: 10px;
}

#board_faq .num {
    text-align: center;
    /* font-family: Tahoma; */
    font-size: 11px;
    font-weight: bold;
}

#board_faq .subject_a {
    text-align: left;
    padding-left: 10px;
    color: #525151;
}

#board_faq .num_a {
    text-align: center;
    /* font-family: Tahoma; */
    font-size: 11px;
    font-weight: bold;
}

#board_faq2 {
    clear: both;
    /* font-family: 돋움; */
    width: 100%;
    table-layout: fixed;
    margin: 5px 0 0 0;
    border-bottom: 1px solid #b9b9b9;
}

#board_faq2 td {
    height: 45px;
    line-height: 20px;
    padding: 5px 0 5px 5px;
    color: #525151;
}

#board_faq2 .subject {
    text-align: left;
    padding-left: 10px;
}

#board_faq2 .num {
    text-align: center;
    /* font-family: Tahoma; */
    font-size: 11px;
    font-weight: bold;
}

#board_faq2 .subject_a {
    text-align: left;
    padding-left: 10px;
    color: #525151;
}

#board_faq2 .num_a {
    text-align: center;
    /* font-family: Tahoma; */
    font-size: 11px;
    font-weight: bold;
}

#board_durune {
    clear: both;
    /* font-family: 돋움; */
    width: 100%;
    text-align: center;
    table-layout: fixed;
    margin: 5px 0 0 0;
    border-top: 2px solid #5e5d5d;
    border-bottom: 1px solid #bababa;
    padding-bottom: 50px;
}

#board_durune td {
    text-align: center;
}

#board_durune tr.con {
    padding-bottom: 30px;
}

#board_durune .head {
    text-align: center;
    padding-top: 20px;
}

#board_consulting {
    clear: both;
    /* font-family: 돋움; */
    width: 117%;
    table-layout: fixed;
    margin: 5px 0 0 0;
    border-top: 2px solid #5e5d5d;
}

#board_consulting .head {
    text-align: center;
    height: 35px;
    border-bottom: 1px solid #b9b9b9;
    padding: 3px;
    font-weight: bold;
}

#board_consulting .line {
    padding: 15px;
    border-right: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
}

#board_consulting .line2 {
    padding: 15px;
    border-right: 1px solid #b9b9b9;
    border-bottom: 1px solid #b9b9b9;
}

#board_consulting .line3 {
    padding: 15px;
    border-bottom: 1px solid #b9b9b9;
}


/* ----------- */


/* 글내용 */

#board_view {
    clear: both;
    /* font-family: 돋움; */
    clear: both;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

#board_view .view_head {
    text-align: left;
    font-size: 16px;
    /* height: 55px; */
    padding: 10px;
    font-weight: bold;
    /* border-top: 2px solid #5f5d5d; */
    border-bottom: 1px solid #eee;
    background: #f4f4f4;
}

#board_view .view_head_date {
    padding-right: 10px;
    text-align: right;
    font-size: 11px;
    /* border-top: 2px solid #5f5d5d; */
    border-bottom: 1px solid #eee;
    background: #f4f4f4;
    line-height: 13px;
}

#board_view .view_head2 {
    text-align: left;
    font-size: 16px;
    height: 51px;
    padding-left: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}

#board_view .view_head2 table th,
#board_view .view_head2 table td{
    padding: 5px;
    border: none;
}

#board_view .view_head_date2 {
    padding-right: 10px;
    text-align: right;
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    line-height: 13px;
}

#board_view .view_head_date2 a{
    padding: 5px 20px;
    font-size: 14px;
    background: #019fdf;
    color: #fff;
    border-radius: 3px;
}

#board_view .contents {
    padding: 25px;
    text-align: left;
}

#board_view .contents2 {
    width: 950px;
    padding: 30px 10px 10px 10px;
    text-align: left;
    line-height: 16px;
}

#board_view .file {
    text-align: left;
    /* height: 32px; */
    padding: 8px 10px;
    background: #f4f4f4;
    border: none;
}

#board_view .file a{
    color: #019fdf;
    font-size: 15px;
    margin-left: 5px;
}

#board_view .file a:hover{
    text-decoration: underline;
}

#board_view .down {
    padding-right: 10px;
    text-align: right;
    font-size: 11px;
    background: #f4f4f4;
}

#board_view .s_title {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
}

#board_view .s_con {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

#board_view .title {
    font-size: 15px;
    font-weight: bold;
}

#board_view .img {
    float: left;
}

#board_view .scroll {
    float: right;
    width: 390px;
    height: 337px;
    border: 1px solid #ddd;
    padding: 10px;
    overflow-y: scroll;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#board_view .scroll ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

/* #board_view .scroll li {
    display: inline;
    padding: 0;
    margin: 0;
} */

#board_view .en_con {
    line-height: 19px;
    text-align: left;
}

#board_view .view_gall {
    border: 1px solid #cfcfcf;
    padding: 10px;
    width: 280px;
}

#board_view .view_info {
    border-top: 1px solid #cfcfcf;
}


/* 투표 */


/*  140728 추가 */

#board_view .vote {
    margin: 0 auto;
    text-align: center;
    height: 50px;
}

#board_view .vote ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#board_view .vote ul li {
    display: inline;
    padding: 35px;
    margin: 0;
}


/* ----------- */


/* 글쓰기 */

#board_write {
    clear: both;
    /* font-family: 돋움; */
    clear: both;
    width: 100%;
    table-layout: fixed;
    margin: 0;
    border-bottom: 1px solid #ccc;
}

#board_write .write_head {
    text-align: center;
    height: 45px;
    font-weight: bold;
    border-top: 2px solid #444;
    border-bottom: 1px solid #444;
    background: #eaeaea;
}

#board_write .input {
    text-align: center;
    height: 45px;
    font-weight: bold;
    border-top: 2px solid #444;
    border-bottom: 1px solid #444;
    background: #eaeaea;
}

#board_write .text {
    text-align: left;
    width: 90%;
    padding: 5px;
    border: 1px solid #bab9b9;
}


/* 페이징 */

.paging {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
}

.paging ul {
    /* font-family: Tahoma; */
    /* list-style: none; */
    /* padding: 0;
    margin: 0; */
    /* font-size: 12px; */
    overflow: hidden;
    display: table;
    margin: 0 auto;
}

.paging li {
    float: left;
    width: 36px;
    height: 36px;
    margin-left: 3px;
}

.paging li:first-child{
    margin-left: 0;
}

.paging li a,
.paging li b{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 34px;
    text-align: center;
    color: #999;
    border: 1px solid #ddd;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.paging li b{
    background: #333;
    border-color: #333;
    color: #fff;
    font-weight: 400;
}

.paging li a:hover{
    background: #f9f9f9;
}


/* 버튼 */

.btn {
    margin-top: 8px;
}

a.list_btn {
    display: table;
    margin: 70px auto 0;
    padding: 7px 30px;
    background: #333;
    color: #fff;
    font-size: 15px;
}

a.list_btn:focus,
a.list_btn:hover {
    text-decoration: none
}

a.modi_btn {
    /* display: inline-block; */
    padding: 7px 20px;
    background: #019fdf;
    color: #fff;
    font-size: 15px;
    padding: 7px 20px;
    border-radius: 3px;
}

a.modi_btn:focus,
a.modi_btn:hover {
    text-decoration: none
}

a.write_btn {
    /* display: inline-block; */
    padding: 5px 15px;
    background: #019fdf;
    color: #fff;
    font-size: 15px;
    border-radius: 3px;
}

a.write_btn:focus,
a.write_btn:hover {
    text-decoration: none
}

a.date_btn {
    display: inline-block;
    padding: 0px 13px 1px 13px;
    background: #898989;
    color: #fff;
}

a.date_btn:focus,
a.date_btn:hover {
    text-decoration: none
}

a.cancel_btn {
    display: inline-block;
    padding: 1px 30px 1px 30px;
    background: #898989;
    color: #fff;
}

a.cancel_btn:focus,
a.cancel_btn:hover {
    text-decoration: none
}

a.input_btn {
    display: inline-block;
    padding: 1px 60px 1px 60px;
    background: #046ac1;
    color: #fff;
}

a.input_btn:focus,
a.input_btn:hover {
    text-decoration: none
}


/* 신청 레이어 */

#pop_input {
    width: 930px;
    height: 450px;
    padding: 50px 30px;
    top: 10%;
    /* font-family: 나눔고딕; */
    position: absolute;
    visibility: hidden;
    background: #fff;
    border: 2px solid #ccc;
    z-index: 99999;
    /*right: 0;*/
}

#pop_input .pop_img {
    float: left;
    width: 234px;
    height: 270px;
}

#pop_input .pop_con {
    float: left;
    width: 100%;
    height: 270px;
}

#pop_input .title {}

#pop_input .s_title {
    padding: 5px;
    color: #898989;
    /* font-family: 나눔고딕; */
    font-size: 12px;
    line-height: 14px;
}

#pop_input td {
    /* font-family: 나눔고딕; */
    font-weight: bold;
    color: #6a6969;
}

#pop_input .head {
    padding-left: 5px;
}

#pop_input .input {
    width: 140px;
    padding: 7px;
}

#pop_input2 {
    width: 830px;
    height: 450px;
    padding: 50px 30px;
    top: 10%;
    /* font-family: 나눔고딕; */
    position: absolute;
    visibility: hidden;
    background: #fff;
    border: 2px solid #ccc;
    z-index: 99999;
}

#pop_input2 .pop_img {
    float: left;
    width: 234px;
    height: 270px;
}

#pop_input2 .pop_con {
    float: left;
    width: 100%;
    height: 270px;
}

#pop_input2 .title {}

#pop_input2 .s_title {
    padding: 5px;
    color: #898989;
    /* font-family: 나눔고딕; */
    font-size: 12px;
    line-height: 14px;
}

#pop_input2 td {
    /* font-family: 나눔고딕; */
    font-weight: bold;
    color: #6a6969;
}

#pop_input2 .head {
    padding-left: 5px;
}

#pop_input2 .input {
    width: 140px;
    padding: 7px;
}

.pop_con input {
    margin: 0 2px;
    height: 20px;
}

.pop_con input.input_95p {
    width: 95%;
}

.pop_con input.input_20p {
    width: 20%;
}

.pop_con input.input_30p {
    width: 30%;
}

.pop_con select {
    margin: 0 2px;
    height: 24px;
}

.pop_con select.select_95p {
    width: 95%;
}

.pop_con table {
    border-collapse: collapse;
    text-align: center;
}

.pop_con table button.delBtn {
    background-color: #b5271a;
    color: #ffffff;
    height: 25px;
    width: 40px;
    border: none;
}

.pop_con table button.off {
    display: none;
}

.pop_con table tr {
    border-bottom: 1px solid #cccccc;
    height: 30px;
}

.pop_con table tr.off {
    display: none;
}

.pop_con .pop_con_center {
    border-top: 1px solid #cccccc;
    margin-top: 10px;
    padding-top: 10px;
}

.pop_con .pop_con_center .table_con {
    height: 280px;
    /*width: 947px;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.pop_con .pop_con_center .addbtn {
    text-align: center;
    width: 930px;
}

.pop_con .pop_con_center .addbtn button {
    width: 100px;
    height: 25px;
    margin: 10px;
    background-color: #09a36f;
    border: none;
    color: #FFFFFF;
}

.pop_con .pop_con_bottom {
    text-align: center;
    margin: 20px 0;
}


/* 강사 프로필 작성 */


/*
#profile { clear:both;  width:100%; table-layout:fixed; margin:5px 0 0 0;  }
#profile td { padding:5px; }
#profile .head {  width:70px; text-align:left; color:#333; font-family:나눔고딕; font-size:14px; font-weight:bold;}
#profile .con { padding:5px; text-align:left; }
#profile .input { width:160px; padding:6px; border:1px solid #ccc;}
#profile .input2 { width:100px; padding:6px; border:1px solid #ccc;}
#profile .stx { width:60px; padding:5px; border:1px solid #ccc; color:#777; }
#profile .input3 { width:170px; padding:6px; border:1px solid #ccc;}
#profile .stx2 { width:130px; padding:5px; border:1px solid #ccc; color:#777;}
#profile .tx { width:100%; border:1px solid #ccc; padding:10px;}

#profile2 { clear:both; font-family:나눔고딕; font-size:13px; font-weight:bold; width:100%; table-layout:fixed; margin:5px 0 0 0;  }
#profile2 td { padding:5px; }
#profile2 .head { width:70px; text-align:left; color:#333; font-family:나눔고딕; font-size:14px; font-weight:bold;}
#profile2 .con { padding:5px; text-align:left; }
#profile2 .input { width:160px; padding:6px; border:1px solid #ccc; }
#profile2 .input2 { width:100px; padding:6px; border:1px solid #ccc;}
#profile2 .stx { width:80px; padding:5px; border:1px solid #ccc; color:#777;}
*/


/* 강사 프로필 작성 */

#profile {
    clear: both;
    width: 95%;
    font-family: 돋움;
    font-size: 12px;
    color: #333;
    table-layout: fixed;
    margin: 0 auto;
    padding-top: 15px;
    border-bottom: 1px solid #e0e1e1;
}

#profile .img {
    border-right: none;
    border-bottom: none;
}

#profile td {
    padding: 5px;
    border: 1px solid #e0e1e1;
}

#profile .head {
    width: 70px;
    text-align: left;
    padding-left: 10px;
    font-weight: bold;
    border-bottom: none;
    border-right: none;
}

#profile .con {
    padding: 5px;
    text-align: left;
    border-bottom: none;
    border-right: none;
    border-left: none;
}

#profile .input {
    width: 160px;
    padding: 4px;
    border: 1px solid #b5b5b6;
}

#profile .input2 {
    width: 100px;
    padding: 4px;
    border: 1px solid #b5b5b6;
}

#profile .stx {
    width: 80px;
    padding: 2px;
    border: 1px solid #b5b5b6;
    color: #777;
}

#profile .profile_btn a {
    font-size: 11px;
    padding: 3px 5px 3px 5px;
    background: #046ac1;
    color: #fff;
}

#profile2 {
    clear: both;
    width: 95%;
    table-layout: fixed;
    margin: 0 auto;
    padding-top: 20px;
    color: #333;
    /* font-family: 돋움; */
    font-size: 12px;
    border-bottom: 1px solid #e0e1e1;
}

#profile2 td {
    padding: 5px;
    border-top: 1px solid #e0e1e1;
}

#profile2 .head {
    width: 70px;
    text-align: left;
    font-weight: bold;
}

#profile2 .con {
    padding: 5px;
    text-align: left;
}

#profile2 .input {
    width: 160px;
    padding: 4px;
    border: 1px solid #b5b5b6;
}

#profile2 .input2 {
    width: 130px;
    padding: 4px;
    border: 1px solid #b5b5b6;
}

#profile2 .stx {
    width: 60px;
    padding: 2px;
    border: 1px solid #b5b5b6;
    color: #777;
}

#profile2 .input3 {
    width: 170px;
    padding: 4px;
    border: 1px solid #b5b5b6;
}

#profile2 .stx2 {
    width: 130px;
    padding: 2px;
    border: 1px solid #b5b5b6;
    color: #777;
}

#profile2 .tx {
    width: 90%;
    border: 1px solid #ccc;
    padding: 10px;
}

#profile2 .date_btn a {
    font-size: 11px;
    padding: 6px 7px 7px 7px;
    background: #898989;
    color: #fff;
}


/* 로그인 */

/* #login {
    position: relative;
    height: 500px;
    top: 80px;
    left: 0;
    z-index: 4444;
}

#login .login_bg {
    margin: 0 auto;
    text-align: center;
    width: 660px;
    height: 335px;
    background: url('../boardimg/login_bg.gif') no-repeat;
}

#login .login_img {
    float: left;
    width: 234px;
    height: 270px;
    padding: 50px 0 0 50px;
}

#login .login_con {
    float: left;
    width: 315px;
    height: 270px;
    padding-top: 70px;
}

#login .title {
    height: 50px;
}

#login .s_title {
    padding: 5px;
    color: #898989;
    /* font-family: 나눔고딕; */
    font-size: 12px;
    line-height: 14px;
}

#login .head {
    padding-left: 5px;
}

#login .input {
    width: 232px;
    padding: 7px;
}

#login .login_link {
    padding-top: 8px;
}

#login .login_link a {
    font-family: 돋움;
    font-size: 11px;
    color: #898989;
    font-weight: normal;
}

a.login_btn {
    display: inline-block;
    width: 260px;
    padding: 9px;
    background: #046ac1;
    color: #fff;
}

a.login_btn:focus,
a.login_btn:hover {
    text-decoration: none
} */


/* 아이디&비밀번호찾기 */


/*  140728 추가 */

#id_find {
    position: relative;
    height: 500px;
    top: 80px;
    left: 0;
    z-index: 4444;
}

#id_find .login_bg {
    margin: 0 auto;
    text-align: center;
    width: 660px;
    height: 335px;
    background: url('../boardimg/login_bg.gif') no-repeat;
}

#id_find .login_img {
    float: left;
    width: 234px;
    height: 270px;
    padding: 50px 0 0 50px;
}

#id_find .login_con {
    float: left;
    width: 315px;
    height: 150px;
    padding-top: 110px;
}

#id_find .login_con2 {
    float: left;
    width: 315px;
    height: 150px;
    padding-top: 90px;
}

#id_find .title {
    height: 50px;
}

#id_find .title2 {
    /* font-family: NanumGothic, NanumGothicWEB, "나눔고딕"; */
    font-size: 14px;
    font-weight: bold;
}

#id_find .s_title {
    padding: 5px;
    color: #898989;
    /* font-family: NanumGothic, NanumGothicWEB, "나눔고딕"; */
    font-size: 12px;
    line-height: 14px;
}

#id_find .head {
    /* font-family: NanumGothic, NanumGothicWEB, "나눔고딕"; */
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    padding-left: 10px;
    height: 40px;
    width: 50px;
}

#id_find .input {
    width: 90%;
    padding: 7px;
}

#id_find .login_link {
    padding-top: 8px;
}

#id_find .login_link a {
    /* font-family: 돋움; */
    font-size: 11px;
    color: #898989;
    font-weight: normal;
}

#id_find a.find_btn {
    display: inline-block;
    width: 145px;
    padding: 6px 0 6px 0;
    background: #046ac1;
    color: #fff;
}

#id_find a.find_btn:focus,
a.find_btn:hover {
    text-decoration: none
}

#id_find a.find_btn2 {
    display: inline-block;
    width: 300px;
    padding: 6px 0 6px 0;
    background: #046ac1;
    color: #fff;
}

#id_find a.find_btn2:focus,
a.find_btn2:hover {
    text-decoration: none
}

#id_find a.cancel_btn {
    display: inline-block;
    width: 145px;
    padding: 6px 0 6px 0;
    background: #898989;
    color: #fff;
}

#id_find a.cancel_btn:focus,
a.cancel_btn:hover {
    text-decoration: none
}


/* ----------- */


/* 통합검색 */

#search_board {
    color: #6a6a6a;
    border-bottom: 1px solid #b9b9b9;
    margin-top: 30px;
}

#search_board .search_head {
    /* font-family: 돋움; */
    text-align: center;
    height: 35px;
    font-weight: bold;
    border-top: 2px solid #444;
    border-bottom: 1px solid #b9b9b9;
    background: #fafafa;
}

#search_board .search_head_title {
    width: 130px;
    /* font-family: 나눔고딕; */
    font-size: 15px;
    color: #222;
    text-align: center;
    height: 35px;
    font-weight: bold;
    border-top: 2px solid #444;
    border-bottom: 1px solid #b9b9b9;
    background: #fafafa;
}

#search_board .search_head_title2 {
    /* font-family: 돋움; */
    color: #8c6464;
    text-align: left;
    height: 35px;
    font-weight: bold;
    border-top: 2px solid #444;
    border-bottom: 1px solid #b9b9b9;
    background: #fafafa;
}

#search_board .search_head_more {
    /* font-family: 돋움; */
    font-size: 11px;
    color: #848383;
    text-align: center;
    height: 35px;
    font-weight: bold;
    border-top: 2px solid #444;
    border-bottom: 1px solid #b9b9b9;
    background: #fafafa;
}

#search_board .search_head_more a {
    color: #848383;
}

#search_board td {
    padding: 2px;
    /* font-family: 돋움; */
    height: 30px;
}

#search_board .search_con_ce {
    text-align: center;
}


/* 회원가입 */

#register {
    position: relative;
    height: 740px;
    margin-top: 60px;
    left: 0;
    z-index: 4444;
}

#register .bg {
    width: 937px;
    height: 650px;
    margin: 0 auto;
    text-align: center;
    background: url('../boardimg/welcome.gif') no-repeat;
}

#register .guide {
    width: 840px;
    height: 430px;
    margin: 0 auto;
    padding-top: 50px;
}

#register_board {
    border-bottom: 1px solid #ddd;
}

#register_board .input {
    width: 160px;
    padding: 9px;
    border: 1px solid #ccc;
}

#register_board .input2 {
    width: 100px;
    padding: 9px;
    border: 1px solid #ccc;
}

#register_board .stx {
    width: 70px;
    padding: 8px;
    border: 1px solid #ccc;
    color: #777;
}

#register_board .head {
    padding-left: 20px;
    height: 35px;
    font-size: 14px;
    color: #333;
    text-align: left;
    font-weight: bold;
}

#register_board .con {
    padding-left: 20px;
    /* font-family: 돋움; */
    height: 35px;
    text-align: left;
}

#register_board .info {
    /* font-family: 돋움; */
    font-size: 11px;
    color: #898989;
}

#register_board .godic {
    /* font-family: 나눔고딕; */
}

#register .register_btn {
    margin-top: 20px;
    text-align: center;
}


/* 회원정보변경*/


/*  140728 추가 */

#register2 {
    width: 100%;
    margin: 0 auto;
}

#register_board2 {
    /* border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    padding: 15px 0; */
    border-top: 2px solid #019fdf;
}

#register_board2 .input {
    width: 120px;
    padding: 9px;
    border: 1px solid #ddd;
}

#register_board2 .input2 {
    width: 100px;
    padding: 9px;
    border: 1px solid #ddd;
}

#register_board2 .stx {
    width: 70px;
    padding: 8px;
    border: 1px solid #ddd;
    color: #777;
}

#register_board2 .head {
    padding-left: 20px;
    height: 35px;
    font-size: 14px;
    color: #333;
    text-align: left;
    font-weight: bold;
}

#register_board2 .con {
    padding-left: 20px;
    /* font-family: 돋움; */
    height: 35px;
    text-align: left;
}

#register_board2 .info {
    /* font-family: 돋움; */
    font-size: 11px;
    color: #898989;
}

#register_board2 .godic {
    /* font-family: NanumGothic, NanumGothicWEB, "나눔고딕"; */
}

#register_board2 .textarea {
    border: 1px solid #ccc;
    width: 90%;
    padding: 10px;
}

#register2 .register_btn {
    margin: 40px auto 0;
    text-align: center;
}

#register2 .register_btn a{
    display: inline-block;
    background: #019fdf;
    color: #fff;
    padding: 10px 30px;
    border-radius: 3px;
}


/* 회원탈퇴 */

#register2 .box {
    width: 670px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

#register2 .textarea_top {
    /* font-family: 돋움; */
    text-align: left;
    height: 110px;
    border: 4px solid #e6e6e6;
    padding: 20px;
    font-size: 11px;
    color: #898989;
    overflow: scroll-y;
    line-height: 20px;
}

#register2 .check {
    width: 670px;
    text-align: right;
}

#register_board2 {
    padding-top: 15px;
}

#register_board2 .head {
    padding-left: 20px;
    height: 35px;
    font-size: 14px;
    color: #333;
    text-align: left;
    font-weight: bold;
}

#register_board2 .con {
    padding-left: 20px;
    /* font-family: 돋움; */
    height: 35px;
    text-align: left;
}

#register_board2 .input2 {
    width: 100px;
    padding: 9px;
    border: 1px solid #ccc;
}

#register3 .register_btn {
    margin: 0 auto;
    margin-top: 40px;
    text-align: center;
}


/* ----------- */


/* 회원가입 완료 */

#register_result {
    position: relative;
    height: 800px;
    top: 60px;
    left: 0;
    z-index: 4444;
}

#register_result .bg {
    width: 937px;
    height: 650px;
    margin: 0 auto;
    text-align: center;
    background: url('../boardimg/welcome.gif') no-repeat;
}

#register_result .guide {
    width: 840px;
    height: 430px;
    margin: 0 auto;
    padding-top: 50px;
}

#register_result .left {
    float: left;
}

#register_result .right {
    float: right;
}

#register_result .result_btn {
    margin-top: 60px;
    text-align: center;
}

#register_result_board .head {
    padding-left: 10px;
    height: 40px;
    font-size: 14px;
    color: #333;
    text-align: left;
    font-weight: bold;
}

#register_result_board .con {
    padding-left: 10px;
    /* font-family: 돋움; */
    height: 40px;
    text-align: left;
}


/* 두루내 신청(팝업) */

/* #durune {
    width: 750px;
    height: 440px;
    top: 20px;
    left: 20px;
    font-family: 나눔고딕;
    position: absolute;
    visibility: hidden;
    background: #fff;
    border: 2px solid #ccc;
    background: #fafafa;
    z-index: 99999;
}

#durune .guide {
    margin: 30px 0 0 10px;
}

#durune .pop_img {
    float: left;
    width: 365px;
    height: 350px;
}

#durune .pop_con {
    float: left;
    width: 300px;
    height: 350px;
}

#durune .title {}

#durune .s_title {
    padding: 5px;
    color: #898989;
    font-size: 12px;
    line-height: 14px;
}

#durune .head {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
}

#durune .con {
    text-align: left;
}

#durune .input {
    width: 190px;
    padding: 8px;
    background: #fff;
    border: 1px solid #ccc;
} */