@charset "UTF-8";

h3.cn_title {
    margin: 15px 0 8px;
    padding: 0;
    color: #32394b;
    font-size: 16px;
    line-height: 23px;
}

h3.cn_title span {
    position: relative;
    top: -2px;
    color: #32394b;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: -1px;
}

/* 20140206 추가 */
.state_wrap {
    position: absolute;
    top: 0;
    right: 0;
}

.state_wrap li {
    float: right;
    font-size: 11px;
    margin-top: 20px;
    color: #666;
}

.search_area {
    position: relative;
    width: 1150px;
    border: 1px solid #bec1cc;
}

.search_area .sa_lt {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: url('/Images/common/sa_lt.gif') no-repeat left top;
}

.search_area .sa_rt {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    background: url('/Images/common/sa_rt.gif') no-repeat left top;
}

.search_area .sa_lb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: url('/Images/common/sa_lb.gif') no-repeat left top;
}

.search_area .sa_rb {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14px;
    height: 14px;
    background: url('/Images/common/sa_rb.gif') no-repeat left top;
}

.searchbox {
    position: relative;
}

.searchbox ul {
    padding: 16px 0;
}

.searchbox ul li {
    display: inline-block;
    float: left;
    margin-right: 15px;
}

.searchbox ul li label {
    display: block;
    margin-bottom: 2px;
    padding-left: 3px;
    color: #32394b;
    font-size: 14px;
    font-weight: bold;
}

.searchbox ul li input {
    padding: 1px 10px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #9da3af;
    color: #32394b;
}

.searchbox ul li select {
    margin: 2px;
    padding: 0;
    border: 1px solid #9da3af;
    height: 26px;
    line-height: 22px;
}

.button_area {
    position: relative;
    margin: 30px 0 17px;
    padding: 14px;
    background: #eeeff4;
}

.button_area .sa_lt {
    position: absolute;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: url('/Images/common/sa_lt.gif') no-repeat left top;
}

.button_area .sa_rt {
    position: absolute;
    top: 0;
    right: 0;
    width: 14px;
    height: 14px;
    background: url('/Images/common/sa_rt.gif') no-repeat left top;
}

.button_area .sa_lb {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background: url('/Images/common/sa_lb.gif') no-repeat left top;
}

.button_area .sa_rb {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 14px;
    height: 14px;
    background: url('/Images/common/sa_rb.gif') no-repeat left top;
}

.btnbox {
    position: absolute;
    top: 0;
    right: 0;
}

/*
table.basic{position:relative;width:100%;border-collapse:separate;border-spacing:0;border-top:1px solid #c0c3ca;border-left:1px solid #c0c3ca;table-layout:fixed;word-break:break-all;}
table.basic th{padding:10px 20px;}
table.basic td{padding:0px 10px 0px 10px;}
table.basic thead th{padding-left:35px;padding-right:30px;background:#676b7e;border-bottom:1px solid #c0c3ca;color:#fff;font-weight:normal;text-align:left;}
table.basic tbody th{padding-left:35px;padding-right:30px;background:#676b7e;border-bottom:1px solid #c0c3ca;color:#fff;font-weight:normal;text-align:left;}

table.basic thead td{border-bottom:1px solid #c0c3ca;border-right:1px solid #c0c3ca;color:#32394b;}
table.basic tbody td{border-bottom:1px solid #c0c3ca;border-right:1px solid #c0c3ca;color:#32394b;}

table.basic tbody td.bg{background:#f9f9fa;}
table.basic tbody th.bg{padding:5px 0 5px 0;background:#7eaaaf;color:#ffec50;text-align:center;}
table.basic tbody th.bg2{padding:10px 15px !important;background:#9197a5 url('/Images/common/bg_th.gif') repeat-x left 100%;color:#fff;text-align:center;}
table.basic tbody td.photo{position:relative;padding:23px 21px 25px 21px;}
table.basic tbody td.photo .photobox{position:relative;}
table.basic tbody td.photo .photobox .photowp{display:block;position:relative;margin:0 auto 8px auto;width:140px;height:155px;background:#f5f5f5;}
table.basic tbody td.photo .photobox p{margin:0;color:#646567;font-size:11px;line-height:15px;letter-spacing:-1px;}
table.basic tbody td.photo .photobox p span{display:block;color:#e42c14;}
table.basic tbody th.bg1{background:#60626c !important;}
table.basic tbody td span.gconf{color:green;font-weight:bold;}
table.basic tbody td span.bconf{color:blue;font-weight:bold;}
*/

