@charset "UTF-8";
/* Visual */
/* 수정 */
.sub-vis {
  position: relative;
  height: 171px;
  /* margin-bottom:36px; */
  text-align: center;
}

.sub-vis .g-title,
.sub-vis .g-title-sub {
  padding: 0;
  color: #fff;
  text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;
}

.sub-vis .g-title:last-child {
  margin-bottom: 0;
}

.sub-vis .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub-vis.ty {
  margin-bottom: 0;
}

.sub-vis .in {
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  z-index: 20;
  transform: translateY(-50%);
}

.sub-vis.ty-2 .bg {
  background-image: url("../../img/sub/vis-ty-2.jpg");
} /* 뉴스마켓 소개 - 뉴스마켓 소개 */
.sub-vis.ty-2-2 .bg {
  background-image: url("../../img/sub/vis-ty-2-2.jpg");
} /* 뉴스마켓 소개 - 뉴스저작권 상품안내 */
.sub-vis.ty-2-3 .bg {
  background-image: url("../../img/sub/vis-ty-2-3.jpg");
} /* 뉴스마켓 소개 - 참여 언론사 */
.sub-vis.ty-3 .bg {
  background-image: url("../../img/sub/vis-ty-3.jpg");
} /* 뉴스저작권의 이해 - 뉴스저작권이란? */
.sub-vis.ty-3-2 .bg {
  background-image: url("../../img/sub/vis-ty-3-2.jpg");
} /* 뉴스저작권의 이해 - 한눈으로 보는 카드뉴스 */
.sub-vis.ty-4 .bg {
  background-image: url("../../img/sub/vis-ty-4.jpg");
} /* 뉴스통합구매 */
.vis-sch {
  display: flex;
  max-width: 1138px;
  margin-left: auto;
  margin-right: auto;
}

.vis-sch .row {
  display: flex;
  background-color: #fff;
}

.vis-sch .grid-item > .opt-subj,
.vis-sch .grid-item > .fm-ipt {
  position: relative;
  width: 100%;
  padding: 0 12px;
  border-width: 0;
  color: #767676;
  text-align: left;
}

.vis-sch .opt-subj::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -6px;
  width: 11px;
  height: 11px;
  border: 0 solid #2a2c2f;
  border-width: 0 0 1px 1px;
  transform: translateY(-3px) rotate(-45deg);
  transition: none;
}

.vis-sch .keyword .grid-item {
  display: flex;
  flex: 1;
}

.vis-sch .keyword .fm-ipt {
  flex: 1;
  vertical-align: top;
}

.vis-sch .keyword .bt-sch,
.vis-sch .keyword .bt-reload {
  flex: none;
  width: 39px;
  vertical-align: top;
  background: #fff;
}

.vis-sch .row.help .i-help-3 {
  display: inline-block;
  width: 105px;
  height: 30px;
  padding: 5px 0 0;
  background: #08355a;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  border-radius: 2px;
}

.vis-sch .row.help .i-help-3:hover {
  background-color: #626668;
}

.vis-sch .bt-reload {
  background: #e4e9f1;
}

.vis-sch .sch-option {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 10;
  min-width: 100%;
  margin-top: 6px;
  padding: 13px 12px;
  text-align: left;
  background: #f9f9f9;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.vis-sch .cus-group {
  display: flex;
  flex-wrap: wrap;
  padding-top: 1px;
  border-left: 1px solid #c9cacd;
}

.vis-sch .cus-group > li {
  margin-top: -1px;
  line-height: 33px;
  font-size: 12px;
  color: #444;
  border: 0 solid #c9cacd;
  border-width: 1px 1px 1px 0;
  font-weight: 500;
  text-align: center;
}

.vis-sch .cus-group.col-3 > li {
  width: calc(33.3333333333% - 0.1px);
}

.vis-sch .cus-group.col-7 > li {
  width: calc(33.3333333333% - 0.1px);
}

.vis-sch .cus-group > li.full {
  width: 100% !important;
}

.vis-sch .cus-group .checked-i {
  position: relative;
  display: block;
  background: #fff;
}

.vis-sch .cus-group .checked-i::before {
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 0;
}

.vis-sch .cus-group .checked-i::after {
  display: none;
}

.vis-sch .cus-group :checked + .checked-i {
  background: #2477bd;
  color: #fff;
}

.vis-sch .sch-option .fm-cal .fm-ipt {
  width: 100%;
  padding-right: 33px;
}

.vis-sch .sch-option .fm-cal .cal-btn {
  width: 33px;
}

.vis-sch .sch-option .sch-option-foot {
  margin-top: 12px;
  text-align: center;
}

.vis-sch .sch-option .sch-option-foot button {
  min-width: 60px;
}

.vis-sch .sch-option .sch-option-foot button + button {
  margin-left: 3px;
}

.vis-sch .sch-option .opt-lb {
  margin: 9px 0 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  color: #767676;
}

.vis-sch .sch-option .opt-lb.cmgt {
  margin-top: 0;
}

.vis-sch .sch-option .chk-group {
  display: flex;
  flex-wrap: wrap;
  line-height: 1;
  margin-top: -12px;
}

.vis-sch .sch-option .chk-group > li {
  display: inline-block;
  margin-top: 12px;
}

.vis-sch .sch-option .chk-group.col-2 > li {
  width: 50%;
}

.vis-sch .sch-option .chk-group > li.full {
  width: 100% !important;
  margin-top: 16px;
}

.vis-sch .sch-option .chk-group > li.full:first-child {
  margin-top: 0;
}

.vis-sch .sch-option .chk-group .cus-group {
  margin-top: 6px;
}

.vis-sch .scroll {
  max-height: 300px;
  overflow-y: auto;
}

.vis-sch .scroll .chk-group {
  margin-top: 0;
}

.vis-sch .ipt-group {
  display: flex;
  flex-wrap: wrap;
}

.vis-sch .ipt-group > li {
  width: 100%;
}

.vis-sch .ipt-group > li.w-2 {
  width: 55%;
}

.vis-sch .ipt-group > li.w-3 {
  width: 40%;
  margin-left: 5%;
}

/* Title */
.g-title {
  position: relative;
  margin-bottom: 16px;
  line-height: 1.1;
  font-size: 23px;
  font-weight: 700;
  color: #2a2c2f;
}

.sub-vis.ty .g-title {
  font-size: 28px;
  line-height: 1;
}

.g-title-sub {
  margin-top: 12px;
  line-height: 1.357;
  font-size: 14px;
  color: #767676;
  letter-spacing: -0.08em;
}

.sub-vis .g-title-sub {
  font-size: 12px;
  font-weight: 500;
}

.container > .g-title + .g-title-sub {
  margin-top: -7px;
  margin-bottom: 13px;
}

.g-title + .g-title-sub {
  margin-top: -4px;
}

.g-title-2 + .g-title-sub {
  margin-top: -8px;
}

.g-title-2 {
  margin-bottom: 16px;
  line-height: 1.1;
  font-size: 18px;
  font-weight: 700;
  color: #2a2c2f;
}

.g-title-2.cmgt {
  margin-top: 32px;
}

.g-title-3 {
  margin-bottom: 16px;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 700;
  color: #2477bd;
}

.g-title-3.cmgt {
  margin-top: 36px;
}

/* Margin */
.mgb {
  margin-bottom: 10px;
} /*  */
/* Text */
.grid-txt {
  line-height: 1.416;
}

.g-title-2 + .grid-txt {
  margin-top: -4px;
}

.grid-txt > li {
  margin-bottom: 8px;
  padding-left: 9px;
  text-indent: -9px;
}

.grid-txt > li::before {
  content: "•";
  position: relative;
  display: inline-block;
  width: 9px;
  top: -0.1em;
  font-size: 0.8em;
  text-indent: 0;
}

.comp-msg:not(.active) {
  display: none;
} /* 에러/완료 메세지 노출 */
div.comp-msg {
  margin-top: 10px;
}

span.comp-msg {
  margin-left: 10px;
}

.comp-msg.ok {
  color: #2a2c2f;
} /* 에러 */
.comp-msg.error {
  color: #db2e2e;
} /* 완료 */
/*  white-space */
.preline {
  white-space: pre-line;
}

/* Tab */
.category {
  position: relative;
  margin: 11px 0 24px;
  font-size: 0;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
  overflow: visible;
}

.category::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100vw;
  max-width: 1600px;
  height: 1px;
  transform: translateX(-50%);
  background: #d7d8da;
}

.category .item {
  display: inline-block;
  color: #767676;
}

.category .item + .item::before {
  content: "|";
  display: inline-block;
  margin-right: -1px;
  font-size: 12px;
  color: #c9cacd;
}

.category .item.active {
  color: #1c6bad;
}

.category a {
  position: relative;
  display: inline-block;
  padding: 12px 10px 14px;
  font-size: 14px;
  font-weight: 500;
}

.category a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #256ca7;
  transition: width 0.3s ease;
}

.category .item.active a::after {
  width: 100%;
}

.category.ty-2 {
  margin-top: -10px;
  margin-bottom: 12px;
  text-align: right;
}

.category.ty-2 .item {
  margin-left: 12px;
}

.category.ty-2 .item:first-child {
  margin-left: 0;
}

.category.ty-2 a {
  padding: 7px 0;
}

.category.ty-2 a::after {
  height: 1px;
}

.category.ty-2 .item + .item::before,
.category.ty-2::before,
.category.ty-2::after {
  content: none;
}

/* Board / Data / List */
.data-foot {
  margin: 2px 0 0;
  font-size: 12px;
  color: #767676;
}

.data-foot.ind-star {
  text-indent: -0.8em;
  padding-left: 0.8em;
}

.state {
  color: #a8650f;
}

.state.ty-2 {
  color: #2a2c2f;
}

.state-2 {
  display: inline-block;
  padding: 0 5px;
  line-height: 22px;
  color: #a8650f;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #a8650f;
  background: #fff;
  border-radius: 2px;
}

.state-2.ty-2 {
  border-color: #2a2c2f;
  color: #2a2c2f;
}

.state-3 {
  color: #2a2c2f;
}

.state-3.ty-2 {
  color: #a76510;
}

.state-3.ty-3 {
  color: #db2e2e;
}

.grid-step {
  display: flex;
  margin-bottom: 16px;
  line-height: 1.35;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #c9cacd;
}

.grid-step .grid-item {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10.5px 3px;
}

.grid-step .grid-item + .grid-item {
  border-left: 1px solid #c9cacd;
}

.grid-step .grid-item.active {
  position: relative; /* outline:1px solid #2477bd;*/
  border-color: #2477bd;
  background: #2477bd;
  color: #fff;
}

.grid-process {
  color: #767676;
  line-height: 1.41;
  text-align: center;
}

.grid-process .name {
  position: relative;
  display: block;
  color: #2a2c2f;
  font-weight: 500;
  border: 1px solid #d7d8da;
  background: #e4e9f1;
  border-radius: 100%;
}

.grid-process .name::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.grid-process .name .in {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.grid-process .name::after {
  content: "";
  position: absolute;
  right: -14px;
  top: 50%;
  width: 7px;
  height: 7px;
  border: 0 solid #2a2c2f;
  border-width: 1.5px 1.5px 0 0;
  transform: translateY(-50%) rotate(45deg);
}

.grid-process .grid-item:last-child .name::after {
  display: none;
}

.grid-process .ps {
  display: block;
  margin: 2px -5px 0;
}

.news-summary {
  position: relative;
  color: #767676;
  line-height: 1.83;
}

.news-summary.in-chk {
  padding-left: 22px;
}

.news-summary.in-chk .checked-i {
  position: absolute;
  left: 0;
  top: 2px;
}

.news-summary .subj {
  display: block;
  color: #212121;
  font-weight: 700;
}

.news-summary .text {
  display: block;
}

.news-summary a.item {
  text-decoration: underline;
  color: #2477bd;
}

.news-summary .origin .item + .item::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 0.95em;
  margin: 0 0.25em 3px 0.1em;
  background: #8a8a8a;
  vertical-align: middle;
}

.board-title {
  padding: 7px 6px 8px;
  line-height: 1.5;
  color: #000;
  font-weight: 500;
  border-top: 2px solid #4a4a4a;
  border-bottom: 1px solid #c9cacd;
}

.board-title.ty-2 {
  background-color: #f9f9f9;
}

