@import url("http://fonts.googleapis.com/earlyaccess/jejugothic.css");
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");

.pro {
    overflow:hidden;
}

/* pro_box */

.pro .pro_box {
    min-height:70px;
    margin:20px 20px;
    position:relative;
    overflow:hidden;
}
.pro .pro_box img {
    display:block;
    margin:0 auto;
    text-align:center;
    width:100%;
    max-width:676px;
    padding:10px 0;
}
.pro .pro_box h2 {
    font-family:'Jeju Gothic';
    font-size:27px;
    font-weight:400;
    letter-spacing:-2px;
    margin-bottom:15px;
    color:#393939;
    text-shadow:1px 1px 2px rgba(255,2555,255,0.5);
    padding:6px 0px 3px;
}

.pro .pro_box h3 {
    font-family:'Jeju Gothic';
    font-size:19px;
    font-weight:400;
    letter-spacing:-1px;
    color:#393939;
    padding:20px 15px 5px 0px;
    line-height:1.5em;
}

.pro .pro_box h3 em {
    font-family:'Jeju Gothic';
    font-weight:400;
    color:#498fd7;
}
.pro .pro_box h3 span {
    font-size:16px;
    font-family:'Jeju Gothic';
    font-weight:100;
    color:#888;
    padding-left:20px;
}

.pro .pro_box h4{
    font-size:16px;
    font-weight:400;
    letter-spacing:0px;
    color:#d97e41;
    padding:15px 0 0 0;
    display:inline-block;
    line-height:1.8em;
}
.pro .pro_box h4 b{
    font-family:'Jeju Gothic';
    font-weight:400;
    color:#8ebf59;
}



.pro .pro_box p {
    font-family:'Nanum Gothic';
    font-size:15px;
    font-weight:600;   
    letter-spacing:-1px;
    line-height:1.4;
    color:rgba(0,0,0,0.6);
    padding:5px 0;
}

/* ul */

.pro .pro_box ul {
    overflow:hidden;
    padding:25px;
    border-bottom:1px solid #dfdfdf;
    background:rgba(0,0,0,0.02);
}

.pro .pro_box li {
    font-family:'Nanum Gothic';
    font-size:15px;
    font-weight:600;   
    letter-spacing:-1px;
    line-height:1.4;
    color:rgba(0,0,0,0.55);
    padding:4px 0 4px 12px;
    background:url(/app/dubu_sourcecode/docs/imgs/1498632996_info_img16.png) no-repeat left 11px;
    background-size:6px ;
}
.pro .pro_box li strong {
    padding-right:5px;
}
.pro .pro_box li span {
    font-size:17px;
	color:#187fb7;
}
.pro .pro_box li b {
    font-size:17px;
	color:#5ab7ea;
    padding-right:5px;
}
.pro .icon {
    float:right;
    width:120px;
    height:120px;
    border-radius:50%;
    transition:0.3s;
    margin-left:30px;
}



/* dl */

.pro .pro_box dl {
    overflow:hidden;
}

.pro .pro_box dd {
    width:22%;
    height:150px;
    margin:1.5%;
    float:left;
    text-align:center;
    font-size:15px;
    font-family:'Jeju Gothic';
    font-weight:300;
    color:#5a5a5a;
    letter-spacing:-1px;   
    padding:40px 20px;
    line-height:1.5;
    box-sizing:border-box;
    transition:0.3s ease;
    position:relative;
    border:3px solid #ccc; 
}

.pro .pro_box dd:after {
    content:'+';
    display:block;
    position:absolute;
    top:45%;
    right:-20px;
    color:#eee;    
}

.pro .pro_box dd:last-child:after {
    display:none;
}

.pro .pro_box dd:hover {
    border:3px solid #42bcd1; 
}

.pro .pro_box dd:hover:after {
    color:#42bcd1; 
}

.pro .pro_box dd em {
    display:block;
    font-size:1.7em;
    font-family:'Jeju Gothic';
    font-weight:600;
    letter-spacing:-1px; 
    line-height:1.1em;
    margin-bottom:20px;
    color:#85b9f0; 
}


/* t_box */

.pro .t_box {
    width:40%;
    padding:40px 30px;
    min-height:250px; 
}


.pro .b1 {
    background:url(/app/dubu_sourcecode/docs/imgs/1498632996_23.png) no-repeat ;
    background-size:100%;
    margin-bottom:30px;
    border-top-left-radius:30px;
    border-bottom-right-radius:30px;    
	min-height:300px;
}


.pro .b1 .t_box{
    float:right;   
    position:absolute;
    right:0;
    top:0;
}


/* table */

.pro table {
    border-collapse:collapse;
    width:100%;
    border:1px solid #ddd;   
    border-width:1px 0px 0px 1px;
}

.pro .pro_box th {
    padding:10px;
    font-size:15px;
    font-family:'Nanum Gothic';
    font-weight:700;
    color:#333;
    background:#f5f5f5;
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd; 
}

.pro .pro_box td {
    border-bottom:1px solid #ddd;
    border-right:1px solid #ddd;    
    padding:10px;
    font-size:13px;
    font-family:'Nanum Gothic';
    font-weight:400;
    color:#333;
    text-align:center;

}

/* tt_box */

.pro .tt_box {
    padding:20px 30px;
    margin:20px;    
    border:5px solid #eaeaea;
}

.pro .tt_box h3 {
    font-family:'Jeju Gothic';
    font-size:19px;
    font-weight:400;
    letter-spacing:-1px;
    color:#4174ce;
    padding:20px 15px 5px 0px;
    line-height:1.5em;
}
.pro .tt_box h5{
    display:inline-block;
    font-size:16px;
    font-weight:600;
    text-align:center;
    color:#fff;
    padding:10px 20px;
    margin:10px 5px;
    background:#4174ce;
}
.pro .tt_box h5:hover{
    background:#7ca5ec;
}
.pro .tt_box p {
    font-family:'Nanum Gothic';
    font-size:15px;
    font-weight:600;   
    letter-spacing:-1px;
    line-height:1.4;
    color:rgba(0,0,0,0.6);
    padding:5px 0;
}




/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){

    .pro .pro_box {
        min-height:0;
        height:auto;
    }

    .pro .t_box {
        width:100%;
        min-height:0;
        height:auto;      
        padding:20px;
        background:rgba(250,250,250,0.9);
        border:1px solid #ddd;
        box-sizing:border-box;
        border-top-left-radius:30px;
        border-bottom-right-radius:30px;        
    }

    .pro .pro_box ul {
        overflow:hidden;
        padding:20px;
    }
.pro .pro_box h3 {
    line-height:1.0em;
}
    .pro .pro_box h2 {
        font-size:19px;
        margin-bottom:5px;
    }

    .pro .pro_box p, .pro .pro_box li, .pro .pro_box td, .pro .pro_box th {
        font-size:13px;
    }

    .pro .pro_box dd {
        display:block;
        width:95%;
        height:auto;

        font-size:14px;
        padding:20px;
    }
    
    .pro .pro_box dd:after {
    	display:none;
    }

    .pro .b1 .t_box {
        position:static;
        background-size:cover;
    }

    .pro .icon {
        width:60px;
        height:60px;
    }
.pro .tt_box h5{
    display:block;
    margin:0 auto;
    margin-bottom:5px;
    width:80%;
    float:center;
    text-align:center;
}
}

