@charset "utf-8";

/* News board layout */
.page-news .news-hero {
  border-bottom: 1px solid #e2e2e2;
}

.page-news .ats-news-wrap {
     width: min(calc(100% - (var(--gutter) * 2)), var(--layout-max));
    max-width: var(--layout-max);
  min-height: 42vh;
  margin: 70px auto 150px;
  color: #17171a;
  font-size: 16px;
}

.page-news .ats-news-wrap--detail,
.page-news .ats-news-wrap--editor {
  width: min(1360px, calc(100% - 16.6667vw));
}

.page-news .ats-news-wrap--detail {
  margin-top: calc(var(--header-h) + clamp(48px, 4vw, 72px));
  margin-top: 20rem !important;
}

.page-news #bo_gall,
.page-news #bo_v,
.page-news #bo_w,
.page-news #fboardlist,
.page-news #fwrite {
  width: 100% !important;
  max-width: none;
}

/* Categories and utility toolbar */
.page-news #bo_cate {
  margin: 0 0 42px;
}

.page-news #bo_cate h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.page-news #bo_cate_ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.page-news #bo_cate_ul a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 18px;
  border: 1px solid #d8d8d8;
  color: #555;
  font-size: 14px;
}

.page-news #bo_cate_ul a#bo_cate_on,
.page-news #bo_cate_ul a:hover {
  border-color: #104b9d;
  background: #104b9d;
  color: #fff;
}

.page-news #bo_btn_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 46px;
  margin: 0 0 24px;
}

.page-news #bo_list_total {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}

.page-news #bo_list_total span {
  margin-right: 8px;
  color: #17171a;
  font-weight: 700;
}

.page-news .btn_bo_user {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news .btn_bo_user > li {
  position: relative;
  width: auto;
  margin: 0;
}

.page-news .btn_bo_user > li > .btn,
.page-news .btn_bo_user > li > button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  min-width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #d6d6d6;
  border-radius: 0;
  background: #fff;
  color: #242429;
  font-size: 15px;
  line-height: 1;
}

.page-news .btn_bo_user > li > .btn:hover,
.page-news .btn_bo_user > li > button:hover,
.page-news .btn_bo_user > li > .btn:focus-visible,
.page-news .btn_bo_user > li > button:focus-visible {
  border-color: #104b9d;
  background: #104b9d;
  color: #fff;
}

.page-news .btn_bo_user .btn_admin {
  border-color: #104b9d;
  background: #104b9d;
  color: #fff;
}

.page-news #bo_btn_top .btn_admin,
.page-news #bo_btn_top .btn_bo_sch,
.page-news #bo_btn_top .ats-board-write-btn,
.page-news #bo_btn_top .btn_more_opt.is_list_btn {
  width: auto;
  min-width: 82px;
  padding: 0 16px;
  font-size: 0;
}

.page-news #bo_btn_top .btn_bo_sch {
  min-width: 108px;
}

.page-news #bo_btn_top .btn_admin i,
.page-news #bo_btn_top .btn_bo_sch i,
.page-news #bo_btn_top .ats-board-write-btn i,
.page-news #bo_btn_top .btn_more_opt.is_list_btn i {
  display: none;
}

.page-news #bo_btn_top .btn_admin::before,
.page-news #bo_btn_top .btn_bo_sch::before,
.page-news #bo_btn_top .ats-board-write-btn::before,
.page-news #bo_btn_top .btn_more_opt.is_list_btn::before {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.page-news #bo_btn_top .btn_admin::before {
  content: "Admin";
}

.page-news #bo_btn_top .btn_bo_sch::before {
  content: "Search";
}

.page-news #bo_btn_top .ats-board-write-btn::before {
  content: "Write";
}

.page-news .ats-news-wrap--public #bo_btn_top .btn_bo_sch {
  display: none;
}

.page-news #bo_btn_top .btn_more_opt.is_list_btn::before {
  content: "Options";
}

.page-news .more_opt {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 50;
  width: 132px;
  margin: 0;
  padding: 6px 0;
  border: 1px solid #d8d8d8;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0, 0, 0, .1);
}

.page-news .more_opt li {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: left;
}

.page-news .more_opt li a,
.page-news .more_opt li button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 40px;
  padding: 0 14px;
  border: 0;
  background: #fff;
  color: #444;
  font-size: 13px;
  text-align: left;
}

.page-news .more_opt li button[type="submit"] {
  justify-content: flex-start;
}