.board-title.ty-3 {
  margin-top: -1px;
  border-top-width: 1px;
  border-color: #c9cacd;
  background-color: #f9f9f9;
}

.board-title.flex {
  display: flex;
  align-items: center;
}

.board-title.flex .title {
  flex: 1;
}

.board-title.flex .info {
  margin: 0;
}

.board-title .info {
  margin-top: 4px;
}

.board-title.ty-3 .info {
  color: #737373;
  font-weight: 400;
}

.board-cont {
  padding: 7px 6px 8px;
  margin-top: -1px;
  line-height: 1.5;
  color: #767676;
  border-top: 1px solid #c9cacd;
  border-bottom: 1px solid #c9cacd;
}

.board-cont .info {
  position: relative;
  padding: 8px 0;
  margin-top: -7px;
  margin-bottom: 7px;
}

.board-cont .info::before {
  content: "";
  position: absolute;
  left: -6px;
  right: -6px;
  bottom: 0;
  height: 1px;
  background: #c9cacd;
}

.board-cont .text {
  display: flex;
  min-height: 134px;
}

.board-cont .text .indent.ico-qa {
  position: relative;
  width: 15px;
}

.board-cont .text .inner {
  flex: 1;
}

.board-cont .ico-qa::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 8px;
  height: 10px;
  border-left: 1px solid #767676;
  border-bottom: 1px solid #767676;
}

.board-cont .ico-qa::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #767676;
}

.board-sch {
  padding: 12px;
  margin-bottom: 16px;
  font-size: 0;
  border-top: 1px solid #c9cacd;
  border-bottom: 1px solid #c9cacd;
  background: #e4e9f1;
}

.board-sch .i-search-3 {
  margin-left: 6px;
}

.board-result {
  padding: 12px;
  margin-bottom: 24px;
  text-align: center;
  border-top: 1px solid #c9cacd;
  border-bottom: 1px solid #c9cacd;
  background: #e4e9f1;
}

.board-result .state-2 {
  margin-left: 3px;
}

.board-top {
  padding: 0;
  margin-bottom: 5px;
  font-size: 12px;
  color: #767676;
  font-weight: 500;
}

.board-top.cmgt {
  margin-top: -13px;
}

.board-top.cmgt-2 {
  margin-top: -9px;
}

.board-top.cmgt-3 {
  margin-top: -22px;
}

.board-top.pd {
  padding: 0;
}

.board-top .count {
  font-weight: 700;
  color: #db2e2e;
}

.board-top .fm-chk + .checked-i {
  font-size: inherit;
  margin-bottom: 2px;
  color: #2a2c2f;
}

.board-top .bt-12:not(:first-child) {
  margin: 0 0 2px 10px;
}

.grid-list {
  table-layout: fixed;
  border-top: 2px solid #4a4a4a;
  font-size: 14px;
  line-height: 1.5;
  color: #767676;
  text-align: center;
}

.grid-list.line-t-ty {
  border-top: 1px solid #c9cacd;
}

.grid-list tr {
  height: 34px;
  border-bottom: 1px solid #c9cacd;
}

.grid-list th,
.grid-list td {
  padding: 0 6px;
}

.grid-list .tb-subj {
  text-align: left;
}

.grid-list th {
  color: #000;
  font-weight: 500;
  background: #f9f9f9;
}

.grid-list tbody th {
  color: #2a2c2f;
}

.grid-list-2 {
  border-top: 2px solid #4a4a4a;
  font-size: 14px;
  color: #767676;
}

.grid-list-2.line-t-ty {
  border-top: 1px solid #c9cacd;
}

.grid-list-2.cmgt-2 {
  margin-top: 12px;
}

.grid-list-2.cmgt-3 {
  margin-top: 18px;
}

.grid-list-2.cmgt-4 {
  margin-top: -1px;
}

dl.grid-list-2 > dt,
dl.grid-list-2 > dd,
.grid-list-2 tr {
  border-bottom: 1px solid #c9cacd;
}

dl.grid-list-2 > dt,
.grid-list-2 th,
.grid-list-2 td {
  padding: 0 6px;
}

dl.grid-list-2 > dd,
.grid-list-2 td {
  padding: 12px;
}

dl.grid-list-2 > dt,
.grid-list-2 th {
  color: #000;
  font-weight: 500;
  text-align: left;
  background: #f9f9f9;
}

.grid-list-2 thead th {
  padding: 12px 6px;
  background: #e4e9f1;
}

dl.grid-list-2 > dt,
.grid-list-2 tbody th {
  color: #2a2c2f;
  vertical-align: top;
}

.grid-list-2 thead + tbody th {
  font-weight: 400;
}

.grid-list-2 .grid-list-2 {
  border-top-width: 1px;
  border-top-color: #c9cacd;
}

dl.grid-list-2 > dt,
.grid-list-2 .grid-list-2 th {
  font-weight: 500;
  background: #e4e9f1;
  text-align: center;
}

.grid-list-2-wrap {
  overflow: hidden;
}

.grid-list-2.line-ty,
.grid-list-2.pop-line-ty {
  width: calc(100% + 1px);
  margin-left: -1px;
  table-layout: fixed;
}

.grid-list-2.line-ty td,
.grid-list-2.line-ty th,
.grid-list-2.pop-line-ty td,
.grid-list-2.pop-line-ty th {
  border-left: 1px solid #c9cacd;
}

.grid-list-2.line-ty th,
.grid-list-2.pop-line-ty th {
  color: #212121;
}

.grid-list-2.line-ty thead th,
.grid-list-2.pop-line-ty thead th {
  color: #2a2c2f;
}

.grid-list-2.pop-line-ty thead th {
  text-align: center;
  padding: 8px 6px;
}

.grid-list-2.pop-line-ty tbody td {
  padding: 7px 23px;
}

.grid-list-2.pop-line-ty.bg-ty thead th {
  background: #2a2c2f;
  color: #fff;
}

.grid-list-2.pop-line-ty.ty-2 th,
.grid-list-2.pop-line-ty.ty-2 td {
  text-align: center;
}

.grid-list-2.pop-line-ty .link {
  text-decoration: underline;
}

.grid-list-2.pop-line-ty .num {
  text-align: right !important;
}

.grid-list-2 .txt-ps {
  display: block;
}

.grid-list-3 {
  border-top: 2px solid #4a4a4a;
  font-size: 14px;
  line-height: 1.5;
  color: #767676;
  text-align: center;
}

.grid-list-3 tr {
  border-bottom: 1px solid #c9cacd;
}

.grid-list-3 .options {
  line-height: 22px;
  color: #2a2c2f;
}

.grid-list-3 .bt-unit {
  padding: 0 0 0 19px;
  border: 0;
  background: none;
  line-height: 22px;
  text-align: left;
  color: #2a2c2f;
}

.grid-list-3 .bt-unit .i-del {
  right: auto;
  left: 0;
}

.grid-list-3 .price {
  color: #2a2c2f;
  font-weight: 700;
}

.grid-list-4 {
  table-layout: fixed;
  max-width: 1164px;
  margin: 0 auto;
  line-height: 1.41;
  color: #767676;
}

.grid-list-4::after {
  content: "";
  display: block;
  clear: both;
}

.grid-list-4 li {
  float: left;
  margin-top: 34px;
}

.grid-list-4 .grid-link {
  display: block;
  text-align: center;
}

.grid-list-4 .grid-link .i-hover {
  opacity: 0;
}

.grid-list-4 .grid-img {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 9px;
}

.grid-list-4 .grid-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: rgba(36, 119, 189, 0.8);
  transition: opacity 0.3s;
}

.grid-list-4 .grid-img img {
  width: 100%;
}

.total-price {
  margin-top: 36px;
  padding: 4px 16px 12px;
  font-weight: 700;
  text-align: right;
  border-top: 1px solid #c9cacd;
  border-bottom: 1px solid #c9cacd;
  background: #f9f9f9;
}

.total-price .name {
  padding-right: 5px;
  color: #212121;
}

.total-price .count {
  color: #db2e2e;
}

.total-price .price strong {
  font-size: 24px;
}

.total-price .control {
  display: block;
  margin-top: 8px;
}

.grid-check-list {
  color: #2a2c2f;
  line-height: 1;
}

.grid-check-list:not(.grid-box-2) .checked-i {
  color: inherit;
}

.grid-check-list > li {
  position: relative;
}

.grid-check-list .link-detail {
  display: block;
  margin: 8px 0 18px 22px;
  font-size: 14px;
  line-height: 15px;
  vertical-align: middle;
  text-decoration: underline;
}

.grid-check-list li:last-child .link-detail {
  margin-bottom: 0;
}

.grid-check-list.ty-2 {
  color: #767676;
}

.grid-check-list.ty-2 > .fm-row + .fm-row {
  margin-top: 10px;
}

.grid-check-list.ty-2 .fm-ta:not(:first-child) {
  margin-top: 11px;
}

.grid-icon {
  color: #767676;
}

.grid-icon .in {
  display: inline-block;
  max-width: calc(100% - 76px);
  vertical-align: middle;
  letter-spacing: -0.04em;
}

.grid-icon > li {
  margin-top: 24px;
}

.grid-icon > li:first-child {
  margin-top: 0;
}

.grid-icon .in .subj {
  display: block;
  margin-bottom: 4px;
  font-weight: 400;
  color: #2a2c2f;
}

.grid-accordion {
  line-height: 1.5;
  color: #2a2c2f;
  border-bottom: 1px solid #c4c4c4;
}

.grid-accordion dt {
  font-weight: 500;
  border-top: 1px solid #c4c4c4;
  background: #f9f9f9;
}

.grid-accordion .subj {
  position: relative;
  display: block;
  width: 100%;
  padding: 11px 25px 11px 20px;
  text-align: left;
  font-size: inherit;
  font-weight: inherit;
}

.grid-accordion .subj::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -3px;
  width: 9px;
  height: 9px;
  border: 0 solid #2a2c2f;
  border-width: 0 1px 1px 0;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.3s;
}

.grid-accordion .active .subj::before {
  margin-top: 3px;
  transform: translateY(-50%) rotate(225deg);
}

.grid-accordion .cont {
  display: none;
  position: relative;
  border-top: 1px solid #c4c4c4;
}

.grid-accordion .cont .in {
  padding: 12px 12px 13px 32px;
  color: #767676;
}

.grid-accordion .ico-qa {
  position: absolute;
  left: 5px;
  top: 15px;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  color: #2477bd;
}

.grid-accordion .cont .ico-qa {
  left: 19px;
  top: 14px;
}

.grid-accordion .cont .ico-qa::before {
  content: "";
  position: absolute;
  left: -14px;
  top: -3px;
  width: 8px;
  height: 10px;
  border-left: 1px solid #767676;
  border-bottom: 1px solid #767676;
}

.grid-accordion .cont .ico-qa::after {
  content: "";
  position: absolute;
  left: -8px;
  top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #767676;
}

/* Form Grid */
.fm-w-2 {
  max-width: 618px;
}

.fm-w-3,
.fm-w-5 {
  width: 100%;
  max-width: 264px;
}

.fm-w-4 {
  max-width: 472px;
}

.fm-w-6 {
  max-width: 585px;
}

.fm-row + .fm-row {
  margin-top: 13px;
}

.fm-txt,
.fm-txt-2,
.fm-txt-3 {
  font-size: 12px;
  vertical-align: middle;
}

span.fm-txt,
span.fm-txt-2,
span.fm-txt-3 {
  display: inline-block;
  padding: 0 6px;
  line-height: 34px;
}

p.fm-txt,
div.fm-txt,
p.fm-txt-2,
div.fm-txt-2,
p.fm-txt-3,
div.fm-txt-3 {
  line-height: 1.2;
}

p.fm-txt:not(:first-child),
div.fm-txt:not(:first-child),
p.fm-txt-2:not(:first-child),
div.fm-txt-2:not(:first-child),
p.fm-txt-3:not(:first-child),
div.fm-txt-3:not(:first-child) {
  margin-top: 4px;
}

span.fm-txt-3 {
  padding: 0;
}

.fm-txt-4 {
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.2;
}

.fm-txt-4.cmgt {
  margin-top: 12px;
}

.fm-g-file .grid-item {
  display: block;
  width: 100%;
}

.fm-g-file .grid-item + .grid-item {
  margin-top: 8px;
}

.fm-grid {
  color: #767676;
}

.fm-grid .grid-item {
  display: block;
}

