@charset "utf-8";

/* common */
h2{font-size: 2.6rem; font-weight: 700; letter-spacing: -0.01em; display: inline; line-height: 1;}
h3{font-size: 16px; font-weight: 400;}
/* common */


#bidscore .content_wrap .container-detail{
    position: relative;
}

/* 제목영역 */
#bidscore .title_wrap{
    height: 6.4rem;
    border-bottom: 1px solid #DBDBDB;
}
#bidscore .title_wrap h2{
    line-height: 6rem;
}
#bidscore .title_wrap h2 > span{
    font-weight: 500;
    font-size: 1.8rem;
}
#bidscore .title_wrap h2 > span > i{
    opacity: 0.5;
    font-size: 1.6rem;
    margin: 0 .6rem;
}

#bidscore .content_wrap .container-detail{
    padding-bottom: 4rem;
    margin-top: 4rem;
}

#bidscore .content_wrap .review_visual{
    margin-top: 30px;

}
#bidscore .content_wrap .review_visual ul{
    width: 1120px;
    height: 380px;
    overflow: hidden;
}
#bidscore .content_wrap .review_visual .visual_banner_20 .container-1120{
    width: 1120px;
    height: 330px;
    background:url("/resource/score/images/review/review_02.png?v1");
    position: relative;
}
#bidscore .content_wrap .review_visual .visual_banner_20 .container-1120 p.title{
    background-color: #61a7e2;
    width: 720px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    letter-spacing: -0.1px;
    color: #fff;
    font-weight: 700;
    border-radius: 22.5px;
    -webkit-border-radius: 22.5px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translate(-50%, 0);
}
#bidscore .content_wrap .review_visual .visual_banner_20 .container-1120 p.list_score{
    background-color: #fff;
    width: 720px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    letter-spacing: -0.1px;
    /* color: #fff; */
    font-weight: 700;
    border-radius: 22.5px;
    -webkit-border-radius: 22.5px;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 173px;
    left: 50%;
    transform: translate(-50%, 0);
}
#bidscore .content_wrap .review_visual .visual_banner_20 .container-1120 p.list_score span.blue{
    font-weight: 500;
}
#bidscore .content_wrap .review_visual .visual_banner_20 .container-1120 p.list_score span{
    letter-spacing: -0.75px;
}
#bidscore .content_wrap .review_visual .visual_banner_20 .container-1120 p.list_score > span:nth-child(odd){
    display: inline-block;
    width: 150px;
    /*  text-align: right;*/
}
#bidscore .content_wrap .review_visual .visual_banner_20 .container-1120 p.list_score > span:nth-child(even){
    display: inline-block;
    width: 90px;
}
#bidscore .content_wrap .review_visual .visual_banner_20 .container-1120 p.comment{
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translate(-50%, 0);
    font-size: 13px;
}


#bidscore .content_wrap .container-detail .option{
    margin-bottom: 4px;
}
#bidscore .content_wrap .container-detail .option .f_right button.ai{
    background-color: #0058a2;
    color: #fff;
    width: 140px;
    height: 24px;
    font-weight: 500;
    letter-spacing: -0.75px;
}

#bidscore .content_wrap .container-detail .option .f_right button.nbid{
    background-color: #f76868;
    color: #fff;
    width: 140px;
    height: 24px;
    font-weight: 500;
    letter-spacing: -0.75px;
}

#bidscore .content_wrap .container-detail table.notice tr th{
    /*  background-color: #fff;*/
    font-weight: 700;
}
#bidscore .content_wrap .container-detail table.notice tr.best_write td{
    background-color: #f0f9ff;
}
#bidscore .content_wrap .container-detail table.notice tr td span.best{
    background-color: #0058a2;
    color: #fff;
    font-weight: 500;
    padding: 2px 8px;
    border: 0;
}
#bidscore .content_wrap .container-detail table.notice tr td a:hover{
    text-decoration: underline;
}
#bidscore .content_wrap .container-detail table.notice tr td a span.new{
    background-color: #f84343;
    color: #fff;
    padding: 0 4px;
    margin-left: 8px;
    font-size: 12px;
    border-radius: 4px;
    letter-spacing: 0;
}
#bidscore .content_wrap .container-detail table.notice tr td .re_content{
    padding: 20px 40px;
}
#bidscore .content_wrap .container-detail table.notice tr td .re_content .user{
    display: flex;
    text-align: left;
    margin-bottom: 40px;
}
#bidscore .content_wrap .container-detail table.notice tr td .re_content .user .main_title{
    text-align: left;
    font-size: 14px;
    margin-bottom: 8px;
}
/*
  *[2025.11.14][박규태] 리뷰 텍스트박스 높이 고정 height: 370px;
 */