table.basic {
    position: relative;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #c0c3ca;
    border-left: 1px solid #c0c3ca;
}

table.basic th {
    padding: 10px 20px;
}

table.basic td {
    padding: 10px;
    word-break: break-all
}

table.basic thead th {
    padding: 12px 15px;
    background: #0180bb;
    border-right: 1px solid #c0c3ca;
    /*color: #fff;*/
    font-size: 14px;
}

table.basic tbody th {
    padding-left: 35px;
    padding-right: 30px;
    background: #676b7e;
    border-bottom: 1px solid #c0c3ca;
    /*color: #fff;*/
    font-weight: normal;
    text-align: left;
    font-size: 13px;
}

/* table.basic tbody td{background:#fff;border-bottom:1px solid #c0c3ca;border-right:1px solid #c0c3ca;color:#32394b;} */
table.basic tbody td {
    border-bottom: 1px solid #c0c3ca;
    border-right: 1px solid #c0c3ca;
    color: #32394b;
    font-size: 13px;

    /* font-family: dotum; */
}

table.basic tbody td.bg {
    background: #f9f9fa;
}

table.basic tbody th.bg {
    padding-left: 20px;
    background: #f2f2f4;
    color: #32394b;
    text-align: center;
}

table.basic tbody th.bg2 {
    padding: 10px 15px !important;
    background: #9197a5 url('/Images/common/bg_th.gif') repeat-x left 100%;
    color: #fff;
    text-align: center;
}

table.basic tbody td.photo {
    position: relative;
    padding: 23px 21px 25px;
}

table.basic tbody td.photo .photobox {
    position: relative;
}

table.basic tbody td.photo .photobox .photowp {
    display: block;
    position: relative;
    margin: 0 auto 8px;
    width: 140px;
    height: 155px;
    background: #f5f5f5;
}

table.basic tbody td.photo .photobox p {
    margin: 0;
    color: #646567;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: -1px;
}

table.basic tbody td.photo .photobox p span {
    display: block;
    color: #e42c14;
}

table.basic tbody th.bg1 {
    background: #60626c !important;
}

table.basic tbody td span.gconf {
    color: green;
    font-weight: bold;
}

table.basic tbody td span.bconf {
    color: blue;
    font-weight: bold;
}

table.detail_basic {
    position: relative;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-top: 1px solid #c0c3ca;
    border-left: 1px solid #c0c3ca;
    table-layout: fixed;
    word-break: break-all;
}

table.detail_basic th {
    padding: 10px 20px;
}

table.detail_basic td {
    padding: 0 10px;
}

table.detail_basic thead th {
    padding-left: 35px;
    padding-right: 30px;
    background: #697BD4;
    border-bottom: 1px solid #c0c3ca;
    color: #fff;
    font-weight: normal;
    text-align: left;
}

table.detail_basic tbody th {
    padding-left: 35px;
    padding-right: 30px;
    background: #697BD4;
    border-bottom: 1px solid #c0c3ca;
    color: #fff;
    font-weight: normal;
    text-align: left;
}

table.detail_basic thead td {
    border-bottom: 1px solid #c0c3ca;
    border-right: 1px solid #c0c3ca;
    color: #32394b;
}

table.detail_basic tbody td {
    border-bottom: 1px solid #c0c3ca;
    border-right: 1px solid #c0c3ca;
    color: #32394b;
}

table.detail_basic tbody td.bg {
    background: #f9f9fa;
}

table.detail_basic tbody th.bg {
    padding: 5px 0;
    background: #7eaaaf;
    color: #ffec50;
    text-align: center;
}

