#dbxwrap5 {
    width: 100%;
    margin: 0 auto;
}

.autojinhee {
    width: 100%;
    height: 360px;
    background: url(/img/addition/auto_pimg.png);
    background-size: cover;
    position: relative;
}

.autojinhee h1 {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 2.7rem;
    margin-bottom: 15px;
}

.autojinhee p {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 1.4rem;
    text-align: center;
    font-weight: 300 !important;
}


#dbxwrap5 #auto_bigback {
    width: 100%;
    height: 500px;
    background: rgba(202, 201, 201, 0.4);
}

#dbxwrap5 #auto_bigback .possibility {
    max-width: 1100px;
    margin: 0 auto;
    background: white;
    position: relative;
    top: -80px;
    z-index: 100;
    border-radius: 15px;
    display: flex;
    box-shadow: 2px 3px 10px rgba(34, 34, 34, .2);
    padding: 45px 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

#dbxwrap5 #auto_bigback .possibility .available {
    width: 33.3333%;
    text-align: center;
}

#dbxwrap5 #auto_bigback .possibility .available img {
    width: 95px;
    height: 95px;
    margin-bottom: 15px;
}

#dbxwrap5 #auto_bigback .possibility .available h2 {
    width: 100%;
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 13px;
    font-weight: 600;
}

#dbxwrap5 #auto_bigback .possibility .available p {
    width: 100%;
    font-size: 1rem;
    line-height: 23px;
}

#dbxwrap5 #auto_bigback .robot {
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
    font-size: 1.3rem;
    color: rgb(1, 63, 104);
}


/*--------------------------------------------------------  */

#dbxwrap5 .auto_caution {
    max-width: 1100px;
    margin: 0 auto;
    padding: 50px 0;
    padding-bottom: 150px;
}

#dbxwrap5 .auto_caution h2 {
    width: 100%;
    font-size: 1.3rem;
    line-height: 40px;
    font-weight: 600 !important;
    margin-bottom: 15px;
}

#dbxwrap5 .auto_caution .caution2 {
    width: 100%;
}

#dbxwrap5 .auto_caution .caution2 li {
    width: 100%;
    font-size: .95rem;
    line-height: 30px;
    color: rgb(129, 127, 127);
    font-weight: 600;
}

/* -------------------------시세알림-------------------------- */

#ratebox_j {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 20px;
}

#ratebox_j h2 {
    width: 100%;
    display: inline-block;
    line-height: 45px;
    position: relative;
    font-size: 1.2rem;
    color: #333;
    border-bottom: 1px solid rgba(5, 69, 105, .3);
    font-weight: bold;
}

#ratebox_j .rate_content {
    width: 100%;
    height: 350px;
    position: relative;
    border-bottom: 1px solid rgba(5, 69, 105, .3);
}

#ratebox_j .rate_content h3 {
    width: 100%;
    font-size: 1.3rem;
    color: rgb(1, 63, 104);
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 40%;
    font-weight: bold;
}


#ratebox_j .rate_found {
    width: 100%;
    margin-top: 50px;
    padding: 0 30px;
    position: relative;
    padding-bottom: 200px;
}

#ratebox_j .rate_found ul li {
    width: 100%;
    font-size: .8rem;
    line-height: 25px;
    font-weight: 600;
}

#ratebox_j .rate_found ul li:nth-child(2) span {
    color: rgb(250, 53, 93);
}

#ratebox_j .rate_found a {
    width: 115px;
    line-height: 27px;
    padding: 0 10px;
    font-size: .8rem;
    text-align: center;
    color: rgb(250, 53, 93);
    border: 1px solid rgb(250, 53, 93);
    border-radius: 40px;
    position: absolute;
    top: 0;
    right: 20px;
}

/* ---------------------------수수료 안내 page---------------------------------- */
.hd_logo {
    background-image: url(/img/new/nossdaq_logo2.png);
}

.fees_tit {
    border-bottom: 1px solid #3FA390;
    background-color: #319bf1;
    padding: 30px 0px;
}