.fm-grid .grid-item + .grid-item {
  margin-top: 8px;
}

.fm-grid + .fm-g-file {
  margin-top: 8px;
}

/* .fm-grid-2 { font-size:0; }
.fm-grid-3 { font-size:0; } */
.fm-grid-4 {
  display: flex;
  align-items: center;
}

.fm-grid-4 > .grid-item:not(.fm-txt):not(.fm-txt-2):not(.none) {
  flex: 1;
}

.fm-grid-4 > .grid-item:not(.fm-txt):not(.fm-txt-2) + .grid-item:not(.fm-txt):not(.fm-txt-2),
.fm-ml {
  margin-left: 6px;
}

.fm-grid .blue {
  color: #1c6bad;
  font-weight: 500;
  padding-left: 18px;
}

.fm-rad-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.fm-rad-group .grid-item + .grid-item {
  margin-left: 12px;
}

.fm-cal {
  position: relative;
  display: inline-block;
}

.fm-cal .fm-ipt {
  width: 100%;
  padding-right: 46px;
}

.fm-cal .cal-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 47px;
  height: 100%;
  line-height: 1;
}

.sch-form {
  position: relative;
}

.sch-form .fm-ipt {
  width: 100%;
  padding-right: 43px;
}

.sch-form .bt-sch {
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 100%;
  line-height: 1;
}

.grid-press {
  margin: -12px 0 0 -26px;
}

.grid-press li {
  display: inline-block;
  width: calc(20% - 30px);
  margin: 12px 0 0 26px;
  line-height: 15px;
}

.form_top {
  padding: 20px 0 15px;
  border-top: 2px solid #4a4a4a;
}

/* box type */
.grid-box {
  padding: 12px 6px;
  border-top: 1px solid #c9cacd;
  border-bottom: 1px solid #c9cacd;
  background: #e4e9f1;
  text-align: center;
}

.grid-box.mid::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}

.grid-box.mid.h-ty::before {
  min-height: 205px;
}

.grid-box.mid .mid-in {
  display: inline-block;
  vertical-align: middle;
}

.grid-box .msg-ipt {
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.33;
  text-align: center;
}

.grid-box .msg-ipt dt {
  margin-bottom: 13px;
}

.grid-box .msg-ipt .w-ty {
  max-width: 225px;
}

.grid-box-2 {
  padding: 12px;
  background: #f9f9f9;
}

.grid-box-2.cmgt {
  margin-top: 15px;
}

.grid-box-2 .fm-chk + .checked-i {
  color: #737373;
}

/* 뉴스검색 */
.news-list {
  border-top: 2px solid #4a4a4a;
}

.news-list .list {
  padding: 14px 0 15px 6px;
  border-bottom: 1px solid #c9cacd;
}

.news-list .list li {
  padding: 5px 0 6px;
}

.news-list .list a {
  display: inline-block;
  max-width: calc(100% - 40px);
  margin-left: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: middle;
}

.news-list .list .active a,
.news-list .list .active a:visited {
  text-decoration: underline;
  font-weight: 500;
  color: #2a2c2f;
}

.news-list .list a:visited {
  color: #767676;
}

.news-list .list .fm-chk:checked ~ a {
  color: #2477bd;
}

.news-list .list .fm-chk:checked ~ a::after {
  background: #7eabd7;
}

.news-list .highlight {
  color: #db2e2e;
}

.news-list .list-foot {
  padding: 6px 6px 9px;
  font-weight: 700;
  color: #212121;
  text-align: center;
  border-bottom: 1px solid #c9cacd;
  background: #f9f9f9;
}

.news-list .list-foot label,
.news-list .list-foot button {
  color: inherit;
  font-weight: inherit;
}

.news-list .list-foot .count {
  color: #db2e2e;
}

.news-list .list-foot .grid-item + .grid-item {
  margin-left: 2em;
}

.news-view {
  position: relative;
  padding: 12px 6px 24px;
  background: #f9f9f9;
}

.news-view .control {
  margin: 0 0 19px;
  text-align: right;
  font-size: 0;
}

.news-view .control .bt-ico + .bt-ico {
  margin-left: 6px;
}

.news-view-detail {
  margin-bottom: 20px;
  font-size: 14px;
}

.news-view-detail .image {
  margin: 16px 0;
  text-align: center;
}

.news-view-detail .image:first-child {
  margin-top: 0;
}

.news-view-detail .image:last-child {
  margin-bottom: 0;
}

.news-view-detail .image .in {
  display: inline-block;
  text-align: left;
  max-width: 100%;
}

.news-view-detail .image img {
  max-width: 100%;
}

.news-view-detail .ps {
  display: block;
  margin-top: 0.25em;
  color: #737373;
  font-size: 0.75em;
}

.news-view-detail .ps.ty-2 {
  font-size: 0.85em;
  line-height: 1.33;
  color: inherit;
}

.news-view-detail .source {
  font-size: 0.875em;
}

.news-view-detail .subj-wrap .date {
  font-size: 0.875em;
}

.news-view-detail .subj-wrap .cat {
  display: block;
  color: #2174b9;
  font-weight: 400;
}

.news-view-detail .subj-wrap .title {
  margin: 4px 0 6px;
  font-size: 1.2143em;
  font-weight: 700;
  line-height: 1.35;
}

.news-view .news-down {
  margin: 16px 0 23px;
  font-size: 14px;
  font-weight: 500;
  color: #2174b9;
  text-align: center;
}

.news-view .news-down dt {
  display: inline-block;
  vertical-align: middle;
}

.news-view .news-down dd {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.news-view .news-down a,
.news-view .news-down button {
  margin-left: 6px;
}

.news-view .charge {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 12px 8px;
  background: #e4e9f1;
}

.news-view .charge.case-piece {
  border: 0 solid #c9cacd;
  border-width: 1px 0 1px;
}

.news-view .charge .price {
  font-size: 18px;
  font-weight: 700;
  color: #2a2c2f;
}

.news-view .charge .type {
  font-size: 14px;
  color: #737373;
}

.news-view .option-area {
  margin-top: 17px;
  text-align: center;
}

.news-view .total-pick {
  margin-top: 20px;
  background: #e4e9f1;
}

.news-view .total-pick .options {
  padding: 0 12px;
}

.news-view .total-pick .options li:last-child {
  padding-bottom: 8px;
}

.news-view .total-pick .options li + li {
  margin-top: 6px;
}

.news-view .total-pick .options .info {
  padding-bottom: 10px;
}

.news-view .total-pick .options .info .txt {
  position: relative;
  padding-left: 20px;
  color: #2174b9;
}

.news-view .total-pick .options .info .txt::before {
  content: "※";
  position: absolute;
  left: 0;
}

.news-view .bt-unit {
  width: 100%;
  font-weight: 500;
  background: #fff;
  text-align: left;
}

.news-view .total-pick .fm-ta {
  height: 81px;
  margin-top: -1px;
}

.news-view .btnarea {
  display: flex;
  margin-top: 24px;
}

.news-view .btnarea .grid-item {
  flex: 1;
}

.news-view .btnarea .grid-item + .grid-item {
  margin-left: 12px;
}

/* 로그인 */
.login-wrap .fm-row + .fm-row {
  margin-top: 5px;
}

.login-wrap .login-save-area {
  margin: 12px 0 16px;
  line-height: 1;
}

.login-wrap .fm-chk + .checked-i.txt {
  color: inherit;
}

.login-wrap .login-btn-area .bt-2 {
  width: 100%;
}

.login-wrap .login-find {
  display: flex;
  width: 100%;
  margin-top: 12px;
  text-align: center;
  line-height: 1;
}

.login-wrap .login-find .grid-item {
  flex: 1;
  position: relative;
}

.login-wrap .login-find .grid-item + .grid-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.05em;
  width: 1px;
  height: 1em;
  background: #c9cacd;
}

.login-wrap .login-find .grid-item:first-child {
  text-align: left;
}

.login-wrap .login-find .grid-item:last-child {
  text-align: right;
}

/* 뉴스마켓 소개, 뉴스저작권이란? */
.about-wrap {
  color: #767676;
}

.about-wrap .about-head {
  margin: -8px 0 18px;
  font-size: 28px;
  color: #2477bd;
  line-height: 1.28;
  letter-spacing: -0.04em;
}

.about-wrap .about-head + .about-head-sub {
  margin-top: -11px;
}

.about-wrap .about-head + .about-head-sub.ty-2 {
  margin-top: 0;
}

.about-wrap .about-head-sub {
  line-height: 1.42;
  font-weight: 500;
}

.about-wrap .about-head-sub.ty-2 {
  letter-spacing: -0.04em;
  padding-right: 2px;
}

.about-wrap .about-head-sub + .about-head-sub {
  margin-top: 6px;
}

.about-wrap .grid-txt {
  margin-top: 19px;
}

.about-wrap.bg-copyright::after {
  content: "";
  display: block;
  width: 306px;
  height: 194px;
  margin: 21px auto -9px;
  background: url("../../img/sub/copyright-bg.png") center top no-repeat;
  background-size: cover;
}

.about-wrap.bg-newsmarket::after {
  content: "";
  display: block;
  width: 303px;
  height: 201px;
  margin: 21px auto 35px;
  background: url("../../img/sub/newsmarket-bg.png") center top no-repeat;
  background-size: cover;
}

/* 뉴스마켓 판매 상품 */
.bulk-wrap .bulk-info {
  position: relative;
  padding: 52px 20px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.41;
  color: #fff;
  background: #4381b2 url("../../img/sub/about-bg.jpg") center center no-repeat;
  background-size: cover;
  text-align: center;
}

.bulk-wrap .bulk-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.23;
}

.bulk-wrap .bulk-info dl {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.28), 0 0 1px rgba(0, 0, 0, 0.28), 0 0 1px rgba(0, 0, 0, 0.28);
}

.bulk-wrap .bulk-info dt {
  margin-bottom: 13px;
  font-size: 18px;
  line-height: 1.27;
  font-weight: 700;
}

.bulk-wrap .bulk-info .light {
  font-size: 12px;
  font-weight: 400;
  color: #e0e0e0;
}

.bulk-wrap .bulk-info dd + dd {
  margin-top: 4px;
}

.bulk-wrap .bulk-info dd:not(.light) + dd {
  margin-top: 12px;
}

.bulk-wrap .bulk-info .btnarea {
  margin-top: 44px;
}

.bulk-wrap .bulk-info .btnarea a:only-child {
  width: 100%;
}

/* Terms */
.terms-date {
  padding: 0 6px;
  margin: -3px 0 3px;
  font-size: 12px;
  font-weight: 500;
  color: #767676;
  text-align: right;
}

.terms-date::after {
  content: "";
  display: block;
  clear: both;
}

.terms-date .guide-data {
  float: right;
}

.terms-wrap {
  font-size: 14px;
  line-height: 1.35;
  border-top: 2px solid #2a2c2f;
  border-bottom: 1px solid #c9cacd;
  letter-spacing: -0.025em;
}

.terms-wrap .fc-6 {
  font-size: 16px;
}

.terms-anchor {
  padding: 19px 6px 18px;
  font-weight: 500;
  border-bottom: 1px solid #c9cacd;
}

.terms-anchor .item {
  line-height: 1.71;
}

.terms-anchor + .terms-cont {
  padding: 7px 6px;
}

.terms-cont {
  padding: 8px 6px 11px;
}

.terms-title {
  margin: 20px 0 5px;
  font-weight: 500;
}

.terms-title:first-child {
  margin-top: 0;
}

.terms-anchor + .terms-cont .terms-title:first-child {
  margin-top: 13px;
}

.terms-title-2 {
  margin: 10px 0 0;
  font-weight: 400;
}

.terms-txt,
.terms-txt-2 {
  color: #767676;
}

.terms-txt.cmgt,
.terms-txt-2.cmgt {
  margin-top: 10px;
}

.terms-txt.cmgt-2,
.terms-txt-2.cmgt-2 {
  margin-top: 20px;
}

.terms-txt > li {
  padding-left: 15px;
}

.terms-txt > li + li,
.terms-txt-2 > li + li {
  margin-top: 5px;
}

.terms-txt > li .num {
  display: inline-block;
  margin-left: -15px;
}

.terms-txt em {
  font-weight: 500;
  color: #2a2c2f;
}

.terms-txt-2 > li {
  padding-left: 19px;
}

.terms-txt-2 > li .num {
  display: inline-block;
  margin-left: -19px;
}