table.detail_basic tbody th.bg2 {
    padding: 10px 15px !important;
    background: #9197a5 url('/Images/common/bg_th.gif') repeat-x left 100%;
    color: #fff;
    text-align: center;
}

table.detail_basic tbody td.photo {
    position: relative;
    padding: 23px 21px 25px;
}

table.detail_basic tbody td.photo .photobox {
    position: relative;
}

table.detail_basic tbody td.photo .photobox .photowp {
    display: block;
    position: relative;
    margin: 0 auto 8px;
    width: 140px;
    height: 155px;
    background: #f5f5f5;
}

table.detail_basic tbody td.photo .photobox p {
    margin: 0;
    color: #646567;
    font-size: 11px;
    line-height: 15px;
    letter-spacing: -1px;
}

table.detail_basic tbody td.photo .photobox p span {
    display: block;
    color: #e42c14;
}

table.detail_basic tbody th.bg1 {
    background: #60626c !important;
}

table.detail_basic tbody td span.gconf {
    color: green;
    font-weight: bold;
}

table.detail_basic tbody td span.bconf {
    color: blue;
    font-weight: bold;
}


#boardNavigation {
    position: relative;
    padding: 0;
    *zoom: 1;
    text-align: center;
}

#boardNavigation::after {
    content: "";
    display: block;
    float: none;
    clear: both;
}

#boardNavigation .buttonLeft {
    float: left;
    text-align: left;
}

#boardNavigation .buttonRight {
    float: right;
    text-align: right;
}

#paging {
    padding: 0;
    margin: 0;
    text-align: center;
}

#paging .pagination {
    padding: 5px 0;
    text-align: center;
}

#paging .pagination a {
    display: inline-block;
    margin: 1px;
    padding: 2px 4px;
    color: #454f68;
    vertical-align: middle;
}

#paging .pagination .box_num {
    color: #454f68
}

/* #paging .pagination .box_btn {margin:0;padding:0;} */
#paging .pagination .box_btn {
    margin: 0;
}

#paging .pagination .box_btn img {
    margin-top: 2px;
}

#paging .pagination .cur_num {
    display: inline-block;
    margin: 1px;
    padding: 2px 8px;
    border: 1px solid #e46818;
    background: #fff;
    color: #e25f0a;
    vertical-align: middle;
}


.item {
    position: relative;
    margin: -4px 0
}

