.body {
    font-family: Malgun Gothic, dotum, arial, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

div.event_page {
    width: 900px;
    margin: 0 auto;
}

div.wrap {
    height: 451px;
}

div.top {
    float: left;
    width: 650px;
}

div.visual {
    position:relative;
    width:900px;
    height:450px;
}

div.event_page input {
    display:block;
    line-height: 150%;
    border: 0;
}

div.visual input {
    position:absolute;  
}

label input.text1 {
    position:absolute;
    margin:-75px 0 0 720px;
    width: 100px;
    font-size: 17px;
    color: #fff;
    font-family:'Tahoma';
    font-weight: bold;
    text-align: right;
    background:rgba(0, 0, 0, 0.6);
    padding: 3px 10px;
    border-radius:4px;
}
label input.text1.coupon {
    position:absolute;
    margin:-60px 0 0 698px;
    width: 100px;
    font-size: 17px;
    color: #fff;
    font-family:'Tahoma';
    font-weight: bold;
    text-align: right;
    background:rgba(0, 0, 0, 0.6);
    padding: 3px 10px;
    border-radius:4px;
}

div.input-group {
    display:inline !important;
    position: absolute;
    width:630px;
    margin:-106px 0 0 137px;
    text-align:left;
}

label input.text2 {
    width:62px;
    font-size: 14px;
    font-family:'Tahoma';
    color: #555;
    font-weight: bold;
    padding: 3px 5px;
}

label input.text3 {
    margin-top: 9px;
    width: 399px;
    font-size: 12px;
    color: #555;
    padding: 3px 5px;
}

a.btn_click {
    position: absolute;
    display: block;
    width: 180px;
    height: 115px;
    text-indent: -9999px;
    z-index: 10
}

a.btn_click_02 {
    position: absolute;
    top: 136px;
    right: 11px;
    display: block;
    width: 90px;
    height: 30px;
    text-indent: -3000px;
    overflow: hidden;
    z-index: 10
}

div.point {
    position: relative;
    float: right;
    height: 451px;
    width: 250px;
}

div.point_value {
    position:absolute;
    z-index:100;
    background-color: #ec3d00;
}

table.list {
    clear: both;
    width: 880px;
    margin: 0 auto 10px auto;
    border-collapse: collapse;
    font-family: Malgun Gothic, dotum, arial, sans-serif;
    font-size: 12px;
}

table.list th {
    border-bottom: 1px solid #fff;
    font-size: 14px
}

table.list th.no {
    width: 100px;
    background-color: #ffb134;
    color: #fff;
}

table.list th.id {
    width: 180px;
    background-color: #ffb134;
    color: #fff;
}

table.list th.point {
    width: 100px;
    background-color: #ffb134;
    color: #fff;
}

table.list th.text {
    width: 500px;
    background-color: #ffb134;
    color: #fff;
}

table.list th,
table.list td {
    text-align: center;
    padding: 3px
}

table.list td {
    border-bottom: 1px dotted #baa6a6;
    padding: 6px 2px
}

table.list td.text_data {
    text-align: left;
}

table.pagelist {
    clear: both;
    width: 880px;
    margin: 10px auto;
    border: 0px;
    border-collapse: collapse;
    font-family: Malgun Gothic, dotum, arial, sans-serif;
    font-size: 12px;
}

table.pagelist th,
table.pagelist td {
    text-align: center;
    padding: 3px
}

.paging_box {
    padding: 20px 0;
    text-align: center;
}

.paging_box a {
    display: inline-block;
    margin-left: -3px;
    vertical-align: center;
    font-family: "tahoma";
}

.paging_box .num_box {
    display: inline-block;
    margin: 0 10px 0 7px;
    font-size: 14px;
}

.paging_box .num_box a {
    margin: 0 2px;
    padding: 3px 2px 1px;
    vertical-align: middle;
}

.paging_box .num_box a.on {
    color: #ff6400;
}

.paging_box2 {
    padding: 15px 0;
    text-align: center;
}

.paging_box2 a {
    display: inline-block;
    padding: 6px 7px;
    font-weight: bold;
    vertical-align: center;
    font-family: "tahoma";
    color: #000;
}

.paging_box2 a.on {
    padding: 5px 6px;
    border: 1px solid #bcbcbc;
    color: #ed0000;
}

.paging_box3 {
    padding: 15px 0;
    text-align: center;
}

.paging_box3 a {
    display: inline-block;
    vertical-align: center;
    font-family: "tahoma";
    color: #000;
    font-size: 10px;
}

.paging_box3 a.on {
    font-weight: bold;
    margin-right: 3px;
    color: #cc0000 !important;
}


.event_page .list_tab{
    margin: 18px 0 0 19px;
}
.event_page .list_tab span{
    background: white;
    color: #eda738;
    margin-right: 8px;
    border: 1px solid #ffd084;
    border-bottom: 0;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
}

.event_page .list_tab span.on{
    background: #ffefd5;
    color: #845812;
    border: 1px solid #ffb134;
    border-bottom: 0;
}

.event_page .point_txt{text-align:center;padding: 10px 0;margin-top: 20px;background: #f8f8f8;}
.event_page .point_txt b{color:red;}