.page-news .more_opt li button[type="submit"] i {
  display: none;
}

.page-news .more_opt li a:hover,
.page-news .more_opt li button:hover {
  background: #f2f5f9;
  color: #104b9d;
}

/* Selection controls */
.page-news #gall_allchk {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 20px;
  color: #555;
  font-size: 14px;
}

.page-news .gall_chk {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 5;
}

.page-news .chk_box input[type="checkbox"],
.page-news .gall_chk input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  accent-color: #104b9d;
}

.page-news .gall_chk label span,
.page-news #gall_allchk label span {
  display: none;
}

/* Card list */
.page-news #gall_ul.gall_row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 58px 18px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-news #gall_ul .gall_li {
  width: auto !important;
  min-width: 0;
  margin: 0;
  padding: 0 !important;
}

.page-news .gall_box,
.page-news .gall_con {
  position: relative;
  width: 100%;
}

.page-news .gall_img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 1.38 / 1;
  overflow: hidden;
  background: #d3d3d3;
}

.page-news .gall_img > a {
  display: block;
  width: 100%;
  height: 100%;
}

.page-news .gall_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.page-news .gall_li:hover .gall_img img {
  transform: scale(1.025);
}

.page-news .gall_img .no_image,
.page-news .gall_img .is_notice {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0;
  line-height: normal !important;
  background: #d3d3d3;
}

.page-news .gall_img .no_image::before,
.page-news .gall_img .is_notice::before {
  content: "";
  width: 42%;
  max-width: 190px;
  aspect-ratio: 195 / 76;
  background: url("../img/ats-footer-logo.svg") center / contain no-repeat;
  filter: grayscale(1) brightness(0) invert(1);
  opacity: .76;
}

.page-news .gall_img .is_notice::after {
  content: "NOTICE";
  position: absolute;
  right: 14px;
  bottom: 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.page-news .gall_text_href {
  padding-top: 15px;
}

.page-news .bo_cate_link {
  display: inline-block;
  margin-bottom: 7px;
  color: #104b9d;
  font-size: 13px;
  font-weight: 700;
}

.page-news .gall_text_href .bo_tit {
  display: block;
  min-width: 0;
  color: #17171a;
  font-size: clamp(17px, 1.1458vw, 22px);
  font-weight: 800;
  line-height: 1.4;
}

.page-news .gall_text_href .bo_tit:hover {
  color: #104b9d;
}

.page-news .new_icon,
.page-news .hot_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  margin-left: 5px;
  background: #104b9d;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.page-news .bo_cnt,
.page-news .gall_option {
  display: none;
}

.page-news .gall_info {
  margin-top: 16px;
  color: transparent;
  font-size: 0;
}

.page-news .gall_info .gall_date {
  display: inline-block;
  color: #626268;
  font-size: 14px;
  line-height: 1.4;
}

.page-news .gall_info .gall_date i,
.page-news .gall_info .gall_view {
  display: none;
}

.page-news #bo_gall li.empty_list {
  grid-column: 1 / -1;
  padding: 120px 24px;
  border-top: 1px solid #222;
  border-bottom: 1px solid #ddd;
  color: #777;
  text-align: center;
}

.page-news #bo_gall .bo_fx {
  display: none;
}

/* Pagination */
.page-news .pg_wrap {
  display: block;
  margin: 100px 0 0;
  text-align: center;
}

.page-news .pg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}

.page-news .pg_page,
.page-news .pg_current {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 6px;
  border: 0;
  background: #fff;
  color: #999;
  font-size: 13px;
}

.page-news .pg_current {
  color: #111;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-news .pg_start,
.page-news .pg_end {
  display: none;
}

/* Search dialog */
.page-news .bo_sch_wrap {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
}

.page-news .bo_sch_bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, .36);
}

.page-news .bo_sch {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(420px, calc(100% - 32px));
  padding: 28px;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .18);
}

.page-news .bo_sch h3 {
  margin: 0 0 22px;
  font-size: 22px;
}

.page-news .bo_sch form {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 10px;
}

.page-news .bo_sch select,
.page-news .bo_sch .sch_bar {
  height: 46px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background: #fff;
}

.page-news .bo_sch select {
  width: 100%;
  padding: 0 10px;
  font-size: 14px;
}

.page-news .bo_sch .sch_bar {
  display: flex;
}