.fees_tit h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    /* color:#0e5579; */
    font-weight: bold;
}

.fees_guide h2 {
    color: #2a2a2a;
    font-size: 16px;
    font-weight: 600;
    margin: 20px auto;
}

.fees_cont {
    margin-top: 30px;
}

.fees_cont_tit {
    font-weight: bold;
    font-size: 1rem;
    font-weight: 700 !important;
    color: #2a2a2a;
    border-bottom: 1px solid #3FA390;
    padding: 10px 0px;
}

.fees_cont_box {
    /* width:900px;  */
    margin: 50px auto;
}

.fees_cont table {
    width: 100%;
}

.fees_cont table tr {
    height: 45px;
}

.fees_cont table th {
    background: #a2d5ff;
    /* background:rgba(148, 223, 253, 0.3); */
    font-size: 16px;
    color: #222;
    font-weight: bold;
    text-align: center;
    border: 1px solid #3FA390;
    /* border: 1px solid rgba(119,119,120,0.4); */
}

.fees_cont table td {
    background: rgba(253, 249, 223, 0.2);
    font-size: 14px;
    color: #444;
    font-weight: bold;
    text-align: center;
    border: 1px solid rgba(119, 119, 120, 0.4);
}

.fees_cont .accent {
    color: #fc5882;
    font-weight: 600;
}

.fees_cont .cont_tail {
    font-size: 14px;
    color: #646464;
    font-weight: 600;
    margin-top: 15px;
}


/* -----------------DBX 비젼----------another------------------------ */

#dbwrap {
    width: 100%;
}

#sectionback {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 100px;
    position: relative;
}

#sectionback #dbx_jinhee {
    width: 67%;
    margin: 0 auto;
}

#sectionback #dbx_jinhee h1 {
    width: 100%;
    font-size: 2.5rem;
    color: rgb(5, 67, 92);
    font-weight: 600;
    text-shadow: 5px 3px 8px rgba(65, 63, 63, 0.5);
    margin-bottom: 50px;
}

#sectionback #dbx_jinhee p {
    margin-bottom: 45px;
    font-size: 1.1rem;
    line-height: 30px;
    color: #333;
}

#sectionback .bigblock {
    max-width: 1200px;
    height: 530px;
    position: absolute;
    top: 0%;
    left: 0;
    z-index: -50;
}


.expln_ceo {
    width: 67%;
    padding-bottom: 50px;
    margin: 0 auto;
    margin-top: 120px;
}

.expln_ceo p {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 45px;
    font-size: 1.1rem;
    line-height: 30px;
    color: #333;
    text-align: left;
    display: inline-block;
}

/* section:nth-child(2) .ceoimg_lee{position: absolute; top: 90%; right: 3%; }    */


/* ----------------------------고문단 소개--------------------------------------- */

#dbwrap3 {
    width: 100%;
}

#dbwrap3 #sectionback {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 70px;
}

#dbwrap3 #sectionback h1 {
    width: 100%;
    font-size: 2.1rem;
    color: rgb(5, 67, 92);
    font-weight: 600;
    text-shadow: 5px 3px 8px rgba(65, 63, 63, 0.5);
    margin-bottom: 50px;
    text-align: center;
}

#dbwrap3 #sectionback .member_box {
    max-width: 1100px;
    margin: 0 auto;
    margin-bottom: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#dbwrap3 #sectionback .member_box .heebox1 {
    width: 500px;
    padding: 20px;
    display: flex;
    border: 1px solid rgba(2, 72, 119, .4);
    border-radius: 15px;
    background: rgba(174, 216, 241, 0.25);
    margin-bottom: 35px;
}


#sectionback .member_box .heebox1 .cf0jin {
    width: 32%;
}

#sectionback .member_box .heebox1 .cf0jin img {
    width: 140px;
}

#sectionback .member_box .heebox1 ul {
    padding: 12px 0;
    padding-left: 25px;
}

#sectionback .member_box .heebox1 ul li {
    font-size: .8rem;
    line-height: 23px;
    color: #333;
    width: 330px;
}

