@charset "utf-8";

/* ////////// advisor ////////// */
.terms_visual {
    background: url('/img/terms_visual.jpg') 50% no-repeat;
}

.privacy_visual {
    background: url('/img/privacy_visual.jpg') 50% no-repeat;
}

.price_visual {
    background: url('/img/price_visual.jpg') 50% no-repeat;
}

.sitemap_visual {
    background: url('/img/sitemap_visual.jpg') 50% no-repeat;
}

.inquiry {
    padding-bottom: 200px;
}

.inquiry h2 {
    margin-bottom: 30px;
}

.agree_box .scr {
    overflow: auto;
    padding: 30px 40px;
    height: 1000px;
    border: 1px solid #dadada;
    font-size: 13px;
    line-height: 30px;
}

.agree_box .chk {
    padding: 15px 0 17px;
    border-bottom: 1px solid #ccc;
    text-align: right;
}

.agree_box .chk * {
    display: inline-block;
    vertical-align: middle;
}

.agree_box .chk input {
    margin: 1px 5px 0 20px;
}

.agree_box p {
    margin-bottom: 30px
}

.price {
    width:100%;
}

.price p {
    float: right;
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-bottom: 20px
}

.price table {
    border: 1px solid #dadada
}

.price table th {
    background: #f4f4f4!important;
    line-height: 40px;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    text-align: center;
    font-size:14px;
    font-family: AudiTypeExtended,sans-serif;
    font-weight: 600;
}

.price table td {
    background:#fff;
    border: 1px solid #dadada;
    padding: 20px 20px;
    vertical-align:middle;
    font-size:14px;
    font-family: AudiTypeExtended,sans-serif;
}

.price table td.model_t {
    text-align: center;
}

.price table td.price_e {
    color: #000;
    font-weight: bold;
    border: none;
    text-align: right
}

.price table td.model_c {
    border: none
}

.price table td.bB {
    border: none;
    border-bottom: 1px solid #dadada
}

.price table td.bLB {
    border-bottom: 1px solid #dadada;
    border-left: 1px solid #dadada
}

.price table td.bL {
    border-left: 1px solid #dadada
}

.price table td.img {
    text-align: center;
}

.sitemap {
    margin-top: -30px
}

.sitemap h3 {
    font: 18px 'AudiB';
    background: #000!impotant;
    width: 265px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #FFF
}

.sitemap ul {
    width: 270px;
    text-align: left;
    float: left;
    margin-right: 30px;
    height: 820px
}

.sitemap ul:last-chiled {
    margin-right: 0;
}

.sitemap ul li {
    margin-left: 20px
}

.sitemap ul li a {
    line-height: 40px;
    background: url(../img/icon_arrow.gif) 0 50% no-repeat;
    padding-left: 10px;
    margin-right: 20px
}

.sitemap ul li a:hover {
    text-decoration: underline
}

/* 20200324 추가 작업자 유혜련 */
.s_txt {
    margin-top: 30px;
    padding-bottom:150px;
}

.s_txt li {
    padding-bottom: 15px;
    text-align: right;
    font-size:14px;
}



/* ////////// wage ////////// */
.wage{padding-bottom:200px;}

.wage h3{
    font-size:18px;
    font-weight: 500;
    color:#000;
    margin:41px 0 22px;
}
.wage h4 {
    margin-top: 68px;
    font-size: 15px;
    font-weight: 400;
    color: #000;
}
.wage h3 + h4{margin-top:0;}
.unit{margin-bottom:5px;text-align:right;}

.wage table.tbl {
    border:1px solid #e2e2e2!important;
}

.wage table.tbl thead th {
    background: #f4f4f4;
    font-weight: 400;
    border:1px solid #e2e2e2!important;
    text-align: center!important;
    padding:15px 15px!important;
    font-size:13px;
    vertical-align: middle;
}

.wage table.tbl thead tr.bg th {
    background: #efefef;
    border:1px solid #e2e2e2!important;
}

.wage table.tbl tbody th {
    border:1px solid #e2e2e2!important;
    text-align: center;
    vertical-align: middle;
    padding:15px 15px!important;
    font-size:13px;
}
.wage table.tbl tbody th.item{padding-left:42px;text-align:left;}
.wage table.tbl tbody th.item2{padding-left:112px;text-align:left;}
.wage table.tbl tbody th.item3{padding-left:15px;text-align:left;}

.wage table.tbl tbody td {
    padding:15px 15px!important;
    background: #fff!important;
    text-align: center;
    border:1px solid #e2e2e2!important;
    font-size:13px;
}

.wage .unit,
.wage .cont_txt{
    font-size:13px;
    color:#555;
    line-height: 26px;
}
.wage .point_txt2{
    font-size:18px;
    color:#000;
    font-weight: 700;
    margin:25px 0px!important;
}


@media(max-width:420px){
    .price table td{
        padding-left:10px;
        padding-right:10px;
        font-size:12px;
    }
}