@charset "utf-8";

/*//////////////////////////////////////////////////////
                기존 테이블 내 검색 수정 
//////////////////////////////////////////////////////*/
/*.searchBtn {
    position: relative;
    display: inline-block;
    margin-left: -35px;
    top: inherit;
    left: inherit;
    width: 28px;
    height: 28px;
    background: url(../images/common/ico_search.png) no-repeat 50%;
}*/

/*.ftable-count {
    margin-left: 15px;
    top: inherit;
    left: inherit;
    font-size: 11px;
    line-height: 27px;
    color: #888;
}*/
/*//////////////////////////////////////////////////////
                기존 테이블 내 검색 수정 끝
//////////////////////////////////////////////////////*/

.il-btt {
    width: 720px;
}

.btt-sel {
    width: 32.8%;
    height: 150px;
    color: white;
    background: #32c864 url('../images/main/ico_sel_spr.png') no-repeat 50% 30px;
    border: 0;
}

.btt-divi {
    width: 49.4%;
}

.btt-bss {
    background-position: 50% -120px;
    background-color: #ebc232;
}

.btt-cst {
    background-position: 50% -270px;
    background-color: #3485db;
}

.btt-dble {
    width: 49.4%;
    color: #5294da;
    background-color: white;
    border: 1px solid #5294da;
}

.btt-dble.strong-btn {
    color: white;
    background-color: #5294da;
}

.msb-area {
    display: block;
    margin: 20px auto;
    width: 520px;
}

.msb-list li {
    display: block;
    float: right;
    padding: 30px 40px;
    width: 255px;
    text-align: center;
    border: 1px solid #eee;
}

.msb-list li:first-child {
    float: left;
}

.msb-list li h3 {
    font-family: 'Nanum Barun Gothic', sans-serif;
    font-size: 14px;
    color: #5294da;
}

.msb-list li span {
    display: inline-block;
    padding: 15px 0;
    color: #666;
}

/*//////////////////////////////////////////////////////
                    폼 수정
//////////////////////////////////////////////////////*/
em.tt-notify {
    top: 15px;
}

/*//////////////////////////////////////////////////////
                상단 셀렉트박스 추가
//////////////////////////////////////////////////////*/
.ccs-ut.grey {
    background-color: #eaeaea;
}

/*//////////////////////////////////////////////////////
                로그인 스타일 추가
//////////////////////////////////////////////////////*/
.btt-100 {
    width: 100%;
}

.btt-50 {
    margin-top: 5px;
    width: 49.4%;
}

.btt-mz {
    margin-left: 0 !important;
}