.item * {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.item .i_help {
    position: absolute;
    top: 4px;
    right: 0
}

.item .i_label {
    top: 4px;
    left: 0;
    margin: 0;
    color: #32394b;
}

.item .i_dsc {
    margin: 2px 0
}

.item .i_check,
.item .i_radio {
    width: 13px;
    height: 13px;
    margin: 2px 0;
    padding: 0;
    vertical-align: middle
}

.item .i_text {
    position: relative;
    margin: 1px 0;
    padding: 3px 4px;
    border: 1px solid #9da3af;
    background: #fff;
    height: 18px;
    line-height: 18px;
    color: #32394b;
}

.item .i_textarea {
    position: relative;
    width: 98.8%;
    margin: 1px 0;
    padding: 3px 4px;
    border: 1px solid #9da3af;
    background: #fff;
    height: 50px;
    line-height: 18px;
    color: #32394b;
}

.item .hide {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    font-size: 0;
    line-height: 0
}

.item select {
    margin: 2px;
    padding: 0;
    border: 1px solid #9da3af;
    height: 26px;
    line-height: 22px;
    font-size: 12px;
}

.item label {
    margin: 0 10px 0 0;
    cursor: pointer
}

.item .lab_span {
    display: inline-block;
    margin: 0 5px 0 20px;
    color: #32394b;
}

.point_text {
    display: inline-block;
    margin: 0 0 0 5px;
    color: #e42c14;
    font-size: 12px;
}

.label_text {
    display: inline-block;
    margin: 0 5px 0 20px;
    color: #32394b;
}

.f11 {
    padding-left: 5px;
    color: #32394b;
    font-size: 11px;
}

.item .icon {
    position: absolute;
    top: 4px;
    left: 126px;
}

.icon1 {
    position: absolute;
    top: 4px;
    left: 80px;
}

/* Button Reset */
.button,
.button a,
.button button,
.button input {
    position: relative;
    margin: 0;
    display: -moz-inline-stack;
    display: inline-block;
    text-decoration: none !important;
    border: 0;
    background-position: right top;
    font-size: 12px;
    overflow: visible;
    color: #333;
}

.button {
    height: 27px;
    padding: 0;
    vertical-align: middle;
    margin-right: 4px;
    background-position: left top;
}

.button a,
.button button,
.button input {
    left: 2px;
    vertical-align: top;
    cursor: pointer;
}

.button.large1 a,
.button.large1 button,
.button.large1 input {
    height: 46px;
    padding: 0 10px 0 8px;
    font-size: 14px;
    line-height: 44px;
    background: url('/Images/common/button_large.gif') no-repeat right top;
    text-align: center;
}

.button.large1 {
    height: 44px;
    padding: 0 0 2px;
    background: url('/Images/common/button_large.gif') no-repeat left top;
}

.button.large2 a,
.button.large2 button,
.button.large2 input {
    height: 47px;
    padding: 0 10px 0 8px;
    font-size: 14px;
    line-height: 45px;
    background: url('/Images/common/button_large2.gif') no-repeat right top;
    color: #fff;
    text-align: center;
}

.button.large2 {
    height: 45px;
    padding: 0 0 2px;
    background: url('/Images/common/button_large2.gif') no-repeat left top;
}

.button.large3 a,
.button.large3 button,
.button.large3 input {
    height: 47px;
    padding: 0 10px 0 8px;
    font-size: 14px;
    line-height: 45px;
    background: url('/Images/common/button_large3.gif') no-repeat right top;
    color: #fff;
    text-align: center;
}

.button.large3 {
    height: 45px;
    padding: 0 0 2px;
    background: url('/Images/common/button_large3.gif') no-repeat left top;
}

.button.small1 a,
.button.small1 button,
.button.small1 input {
    height: 32px;
    padding: 0 14px 0 12px;
    font-size: 12px;
    line-height: 30px;
    background: url('/Images/common/button_small.gif') no-repeat right top;
    text-align: center;
    color: #fff;
}

.button.small1 {
    height: 30px;
    padding: 0 0 2px;
    background: url('/Images/common/button_small.gif') no-repeat left top;
}

.button.file a,
.button.file button,
.button.file input {
    height: 27px;
    padding: 0 10px 0 8px;
    font-size: 11px;
    line-height: 29px;
    background: url('/Images/common/button_file.gif') no-repeat right top;
    color: #32394b;
}

.button.file {
    margin-top: 2px;
    height: 27px;
    padding: 0;
    background: url('/Images/common/button_file.gif') no-repeat left top;
}

.button.file img {
    display: inline-block;
    margin-right: 3px;
}

.button.file * {
    vertical-align: middle;
}

.w140 {
    width: 140px !important;
}

.w108 {
    width: 108px !important;
}

.f12 {
    font-size: 12px !important;
}

/* Button Text Strong */
.button.strong * {
    font-weight: bold !important;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.bold {
    font-weight: bold !important;
}

.center {
    text-align: center !important
}

.top_mar_10 {
    margin-top: 10px;
}

.bott_mar_10 {
    margin-bottom: 10px;
}

.w92 {
    width: 92px;
}

.f14 {
    font-size: 14px;
}

/* 20140128 추가 */
.f15 {
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
}


/* pos login 20140128 추가 */

/* 회원번호 미검색 */
.login_wrap {
    position: relative;
    margin: 0 auto;
    width: 1000px;
    margin-top: 10px;
}

.login_wrap .loginbox {
    position: relative;
    padding: 20px 185px;
    height: 160px;
    background: url('/Images/login/bg_loginbox2.png') repeat-x 0 top;
    background-size: 1000px 160px;
}

.login_wrap .loginbox .loginform {
    position: relative;
    padding-right: 139px;
}

.login_wrap .loginbox .loginform * {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.login_wrap .loginbox .loginform fieldset {
    border: none;
}

.login_wrap .loginbox .loginform legend {
    display: none;
}

.login_wrap .loginbox .loginform label.lbtext {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}

.login_wrap .loginbox .loginform .item {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    padding: 30px;
    width: 420px;
    height: 40px;
    background: url('/Images/login/bg_login2.png') no-repeat 0 top;
}

.login_wrap .loginbox .loginform .item input {
    width: 100%;
    line-height: 19px;
    color: #666;
    font-size: 18px;
    height: 40px;
    margin-top: -10px;
}

.login_wrap .loginbox .loginform .findButt {
    position: absolute;
    top: 0;
    right: 2px;
}

/* 회원번호검색 */
.login_wrap .loginbox_on {
    position: relative;
    padding: 20px 185px;
    background: url('/Images/login/bg_loginbox2.png') repeat-x 0 top;
    background-size: 1000px 500px;
}

.login_wrap .loginbox_on .loginform {
    position: relative;
    padding-right: 139px;
}

.login_wrap .loginbox_on .loginform * {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.login_wrap .loginbox_on .loginform fieldset {
    border: none;
}

.login_wrap .loginbox_on .loginform legend {
    display: none;
}

.login_wrap .loginbox_on .loginform label.lbtext {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}

.login_wrap .loginbox_on .loginform .item {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    padding: 30px;
    width: 420px;
    height: 40px;
    background: url('/Images/login/bg_login2.png') no-repeat 0 top;
}

.login_wrap .loginbox_on .loginform .item input {
    width: 100%;
    line-height: 19px;
    color: #666;
    font-size: 18px;
    height: 40px;
    margin-top: -10px;
}

.login_wrap .loginbox_on .loginform .findButt {
    position: absolute;
    top: 0;
    right: 2px;
}

.login_wrap .loginbox_on .text1 {
    font-size: 30px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.login_wrap .loginbox_on .text2 {
    font-size: 30px;
    height: 30px;
    color: #f00;
    font-weight: bold;
    text-align: center;
}

.login_wrap .loginbox_on .text3 {
    font-size: 30px;
    height: 30px;
    color: #ff0;
    font-weight: bold;
    text-align: center;
}


.pos_wrap {
    position: relative;
    margin: 0 auto;
    background-color: #fff;
    padding: 10px;
    margin-bottom: 10px;
}

.pos_wrap img {
    margin-left: 190px;
    margin-bottom: 30px;
}


/* 초대권회원번호 검색 */
.login_wrap .loginbox_on_free {
    position: relative;
    padding: 20px 185px;
    background: url('/Images/login/bg_loginbox2.png') repeat-x 0 top;
    background-size: 1000px 500px;
}

.login_wrap .loginbox_on_free .loginform {
    position: relative;
    padding-right: 139px;
}

.login_wrap .loginbox_on_free .loginform * {
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

.login_wrap .loginbox_on_free .loginform fieldset {
    border: none;
}

.login_wrap .loginbox_on_free .loginform legend {
    display: none;
}

.login_wrap .loginbox_on_free .loginform label.lbtext {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
}

.login_wrap .loginbox_on_free .loginform .item {
    display: inline-block;
    float: left;
    margin-bottom: 15px;
    padding: 30px;
    width: 420px;
    height: 40px;
    background: url('/Images/login/bg_login2.png') no-repeat 0 top;
}

.login_wrap .loginbox_on_free .loginform .item input {
    width: 100%;
    line-height: 19px;
    color: #666;
    font-size: 18px;
    height: 40px;
    margin-top: -10px;
}

.login_wrap .loginbox_on_free .loginform .findButt {
    position: absolute;
    top: 0;
    right: 2px;
}

.login_wrap .loginbox_on_free .text1 {
    font-size: 30px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.login_wrap .loginbox_on_free .text2 {
    font-size: 30px;
    height: 30px;
    color: #f00;
    font-weight: bold;
    text-align: center;
}

.login_wrap .loginbox_on_free .text3 {
    font-size: 30px;
    height: 30px;
    color: #ff0;
    font-weight: bold;
    text-align: center;
}
