@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: 500;}
/* common */

/* #bidscore .content_wrap{
  min-height: 100rem;
} */
#bidscore .content_wrap .container-detail{
  position: relative;
}
#bidscore .right_fix_menu{
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  /* 2024-08-26 김지훈 AI분석식 (입찰, 낙찰)/ 입찰정보, 낙찰정보 우측 탭 따라다니도록 변경함 */
  /*position: absolute;*/
  /*top: 0;*/
  /*right: -260px;*/
}
#bidscore .right_fix_menu .graybox{
  background-color: #f7f7f7;
  width: 24rem;
  padding: 1.6rem;
  margin-bottom: .8rem;
}

#bidscore .right_fix_menu .graybox.requirements{
  padding: 0rem;
}
#bidscore .right_fix_menu .requirements .title{
  background-color: #022270;
  color: #FFF;
  text-align: center;
  height: 5.6rem;
  /*line-height: 5.6rem;*/
  font-size: 1.6rem;
}
#bidscore .right_fix_menu .requirements .box_container{
  padding: 1.6rem 1.6rem 2.4rem;
  background-color: #EEEEEE;
}
#bidscore .right_fix_menu .requirements .box_container .notice{
  background: #EBF1FF;
  border: 1px solid #C2CEDB;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 1.6rem 0 1.6rem 0.8rem;
}
#bidscore .right_fix_menu .requirements .box_container .notice p{
  line-height: 1.3;
}
#bidscore .right_fix_menu .requirements .box_container .notice p span{
  color: #022270;
  font-weight: 500;
}
#bidscore .right_fix_menu .requirements .box_container .developer_txt{
  background: #FFFFFF;
  border: 1px solid #C2CEDB;
  border-radius: 3px;
  box-sizing: border-box;
  padding: .6rem 0.8rem;
  margin: 0.8rem 0;
}
#bidscore .right_fix_menu .requirements .box_container .developer_txt p{
  line-height: 1.3;
}

#bidscore .right_fix_menu .requirements button{
  padding: 1rem;
}
#bidscore .right_fix_menu .requirements button:last-child{
  margin-top: .8rem;
}

#bidscore .right_fix_menu .graybox h3{
  padding-bottom: .2rem;
}
#bidscore .right_fix_menu .graybox div{
  background-color: #FFFFFF;
  /*border: 1px solid #C2D3EA;*/
  padding: 1.4rem 1.6rem;
  border-radius: .3rem;
  font-size:1.4rem;
}
#bidscore .right_fix_menu .graybox div strong{
  font-size: 1.8rem;
}
#bidscore .right_fix_menu .graybox textarea{
  border-radius: .3rem;
}
#bidscore .right_fix_menu .graybox button{
  width: 100%;
  padding: 1.3rem;
  font-size: 1.4rem;
  border-radius: .5rem;
}
#bidscore .right_fix_menu .graybox button:hover{
  background-color: #2A4EA6;
}
#bidscore .right_fix_menu ul li{
  float: left;
  border: 1px solid #C2D3EA;
  width: 50%;
}
#bidscore .right_fix_menu ul li:last-child{
  margin-left: -1px;
}
#bidscore .right_fix_menu ul li a{
  display: block;
  padding: 1rem;
  text-align: center;
}
#bidscore .right_fix_menu > button{
  width: 100%;
  border-radius: .3rem;
  padding: 1.5rem;
  margin-bottom: .8rem;
  font-size: 1.4rem;
}

#bidscore .right_fix_menu > div > button{
  width: 25.6rem;
  border-radius: .3rem;
  padding: 1.5rem;
  margin-bottom: .8rem;
  font-size: 1.4rem;
}

/* 제목영역 */
#bidscore .title_wrap{
  height: 6rem;
  border-bottom: 1px solid #DBDBDB;
}
#bidscore .title_wrap h2{
  line-height: 5.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 .detail_gary_wrap{
  background-color: #F9F9F9;
  border-bottom: 1px solid #CAD4DF;
}
#bidscore .detail_gary_wrap .container-wide{
  padding: 2rem 1rem;
}

