.list_num{
  font-size: 0.95em;
  color: var(--grey3);
  padding-bottom: calc(var(--padding)*2);
}
[class^="act_list"]{
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}
[class^="act_list"] li{
  padding-bottom: calc(var(--padding)*3);
  width: 100%;
  overflow: hidden;
}
[class^="act_list"] li + li{
  border-top: 1px solid var(--border);
  padding-top: calc(var(--padding)*3);
}
[class^="act_list"] li a{
  display: flex;
  justify-content: start;
  align-items: stretch;
  gap: 20px;
}
[class^="act_list"] li a:hover .img_box img{
  /* transform: scale(1.05); */
}
[class^="act_list"] li .img_box{
  width: 200px;
  min-width: 200px;
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
[class^="act_list"] li .img_box img{
  max-width: 100%;
  transition: .2s;
}
[class^="act_list"] li .sel{
  /* width: 450px; */
  min-height: 115px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
[class^="act_list"] li .lin_title{
  font-size: 1.175em;
  line-height: 1.2em;
  font-weight: 600;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: calc(var(--padding));
}
[class^="act_list"] li .lin_cont{
  color: #949494;
  font-size: 0.95em;
  line-height: 1.35em;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 표시할 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  /* margin-bottom: calc(var(--padding)*2); */
  word-break:break-all;
}
[class^="act_list"] .lin_data{
  display: flex;
  justify-content: end;
  align-items: center;
  font-size: 0.875em;
  color: var(--grey3);
  margin-top: auto;
}
[class^="act_list"] li .lin_data div + div::before{
  content: "|";
  padding: 0 5px;
}
[class^="act_list"] li .lin_parag{
  font-size: 0.9em;
  margin-top: auto;
}
[class^="act_list"] li .lin_parag::before{
  content: "ㆍ";
}
[class^="act_list"] li .sel{
  max-width: 480px;
}
[class^="act_list"] li.null_li .sel{
  max-width: 700px;
}
.act_list_sty2 li .sel{
  max-width: 100%;
}

/* .act_list li:nth-child(1) */
.act_list_sty1 li.first_ch .img_box{
  width: 300px;
  height: 170px;
}
.act_list_sty1 li.first_ch .sel{
  width: 380px;
}
.act_list_sty1 li.first_ch.null_li .sel{
  width: 700px;
}
.act_list_sty1 li.first_ch .lin_title{
  font-size: 1.6em;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 표시할 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: unset;
  line-height: 1.1em;
}
.act_list_sty1 li.first_ch .lin_cont{
  display: -webkit-box;
  -webkit-line-clamp: 3; /* 표시할 줄 수 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.act_list_sty1 li.first_ch.null_li .lin_cont{
  margin-bottom: 10px;
}


.act_banner{
  width: 100%;
  height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin-bottom: calc(var(--padding)*3.5);
}
.act_banner img{
  display: block;
  max-width: 100%;
}
.act .top_data{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: calc(var(--padding)*1.5);
  font-size: 0.9em;
}
.act .top_data .select_wrap{
  width: 120px;
}
.act .top_data .select_wrap .selectDiv{
  position: relative;
  background-color: var(--white);
  top: auto;
  border: none;
}
.act .top_data .select_wrap .selectDiv .option_list{
  bottom: auto;
  border: none;
  top: 95%;
}
.act .top_data .select_wrap .selectDiv .option_list li a{
  padding: 6px 9px;
}

.act .drop_bar{
  display: block !important;
  position: relative;
  box-shadow: none;
}
.search{
  padding: 0 0 30px;
  min-width: 1480px;
}
.drop_bar_reality{
  position: relative;
  display: block;
  box-shadow: none;
  z-index: 10;
}
.drop_bar_reality .xBox{
  visibility: hidden !important;
}

/* graphics */
.graphics_list{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 35px 60px;
  justify-content: center;
  max-width: 1100px;
  margin: auto;
  padding-bottom: calc(var(--padding)*10);
}
.graphics_list li{
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.graphics_list li .img_box{
  height: 220px;
  border-radius: 6px;
  border: 1px solid var(--border);
  padding: 15px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-sizing: border-box;
}
.graphics_list li .img_box div{
  max-height: 190px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.graphics_list li .img_box img{
  width: 100%;
}
.graphics_list li .gr_title .tt{
  font-size: 1.1em;
  line-height: 1.3em;
  height: calc(1.3em * 2);
  margin-bottom: calc(var(--padding)*.8);
}
.graphics_list li .gr_title .date{
  font-size: 0.9em;
  color: var(--grey3);
}

/* notice */
.notice .not_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-bottom: calc(var(--padding)*3.5);
}
.notice .chan_tab{
  margin-right: auto;
  display: flex;
  gap: 15px;
}
.notice .chan_tab a{
  display: block;
  padding: 6px 12px;
  border: 1px solid #949494;
  border-radius: 100px;
  color: #949494;
}
.notice .chan_tab a.active{
  border-color: var(--point_main);
  color: var(--point_main);
}
.notice .search_guide{
  margin-left: auto;
  position: relative;
}
.notice .search_guide form{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 12px;
  border: 2px solid var(--border);
  border-radius: 10px;
}
.notice .search_guide .search_icon{
  width: 24px;
}
.notice .search_guide .search_icon svg{
  width: 100%;
  fill: var(--grey3);
  cursor: pointer;
}
.notice .adv_list{
  border-radius: 10px;
  background-color: #002C66;
  color: var(--white);
}
.notice .adv_list a{
  display: block;
  padding: 10px 46px;
}

.notice_view .top_state{}
.notice_view .state_href{
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 25px;
  color: #949494;
  padding-bottom: calc(var(--padding)*3);
}
.notice_view .state_href li{
  position: relative;
}
.notice_view .state_href li + li::before{
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 8px;
  height: 8px;
  border: 1px solid #949494;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg) translateY(-50%);
}
.notice_view .top_title{
  display: flex;
  justify-content: start;
  align-items: end;
  gap: 25px;
  padding-bottom: calc(var(--padding)*1.5);
  border-bottom: 1px solid var(--dark);
}
.notice_view .top_title h2{
  font-size: 1.45em;
  line-height: 1.1em;
  font-weight: 500;
}
.notice_view .top_title .data{
  color: #A5A5A5;
}
.notice_view .top_title .funct_btn{
  position: relative;
  top: 10px;
  margin-left: auto;
}
.notice_view .notice_content{
  line-height: 1.55em;
  padding: calc(var(--padding)*4.5) calc(var(--padding)*2);
  border-bottom: 1px solid var(--border);
  margin-bottom: calc(var(--padding)*1.5);
  border: 1px solid var(--border);
  border-radius: 15px;
  margin-top: 35px;
}
.notice_view .notice_content img, .notice_view .notice_content figure{
  display: block;
  margin: 0 auto;
}
.notice_view .notice_content .pdf_load{
  display: block;
  width: max-content;
  margin-left: auto;
  color: #4D4D4D;
  max-width: 300px;
  margin-bottom: 10px;
}
.notice_view .notice_content .pdf_load a{
  position: relative;
  display: block;
  max-width: 100%;
  padding: 2px 30px 2px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: #F5F5F5;
  transition: .3s;
  border-radius: 6px;
}
.notice_view .notice_content .pdf_load a:hover{
  background-color: #e9e9e9;
  color: var(--point_blue);
}
.notice_view .notice_content .pdf_load a:hover svg{
  fill: var(--point_blue);
}
.notice_view .notice_content .pdf_load a span{
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-flex;
  margin-left: 0;
}
.notice_view .notice_content .pdf_load a svg{
  width: 18px;
  height: 18px;
  transition: .3s;
}

.notice_view .notice_content img, .notice_view .notice_content video{
  max-width: 100%;
  padding-bottom: 5px;
}
.notice_view .bottom_control{
  display: flex;
  justify-content: space-between;
}
.notice_view .href_link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #8D8D8D;
  transition: .3s;
}
.notice_view .href_link:hover{
  color: var(--dark);
}
.notice_view .href_link:hover svg{
  fill: var(--dark);
}
.notice_view .ne_pr_btn{
  display: flex;
  gap: 25px;
  color: #8D8D8D;
  padding-right: 5px;
}
.notice_view .ne_pr_btn a{
  display: flex;
  align-items: center;
  gap: 3px;
  transition: .3s;
}
.notice_view .ne_pr_btn a:hover{
  color: var(--dark);
}
.notice_view .ne_pr_btn i{
  font-size: 0.9em;
}
.notice_view .href_link a{
  gap: 3px;
}
.notice_view .href_link svg{
  width: 22px;
  height: 22px;
  fill: #8D8D8D;
  transition: .3s;
}
.board_list{
  border-top: 1px solid var(--dark);
  font-size: 0.9em;
  line-height: 1em;
  padding-bottom: calc(var(--padding)*8);
  color: #4D4D4D;
}
.board_list li{
  display: flex;
  padding: 15px;
  gap: 10px;
  border-bottom: 1px solid var(--border);
  text-align: center;
  transition: .3s;
}
.board_list li:hover{
  background-color: #f8f9fa;
}
.board_list li.head{
  font-weight: bold;
  background: #f0f1f3;
}
.board_list li.head span{
  color: #4D4D4D !important;
}
.board_list li span{
  flex: 1;
  padding: 0 5px;
}
.board_list li span:nth-child(2){
  flex: 6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.board_list li:not(.head) span:nth-child(2){
  text-align: left;
}
.board_list li span:nth-child(4){
  color: #9A9A9A;
}
.board_list li .ing{
  color: #2845B6;
  font-weight: 500;
}

.act_report{
  padding: 0 0 30px;
}
.act_reporter{
  position: relative;
  background-color: #F2F3F7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
  gap: 20px;
  margin-bottom: calc(var(--padding)*3.5);
}
.report_profile{
  width: 120px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 100%;
}
.report_profile img{
  width: 100%;
}
.report_data{
  display: flex;
  flex-wrap: wrap;
  white-space: nowrap;
  gap: 5px 0;
  /* max-width: 180px; */
}
.report_data .re_name{
  color: var(--black);
  font-weight: 500;
  font-size: 1.125em;
}
.report_data .re_posit::before{
  content: "|";
  color: var(--border);
  padding: 0 8px;
}
.report_data .re_mail{
  width: 100%;
  color: #949494;
}
.act_reporter .report_bg{
  position: absolute;
  top: 0;
  left: calc(50% + 200px);
  height: 100%;
}
.act_reporter .report_bg img{
  height: 100%;
}





.price_de{
  display: table;
  border-collapse: collapse;
  width: 235px;
  position: absolute;
  top: 20px;
  left: calc(50% + 160px);
  color: var(--dark);
  background: white;
  font-size: 0.85em;
  line-height: 1em;
  border-radius: 8px;
  text-align: center;
  /* overflow: hidden; */
}
.price_de .row{
  display: table-row;
  height: 28px;
}
.price_de .cell{
  display: table-cell;
  border: 1px solid var(--dark);
  padding: 0px 10px;
  vertical-align: middle;
  white-space: nowrap;
}
.price_de .cell:first-child{
  width: 35%;
}
.price_de .cell:last-child{
  width: 65%;
}
.price_de .vat_tip{
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  color: var(--white);
  font-size: 12px;
  font-weight: 200;
}
.act.search [class^="drop_bar"] .keyword_title .xBox{
  display: none;
}
[class^="drop_bar"] .keyword_title .date_pickon{
  font-size: 0.9rem;
  width: 250px;
  background-color: var(--grey1);
  padding: 0 8px;
  border-radius: 6px;
}
[class^="drop_bar"] .keyword_title .date_pickon .date_flex{
  display: flex;
  align-items: center;
}
[class^="drop_bar"] .keyword_title .date_pickon input{
  display: block;
  width: 100%;
  text-align: center;
}