.page-news .bo_sch .sch_input {
  min-width: 0;
  flex: 1;
  height: 44px;
  padding: 0 12px;
  border: 0;
  background: transparent;
  font-size: 14px;
}

.page-news .bo_sch .sch_btn,
.page-news .bo_sch .bo_sch_cls {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #fff;
}

.page-news .bo_sch .sch_btn {
  width: 44px;
  color: #104b9d;
}

.page-news .bo_sch .sch_btn .fa-search {
  display: inline-block;
  font-family: "FontAwesome" !important;
  font-size: 16px;
  font-style: normal;
  line-height: 1;
}

.page-news .bo_sch .sch_btn .fa-search::before {
  content: "\f002";
}

.page-news .bo_sch .bo_sch_cls {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  color: #777;
}

.page-news .bo_sch .bo_sch_cls i {
  display: none;
}

.page-news .bo_sch .bo_sch_cls::before {
  content: "\f00d";
  font-family: "FontAwesome" !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

/* Detail */
.page-news #bo_v {
  margin: 0;
  background: #fff;
}

.page-news #bo_v > header {
  padding: 0 0 28px;
  border-bottom: 2px solid #17171a;
}

.page-news #bo_v_title {
  margin: 0;
}

.page-news #bo_v_title .bo_v_cate {
  display: inline-block;
  margin-bottom: 12px;
  color: #104b9d;
  font-size: 14px;
  font-weight: 700;
}

.page-news #bo_v_title .bo_v_tit {
  display: block;
  color: #17171a;
  font-size: clamp(28px, 2.4vw, 46px);
  font-weight: 800;
  line-height: 1.28;
}

.page-news #bo_v_info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 82px;
  padding: 18px 0;
  border-bottom: 1px solid #e4e4e4;
  color: #6d6d73;
}

.page-news #bo_v_info > h2 {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.page-news #bo_v_info .profile_info,
.page-news #bo_v_info .profile_info_ct {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px 16px;
}

.page-news #bo_v_info .pf_img {
  display: none;
}

.page-news #bo_v_info strong {
  margin: 0;
  color: #6d6d73;
  font-size: 13px;
  font-weight: 400;
}

.page-news #bo_v_info .fa-eye {
  margin-right: 4px;
  /* color: #123e73; */
  font-size: 14px;
}

.fa-eye:before {
  content: "view";
}

.page-news #bo_v_top {
  flex: none;
}

.page-news #bo_v_top .ats-view-list,
.page-news #bo_v_top .ats-view-reply,
.page-news #bo_v_top .ats-view-write,
.page-news #bo_v_top .btn_more_opt.is_view_btn {
  width: auto;
  min-width: 72px;
  padding: 0 16px;
  font-size: 0;
}

.page-news #bo_v_top .ats-view-list i,
.page-news #bo_v_top .ats-view-reply i,
.page-news #bo_v_top .ats-view-write i,
.page-news #bo_v_top .btn_more_opt.is_view_btn i {
  display: none;
}

.page-news #bo_v_top .more_opt.is_view_btn li i {
  display: none;
}

.page-news #bo_v_top .ats-view-list::before,
.page-news #bo_v_top .ats-view-reply::before,
.page-news #bo_v_top .ats-view-write::before,
.page-news #bo_v_top .btn_more_opt.is_view_btn::before {
  color: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.page-news #bo_v_top .ats-view-list::before {
  content: "List";
}

.page-news #bo_v_top .ats-view-reply::before {
  content: "Reply";
}

.page-news #bo_v_top .ats-view-write::before {
  content: "Write";
}

.page-news #bo_v_top .btn_more_opt.is_view_btn::before {
  content: "Options";
}

.page-news #bo_v_atc {
  min-height: 360px;
  padding: 64px 0 80px;
}

.page-news #bo_v_atc_title {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.page-news #bo_v_share {
  margin-bottom: 26px;
}

.page-news #bo_v_img {
  display: grid;
  gap: 22px;
  margin-bottom: 36px;
}

.page-news #bo_v_img img,
.page-news #bo_v_con img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

.page-news #bo_v_con {
  min-height: 240px;
  color: #2d2d31;
  font-size: 17px;
  line-height: 1.9;
}

.page-news #bo_v_con a {
  color: #104b9d;
  text-decoration: underline;
}

.page-news #bo_v_act {
  margin: 48px 0 0;
  text-align: center;
}