/* 마이비드 -> 상단 설정 */
#bidscore .detail_gary_wrap .container-wide > .f_left{
  width: calc(100% - 354px);
  /*width: 76.8rem;*/
  margin-right: 1.6rem;
}
#bidscore .detail_gary_wrap .container-wide > .f_left .tab_wrap ul{
  margin-bottom: 0;
}

#bidscore .detail_gary_wrap .container-wide > .f_right {
  width:338px;
}

#bidscore .detail_gary_wrap .mybid_content_set{
  width: 100%;
  height: auto;
  background-color: #FFFFFF;
  border-left: 1px solid #CAD4DF;
  border-right: 1px solid #CAD4DF;
  border-bottom: 1px solid #CAD4DF;
  padding: 2rem 0 0;
  min-height: 220px;
}
#bidscore .detail_gary_wrap .mybid_content_set>ul>li{
  float: left;
}
#bidscore .detail_gary_wrap .mybid_content_set>ul>li.name{
  font-size: 1.8rem;
  width: 14.4rem;
  margin-right: 1.6rem;
  font-weight: 500;
  text-align: center;
}
#bidscore .detail_gary_wrap .mybid_content_set>ul>li.set>ul>li{
  margin-bottom: 1.3rem;
}
#bidscore .detail_gary_wrap .mybid_content_set>ul>li.set>ul>li>ul>li{
  float: left;
  margin-right: .8rem;
}
#bidscore .detail_gary_wrap .mybid_content_set>ul>li.set>ul>li>ul>li:first-child{
  margin-right: 1.3rem;
}
#bidscore .detail_gary_wrap .mybid_content_set>ul>li.set>ul>li>ul>li>button>span{
  top: -.9rem;
  right: -.6rem;
  background: red;
  border-radius: 50%;
  color: #FFFFFF;
  padding: 0 .6rem;
  font-size: 1.1rem;
  display: inline-block;
  height: 1.8rem;
  line-height: 1.6rem;
}

/*241216추가*/
#bidscore .detail_gary_wrap .mybid_content_set .set_container{
  padding: 0 20px;
  height: 141px;
}
#bidscore .detail_gary_wrap .mybid_content_set .set_container ul.buttn_box{
  width: 100px;
  margin-right: 15px;
  float: left;
}
#bidscore .detail_gary_wrap .mybid_content_set .set_container ul.buttn_box li button{
  width: 100px;
  height: 36px;
  border-radius: 4px;
  box-sizing: border-box;
  background-color: #ebf1ff;
  border: 1px solid #cad4df;
}
#bidscore .detail_gary_wrap .mybid_content_set .set_container ul.buttn_box li .tooltip{
  width:280px;
  height:50px;
  background-image:url('/resource/score/images/bsr_myb/tooltip.png');
  position: relative;
}
#bidscore .detail_gary_wrap .mybid_content_set .set_container ul.buttn_box li button:first-child{
  margin-bottom: 5px;
}
#bidscore .detail_gary_wrap .mybid_content_set .set_container ul.buttn_box li button.on,
#bidscore .detail_gary_wrap .mybid_content_set .set_container ul.buttn_box li button:hover{
  color: #fff;
  background-color: #2575bc;
}
#bidscore .detail_gary_wrap .mybid_content_set .set_container .set_btn{
  float: left;
  width: calc(100% - 120px);
  /*max-height: 66px;*/
}
#bidscore .detail_gary_wrap .mybid_content_set .set_container .set_btn ul{
  width: calc(100% - 75px);
  min-width: 930px;
  float: left;
  overflow: hidden;
  max-height: 66px;
  height: auto;
}
#bidscore .detail_gary_wrap .mybid_content_set .set_container .set_btn ul li{
  float: left;
  margin-right: 8px;
  margin-bottom: 8px;
}
#bidscore .detail_gary_wrap .mybid_content_set .set_container .set_btn label{
  width: 50px;
  line-height: 30px;
  text-align: center;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
}
table.cal_table{
  min-width:950px; width:100%; table-layout: auto; text-align: center; border-collapse: collapse; line-height:12px;
}
table.cal_table *{
  font-size: 12px;
  text-align: center;

}
table.cal_table td{
  border: 1px solid #d7dce5;
  padding: 3px;
}
table.cal_table td.cal_set{
  background-color: #f1f5ff;
  /* padding: 5px 3px;*/
}
table.cal_table td.cal_set span.blue i{
  font-size: 14px;
  cursor: pointer;
}
table.cal_table td.cal_set .cal_today{
  cursor: pointer;
  width: 34px;
  height: 18px;
  font-size: 12px;
  color: #3c4858;
  border: 1px solid #cad4df;
  background: #ffffff;
  box-sizing: border-box;
  line-height: 14px;
  display: inline-block;
  margin-left: 10px;
}
table.cal_table tr:hover{
  background-color: #fff8f3;
}
table.cal_table td.set_title{
  background-color: #f9f9f9;
}
table.cal_table td.today_blue{
  background-color: #2575bc;
  color: #fff;
}
table.cal_table td.today_blue_work{
  background-color: #ebf1ff;
}
table.cal_table td.active_on{
  background-color: #ffe5d5;
}


