#container #content .sec_banner {
    border-top: 0;
}

#container #nav .ico_menu {
    bottom: 150px;
}

#container #content .box_content .inner_content h1 {
    font-size: 32px;
    margin-bottom: 40px;
    color: #363636;
    font-weight: bold;
}

#container #content .box_content .inner_content .sec_info {
    margin-top: 30px;
}

#container #content .box_content .inner_content .sec_info .freePassSearch input.phoneNum {
    width: 54px;
}

#container #content .box_content .inner_content .sec_info>table {
    width: 952px;
}

#container #content .box_content .inner_content .sec_info>div h2 {
    padding-left: 15px;
    margin-bottom: 30px;
    font-size: 18px;
    color: #252525;
    font-weight: bold;
    background: url("../images/common/blt/blt_head.png") 0 center no-repeat;
}

#container #content .box_content .inner_content .sec_info>div {
    margin-bottom: 50px;
}

#container #content .box_content .inner_content .sec_info>div:first-child>div {
    padding: 20px 0 20px 20px;
    border: 1px solid #cecece;
    background: #f9f9f9;
}

#container #content .box_content .inner_content .sec_info>div:first-child>div span {
    font-weight: bold;
    padding-right: 14px;
}

#container #content .box_content .inner_content .sec_info>div:first-child>div p {
    font-size: 15px;
    margin-top: 15px;
}

#container #content .box_content .inner_content .sec_info>div:first-child>div p span {
    font-weight: 400;
    padding-right: 0;
}

#container #content .box_content .inner_content .sec_info>div:first-child>div span input {
    margin-left: 10px;
}

#container #content .box_content .inner_content .sec_info>div:first-child>div span button {
    width: 65px;
    height: 30px;
    font-weight: lighter;
    font-size: 15px;
    color: #fff;
    padding: 0;
}

#container #content .box_content .inner_content .sec_info .freePassSearch>div>span>input {
    width: 150px;
}


/*결제/대기신청 정보*/

#container #content .box_content .inner_content .tabs .pay_info .pay_info_label {
    margin: 15px;
    letter-spacing: -0.5px;
}

#container #content .box_content .inner_content .pay_info .how_pay {
    border: 1px solid #bbbbbb;
    margin-top: 20px;
    padding: 20px;
    font-weight: 600;
    font-size: 18px;
    ;
    color: #252525;
}

#container #content .box_content .inner_content .pay_info .how_pay form {
    font-weight: 400;
    display: inline;
    margin-left: 10px;
}

#container #content .box_content .inner_content .pay_info .how_pay p {
    margin-left: 10px;
    font-weight: 400;
    display: inline;
}

#container #content .box_content .inner_content .pay_info .how_pay .radio_margin {
    margin-left: 50px;
}

table tr th,
table tr td {
    font-size: 15px;
    border: 1px solid #e1e1e1;
    color: #2e2b28;
}

table thead tr th {
    background: #f4f4f4;
}

table tbody tr td {
    text-align: center;
}

table tbody tr td button {
    display: inline-block;
    width: 70px;
    height: 25px;
    font-weight: lighter;
    font-size: 14px;
    color: #fff;
    padding: 0;
    margin-top: 5px;
    letter-spacing: -0.1em;
}


/*new tab*/

.tabs-main-menu {
    height: 45px;
    float: left;
    clear: both;
    width: 952px;
    border-bottom: 2px solid #215ca1;
}

.tabs-main-menu li {
    height: 45px;
    float: left;
    /* width: 200px; */
}

.tabs-main-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-main-menu li a {
    padding: 13.5px 39px;
    text-transform: uppercase;
    text-decoration: none;
    background-color: #f0f0f0;
    color: #666666;
    display: inline-block;
    font-size: 18px;
}

.tabs-main-menu>li:last-child a {
    padding: 13.5px 12px;
}

.tabs-main-menu .current a {
    background: #243c90;
    border-bottom: 1px solid white;
    z-index: 2;
    color: #fff;
    border-bottom: 2px solid #243c90;
}

.tab {
    background-color: #fff;
    float: left;
    width: auto;
    margin-top: 20px;
}

#tab-1 {
    display: block;
}


/* (개인) 결제/대기신청 정보 탭 */

.tabs-menu {
    height: 30px;
    float: left;
    clear: both;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    float: left;
}

.tabs-menu li.current {
    position: relative;
    z-index: 5;
}