.page-news #bo_v_act a,
.page-news #bo_v_act > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  height: 44px;
  margin: 0 3px;
  border: 1px solid #d6d6d6;
  background: #fff;
  color: #444;
}

.page-news #bo_v_file,
.page-news #bo_v_link {
  margin: 0 0 18px;
  padding: 22px 24px;
  background: #f7f7f7;
}

.page-news #bo_v_file h2,
.page-news #bo_v_link h2 {
  margin: 0 0 12px;
  color: #222;
  font-size: 15px;
}

.page-news #bo_v_file li,
.page-news #bo_v_link li {
  padding: 9px 0;
  color: #666;
  font-size: 13px;
}

.page-news #bo_v_file a,
.page-news #bo_v_link a {
  color: #333;
}

.page-news .bo_v_nb {
  margin: 64px 0 0;
  border-top: 1px solid #222;
  border-bottom: 1px solid #ddd;
}

.page-news .bo_v_nb li {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  min-height: 62px;
  padding: 0 18px;
  border-top: 1px solid #eee;
  color: #666;
}

.page-news .bo_v_nb li:first-child {
  border-top: 0;
}

.page-news .bo_v_nb a {
  min-width: 0;
  overflow: hidden;
  color: #222;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-news .bo_v_nb .btn_prv .nb_tit,
.page-news .bo_v_nb .btn_prv a,
.page-news .bo_v_nb .btn_prv .nb_date {
  font-size: 14px;
}

.page-news .bo_v_nb .nb_date {
  color: #999;
  font-size: 13px;
}

/* Comments */
.page-news #bo_vc,
.page-news #bo_vc_w {
  margin-top: 64px;
  padding-top: 28px;
  border-top: 1px solid #222;
}

.page-news #bo_vc article {
  padding: 22px 0;
  border-bottom: 1px solid #ececec;
}

.page-news #bo_vc .cmt_contents {
  margin-top: 12px;
  color: #444;
  line-height: 1.75;
}

.page-news #bo_vc_w textarea {
  width: 100%;
  min-height: 130px;
  padding: 16px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  resize: vertical;
}

/* Editor */
.page-news #bo_w {
  padding-top: 4px;
}

.page-news #bo_w .write_div {
  position: relative;
  margin: 0 0 18px;
}

.page-news #bo_w .bo_w_info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.page-news #bo_w .frm_input,
.page-news #bo_w select,
.page-news #bo_w input[type="text"],
.page-news #bo_w input[type="password"],
.page-news #bo_w input[type="email"] {
  width: 100%;
  height: 54px;
  padding: 0 16px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  background: #fff;
  color: #222;
  font-size: 15px;
}

.page-news #bo_w .half_input,
.page-news #bo_w .full_input {
  width: 100%;
}

.page-news #bo_w .bo_v_option {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  padding: 18px;
  background: #f7f7f7;
}

.page-news #bo_w .bo_v_option li {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.page-news #bo_w .bo_w_tit {
  border-top: 2px solid #17171a;
  padding-top: 20px;
}

.page-news #bo_w #autosave_wrapper {
  display: flex;
  gap: 8px;
}

.page-news #bo_w #wr_subject {
  min-width: 0;
  flex: 1;
  padding-right: 16px;
}

.page-news #bo_w #btn_autosave,
.page-news #bo_w .btn_frmline {
  flex: none;
  min-height: 54px;
  padding: 0 16px;
  border: 1px solid #d8d8d8;
  background: #f7f7f7;
  color: #555;
}

.page-news #bo_w #autosave_pop {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  z-index: 20;
  width: min(440px, 100%);
  padding: 20px;
  border: 1px solid #d8d8d8;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0, 0, 0, .1);
}

.page-news #bo_w .wr_content textarea {
  width: 100%;
  min-height: 420px;
  padding: 18px;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  color: #222;
  font-size: 16px;
  line-height: 1.75;
  resize: vertical;
}

.page-news #bo_w .wr_content iframe {
  width: 100% !important;
  max-width: 100%;
  background: #fff;
}

.page-news #bo_w .bo_w_link label,
.page-news #bo_w .bo_w_flie .lb_icon {
  position: absolute;
  top: 1px;
  left: 1px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 52px;
  border-right: 1px solid #d8d8d8;
  background: #f5f7fa;
  color: #123e73;
  font-size: 13px;
  font-weight: 700;
}

.page-news #bo_w .bo_w_link .frm_input {
  padding-left: 90px;
}