#bidscore .detail_gary_wrap .container-1120 > .f_right{
  width: 32.8rem;
}
#bidscore .detail_gary_wrap .f_right p{
  padding: .4rem 0 .2rem;
}
#bidscore .detail_gary_wrap .f_right table{
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #C2CEDB;
  border-left: 1px solid #C2CEDB;
}
#bidscore .detail_gary_wrap .f_right table tr th{
  background-color: #022270;
  border-bottom: 1px solid #C2CEDB;
  border-right: 1px solid #C2CEDB;
  height: 3.2rem;
  line-height: 1;
  color: #FFFFFF;
}
#bidscore .detail_gary_wrap .f_right table tr td{
  border-bottom: 1px solid #C2CEDB;
  border-right: 1px solid #C2CEDB;
  text-align: center;
  line-height: 1;
  background-color: #FFFFFF;
  height: 2.4rem;
  padding: 0 .8rem;
}

#bidscore .detail_gary_wrap .f_right table tr td.active{
  background : #fdede3 !important;
}

#bidscore .detail_gary_wrap .radio_set {
  padding: 1.4rem 2rem;
  border-top: 1px solid #CAD4DF;
}
#bidscore .detail_gary_wrap .radio_set ul{
  margin-top: .6rem;
}
#bidscore .detail_gary_wrap .radio_set ul li{
  float: left;
  width: 9.6rem;
  margin-right: 1.2rem;
}
#bidscore .detail_gary_wrap .radio_set ul li span{
  margin-right: .4rem;
}
#bidscore .detail_gary_wrap .radio_set ul li input[type="checkbox"] {
  position: absolute;
  visibility: hidden;
}
#bidscore .detail_gary_wrap .radio_set ul li label{
  position: absolute;
  width: 4rem;
  height: 2rem;
  border-radius: 1.7rem;
  background-color: #CAD4DF;
  transition-duration: 0.2s;
}
#bidscore .detail_gary_wrap .radio_set ul li label span{
  position: absolute;
  left: .3rem;
  top: .3rem;
  z-index: 1;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background-color: #FFFFFF;
  transition-duration: 0.2s;
}
#bidscore .detail_gary_wrap .radio_set ul li label:before,
#bidscore .detail_gary_wrap .radio_set ul li label:after{
  position: absolute;
  top: 0;
  width: 4rem;
  font-size: 1.1rem;
  line-height: 3.4rem;
  color: #FFFFFF;
  text-align: center;
}
#bidscore .detail_gary_wrap .radio_set ul li label:before {
  left: 0;
  content: '';
}
#bidscore .detail_gary_wrap  .radio_set ul li label:after {
  right: 0;
  content: '';
}
#bidscore .detail_gary_wrap .radio_set ul li input:checked + label {
  background-color: #2575BC;
}
#bidscore .detail_gary_wrap .radio_set ul li input:checked + label span {
  transform: translateX(20px);
}
#bidscore .detail_gary_wrap .radio_set ul li:nth-child(2),
#bidscore .detail_gary_wrap .radio_set ul li:nth-child(4){
  width: 8.2rem;
}
#bidscore .detail_gary_wrap .radio_set ul li:first-child span{
  font-size: 1.4rem;
  font-weight: 500;
}
#bidscore .detail_gary_wrap .radio_set ul li:first-child input:checked + label {
  background-color: #022270;
}