#bidscore .content_wrap .container-detail table.notice tr td .re_content .user .main_con{
    width: 520px;
    height: 310px;
    background: #fff;
    border: 1px solid #e0e0e0;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 16px;
    font-size: 14px;
}
#bidscore .content_wrap .container-detail table.notice tr td .re_content .user .main_con img{
    position: absolute;
    top: 12px;
    left: -12px;
}
#bidscore .content_wrap .container-detail table.notice tr td .re_content .user .main_con p{
    line-height: 24px;
    word-wrap: break-word;
}
#bidscore .content_wrap .container-detail table.notice tr td .re_content .user .main_con p.gift {
    font-size: 12px;
}
#bidscore .content_wrap .container-detail table.notice tr td .re_content .admin{
    display: flex;
    text-align: right;
}
#bidscore .content_wrap .container-detail table.notice tr td .re_content .admin .main_title{
    text-align: right;
    font-size: 14px;
    margin-bottom: 8px;
}

#bidscore .content_wrap .container-detail table.notice tr td .re_content .admin .main_con{
    width: 520px;
    background: #e1f2ff;
    border: 1px solid #b4dfff;
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    padding: 16px;
    float: right;
    font-size: 14px;
}
#bidscore .content_wrap .container-detail table.notice tr td .re_content .admin .main_con img{
    position: absolute;
    top: 12px;
    right: -12px;
}
#bidscore .content_wrap .container-detail table.notice tr td .re_content .admin .main_con img .clover-background{
    position: absolute;
    top: 12px;
    right: -12px;
}
#bidscore .content_wrap .container-detail table.notice tr td .re_content .admin .main_con p{
    line-height: 24px;
    word-wrap: break-word;
    text-align: left;
}
#bidscore .content_wrap .container-detail table.notice tr td .re_content .admin .main_con a{
    display: block;
    text-align: center;
    border-top: 1px solid #cae8ff;
    font-size: 15px;
    padding: 12px 0 0;
    margin-top: 10px;
    font-weight: 500;
    text-decoration: none!important;
}
#bidscore .content_wrap .container-detail table.notice tr td .re_content .admin .main_con a>img {
    position: initial;
    vertical-align: baseline;
}

/*bottom_fixed_Banner*/
.bottom_fixed_Banner{
    background-image: linear-gradient(to right, #3e92f4 50%, #000acb 50%);
    height: 100px;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
}
.bottom_fixed_Banner .container{
    width: 1344px;
    height: 100%;
    margin: 0 auto;
    background-image: url(/resource/score/images/land/bg_fix.png);
    position: relative;
    padding: 0;
}
.bottom_fixed_Banner .container .title{
    position: absolute;
    top: 27px;
    left: 60px;
}
.bottom_fixed_Banner .container .btn{
    padding: 37px 50px 38px 30px;
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
}
.bottom_fixed_Banner .container .input_box{
    position: absolute;
    top: 25px;
    right: 346px;
}
.bottom_fixed_Banner .container .input_box input[type="text"]{
    height: 44px;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    letter-spacing: -0.5px;
}
.bottom_fixed_Banner .container .input_box input[type="text"].company{
    width: 152px;
}
.bottom_fixed_Banner .container .input_box input[type="text"].name{
    width: 112px;
    margin: 0 4px;
}
.bottom_fixed_Banner .container .input_box input[type="text"].phone{
    width: 140px;
}
.bottom_fixed_Banner .container .input_box .check_box{
    color: #fff;
    font-size: 13px;
}