#sectionback .member_box .heebox1 ul li span {
    margin-left: 10px;
}

#sectionback .member_box .heebox1 ul li:first-child {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    color: rgb(2, 72, 119);
    margin-bottom: 15px;
}

/* ===================================경영진 소개 시작 =============================== */

#dbwrap3 #sectionback .jihnheeceo {
    margin-top: 140px;
    margin-bottom: 60px;
}

#dbwrap3 #sectionback .operation_m .heebox1 .cf0jin {
    width: 23%;
}

#sectionback .operation_m .heebox1 .cf0jin img {
    width: 140px;
    margin-top: 15px;
}

#dbwrap3 #sectionback .operation_m .heebox1:nth-child(1) .cf0jin img {
    height: 120px;
}

#dbwrap3 #sectionback .operation_m .heebox1:nth-child(2) .cf0jin img {
    height: 120px;
}

#dbwrap3 #sectionback .operation_m .heebox1:nth-child(4) .cf0jin img {
    height: 120px;
}

#dbwrap3 #sectionback .operation_m .heebox1:nth-child(6) .cf0jin img {
    height: 121px;
}

#dbwrap3 #sectionback .operation_m .heebox1:nth-child(8) .cf0jin img {
    height: 124px;
}

#dbwrap3 #sectionback .operation_m .heebox1:nth-child(9) .cf0jin img {
    height: 130px;
}

#dbwrap3 #sectionback .operation_m .heebox1:nth-child(10) .cf0jin img {
    height: 130px;
}

#dbwrap3 #sectionback .operation_m .heebox1:nth-child(9) .cf0jin img {
    margin-bottom: 15px;
}

#dbwrap3 #sectionback .operation_m .heebox1:nth-child(10) .cf0jin img {
    margin-bottom: 15px;
}

#sectionback .operation_m .ohjin ul li p {
    font-size: .76rem;
    line-height: 22px;
    color: #333;
}

#dbwrap3 #sectionback .operation_m .heebox1 ul li:first-child {
    width: 100%;
    font-size: 1rem;
    font-weight: 600;
    color: rgb(2, 72, 119);
    margin-bottom: 13px;
}


/* -----------------------------------백서 페이지 시작------------------------------------------ */

#bookwrap {
    width: 100%;
    margin: 0 auto;
}

#bookwrap .whitebook5 {
    max-width: 1350px;
    margin: 80px auto;
    padding: 25px;
    display: flex;
    background: rgba(33, 96, 133, 0.26);
    position: relative;
}

#bookwrap .whitebook5 section:nth-child(1) {
    width: 35%;
    padding: 70px 0;
    padding-left: 130px;
}

.whitebook5 section:nth-child(1) img {
    width: 242px;
    height: 344px;
    margin-left: 15px;
    box-shadow: -15px 14px 20px rgba(116, 115, 115, 0.7);
}

#bookwrap .whitebook5 section:nth-child(2) {
    width: 65%;
    padding: 85px 0px;
    padding-right: 100px;
    margin-left: -10px;
    position: relative;
}

#bookwrap .whitebook5 section:nth-child(2) p {
    width: 100%;
    font-size: .97rem;
    line-height: 25px;
}

#bookwrap .whitebook5 section:nth-child(2) .bookdown {
    position: absolute;
    top: 80%;
    right: 120px;
    padding: 0 25px;
    overflow: hidden;
    width: 200px;
    line-height: 45px;
    border-radius: 8px;
    background: rgb(13, 73, 107);
}

.whitebook5 section:nth-child(2) .bookdown h3 {
    float: left;
    color: white;
    font-size: .96rem;
    font-weight: bold;
    margin-left: 3px;
}

.whitebook5 section:nth-child(2) .bookdown img {
    width: 33px;
    height: 33px;
    margin-left: 12px;
    margin-top: -5px;
}



header {
    background-color: rgba(0, 0, 0, 0.7);
}

.nav_box > ul > li > a{
    color: #fff;
}
.loginbox a{
    color: #fff;
}