#bidscore .detail_gary_wrap .radio_set ul li .question_setup{
  margin-right:1.0rem;
}

#bidscore .detail_gary_wrap .radio_set ul li .question_setup:hover{
  cursor:pointer;
  content: url('/resource/score/images/question_btn_hover.png');
}
/* 마이비드 -> 상단 설정 */
#bidscore .detail_gary_wrap .container-wide > .f_left{
  width: calc(100% - 286px);
  margin-right: 1.6rem;
}

#bidscore .detail_gary_wrap .container-wide > .f_right {
  width:270px;
}

.myb_tip_layer{
  position: absolute;
  width: 580px;
  height: 220px;
  background: url(/resource/score/images/layer_01_bg.png?v4);
  box-shadow: 3px 3px 10px rgba(18,42,68,0.1);
  z-index:99999;
  margin:5px 0px 0px 10px;
  display:none;
}
.myb_tip_layer button{
  padding: 10px;
  position: absolute;
  right: 5px;
  top: 5px;
}

/* 입찰공고 낙찰공고 상단 설정 */
#bidscore .detail_gary_wrap .bid_content_set{
  width: 100%;
  min-height: 140px;
  background-color: #FFFFFF;
  border: 1px solid #CAD4DF;
  padding: 0 2.4rem;
}
#bidscore .detail_gary_wrap .bid_content_set>ul>li{
  border-bottom: 1px solid rgba(202, 212, 223, 0.25);
  padding: 1rem 0;
}
#bidscore .detail_gary_wrap .bid_content_set>ul>li:last-child{
  border-bottom: 0;
}
#bidscore .detail_gary_wrap .bid_content_set>ul>li>ul>li{
  float: left;
}
#bidscore .detail_gary_wrap .bid_content_set>ul>li>ul>li button{
  margin-right: .8rem;
}
#bidscore .detail_gary_wrap .bid_content_set>ul>li>ul>li:first-child{
  font-size: 1.4rem;
  font-weight: 500;
}
#bidscore .detail_gary_wrap .bid_content_set>ul>li>ul>li:first-child button{
  margin: 0 4rem 0 1.6rem;
}
#bidscore .content_wrap .container-wide{
  padding-bottom: 4rem;
  margin-top: 2.4rem;
}

/* bid_option_wrap */
#bidscore .bid_option_wrap{
  margin-bottom: .6rem;
}
#bidscore .bid_option_wrap .f_left button{
  margin-right: .2rem;
  vertical-align:bottom;
}
#bidscore .bid_option_wrap .f_left .list_search_select{
  margin-right: .2rem;
}
#bidscore .bid_option_wrap .f_right .search_wrap,
#bidscore .bid_option_wrap .f_right .list_search_select,
#bidscore .bid_option_wrap .f_right button{
  margin-right: .2rem;
}
#bidscore .bid_option_wrap .f_right .search_wrap:last-child,
#bidscore .bid_option_wrap .f_right .list_search_select:last-child,
#bidscore .bid_option_wrap .f_right button:last-child{
  margin-right: 0;
}

/* table */
#bidscore table.bidtable a{cursor: pointer;}
#bidscore table.bidtable a:visited {color: #2575BC;text-decoration:none;}
#bidscore table.bidtable .basic_cost   {color : #2270d2 !important;}
#bidscore table.bidtable .virtual_cost {color : #DE5241 !important;}
#bidscore table.bidtable .my_rank_info {color : #DE5241 !important;}
#bidscore table.bidtable .through {text-decoration: line-through; color:#8f8f8f !important;}
#bidscore table.bidtable .first { background:#bbbff54a !important;}
#bidscore .al_view {  }
#bidscore .al_view:hover { text-decoration: underline;}
/* ----------------------------------- */

#bidscore table.listtable tr:hover{
  background-color: #f5f8ff;
}
#bidscore table.bidtable tr td.bg_red{
  background-color: #FFF0EB;
}
#bidscore table.bidtable tr td.bg_blue{
  background-color: #EBF1FF;
}
#bidscore table.bidtable tr td.bg_gray{
  background-color: #F6F6F6;
}
#bidscore table.bidtable tr td.txt_slice{
  display: block;
}
#bidscore table.bidtable tr td i.fa-sticky-note,
#bidscore table.bidtable tr td i.fa-star{
  color: #022270;
  font-size: 1.5rem;
}