.page-news #bo_w .bo_w_flie {
  padding: 14px 16px;
  border: 1px solid #d8d8d8;
}

.page-news #bo_w .bo_w_flie[hidden] {
  display: none !important;
}

.page-news #bo_w .bo_w_flie .file_wr {
  position: relative;
  min-height: 42px;
  padding-left: 86px;
}

.page-news #bo_w .bo_w_flie .lb_icon {
  top: -5px;
  left: 0;
  height: 42px;
}

.page-news #bo_w .frm_file {
  width: 100%;
  min-height: 38px;
}

.page-news #bo_w .file_del {
  display: block;
  margin-top: 10px;
  color: #777;
  font-size: 13px;
}

.page-news #bo_w .ats-news-file-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
}

.page-news #bo_w .ats-news-file-add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 126px;
  min-height: 44px;
  padding: 0 18px;
  border: 1px solid #123e73;
  background: #fff;
  color: #123e73;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}

.page-news #bo_w .ats-news-file-add:hover,
.page-news #bo_w .ats-news-file-add:focus-visible {
  background: #123e73;
  color: #fff;
}

.page-news #bo_w .ats-news-file-add[hidden] {
  display: none;
}

.page-news #bo_w .ats-news-file-add__plus {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.page-news #bo_w .btn_confirm {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 34px;
  padding-top: 24px;
  border-top: 1px solid #e4e4e4;
}

.page-news #bo_w .btn_confirm .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  height: 50px;
  padding: 0 22px;
  border: 1px solid #17171a;
  border-radius: 0;
  font-size: 15px;
  font-weight: 700;
}

.page-news #bo_w .btn_cancel {
  background: #fff;
  color: #17171a;
}

.page-news #bo_w .btn_submit {
  background: #104b9d;
  border-color: #104b9d;
  color: #fff;
}

@media (max-width: 1024px) {
  .page-news .ats-news-wrap,
  .page-news .ats-news-wrap--detail,
  .page-news .ats-news-wrap--editor {
    width: min(100% - 12%, 1600px);
    margin: 52px auto 100px;
  }

  .page-news .ats-news-wrap--detail {
    margin-top: calc(var(--header-h) + 40px);
  }

  .page-news #gall_ul.gall_row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 16px;
  }

  .page-news .gall_text_href .bo_tit {
    font-size: 18px;
  }

  .page-news .pg_wrap {
    margin-top: 72px;
  }

  .page-news #bo_v_info {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-news #bo_v_atc {
    padding: 44px 0 60px;
  }

  .page-news #bo_w .wr_content textarea {
    min-height: 340px;
  }
}

@media (max-width: 600px) {
  .page-news .ats-news-wrap,
  .page-news .ats-news-wrap--detail,
  .page-news .ats-news-wrap--editor {
    /* width: calc(100% - 32px); */
    margin: 38px auto 76px;
  }

  .page-news .ats-news-wrap--detail {
    margin-top: calc(var(--header-h) + 28px);
  }

  .page-news #bo_btn_top {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-news #gall_ul.gall_row {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .page-news .gall_img {
    aspect-ratio: 1.34 / 1;
  }

  .page-news .pg_wrap {
    margin-top: 58px;
  }

  .page-news .bo_sch {
    padding: 24px 18px;
  }

  .page-news .bo_sch form {
    grid-template-columns: 1fr;
  }

  .page-news #bo_v_title .bo_v_tit {
    font-size: 26px;
  }

  .page-news #bo_v_info .profile_info_ct {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-news #bo_v_top,
  .page-news #bo_v_top .btn_bo_user {
    width: 100%;
  }

  .page-news #bo_v_top .btn_bo_user {
    justify-content: flex-start;
  }

  .page-news #bo_v_con {
    font-size: 16px;
  }

  .page-news .bo_v_nb li {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
    padding: 0 4px;
  }

  .page-news .bo_v_nb .nb_date {
    display: none;
  }

  .page-news #bo_w .bo_w_info {
    grid-template-columns: 1fr;
  }

  .page-news #bo_w #autosave_wrapper {
    align-items: stretch;
    flex-direction: column;
  }

  .page-news #bo_w #btn_autosave,
  .page-news #bo_w .btn_frmline {
    width: 100%;
  }

  .page-news #bo_w .btn_confirm {
    flex-direction: column-reverse;
  }

  .page-news #bo_w .btn_confirm .btn {
    width: 100%;
  }
}