.terms-list {
  margin-top: 10px;
  margin-left: -6px;
}

.terms-list > li {
  color: #767676;
  padding-left: 9px;
  text-indent: -9px;
}

.terms-list > li::before {
  content: "";
  display: inline-block;
  margin: -2px 4px 0 2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #767676;
  vertical-align: middle;
}

.terms-list > li + li {
  margin-top: 6px;
}

/* Sitemap */
.site-map {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 2px solid #2a2c2f;
  letter-spacing: -0.025em;
}

.site-map .site-list {
  width: 46%;
  margin-right: 4%;
  margin-bottom: 23px;
  font-size: 14px;
}

.site-map .site-list:nth-child(2n) {
  margin-right: 0;
}

.site-map .site-title {
  padding: 6px 12px 10px;
  border-bottom: 1px solid #c9cacd;
}

.site-map .site-title a {
  color: #2477bd;
  font-weight: 700;
}

.site-map .site-title a:hover {
  color: #2a2c2f;
}

.site-map .sub-dep > li {
  padding: 9px 0 8px 12px;
  border-bottom: 1px solid #c9cacd;
}

/* .site-map .site-list:first-child .sub-dep > li { border-bottom:0; } */
.site-map .sub-dep > li > a:hover {
  color: #2477bd;
}

.site-map .sub-dep-2 {
  margin: 9px 0 2px 12px;
}

.site-map .sub-dep-2 > li {
  margin-top: 7px;
}

.site-map .sub-dep-2 > li > a {
  padding-bottom: 4px;
  color: #767676;
}

.site-map .sub-dep-2 > li > a:hover {
  color: #2a2c2f;
  border-bottom: 1px solid #767778;
}

.site-map .sub-dep-2 > li > a::before {
  content: "";
  display: inline-block;
  margin: -2px 4px 0 2px;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #767676;
  vertical-align: middle;
}

.site-map .site-etc {
  width: 100%;
  margin: 13px 0 0;
}

.site-map .site-etc a {
  display: inline-block;
  height: 30px;
  padding: 0 13px;
  line-height: 30px;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
  background: #626668;
  border-radius: 2px;
}

/* 카드뉴스 */
.pop-layer.card-view {
  width: 840px;
  max-width: calc(100vw - 36px);
  padding: 60px 24px 32px;
}

.pop-layer.card-view .pop-cont {
  max-height: calc(100vh - 222px);
  overflow-y: auto;
}

.pop-layer.card-view .pop-cont img {
  max-width: 100%;
}

.pop-layer {
  padding: 60px;
}

.pop-title,
.pop-title.ty-2 {
  margin-bottom: 23px;
  font-size: 24px;
}

.pop-title:first-child,
.pop-title.ty-2:first-child {
  margin-top: -10px;
}

.pop-title:only-child {
  margin-bottom: -4px;
}

.pop-btn-close .i-close {
  width: 60px;
  height: 60px;
}

.pop-btnarea {
  margin-top: 32px;
}

.pop-btnarea.cmgt {
  margin-top: 24px;
}

.pop-btnarea.cmgt-2 {
  margin-top: 40px;
}

.pop-msg + .pop-btnarea {
  margin-top: 27px;
}

.pop-title + .pop-msg {
  margin-top: -16px;
}

dl.pop-msg {
  margin-top: 64px;
  font-size: 16px;
}

.pop-msg dt {
  margin-bottom: 10px;
}

.pop-msg dd {
  margin-top: 0;
}

.pop-date {
  font-size: 16px;
}

.pop-title + .pop-date {
  margin-top: -56px;
}

.pop-apr-msg {
  position: relative;
  margin-top: 56px;
  margin-bottom: 97px;
  margin-left: auto;
  width: 440px;
}

.pop-apr-msg dt + dd {
  margin-top: 6px;
}

.pop-apr-msg dd {
  font-size: 16px;
}

.pop-apr-msg .sign {
  top: -13px;
}

.pop-apr-msg .sign img {
  width: 108px;
}

.pop-cont {
  margin-top: 26px;
}

.pop-cont .grid-list-2.in-txt td,
.pop-cont .grid-list-2 td.in-txt {
  padding-top: 17px;
  padding-bottom: 17px;
}

.pop-cont .grid-list-2.in-txt th + td {
  padding-left: 23px;
}

.pop-cont > .pop-msg:first-child {
  margin-top: -13px;
}

.pop-msg-2 {
  padding-top: 5px;
  padding-bottom: 7px;
  font-size: 24px;
}

.pop-cont.news-view-detail {
  padding: 0 31px 0 0;
  margin: 0 -31px 0 0;
  max-height: calc(100vh - 250px);
}

.pop-layer {
  display: none;
  position: relative;
  max-width: 548px;
  width: calc(100vw - 36px);
  padding: 36px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
}

.pop-layer.ty-2 {
  max-width: 1200px;
}

.pop-layer.ty-3 {
  max-width: 870px;
}

.pop-layer.ty-4 {
  max-width: 465px;
}

.uipop-container .pop-layer {
  display: block;
}

.pop-title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #2a2c2f;
}

.pop-title.ty-2 {
  font-size: 18px;
}

.pop-title:first-child,
.pop-title.ty-2:first-child {
  margin-top: -7px;
}

.pop-title-2 {
  margin-bottom: 16px;
  margin-top: 32px;
  color: #2a2c2f;
  font-weight: 700;
  line-height: 1.1;
}

.pop-btn-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 100;
}

.pop-btn-close .i-close {
  position: relative;
  width: 36px;
  height: 36px;
}

.pop-btn-close .i-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%) rotate(-45deg);
  transition: transform 0.2s;
}

.pop-btn-close .i-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 1px;
  background: rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%) rotate(45deg);
  transition: transform 0.2s;
}

.pop-btn-close:hover .i-close::before,
.pop-btn-close:hover .i-close::after {
  transform: translate(-50%, -50%) rotate(0);
}

.pop-btn-close .i-close.white::before,
.pop-btn-close .i-close.white::after {
  background: rgba(255, 255, 255, 0.6);
}

.pop-btnarea {
  margin-top: 16px;
  text-align: center;
}

.pop-btnarea.cmgt {
  margin-top: 12px;
}

.pop-btnarea.cmgt-2 {
  margin-top: 58px;
}

.pop-msg {
  color: #767676;
}

dl.pop-msg {
  margin-top: 32px;
  font-size: 14px;
}

.pop-msg dt {
  color: #2a2c2f;
  font-weight: 700;
}

.pop-msg dd {
  margin-top: 4px;
}

.pop-title + .pop-msg {
  margin-top: -8px;
}

.pop-date {
  display: block;
  font-size: 12px;
  text-align: right;
}

.pop-title + .pop-date {
  margin-top: -5px;
}

.pop-cont {
  margin-top: 12px;
}

.pop-cont.terms-cont {
  padding: 0;
  max-height: calc(100vh - 250px);
}

.pop-cont.news-view-detail {
  margin-top: 0;
}

.pop-cont .grid-list-2 td {
  padding: 7px 12px;
}

