@import url("/inc/css/font/nanum/barungothic.css");

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


.D_product{
    overflow:hidden;
    margin-bottom:50px;
}

.d_img{

    width:100%;
    margin:1%;
}

.d_img img{
    float:right;
    width:30%;
    display:block;
    margin:auto;
}
.d_img p{display:inline-block;
    float:left;
    width:65%;
/*border:1px solid #aa9052;*/
    margin:3% 0;
    padding:1%;
    line-height:1.7;
    font-size:15px;
    color:#393939;
    font-weight:600;
}
.d_img p span{
    color:#aa9052;
    font-style:italic;
    font-size:1.3em;
}
.d_img {
    width: 100%;
    display:block;
    margin-top: 20px;
}
.d_img h3 {
    font-family:'Noto Sans KR';
    font-weight:500;
    font-size:15px;
    padding:5px 0 10px;
    color:#aa9052;
}

.d_img h3 b{
    font-family:'Noto Sans KR';
    font-weight:600;
    font-size:20px;
    color:#393939;
    letter-spacing:-1px;
    margin-bottom:30px;
}

.d_img h3:before {
    content:'';
    width:25px;
    height:3px;
    border-radius:1px;
    background:#aa9052;
    margin:10px 0;
    display:block;
}
.d_guide h4 {
 	font-size: 15px;
    letter-spacing: -1px;
    line-height: 1.5;
    color: #aa9052;
    text-align: left;
    margin-left: 15px;
    display:block!important;
    float:left;
    margin-top:40px;
    margin-bottom:40px;

}

.d_guide h4 b{
    font-family:'Noto Sans KR';
    font-weight:600;
    font-size:20px;
    color:#393939;
    letter-spacing:-1px;
    margin-bottom:30px;

}

.d_guide h4:before {
   display: inline-block;
    content: '';
    width: 12px;
    height: 12px;
    border: 3px solid #aa9052;
    border-radius: 50%;
    margin-right: 5px;
    margin-left: -15px;
}

.d_guide p {
    display:none;
}
.d_guide_ssp{
    display:block!important;
}

/* table */
.d_guide table {
    border-collapse:collapse;
    width:100%;
    margin:20px 0;
    border:1px solid #ddd;
}
.d_guide th {
    font-family:'Noto Sans KR';
    font-weight:500;
    font-size:15px;
    /* color:#595959;*/
    padding:5px 5px;
  /*  border-top:2px solid #ccc;*/
    border:1px solid #ddd;
   /* background:#f6f6f6;*/
   background:#aa9052;
    color:#fff;
}
.d_guide td {
    font-family:'Noto Sans KR';
    font-weight:;
    font-size:15px;
    color:#5a5a5a;
    text-align:center;
    padding:15px 5px;
    border:1px solid #ddd;
}

.d_guide h5{
    font-family:'Noto Sans KR';
    font-weight:500;
    font-size:14px;
    color:rgba(0,0,0,0.6);
    letter-spacing:-0.7px;
    line-height:1.6;
    margin-left:10px;
}

.d_guide h5 em{
    font-family:'Noto Sans KR';
    font-weight:500;
    font-size:16px;
    color:rgba(0,0,0,0.6);
    letter-spacing:-0.7px;
    line-height:1.6;
    margin-right:8px;
}
.d_guide h5:before {
    content:'·';
    margin-right:5px;
    margin-left:-13px;
}
.a_img {text-align:center;}
.a_img img{width:80%;
margin:0 10%;
}

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

    .D_product{
        overflow:hidden;
        margin-bottom:50px;
    }

    .d_img{
        float:none;
        width:100%;
        margin:0;
    }

    .d_img img {
        width: 100%;
        display: block;
        margin: auto;
        max-width: 200px;
    }
 .d_img p{
    font-size:14px;
}
    .d_guide {
        width:100%;
        display:block;
        margin-top: 0;
    }
}


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


    .d_guide {
        overflow:scroll;
    }
    .d_guide p {
     display:block;
     float:left;
    width:100%;
    margin-top:-7%!important;
    }
    .d_img p{display:block;
    float:left;
    width:100%;
/*border:1px solid #aa9052;*/
    margin:3%;
    padding:2%;
    line-height:1.7;
    font-size:14px;
    color:#393939;
    font-weight:600;
}
    
    .d_img img {
       width: 100%;
       float:left;
       margin-left:23%;
/*border:1px solid #aa9052;*/
    }
}