#bidscore table.bidtable tr td .bid_favorite:hover, #bidscore table.bidtable tr td .company_favorite:hover{
  cursor:pointer;
}

#bidscore table.bidtable tr td.active{
  background : #fdede3 !important;
}


/* table label - 분석현황 라벨 */
#bidscore table.bidtable tr td span.label{
  display: inline-block;
  width: 8rem;
  height: 2.4rem;
  line-height: 2.4rem;
  border-radius: 3rem;
  color: #FFFFFF;
  font-family: 'Noto Sans KR', sans-serif;
}
#bidscore table.bidtable tr td span.label:hover{
  transition: 0.3s;
}
#bidscore table.bidtable tr td span.label.l_green{
  background-color: #2575BC;
  background: -webkit-linear-gradient(left, #4D8DBA, #43B3AF, #4D8DBA, #43B3AF);
  background: -moz-linear-gradient(left, #4D8DBA, #43B3AF, #4D8DBA, #43B3AF);
  background: linear-gradient(to right, #4D8DBA, #43B3AF, #4D8DBA, #43B3AF);
  background-size:300%;
  animation: green 2s linear infinite;
  position:relative;
}
#bidscore table.bidtable tr td span.l_green::before{
  position: absolute;
  content: "";
  top: -6px;
  left: -6px;
  border: 1px solid rgba(132, 132, 164, 0.3);
  height: calc(100% + 10px);
  width: calc(100% + 10px);
  border-radius: 30px;
  animation: 1.5s linear 0s normal none infinite focuse;
}

#bidscore table .today_bid:hover{
  cursor:pointer;
  color :#2575BC;
}

@media screen and (max-width: 1440px) {

  /* table label - 분석현황 라벨 */
  #bidscore table.bidtable tr td span.label{
    width: 7rem;
    font-size:1.2rem;
  }
}


@keyframes focuse {
  0% {
    transform: scale(0.8);
    opacity: 1; }
  75% {
    transform: scale(1.2);
    opacity: 0; }
  100% {
    transform: scale(1.2);
    opacity: 0; }
}
@keyframes green {
  0% {
    background-position:0% 50%
  }
  50% {
    background-position:100% 50%
  }
  100% { background-position:0% 50%
  }
}
#bidscore table.bidtable tr td span.label.l_blue{
  background-color: #2575BC;
  animation: blue 1.2s  infinite;
}
@keyframes blue {
  0% {
    color: #96C5EE;
  }
  100% {
    color: #FFFFFF;
  }
}
#bidscore table.bidtable tr td span.label.l_gray_dark{
  background-color: #656f7c;
}
#bidscore table.bidtable tr td span.label.l_gray_dark:hover{
  background-color: #75808f;
}
#bidscore table.bidtable tr td span.label.l_gray{
  background-color: #8492A6;
}
#bidscore table.bidtable tr td span.label.l_gray:hover{
  background-color: #94a3b9;
}
#bidscore table.bidtable tr td span.label.l_red{
  background-color: #e25140;
}
#bidscore table.bidtable tr td span.label.l_red:hover{
  background-color: #f56b5a;
}
#bidscore table.bidtable tr td span.label.l_purple{
    background-color: #5b5b9d;
}
#bidscore table.bidtable tr td span.label.l_purple:hover{
    background-color: #8c8cc9;
}
#bidscore table.bidtable tr td span.label.l_purple_pst {
    background: linear-gradient(
            110deg,
            #8c8cc9 40%,
            #a3a3e0 50%,
            #8c8cc9 60%
    );
    background-size: 200% 100%;
    animation: loading 2.3s linear infinite;
}

@keyframes loading {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
#bidscore table.bidtable tr td span.label.l_bluegreen{
  background-color: #00838f;
}
#bidscore table.bidtable tr td span.label.l_bluegreen:hover{
  background-color: #0e9ca9;
}
#bidscore table.bidtable tr td span.label.l_b_gray{
  background-color: #e7e7e7;
  color: #b8b8b8;
}
/* table button */
#bidscore table.bidtable tr td button{
  float: right;
}