.pop-msg-2 {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.pop-msg.ac,
.pop-msg-2.ac {
  margin-left: -10px;
  margin-right: -10px;
}

.pop-apr-msg {
  position: relative;
  margin-top: 26px;
  margin-bottom: 60px;
  color: #2a2c2f;
}

.pop-apr-msg dt {
  font-size: 18px;
  font-weight: 700;
}

.pop-apr-msg dt + dd {
  margin-top: 34px;
}

.pop-apr-msg dd {
  font-size: 14px;
  padding-right: 100px;
}

.pop-apr-msg .sign {
  position: absolute;
  top: 50px;
  right: 0;
  padding-right: 0;
}

.pop-apr-msg .sign img {
  width: 91px;
}

/****************************** PC ******************************/
@media (min-width: 1024px), print {
  .header-in .group-all-pc {
    overflow-y: auto;
  }
  .header-in .group-all-pc::after {
    border-width: 0;
  }
  .header-in .mo-scroll {
    position: relative;
  }
  .header-in .mo-scroll::after {
    content: "";
    position: absolute;
    left: -50px;
    right: -50px;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: #fff;
    border: 0 solid #e5e5e5;
  }
  /* Visual */
  /* 수정 */
  .sub-vis {
    height: 342px;
    /* margin-bottom:72px; */
  }
  /* 수정 */
  .sub-vis .bg {
    /* width:1600px;  */
  }
  .sub-vis.ty .bg {
    background-image: url("../../img/sub/vis-ty.jpg");
  } /* 뉴스검색 및 구매 */
  .vis-sch {
    height: 48px;
    background-color: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
  .vis-sch .row {
    width: 348px;
    display: flex;
  }
  .vis-sch .row.col-1 {
    width: 174px;
  }
  .vis-sch .row .grid-item {
    flex: 1;
  }
  .vis-sch .row.keyword {
    width: auto;
    flex: 1;
  }
  .vis-sch .row.help {
    width: auto;
    flex: none;
  }
  .vis-sch .row.help .i-help-3 {
    padding: 0;
    width: 132px;
    height: 48px;
    font-size: 14px;
    line-height: 48px;
    border-radius: 0;
  }
  .vis-sch .grid-item > .opt-subj,
  .vis-sch .grid-item > .fm-ipt {
    height: 48px;
    line-height: 48px;
    padding-left: 18px;
    font-size: 16px;
  }
  .vis-sch .opt-subj::after {
    right: 16px;
    margin-top: -6px;
    width: 9px;
    height: 9px;
    border-width: 0 0 2px 2px;
  }
  .vis-sch .keyword .bt-sch {
    flex: none;
    width: 62px;
  }
  .vis-sch .bt-sch:hover {
    background: #2477bd;
  }
  .vis-sch .keyword .bt-reload {
    flex: none;
    width: 48px;
  }
  .vis-sch .bt-reload:hover {
    background: #c9cacd;
  }
  .vis-sch .grid-item {
    position: relative;
  }
  .vis-sch .sch-option {
    min-width: 244px;
    margin-top: 12px;
    padding: 18px;
  }
  .vis-sch .sch-option.w-1 {
    width: 244px;
  }
  .vis-sch .sch-option.w-2 {
    width: 432px;
  }
  .vis-sch .sch-option.w-3 {
    width: 832px;
  }
  .vis-sch .cus-group > li {
    line-height: 38px;
    font-size: 14px;
  }
  .vis-sch .sch-option.w-1 .cus-group.col-3 > li {
    width: 69px;
  }
  .vis-sch .cus-group.col-7 > li {
    width: 14.2857142857%;
  }
  .vis-sch .sch-option .fm-cal:last-child {
    margin-top: 8px;
  }
  .vis-sch .sch-option .fm-cal .fm-ipt {
    padding-right: 57px;
  }
  .vis-sch .sch-option .fm-cal .cal-btn {
    width: 57px;
  }
  .vis-sch .sch-option .sch-option-foot {
    margin-top: 18px;
  }
  .vis-sch .sch-option .sch-option-foot button {
    min-width: 100px;
  }
  .vis-sch .sch-option .opt-lb {
    margin: 23px 0 8px;
    font-size: 14px;
  }
  .vis-sch .sch-option .chk-group > li.full {
    margin-top: 24px;
  }
  .vis-sch .scroll.cmgt {
    margin-top: 24px;
    padding-right: 0;
  }
  .vis-sch .sch-option .chk-group.right {
    margin: -23px 0 0;
    justify-content: flex-end;
  }
  .vis-sch .sch-option .chk-group.right > li {
    margin-left: 14px;
    margin-top: 0;
    line-height: 1;
  }
  .vis-sch .sch-option .chk-group .cus-group {
    margin-top: 12px;
  }
  /* Title */
  .g-title {
    padding-left: 18px;
    margin-bottom: 32px;
    font-size: 40px;
  }
  .g-title-sub,
  .sub-vis .g-title-sub {
    margin-top: 21px;
    line-height: 1.25;
    font-size: 16px;
  }
  .container > .g-title + .g-title-sub {
    margin-top: -13px;
    margin-bottom: 30px;
    padding-left: 18px;
  }
  .g-title + .g-title-sub,
  .g-title-2 + .g-title-sub {
    margin-top: -11px;
    letter-spacing: -0.06em;
  }
  .g-title-2 {
    padding-left: 18px;
    margin-bottom: 31px;
    font-size: 24px;
  }
  .g-title-2.cmgt {
    margin-top: 66px;
  }
  .g-title-2 + .g-title-sub {
    padding-left: 18px;
  }
  .g-title-3 {
    padding-left: 18px;
    margin-bottom: 31px;
    font-size: 18px;
  }
  .g-title-3.cmgt {
    margin-top: 70px;
  }
  /* Text */
  .column-2 {
    -moz-column-count: 2;
    -moz-columns: 2;
    columns: 2;
    -moz-column-gap: 62px;
    column-gap: 62px;
  }
  .grid-txt {
    line-height: 1.625;
  }
  .grid-txt.cmg {
    margin-left: 18px;
    margin-right: 18px;
  }
  .g-title-2 + .grid-txt {
    margin-top: -7px;
  }
  .grid-txt > li {
    margin-bottom: 11px;
    padding-left: 12px;
    text-indent: -12px;
  }
  .grid-txt > li::before {
    width: 12px;
  }
  /* Tab */
  .category {
    margin: 8px 0 48px;
  }
  .category .item + .item::before {
    font-size: 18px;
    margin-right: -4px;
  }
  .category a {
    padding: 24px 18px 27px;
    font-size: 18px;
  }
  .category a::after {
    height: 4px;
  }
  .category.ty-2 {
    margin-top: -64px;
    margin-bottom: 33px;
    margin-right: 18px;
  }
  .category.ty-2 .item {
    margin-left: 24px;
  }
  .category.ty-2 .item:first-child {
    margin-left: 0;
  }
  .category.ty-2 a::after {
    height: 2px;
  }
  /* Board / Data / List */
  .data-foot {
    margin: 6px 18px 0;
    font-size: 14px;
  }
  .state-2 {
    min-width: calc(5em + 20px);
    line-height: 27px;
    font-size: 14px;
    padding: 0 10px;
  }
  .grid-step {
    margin-bottom: 26px;
    line-height: 20px;
    font-size: 16px;
  }
  .grid-step .grid-item {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .grid-process {
    display: flex;
    padding: 0 18px;
    line-height: 1.5;
  }
  .grid-process .grid-item {
    flex: 1;
  }
  .grid-process .grid-item + .grid-item {
    padding-left: 3.437%;
  }
  .grid-process .name {
    font-size: 18px;
  }
  .grid-process .name::after {
    right: calc(3px - 18%);
    width: 9px;
    height: 9px;
    border-width: 3px 3px 0 0;
  }
  .news-summary.in-chk {
    padding-left: 28px;
    line-height: 1.75;
  }
  .news-summary.in-chk .checked-i {
    top: 4px;
  }
  .news-summary .text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .board-title {
    display: flex;
    align-items: center;
    padding: 10px 18px 12px;
    font-size: 16px;
    line-height: 2.25;
  }
  .board-title .title {
    flex: 1;
  }
  .board-title .info {
    flex: none;
    margin-top: 0;
    padding-left: 18px;
  }
  .board-cont {
    padding: 10px 18px 12px;
    line-height: 2.25;
    font-size: 16px;
  }
  .board-cont .info {
    display: flex;
    margin: -10px 0 12px;
    padding: 10px 0 13px;
  }
  .board-cont .info::before {
    left: -18px;
    right: -18px;
  }
  .board-cont .text {
    display: flex;
    min-height: 177px;
  }
  .board-cont .info .type,
  .board-cont .info .date,
  .board-cont .text .indent,
  .board-cont .text .indent.ico-qa {
    width: 134px;
  }
  .board-cont .info .subj {
    flex: 1;
  }
  .board-cont .ico-qa::before {
    left: 8px;
    top: 14px;
    width: 13px;
    height: 16px;
  }
  .board-cont .ico-qa::after {
    left: 19px;
    top: 25px;
    border-width: 5px 0 5px 7px;
  }
  .board-sch {
    padding: 24px;
    margin-bottom: 32px;
    text-align: center;
  }
  .board-sch .w-ty {
    width: 174px;
  }
  .board-sch .sch-form {
    width: 490px;
  }
  .board-sch .fm-item {
    display: inline-block;
  }
  .board-sch .fm-item + .fm-item {
    margin-left: 12px;
  }
  .board-sch .bt-5 {
    font-size: 15px;
    font-weight: 400;
  }
  .board-sch .i-search-3 {
    margin-left: 5px;
    margin-bottom: 2px;
  }
  .board-sch.ty-2 .fm-sel,
  .board-sch.ty-2 .fm-ipt {
    height: 40px;
    line-height: 38px;
  }
  .board-result {
    padding: 24px;
    margin-bottom: 32px;
    text-align: center;
  }
  .board-result .state-2 {
    min-width: 0;
    margin-left: 7px;
  }
  .board-result .grid-item + .grid-item:not(.ty-2)::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 17px;
    margin: 0 18px 3px 18px;
    background: #c9cacd;
    vertical-align: middle;
  }
  .board-result .grid-item + .grid-item.ty-2 {
    margin-left: 21px;
  }
  .board-result [class*=bt-] + [class*=bt-] {
    margin-left: 8px;
  }
  .board-top {
    padding: 0 18px;
    margin-bottom: 7px;
    font-size: 14px;
  }
  .board-top.cmgt {
    margin-top: -7px;
  }
  .board-top.cmgt-2 {
    margin-top: -2px;
  }
  .board-top.cmgt-3 {
    margin-top: -31px;
  }
  .board-top.pd {
    padding-left: 18px;
    padding-right: 18px;
  }
  .board-top .fm-chk + .checked-i {
    margin-bottom: 5px;
  }
  .board-top .bt-12:not(:first-child) {
    margin: -6px 0 -3px 10px;
  }
  .grid-list,
  .grid-list-2,
  .grid-list-3 {
    table-layout: fixed;
    font-size: 16px;
  }
  .grid-list tr,
  .grid-list-2 tr {
    height: 59px;
  }
  .grid-list th,
  .grid-list td,
  .grid-list-2 th {
    padding: 0 18px;
  }
  .grid-list tbody th {
    text-align: left;
  }
  .grid-list-2.cmgt {
    margin-top: 20px;
  }
  .grid-list-2.cmgt-2 {
    margin-top: 24px;
  }
  .grid-list-2.cmgt-3 {
    margin-top: 36px;
  }
  .grid-list-2 tr.pd-min {
    height: auto;
  }
  dl.grid-list-2 > dd,
  .grid-list-2 td {
    padding: 24px 18px;
  }
  .grid-list-2.in-txt td,
  .grid-list-2 td.in-txt,
  .grid-list-2 tr.pd-min td {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .grid-list-2.pd-min-2 td {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  dl.grid-list-2 > dd,
  .grid-list-2 th + td {
    padding-left: 24px;
  }
  dl.grid-list-2 > dt:not(.vm),
  .grid-list-2 tbody th:not(.vm) {
    padding-top: 17px;
  }
  dl.grid-list-2 > dt,
  .grid-list-2 .grid-list-2 th {
    padding: 20px 8px;
  }
  .grid-list-2.in-txt th {
    text-align: center;
  }
  .grid-list-2.in-txt th + td {
    padding-left: 30px;
  }
  .grid-list-2 .cell-dt {
    padding: 0 12px 0 24px;
  }
  .grid-list-2 .txt-ps {
    display: inline-block;
  }
  .grid-list-2 .txt-ps::before {
    content: "(";
  }
  .grid-list-2 .txt-ps::after {
    content: ")";
  }
  dl.grid-list-2 {
    display: flex;
    flex-wrap: wrap;
  }
  dl.grid-list-2 > dt.w-ty {
    width: 160px;
  }
  dl.grid-list-2 > dt.w-ty + dd {
    width: calc(100% - 160px);
  }
  .grid-list-3 tr {
    height: 59px;
  }
  .grid-list-3 td {
    padding: 9px 18px;
  }
  .grid-list-3 td.subj {
    text-align: left;
  }
  .grid-list-3 .bt-unit {
    padding-left: 28px;
    line-height: 27px;
  }
  .grid-list-3 .options {
    line-height: 27px;
  }
  .grid-list-3 .news-summary {
    margin-top: 11px;
    margin-bottom: 9px;
  }
  .grid-list-3 .news-summary .options {
    margin-top: 16px;
  }
  .grid-list-3 .price-only {
    padding-right: 48px;
  }
  .grid-list-3 .price strong {
    font-size: 28px;
  }
  .grid-list-3 .price-button .price:not(:last-child) {
    display: block;
    margin-bottom: 15px;
  }
  .grid-list-3 .price-button [class*=bt-] + [class*=bt-] {
    margin-top: 12px;
  }
  .grid-list-3 .state-button {
    padding-left: 72px;
    text-align: left;
  }
  .grid-list-3 .state-button .state-3 {
    margin-right: 7px;
    line-height: 29px;
  }
  .grid-list-3 .state-button .item + .item {
    display: block;
    margin-top: 11px;
  }
  .grid-list-3 .state-button [class*=bt-] + [class*=bt-] {
    margin-left: 5px;
  }
  .grid-list-4 {
    line-height: 1.625;
  }
  .grid-list-4 li {
    width: 27%;
    margin-top: 43px;
    margin-left: 9.5%;
  }
  .grid-list-4 li:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
  .grid-list-4 li:nth-child(1),
  .grid-list-4 li:nth-child(2),
  .grid-list-4 li:nth-child(3) {
    margin-top: 0;
  }
  .grid-list-4 .grid-img {
    margin-bottom: 17px;
  }
  .grid-list-4 .grid-link:hover,
  .grid-list-4 .grid-link:focus {
    color: #2a2c2f;
  }
  .grid-list-4 .grid-link:hover::before,
  .grid-list-4 .grid-link:focus::before {
    opacity: 1;
  }
  .grid-list-4 .grid-link:hover .i-hover,
  .grid-list-4 .grid-link:focus .i-hover {
    opacity: 1;
  }
  .grid-list-4 .grid-link:hover .grid-img::after,
  .grid-list-4 .grid-link:focus .grid-img::after {
    opacity: 1;
  }
  .total-price {
    display: flex;
    align-items: center;
    margin-top: 72px;
    padding: 25px 0;
  }
  .total-price .name {
    flex: 1;
    padding: 0 18px;
  }
  .total-price .price {
    width: 224px;
    padding: 0 48px 0 18px;
  }
  .total-price .price strong {
    font-size: 28px;
  }
  .total-price .control {
    width: 131px;
    padding: 0 18px;
    margin: 0;
    text-align: center;
  }
  .grid-check-list .link-detail {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    font-size: 16px;
    line-height: 20px;
  }
  .grid-check-list.ty-2 > .fm-row + .fm-row {
    margin-top: 13px;
  }
  .grid-check-list.ty-2 .fm-ta:not(:first-child) {
    margin-top: 23px;
  }
  .grid-icon {
    display: flex;
    flex-wrap: wrap;
    margin-left: 18px;
    margin-right: 18px;
  }
  .grid-icon .in {
    max-width: calc(100% - 105px);
  }
  .grid-icon > li {
    width: calc(50% - 31px);
    margin-top: 24px;
  }
  .grid-icon > li:nth-child(2n) {
    margin-left: 62px;
  }
  .grid-icon > li:nth-child(-n+2) {
    margin-top: 0;
  }
  .grid-accordion {
    line-height: 2.25;
    font-size: 16px;
  }
  .grid-accordion .subj {
    padding: 24px 55px 26px 42px;
  }
  .grid-accordion .subj::before {
    right: 21px;
    width: 11px;
    height: 11px;
    border-width: 0 2px 2px 0;
  }
  .grid-accordion .cont .in {
    padding: 19px 18px 23px 78px;
  }
  .grid-accordion .ico-qa {
    left: 18px;
    top: 27px;
    font-size: 20px;
  }
  .grid-accordion .cont .ico-qa {
    left: 53px;
    top: 27px;
  }
  .grid-accordion .cont .ico-qa::before {
    left: -27px;
    top: -6px;
    width: 13px;
    height: 16px;
  }
  .grid-accordion .cont .ico-qa::after {
    left: -16px;
    top: 5px;
    border-width: 5px 0 5px 7px;
  }
  /* Form Grid */
  .fm-w {
    max-width: 315px;
  }
  .fm-w-3 {
    width: 264px;
  }
  .fm-w-4 {
    width: 472px;
  }
  .fm-w-5 {
    width: 192px;
  }
  .fm-row + .fm-row {
    margin-top: 20px;
  }
  .fm-txt,
  .fm-txt-2,
  .fm-txt-3 {
    font-size: 15px;
  }
  span.fm-txt,
  span.fm-txt-2,
  span.fm-txt-3 {
    line-height: 46px;
    padding: 0 8px;
  }
  p.fm-txt:not(:first-child),
  div.fm-txt:not(:first-child),
  p.fm-txt-2:not(:first-child),
  div.fm-txt-2:not(:first-child),
  p.fm-txt-3:not(:first-child),
  div.fm-txt-3:not(:first-child) {
    margin-top: 9px;
  }
  .fm-txt-3 {
    font-size: 14px;
  }
  .fm-txt-4 {
    font-size: 16px;
  }
  .fm-txt-4.cmgt {
    margin-top: 19px;
  }
  .fm-g-file .grid-item {
    display: inline-block;
    width: auto;
  }
  .fm-g-file .grid-item + .grid-item {
    margin-left: 11px;
    margin-top: 0;
  }
  .fm-grid {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.7;
  }
  .fm-grid .grid-item {
    flex: 1;
  }
  .fm-grid .grid-item.none {
    flex: none;
  }
  .fm-grid .grid-item + .grid-item {
    margin-left: 11px;
    margin-top: 0;
  }
  .fm-grid + .fm-g-file {
    margin-top: 21px;
  }
  .fm-grid-2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .fm-grid-3 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .fm-grid-3 .grid-item:not(.fm-txt-2):not(.fm-txt) + .grid-item:not(.fm-txt-2):not(.fm-txt),
  .fm-ml {
    margin-left: 12px;
  }
  .fm-grid-3 .mo-full {
    margin-right: 24px;
  }
  .fm-grid-3 .fm-email-2,
  .fm-grid-3 .fm-email {
    width: 164px;
  }
  .fm-grid-4 .grid-item:not(.fm-txt):not(.fm-txt-2) + .grid-item:not(.fm-txt):not(.fm-txt-2) {
    margin-left: 12px;
  }
  .fm-grid-5 {
    display: flex;
    align-items: center;
  }
  .fm-grid-5 > .grid-item:not(.fm-txt):not(.fm-txt-2):not(.none) {
    flex: 1;
  }
  .fm-grid-5 > .grid-item:not(.fm-txt):not(.fm-txt-2) + .grid-item:not(.fm-txt):not(.fm-txt-2),
  .fm-ml {
    margin-left: 12px;
  }
  .fm-grid-5 > .grid-item.flex-w-2 {
    flex: 2 !important;
  }
  .fm-rad-group .grid-item + .grid-item {
    margin-left: 24px;
  }
  .sch-form .fm-ipt {
    padding-right: 63px;
  }
  .sch-form .bt-sch {
    width: 63px;
  }
  .fm-cal .fm-ipt {
    width: 164px;
    padding-right: 46px;
  }
  .fm-cal .cal-btn {
    width: 47px;
  }
  .grid-press {
    margin-top: -12px;
    margin-left: -34px;
  }
  .grid-press li {
    margin-top: 12px;
    margin-left: 34px;
    width: calc(20% - 38px);
    line-height: 20px;
  }
  .in-txt .grid-press {
    margin-top: -25px;
    margin-left: -48px;
  }
  .in-txt .grid-press li {
    margin-top: 25px;
    width: 6em;
    margin-left: 44px;
  }
  /* box type */
  .grid-box {
    padding: 24px;
  }
  .grid-box.mid.h-ty::before {
    min-height: 330px;
  }
  .grid-box .msg-ipt {
    font-size: 24px;
    line-height: 1.5;
  }
  .grid-box .msg-ipt dt {
    margin-bottom: 26px;
  }
  .grid-box .msg-ipt .w-ty {
    max-width: 330px;
  }
  .grid-box-2 {
    padding: 24px 18px;
  }
  .grid-box-2.cmgt {
    margin-top: 29px;
  }
  /* 뉴스검색 */
  .news-view-close {
    display: none;
  }
  .news-wrap {
    display: flex;
    justify-content: space-between;
  }
  .news-wrap .scroll {
    padding-right: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .news-list {
    width: 45%;
  }
  .news-list .list {
    padding: 19px 0 19px 18px;
  }
  .news-list .list li {
    padding: 5px 0 5px;
  }
  .news-list .list-foot {
    padding: 12px 6px 17px;
  }
  .news-list .list a:hover::after {
    opacity: 1;
  }
  .news-wrap.expend-newsview .news-view {
    width: 100%;
    margin-left: -50.1%;
  }
  .news-view {
    position: relative;
    z-index: 10;
    width: 49.9%;
    padding: 24px 32px 48px;
    margin-left: 0;
    transition: width 0.3s, margin 0.3s;
  }
  .news-view .control {
    margin: 0 37px 13px;
  }
  .news-view .control .bt-ico + .bt-ico {
    margin-left: 8px;
  }
  .news-view .i-expend {
    position: absolute;
    left: -20px;
    top: 415px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
  }
  .news-view .news-view-detail {
    max-height: 472px;
    margin-bottom: 45px;
  }
  .news-view-detail {
    font-size: 16px;
  }
  .news-view-detail .image {
    margin: 32px 0;
  }
  .news-view-detail .ps {
    margin-top: 0.55em;
  }
  .news-view-detail .subj-wrap .date {
    font-size: inherit;
  }
  .news-view-detail .subj-wrap .cat {
    margin-bottom: 4px;
  }
  .news-view-detail .subj-wrap .title {
    margin: 3px 0 12px;
    font-size: 1.75em;
    line-height: 1.428;
  }
  .news-view .news-down {
    margin: 30px 0 23px;
    font-size: 16px;
  }
  .news-view .news-down dt {
    margin-right: 12px;
  }
  .news-view .news-down a,
  .news-view .news-down button {
    margin-left: 8px;
  }
  .news-view .charge {
    padding: 12px 24px 16px;
  }
  .news-view .charge .price {
    font-size: 24px;
  }
  .news-view .charge .type {
    font-size: 16px;
  }
  .news-view .option-area {
    margin-top: 32px;
  }
  .news-view .option-area .title {
    display: none;
  }
  .news-view .option-area .opt-selected,
  .news-view .option-area .opts-name {
    display: none;
  }
  .news-view .option-area .opts-grid,
  .news-view .option-area .checked-i {
    line-height: 1.21;
    font-size: 14px;
    color: #000;
  }
  .news-view .option-area .options {
    margin-bottom: 32px;
    border-top: 1px solid #c9cacd;
    background-color: #fff;
  }
  .news-view .option-area th,
  .news-view .option-area td {
    height: 30px;
    font-weight: 400;
    border-bottom: 1px solid #c9cacd;
  }
  .news-view .option-area .line-r {
    border-right: 1px solid #c9cacd;
  }
  .news-view .option-area [rowspan] {
    color: #2477bd;
  }
  .news-view .option-area .fm-rad + .checked-i.txt {
    padding-left: 21px;
  }
  .news-view .option-area .opts-grid .checked-i .pc-hide {
    /* display:block !important;*/
    position: absolute;
    width: 1px;
    height: 1px;
    white-space: nowrap;
    text-indent: -999px;
    overflow: hidden;
  }
  /* .news-view .option-area .fm-rad + .checked-i.txt { padding-left:0; padding-right:21px; }
  .news-view .option-area .fm-rad + .checked-i:before { left:auto; right:0; }
  .news-view .option-area .fm-rad + .checked-i:after { left:auto; right:4px; } */
  .news-view .option-area .bt-5 {
    min-width: 120px;
  }
  .news-view .total-pick {
    margin-top: 32px;
  }
  .news-view .total-pick .options {
    padding: 0 24px;
  }
  .news-view .total-pick .options li:last-child {
    padding-bottom: 24px;
  }
  .news-view .total-pick .options li + li {
    margin-top: 12px;
  }
  .news-view .total-pick .fm-ta {
    height: 91px;
  }
  .news-view .bt-unit {
    font-size: 16px;
    line-height: 49px;
  }
  .news-view .btnarea {
    margin-top: 48px;
  }
  .news-view .btnarea .grid-item + .grid-item {
    margin-left: 24px;
  }
  /* 로그인 */
  .contents-mid.login-wrap {
    width: 376px;
    height: 354px;
  }
  .login-wrap .g-title {
    text-align: center;
  }
  .login-wrap .fm-row + .fm-row {
    margin-top: 12px;
  }
  .login-wrap .login-find .grid-item a:hover {
    text-decoration: underline;
  }
  .login-wrap .login-save-area {
    margin: 24px 0 32px;
  }
  .login-wrap .login-find {
    margin-top: 24px;
  }
  /* 뉴스마켓 소개, 뉴스저작권이란? */
  .about-wrap {
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
  }
  .about-wrap .g-title-2 {
    padding-left: 0;
  }
  .about-wrap .grid-icon {
    margin-left: 0;
    margin-right: 0;
  }
  .about-wrap .about-head {
    margin: -13px 0 34px;
    width: 57%;
    min-width: 575px;
    font-size: 56px;
  }
  .about-wrap .about-head + .about-head-sub {
    margin-top: -24px;
  }
  .about-wrap .about-head-sub {
    font-size: 18px;
    line-height: 1.67;
  }
  .about-wrap .about-head-sub.ty-2 {
    width: 50%;
    min-width: 575px;
    padding-right: 30px;
  }
  .about-wrap .about-head-sub + .about-head-sub {
    margin-top: 10px;
  }
  .about-wrap .grid-txt {
    margin-top: 35px;
  }
  .about-wrap.bg-copyright::after {
    position: absolute;
    right: 21px;
    top: 30px;
    z-index: -1;
    width: 612px;
    height: 388px;
    margin: 0;
  }
  .about-wrap.bg-newsmarket::after {
    position: absolute;
    right: -40px;
    top: 41px;
    z-index: -1;
    width: 550px;
    height: 365px;
    margin: 0;
  }
  /* 뉴스마켓 판매 상품 */
  .bulk-wrap {
    display: flex;
  }
  .bulk-wrap .bulk-data {
    flex: 1;
    padding-right: 41px;
  }
  .bulk-wrap .bulk-info {
    flex: 1;
    position: relative;
    margin: -23px 18px 0;
    padding: 58px 0 0;
    font-size: 18px;
    line-height: 1.55;
  }
  .bulk-wrap .bulk-info dt {
    margin-bottom: 17px;
    font-size: 24px;
    line-height: 1.5;
  }
  .bulk-wrap .bulk-info .light {
    font-size: 14px;
  }
  .bulk-wrap .bulk-info dd + dd {
    margin-top: 7px;
  }
  .bulk-wrap .bulk-info dd:not(.light) + dd {
    margin-top: 25px;
  }
  .bulk-wrap .bulk-info .btnarea {
    margin: 0;
    position: absolute;
    left: 33px;
    right: 33px;
    bottom: 32px;
  }
  /* Terms */
  .terms-date {
    padding: 0 18px;
    margin: -7px 0 7px;
    font-size: 14px;
  }
  .terms-wrap {
    font-size: 16px;
    line-height: 1.625;
  }
  .terms-wrap .fc-6 {
    font-size: 18px;
  }
  .terms-anchor {
    padding: 37px 18px 38px;
  }
  .terms-anchor .item {
    line-height: 2.25;
  }
  .terms-anchor .item a:hover {
    text-decoration: underline;
  }
  .terms-title {
    margin: 28px 0 10px;
  }
  .terms-title-2 {
    margin: 10px 0 0;
  }
  .terms-anchor + .terms-cont {
    padding: 42px 18px;
  }
  .terms-cont {
    padding: 17px 18px 20px;
  }
  .terms-txt.cmgt-2,
  .terms-txt-2.cmgt-2 {
    margin-top: 28px;
  }
  .terms-list {
    margin-top: 14px;
    margin-left: 0;
  }
  .terms-list > li::before {
    width: 4px;
    height: 4px;
  }
  .terms-list > li + li,
  .terms-txt-2 > li + li {
    margin-top: 10px;
  }
  .terms-txt-2 > li {
    padding-left: 22px;
  }
  .terms-txt-2 > li .num {
    display: inline-block;
    margin-left: -22px;
  }
  /* Sitemap */
  .site-map .site-list {
    width: 16.5%;
    margin-right: 3.5%;
    margin-bottom: 0;
    font-size: 16px;
  }
  .site-map .site-list:nth-child(4n) {
    margin-right: 0;
  }
  .site-map .site-title {
    padding: 17px 0 17px 23px;
  }
  .site-map .site-title a {
    font-size: 18px;
  }
  .site-map .sub-dep > li {
    padding: 15px 0 17px 23px;
  }
  .site-map .sub-dep-2 {
    margin: 16px 0 0 23px;
  }
  .site-map .sub-dep-2 > li {
    margin-top: 8px;
  }
  .site-map .sub-dep-2 > li > a::before {
    margin: -2px 5px 0 2px;
    width: 4px;
    height: 4px;
  }
  .site-map .site-etc {
    margin: 42px 0 0;
  }
  .site-map .site-etc a {
    height: 40px;
    padding: 0 24px;
    line-height: 40px;
    font-size: 16px;
  }
}
@media all and (min-width: 1024px) and (max-width: 1140px) {
  /* Form Grid */
  .grid-press li {
    width: calc(25% - 38px);
  }
}
/****************************** MO ******************************/
@media screen and (max-width: 1023px) {
  /* Visual */
  .sub-vis.ty {
    height: 255px;
  }
  .sub-vis.ty .bg {
    background-image: url("../../img/sub/vis-ty-mo.jpg");
  } /* 뉴스검색 및 구매 */
  .vis-sch {
    display: block;
  }
  .vis-sch .row {
    position: relative;
    display: flex;
    background-color: #fff;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
  .vis-sch .row + .row {
    margin-top: 12px;
  }
  .vis-sch .grid-item {
    flex: 1;
  }
  .vis-sch .grid-item > .opt-subj,
  .vis-sch .grid-item > .fm-ipt {
    height: 39px;
    line-height: 37px;
  }
  .vis-sch .row.help {
    display: block;
    background: none;
    box-shadow: none;
    text-align: center;
  }
  .vis-sch .scroll {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
  .vis-sch .scroll.cmgt {
    margin-top: 14px;
  }
  .vis-sch .sch-option {
    width: 100%;
  }
  .vis-sch .sch-option .chk-group.right {
    margin-top: 4px;
  }
  .vis-sch .sch-option .chk-group.right > li {
    margin-right: 12px;
    margin-top: 6px;
  }
  .vis-sch .sch-option.w-2 .opt-lb {
    margin-right: -3px;
  }
  /* Board / Data / List */
  .grid-process {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 12px;
    margin-top: -12px;
  }
  .grid-process .grid-item {
    width: 80px;
    margin: 12px 25px 0 0;
  }
  .news-summary {
    line-height: 1.57;
  }
  .news-summary .text {
    max-height: 3.14em;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    word-wrap: break-word;
  }
  .grid-list-3 .news-summary .options {
    margin-top: 2px;
  }
  .board-sch {
    display: flex;
  }
  .board-sch .fm-item {
    flex: 1;
  }
  .board-sch .w-ty {
    flex: 0.6;
  }
  .board-sch .fm-item + .fm-item {
    margin-left: 12px;
  }
  .board-sch.ty-2 {
    display: block;
  }
  .board-sch.ty-2 .fm-item {
    margin-left: 0;
  }
  .board-sch.ty-2 .bt-5 {
    width: 100%;
    font-size: 10px;
    font-weight: 700;
  }
  .board-sch.ty-2 .bt-8 {
    font-weight: 400;
  }
  .board-sch.ty-2 .fm-item:not(.mo-hide) ~ .fm-item {
    margin-top: 12px;
  }
  .board-result .grid-item {
    display: block;
  }
  .board-result .grid-item + .grid-item {
    margin-top: 5px;
  }
  .board-result .grid-item + .grid-item.in-box {
    margin-top: 10px;
  }
  .board-result .grid-item.mo-bar {
    display: inline-block;
    margin-top: 0;
    padding-left: 4px;
  }
  .board-result .grid-item.mo-bar::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 11px;
    margin: 0 0 3px 10px;
    background: #c9cacd;
    vertical-align: middle;
  }
  .board-result [class*=bt-] + [class*=bt-] {
    margin-left: 8px;
  }
  /* .board-sch .fm-item.fm-col { width:40%; } */
  .grid-list.mo-tb {
    display: block;
    font-size: 14px;
    color: #767676;
  }
  .grid-list.mo-tb tbody {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .grid-list.mo-tb tbody tr:first-child {
    border: none;
  }
  .grid-list.mo-tb tbody tr {
    display: table-row-group;
  }
  .grid-list.mo-tb tbody td {
    display: table-row;
    border-bottom: 1px solid #c9cacd;
  }
  .grid-list.mo-tb tbody td::before {
    content: attr(data-th);
    display: table-cell;
    width: 105px;
    background: #f9f9f9;
    padding-left: 6px;
    color: #2a2c2f;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
  }
  .grid-list.mo-tb tbody td .in {
    display: table-cell;
    padding: 7px 12px;
    text-align: left;
  }
  .grid-list-2.cmgt {
    margin-top: 9px;
  }
  .grid-list-2:not(.mo-tb),
  .grid-list-2:not(.mo-tb) tbody,
  .grid-list-2:not(.mo-tb) tr,
  .grid-list-2:not(.mo-tb) th,
  .grid-list-2:not(.mo-tb) td {
    display: block;
    height: auto;
  }
  dl.grid-list-2 > dt,
  .grid-list-2:not(.mo-tb) th {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #c4c4c4;
  }
  .grid-list-2:not(.mo-tb) td + th {
    border-top: 1px solid #c4c4c4;
  }
  dl.grid-list-2 > dd,
  .grid-list-2:not(.mo-tb) td {
    padding-left: 6px;
    padding-right: 6px;
  }
  .grid-list-2 td.in-tb {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-list-2.mo-tb.pd-min-2 th {
    padding-left: 3px;
    padding-right: 3px;
  }
  .grid-list-2.mo-tb.pd-min-2 td {
    padding-left: 3px;
    padding-right: 3px;
  }
  .grid-list-2.pop-line-ty,
  .grid-list-2.pop-line-ty thead,
  .grid-list-2.pop-line-ty thead tr,
  .grid-list-2.pop-line-ty thead th {
    display: block;
  }
  .grid-list-2.pop-line-ty colgroup,
  .grid-list-2.pop-line-ty tbody th {
    display: none;
  }
  .grid-list-2.pop-line-ty tbody {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .grid-list-2.pop-line-ty tbody tr:first-child {
    border: none;
  }
  .grid-list-2.pop-line-ty tbody tr {
    display: table-row-group;
  }
  .grid-list-2.pop-line-ty tbody td {
    display: table-row;
    border-bottom: 1px solid #c9cacd;
  }
  .grid-list-2.pop-line-ty tbody td::before {
    content: attr(data-th);
    display: table-cell;
    width: 105px;
    background: #f9f9f9;
    padding-left: 6px;
    color: #2a2c2f;
    font-weight: 500;
    text-align: left;
    vertical-align: middle;
  }
  .grid-list-2.pop-line-ty tbody td .in {
    display: table-cell;
    padding: 7px 12px;
    text-align: left;
  }
  .grid-list-2.pop-line-ty tbody td .in:empty::before {
    content: "　";
  }
  .grid-list-2.pop-line-ty .num .in {
    text-align: right !important;
  }
  .grid-list-2.pop-line-ty th,
  .grid-list-2.pop-line-ty td {
    font-size: 14px;
  }
  .grid-list-2.pop-line-ty.ty-2 tbody tr td:last-child {
    border-bottom-color: #000;
  }
  .grid-list-3 {
    text-align: left;
  }
  .grid-list-3,
  .grid-list-3 tbody,
  .grid-list-3 tr,
  .grid-list-3 th,
  .grid-list-3 td {
    display: block;
    height: auto;
  }
  .grid-list-3 tr {
    position: relative;
    padding: 12px 6px;
  }
  .grid-list-3 td:not(.mo-hide) ~ td,
  .grid-list-3 th:not(.mo-hide) ~ td {
    margin-top: 7px;
  }
  .grid-list-3 .mo-abs-r {
    position: absolute;
    right: 6px;
    top: 50%;
    margin: 0 !important;
    transform: translateY(-50%);
  }
  .grid-list-3.mo-pd-r tr {
    padding-right: 100px;
  }
  .grid-list-3 .mo-cmgt {
    margin-top: 0 !important;
  }
  .grid-list-3 button.mo-block:first-child {
    margin-top: 13px;
  }
  .grid-list-3 .news-summary:first-child {
    margin-top: -5px;
  }
  .grid-list-3 .price-only {
    margin-top: 2px !important;
    margin-bottom: -4px;
  }
  .grid-list-3 .price strong {
    font-size: 24px;
  }
  .grid-list-3 .price-state {
    margin-top: 2px !important;
    margin-bottom: 0;
    font-size: 14px;
  }
  .grid-list-3 .price-state .state-3 {
    margin-right: 6px;
  }
  .grid-list-3 .price-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .grid-list-3 .price-button .price {
    order: 2;
  }
  .grid-list-3 .price-button .price:only-child {
    margin-left: auto;
  }
  .grid-list-3 .price-button.ty-2 .price {
    width: 100%;
    order: -1;
  }
  .grid-list-3 .price-button.ty-2 .btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    text-align: right;
    margin-top: 5px;
  }
  .grid-list-3 .price-button.ty-2 .btns [class*=bt-] {
    margin-left: 6px;
  }
  .grid-list-3 .price-button .i-down {
    order: 3;
  }
  .grid-list-3 .state-button {
    margin-top: 12px !important;
  }
  .grid-list-3 .state-button .state-3 + [class*=bt-] {
    margin-left: 3px;
  }
  .grid-list-3 .state-button .item {
    margin-right: 9px;
    line-height: 23px;
  }
  .grid-list-3.flexwrap tr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 5px;
  }
  .grid-list-3.flexwrap td {
    margin-top: 7px;
  }
  .grid-list-3.flexwrap .g-col {
    width: 100%;
  }
  .grid-list-3.flexwrap .g-col-2 {
    width: 23%;
  }
  .grid-list-3.flexwrap .g-col-3 {
    width: 53%;
  }
  .grid-list-3.flexwrap .g-col-4 {
    width: 24%;
  }
  /* Form Grid */
  .fm-txt-3.mo-block {
    line-height: 1.2;
  }
  .fm-txt-3.mo-block:not(:first-child) {
    margin-top: 6px;
  }
  .fm-grid-2,
  .grid-list-2 td.fm-grid-2 {
    display: flex;
  }
  .fm-grid-2 .fm-cal {
    flex: 1;
  }
  .fm-grid-3 {
    display: flex;
    flex-wrap: wrap;
    margin-top: -12px;
  }
  .fm-grid-3 .grid-item {
    margin-top: 12px;
  }
  .fm-grid-3 .mo-full {
    width: 100%;
  }
  .fm-grid-3 .fm-email {
    width: calc(100% - 27px);
  }
  .fm-grid-3 .fm-email-2 {
    width: calc(50% - 3px);
  }
  .fm-grid-3 .fm-email-2 + .fm-email-2 {
    margin-left: 6px;
  }
  .fm-grid-5 > .grid-item:not([class*=fm-grid]) {
    display: block;
  }
  .fm-grid-5 > .grid-item + .grid-item {
    margin-top: 12px;
  }
  .fm-grid .blue {
    padding-left: 0;
  }
  .grid-press {
    margin-left: -26px;
  }
  .grid-press li {
    margin-left: 26px;
    width: calc(25% - 30px);
  }
  .in-txt .grid-press {
    margin-left: -10px;
  }
  .in-txt .grid-press li {
    width: 6em;
    margin-left: 10px;
  }
  /* 뉴스검색 */
  .news-view-close {
    position: absolute;
    left: 0;
    top: 7px;
    width: 35px;
    height: 35px;
    white-space: nowrap;
    text-indent: -999px;
    overflow: hidden;
  }
  .news-view-close::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 50%;
    width: 7px;
    height: 7px;
    border: 0 solid #2a2c2f;
    border-width: 0 0 2px 2px;
    transform: translateY(-50%) rotate(45deg);
  }
  .news-view-close::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 50%;
    width: 21px;
    height: 2px;
    margin-top: -1px;
    background: #2a2c2f;
  }
  .news-wrap.opend-newsview .news-list,
  .news-wrap:not(.opend-newsview) .news-view,
  .news-view .i-expend {
    display: none;
  }
  .news-list {
    font-size: 14px;
  }
  .news-view-detail {
    overflow: visible;
    padding-right: 0;
  }
  .news-view .option-area .title {
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 700;
    text-align: left;
  }
  .news-view .total-pick {
    border: 0 solid #c9cacd;
    border-width: 1px 0 1px;
  }
  .news-view .total-pick .options {
    margin-top: 7px;
  }
  .news-view .total-pick .options .info .txt + .txt {
    padding-top: 5px;
  }
  .news-view .option-area {
    position: relative;
  }
  .news-view .option-area .opt-selected {
    display: block;
    width: 100%;
    padding: 0 0 0 12px;
    margin: 0 0 12px;
    line-height: 33px;
    color: #767676;
    text-align: left;
    border: 1px solid #c9cacd;
    background: #fff url("../../img/common/fm-sel-mo.png") right 11px center no-repeat;
    background-size: 12px 7px;
  }
  .news-view .option-area .options {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 10;
    margin-top: -13px;
    text-align: left;
    background: #fff;
    border: 1px solid #c9cacd;
  }
  .news-view .option-area .opts-name {
    padding: 0 0 0 12px;
    color: #2477bd;
    border-top: 1px solid #c9cacd;
  }
  .news-view .option-area .opts-name .in {
    position: relative;
    width: 100%;
    line-height: 33px;
    text-align: left;
  }
  .news-view .option-area .opts-name .in::after {
    content: "";
    position: absolute;
    right: 11px;
    top: 50%;
    width: 12px;
    height: 7px;
    margin-top: -3.5px;
    background: #fff url("../../img/common/fm-sel-mo.png") 0 0 no-repeat;
    background-size: 12px 7px;
  }
  .news-view .option-area .opts-name:first-child {
    border-top-width: 0;
  }
  .news-view .option-area .opts-grid th {
    display: none;
  }
  .news-view .option-area .opts-grid td {
    padding: 0 0 0 12px;
    line-height: 33px;
    color: #2477bd;
    border-top: 1px solid #c9cacd;
  }
  .news-view .option-area .opts-grid,
  .news-view .option-area .opts-grid tbody,
  .news-view .option-area .opts-grid tr,
  .news-view .option-area .opts-grid td {
    display: block;
    height: auto;
  }
  .news-view .option-area .opts-grid {
    display: none;
  }
  .news-view .option-area .options {
    display: none;
  }
  .news-view .option-area.dropdown-show .options {
    display: block;
  }
  .news-view .option-area .opts-name .in.active {
    display: block;
  }
  .news-view .option-area .opts-name .in.active::after {
    transform: rotate(180deg);
  }
  .news-view .option-area .opts-grid.active {
    display: block;
  }
  .news-view .option-area .bt-5 {
    min-width: 70px;
  }
  /* 뉴스마켓 판매 상품 */
  .bulk-wrap .bulk-info {
    margin: 36px 0 0;
  }
  /* 카드뉴스 */
  .pop-layer.card-view {
    padding: 36px 12px 37px;
  }
  .pop-layer.card-view .pop-cont {
    max-height: calc(100vh - 180px);
  }
}
@media all and (min-width: 601px) and (max-width: 1023px) {
  /* Board / Data / List */
  .grid-list-4 li {
    width: calc((100% - 48px) / 3);
    margin-left: 24px;
  }
  .grid-list-4 li:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
  }
  .grid-list-4 li:nth-child(1),
  .grid-list-4 li:nth-child(2),
  .grid-list-4 li:nth-child(3) {
    margin-top: 0;
  }
}
@media all and (max-width: 720px) {
  .grid-process {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 600px) {
  /* Board / Data / List */
  .grid-list-4 li {
    width: calc(50% - 12px);
    margin-left: 24px;
  }
  .grid-list-4 li:nth-child(2n+1) {
    clear: left;
    margin-left: 0;
  }
  .grid-list-4 li:nth-child(1),
  .grid-list-4 li:nth-child(2) {
    margin-top: 0;
  }
  /* Form Grid */
  .grid-press li {
    width: calc(33% - 30px);
  }
}
@media all and (max-width: 374px) {
  .grid-step .grid-item.ty-2 {
    flex: none;
    padding-left: 5px;
    padding-right: 5px;
  }
}
/****************************** TABLE CELL SIZE ******************************/
@media all and (min-width: 1024px) {
  .tb-col-w {
    width: 19.25%;
  }
  .tb-col-w-2 {
    width: 110px;
  }
  .tb-col-w-3 {
    width: 158px;
  }
  .tb-col-w-4 {
    width: 168px;
  }
  .tb-col-w-5 {
    width: 28%;
  }
}
@media all and (max-width: 1023px) {
  .tb-col-w {
    width: 88px;
  }
  .tb-col-w-2 {
    width: 77px;
  }
  .tb-col-w-3 {
    width: 82px;
  }
  .tb-col-w-4 {
    width: 64px;
  }
  .tb-col-w-5 {
    width: 29.7%;
  }
}
/****************************** PRINT ******************************/
@media print {
  html,
  body {
    overflow: visible !important;
  }
  :focus {
    outline: none;
  }
  .pop-layer {
    box-shadow: none;
  }
  .pop-btn-close {
    display: none;
  }
  .grid-list tr,
  .grid-list-2 tr {
    height: 30px;
  }
  .grid-list th,
  .grid-list td,
  .grid-list-2 th {
    padding: 0 10px;
  }
  .grid-list-2.pop-line-ty {
    font-size: 13px;
  }
  .grid-list-2.pop-line-ty thead th {
    padding: 4px 6px;
  }
  .printBeroreNewsView,
  .printBerorePopup,
  .printBerore,
  #wrap {
    padding: 3px !important;
    margin: 0 auto !important;
    width: 1024px !important;
  }
  .printBerorePopup .pop-btnarea,
  .printBerore .pop-btnarea {
    display: none;
  }
  .printBeroreNewsView #header,
  .printBeroreNewsView #footer,
  .printBeroreNewsView .page-path,
  .printBeroreNewsView .sub-vis,
  .printBeroreNewsView .category,
  .printBeroreNewsView .news-list,
  .printBeroreNewsView .news-view > div,
  .printBeroreNewsView .news-view > dl,
  .printBeroreNewsView .news-view > button {
    display: none;
  }
  .printBeroreNewsView #container {
    padding: 0;
    margin: 0;
  }
  .printBeroreNewsView .news-view {
    width: auto;
    padding: 0;
    transition: none;
    margin: 0;
    background: none;
  }
  .printBeroreNewsView .news-view .news-view-detail {
    display: block !important;
    max-height: none;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .printBerorePopup .container {
    padding: 0;
  }
  .printBerorePopup #header,
  .printBerorePopup #footer,
  .printBerorePopup .page-path,
  .printBerorePopup .sub-vis,
  .printBerorePopup .container > *:not(.uipop-container):not(.pop-layer) {
    display: none;
  }
  .uipop-container {
    position: static !important;
    background: none !important;
    overflow: visible !important;
  }
  .uipop-container.dim .uipop-track,
  .uipop-container .uipop-track {
    display: block;
    width: auto !important;
    height: auto !important;
  }
  .uipop-container .pop-layer,
  .pop-layer {
    max-width: none !important;
    width: auto !important;
    padding: 0 !important;
  }
}
/* 250402 */
#popApprovalBtn {
  display: none;
}

/* 20260115 */
.sub-tit {
  margin-bottom: 13px;
  font-weight: 700;
  font-size: 18px;
  color: #2a2c2f;
}
@media all and (min-width: 1024px), print {
  .sub-tit {
    margin-bottom: 17px;
    padding-left: 18px;
    font-size: 24px;
  }
}

.sub-tit2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 15px;
  color: #2a2c2f;
}
@media all and (min-width: 1024px), print {
  .sub-tit2 {
    padding-left: 18px;
    font-size: 18px;
  }
}

.step1-buy {
  border-top: 2px solid #2a2c2f;
  font-size: 14px;
  color: #767676;
}
.step1-buy ul {
  padding: 17px 15px 0;
}
.step1-buy li:not(:last-child) {
  margin-bottom: 15px;
}
.step1-buy .step1-check {
  margin-top: 4px;
  text-align: right;
}
@media all and (min-width: 1024px), print {
  .step1-buy {
    font-size: 16px;
  }
  .step1-buy ul {
    padding: 17px 20px 0;
  }
  .step1-buy li {
    display: flex;
    align-items: center;
  }
  .step1-buy li:not(:last-child) {
    margin-bottom: 15px;
  }
  .step1-buy .step1-txt {
    flex: 1;
  }
  .step1-buy .step1-check {
    flex: 0 0 auto;
    margin-top: 0;
    text-align: revert;
  }
}

.step1-all-check {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
  padding: 13px 12px;
  border-top: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
  background: #f9f9f9;
}
.step1-all-check .checked-i {
  font-weight: 400;
  color: #2a2c2f;
}
@media all and (min-width: 1024px), print {
  .step1-all-check {
    margin-top: 20px;
    padding: 20px 17px;
  }
}

.step-section + .step-section {
  margin-top: 37px;
}
@media all and (min-width: 1024px), print {
  .step-section + .step-section {
    margin-top: 65px;
  }
}

.pur-check-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}
.pur-check-box .l {
  display: flex;
  -moz-column-gap: 13px;
       column-gap: 13px;
}
@media all and (min-width: 1024px), print {
  .pur-check-box {
    margin-bottom: 5px;
  }
}

@media all and (min-width: 1024px), print {
  .btn-pur-popup {
    height: 29px !important;
    line-height: 29px !important;
  }
}

.del-col {
  width: 27%;
}
@media all and (min-width: 1024px), print {
  .del-col {
    width: 230px;
  }
}

.col-blue {
  color: #2477bd;
}

.pop-layer:has(.newsdata-tb) .tbl_wrap {
  margin-top: 0;
}

.newsdata-tb {
  margin-top: 0 !important;
}
@media all and (min-width: 1024px), print {
  .newsdata-tb th,
  .newsdata-tb td {
    height: 63px !important;
    padding: 10px !important;
  }
}

.step-sub-section {
  margin-top: 40px;
}

.news-date {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
}
.news-date .date-select {
  display: flex;
  flex: 1 1 200px;
  gap: 8px;
}
@media all and (min-width: 1024px), print {
  .news-date {
    max-width: 800px;
    margin-top: 15px;
  }
}

.set-list {
  margin-top: 10px;
}
.set-list li:not(:last-child) {
  margin-bottom: 3px !important;
}
.set-list li span {
  font-weight: 500;
  color: #2a2c2e;
}
.set-list .btn-del {
  margin-left: 3px;
  line-height: 1;
  vertical-align: sub;
}
.set-list .btn-del i {
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url(../../img/2022/sub/ico_circle_delete.png) no-repeat 0 0/20px;
}

.media-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
}