.tabs-menu li a {
    text-transform: uppercase;
    text-decoration: none;
}

.tabs-menu li span {
    padding: 10px;
}

.tabs-menu .current a {
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid;
}

.inner_tab {
    float: left;
    margin-bottom: 20px;
    width: auto;
}

.fix_tab li:first-child>a {
    color: #fc9112;
    font-weight: 600;
}


/* (법인) 결제/대기신청 정보 탭 */

.tabs-menu-corp {
    height: 30px;
    float: left;
    clear: both;
}

.tabs-menu-corp li {
    height: 30px;
    line-height: 30px;
    float: left;
}

.tabs-menu-corp li.current {
    position: relative;
    z-index: 5;
}

.tabs-menu-corp li a {
    text-transform: uppercase;
    text-decoration: none;
}

.tabs-menu-corp li span {
    padding: 10px;
}

.tabs-menu-corp .current a {
    font-weight: 600;
    padding-bottom: 5px;
    border-bottom: 2px solid;
}

.corp_inner_tab {
    float: left;
    margin-bottom: 20px;
    width: auto;
}


/*탭 css 끝*/

.tab-content {
    display: none;
}

.tab-content>div>table {
    margin-top: 10px;
    width: 952px;
}

.corp-tab-content>div>table {
    margin-top: 10px;
    width: 952px;
}

#inner_tab_1 {
    display: block;
}

#inner_tab_2 span {
    float: right;
    margin-bottom: 5px;
}

#inner_tab_2 table tbody tr td button {
    width: 70px;
    height: 25px;
    font-size: 14px;
}

#inner_tab_3 span {
    float: right;
    margin-bottom: 5px;
}

#inner_tab_4 table {
    margin-bottom: 50px;
}

#inner_tab_4 table tbody tr td button {
    width: 65px;
    height: 25px;
    font-size: 14px;
}

#corp_inner_tab_1 div:first-child {
    text-align: right;
    margin-bottom: 5px;
}

#corp_inner_tab_1 div.how_pay div {
    text-align: left;
}

#corp_inner_tab_2 {
    display: none;
}

#corp_inner_tab_3 {
    display: none;
}

#corp_inner_tab_3 span {
    float: right;
    margin-bottom: 5px;
}

#corp_inner_tab_3>div>p {
    margin-top: 20px;
    margin-bottom: 50px;
}

#corp_inner_tab_4 {
    display: none;
}

#corp_inner_tab_4 span {
    float: right;
    margin-bottom: 5px;
}

#corp_inner_tab_4 table {
    margin-bottom: 50px;
}

#corp_inner_tab_4 table tbody tr td button {
    width: 65px;
    height: 25px;
    font-size: 14px;
}

#tab-1>div>p {
    line-height: 17px;
    color: #666666;
    font-size: 14.5px;
}

#tab-2 {
    display: none;
}

#tab-2>div>p {
    line-height: 20px;
    color: #666666;
    font-size: 15px;
}

.paginate li p {
    font-size: 24px;
}

#corp_inner_tab_1 {
    display: block;
}

.msg {
    line-height: 17px;
    font-size: 15px;
    color: #666666;
}


/* 가상계좌 팝업 */

.overlay {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    /*visibility: collapse;*/
    /*opacity: 0;*/
    z-index: 5;
    display: none;
}

.popup {
    margin: 181px auto;
    padding: 20px;
    background: #bfbfbf;
    width: 408px;
    position: relative;
}

.popup table tr th {
    background: #ecf1f4;
}

.popup table tr th:after {
    content: " *";
    color: #E00;
}

.popup table tr td {
    text-align: left;
    padding-left: 10px;
}

.popup table tr td input {
    width: 60px;
}

.popup h2 {
    margin-top: 0;
    color: #333;
    font-family: Tahoma, Arial, sans-serif;
}

.popup .content {
    max-height: 30%;
}

.popup .popup_content {
    background: #fff;
    margin: 10px -14px -14px -14px;
    padding: 20px;
}

.payPop_btn {
    text-align: center;
    margin-top: 15px;
}

.payPop_btn .payPop_ok {
    background: #0070c0;
    color: #fff;
    padding: 4px 30px;
    font-size: 15px;
}

.payPop_btn .payPop_close {
    background: #ea0f0f;
    color: #fff;
    padding: 4px 30px;
    font-size: 15px;
    cursor: pointer;
}