section{
    width: 95%;
    margin: 0 auto;
}

.section1{
    margin-top: 20px;
}

.result_container{
    width: 100%;
}

.result_title{
    width: 100%;
    height: 45px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background: #C0D9EE;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

select {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    width: 200px;
    border: 1px solid #20285D;
    border-radius: 5px;
    padding: 5px 35px 5px 10px;
    font-family: 'NotoSansKR-Bold';
    font-size: 15px;
    letter-spacing: -1px;
    color: #20285D;
    background: url('../img/triangle_down.png') no-repeat 95% 50%; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.result{
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    background: rgba(192,217,238,0.3);
    text-align: center;
    box-sizing: border-box;
}

.result>p{
    font-size: 18px;
    font-family:'NotoSansKR-Bold' ;
    color: #20285D;
}

.section2{
    margin-top: 35px;
    margin-bottom: 50px;
}

.expert_container{
    width: 100%;
    margin: 0 auto;
}

.expert_title{
    width: 100%;
    height: 25px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-color: rgba(192,217,238,0.3);
    text-align: center;
    line-height: 25px;
}

.expert_title>p{
    color: #20285D;
    font-size: 13px;
    font-family:'NotoSansKR-Bold' ;
}

.expert_subtitle{
    width: 100%;
    height: 25px;
    background-color: rgba(192,217,238,0.3);
    text-align: center;
    line-height: 25px;
    display: flex;
    border-top: 1px solid rgba(112,112,112,0.3);
    border-bottom: 1px solid rgba(112,112,112,0.3);
}

.expert_subtitle_expert{
    width: 20%;
    border-right: 1px solid rgba(112,112,112,0.3);
    text-align: center;
}

.expert_subtitle_expert>p{
    color: #20285D;
    font-size: 13px;
    font-family:'NotoSansKR-Bold' ;
}

.expert_subtitle_contents{
    width: 60%;
    text-align: center;
    /*margin-right: -1px;*/
}

.expert_subtitle_contents>p{
    color: #20285D;
    font-size: 13px;
    font-family:'NotoSansKR-Bold' ;
}

.expert_subtitle_rates {
    width: 10%;
    text-align: center;
    border-left: 1px solid #ddd;
}
.expert_subtitle_rates>p{
    color: #20285D;
    font-size: 13px;
    font-family:'NotoSansKR-Bold' ;
}


.expert_contnets_area{
    width: 100%;

}

.expert_contnets{
    width: 100%;
    height: auto;
    line-height: 2;
    display: flex;
    border-bottom: 1px solid rgba(112,112,112,0.3);
    position: relative;
}

.name{
    width: 120px;
    text-align: center;
    border-right: 1px solid rgba(112,112,112,0.3);
    box-sizing: border-box;
    color: #191919;
    font-size: 13px;
    font-family:'NotoSansKR-Bold' ;
}

.contents_box{
    width: 60%;
    position: relative;
    /*border-right: 1px solid #ddd;
    margin-right: -1px;*/
    height: 100%;
}

.rates {
    width: 100px;
    text-align: center;
    border-left: 1px solid #ddd;
    position: relative;
    font-weight: bold;
    font-size: 13px;
    font-family:'NotoSansKR-Bold';
    color: #ff4081;
}

.contents{
    text-align: left;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 2px;
    box-sizing: border-box;
    color: #191919;
    font-size: 11px;
    font-family:'NotoSansKR-Regular' ;
    letter-spacing: normal;
    width: 600px;
}

.recommend_box{
    width: 24px;
    height: 24px;
    box-sizing: border-box;
    background: url(../img/red_bg.png) center/100% no-repeat;
    position: absolute;
    top: 1px;
    left: 10px;
}

.recommend_box>p{
    color: #fff;
    font-family:'NotoSansKR-Bold' ;
    font-size: 10px;
    position: absolute;
    top: 1px;
    left: 5px;
}

.section2{
    margin-top: 40px;
    margin-bottom: 40px;
}

.hit{
    width: 50px;
    position: absolute;
    top: 0;
    left: -37px;
}

.hit>img{
    width: 100%;
}

.hit_main{
    width: 50px;
    position: absolute;
    top: 0;
    left: -37px;
}

.hit_main>img{
    width: 100%;
}

/* 제목 영역과 정확히 동일한 너비 적용 */
.expert_contnets .name {
    width: 20%;  /* expert_subtitle_expert와 동일 */
}

.expert_contnets .contents {
    width: 60%;  /* expert_subtitle_contents와 동일 */
}

.expert_contnets .rates {
    width: 10%;  /* expert_subtitle_rates와 동일 */
}


@media all and (min-width:374px){

select {
    text-align: left;
    width: 240px;
    font-size: 18px;
}

.contents{
    font-size: 12px;
}

.hit{
    width: 55px;
    left: -42px;
}

.hit_main{
    width: 55px;
    left: -42px;
}

}