.col-black {
  color: #2a2c2f !important;
}

.col-red {
  color: #db2e2e !important;
}

.fwm {
  font-weight: 500;
}

.bg-gray-box {
  padding: 15px 12px;
  background: #f9f9f9;
}
@media all and (min-width: 1024px), print {
  .bg-gray-box {
    padding: 20px 18px;
  }
}

.li-mb-def {
  color: #767676;
}
.li-mb-def li:not(:last-child) {
  margin-bottom: 5px !important;
}

.tit-btn .sub-tit {
  margin-bottom: 0;
}
.tit-btn .r {
  text-align: right;
}
@media all and (min-width: 1024px), print {
  .tit-btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
  }
}
/* 20260223 */
.contract-txt {
  font-size: 14px;
}

.bg-gray-box {
  margin-bottom: 16px;
  padding: 20px;
  background: #e4e9f1;
}

.bg-gray-box .tit {
  margin-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #2a2c2f;
}

.fwm {
  font-weight: 600;
  color: #2a2c2f;
}

.cont-section + .cont-section {
  margin-top: 30px;
}

.cont-list > li:not(:last-child) {
  margin-bottom: 12px;
}

.col-blue {
  color: #2477bd;
}

.pl-20 {
  padding-left: 20px;
}
@media all and (min-width: 1024px), print {
  .bg-gray-box {
    margin-bottom: 30px;
    padding: 30px;
    background: #e4e9f1;
  }
  
  .bg-gray-box .tit {
    margin-bottom: 20px;
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #2a2c2f;
  }
  .contract-txt {
    font-size: 16px;
  }
}