section{
    width: 95%;
    margin: 0 auto;
}

.section1{
    margin-top: 20px;
}

.Expert_container{
    width: 100%;
}

.Expert_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: 100px;
    text-align: center;
    border-left: 1px solid #ddd;
    position: relative;
    font-weight: bold;
    font-size: 13px;
    font-family:'NotoSansKR-Bold';
    color: #ff4081;
}

.section2{
    margin-top: 35px;
    margin-bottom: 50px;
}

.expert_container{
    width: 100%;
    margin: 0 auto;
}

.expert_title{
    width: 100%;
    height: 45px;
    background: #C0D9EE;
    text-align: center;
    line-height: 45px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.expert_title > p {
    color: #20285D;
    font-size: 16px;
    font-family: 'NotoSansKR-Bold';
    margin: 0;
}

.expert_subtitle {
    width: 100%;
    height: 40px;
    background: #C0D9EE;
    text-align: center;
    line-height: 40px;
    display: flex;
    border-bottom: 1px solid rgba(112,112,112,0.3);
}

.expert_subtitle_day {
    width: 10%;
    border-right: 1px solid rgba(112,112,112,0.3);
    text-align: center;
}

.expert_subtitle_race {
    width: 15%;
    border-right: 1px solid rgba(112,112,112,0.3);
    text-align: center;
}

.expert_subtitle_day > p,
.expert_subtitle_race > p {
    color: #20285D;
    font-size: 13px;
    font-family: 'NotoSansKR-Bold';
    margin: 0;
}

.expert_subtitle_contents {
    width: 45%;
    text-align: center;
    border-right: 1px solid rgba(112,112,112,0.3);
}

.expert_subtitle_contents > p {
    color: #20285D;
    font-size: 13px;
    font-family: 'NotoSansKR-Bold';
    margin: 0;
}

.expert_subtitle_rates {
    width: 10%;
    text-align: center;
    border-right: 1px solid rgba(112,112,112,0.3);
}

.expert_subtitle_rates:last-child {
    border-right: none;
}

.expert_subtitle_rates > p {
    color: #20285D;
    font-size: 13px;
    font-family: 'NotoSansKR-Bold';
    margin: 0;
}

.expert_contnets {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    border-bottom: 1px solid rgba(112,112,112,0.3);
    transition: background-color 0.2s;
}

.expert_contnets:hover {
    background-color: rgba(192,217,238,0.1);
}

.expert_contnets .day {
    width: 10%;
    text-align: center;
    font-size: 13px;
    font-family: 'NotoSansKR-Medium';
    color: #191919;
    border-right: 1px solid rgba(112,112,112,0.3);
    white-space: nowrap;
    overflow: hidden;    
}

.expert_contnets .race {
    width: 15%;
    text-align: center;
    font-size: 13px;
    font-family: 'NotoSansKR-Medium';
    color: #191919;
    border-right: 1px solid rgba(112,112,112,0.3);
    white-space: nowrap;
    overflow: hidden;    
}

.expert_contnets .contents {
    width: 45%;
    text-align: left;
    padding-left: 15px;
    font-size: 13px;
    font-family: 'NotoSansKR-Regular';
    color: #191919;
    letter-spacing: -0.5px;
    /*border-right: 1px solid rgba(112,112,112,0.3);*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expert_contnets .result,
.expert_contnets .rates {
    width: 10%;
    text-align: center;
    font-size: 13px;
    font-family: 'NotoSansKR-Medium';
    color: #191919;
    /*border-right: 1px solid rgba(112,112,112,0.3);*/
}

.expert_contnets .rates:last-child {
    border-right: none;
}

.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: 50%;
    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: 15%;  /* expert_subtitle_race와 동일 */
}

.expert_contnets .contents {
    width: 45%;  /* 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;
}

.expert_contnets .day,
.expert_contnets .race {
    font-size: 14px;
}

.expert_contnets .contents {
    font-size: 14px;
    padding-left: 20px;
}

.expert_contnets .result,
.expert_contnets .rates {
    font-size: 14px;
}

.expert_subtitle_race > p,
.expert_subtitle_contents > p,
.expert_subtitle_rates > p {
    font-size: 14px;
}

.expert_title > p {
    font-size: 18px;
}

.pagination button {
    min-width: 36px;
    height: 36px;
    font-size: 14px;
}

}


