/* public */
.dg_review_content{
    padding: 0;
    letter-spacing: 0.1rem;
    width: 100%;
}
.dg_border{
    border: none;
}
.dg_float-l{
    float: left;
}
.dg_float-r{
    float: right;
}
.dg_clearfix{
    clear: both;
}
.dg_pos-relative{
    position: relative;
}
.dg_pos-absolute{
    position: absolute;
}

/*title*/
.dg_con_title_border{
    color:#DE6A08;
    font-size: 2rem;
    padding-bottom: 3px;
    border-bottom: 1px solid #DE6A08;
}

/* SearchBar */
#dg_SearchBar{
    width: 100%;
}

.dg_searchBlock{
    width: calc(100% - 200px);
    height: 68px;
}

.dg_search-time{
    height: 34px;
    width: 100%;
}

.dg_search-name{
    height: 34px;
    width: 100%;
}
.dg_search-time .dg_search-radiusDeco-cover{
    background-color: #C5C5C5;
    height: 34px;
    transform: translateX(20px);
    width: calc(100% - 20px);
}
.dg_search-name .dg_search-radiusDeco-cover{
    background-color: #EBEBEB; 
    height: 34px;
    transform: translateX(20px);
    width: calc(100% - 20px);
}

.dg_search-radiusDeco{
    width: 160px;
    height: 36px;
    border: 2px solid white;
    border-radius: 20px;
    color: white;
    font-size: 0.875rem;
    font-weight: 300;
    text-align: center;
    line-height: 34px;
    transform: translateX(-20px);
}
.dg_search-result{
    width: 200px;
    height: 68px;
    background-color: #E89753;
    font-size: 0.625rem;
    color: white;
    font-weight: 600;
    padding: 10px;
    line-height: 16px;
}
.dg_search-form-1{
    left: 150px;
    top: 5px;
    width: 100%;
}
.dg_search-form-1 select{
    margin-top: 2px;
}
.dg_search-form-1 .btn-search{
    padding: 1px 5px;
    font-size: 0.75rem;
}
.dg_search-form-2{
    left: 150px;
    top: 5px;
    width: 100%;
}
.dg_search-form-2 .btn-search{
    padding: 1px 5px;
    font-size: 0.75rem;
}
.dg_search-form-2 .search-keywords{
    padding: 1px;
    height: auto;
    width: 50%;
    font-size: 0.875rem;
}
/* content */
#dg_content .dg_content-img{
    overflow: hidden;
}
#dg_content .dg_content-info .dg_content-info-skin{
    width: 100%;
    border-radius: 30px;
    font-weight: 600;
    font-size: 0.8125rem;
    line-height: 20px;
}
#dg_content .dg_content-info .dg_content-info-name a{
    color: #005bac;
   
}
#dg_content .dg_content-info .dg_content-info-date{
    color: rgb(33, 37, 41);
}
#dg_content .dg_content-info a{
    display:block;
   
}
.dg_content-info-text{
    font-size: 0.8125rem;
    padding: 10px 0;
	line-height:18px;
}
.dg_search-result-footer{
    margin-top: 30px;
    color: #DE6A08;
    position: relative;
    margin-bottom: 60px;
}
.dg_search-result-footer .float-right{
    background-color: white;
    padding: 0 10px;
}
.dg_search-result-footer::before{
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    background-color: #DE6A08;
    position: absolute;
    top: 10px;
    z-index: -1;
}

@media (max-width: 768px){
    #dg_SearchBar {
        height: 120px;
    }

    .container {
        max-width: unset;
    }
    .dg_search-radiusDeco {
        font-size: 0.875rem;
        line-height: 58px;
    }
    .dg_search-result {
        width: 220px;
        font-size: 0.9375rem;
        line-height: 32px;
    }
    .dg_searchBlock {
        width: calc(100% - 220px);
    }
    #dg_content .dg_content-info .dg_content-info-skin {
        font-size: 1.75rem;
        text-align: center;
        line-height: 80px;
    }
}


@media (max-width: 576px){
    .container {
        max-width: unset;
    }
    .dg_search-result {
        width: 500px;
        font-size: 1.5625rem;
        line-height: 32px;
    }
    .dg_searchBlock {
        width: calc(100% - 500px);
    }
    .dg_search-radiusDeco {
        width: 280px !important;
    }
    .dg_search-radiusDeco {
        font-size:  1.5625rem;
    }
}