@CHARSET "UTF-8";

@import url('reset.css');
@import url('common.css');
@import url('ui_style.css');

/* layout */
.top{overflow:hidden;height:25px;background-color:#2e3740;}
.top h1{float:left;}
.top p{float:right;cursor:pointer;}
.popup h2{padding:5px 0 0 15px;margin-bottom:5px;font-weight:bold;color:#303030;background:url('/images/common/popup/bul_h2.gif') no-repeat 0px 7px;}
.popup h3{margin-top:10px;padding:0 0 5px 15px;color:#303030;background:url('/images/common/bul_list.gif') no-repeat 5px 7px;}
.popup h2 img{vertical-align:middle;}

.head_pop{ width:100%; height:30px;line-height:30px; border-left:solid 3px #03a9cf;border-bottom:solid 1px #3f4e62;box-shadow: 0  0 4px rgba(0,0,0,0.3); display: inline-block; background-color:#4e6078}
.head_pop .tit{ color:#fff; font-size:13px; font-weight: bold;display:inline-block; margin-left:15px;vertical-align:middle; padding:0 }
.pop_btn_close{ position: absolute; top:4px;right:0px;width:25px; height:25px;line-height:30px; opacity: 0.4;}
.pop_btn_close:hover{ opacity: 1}
.pop_btn_close:before,.pop_btn_close:after{ position: absolute; content: ''; left:15;height:25px; width:1px; background-color: #fff;}
.pop_btn_close:before { transform: rotate(45deg);}
.pop_btn_close:after { transform: rotate(-45deg);}

.bottom{position:fixed;bottom:0;border-top:2px solid #2e3740;height:1px;width:100%;}

/* etc */
.popup{padding:10px;}
.popup input,.popup select,.popup textarea{font-size:11px;}
.popup select{vertical-align:middle;}


.popup input.input_big{font-size:20px;font-weight:bold;color:#000c65;height:20px;}
.popup input.input_big2{font-size:20px;font-weight:bold;color:#000c65;height:20px;background:transparent url('/images/common/star.gif') no-repeat right 0;}
.point2{display:inline-block;color:#000c65;font-weight:bold;font-size:30px;vertical-align:-8px;}


/* 버튼 위치 */
.btn_fl{overflow:hidden;}
.btn_fl p{float:left;}
.btn_fl div{float:right;}

.btn_l{text-align:left;padding-top:8px;}
.btn_r{text-align:right;padding-top:8px;}
.btn_c{text-align:center;padding-top:8px;}

/* Table */
.dataT td {border:1px solid #ddd;}

/*검색 영역*/
.search_all_popup{position:relative;}
.search_all_popup .search_op{width:auto;min-width:auto;}

.bg_pur{background-color:#7f00bf;color:#fff;font-weight:bold;}
.bg_red2{background-color:#f63e3e;font-weight:bold;}
.bg_ora{background-color:#ff8e00;font-weight:bold;}
.bg_yel{background-color:#fffc00;font-weight:bold;}
.bg_gre{background-color:#00a400;color:#fff;font-weight:bold;}.bl_gray{color:#f0f0f0;}
.bg_orange{background-color:#fcb56a;}
.bg_green{background-color:#aff7a3;}
.bg_green2{background-color:#d9ffda;}

.bg_y_green{background-color:#f0feb8;}
.bg_red{background-color:#f9c9e9;}
.bg_red2{background-color:#ffdddd;}
.bg_pink{background-color:#f8e3e3;}
.bg_y{background-color:#f5f6b2;}
.bg_y2{background-color:#fffee3;}
.bg_y3{background-color:#ffffdd;}

.bg_blue{background-color:#b4ecfa;}
.bg_blue2{background-color:#dffdfd;}
.bg_blue3{background-color:#eefafa;}
.bg_blue3 td{background-color:#eefafa;}

.bg_gray{background-color:#f2f4f7;}
.bg_gray td{background-color:#f2f4f7;}

.bg_gray .bg_y{background-color:#f5f6b2;}

.bg_gray2{background-color:#d5d5ff;}
.bg_gray3{background-color:#ffeeee;}
.bg_gray4{background-color:#f8deff;}

.bg_pur{background-color:#dfbede;}