* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    font-family: '맑은 고딕', sans-serif;
    background-color: #fff;
}

#pop_container .innerWrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#pop_wrap {
    width: 760px;
    margin: 0 auto;
    background-color: #fff;
}
#pop_header {
    border: 1px solid #0b3290;
    background-color: #0b3290;
}
#pop_header h1 {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
#pop_content {
    padding: 30px 30px 50px;
    border: 1px solid #eee;
    border-top: 0;
}
h2 {
    font-size: 20px;
    font-weight: bold;
    color: #0b3290;
    margin-top: 50px;
    margin-bottom: 10px;
}
h2.mg-t0 {
    margin-top: 0;
}
h3 {
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}
ul.list {
    margin-left: 20px;
}
ul.list > li {

}
ul.list > li > ul {
    margin: 10px 0 10px 15px;
}
ul.list > li > ul > li {

}

.btn-area {
    margin: 40px 0 50px;
    text-align: center;
}
.btn-area input {
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    border-radius: 2px;
    background-color: #0b3290;
    border: none;
}

.info-box {
    margin: 10px 0;
    padding: 10px 20px;
    background-color: #fafafa;
}

.info-box h3 {
    font-size: 14px;
    color: #229fff;
    /*color: #ff4646;*/
}
.info-box ul {
    list-style: none;
}


/*highlight-box*/
.highlight-box {
    padding: 20px;
    background-color: #f6faff;
    border: 1px solid #ddd;
}
.highlight-box strong {
    font-size: 24px;
    color: #1554b0;
}
.highlight-box ul.disc {
    margin-left: 20px;
}
.highlight-box .box-list li {
    padding-left: 15px;
    background: url("/images/bullet/box-bullet02.gif") no-repeat 0 8px;
}

.highlight {
    color: #1578c4;
}

textarea {
    width: 633px;
    height: 150px;
    margin: 0 0 5px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.6;
    border-color: #dcdcdc;
}

/* table */

table {
    width: 760px;
    background-color: transparent;
}
.table-bordered {
    border: 0px solid #dfdfdf !important;
    border-top: 1px solid #dfdfdf !important;
}

.tb-join {

}
.tb-join caption {
    margin: 0 0 5px;
    padding: 0;
    font-weight: bold;
    color: #1f67a6;
}
.tb-join th {
    background-color: #f7f7f7;
}
.tb-join th.bd-r {
    border-right: 1px solid #eee !important;
}
.tb-join th i {
    margin-right: 3px;
}

.tb-join td {
    text-align: center;
}
.tb-join td._phone input[type="text"] {
    width: 80px !important;
}
.table-bordered.tb-join,
.table-bordered.tb-join  > tbody > tr > td,
.table-bordered.tb-join  > tbody > tr > th,
.table-bordered.tb-join  > tfoot > tr > td,
.table-bordered.tb-join  > tfoot > tr > th,
.table-bordered.tb-join  > thead > tr > td,
.table-bordered.tb-join  > thead > tr > th {
    border-left: 0;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: #eee;
}