/* 비드상세 */
#bidscore .content_wrap .container-detail{
  padding-bottom: 4rem;
  margin-top: 4rem;
}
#bidscore .bid_option_wrap .f_left h3{
  padding-top: .8rem;
}
#bidscore .bid_option_wrap .f_left h3 span{
  font-size: 1.3rem;
  font-weight: 400;
}
#bidscore .bid_option_wrap .review_location_btn{
  background-color: #ebf1ff;
}
#bidscore .bid_option_wrap .review_location_btn:hover {
  color: #488bc8;
}

/* 입찰상세 < 공고일정 */
#bidscore ul.schedule{
  background: #EBF1FF;
  padding: 2.4rem 4.2rem;
  margin-bottom: .8rem;
}
#bidscore ul.schedule li{
  position: relative;
  float:left;
  width: 13rem;
  height: 13rem;
  border-radius: 50%;
  margin-right: 2.1rem;
  background-color: #FFFFFF;
}
#bidscore ul.schedule li:last-child{
  margin-right: 0;
}
#bidscore ul.schedule li::after{
  content: '';
  width: 20px;
  height: 1px;
  background: #DDDDDD;
  position: absolute;
  right: -2.1rem;
  top: 50%;
}
#bidscore ul.schedule li:last-child::after{
  display: none;
}
#bidscore ul.schedule li.on{
  border: 1px solid #022270;
}
#bidscore ul.schedule li.on p{
  color: #022270;
  margin-top: 1rem;
}
#bidscore ul.schedule li.on p > i{
  font-size: 1.7rem;
  margin-bottom: 1.3rem;
}
#bidscore ul.schedule li p{
  color: #8492A6;
  line-height: 1.3;
  margin-top: 4rem;
}
#bidscore ul.schedule li p span{
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 2rem;
}
#bidscore ul.schedule li p span::before{
  content: '';
  width: 3.2rem;
  height: 1px;
  background-color: #8492A6;
  opacity: .8;
  position: absolute;
  top: -.8rem;
  left: 50%;
  transform: translateX(-50%);
}

/* 상세 < 참가자격유의사항 */
#bidscore .comment_wrap{
  width: 100%;
  border: 1px solid #C2CEDB;
  padding: 1.6rem 2.4rem;
  margin-bottom: .8rem;
}
#bidscore .comment_wrap p{
  line-height: 1.25;
}
/* 상세 < 특수자격 */
#bidscore .comment_wrap span.label{
  display: inline-block;
  border: 1px solid #022270;
  border-radius: 3rem;
  min-width: 10.2rem;
  padding: .3rem .8rem .4rem;
  margin-right: .8rem;
}

/* 상세 < 그래프 */
#bidscore .graph_wrap{
  border: 1px solid #C2CEDB;
  padding: 0.1rem 0rem;
  margin-bottom: .8rem;
}

/* 검색영역 */
#bidscore .list_search_select{
  position: relative;
  display: inline-block;
  margin: 0;
}
#bidscore .content_wrap .textarea_fix{
  margin-bottom: .8rem;
}

/* 전체보기 말풍선 */
.all_view_tooltip{
  position: absolute;
  left: -152px;
  top: -55px;
  width: 280px;
  height: 50px;
  z-index: 10;
  background-image: url(/resource/score/images/bsr_myb/말풍선2.png);
}

.first_company:hover{
  font-weight: bold;
  text-decoration: underline;
  cursor: pointer;
}

/*
 * [2026.02.27]박규태 대표사 선택하기 버튼 css 추가
 */

.leader_check_btn {
    background-color: #3a9bd5;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 7px 8px;
    font-size: 13px;
    cursor: pointer;
    font-weight: bold;
    display: inline-block;
}

/*
 * [2026.03.31][박규태] 오늘의 한마디 디자인
 */
 .today_wrap {
     position: relative;
     margin-left: 20px;
     margin-top: 7.5px;
     cursor: pointer;
     display: inline-flex;
     align-items: center;
     gap: 10px;
     height: 44px;
     padding: 0 16px 0 6px;
     background: #ffffff;
     border: 1px solid #d0d5dd;
     border-radius: 50px;
     box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
 }

