.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
}
.sub-wrap div {
  box-sizing: border-box;
}
.sub-wrap p {
  color: #666;
}
.sub-bnr {
  height: 200px;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.sub-bnr1 {
  background-image: url("/wp-content/uploads/2024/04/1.-main_상단-이미지.png");
}
.sub-bnr2 {
  background-image: url("/wp-content/uploads/2024/04/1.-main_크롭수정.png");
}
.sub-bnr > h2 {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
}
.sub-bnr > p {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
}
.sub-cont-wrap {
  padding: 60px 0 100px;
}
.sub-cont > .inner {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1921px) {
  .sub-cont > .inner {
    max-width: 1200px;
  }
}
.sub-cont-nav {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  margin-top: 40px;
}
.sub-cont-nav > li {
  flex: 1;
  text-align: center;
}
.sub-cont-nav > li > a {
  display: block;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #b1b1b0;
  transition: all 0.3s;
}
.sub-cont-nav > li.active > a {
  background-color: #206bb3;
  color: #fff;
  border: 1px solid #2a517b;
}
.sub-cont-nav > li:nth-child(-n + 2) > a {
  border-right: 0px;
}
.sub-cont-wrap.new-employment .sub-cont-nav > li:nth-child(2) > a {
  border-right: 1px solid #b1b1b0;
}
@media screen and (max-width: 1200px) {
  .sub-bnr > h2 {
    font-size: 30px;
  }
  .sub-cont-wrap {
    padding: 50px 0 80px;
  }
  .sub-cont-nav > li > a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .sub-bnr > h2 {
    font-size: 28px;
  }
  .sub-bnr > p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sub-bnr > h2 {
    font-size: 24px;
  }
  .sub-bnr > p {
    font-size: 14px;
    line-height: 1.5;
  }
  .sub-cont-wrap {
    padding: 40px 0 60px;
  }
  .sub-cont-nav {
    margin-top: 20px;
  }
  .sub-cont-nav > li > a {
    font-size: 15px;
  }
}
@media screen and (max-width: 501px) {
  .sub-cont-wrap {
    padding: 40px 0 50px;
  }
  .sub-cont-nav > li > a {
    font-size: 14px;
  }
}

/* txt-color */
.title-navy {
  color: #1d3956;
}
.cont-navy {
  color: #37517e;
}
.cont-skyblue {
  color: #2c83ab;
}
.cont-skyblue2 {
  color: #216cb4;
}
.cont-black {
  color: #222;
}

/* 연혁 */
.history-tit {
  margin-bottom: 30px;
  font-size: 34px;
  text-align: center;
  line-height: 1.6;
  font-weight: 800;
}
.history-tit > span {
  display: block;
  font-size: 22px;
  font-weight: 600;
}
.sub-cont-wrap.new-history .sub-cont2 > .inner {
  padding: 60px 80px;
  background: linear-gradient(
    90deg,
    rgba(248, 248, 248, 1) 18%,
    rgba(255, 255, 255, 1) 100%,
    rgba(0, 212, 255, 1) 100%
  );
}
.history-wrap {
  position: relative;
}
.history-wrap::after {
  content: "";
  position: absolute;
  margin: 0 5px;
  top: 0;
  left: 100px;
  width: 3px;
  height: 100%;
  background-color: #37517e;
  z-index: 1;
}
.history-wrap.top {
  padding-bottom: 30px;
}
.history-wrap.bot {
  display: none;
  overflow: hidden;
}
.history-wrap > li {
  display: flex;
  align-items: flex-start;
}
.history-wrap > li:not(:last-child) {
  padding-bottom: 40px;
}
.history-wrap .year {
  flex-shrink: 0;
  position: relative;
  padding-right: 30px;
  margin-right: 50px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}
.history-wrap .year::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -21px;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  background-color: #1d3956;
  border-radius: 50%;
  z-index: 2;
}
.history-wrap + .load-btn {
  position: relative;
  text-align: center;
  z-index: 99;
}
.history-wrap + .load-btn > a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/wp-content/uploads/2024/04/arrow-up.png");
  transition: 0.2s;
}
.history-wrap + .load-btn.active > a {
  transform: rotate(180deg);
}
.history-cont > p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6;
}
.history-cont > p > span {
  color: #37517e;
}
.history-cont > p > span.light {
  font-weight: 500;
}
.history-cont > p > span.bold {
  font-weight: 700;
}
@media screen and (max-width: 1200px) {
  .history-tit {
    font-size: 32px;
  }
  .history-tit > span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .history-tit {
    font-size: 30px;
  }
  .history-tit > span {
    font-size: 18px;
  }
  .sub-cont-wrap.new-history .sub-cont2 > .inner {
    padding: 40px;
  }
  .history-wrap + .load-btn > a {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 767px) {
  .history-tit {
    margin-bottom: 20px;
    font-size: 25px;
  }
  .history-tit > span {
    font-size: 16px;
  }
  .sub-cont-wrap.new-history .sub-cont2 > .inner {
    padding: 30px 25px;
  }
  .history-wrap::after {
    left: 0;
    width: 2px;
  }
  .history-wrap > li {
    flex-direction: column;
    padding-left: 25px;
 }
 .history-wrap > li:not(:last-child) {
    padding-bottom: 25px;
  }
  .history-wrap .year {
    margin-bottom: 12px;
    padding-right: 0;
    margin-right: 0;
    font-size: 25px;
  }
  .history-wrap .year::after {
    right: auto;
    left: -23px;
    width: 8px;
    height: 8px;
  }
  .history-cont > p {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .history-wrap + .load-btn {
    margin-top: 12px;
  }
}

/* 수상 및 인증 */
.award-tit {
  padding-bottom: 50px;
  border-bottom: 2px solid #2e2624;
  text-align: center;
}
.sub-cont-wrap.new-award > .sub-cont1 .award-tit {
  margin-bottom: 40px;
}
.award-tit > h2 {
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: 700;
}
.award-tit > p {
  font-size: 18px;
  font-weight: 400;
}
.award-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
.award-list h3 {
  font-size: 15px;
  font-weight: 400;
}
.award-list > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  border: 1px solid #c5c5c5;
}
.award-list > div > .top,
.award-list > div > .bot {
  padding: 18px;
}
.award-list > div > .bot {
  background-color: #efefef;
}
.award-list img {
  max-width: 120px;
}
.sub-cont-wrap.new-award > .sub-cont2 .award-tit {
  margin-top: 120px;
}
.award-table > table {
  width: 100%;
}
.award-table > table th,
.award-table > table td {
  padding: 18px 0;
  font-size: 16px;
  text-align: center;
}
.award-table > table th:first-child {
  border-right: 1px solid #cacaca;
}
.award-table > table td {
  border: 1px solid #cacaca;
}
.award-table > table td:first-child {
  border-left: none;
}
.award-table > table td:last-child {
  border-right: none;
}
@media screen and (max-width: 1200px) {
  .sub-cont-wrap.new-award > .sub-cont1 .award-tit {
    margin-bottom: 30px;
  }
  .award-tit {
    padding-bottom: 30px;
  }
  .award-tit > h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .award-tit > p {
    font-size: 16px;
  }
  .award-list {
    grid-gap: 25px;
  }
  .sub-cont-wrap.new-award > .sub-cont2 .award-tit {
    margin-top:80px;
  }
  .award-table > table th, .award-table > table td {
    padding: 14px 0;
    font-size: 15px;
  }
}
@media screen and (max-width: 1000px) {
  .award-tit > h2 {
    margin-bottom: 8px;
    font-size: 28px;
  }
  .award-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .sub-cont-wrap.new-award > .sub-cont2 .award-tit {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .sub-cont-wrap.new-award > .sub-cont1 .award-tit {
    margin-bottom: 20px;
  }
  .award-tit {
    padding-bottom: 20px;
  }
  .award-tit > h2 {
    margin-bottom: 6px;
    font-size: 24px;
  }
  .award-tit > p {
    font-size: 15px;
  }
  .award-list {
    grid-gap: 10px;
  }
  .award-list > div > .top,
  .award-list > div > .bot {
    padding: 12px 0;
  }
  .award-list h3 {
    font-size: 13px;
  }
  .sub-cont-wrap.new-award > .sub-cont2 .award-tit {
    margin-top: 40px;
  }
  .award-table > table th,
  .award-table > table td {
    padding: 10px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .award-list h3 {
    font-size: 12px;
  }
  .award-table > table td {
    font-size: 13px;
  }
}

/* 수익 1% 기부 */
.sub-cont-wrap.new-donation {
  padding-top: 10px !important;
}
.dona-tit {
  padding: 120px 0;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: contain;
  background-image: url("/wp-content/uploads/2024/04/1.-수익1_기부.png");
}
.dona-tit > h2 {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}
.dona-tit > p {
  font-size: 16px;
  line-height: 1.5;
}
.donation-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap:30px;
}
.donation-list > ul > li.year {
  position: relative;
  height: 58px;
  overflow-y: hidden;
  margin-bottom: 15px;
  font-size: 52px;
  font-weight: 900;
  color: #2c83ab;
}
.donation-list > ul > li.year::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 300px;
  height: 1px;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.donation-list > ul > li:not(.year) {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
}
@media screen and (max-width: 1200px) {
  .dona-tit {
    padding: 100px 0;
  }
  .dona-tit > h2 {
    margin-bottom: 16px;
    font-size: 28px;
  }
  .donation-list {
    grid-gap: 20px;
  }
  .donation-list > ul > li.year {
    height: 50px;
    font-size: 46px;
  }
}
@media screen and (max-width: 767px) {
  .dona-tit {
    padding: 80px 0;
    background-position: center;
    text-align: center;
  }
  .dona-tit > h2 {
    margin-bottom: 10px;
    font-size: 25px;
  }
  .donation-list {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .donation-list > ul > li.year {
    height: 42px;
    font-size: 38px;
  }
  .donation-list > ul > li:not(.year) {
    margin-bottom: 4px;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .dona-tit {
    padding: 60px 0;
    background-size: 90%;
  }
  .dona-tit > p {
    font-size: 15px;
  }
  .donation-list > ul > li.year {
    height: 40px;
    font-size: 36px;
  }
  .donation-list > ul > li:not(.year) {
    font-size: 13px;
  }
}

/* 비전 */
.sub-cont-wrap.new-vision {
  padding: 0 !important;
}
h2.vision-tit,
.vision-about3 h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
}
p.vision-txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}
.sub-cont-wrap.new-vision .sub-cont:not(.sub-cont3),
.sub-cont-wrap.new-vision .sub-cont3 > .inner {
  padding: 60px 0;
}
.sub-cont-wrap.new-vision .sub-cont3 {
  background-color: #f1f1f1;
}
.sub-cont-wrap.new-vision .sub-cont3 > .inner {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 420px;
    background-image: url("/wp-content/uploads/2024/04/2.-비전_소프트웨어-전문가로-30년-일하기.png");
}
.sub-cont-wrap.new-vision .sub-cont1 {
  background-color: #336089;
}
.vision-about1 > h2 {
  margin-bottom: 30px;
  color: #fff;
}
.vision-about1 > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
.vision-about1 > p:not(.ceo-name) {
  margin-bottom: 20px;
}
.vision-about1 > .ceo-name {
  text-align: right;
}
.vision-about1 > .ceo-name > span {
  display: inline-block;
  margin-left: 8px;
  font-size: 26px;
}
h2.ceo-tit {
  padding-left: 10px;
  margin-bottom: 20px;
  font-size: 38px;
  font-weight: 500;
}
.ceo-about {
  display: flex;
}
.ceo-about > .left > img {
  max-width: 85%;
  box-shadow: 1px 1px 8px rgba(0,0,0,0.6);
}
.ceo-about > .right {
  flex-shrink: 0;
}
.ceo-about > .right > div {
  display: flex;
}
.ceo-about > .right > div:first-child {
  margin-bottom: 30px;
}
.ceo-about > .right strong,
.ceo-about > .right li {
  font-size: 18px;
  font-weight: 400;
}
.ceo-about > .right strong {
  margin-right: 50px;
}
.ceo-about > .right li {
  margin-bottom: 12px;
}
.vision-about2 > h2 {
  margin-bottom: 30px;
}
.sub-cont-wrap.new-vision .sub-cont4 {
  background-color: #336089;
}
.vision-about3 > div:nth-child(-n + 2) {
  margin-bottom: 20px;
}
.vision-about3 h3 {
  line-height: 1.5;
}
.vision-about3 h3,
.vision-about3 p {
  padding: 20px 28px 18px;
  color: #fff;
}
.vision-about3 h3 {
  position: relative;
  border-bottom: 2px solid #fff;
}
.vision-about3 h3::before {
  content: "❝";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 38px;
  font-weight: 500;
}
.sub-cont-wrap.vision .sub-cont5 {
  background: url("/wp-content/uploads/2024/04/3. 비전_소프트웨어는 우리가....png")
    no-repeat 15% 60px / 640px;
}
.vision-about4 {
  text-align: center;
}
.vision-about4 > div:first-child {
  margin-bottom: 80px;
}
.vision-about4 h2 {
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  .ceo-about > .right strong {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .sub-cont-wrap.new-vision .sub-cont:not(.sub-cont3),
  .sub-cont-wrap.new-vision .sub-cont3 > .inner {
    padding: 50px 0;
  }
  h2.vision-tit,
  .vision-about3 h3 {
    font-size: 25px;
  }
  h2.ceo-tit {
    padding-left: 0;
    margin-bottom: 15px;
    font-size: 35px;
  }
  .ceo-about {
    flex-direction: column;
  }
  .ceo-about > .left > img {
    max-width: 100%;
    width: 80%;
    margin-bottom: 40px;
  }
  .ceo-about > .right li {
    margin-bottom: 8px;
  }
  .vision-about2 > h2 {
    margin-bottom: 16px;
  }
  .sub-cont-wrap.new-vision .sub-cont3 > .inner {
    background-size: 350px;
  }
}
@media screen and (max-width: 767px) {
  .sub-cont-wrap.new-vision .sub-cont:not(.sub-cont3),
  .sub-cont-wrap.new-vision .sub-cont3 > .inner {
    padding: 40px 0;
  }
  h2.vision-tit,
  .vision-about3 h3 {
    font-size: 22px;
  }
  p.vision-txt {
    font-size: 15px;
  }
  .vision-about1 > .ceo-name {
    margin-top: 20px;
  }
  .vision-about1 > h2 {
    margin-bottom: 20px;
  }
  .vision-about1 > p {
    font-size: 15px;
  }
  .vision-about1 > p:not(.ceo-name) {
    margin-bottom: 15px;
  }
  .vision-about1 > .ceo-name > span {
    margin-left: 6px;
    font-size: 22px;
  }
  h2.ceo-tit {
    margin-bottom: 10px;
    font-size: 30px;
}
  .ceo-about > .left > img {
    margin-bottom: 30px;
  }
  .ceo-about > .right > div {
    flex-direction: column;
  }
  .ceo-about > .right > div:first-child {
    margin-bottom: 20px;
  }
  .ceo-about > .right strong {
    margin-bottom: 8px;
    font-size: 16px;
  }  
  .ceo-about > .right li {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .sub-cont-wrap.new-vision .sub-cont3 > .inner {
    background-size: 320px;
  }
  .vision-about3 h3, .vision-about3 p {
    padding: 15px 25px 15px;
  }
  .vision-about3 h3::before {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .ceo-about > .left > img {
    margin-bottom: 22px;
  }
}

/* 오시는길 */
.contact-tit {
  margin-bottom: 30px;
}
.contact-tit > h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 800;
}
.contact-tit > p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
}
.contact-map {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 3px solid #2c83ab;
  text-align: center;
}
.contact-map > iframe {
  width: 100%;
  height: 360px;
}
.gm-style .review-box {
  display: none !important;
}
.contact-info {
  display: flex;
}
.contact-info > div {
  flex: 1;
}
.contact-info h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}
.contact-info h3::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  vertical-align: middle;
}
.contact-info .left > div:nth-child(1) h3::before {
  width: 32px;
  height: 32px;
  background-image: url("/wp-content/uploads/2024/04/1.-주소.png");
}
.contact-info .left > div:nth-child(2) h3::before {
  background-image: url("/wp-content/uploads/2024/04/2.-지하철.png");
}
.contact-info .left > div:nth-child(3) h3::before {
  background-image: url("/wp-content/uploads/2024/04/3.-버스.png");
}
.contact-info .right > div:nth-child(1) h3::before {
  background-image: url("/wp-content/uploads/2024/04/4.-문의.png");
}
.contact-info p {
  font-size: 16px;
}
.contact-info p:not(:last-child) {
  margin-bottom: 8px;
}
.contact-info .left > div:nth-child(-n + 2) {
  margin-bottom: 30px;
}
.contact-info .left span {
  display: inline-block;
  width: 45px;
  margin-right: 4px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border-radius: 30px;
}
.contact-info .subway span.line2 {
  background-color: #37b62c;
}
.contact-info .subway span.line5 {
  background-color: #873bb2;
}
.contact-info .subway span.line9 {
  background-color: #bea11a;
}
.contact-info .bus span.bus1 {
  background-color: #27a0d7;
}
.contact-info .bus span.bus2 {
  background-color: #e25251;
}
.contact-info .right p {
  display: flex;
}
.contact-info .right p > span:first-child {
  display: inline-block;
  flex-shrink: 0;
  width: 100px;
}
@media screen and (max-width: 1200px) {
  .contact-tit {
    margin-bottom: 20px;
  }
  .contact-tit > p {
    margin-top: 0;
    font-size: 18px;
  }
  .contact-info h3 {
    margin-bottom: 10px;
    font-size: 22px;
}
  .contact-info h3::before {
    margin-right: 8px;
    width: 25px;
    height: 25px;
    vertical-align: sub;
  }
  .contact-info .left > div:nth-child(1) h3::before {
    width: 27px;
    height: 27px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-tit > p {
    font-size: 16px;
  }
  .contact-map {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .contact-map > iframe {
    height: 320px;
  }
  .contact-info {
    flex-direction: column;
  }
  .contact-info h3 {
    font-size: 20px;
}
.contact-info .left > div:nth-child(-n + 2) {
  margin-bottom: 25px;
}
  .contact-info .right > div {
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .contact-map > iframe {
    height: 280px;
  }
}
@media screen and (max-width: 480px) {
  .contact-map > iframe {
    height: 240px;
  }
  .contact-tit {
    margin-bottom: 14px;
  }
  .contact-map {
    padding-bottom: 20px;
  }
  .contact-info h3 {
    font-size: 18px;
  }.contact-info p {
    font-size: 15px;
  }
  .contact-info .right p {
    flex-direction: column;
  }
  .contact-info .right p > span:first-child {
    margin-bottom: 3px;
  }
}

/* 사내 문화 */
.company-tit {
  text-align: center;
}
.company-tit > h2 {
  margin-bottom: 25px;
  font-size: 35px;
  font-weight: 600;
}
.company-tit > p {
  margin-bottom: 60px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 140px;
  background-image: url("/wp-content/uploads/2024/04/2.-소만사-로고.png");
}
.company-video {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.company-video > iframe {
  height: 500px;
}
.company-about1 {
  text-align: center;
}
.company-about1 > div {
  margin: 80px 0;
}
.company-about1 h3 {
  font-size: 30px;
  font-weight: 700;
}
.company-about1 p {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
}
.company-about1 > .top > h3 {
  margin-bottom: 20px;
}
.company-about1 > .top > p:first-of-type {
  margin-bottom: 30px;
}
.company-about1 > .bot > h3 {
  margin-bottom: 40px;
}
.company-about1 > .bot > ul {
  display: flex;
  justify-content: space-evenly;
}
.company-about1 > .bot > ul > li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 18px;
  font-weight: 500;
  background-color: #216cb4;
  color: #fff;
  border-radius: 50%;
}
.company-about2 {
  margin-top: 40px;
  padding: 60px;
  background-color: #ebf2f9;
}
.company-about2 > .slide-tit {
  text-align: center;
}
.slide-tit > h2 {
  margin-bottom: 15px;
  font-size: 32px;
}
.slide-tit > h3 {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.swiper.companySwiper {
  padding: 90px 0 100px;
}
.swiper.companySwiper img {
  box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.6);
}
.companySwiper .swiper-wrapper {
  align-items: center;
}
.companySwiper .swiper-slide-next {
  position: relative;
  transform: scale(1.4) !important;
  z-index: 99;
}
.benefit-list > .list {
  display: flex;
  align-items: center;
  padding: 50px 30px;
  background-color: #fff;
}
.benefit-list > .list2,
.benefit-list > .list4 {
  background-color: #e5f8ff;
}
.benefit-list > .list2 img,
.benefit-list > .list5 img {
  transform: scale(1.15);
}
.benefit-list > .list > .left {
  width: 20%;
  min-width: 260px;
  text-align: center;
}
.benefit-list .left > p {
  margin-top: 18px;
  font-size: 22px;
  font-weight: 700;
  color: #216cb4;
}
.benefit-list .right > h4 {
  margin-bottom: 18px;
  font-size: 22px;
  font-weight: 500;
}
.benefit-list .right > p {
  position: relative;
  margin-bottom: 4px;
  padding-left: 15px;
  font-size: 18px;
  line-height: 1.6;
}
.benefit-list .right > p::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #222;
  border-radius: 50%;
}
.benefit-about {
  padding: 70px 50px;
  background: url("/wp-content/uploads/2024/04/7.-최고의-복지는-훈련.png")
    no-repeat right center / 55%;
}
.benefit-about > h2 {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 1.4;
}
.benefit-about > p {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}
.company-about3 h2 {
  position: relative;
  margin: 70px 0 30px;
  padding-left: 38px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.5;
}
.company-about3 h2::before {
  content: "";
  width: 10px;
  height: 90%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #216cb4;
}
.company-about3 h2 > span {
  display: block;
  font-size: 24px;
  font-weight: 500;
}
.company-about3 p {
  padding: 35px 40px;
  font-size: 18px;
  line-height: 1.5;
  background-color: #ebf2f9;
}
@media screen and (max-width: 1200px) {
  .company-tit > h2 {
    margin-bottom: 20px;
    font-size: 32px;
  }
  .swiper.companySwiper {
    padding: 70px 0 80px;
  }
}
@media screen and (max-width: 1000px) {
  .company-tit > h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .company-tit > p {
    margin-bottom: 50px;
    font-size: 17px;
    line-height: 1.8;
  background-size: 110px;
  }
  .company-video > iframe {
    height: 400px;
  }
  .company-about1 > div {
    margin: 60px 0;
  }
.company-about1 h3 {
    font-size: 28px;
  }
  .company-about1 p {
    font-size: 17px;
  }
  .company-about1 > .top > h3 {
    margin-bottom: 12px;
  }
  .company-about1 > .top > p:first-of-type {
    margin-bottom: 22px;
  }
  .company-about1 > .bot > ul > li {
    width: 160px;
    height: 160px;
    font-size: 16px;
  }
  .company-about2 {
    padding: 45px 40px;
  }
  .slide-tit > h2 {
    margin-bottom: 10px;
    font-size: 28px;
  }
  .slide-tit > h3 {
    font-size: 16px;
  }
  .swiper.companySwiper {
    padding: 30px 0 40px;
  }
  .companySwiper .swiper-slide-next {
    transform: scale(1) !important;
  }
  .swiper.companySwiper img {
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  }
  .benefit-list > .list {
    padding: 40px 20px;
  }
  .benefit-list > .list > .left {
    width:  auto;
    min-width: 180px;
  }
  .benefit-list .left > img {
    width: 50%;
  }
  .benefit-list .left > p {
    margin-top: 10px;
    font-size: 20px;
  }
  .benefit-list .right > h4 {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .benefit-list .right > p {
    padding-left: 12px;
    font-size: 16px;
  }
  .benefit-list .right > p::before {
    top: 10px;
  }
  .benefit-about {
    padding: 50px 10px;
  }
  .benefit-about > h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .benefit-about > p {
    font-size: 18px;
  }
  .company-about3 h2 {
    margin: 40px 0 20px;
    padding-left: 28px;
    font-size: 28px;
  }
  .company-about3 h2 > span {
    font-size: 20px;
  }
  .company-about3 h2::before {
    width: 8px;
  }
  .company-about3 p {
    padding: 25px 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .company-tit > h2 {
    margin-bottom: 12px;
    font-size: 23px;
  }
  .company-tit > p {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 1.7;
    background-size: 80px;
  }
  .company-video > iframe {
    height: 280px;
  }
  .company-about1 > div {
    margin: 40px 0;
  }
  .company-about1 h3 {
    font-size: 22px;
  }
  .company-about1 p {
    font-size: 15px;
  }
  .company-about1 > .top > h3 {
    margin-bottom: 10px;
  }
  .company-about1 > .top > p:first-of-type {
    margin-bottom: 10px;
  }
  .company-about1 > .bot > h3 {
    margin-bottom: 20px;
  }
  .company-about1 > .bot > ul {
    flex-direction: column;
  }
  .company-about1 > .bot > ul > li {
    width: 100%;
    height: 70px;
    font-size: 15px;
    border-radius: 10px;
  }
  .company-about1 > .bot > ul > li:not(:last-child) {
    margin-bottom: 16px;
  }
  .company-about2 {
    margin-top: 30px;
    padding: 30px 20px;
  }
  .slide-tit > h2 {
    margin-bottom: 8px;
    font-size: 22px;
  }
  .slide-tit > h3 {
    font-size: 15px;
  }
  .swiper.companySwiper {
    padding: 20px 0 25px;
  }
  .benefit-list > .list {
    flex-direction: column;
    padding: 25px;
  }
  .benefit-list > .list > .left {
    margin-bottom: 16px;
  }
  .benefit-list .right > h4 {
    text-align: center;
  }
  .benefit-list .right > p {
    padding-left: 10px;
    font-size: 15px;
  }
  .benefit-about {
    padding: 40px 10px;
  }
  .benefit-about > h2 {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .benefit-about > p {
    font-size: 15px;
  }
  .company-about3 h2 {
    margin: 30px 0 12px;
    padding-left: 24px;
    font-size: 24px;
  }
  .company-about3 h2 > span {
    font-size: 16px;
  }
  .company-about3 h2::before {
    width: 8px;
  }
  .company-about3 p {
    padding: 20px 25px;
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  .company-video > iframe {
    height: 220px;
  }
  .company-about1 > div {
    margin: 30px 0;
  }
  .benefit-list .left > img {
    width: 40%;
  }
  .benefit-list .left > p {
    margin-top: 10px;
    font-size: 19px;
  } 
  .benefit-list .right > h4 {
    font-size: 17px;  
  }
  .benefit-list .right > p {
    font-size: 14px;
  }
  .benefit-about {
    background: none;
  }
  .benefit-about > h2 {
    margin-bottom: 18px;
    font-size: 23px;
  }
  .company-about3 h2 {
    margin: 30px 0 12px;
    font-size: 22px;
  }
  .company-about3 p {
    padding: 18px 22px;
    font-size: 14px;
  }
}

/* 인재채용 : ALL */
.sub-cont-wrap.new-employment {
  padding-top: 0 !important;
}
.sub-cont-wrap.new-employment > .sub-cont1 {
  padding: 80px 0;
  background: url("/wp-content/uploads/2024/05/vision-bg-30.png") no-repeat center / cover;
}
.em-about {
  padding: 30px 0 40px;
}
.em-about > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
.em-about > p:not(:last-child) {
  margin-bottom: 20px;
}
.em-about > p.strong {
  font-weight: 700;
}
.em-about > p > span.bg {
  background-color: #e8f0f6;
}
.employment-list {
  display: none;
}
.employment-list.show {
  display: block;
}
.employment-list h2 {
  margin: 40px 0 30px;
  font-size: 34px;
  font-weight: 800;
}
.employment-list h2,
.employment-list h3,
.employment-list h4 {
  color: #216cb4;
}
.employment-list h3 {
  font-size: 26px;
  font-weight: 700;
}
.employment-list p {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
.em-content .info-box .bot ul > li,
.pr-content .desc-box > p {
  position: relative;
  padding-left: 12px;
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
}
.em-content .info-box .bot ul > li:not(:last-child),
.pr-content .desc-box > p:not(:last-of-type) {
  margin-bottom: 8px;
}
.em-content .info-box .bot ul > li::before,
.pr-content .desc-box > p::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #222;
  border-radius: 50%;
}
.employment-list1 h2:first-of-type,
.employment-list2 .list1 > h2 {
  padding-top: 20px;
}
@media screen and (max-width: 1200px) {
  .sub-cont-wrap.new-employment > .sub-cont1 {
    padding: 40px 0;
}
  .employment-list h2 {
    margin: 30px 0 25px;
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .em-about {
    padding: 0 0 10px;
  }
  .employment-list1 h2:first-of-type,
  .employment-list2 .list1 > h2 {
    padding-top: 0;
  }
  .employment-list h2 {
    margin: 30px 0 25px;
    font-size: 30px;
  }
  .employment-list h3 {
    font-size: 24px;
  }
  .employment-list p {
    font-size: 15px;
    line-height: 1.6;
  }
  .em-content .info-box .bot ul > li,
  .pr-content .desc-box > p {
    padding-left: 10px;
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .sub-cont-wrap.new-employment .sub-cont-nav {
    margin-top: 30px;
  }
  .em-about > p {
    font-size: 15px;
  }
  .em-about > p:not(:last-child) {
    margin-bottom: 12px;
  }
  .employment-list h2 {
    margin: 25px 0 15px;
    font-size: 24px;
  }
  .employment-list h3 {
    font-size: 21px;
  }
  .em-content .info-box .bot ul > li,
  .pr-content .desc-box > p {
  line-height: 1.5;
  }
  .em-content .info-box .bot ul > li::before,
.pr-content .desc-box > p::before {
  top: 9px;
  }
}
@media screen and (max-width: 480px) {
  .em-content .info-box .bot ul > li,
  .pr-content .desc-box > p {
    font-size: 14px;
  }
  .em-content .info-box .bot ul > li::before,
  .pr-content .desc-box > p::before {
    width: 3px;
    height: 3px;
  }
}

/* 인재채용 : 모집분야 */
.employment-list1 ul.em-nav {
  display: flex;
  margin-bottom: 40px;
}
.employment-list1 ul.em-nav > li {
  text-align: center;
  cursor: pointer;
}
.employment-list1 ul.em-nav > li > a {
  display: inline-block;
  width: 120px;
  margin-right: 20px;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 500;
  background-color: #fafcff;
  color: #225c7a;
  border: 1px solid #ebf3ff;
  border-radius: 50px;
}
.employment-list1 ul.em-nav > li.active > a {
  background-color: #206bb3;
  color: #fff;
  border: 1px solid #206bb3;
}
.em-content {
  display: none;
}
.em-content.show {
  display: block;
}
.em-content h3 {
  padding: 20px 0 15px;
}
.em-content a {
  display: inline-block;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 500;
}
.em-content a.clickable {
  margin-left: -1px;
}
.em-content a.clickable::before {
  content: "▶";
  display: inline-block;
  margin-right: 12px;
  transition: all 0.3s;
  transition: transform 0.3s ease;
}
.em-content a.clickable.rotate::before {
  transform: rotate(90deg);
}
.em-content  a.clickable + .info-box {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  transition: max-height 0.3s;
}
.em-content a.clickable + .info-box.open {
  opacity: 1;
  visibility: visible;
  margin-bottom: 40px;
}
.em-content > ul > li.visib > .info-box {
  margin-bottom: 40px;
}
.em-content > ul > li.visib > a.clickable {
  opacity: 0.5;
}
.em-content > ul > li.visib > a.clickable::before {
  transform: rotate(90deg);
}
.em-content > ul > li > a.click-disable {
  cursor: auto;
}
.em-content .info-box .top > h4 {
  margin-bottom: 15px;
  font-size: 20px;
}
.em-content .info-box .bot > div {
  display: flex;
  align-items: center;
  padding: 40px;
  background-color: #edf4fc;
  border-bottom: 2px solid #e1e5f2;
}
.em-content .info-box .bot h4 {
  flex-shrink: 0;
  margin-right: 38px;
  font-size: 22px;
}
.em-content .info-box .bot ul > li > span {
  display: block;
  color: #216cb4;
}
@media screen and (max-width: 1000px) {
  .employment-list1 ul.em-nav > li > a {
    width: 100px;
    margin-right: 15px;
    padding: 8px 0;
    font-size: 15px;
  }
  .employment-list1 ul.em-nav {
    margin-bottom: 30px;
  }
  .em-content a {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .em-content .info-box .top > h4 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .em-content .info-box .bot > div {
    padding: 25px;
  }
  .em-content .info-box .bot h4 {
    margin-right: 30px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .employment-list1 ul.em-nav > li > a {
    width: 88px;
    margin-right: 10px;
    padding: 8px 0;
    font-size: 14px;
  }
  .em-content a.clickable::before {
    margin-right: 8px;
  }
  .em-content h3 {
    padding: 15px 0 10px;
  }
  .em-content .info-box .top > h4 {
    margin-bottom: 8px;
    font-size: 16px;
  }
  .em-content .info-box .bot h4 {
    margin-right: 0;
    margin-bottom: 12px;
    font-size: 17px;
  }
  .em-content .info-box .bot > div {
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 20px 20px;
  }
  .em-content a.clickable + .info-box.open {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
  .employment-list1 ul.em-nav > li > a {
    width: 80px;
    margin-right: 6px;
    padding: 6px 0;
    font-size: 13px;
  }
  .em-content a {
    font-size: 15px;
  }
  .employment-list p {
    font-size: 14px;
  }
  .em-content .info-box .bot h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
}


/* 인재채용 : 전형절차 */
.pr-content > .list1 > ul.pr-order {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
ul.pr-order > li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #216cb4;
}
ul.pr-order > li:not(:last-child) {
  margin-right: 135px;
}
ul.pr-order > li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -50%;
  margin-right: -30px;
  width: 35px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("/wp-content/uploads/2025/07/arrow.png");
  transform: translate(-50%,-50%);
}
ul.pr-order > li:last-child:after {
  display: none;
}
ul.pr-order > li > span {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
ul.pr-order + .pr-notice {
  margin-top: 20px;
}
ul.pr-order + .pr-notice > p {
  font-size: 16px;
}
ul.pr-order + .pr-notice > p::before {
  content: "*";
  vertical-align: top;
}
.pr-content > .list2 > .desc-box1 {
  padding: 30px 35px;
  background-color: #edf4fc;
}
.desc-box1 > a.download {
  display: block;
  margin-left: auto !important;
  width: 136px;
  padding: 12px 0;
  font-size: 15px;
  text-align: center;
  background-color: #206bb3;
  color: #fff;
  border: 1px solid #206bb3;
  border-radius: 12px;
  transition: 0.3s;
}
.desc-box1 > a.download:hover {
  background-color: #fff;
  color: #206bb3;
}
@media screen and (max-width: 1200px) {
  ul.pr-order > li:not(:last-child) {
    margin-right: 80px;
  }
  ul.pr-order > li::after {
    margin-right: 0px;
  }
}
@media screen and (max-width: 1000px) {
  ul.pr-order > li {
    width: 125px;
    height: 125px;
  }
  ul.pr-order > li:not(:last-child) {
    margin-right: 70px;
  }
  ul.pr-order > li::after {
    width: 28px;
    height: 28px;
  }
  ul.pr-order > li > span {
    font-size: 17px;
  }
}
@media screen and (max-width: 767px) {
  .pr-content > .list1 > ul.pr-order {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  ul.pr-order > li:not(:last-child) {
    margin-right: 5px;
  }
  ul.pr-order > li > span {
    font-size: 16px;
  }
  ul.pr-order > li::after {
    display: none;
  }
  ul.pr-order + .pr-notice > p {
    font-size: 15px;
  }
  .pr-content > .list2 > .desc-box1 {
    padding: 20px;
  }
  .desc-box1 > a.download {
    margin-top: 10px;
    width: 100px;
    padding: 8px 0;
    font-size: 13px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 580px) {
  ul.pr-order > li {
    width: 100px;
    height: 100px;
  }
  ul.pr-order > li > span {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  ul.pr-order > li {
    width: 90px;
    height: 90px;
  }
  ul.pr-order > li > span {
    font-size: 14px;
  }
  ul.pr-order + .pr-notice > p {
    font-size: 14px;
  }
  .desc-box1 > a.download {
    margin-top: 16px;
    width: 96px;
    padding: 6px 0;
  }
}
@media screen and (max-width: 420px) {
  ul.pr-order > li {
    width: 82px;
    height: 82px;
  }
}

/* 게시판 all */
.board-category {
  display: flex;
  margin-bottom: 50px;
}
.board-category > li {
  margin: 0 10px;
}
.board-category span {
  display: inline-block;
  padding: 8px 18px;
  font-size: 16px;
  font-weight: 400;
  border: 1px solid;
  border-radius: 50px;
  cursor: pointer;
}
span.category-all {
  background-color: #fcfcfc;
  color: #817d7b;
  border-color: #e7e7e7;
}
span.category-new-ransomware,
span.category-monthly,
span.category-privacy,
span.category-press {
  background-color: #fafcff;
  color: #206bb3;
  border-color: #e9f1ff;
}
span.category-new-weakness,
span.category-global,
span.category-column {
  background-color: #fcf5fa;
  color: #fe8dad;
  border-color: #fcdff0;
}
span.category-ransomware,
span.category-issue {
  background-color: #fdfffd;
  color: #4ca083;
  border-color: #def9e1;
}
.board-category > li.active span.category-all,
.board-category > li.active span.category-column {
  background-color: #9b9b9b;
  color: #fff;
  border-color: #9b9b9b;
}
.board-category > li.active span.category-new-ransomware,
.board-category > li.active span.category-press,
.board-category > li.active span.category-monthly,
.board-category > li.active span.category-privacy {
  background-color: #206bb3;
  color: #fff;
  border-color: #206bb3;
}
.board-category > li.active span.category-new-weakness,
.board-category > li.active span.category-global,
.board-category > li.active span.category-column {
  background-color: #ff83a6;
  color: #fff;
  border-color: #ff83a6;
}
.board-category > li.active span.category-ransomware,
.board-category > li.active span.category-issue {
  background-color: #82bc82;
  color: #fff;
  border-color: #82bc82;
}
.new-board-wrap {
  margin-top: 40px;
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
.new-board-wrap > div {
  border-radius: 30px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
}
.new-board-wrap > div > a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 250px;
  padding: 25px;
  box-sizing: border-box;
}
.new-board-wrap .list-top > span {
  display: inline-block;
  padding: 5px 12px;
  font-size: 14px;
  font-weight: 400;
  border: 1px solid;
  border-radius: 50px;
}
.new-board-wrap .list-top > p {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  color: #444;
}
.new-board-wrap .list-bot > p {
  align-self: flex-end;
  font-size: 16px;
  font-weight: 400;
  color: #888;
  letter-spacing: -0.4px;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .board-category {
    margin-bottom: 40px;
  }
  .new-board-wrap .list-top > p {
    margin-top: 16px;
    font-size: 18px;
  }
  .new-board-wrap > div > a {
    height: 230px;
  }
}
@media screen and (max-width: 1000px) {
  .board-category span {
    padding: 8px 14px;
    font-size: 15px;
  }
  .new-board-wrap {
    grid-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
  .new-board-wrap > div > a {
    height: 220px;
    padding: 20px;
  }
  .new-board-wrap .list-top > p {
    margin-top: 10px;
  }
  .new-board-wrap .list-bot > p {
    font-size: 15px;
  }
  .new-board-wrap .list-top > span {
    padding: 4px 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .board-category {
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 8px;
  }
  .board-category span {
    padding: 6px 12px;
    font-size: 14px;
  }
  .board-category > li {
    margin: 0;
}
  .new-board-wrap {
    margin-top: 0;
    grid-template-columns: repeat(1, 1fr);
  }
.new-board-wrap > div {
  border-radius: 20px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
}
  .new-board-wrap > div > a {
    height: 200px;
  }
  .new-board-wrap .list-top > p {
    font-size: 17px;
  }
  .new-board-wrap .list-top > span {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
.board-category {
  margin-bottom: 20px;
  }
}

/* 게시판 pagination */
.new-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  text-align: center;
}
.new-pagination > a {
  display: inline-block;
  margin: 0 5px;
  width: 34px;
  height: 34px;
  border: 1px solid #686868;
  line-height: 32px;
}
.new-pagination > a.active {
  background-color: #666;
  color: #fff;
}
.new-pagination > .prev-page,
.new-pagination > .next-page {
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
}
.new-pagination > .prev-page {
  background-image: url("/wp-content/uploads/2024/04/pagination-prev.png");
}
.new-pagination > .next-page {
  background-image: url("/wp-content/uploads/2024/04/pagination-next.png");
}
@media screen and (max-width: 767px) {
  .new-pagination {
    margin-top: 30px;
  }
  .new-pagination > a {
    width: 28px;
    height: 28px;
    line-height: 28px;
  }
  .new-pagination > .prev-page, .new-pagination > .next-page {
    background-size: 10px;
  }
}
@media screen and (max-width: 480px) {

}

/* 게시판 상세 all */
.sub-cont-wrap.new-post .post-btn {
  background-color: #0F1939;
  color: #fff;
  border-radius: 12px;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
}
.post-top {
  padding: 0 30px 30px;
  border-bottom: 1px solid #797472;
}
.post-top > .board-category {
  margin-bottom: 25px;
}
.post-top > .board-category > span {
  cursor: auto;
}
.post-top > .post-tit {
  margin: 10px auto 20px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
  line-height: 1.6;
}
.post-top > .post-date {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  text-align: right;
}
.post-middle {
  padding: 30px 0 80px;
  font-size: 18px;
  line-height: 1.6;
}
.post-middle > .clip-copy {
  display: block;
  margin-left: auto;
  margin-bottom: 20px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('/wp-content/uploads/2024/04/share-btn.png');
  transition: 0.3s;
}
.post-middle > .clip-copy:hover {
  background-image: url('/wp-content/uploads/2024/04/share-btn-on.png');
}
.post-middle .post-img {
  text-align: center;
}
.post-middle img {
  width: 100%;
  max-width: 1000px;
  margin: 10px auto 5px;
}
.post-middle > .post-content h2 {
  font-size: 28px;
  font-weight: 700;
}
.post-middle > .post-content h3 {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
}
.post-middle > .post-content p {
  font-size: 18px;
  line-height: 1.8;
}
.post-middle > .post-content > .content {
  margin: 40px 0;
}
.post-middle > .pdf-view {
  display: inline-block;
  margin-top: 60px;
  padding: 8px 16px;
  font-size: 16px;
}
.post-bottom {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #797472;
}
.post-bottom > .post-next {
  border-top: 1px solid #BFC0C0;
}
.post-bottom > div > a {
  display: flex;
  padding: 20px;
}
.post-bottom > div > a > span {
  font-size: 16px;
}
.post-navi-label,
.post-navi-date {
  width: 100px;
  flex-shrink: 0;
}
.post-navi-label {
  font-weight: 700;
}
.post-navi-tit {
  flex-grow: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.post-navi-date {
  opacity: 0.8;
  text-align: right;
}
.post-list {
  margin-top: 50px; 
  text-align: center;
}
.post-list > .post-btn {
  display: inline-block;
  padding: 12px 40px;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .post-top > .post-tit {
    margin: 10px auto 15px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .post-top > .board-category {
    margin-bottom: 20px;
}
  .post-top > .post-tit {
    margin: 0 0 10px;
    font-size: 26px;
  }
  .post-middle {
    padding: 20px 0 50px;
    font-size: 16px;
  }
  .post-middle > .post-content p {
    font-size: 16px;
  }
  .post-middle > .pdf-view {
    margin-top: 40px;
    font-size: 15px;
  }
  .post-bottom > div > a {
    padding: 15px;
  }
  .post-bottom > div > a > span {
    font-size: 15px;
}
.post-navi-label {
  width: 60px;
  }
  .post-navi-date {
    width: 80px;
  }
  .post-list {
    margin-top: 40px;
  }
  .post-list > .post-btn {
    padding: 10px 36px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .post-top {
    padding: 0 10px 20px;
  }
  .post-top > .post-tit {
    margin: 0 0 10px;
    font-size: 22px;
  }
  .post-top > .post-date {
    font-size: 16px;
  }
  .post-bottom > div > a > span {
    font-size: 14px;
  }
  .post-middle > .clip-copy {
    margin-bottom: 12px;
  }
  .post-middle {
    padding: 20px 0 40px;
  }
  .post-middle > .pdf-view {
    padding: 6px 16px;
    margin-top: 25px;
  } 
  .post-list {
    margin-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .post-top > .board-category {
    margin-bottom: 12px;
}
  .post-top > .post-date {
    font-size: 15px;
  }
}

/* 게시판 상세 PRESS */
.post-content.press-content p:has(img) {
  text-align: center;
}

/* 유해사이트 서브스크립션 */
.scription-about {
  text-align: center;
}
.scription-about > p {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.5;
  color: #444;
}
.scription-about > p > span {
  display: inline-block;
  margin-bottom: 6px;
  font-size: 28px;
  font-weight: 600;
}
.scription-about > img {
  width: 100%;
  max-width: 1000px;
  margin: 60px auto 110px;
}
.scription-list {
  margin-bottom: 80px;
  display: flex;
}
.scription-list > div {
  position: relative;
  padding: 30px;
  border-radius: 0 0 10px 10px;
  border: 1px solid #7f7f7f;
}
.scription-list > div:nth-child(-n + 2) {
  margin-right: 20px;
}
.scription-list > div::after {
  position: absolute;
  top: -46px;
  left: -1px;
  width: 68px;
  height: 26px;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  background-color: #0080c9;
  color: #fff;
}
.scription-list > div:nth-child(1)::after {
  content: "수집";
}
.scription-list > div:nth-child(2)::after {
  content: "분석";
}
.scription-list > div:nth-child(3)::after {
  content: "배포";
}
.scription-list > .list1,
.scription-list > .list3 {
  flex: 1;
}
.scription-list > .list2 {
  flex: 2;
}
.scription-list ul + ul {
  margin-top: 32px;
}
.scription-list ul > li:first-child {
  margin-bottom: 6px;
  font-size: 19px;
  font-weight: 500;
  color: #0080c9;
  line-height: 1.6;
}
.scription-list ul > li.bg {
  display: inline-block;
  padding: 0 8px;
  background-color: #dae3f3;
}
.scription-list ul > li:nth-child(n + 2) {
  font-size: 15px;
  line-height: 1.6;
  color: #444;
}
.scription-list ul > li:nth-child(3) {
  margin-top: 10px;
}
.scription-list ul > li:nth-child(3) > span {
  display: block;
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .scription-about > p > span {
    font-size: 26px;
  }
  .scription-about > p {
    font-size: 20px;
  }
  .scription-about > img {
    max-width: 850px;
    margin: 50px auto 100px;
  }
  .scription-list {
    margin-bottom: 60px;
  }
  .scription-list > div::after {
    top: -40px;
    width: 60px;
    height: 24px;
    padding: 8px;
    font-size: 19px;
  }
  .scription-list > div:nth-child(-n + 2) {
    margin-right: 12px;
  }
  .scription-list > div {
    padding: 20px;
  }
  .scription-list ul + ul {
    margin-top: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .scription-about > img {
    margin: 50px auto 60px;
  }
  .scription-list {
    flex-direction: column;
  }
  .scription-list > div:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .scription-about > p > span {
    font-size: 22px;
  }
  .scription-about > p {
    font-size: 16px;
  }
  .scription-about > img {
    margin: 40px auto;
  }
  .scription-list {
    display: none;
    margin-bottom: 40px;
  }
  .scription-list > div::after {
    top: -36px;
    width: 50px;
    height: 20px;
    font-size: 16px;
  }
  .scription-list ul > li:first-child {
    margin-bottom: 4px;
    font-size: 17px;
  }
  .scription-list ul + ul {
    margin-top: 12px;
  }
  .scription-list > div:not(:last-child) {
    margin-bottom: 52px;
  }
}
@media screen and (max-width: 480px) {
  .scription-about > img {
    margin: 30px auto;
  }
  .scription-about > p > span {
    font-size: 21px;
  }
}