/*
* [2026.04.1][정승호] 오늘의 한마디 디자인 수정
*/
.today_wrap_v2 {
  position: relative;
  margin-left: 20px;
  margin-top: 7.5px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 7px 15px 7px 15px;
  background: #ffffff;
  border: 1px solid #d0d5dd;
  border-radius: 50px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
}

.today_thumb {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
}

.today_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.today_txt {
    font-size: 14px;
    font-family: 'Malgun Gothic', '맑은 고딕', sans-serif;
    color: #111827;
    white-space: nowrap;
    font-weight: 500;
    cursor: pointer;
}

.today_txt_v2 {
  font-size: 14px;
  font-family: 'Malgun Gothic', '맑은 고딕', sans-serif;
  color: #111827;
  white-space: nowrap;
  font-weight: 500;
  cursor: pointer;
}

.highlight {
  color: #E4507A;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
}

.today_layer_wrap {
    position: absolute;
    display: inline-block;
    z-index: 10000;
    top: 0%;
    left: 103%;
}

.today_layer_top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 16px 16px 10px 16px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.today_layer {
    width: 420px;
    background: #ffffff;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.13);
    overflow: hidden;
    font-family: 'Malgun Gothic', '맑은 고딕', sans-serif;
}
.today_layer_v2 {
  width: 405px;
  background: #ffffff;
  border: 0.5px solid rgba(208, 213, 221, 0.5);
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  font-family: 'Malgun Gothic', '맑은 고딕', sans-serif;
}


/* 헤더 */
.today_layer_hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    background: #022270;
    border-bottom: 3px solid #4a7fd4;
}

.today_layer_hd_tit {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: -0.3px;
}

.today_layer_hd_close {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: inherit;
}

/* 바디 */
.today_layer_body {
    padding: 24px 24px 20px;
}

/* 프로필 */
.today_layer_profile {
    display: flex;
    align-items: center;
    gap: 14px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 18px;
}

/* 프로필 */
.today_layer_profile_v2 {
  display: flex;
  align-items: center;
  gap: 5px;
}

.today_layer_thumb {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    border: 2px solid #022270;
}

.today_layer_thumb_v2 {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.today_layer_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.today_layer_thumb_v2 img {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #eee;
}

.today_layer_profile_info {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.today_layer_date {
    font-size: 14px;
    color: #6b7280;
}

.today_layer_name {
    font-size: 15px;
    font-weight: 700;
    color: #022270;
    letter-spacing: -0.3px;
}
.today_layer_name_v2 {
  font-size: 15px;
  font-weight: 700;
  color: #2f2f32;
  margin-bottom: 5px;
  letter-spacing: -0.3px;
}

.close_1 {
  position: absolute;
  top: 16px;
  right: 16px;
  border: none;
  background: none;
  cursor: pointer;
}

/* 내용 */
.today_layer_content {
    font-size: 14px;
    color: #374151;
    line-height: 1.8;
    word-break: break-all;
    min-height: 80px;
    max-height: 200px;
    overflow-y: auto;
}

/* 내용 */
.today_layer_content_v2 {
  font-size: 16px;
  margin: 10px 0;
  padding: 0px 20px;
  color: #374151;
  line-height: 1.6;
  word-break: break-word;
  white-space: normal;
  overflow-wrap: anywhere;
  max-height: 140px;
  overflow-y: auto;
}

/* 푸터 */
.today_layer_ft {
    display: flex;
    justify-content: center;
    padding: 14px 20px 20px;
    border-top: 1px solid #e5e7eb;
    background: #f3f4f6;
}

.today_layer_btn_close {
    height: 42px;
    padding: 0 50px;
    background: #022270;
    border: none;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    font-family: inherit;
    letter-spacing: -0.2px;
}

.today_layer_btn_close_v2 {
  width: 65px;
  height: 30px;
  padding: 5px;
  border: none;
  border-radius: 5px;
  background: #eee;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 15px;
}

.today_layer_btn_close_v2:hover {
  background: #ddd;
}
.today_layer_btn_close:hover {
    background: #011a5a;
}
